@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue Thin";
  src: url("../fonts/HelveticaNeue-Thin.otf") format("opentype");
}
@font-face {
  font-family: "RusticoRegular";
  src: url("../fonts/Rustico-Regular.otf") format("opentype");
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 99, ../sass/_normalize.scss */
a:active {
  outline: 0;
}
/* line 102, ../sass/_normalize.scss */
a:hover {
  outline: 0;
}

/* line 114, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 122, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 131, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 140, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 149, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 158, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 166, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 174, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 178, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 189, ../sass/_normalize.scss */
img {
  border: 0;
}

/* line 197, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 208, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 216, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 225, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 233, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 256, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 270, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 281, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 294, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 306, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 315, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 326, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 338, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 350, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 360, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 371, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 380, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 391, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 400, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 409, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 420, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 20, ../sass/_reboot.scss */
html {
  box-sizing: border-box;
}

/* line 24, ../sass/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 62, ../sass/_reboot.scss */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

/* line 69, ../sass/_reboot.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #32291C;
  background-color: #fff;
}

/* line 85, ../sass/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 98, ../sass/_reboot.scss */
h1, h2, h3, h4, .post-pagination a, .load-more__insigts button, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 107, ../sass/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 113, ../sass/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* line 120, ../sass/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 126, ../sass/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 133, ../sass/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 140, ../sass/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 144, ../sass/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 149, ../sass/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 158, ../sass/_reboot.scss */
a {
  color: #E68200;
  text-decoration: none;
}
/* line 20, ../sass/mixins/_hover.scss */
a:focus, a:hover {
  color: #E68200;
  text-decoration: none;
}
/* line 167, ../sass/_reboot.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 177, ../sass/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 189, ../sass/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 200, ../sass/_reboot.scss */
img {
  vertical-align: middle;
}

/* line 215, ../sass/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 230, ../sass/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 247, ../sass/_reboot.scss */
table {
  background-color: transparent;
}

/* line 252, ../sass/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

/* line 260, ../sass/_reboot.scss */
th {
  text-align: left;
}

/* line 270, ../sass/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 280, ../sass/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 285, ../sass/_reboot.scss */
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

/* line 299, ../sass/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 304, ../sass/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 315, ../sass/_reboot.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 326, ../sass/_reboot.scss */
input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

/* line 337, ../sass/_reboot.scss */
output {
  display: inline-block;
}

/* line 345, ../sass/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../sass/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 640px;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  /* line 5, ../sass/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 840px) {
  /* line 5, ../sass/_grid.scss */
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  /* line 5, ../sass/_grid.scss */
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  /* line 5, ../sass/_grid.scss */
  .container {
    max-width: 1180px;
  }
}

/* line 17, ../sass/_grid.scss */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/* line 27, ../sass/_grid.scss */
.row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* line 8, ../sass/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 24, ../sass/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 28, ../sass/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 37, ../sass/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 640px) {
  /* line 24, ../sass/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 840px) {
  /* line 24, ../sass/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 24, ../sass/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 24, ../sass/mixins/_grid-framework.scss */
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-1 {
    width: 8.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-2 {
    width: 16.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-3 {
    width: 25%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-4 {
    width: 33.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-5 {
    width: 41.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-6 {
    width: 50%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-7 {
    width: 58.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-8 {
    width: 66.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-9 {
    width: 75%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-10 {
    width: 83.3333333333%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-11 {
    width: 91.6666666667%;
  }

  /* line 28, ../sass/mixins/_grid-framework.scss */
  .col-xl-12 {
    width: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-0 {
    right: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-3 {
    right: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-6 {
    right: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-9 {
    right: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-pull-12 {
    right: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-0 {
    left: auto;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-3 {
    left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-6 {
    left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-9 {
    left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-push-12 {
    left: 100%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-0 {
    margin-left: 0%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 37, ../sass/mixins/_grid-framework.scss */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/* line 8, ../sass/_images.scss */
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 13, ../sass/_images.scss */
.img-rounded {
  border-radius: 0.3rem;
}

/* line 18, ../sass/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 32, ../sass/_images.scss */
.img-circle {
  border-radius: 50%;
}

/* line 40, ../sass/_images.scss */
.figure {
  display: inline-block;
}

/* line 45, ../sass/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 50, ../sass/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #818a91;
}

/* line 2, ../sass/mixins/_clearfix.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, ../sass/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/_utilities.scss */
.pull-xs-left {
  float: left !important;
}

/* line 18, ../sass/_utilities.scss */
.pull-xs-right {
  float: right !important;
}

/* line 21, ../sass/_utilities.scss */
.pull-xs-none {
  float: none !important;
}

@media (min-width: 640px) {
  /* line 15, ../sass/_utilities.scss */
  .pull-sm-left {
    float: left !important;
  }

  /* line 18, ../sass/_utilities.scss */
  .pull-sm-right {
    float: right !important;
  }

  /* line 21, ../sass/_utilities.scss */
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 840px) {
  /* line 15, ../sass/_utilities.scss */
  .pull-md-left {
    float: left !important;
  }

  /* line 18, ../sass/_utilities.scss */
  .pull-md-right {
    float: right !important;
  }

  /* line 21, ../sass/_utilities.scss */
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 15, ../sass/_utilities.scss */
  .pull-lg-left {
    float: left !important;
  }

  /* line 18, ../sass/_utilities.scss */
  .pull-lg-right {
    float: right !important;
  }

  /* line 21, ../sass/_utilities.scss */
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 15, ../sass/_utilities.scss */
  .pull-xl-left {
    float: left !important;
  }

  /* line 18, ../sass/_utilities.scss */
  .pull-xl-right {
    float: right !important;
  }

  /* line 21, ../sass/_utilities.scss */
  .pull-xl-none {
    float: none !important;
  }
}
/* line 32, ../sass/_utilities.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, ../sass/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 40, ../sass/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 44, ../sass/_utilities.scss */
.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 55, ../sass/_utilities.scss */
.text-justify {
  text-align: justify !important;
}

/* line 56, ../sass/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 57, ../sass/_utilities.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 63, ../sass/_utilities.scss */
.text-xs-left {
  text-align: left !important;
}

/* line 64, ../sass/_utilities.scss */
.text-xs-right {
  text-align: right !important;
}

/* line 65, ../sass/_utilities.scss */
.text-xs-center {
  text-align: center !important;
}

@media (min-width: 640px) {
  /* line 63, ../sass/_utilities.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 64, ../sass/_utilities.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 65, ../sass/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 840px) {
  /* line 63, ../sass/_utilities.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 64, ../sass/_utilities.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 65, ../sass/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 63, ../sass/_utilities.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 64, ../sass/_utilities.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 65, ../sass/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 63, ../sass/_utilities.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 64, ../sass/_utilities.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 65, ../sass/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 71, ../sass/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 72, ../sass/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 73, ../sass/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 77, ../sass/_utilities.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 78, ../sass/_utilities.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 79, ../sass/_utilities.scss */
.font-italic {
  font-style: italic;
}

/* line 83, ../sass/_utilities.scss */
.text-muted {
  color: #818a91;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-primary {
  color: #E68200 !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #b36500;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

/* line 4, ../sass/mixins/_text-emphasis.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 20, ../sass/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

/* line 6, ../sass/_utilities-responsive.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 639px) {
  /* line 11, ../sass/_utilities-responsive.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 640px) {
  /* line 6, ../sass/_utilities-responsive.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 839px) {
  /* line 11, ../sass/_utilities-responsive.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 840px) {
  /* line 6, ../sass/_utilities-responsive.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 11, ../sass/_utilities-responsive.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6, ../sass/_utilities-responsive.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 11, ../sass/_utilities-responsive.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, ../sass/_utilities-responsive.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 11, ../sass/_utilities-responsive.scss */
.hidden-xl-down {
  display: none !important;
}

/* line 23, ../sass/_utilities-responsive.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 23, ../sass/_utilities-responsive.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 30, ../sass/_utilities-responsive.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 30, ../sass/_utilities-responsive.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 37, ../sass/_utilities-responsive.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 37, ../sass/_utilities-responsive.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 45, ../sass/_utilities-responsive.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 1, ../sass/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
/* line 20, ../sass/mixins/_hover.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

/* line 22, ../sass/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, ../sass/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, ../sass/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
/* line 28, ../sass/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}
/* line 32, ../sass/_modal.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 34, ../sass/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 40, ../sass/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 47, ../sass/_modal.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 59, ../sass/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 69, ../sass/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 70, ../sass/_modal.scss */
.modal-backdrop.in {
  opacity: 0.5;
}

/* line 75, ../sass/_modal.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

/* line 81, ../sass/_modal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 86, ../sass/_modal.scss */
.modal-title {
  margin: 0;
  line-height: 1.6;
}

/* line 93, ../sass/_modal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 99, ../sass/_modal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 2, ../sass/mixins/_clearfix.scss */
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}
/* line 106, ../sass/_modal.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 111, ../sass/_modal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 115, ../sass/_modal.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 121, ../sass/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 640px) {
  /* line 132, ../sass/_modal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 136, ../sass/_modal.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 141, ../sass/_modal.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 840px) {
  /* line 145, ../sass/_modal.scss */
  .modal-lg {
    width: 900px;
  }
}
/**
 * T H E M E   S T Y L E S
 * -----------------------------------
 */
/* line 193, ../sass/styles.scss */
html * {
  outline: none !important;
}

/* line 196, ../sass/styles.scss */
html, body {
  height: 100%;
}

/* line 200, ../sass/styles.scss */
body {
  /*  -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;*/
  overflow-x: hidden;
}

/* line 205, ../sass/styles.scss */
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}

/* line 209, ../sass/styles.scss */
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}

/* line 213, ../sass/styles.scss */
.aligncenter {
  display: block;
  float: none;
  margin: 0 auto 20px auto;
  text-align: center;
}

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

/* line 224, ../sass/styles.scss */
#content {
  padding-top: 90px;
}
@media (max-width: 991px) {
  /* line 224, ../sass/styles.scss */
  #content {
    padding-top: 20px;
  }
}

/* line 230, ../sass/styles.scss */
.site-main > :last-child {
  margin-bottom: 0;
}

/* line 234, ../sass/styles.scss */
a {
  outline: none !important;
}

/* line 238, ../sass/styles.scss */
.link-btn {
  display: inline-block;
  background: #E68200;
  color: #fff !important;
  border-radius: 5px;
  line-height: 1;
  padding: 13px 15px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
/* line 247, ../sass/styles.scss */
.link-btn:hover {
  background: #b36500;
}

/* line 252, ../sass/styles.scss */
.ajax-loading {
  position: relative;
}
/* line 255, ../sass/styles.scss */
.ajax-loading:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(../images/loading.svg) no-repeat center center;
  z-index: 99;
}

/**
 * H E A D E R 
 * -----------------------------------
 */
/* line 271, ../sass/styles.scss */
body::before {
  content: '';
  width: 100%;
  height: 80px;
  background: #32291C;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 281, ../sass/styles.scss */
#masthead {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 102px;
  padding: 7px 0;
  background: #32291C;
  -webkit-transition: padding .2s ease-out;
  /*  -moz-transition: padding 1s ease-out;
    -ms-transition: padding 1s ease-out;
    -o-transition: padding 1s ease-out;*/
  transition: padding .2s ease-out;
}
@media (min-width: 992px) {
  /* line 294, ../sass/styles.scss */
  #masthead.sticky {
    padding: 7px 0;
    height: 102px;
  }
}
@media (max-width: 991px) {
  /* line 281, ../sass/styles.scss */
  #masthead {
    height: 90px;
    padding: 10px 0;
  }
  /* line 305, ../sass/styles.scss */
  #masthead .container {
    max-width: 100%;
  }
}
@media (max-width: 839px) {
  /* line 281, ../sass/styles.scss */
  #masthead {
    position: fixed;
    z-index: 9999;
  }
}
/* line 313, ../sass/styles.scss */
#masthead .container {
  position: relative;
}
/* line 316, ../sass/styles.scss */
#masthead .masthead__logo {
  position: absolute;
  top: 0;
  left: 1.25rem;
  margin: 0;
  padding: 0;
}
/* line 320, ../sass/styles.scss */
#masthead .masthead__logo img {
  max-height: 87px;
  width: auto;
}
/* line 326, ../sass/styles.scss */
#masthead .primary-menu {
  float: right;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 60px;
}
/* line 332, ../sass/styles.scss */
#masthead .primary-menu > li {
  display: block;
  position: relative;
  list-style-type: none;
}
/* line 336, ../sass/styles.scss */
#masthead .primary-menu > li > a {
  color: #fff;
}
/* line 338, ../sass/styles.scss */
#masthead .primary-menu > li > a:hover {
  color: #E68200;
}
/* line 342, ../sass/styles.scss */
#masthead .primary-menu > li.current-menu-item > a, #masthead .primary-menu > li.current-menu-ancestor > a, #masthead .primary-menu > li.current-menu-parent > a, #masthead .primary-menu > li.current_page_parent > a, #masthead .primary-menu > li.current_page_ancestor > a {
  color: #E68200;
  border-color: #E68200;
}
@media (min-width: 992px) {
  /* line 326, ../sass/styles.scss */
  #masthead .primary-menu {
    padding-top: 13px;
  }
  /* line 354, ../sass/styles.scss */
  #masthead .primary-menu > li {
    float: left;
    margin-left: 35px;
  }
  /* line 357, ../sass/styles.scss */
  #masthead .primary-menu > li.menu-item-14649 {
    margin-top: 0px;
  }
  /* line 359, ../sass/styles.scss */
  #masthead .primary-menu > li.menu-item-14649 > a {
    display: inline-block;
    background: #E68200;
    color: #fff !important;
    border-radius: 5px;
    line-height: 1;
    padding: 13px 15px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
  }
  /* line 368, ../sass/styles.scss */
  #masthead .primary-menu > li.menu-item-14649 > a:hover {
    background: #b36500;
  }
  #masthead .primary-menu > li.menu-item-14649 > ul
  {
    left: unset;
    right: 0px;
  }
  /* line 373, ../sass/styles.scss */
  #masthead .primary-menu > li:first-child {
    margin: 0;
  }
  /* line 376, ../sass/styles.scss */
  #masthead .primary-menu > li > a {
    padding: 4px 0;
    color: #fff;
  }
  /* line 380, ../sass/styles.scss */
  #masthead .primary-menu > li.menu-item-has-children:hover, #masthead .primary-menu > li.menu-item-has-children:hover {
    cursor: pointer;
  }
  /* line 383, ../sass/styles.scss */
  #masthead .primary-menu > li.menu-item-has-children:hover > a, #masthead .primary-menu > li.menu-item-has-children:hover > a {
    color: #E68200;
  }
  /* line 386, ../sass/styles.scss */
  #masthead .primary-menu > li.menu-item-has-children:hover > ul, #masthead .primary-menu > li.menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
  }
  /* line 393, ../sass/styles.scss */
  #masthead .primary-menu > li ul {
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .4s, 0s;
    transition-delay: 0s, .4s;
    position: absolute;
    border-top: 5px solid #E68200;
    width: 150px;
    transition: all .2s ease-in-out;
    top: 48px;
    left: 0;
    background: #32291C;
    z-index: 999;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    line-height: 20px;
  }
  /* line 409, ../sass/styles.scss */
  #masthead .primary-menu > li ul li {
    margin: 0;
    padding: 8px 15px;
  }
  /* line 412, ../sass/styles.scss */
  #masthead .primary-menu > li ul li:last-child {
    border: none;
  }
  /* line 415, ../sass/styles.scss */
  #masthead .primary-menu > li ul li a {
    display: block;
    color: #fff !important;
  }
  /* line 418, ../sass/styles.scss */
  #masthead .primary-menu > li ul li a:hover {
    color: #E68200 !important;
  }
  /* line 422, ../sass/styles.scss */
  #masthead .primary-menu > li ul li.current-menu-item > a {
    color: #E68200 !important;
  }
}
@media (max-width: 991px) {
  /* line 326, ../sass/styles.scss */
  #masthead .primary-menu {
    float: none;
    display: none;
    position: fixed;
    overflow-x: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #E68200;
    z-index: 9999;
    margin: 0;
    padding: 80px 40px 40px;
    line-height: 1;
  }
  /* line 443, ../sass/styles.scss */
  #masthead .primary-menu > li {
    margin: 0 0 25px;
  }
  /* line 446, ../sass/styles.scss */
  #masthead .primary-menu > li > a {
    padding: 4px 0;
    color: #fff;
    text-transform: uppercase;
  }
  /* line 450, ../sass/styles.scss */
  #masthead .primary-menu > li > a:hover {
    color: #fff;
  }
  /* line 454, ../sass/styles.scss */
  #masthead .primary-menu > li.current-menu-item > a, #masthead .primary-menu > li.current-menu-ancestor > a, #masthead .primary-menu > li.current-menu-parent > a, #masthead .primary-menu > li.current_page_parent > a, #masthead .primary-menu > li.current_page_ancestor > a {
    color: #000;
  }
  /* line 462, ../sass/styles.scss */
  #masthead .primary-menu > li ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    font-size: 14px;
  }
  /* line 466, ../sass/styles.scss */
  #masthead .primary-menu > li ul li {
    display: inline;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0;
  }
  /* line 471, ../sass/styles.scss */
  #masthead .primary-menu > li ul li::after {
    content: '/';
    padding: 0 10px 0 14px;
    color: rgba(255, 255, 255, 0.25);
  }
  /* line 477, ../sass/styles.scss */
  #masthead .primary-menu > li ul li:last-child::after {
    content: '';
  }
  /* line 481, ../sass/styles.scss */
  #masthead .primary-menu > li ul li a {
    text-transform: uppercase;
    color: #fff;
  }
  /* line 484, ../sass/styles.scss */
  #masthead .primary-menu > li ul li a:hover {
    /*color: $brand-primary;*/
  }
  /* line 488, ../sass/styles.scss */
  #masthead .primary-menu > li ul li.current-menu-item > a {
    color: #000;
    text-decoration: underline;
  }
  /* line 495, ../sass/styles.scss */
  #masthead .primary-menu.open--menu {
    display: block;
  }
}
@media (max-width: 639px) {
  /* line 326, ../sass/styles.scss */
  #masthead .primary-menu {
    padding-top: 50px;
  }
}

/**
 * F O O T E R HOME
 * -----------------------------------
 */
/* line 512, ../sass/styles.scss */
.home {
  /*.site-footer {
    
      background: $brown-dark;
      .site-footer__join
      {
        text-align: center;
        padding: 115px 0;  

       @include media-breakpoint-down(sm) {
          img
          {
            width: 200px;
          }
       } 

      }

  }*/
}

/**
 * F O O T E R
 * -----------------------------------
 */
/* line 538, ../sass/styles.scss */
.site-footer__join {
  background: #32291C;
  padding: 30px 0 40px;
}
/* line 541, ../sass/styles.scss */
.site-footer__join h4, .site-footer__join .post-pagination a, .post-pagination .site-footer__join a, .site-footer__join .load-more__insigts button, .load-more__insigts .site-footer__join button, .site-footer__join p {
  text-align: center;
}
/* line 544, ../sass/styles.scss */
.site-footer__join h4, .site-footer__join .post-pagination a, .post-pagination .site-footer__join a, .site-footer__join .load-more__insigts button, .load-more__insigts .site-footer__join button {
  font-size: 1.75rem;
  line-height: 1;
  color: #E68200;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}
/* line 552, ../sass/styles.scss */
.site-footer__join p {
  color: #fff;
}
/* line 556, ../sass/styles.scss */
.site-footer__join .fields-input-wrapper {
  width: 70%;
  margin: 25px auto 30px;
}
/* line 559, ../sass/styles.scss */
.site-footer__join .fields-input-wrapper .field-group {
  float: left;
  width: 30%;
  padding: 0 5px;
}
/* line 563, ../sass/styles.scss */
.site-footer__join .fields-input-wrapper .field-group#field-email {
  width: 40%;
}
/* line 566, ../sass/styles.scss */
.site-footer__join .fields-input-wrapper .field-group input {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #efefef;
}
/* line 573, ../sass/styles.scss */
.site-footer__join .fields-submit-wrapper {
  text-align: center;
}
/* line 575, ../sass/styles.scss */
.site-footer__join .fields-submit-wrapper input {
  background: #E68200;
  border-radius: 6px;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  height: 40px;
}
@media (max-width: 839px) {
  /* line 588, ../sass/styles.scss */
  .site-footer__join .fields-input-wrapper {
    width: 100%;
  }
}
@media (max-width: 639px) {
  /* line 595, ../sass/styles.scss */
  .site-footer__join .fields-input-wrapper .field-group {
    float: none;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  /* line 600, ../sass/styles.scss */
  .site-footer__join .fields-input-wrapper .field-group#field-email {
    width: 100%;
  }
}
/* line 607, ../sass/styles.scss */
.site-footer__social {
  background: #EEEBE4;
  padding: 15px 0;
  text-align: center;
}
/* line 611, ../sass/styles.scss */
.site-footer__social h4, .site-footer__social .post-pagination a, .post-pagination .site-footer__social a, .site-footer__social .load-more__insigts button, .load-more__insigts .site-footer__social button {
  display: inline;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.2rem;
}
/* line 619, ../sass/styles.scss */
.site-footer__social .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 623, ../sass/styles.scss */
.site-footer__social .social li {
  font-size: 32px;
  line-height: 1;
  display: inline;
  padding-left: 4px;
}
/* line 628, ../sass/styles.scss */
.site-footer__social .social li a {
  color: #32291C;
}
/* line 630, ../sass/styles.scss */
.site-footer__social .social li a:hover {
  color: #E68200;
}
@media (max-width: 839px) {
  /* line 637, ../sass/styles.scss */
  .site-footer__social h4, .site-footer__social .post-pagination a, .post-pagination .site-footer__social a, .site-footer__social .load-more__insigts button, .load-more__insigts .site-footer__social button {
    display: block;
    margin-bottom: 10px;
  }
}
/* line 643, ../sass/styles.scss */
.site-footer__bottom {
  padding: 25px 0;
  line-height: 1;
}
/* line 646, ../sass/styles.scss */
.site-footer__bottom .footer-nav {
  text-align: right;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 651, ../sass/styles.scss */
.site-footer__bottom .footer-nav li {
  display: inline;
  padding-left: 25px;
}
/* line 654, ../sass/styles.scss */
.site-footer__bottom .footer-nav li:first-child {
  padding: 0;
}
/* line 657, ../sass/styles.scss */
.site-footer__bottom .footer-nav li a {
  color: #000;
}
/* line 662, ../sass/styles.scss */
.site-footer__bottom .copyright-text {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 839px) {
  /* line 643, ../sass/styles.scss */
  .site-footer__bottom {
    padding: 20px 0;
    text-align: center;
  }
  /* line 668, ../sass/styles.scss */
  .site-footer__bottom .footer-nav {
    text-align: center;
    margin: 0 0 10px;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 */
/** RESET AND LAYOUT
===================================*/
/* line 685, ../sass/styles.scss */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  background: #EEEBE4;
}

/* line 692, ../sass/styles.scss */
.bx-wrapper img {
  max-width: 100%;
  margin: auto;
  display: block;
}

/** THEME
===================================*/
/* line 704, ../sass/styles.scss */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 713, ../sass/styles.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  line-height: 1;
  width: 100%;
}

/* LOADER */
/* line 723, ../sass/styles.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 737, ../sass/styles.scss */
.bx-wrapper .bx-pager {
  text-align: center;
}

/* line 741, ../sass/styles.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 748, ../sass/styles.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 10px 0 0;
  outline: 0;
  border-radius: 100%;
}
/* line 758, ../sass/styles.scss */
.bx-wrapper .bx-pager.bx-default-pager a:first-child {
  margin-left: 0;
}

/* line 763, ../sass/styles.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #E68200;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 769, ../sass/styles.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 16px;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  font-size: 3rem;
  line-height: 1;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
/* line 780, ../sass/styles.scss */
.bx-wrapper .bx-controls-direction a i {
  position: absolute;
  left: 0;
  top: -10px;
}
/* line 785, ../sass/styles.scss */
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
/* line 788, ../sass/styles.scss */
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 20px;
}
/* line 791, ../sass/styles.scss */
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 20px;
}
/* line 794, ../sass/styles.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media (max-width: 839px) {
  /* line 769, ../sass/styles.scss */
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}

/* line 804, ../sass/styles.scss */
.video-wrapper {
  margin: 40px auto;
  max-width: 100%;
}

/* line 810, ../sass/styles.scss */
.hline {
  border-bottom: 1px solid #ccc;
  margin: 40px 0;
}

/* line 818, ../sass/styles.scss */
#solar-lighting-modal .bx-wrapper {
  background: #fff;
  /* DIRECTION CONTROLS (NEXT / PREV) */
}
/* line 823, ../sass/styles.scss */
#solar-lighting-modal .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -25px;
}
/* line 824, ../sass/styles.scss */
#solar-lighting-modal .bx-wrapper .bx-controls-direction a.bx-next {
  right: -25px;
}

/**
 * S T Y L E G U I D E
 * ---------------------------------------
 */
/* line 835, ../sass/styles.scss */
.page-header {
  /*Big Ambient Video Hero (see homepage)*/
}
/* line 837, ../sass/styles.scss */
.page-header .banner_video_iframe {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/* line 846, ../sass/styles.scss */
.page-header__video {
  position: relative;
  background: #000;
  overflow: hidden;
  /*padding-bottom: 45.02%;*/
  padding-bottom: 56.25%;
  /*height: 510px;*/
}
/* line 854, ../sass/styles.scss */
.page-header__video h1 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0 0 20px;
  padding: 0;
  font-size: 2.813em;
  line-height: 1.2;
  font-weight: 400;
}
/* line 861, ../sass/styles.scss */
.page-header__video .video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  /*padding-bottom: 45.02%;*/
  padding-bottom: 56.25%;
}
/* line 871, ../sass/styles.scss */
.page-header__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 878, ../sass/styles.scss */
.page-header__video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
/* line 888, ../sass/styles.scss */
.page-header__video embed,
.page-header__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 895, ../sass/styles.scss */
.page-header__video .intro-wrapper {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 839px) {
  /* line 901, ../sass/styles.scss */
  .page-header__video h1 {
    font-size: 2.3em;
  }
}
@media (max-width: 639px) {
  /* line 906, ../sass/styles.scss */
  .page-header__video h1 {
    font-size: 2em;
  }
}
/* line 912, ../sass/styles.scss */
.page-header .intro {
  position: absolute;
  top: 21%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
/* line 918, ../sass/styles.scss */
.page-header .intro h1, .page-header .intro p {
  color: #fff;
  text-shadow: 0 0 8px #000;
}
/* line 924, ../sass/styles.scss */
.page-header__banner {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
/* line 930, ../sass/styles.scss */
.page-header__banner h1 {
  margin: 20px auto 6px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.4;
}
/* line 937, ../sass/styles.scss */
.page-header__banner .header-underline {
  width: 64px;
}
/* line 940, ../sass/styles.scss */
.page-header__banner .container-banner {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 50px;
  padding: 0 23px;
  /*@include vertical-align();*/
  text-shadow: 1px 1px 5px #000;
}
/* line 948, ../sass/styles.scss */
.page-header__banner .container-banner h1 {
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 956, ../sass/styles.scss */
.page-header__banner .banner-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  /* line 924, ../sass/styles.scss */
  .page-header__banner {
    height: 360px;
  }
}
@media (max-width: 839px) {
  /* line 924, ../sass/styles.scss */
  .page-header__banner {
    height: auto;
    padding: 140px 0 40px;
  }
  /* line 971, ../sass/styles.scss */
  .page-header__banner .container-banner h1 {
    font-size: 2rem;
  }
}
@media (max-width: 839px) {
  /* line 835, ../sass/styles.scss */
  .page-header {
    padding-top: 60px;
  }
}
/* line 981, ../sass/styles.scss */
.page-header__subtitle {
  background-color: #E68200;
  padding: 30px;
  text-align: center;
  color: #fff;
}
/* line 986, ../sass/styles.scss */
.page-header__subtitle h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.563em;
  line-height: 1.4;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
@media (max-width: 839px) {
  /* line 981, ../sass/styles.scss */
  .page-header__subtitle {
    padding: 20px 0;
  }
  /* line 995, ../sass/styles.scss */
  .page-header__subtitle h3 {
    font-size: 1.325rem;
  }
}

/* line 1006, ../sass/styles.scss */
.page-header .banner-slider {
  height: 500px;
  overflow: hidden;
  position: relative;
}
/* line 1011, ../sass/styles.scss */
.page-header .banner-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1016, ../sass/styles.scss */
.page-header .banner-slider ul li {
  background-position: 50% 0%;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
}
/* line 1024, ../sass/styles.scss */
.page-header .banner-slider .banner-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* line 1032, ../sass/styles.scss */
.page-header .banner-slider .banner-content-wrapper .banner-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  max-width: 680px;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}
/* line 1040, ../sass/styles.scss */
.page-header .banner-slider .banner-content-wrapper .banner-title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 3rem;
  margin: 0 0 10px 0;
  padding: 0;
  text-shadow: 0 0 8px #000;
}
/* line 1047, ../sass/styles.scss */
.page-header .banner-slider .banner-content-wrapper .banner-text {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 8px #000;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  /* line 1059, ../sass/styles.scss */
  .page-header .banner-slider {
    height: 360px;
  }
  /* line 1063, ../sass/styles.scss */
  .page-header .banner-slider ul li {
    height: 360px;
  }
}
@media (max-width: 839px) {
  /* line 1069, ../sass/styles.scss */
  .page-header .banner-slider {
    height: 320px;
  }
  /* line 1073, ../sass/styles.scss */
  .page-header .banner-slider ul li {
    height: 320px;
  }
}

/* line 1083, ../sass/styles.scss */
.carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1086, ../sass/styles.scss */
.carousel ul li {
  height: 500px;
  position: relative;
}
/* line 1092, ../sass/styles.scss */
.carousel__images ul li {
  height: auto;
}
@media (max-width: 991px) {
  /* line 1098, ../sass/styles.scss */
  .carousel ul li {
    height: 360px;
  }
}
@media (max-width: 839px) {
  /* line 1105, ../sass/styles.scss */
  .carousel ul li {
    height: auto;
  }
}

/* D E F A U L T   P A G E
----------------------------------------------------------------------------- */
/* line 1118, ../sass/styles.scss */
.page-content .align-center {
  text-align: center;
}
/* line 1121, ../sass/styles.scss */
.page-content img {
  max-width: 100%;
  height: auto;
}
/* line 1125, ../sass/styles.scss */
.page-content h1 {
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 1132, ../sass/styles.scss */
.page-content h2, .page-content h3, .page-content h4, .page-content .post-pagination a, .post-pagination .page-content a, .page-content .load-more__insigts button, .load-more__insigts .page-content button {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
/* line 1139, ../sass/styles.scss */
.page-content h1, .page-content h2, .page-content h3 {
  font-weight: 400;
  line-height: 1.2;
}
/* line 1143, ../sass/styles.scss */
.page-content h1 {
  font-size: 2.813em;
  line-height: 1.2;
}
/* line 1147, ../sass/styles.scss */
.page-content h2 {
  font-size: 2.188em;
  margin: 0 0 40px;
  color: #cf5c36;
}
/* line 1152, ../sass/styles.scss */
.page-content h3 {
  font-size: 1.563em;
  line-height: 1.4;
  margin: 0 0 20px;
}
/* line 1158, ../sass/styles.scss */
.page-content h4, .page-content .post-pagination a, .post-pagination .page-content a, .page-content .load-more__insigts button, .load-more__insigts .page-content button {
  font-weight: 300;
  font-size: 1.250em;
  line-height: 1.4;
  margin: 0 0 40px;
}
/* line 1164, ../sass/styles.scss */
.page-content .page-title {
  /*color: $brand-primary;*/
}
/* line 1168, ../sass/styles.scss */
.page-content p {
  margin: 0 0 30px;
}
/* line 1170, ../sass/styles.scss */
.page-content p.caption {
  font-size: .8em;
  font-style: italic;
  margin-top: 20px;
}
/* line 1177, ../sass/styles.scss */
.page-content a {
  color: #E68200;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
/* line 1183, ../sass/styles.scss */
.page-content span.big {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
}
/* line 1188, ../sass/styles.scss */
.page-content span.big-stat {
  /*    @include font-oswald();
      font-size:1.563em;
      display:block;
      margin-bottom:.5em;
      color: $brand-primary;*/
}
/* line 1196, ../sass/styles.scss */
.page-content span.orange {
  color: #E68200;
}
@media (max-width: 839px) {
  /* line 1200, ../sass/styles.scss */
  .page-content .more-space-top {
    margin-top: 2em;
  }
}
@media (max-width: 839px) {
  /* line 1207, ../sass/styles.scss */
  .page-content h1 {
    font-size: 2.188em;
  }
  /* line 1210, ../sass/styles.scss */
  .page-content h2 {
    font-size: 1.563em;
    margin: 0 0 30px;
  }
  /* line 1214, ../sass/styles.scss */
  .page-content h3 {
    font-size: 1.250em;
  }
  /* line 1217, ../sass/styles.scss */
  .page-content h4, .page-content .post-pagination a, .post-pagination .page-content a, .page-content .load-more__insigts button, .load-more__insigts .page-content button {
    margin: 0 0 30px;
  }
}

/**
 * H O M E
 * ---------------------------------------
 */
/* line 1229, ../sass/styles.scss */
.home-our-mission {
  position: relative;
}
@media (min-width: 1200px) {
  /* line 1229, ../sass/styles.scss */
  .home-our-mission {
    height: 1140px;
  }
  /* line 1235, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 731px;
    width: 471px;
    background-repeat: no-repeat;
    z-index: 99;
    transition: top 1s;
  }
  /* line 1247, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left .home-our-mission-left-text-main {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 150px;
    font-size: 36px;
    line-height: 40px;
    font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
    padding: 0 30px;
    color: #FFFFFF;
  }
  /* line 1258, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left .home-our-mission-left-text-name {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 100px;
    font-size: 35px;
    line-height: 45px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
  }
  /* line 1273, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right {
    position: absolute;
    top: 150px;
    right: 0;
    width: 35%;
    transition: top 1s;
  }
  /* line 1282, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right .home-our-mission-right-text-main {
    width: 100%;
    text-align: right;
    font-size: 72px;
    line-height: 72px;
    font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
    color: #E68200;
  }
  /* line 1293, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right .home-our-mission-right-text-des {
    width: 100%;
    text-align: right;
    font-size: 24px;
    line-height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    color: #E68200;
  }
  /* line 1309, ../sass/styles.scss */
  .home-our-mission .home-our-mission-arrow-left {
    position: absolute;
    bottom: 0;
    left: -310px;
    z-index: 1;
    transition: left 1s;
  }
  /* line 1318, ../sass/styles.scss */
  .home-our-mission .home-our-mission-arrow-right {
    position: absolute;
    z-index: 999;
    bottom: 275px;
    right: -225px;
    transition: right 1s;
  }
  /* line 1329, ../sass/styles.scss */
  .home-our-mission .animateHomeArrowLeft {
    left: -240px;
  }
  /* line 1335, ../sass/styles.scss */
  .home-our-mission .animateHomeArrowright {
    right: -165px;
  }
  /* line 1341, ../sass/styles.scss */
  .home-our-mission .animateHomeMissionLeft {
    top: -50px;
  }
  /* line 1347, ../sass/styles.scss */
  .home-our-mission .animateHomeMissionRight {
    top: 180px;
  }
}
@media (max-width: 1199px) {
  /* line 1360, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left {
    float: left;
    width: 100%;
    max-width: 350px;
    background-repeat: no-repeat;
    z-index: 99;
    position: relative;
    height: 523px;
    background-size: 100%;
  }
  /* line 1371, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left .home-our-mission-left-text-main {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 75px;
    font-size: 24px;
    line-height: 35px;
    font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
    padding: 0 30px;
    color: #E68200;
  }
  /* line 1382, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left .home-our-mission-left-text-name {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 35px;
    font-size: 24px;
    line-height: 35px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #E68200;
  }
  /* line 1396, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right {
    float: right;
    margin-top: 150px;
    width: 40%;
  }
  /* line 1405, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right .home-our-mission-right-text-main {
    width: 100%;
    text-align: right;
    font-size: 36px;
    line-height: 40px;
    font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
    color: #E68200;
  }
  /* line 1416, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right .home-our-mission-right-text-des {
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #E68200;
  }
  /* line 1429, ../sass/styles.scss */
  .home-our-mission .home-our-mission-arrow-left {
    display: none;
  }
  /* line 1434, ../sass/styles.scss */
  .home-our-mission .home-our-mission-arrow-right {
    display: none;
  }
}
@media (max-width: 839px) {
  /* line 1229, ../sass/styles.scss */
  .home-our-mission {
    height: 700px;
  }
  /* line 1443, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left {
    float: none;
    position: absolute;
    top: 200px;
    max-width: 100%;
    left: 0;
  }
  /* line 1450, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left .home-our-mission-left-text-main {
    color: #ffffff;
  }
  /* line 1454, ../sass/styles.scss */
  .home-our-mission .home-our-mission-left .home-our-mission-left-text-name {
    color: #ffffff;
  }
  /* line 1460, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right {
    float: none;
    position: absolute;
    margin-top: 0px;
    width: 95%;
    padding: 0 35px;
  }
  /* line 1467, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right .home-our-mission-right-text-main {
    text-align: left;
  }
  /* line 1471, ../sass/styles.scss */
  .home-our-mission .home-our-mission-right .home-our-mission-right-text-des {
    text-align: left;
  }
}

/* line 1485, ../sass/styles.scss */
.home-donation-section {
  position: relative;
}
/* line 1489, ../sass/styles.scss */
.home-donation-section .home-donation-section-foot {
  position: absolute;
  display: none;
  transition: display 1s;
}
/* line 1495, ../sass/styles.scss */
.home-donation-section .home-donation-section-foot-1 {
  right: 180px;
  transform: rotate(135deg);
  top: -12px;
}
/* line 1502, ../sass/styles.scss */
.home-donation-section .home-donation-section-foot-2 {
  right: 55px;
  transform: rotate(165deg) scaleX(-1);
  top: 30px;
}
/* line 1508, ../sass/styles.scss */
.home-donation-section .home-donation-section-foot-3 {
  right: 81px;
  transform: rotate(128deg);
  top: 175px;
}
/* line 1514, ../sass/styles.scss */
.home-donation-section .home-donation-section-foot-4 {
  right: -20px;
  transform: rotate(211deg) scaleX(-1);
  top: 290px;
}
/* line 1520, ../sass/styles.scss */
.home-donation-section .home-donation-section-foot-5 {
  right: 40px;
  transform: rotate(164deg);
  top: 445px;
}
/* line 1526, ../sass/styles.scss */
.home-donation-section .home-donation-section-foot-6 {
  right: -30px;
  transform: rotate(217deg) scaleX(-1);
  top: 600px;
}
/* line 1535, ../sass/styles.scss */
.home-donation-section .text-right {
  text-align: right;
}
/* line 1540, ../sass/styles.scss */
.home-donation-section .text-right .home-donation-section-icon img {
  margin-left: 20px;
}
/* line 1546, ../sass/styles.scss */
.home-donation-section .home-donation-section-title {
  text-align: center;
  font-size: 72px;
  line-height: 72px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  color: #cf5c36;
}
/* line 1553, ../sass/styles.scss */
.home-donation-section .home-donation-section-icons {
  padding-top: 100px;
}
/* line 1556, ../sass/styles.scss */
.home-donation-section .home-donation-section-icons img {
  width: 120px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
/* line 1563, ../sass/styles.scss */
.home-donation-section .home-donation-section-icons .home-donation-section-icon {
  margin-bottom: 80px;
}
/* line 1566, ../sass/styles.scss */
.home-donation-section .home-donation-section-icons .home-donation-section-icon > span {
  display: inline-block;
  font-size: 40px;
  line-height: 45px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  color: #E68200;
  max-width: 350px;
}
/* line 1573, ../sass/styles.scss */
.home-donation-section .home-donation-section-icons .home-donation-section-icon > span .home-donation-section-icon-counter {
  font-size: 72px;
  line-height: 72px;
}
/* line 1579, ../sass/styles.scss */
.home-donation-section .home-donation-section-icons .home-donation-section-icons-two {
  margin-top: 100px;
}
/* line 1584, ../sass/styles.scss */
.home-donation-section .home-donation-section-box {
  text-align: center;
  padding-top: 50px;
}
/* line 1588, ../sass/styles.scss */
.home-donation-section .home-donation-section-box img {
  width: 145px;
}
/* line 1592, ../sass/styles.scss */
.home-donation-section .home-donation-section-box .home-donation-section-box-text {
  font-size: 35px;
  line-height: 45px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #cf5c36;
  width: 500px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
}
/* line 1602, ../sass/styles.scss */
.home-donation-section .home-donation-section-box .home-donation-section-donation-button {
  display: inline-block;
  background: #E68200;
  color: #fff !important;
  border-radius: 5px;
  line-height: 1;
  padding: 8px 30px 12px 32px;
  font-size: 24px;
  line-height: 28px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin-top: 20px;
}
/* line 1616, ../sass/styles.scss */
.home-donation-section .home-donation-section-box .home-donation-section-donation-button:hover {
  background: #b36500;
}
/* line 1623, ../sass/styles.scss */
.home-donation-section .home-donation-section-icon-sun-top-right {
  position: absolute;
  top: -200px;
  right: -200px;
  display: none;
}
/* line 1630, ../sass/styles.scss */
.home-donation-section .home-donation-section-icon-coin {
  position: absolute;
  top: 180px;
  left: 47%;
  width: 65px;
  display: none;
}
/* line 1639, ../sass/styles.scss */
.home-donation-section .home-donation-section-icon-coin-mob {
  width: 65px;
  display: none;
}
@media (max-width: 1199px) {
  /* line 1645, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icon-coin {
    display: none;
  }
  /* line 1648, ../sass/styles.scss */
  .home-donation-section .home-donation-section-foots-background {
    display: none;
  }
  /* line 1656, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icons .home-donation-section-icon > span {
    display: inline-block;
    font-size: 35px;
    line-height: 45px;
    font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
    color: #E68200;
    max-width: 280px;
  }
  /* line 1662, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icons .home-donation-section-icon > span .home-donation-section-icon-counter {
    font-size: 60px;
    line-height: 60px;
  }
  /* line 1669, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icons .home-donation-section-icons-two {
    margin-top: 0;
  }
  /* line 1675, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icon-coin-mob {
    width: 65px !important;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  /* line 1684, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icons img {
    width: 80px;
  }
  /* line 1692, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icons .home-donation-section-icon > span {
    display: inline-block;
    padding-top: 5px;
    font-size: 24px;
    line-height: 35px;
    font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
    color: #E68200;
    max-width: 210px;
  }
  /* line 1698, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icons .home-donation-section-icon > span .home-donation-section-icon-counter {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 839px) {
  /* line 1712, ../sass/styles.scss */
  .home-donation-section .text-right {
    text-align: left;
  }
  /* line 1717, ../sass/styles.scss */
  .home-donation-section .text-right .home-donation-section-icon img {
    float: left;
  }
  /* line 1723, ../sass/styles.scss */
  .home-donation-section .home-donation-section-title {
    font-size: 45px;
    line-height: 50px;
  }
  /* line 1727, ../sass/styles.scss */
  .home-donation-section .home-donation-section-title .home-donation-section-title-text-since {
    font-size: 35px;
    line-height: 40px;
  }
  /* line 1737, ../sass/styles.scss */
  .home-donation-section .home-donation-section-box .home-donation-section-box-text {
    width: 100%;
    font-size: 45px;
    line-height: 50px;
  }
  /* line 1744, ../sass/styles.scss */
  .home-donation-section .home-donation-section-icon-sun-top-right {
    display: none;
  }
}

/* line 1753, ../sass/styles.scss */
.home-about-section {
  position: relative;
}
/* line 1756, ../sass/styles.scss */
.home-about-section .home-about-section-video-bg {
  height: 695px;
  background-size: cover;
  background-position: center;
}
/* line 1763, ../sass/styles.scss */
.home-about-section .home-about-section-title {
  color: white;
  text-align: center;
  position: absolute;
  width: 96%;
  top: 100px;
}
/* line 1771, ../sass/styles.scss */
.home-about-section .home-about-section-video-icon {
  position: absolute;
  width: 97%;
  text-align: center;
  top: 275px;
}
/* line 1779, ../sass/styles.scss */
.home-about-section .home-about-section-des {
  position: absolute;
  width: 97%;
  text-align: center;
  bottom: 100px;
  font-size: 24px;
  line-height: 35px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: white;
  padding: 0 30%;
}
/* line 1791, ../sass/styles.scss */
.home-about-section .home-about-section-about-button {
  position: absolute;
  width: 97%;
  text-align: center;
  bottom: 50px;
}
/* line 1798, ../sass/styles.scss */
.home-about-section .home-about-section-about-button a {
  background: #E68200;
  color: #fff !important;
  border-radius: 5px;
  line-height: 1;
  padding: 8px 30px 12px 32px;
  font-size: 24px;
  line-height: 28px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin-top: 20px;
}
/* line 1809, ../sass/styles.scss */
.home-about-section .home-about-section-about-button a:hover {
  background: #b36500;
}
@media (max-width: 1199px) {
  /* line 1818, ../sass/styles.scss */
  .home-about-section .home-about-section-des {
    padding: 0 20%;
  }
}
@media (max-width: 991px) {
  /* line 1827, ../sass/styles.scss */
  .home-about-section .home-about-section-des {
    padding: 0 15%;
  }
}
@media (max-width: 839px) {
  /* line 1753, ../sass/styles.scss */
  .home-about-section {
    height: 655px;
  }
  /* line 1836, ../sass/styles.scss */
  .home-about-section .home-about-section-title {
    position: unset;
    top: unset;
  }
  /* line 1844, ../sass/styles.scss */
  .home-about-section .home-about-section-des {
    position: unset;
    top: unset;
    bottom: unset;
  }
  /* line 1851, ../sass/styles.scss */
  .home-about-section .home-about-section-about-button {
    position: unset;
    bottom: unset;
  }
  /* line 1855, ../sass/styles.scss */
  .home-about-section .home-about-section-about-button a {
    margin-top: 0;
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 1864, ../sass/styles.scss */
  .home-about-section .home-about-section-video-bg {
    position: absolute;
    width: 100%;
    left: 0;
    height: 500px;
  }
  /* line 1871, ../sass/styles.scss */
  .home-about-section .home-about-section-video-icon {
    bottom: 119px;
    z-index: 99;
    left: 0;
    top: unset;
    width: 100%;
  }
}

/* line 1885, ../sass/styles.scss */
.home-news-section {
  margin-bottom: 100px;
}
/* line 1889, ../sass/styles.scss */
.home-news-section .home-news-section-title {
  color: #E68200;
  text-align: center;
  padding-top: 100px;
}
/* line 1894, ../sass/styles.scss */
.home-news-section .home-news-section-title img {
  margin-left: -45px;
  display: inline-block;
  margin-right: 45px;
}
/* line 1902, ../sass/styles.scss */
.home-news-section .home-news-section-news {
  padding-top: 100px;
  z-index: 99;
  position: relative;
}
/* line 1907, ../sass/styles.scss */
.home-news-section .home-news-section-news .item {
  padding-left: 0;
}
/* line 1910, ../sass/styles.scss */
.home-news-section .home-news-section-news .item .item__thumb {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  height: 270px;
  z-index: 0;
  display: block;
}
/* line 1920, ../sass/styles.scss */
.home-news-section .home-news-section-news .item .item__text {
  background: #E68200;
  color: white;
  padding: 20px;
  min-height: 225px;
}
/* line 1927, ../sass/styles.scss */
.home-news-section .home-news-section-news .item .item__text .item__text__title {
  font-size: 24px;
  line-height: 24px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: white;
  position: relative;
}
/* line 1933, ../sass/styles.scss */
.home-news-section .home-news-section-news .item .item__text .item__text__title:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 45px;
  border: 0px solid #ffffff;
  top: 0;
}
/* line 1943, ../sass/styles.scss */
.home-news-section .home-news-section-news .item .item__text p {
  font-size: 14px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;
  margin-bottom: 0;
}
/* line 1949, ../sass/styles.scss */
.home-news-section .home-news-section-news .item .item__text p a {
  font-size: 14px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-decoration: underline;
}
/* line 1962, ../sass/styles.scss */
.home-news-section .home-news-section-sun-large-one {
  position: absolute;
  top: 25%;
  left: -80px;
  z-index: 9;
}
/* line 1968, ../sass/styles.scss */
.home-news-section .home-news-section-sun-large-two {
  position: absolute;
  top: 8%;
  right: -35px;
  z-index: 9;
}
/* line 1975, ../sass/styles.scss */
.home-news-section .home-news-section-sun-small-one {
  position: absolute;
  top: 90%;
  right: 41px;
  z-index: 9;
}
@media (max-width: 1199px) {
  /* line 1987, ../sass/styles.scss */
  .home-news-section .home-news-section-sun-large-one img {
    width: 200px;
  }
  /* line 1994, ../sass/styles.scss */
  .home-news-section .home-news-section-sun-large-two img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  /* line 2002, ../sass/styles.scss */
  .home-news-section .home-news-section-sun-large-one, .home-news-section .home-news-section-sun-large-two, .home-news-section .home-news-section-sun-small-one {
    display: none;
  }
}
@media (max-width: 839px) {
  /* line 1885, ../sass/styles.scss */
  .home-news-section {
    margin-bottom: 0px;
  }
  /* line 2015, ../sass/styles.scss */
  .home-news-section .home-news-section-title img {
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 2022, ../sass/styles.scss */
  .home-news-section .home-news-section-title span {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
  }
  /* line 2030, ../sass/styles.scss */
  .home-news-section .home-news-section-news {
    padding: 30px 60px;
  }
  /* line 2033, ../sass/styles.scss */
  .home-news-section .home-news-section-news .item {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 2036, ../sass/styles.scss */
  .home-news-section .home-news-section-news .item .item__text {
    background: #E68200;
    color: white;
    padding: 20px;
    min-height: 271px;
  }
  /* line 2046, ../sass/styles.scss */
  .home-news-section .home-news-section-news .bx-wrapper .bx-controls-direction a {
    display: block;
    background: black;
    padding: 20px;
    text-align: center;
  }
  /* line 2051, ../sass/styles.scss */
  .home-news-section .home-news-section-news .bx-wrapper .bx-controls-direction a i {
    left: 10px;
    top: -7px;
    color: white;
  }
  /* line 2057, ../sass/styles.scss */
  .home-news-section .home-news-section-news .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
  }
  /* line 2060, ../sass/styles.scss */
  .home-news-section .home-news-section-news .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
  }
}

/* line 2070, ../sass/styles.scss */
.home-testimonials-section {
  margin-bottom: 200px;
  position: relative;
}
/* line 2075, ../sass/styles.scss */
.home-testimonials-section .home-testimonials-section-item {
  position: relative;
}
/* line 2078, ../sass/styles.scss */
.home-testimonials-section .home-testimonials-section-item .home-testimonials-section-item-img {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
/* line 2087, ../sass/styles.scss */
.home-testimonials-section .home-testimonials-section-item .home-testimonials-section-item-text p {
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
}
/* line 2093, ../sass/styles.scss */
.home-testimonials-section .home-testimonials-section-item .home-testimonials-section-item-text span {
  width: 100%;
  text-align: right;
  display: block;
}
/* line 2102, ../sass/styles.scss */
.home-testimonials-section .home-testimonials-section-solutions-button {
  width: 240px;
  position: absolute;
  bottom: -136px;
  left: 50%;
  margin-left: -120px;
}
/* line 2108, ../sass/styles.scss */
.home-testimonials-section .home-testimonials-section-solutions-button a {
  width: 100%;
  background: #E68200;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none;
  padding: 8px 30px 12px 32px;
  font-size: 24px;
  line-height: 28px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin-top: 20px;
}
/* line 2119, ../sass/styles.scss */
.home-testimonials-section .home-testimonials-section-solutions-button a:hover {
  background: #b36500;
}
/* line 2132, ../sass/styles.scss */
.home-testimonials-section .row > div:first-child .home-testimonials-section-item .home-testimonials-section-item-img {
  height: 449px;
  width: 389px;
  float: right;
}
/* line 2138, ../sass/styles.scss */
.home-testimonials-section .row > div:first-child .home-testimonials-section-item .home-testimonials-section-item-text {
  position: absolute;
  top: -35px;
  height: 241px;
  width: 355px;
  right: -300px;
  background: #cf5c36;
  font-size: 24px;
  line-height: 35px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: white;
  padding: 30px 30px 0;
}
/* line 2160, ../sass/styles.scss */
.home-testimonials-section .row > div:nth-child(2) .home-testimonials-section-item {
  margin-top: 250px;
}
/* line 2163, ../sass/styles.scss */
.home-testimonials-section .row > div:nth-child(2) .home-testimonials-section-item .home-testimonials-section-item-img {
  height: 467px;
  width: 376px;
  float: left;
}
/* line 2169, ../sass/styles.scss */
.home-testimonials-section .row > div:nth-child(2) .home-testimonials-section-item .home-testimonials-section-item-text {
  position: absolute;
  top: 288px;
  height: 241px;
  width: 355px;
  left: 190px;
  background: #FDF9F6;
  font-size: 24px;
  line-height: 35px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #cf5c36;
  padding: 30px 30px 0;
}
/* line 2191, ../sass/styles.scss */
.home-testimonials-section .row > div:nth-child(3) .home-testimonials-section-item {
  margin-top: -250px;
}
/* line 2194, ../sass/styles.scss */
.home-testimonials-section .row > div:nth-child(3) .home-testimonials-section-item .home-testimonials-section-item-img {
  height: 370px;
  width: 431px;
  float: right;
}
/* line 2200, ../sass/styles.scss */
.home-testimonials-section .row > div:nth-child(3) .home-testimonials-section-item .home-testimonials-section-item-text {
  position: absolute;
  top: 210px;
  height: 241px;
  width: 355px;
  left: 0;
  background: #E68200;
  font-size: 24px;
  line-height: 35px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: white;
  padding: 30px 30px 0;
}
@media (max-width: 1199px) {
  /* line 2226, ../sass/styles.scss */
  .home-testimonials-section .row > div {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  /* line 2231, ../sass/styles.scss */
  .home-testimonials-section .row > div .home-testimonials-section-item {
    margin-top: 0 !important;
  }
  /* line 2234, ../sass/styles.scss */
  .home-testimonials-section .row > div .home-testimonials-section-item .home-testimonials-section-item-img {
    width: 100% !important;
    height: 370px !important;
    float: left !important;
  }
  /* line 2240, ../sass/styles.scss */
  .home-testimonials-section .row > div .home-testimonials-section-item .home-testimonials-section-item-text {
    float: left !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    width: 100% !important;
  }
  /* line 2254, ../sass/styles.scss */
  .home-testimonials-section .home-testimonials-section-solutions-button {
    display: none;
  }
}
@media (max-width: 839px) {
  /* line 2070, ../sass/styles.scss */
  .home-testimonials-section {
    margin-bottom: 0px;
  }
}

@media (max-width: 839px) {
  /* line 2268, ../sass/styles.scss */
  .home-testimonials-section-main {
    padding: 0px !important;
  }
}

/* line 2277, ../sass/styles.scss */
.fancybox-is-open .fancybox-bg {
  background: #E68200;
  opacity: 1 !important;
}

/* line 2282, ../sass/styles.scss */
.home-quotes {
  margin: 60px 0 0;
}
/* line 2285, ../sass/styles.scss */
.home-quotes__item .item__content {
  padding: 0 40px 0 60px;
  height: 100%;
  width: 50%;
  float: left;
}
/* line 2291, ../sass/styles.scss */
.home-quotes__item figure {
  float: right;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 90% 0%;
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 2301, ../sass/styles.scss */
  .home-quotes__item .item__content {
    width: 60%;
  }
  /* line 2303, ../sass/styles.scss */
  .home-quotes__item .item__content .quote {
    font-size: .875rem;
  }
  /* line 2307, ../sass/styles.scss */
  .home-quotes__item figure {
    width: 40%;
  }
}
@media (max-width: 839px) {
  /* line 2314, ../sass/styles.scss */
  .home-quotes__item .item__content {
    padding: 15px 20px 40px;
    height: auto;
    width: 100%;
    float: none;
  }
  /* line 2319, ../sass/styles.scss */
  .home-quotes__item .item__content .quote {
    font-size: .875rem;
  }
  /* line 2323, ../sass/styles.scss */
  .home-quotes__item figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50%;
    display: block;
    float: none;
  }
}

/**
 * S O L U T I O N S
 * ---------------------------------------
 */
/* line 2337, ../sass/styles.scss */
.solution_items .item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #eaeaea;
  margin-bottom: 2.5rem;
}
/* line 2343, ../sass/styles.scss */
.solution_items .item .item-thumb, .solution_items .item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 2347, ../sass/styles.scss */
.solution_items .item .item-thumb {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 2353, ../sass/styles.scss */
.solution_items .item .item-overlay {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 30px;
  color: #fff;
}
/* line 2359, ../sass/styles.scss */
.solution_items .item .item-overlay .item-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 1px 5px #000;
}
/* line 2362, ../sass/styles.scss */
.solution_items .item .item-overlay .item-content h2 {
  color: #fff;
  margin: 0 0 30px;
}
/* line 2366, ../sass/styles.scss */
.solution_items .item .item-overlay .item-content p {
  display: none;
}
/* line 2369, ../sass/styles.scss */
.solution_items .item .item-overlay .item-content .item-text {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 2373, ../sass/styles.scss */
.solution_items .item .item-overlay:hover {
  background: rgba(0, 0, 0, 0.25);
}
/* line 2375, ../sass/styles.scss */
.solution_items .item .item-overlay:hover p {
  display: block;
}

/* line 2383, ../sass/styles.scss */
.solutions-quote {
  background: #cf5c36;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
/* line 2388, ../sass/styles.scss */
.solutions-quote .quote {
  padding: 80px 60px 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  color: #fff;
}
/* line 2394, ../sass/styles.scss */
.solutions-quote .quote__text {
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 2399, ../sass/styles.scss */
  .solutions-quote .quote {
    padding: 40px 40px 20px;
  }
  /* line 2401, ../sass/styles.scss */
  .solutions-quote .quote__text {
    color: #fff;
    font-size: 1.325em;
  }
}
@media (max-width: 991px) {
  /* line 2408, ../sass/styles.scss */
  .solutions-quote .quote {
    padding: 20px;
  }
  /* line 2410, ../sass/styles.scss */
  .solutions-quote .quote__text {
    color: #fff;
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  /* line 2383, ../sass/styles.scss */
  .solutions-quote {
    padding: 0;
    height: auto;
  }
  /* line 2419, ../sass/styles.scss */
  .solutions-quote .quote {
    padding: 30px;
    position: static;
    top: auto;
    left: auto;
  }
}

/* line 2429, ../sass/styles.scss */
.boxed-items .item {
  position: relative;
}
/* line 2431, ../sass/styles.scss */
.boxed-items .item.item-left {
  padding-right: 50%;
}
/* line 2433, ../sass/styles.scss */
.boxed-items .item.item-left .item__image,
.boxed-items .item.item-left .item__carousel {
  left: 50%;
}
/* line 2438, ../sass/styles.scss */
.boxed-items .item.item-right {
  padding-left: 50%;
}
/* line 2441, ../sass/styles.scss */
.boxed-items .item__carousel {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 2445, ../sass/styles.scss */
.boxed-items .item__carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  overflow: hidden;
}
/* line 2450, ../sass/styles.scss */
.boxed-items .item__carousel ul li {
  width: 100%;
  height: 100%;
}
/* line 2452, ../sass/styles.scss */
.boxed-items .item__carousel ul li figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  display: block;
}
@media (min-width: 840px) {
  /* line 2461, ../sass/styles.scss */
  .boxed-items .item__carousel .bx-viewport, .boxed-items .item__carousel .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
  }
  /* line 2468, ../sass/styles.scss */
  .boxed-items .item__carousel .bxslider, .boxed-items .item__carousel .bxslider li {
    height: 100% !important;
  }
  /* line 2471, ../sass/styles.scss */
  .boxed-items .item__carousel .bxslider li {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  /* line 2476, ../sass/styles.scss */
  .boxed-items .item__carousel .bx-wrapper .bx-viewport {
    border: none !important;
  }
}
/* line 2481, ../sass/styles.scss */
.boxed-items .item__image {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 2487, ../sass/styles.scss */
.boxed-items .item__content {
  padding: 40px;
}
/* line 2489, ../sass/styles.scss */
.boxed-items .item__content h3 {
  color: #E68200;
  font-weight: 400;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0 0 30px;
  padding: 0;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 839px) {
  /* line 2503, ../sass/styles.scss */
  .boxed-items .item.item-left {
    padding: 0;
  }
  /* line 2505, ../sass/styles.scss */
  .boxed-items .item.item-left .item__carousel,
  .boxed-items .item.item-left .item__image {
    left: auto;
  }
  /* line 2510, ../sass/styles.scss */
  .boxed-items .item.item-right {
    padding-left: 0;
  }
  /* line 2513, ../sass/styles.scss */
  .boxed-items .item__image {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    position: static;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
  }
  /* line 2519, ../sass/styles.scss */
  .boxed-items .item__carousel {
    position: static;
    height: auto;
    width: 100%;
    height: auto;
  }
  /* line 2523, ../sass/styles.scss */
  .boxed-items .item__carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  /* line 2527, ../sass/styles.scss */
  .boxed-items .item__carousel ul li {
    width: 100%;
    height: 320px;
  }
  /* line 2530, ../sass/styles.scss */
  .boxed-items .item__carousel ul li figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    display: block;
  }
  /* line 2539, ../sass/styles.scss */
  .boxed-items .item__content {
    padding: 1.25rem;
  }
  /* line 2541, ../sass/styles.scss */
  .boxed-items .item__content h3 {
    font-size: 1.563em;
  }
}

/* line 2549, ../sass/styles.scss */
#stats {
  padding-bottom: 0;
}

/* line 2552, ../sass/styles.scss */
.stats {
  margin: 30px 0 0;
}
/* line 2554, ../sass/styles.scss */
.stats__item {
  width: 33.3333333333%;
  float: left;
  text-align: center;
  padding: 10px 40px;
}
/* line 2559, ../sass/styles.scss */
.stats__item:nth-child(2) {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
/* line 2563, ../sass/styles.scss */
.stats__item span {
  display: block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 15px;
}
@media (max-width: 839px) {
  /* line 2573, ../sass/styles.scss */
  .stats__item {
    width: 100%;
    margin: 0 0 20px;
  }
  /* line 2576, ../sass/styles.scss */
  .stats__item:nth-child(2) {
    border: none;
  }
  /* line 2579, ../sass/styles.scss */
  .stats__item:last-child {
    margin: 0;
  }
}

/* line 2587, ../sass/styles.scss */
.solution-story__image {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 75%;
  display: block;
}
/* line 2590, ../sass/styles.scss */
.solution-story__content {
  padding: 30px 0;
}
/* line 2592, ../sass/styles.scss */
.solution-story__content h3 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 25px;
}

/**
 * A P P R O A C H
 * ---------------------------------------
 */
/* line 2609, ../sass/styles.scss */
.page-approach .quote {
  padding-left: 2.5rem;
  border-left: 1px solid #efefef;
}
/* line 2614, ../sass/styles.scss */
.page-approach__values .item {
  margin: 0 0 2.5rem;
}
@media (max-width: 991px) {
  /* line 2620, ../sass/styles.scss */
  .page-approach .quote {
    padding-left: 0;
    border-left: none;
  }
}

/* line 2628, ../sass/styles.scss */
.guiding-slider {
  /*margin: 60px 0 0;*/
}
/* line 2631, ../sass/styles.scss */
.guiding-slider__item .item__content {
  padding: 0 40px 0 60px;
  height: 100%;
  width: 50%;
  float: left;
}
/* line 2637, ../sass/styles.scss */
.guiding-slider__item figure {
  float: right;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 90% 0%;
  width: 50%;
  height: 100%;
}
@media (max-width: 839px) {
  /* line 2648, ../sass/styles.scss */
  .guiding-slider__item .item__content {
    padding: 15px 20px 40px;
    height: auto;
    width: 100%;
    float: none;
  }
  /* line 2654, ../sass/styles.scss */
  .guiding-slider__item figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50%;
    display: block;
    float: none;
  }
}

/**
 * A B O U T
 * ---------------------------------------
 */
/* line 2669, ../sass/styles.scss */
.page-about .work-spans .item i {
  color: #E68200;
}
/* line 2672, ../sass/styles.scss */
.page-about .work-spans .item h4, .page-about .work-spans .item .post-pagination a, .post-pagination .page-about .work-spans .item a, .page-about .work-spans .item .load-more__insigts button, .load-more__insigts .page-about .work-spans .item button {
  margin: 10px 0;
  padding: 0;
  font-weight: 400;
}

/* line 2681, ../sass/styles.scss */
.barefoot-reports {
  background: #fff;
  padding: 1.25rem;
}
/* line 2686, ../sass/styles.scss */
.barefoot-reports .item .item-header {
  border-bottom: 1px solid #efefef;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
/* line 2691, ../sass/styles.scss */
.barefoot-reports .item .item-header h4, .barefoot-reports .item .item-header .post-pagination a, .post-pagination .barefoot-reports .item .item-header a, .barefoot-reports .item .item-header .load-more__insigts button, .load-more__insigts .barefoot-reports .item .item-header button {
  display: inline-block;
  color: #E68200;
  cursor: pointer;
  margin: 0;
  padding: 0 22px 0 0;
  background: url(../images/about/icon-right.png) no-repeat right 7px;
  background-size: 11px 19px;
}
/* line 2700, ../sass/styles.scss */
.barefoot-reports .item .item-content {
  display: none;
  padding: 10px 0 0 0;
}
/* line 2705, ../sass/styles.scss */
.barefoot-reports .item:last-child .item-header {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
/* line 2712, ../sass/styles.scss */
.barefoot-reports .item.active .item-header {
  border-bottom: 1px solid #efefef;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
/* line 2717, ../sass/styles.scss */
.barefoot-reports .item.active .item-header h4, .barefoot-reports .item.active .item-header .post-pagination a, .post-pagination .barefoot-reports .item.active .item-header a, .barefoot-reports .item.active .item-header .load-more__insigts button, .load-more__insigts .barefoot-reports .item.active .item-header button {
  padding-right: 25px;
  background: url(../images/about/icon-down.jpg) no-repeat right 12px;
  background-size: 19px 11px;
}
/* line 2723, ../sass/styles.scss */
.barefoot-reports .item.active .item-content {
  display: block;
}
/* line 2727, ../sass/styles.scss */
.barefoot-reports .item:first-child .item-content {
  padding: 10px 0 20px 0;
}
/* line 2734, ../sass/styles.scss */
.barefoot-reports .year-report {
  margin: 0 0 20px 0;
}
/* line 2737, ../sass/styles.scss */
.barefoot-reports .year-report .title {
  border-bottom: 1px solid #dedede;
  padding: 0 0 10px 0;
}
/* line 2741, ../sass/styles.scss */
.barefoot-reports .year-report .title h4, .barefoot-reports .year-report .title .post-pagination a, .post-pagination .barefoot-reports .year-report .title a, .barefoot-reports .year-report .title .load-more__insigts button, .load-more__insigts .barefoot-reports .year-report .title button {
  display: inline-block;
  color: #E68200;
  cursor: pointer;
  margin: 0;
  padding: 0 22px 0 0;
  background: url(../images/about/icon-right.png) no-repeat right 7px;
  background-size: 10px 17px;
}
/* line 2751, ../sass/styles.scss */
.barefoot-reports .year-report .content {
  display: none;
  padding: 20px 0 0 0;
}
/* line 2758, ../sass/styles.scss */
.barefoot-reports .year-report.active .title h4, .barefoot-reports .year-report.active .title .post-pagination a, .post-pagination .barefoot-reports .year-report.active .title a, .barefoot-reports .year-report.active .title .load-more__insigts button, .load-more__insigts .barefoot-reports .year-report.active .title button {
  padding-right: 25px;
  background: url(../images/about/icon-down.jpg) no-repeat right 11px;
  background-size: 17px 10px;
}
/* line 2764, ../sass/styles.scss */
.barefoot-reports .year-report.active .content {
  display: block;
}
/* line 2769, ../sass/styles.scss */
.barefoot-reports ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
/* line 2772, ../sass/styles.scss */
.barefoot-reports ul li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 20px;
  line-height: 1.4;
}
/* line 2777, ../sass/styles.scss */
.barefoot-reports ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.25rem;
  color: #E68200;
}

/* line 2788, ../sass/styles.scss */
.intro {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

/* line 2794, ../sass/styles.scss */
.barefoot-distinct-entities {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
/* line 2799, ../sass/styles.scss */
.barefoot-distinct-entities li {
  width: 28%;
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
}
/* line 2805, ../sass/styles.scss */
.barefoot-distinct-entities li .icon {
  margin: 0 0 10px 0;
}
/* line 2808, ../sass/styles.scss */
.barefoot-distinct-entities li .name {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
/* line 2815, ../sass/styles.scss */
.barefoot-distinct-entities li .name a {
  color: #333;
}
/* line 2817, ../sass/styles.scss */
.barefoot-distinct-entities li .name a:hover {
  color: #E68200;
}

@media (max-width: 839px) {
  /* line 2824, ../sass/styles.scss */
  .barefoot-distinct-entities li {
    width: 100%;
    display: block;
    padding: 0 25px;
    margin: 0 0 30px 0;
  }
  /* line 2830, ../sass/styles.scss */
  .barefoot-distinct-entities li .icon {
    max-width: 180px;
  }
  /* line 2834, ../sass/styles.scss */
  .barefoot-distinct-entities li .name {
    font-size: 1.2em;
  }
}
/* line 2843, ../sass/styles.scss */
#other_ways,
.modal {
  text-align: left;
}
/* line 2847, ../sass/styles.scss */
#other_ways .modal-header,
.modal .modal-header {
  padding: 20px 40px;
}
/* line 2850, ../sass/styles.scss */
#other_ways .modal-header .close,
.modal .modal-header .close {
  position: absolute;
  right: 25px;
}
/* line 2855, ../sass/styles.scss */
#other_ways .modal-header .modal-title,
.modal .modal-header .modal-title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 400;
  color: #E68200;
}
/* line 2866, ../sass/styles.scss */
#other_ways .modal-body,
.modal .modal-body {
  padding: 20px 0 0 0;
}
/* line 2868, ../sass/styles.scss */
#other_ways .modal-body .container,
.modal .modal-body .container {
  padding: 0 25px;
}
/* line 2871, ../sass/styles.scss */
#other_ways .modal-body h4, #other_ways .modal-body .post-pagination a, .post-pagination #other_ways .modal-body a, #other_ways .modal-body .load-more__insigts button, .load-more__insigts #other_ways .modal-body button,
.modal .modal-body h4,
.modal .modal-body .post-pagination a,
.post-pagination .modal .modal-body a,
.modal .modal-body .load-more__insigts button,
.load-more__insigts .modal .modal-body button {
  margin: 0 0 20px 0;
}

/* line 2875, ../sass/styles.scss */
#other_ways {
  background: transparent;
}

/* line 2881, ../sass/styles.scss */
#siteModal .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  background: none;
  z-index: 9999999;
  /* DIRECTION CONTROLS (NEXT / PREV) */
}
/* line 2888, ../sass/styles.scss */
#siteModal .bx-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2891, ../sass/styles.scss */
#siteModal .bx-wrapper ul li {
  padding: 0;
  margin: 0 20px 0 0;
}
/* line 2895, ../sass/styles.scss */
#siteModal .bx-wrapper ul li .slide-content {
  padding: 0 40px;
  /*          background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,.1) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,.1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,.1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );*/
}
/* line 2902, ../sass/styles.scss */
#siteModal .bx-wrapper ul li .slide-img {
  bottom: 0;
  max-height: 480px;
}
/* line 2906, ../sass/styles.scss */
#siteModal .bx-wrapper ul li .slide-img img {
  width: 100%;
  max-width: 100%;
}
/* line 2916, ../sass/styles.scss */
#siteModal .bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 16px;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  font-size: 3rem;
  line-height: 1;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
/* line 2927, ../sass/styles.scss */
#siteModal .bx-wrapper .bx-controls-direction a i {
  position: absolute;
  left: 0;
  top: -10px;
}
/* line 2932, ../sass/styles.scss */
#siteModal .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
/* line 2933, ../sass/styles.scss */
#siteModal .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 5px;
}
/* line 2934, ../sass/styles.scss */
#siteModal .bx-wrapper .bx-controls-direction a.bx-next {
  right: 5px;
}
/* line 2935, ../sass/styles.scss */
#siteModal .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media (max-width: 839px) {
  /* line 2916, ../sass/styles.scss */
  #siteModal .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}

/* line 2945, ../sass/styles.scss */
#solar-lighting-modal .modal-body {
  padding: 20px 40px;
}

/**
 * W H E R E   W E   W O R K
 * ---------------------------------------
 */
/* line 2956, ../sass/styles.scss */
.countries-we-work .item {
  position: relative;
  width: 100%;
  padding-bottom: 130%;
  background: #322D25;
  margin-bottom: 2.5rem;
}
/* line 2962, ../sass/styles.scss */
.countries-we-work .item .item-thumb, .countries-we-work .item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 2966, ../sass/styles.scss */
.countries-we-work .item .item-thumb {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 2972, ../sass/styles.scss */
.countries-we-work .item .item-overlay {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 30px;
  color: #fff;
}
/* line 2978, ../sass/styles.scss */
.countries-we-work .item .item-overlay .item-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 1px 5px #000;
}
/* line 2981, ../sass/styles.scss */
.countries-we-work .item .item-overlay .item-content h2 {
  color: #fff;
  margin: 0 0 30px;
}
/* line 2985, ../sass/styles.scss */
.countries-we-work .item .item-overlay .item-content p {
  display: none;
}
/* line 2988, ../sass/styles.scss */
.countries-we-work .item .item-overlay .item-content .item-text {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 2992, ../sass/styles.scss */
.countries-we-work .item .item-overlay:hover {
  background: rgba(0, 0, 0, 0.25);
}
/* line 2994, ../sass/styles.scss */
.countries-we-work .item .item-overlay:hover p {
  display: block;
}

/**
 * O U R   P E O P L E
 * ---------------------------------------
 */
/* line 3008, ../sass/styles.scss */
.barefoot-staff__item {
  padding: 20px;
  background-color: #32291C;
  color: #fff;
  margin: 0 0 2.5rem;
  /*height: 470px;*/
}
/* line 3015, ../sass/styles.scss */
.barefoot-staff__item figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
/* line 3019, ../sass/styles.scss */
.barefoot-staff__item h4, .barefoot-staff__item .post-pagination a, .post-pagination .barefoot-staff__item a, .barefoot-staff__item .load-more__insigts button, .load-more__insigts .barefoot-staff__item button, .barefoot-staff__item h5, .barefoot-staff__item p {
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
  text-align: left;
}
/* line 3024, ../sass/styles.scss */
.barefoot-staff__item h5 {
  color: #E68200;
}
/* line 3025, ../sass/styles.scss */
.barefoot-staff__item .face {
  height: 169px;
  width: 100%;
  background-size: cover;
  margin: 0 auto;
}
@media (max-width: 839px) {
  /* line 3007, ../sass/styles.scss */
  .barefoot-staff {
    width: 100%;
  }
  /* line 3035, ../sass/styles.scss */
  .barefoot-staff .content {
    height: initial;
  }
}

/* line 3049, ../sass/styles.scss */
.our-people .section-members .members-filter-wrapper {
  max-width: 680px;
  margin: 20px auto 40px auto;
}
/* line 3053, ../sass/styles.scss */
.our-people .section-members .members-filter-wrapper .members-filter {
  display: block;
  width: 100%;
  max-width: 280px;
  border: 2px solid #dedede;
  height: 45px;
  padding: 10px 20px;
  margin: 0 auto;
}
/* line 3063, ../sass/styles.scss */
.our-people .section-members .members-filter-wrapper .member-type-details {
  margin: 20px 0;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
/* line 3071, ../sass/styles.scss */
.our-people .section-members .members-filter-wrapper .member-type-details .type-details {
  display: none;
}
/* line 3081, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper.ajax-loading:before {
  background: rgba(238, 235, 229, 0.5) url(../images/loading.svg) no-repeat center center;
}
/* line 3085, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .center-align {
  text-align: center;
}
/* line 3089, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member {
  height: 220px;
  margin: 20px 0;
  padding: 10px;
  background-color: #32291C;
  color: #fff;
  margin: 0 0 2.5rem;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
/* line 3100, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .member-pic {
  display: block;
  float: left;
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 3110, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .member-details {
  padding: 0 0 0 20px;
  display: block;
  float: left;
  width: 60%;
}
/* line 3117, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .member-name {
  /*font-family: $font-family-sans-serif;*/
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 4px 0;
}
/* line 3125, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .member-title {
  margin: 0 0 15px 0;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  /*font-family: $font-family-sans-serif;*/
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
}
/* line 3133, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .member-email {
  font-size: 14px;
  line-height: 1.3;
}
/* line 3137, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .member-phone {
  font-size: 14px;
  line-height: 1.3;
}
/* line 3141, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .member-bio {
  display: none;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
/* line 3148, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .social-links {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left !important;
}
/* line 3153, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .social-links li {
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: left !important;
}
/* line 3158, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .social-links li a {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0 0;
  text-indent: -999em;
}
/* line 3166, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .social-links li a.facebook {
  background-image: url(../images/icon-facebook.png);
}
/* line 3169, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .social-links li a.twitter {
  background-image: url(../images/icon-twitter.png);
}
/* line 3172, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .social-links li a.linkedin {
  background-image: url(../images/icon-linkedin.png);
}
/* line 3175, ../sass/styles.scss */
.our-people .section-members .members-list-wrapper .member .social-links li a.instagram {
  background-image: url(../images/icon-instagram.png);
}
/* line 3186, ../sass/styles.scss */
.our-people .section-members .members-pagination,
.our-people .section-members .pagination {
  margin: 60px 0 50px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
/* line 3193, ../sass/styles.scss */
.our-people .section-members .members-pagination a,
.our-people .section-members .pagination a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
}
/* line 3198, ../sass/styles.scss */
.our-people .section-members .members-pagination .page,
.our-people .section-members .pagination .page {
  margin: 0 3px;
  padding: 8px 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  border-radius: 15px;
}
/* line 3208, ../sass/styles.scss */
.our-people .section-members .members-pagination .page.active, .our-people .section-members .members-pagination .page:hover,
.our-people .section-members .pagination .page.active,
.our-people .section-members .pagination .page:hover {
  background: #dedede;
}
@media (max-width: 839px) {
  /* line 3221, ../sass/styles.scss */
  .our-people .section-members .members-list-wrapper .member .member-thumb {
    margin: 0 0 15px 0;
  }
  /* line 3226, ../sass/styles.scss */
  .our-people .section-members .members-list-wrapper .member .member-title a {
    font-size: 20px;
  }
  /* line 3228, ../sass/styles.scss */
  .our-people .section-members .members-list-wrapper .member .member-summary {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 15px 0;
  }
}

/* line 3242, ../sass/styles.scss */
.our-people-new .section-members {
  background-color: #fdf9f6;
}
/* line 3244, ../sass/styles.scss */
.our-people-new .section-members .members-intro {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
/* line 3251, ../sass/styles.scss */
.our-people-new .section-members .members-filter-wrapper {
  margin: 20px auto;
}
/* line 3253, ../sass/styles.scss */
.our-people-new .section-members .members-filter-wrapper .members-filter {
  display: block;
  width: 100%;
  max-width: 280px;
  border: 2px solid #dedede;
  height: 45px;
  padding: 10px 20px;
  margin: 0 auto;
}
/* line 3263, ../sass/styles.scss */
.our-people-new .section-members .members-filter-wrapper .team-members-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 3267, ../sass/styles.scss */
.our-people-new .section-members .members-filter-wrapper .team-members-filter li {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* line 3271, ../sass/styles.scss */
.our-people-new .section-members .members-filter-wrapper .team-members-filter li:first-child {
  margin-left: 0;
}
/* line 3274, ../sass/styles.scss */
.our-people-new .section-members .members-filter-wrapper .team-members-filter li a {
  display: inline-block;
  color: #32291C;
  border: 1px solid #000;
  padding: 10px 15px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
/* line 3286, ../sass/styles.scss */
.our-people-new .section-members .members-filter-wrapper .member-type-details {
  margin: 20px 0;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  max-width: 840px;
  margin: auto;
}
/* line 3296, ../sass/styles.scss */
.our-people-new .section-members .members-filter-wrapper .member-type-details .type-details {
  display: none;
  margin: 15px 0;
}
@media (max-width: 991px) {
  /* line 3305, ../sass/styles.scss */
  .our-people-new .section-members .members-filter-wrapper .team-members-filter li a {
    font-size: 15px;
    line-height: 1;
  }
}
@media (max-width: 839px) {
  /* line 3313, ../sass/styles.scss */
  .our-people-new .section-members .members-filter-wrapper .team-members-filter li {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  /* line 3316, ../sass/styles.scss */
  .our-people-new .section-members .members-filter-wrapper .team-members-filter li a {
    font-size: 14px;
    line-height: 1;
  }
}
/* line 3327, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper.ajax-loading:before {
  background: rgba(238, 235, 229, 0.5) url(../images/loading.svg) no-repeat center center;
}
/* line 3331, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .row {
  margin: 0 -15px;
}
/* line 3334, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .col-md-4 {
  padding: 0 15px;
}
/* line 3338, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .center-align {
  text-align: center;
}
/* line 3342, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member {
  height: 220px;
  margin: 20px 0;
  padding: 15px;
  background-color: #fff;
  margin: 0 0 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* line 3351, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .member-pic {
  display: block;
  float: left;
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 3361, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .member-details {
  padding: 0 0 0 20px;
  display: block;
  float: left;
  width: 60%;
}
/* line 3367, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .member-type {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 5px;
}
/* line 3375, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .member-name {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 4px 0;
}
/* line 3381, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .member-title {
  margin: 0 0 15px 0;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
/* line 3389, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .member-email {
  font-size: 14px;
  line-height: 1.3;
  word-wrap: break-word;
}
/* line 3393, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .member-phone {
  font-size: 14px;
  line-height: 1.3;
}
/* line 3397, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .member-bio {
  display: none;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
/* line 3404, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .social-links {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left !important;
}
/* line 3409, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .social-links li {
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: left !important;
}
/* line 3414, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .social-links li a {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0 0;
  text-indent: -999em;
}
/* line 3422, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .social-links li a.facebook {
  background-image: url(../images/icon-facebook.png);
}
/* line 3425, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .social-links li a.twitter {
  background-image: url(../images/icon-twitter.png);
}
/* line 3428, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .social-links li a.linkedin {
  background-image: url(../images/icon-linkedin.png);
}
/* line 3431, ../sass/styles.scss */
.our-people-new .section-members .members-list-wrapper .member .social-links li a.instagram {
  background-image: url(../images/icon-instagram.png);
}
/* line 3442, ../sass/styles.scss */
.our-people-new .section-members .members-pagination,
.our-people-new .section-members .pagination {
  margin: 20px 0 30px 0px;
  font-size: 14px;
  text-align: center;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
/* line 3448, ../sass/styles.scss */
.our-people-new .section-members .members-pagination a,
.our-people-new .section-members .pagination a {
  display: inline-block;
  color: #333;
}
/* line 3452, ../sass/styles.scss */
.our-people-new .section-members .members-pagination .page,
.our-people-new .section-members .pagination .page {
  margin: 0 3px;
  padding: 6px 8px;
  font-size: 20px;
  line-height: 1;
  line-height: 1.4;
  text-align: center;
  color: #333;
  /*border-radius: 15px;*/
}
/* line 3460, ../sass/styles.scss */
.our-people-new .section-members .members-pagination .page.next, .our-people-new .section-members .members-pagination .page.prev,
.our-people-new .section-members .pagination .page.next,
.our-people-new .section-members .pagination .page.prev {
  background-repeat: no-repeat;
  background-position: center bottom 5px;
  background-size: 12px 14px;
  text-indent: -999em;
  height: 32px;
  width: 26px;
  display: inline-block;
}
/* line 3467, ../sass/styles.scss */
.our-people-new .section-members .members-pagination .page.next:hover, .our-people-new .section-members .members-pagination .page.prev:hover,
.our-people-new .section-members .pagination .page.next:hover,
.our-people-new .section-members .pagination .page.prev:hover {
  background-color: transparent;
}
/* line 3471, ../sass/styles.scss */
.our-people-new .section-members .members-pagination .page.next,
.our-people-new .section-members .pagination .page.next {
  background-image: url(../images/icon-next-pagination.png);
}
/* line 3474, ../sass/styles.scss */
.our-people-new .section-members .members-pagination .page.prev,
.our-people-new .section-members .pagination .page.prev {
  background-image: url(../images/icon-prev-pagination.png);
}
/* line 3478, ../sass/styles.scss */
.our-people-new .section-members .members-pagination .page.active, .our-people-new .section-members .members-pagination .page:hover,
.our-people-new .section-members .pagination .page.active,
.our-people-new .section-members .pagination .page:hover {
  background-color: #dedede;
}
@media (max-width: 839px) {
  /* line 3491, ../sass/styles.scss */
  .our-people-new .section-members .members-list-wrapper .member .member-thumb {
    margin: 0 0 15px 0;
  }
  /* line 3496, ../sass/styles.scss */
  .our-people-new .section-members .members-list-wrapper .member .member-title a {
    font-size: 20px;
  }
  /* line 3498, ../sass/styles.scss */
  .our-people-new .section-members .members-list-wrapper .member .member-summary {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 15px 0;
  }
}

/**
 * C O N T A C T
 * ---------------------------------------
 */
/* line 3523, ../sass/styles.scss */
.entry-content a {
  color: #333;
}
/* line 3527, ../sass/styles.scss */
.entry-content img {
  max-width: 100%;
  height: auto;
}
/* line 3532, ../sass/styles.scss */
.entry-content h3 {
  color: #E68200;
}
/* line 3536, ../sass/styles.scss */
.entry-content p {
  margin-bottom: 25px;
}
/* line 3538, ../sass/styles.scss */
.entry-content p:last-child {
  margin: 0;
}
/* line 3542, ../sass/styles.scss */
.entry-content ul, .entry-content ol {
  padding: 0 0 0 25px;
  margin-bottom: 25px;
}
/* line 3545, ../sass/styles.scss */
.entry-content ul li, .entry-content ol li {
  margin-bottom: 5px;
}
/* line 3548, ../sass/styles.scss */
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin: 0 0 10px;
  list-style-type: disc;
}
/* line 3553, ../sass/styles.scss */
.entry-content a {
  /*    color: inherit;
      &:hover {
        color: $brand-primary;
      }*/
  /*text-decoration: underline;*/
}
@media (max-width: 839px) {
  /* line 3562, ../sass/styles.scss */
  .entry-content h3 {
    font-size: 1.428rem;
  }
  /* line 3565, ../sass/styles.scss */
  .entry-content .highlighted {
    font-size: 1.285rem;
  }
  /* line 3568, ../sass/styles.scss */
  .entry-content .bigtext {
    font-size: 1.142rem;
  }
}

/**
 * G E T   I N V O L V E D
 * ---------------------------------------
 */
@media (max-width: 839px) {
  /* line 3582, ../sass/styles.scss */
  .page-get_involved__fundraise .item {
    margin-bottom: 30px;
  }
  /* line 3584, ../sass/styles.scss */
  .page-get_involved__fundraise .item:last-child {
    margin-bottom: 0;
  }
}

/* 4 0 4   E R R O R   P A G E
----------------------------------------------------------------------------- */
/* line 3597, ../sass/styles.scss */
.error-404 .entry-title {
  padding-top: 100px;
  text-align: center;
  font-size: 3em;
  background: none;
  color: #E68200;
  font-weight: 600;
}
/* line 3605, ../sass/styles.scss */
.error-404 .entry-content {
  padding-bottom: 100px;
  font-size: 1.125em;
  text-align: center;
  max-width: 400px;
  margin: auto;
}

/* line 3616, ../sass/styles.scss */
.entry-content {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 640px) {
  /* line 3616, ../sass/styles.scss */
  .entry-content {
    font-size: 16px;
    line-height: 30px;
  }
}
/* line 3624, ../sass/styles.scss */
.entry-content ul, .entry-content ol {
  padding-left: 20px;
}
/* line 3629, ../sass/styles.scss */
.entry-content blockquote {
  position: relative;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 40px 0;
  padding: 15px 0 26px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 640px) {
  /* line 3629, ../sass/styles.scss */
  .entry-content blockquote {
    font-size: 24px;
    line-height: 30px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 840px) {
  /* line 3629, ../sass/styles.scss */
  .entry-content blockquote {
    font-size: 30px;
    line-height: 38px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 3647, ../sass/styles.scss */
.entry-content blockquote span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 640px) {
  /* line 3647, ../sass/styles.scss */
  .entry-content blockquote span {
    font-size: 16px;
    line-height: 30px;
  }
}
/* line 3654, ../sass/styles.scss */
.entry-content blockquote:before {
  position: relative;
  top: 25px;
  margin: auto;
  content: '“';
  color: #E68200;
  font-size: 90px;
}

/* line 3668, ../sass/styles.scss */
#main {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  /* line 3668, ../sass/styles.scss */
  #main {
    margin-bottom: 40px;
  }
}
@media (min-width: 840px) {
  /* line 3668, ../sass/styles.scss */
  #main {
    /*margin-bottom: 40px;*/
  }
}
/* line 3677, ../sass/styles.scss */
#main a {
  color: #737373;
  text-decoration: none;
}
/* line 3680, ../sass/styles.scss */
#main a:hover {
  color: #E68200;
}

/* line 3686, ../sass/styles.scss */
.box {
  background: #efefef;
  margin: 0 0 30px;
  padding: 15px;
}

/* line 3694, ../sass/styles.scss */
.blog-detail h1 {
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 3699, ../sass/styles.scss */
.blog-detail h5 {
  color: #999;
  /*@include reset-box-model();*/
}
/* line 3704, ../sass/styles.scss */
.blog-detail__image {
  display: block;
  margin-bottom: 20px;
}
/* line 3707, ../sass/styles.scss */
.blog-detail__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
/* line 3710, ../sass/styles.scss */
.blog-detail .entry-content .category {
  margin-bottom: 20px;
}
/* line 3712, ../sass/styles.scss */
.blog-detail .entry-content .category a {
  color: #737373;
  text-decoration: none;
}
/* line 3715, ../sass/styles.scss */
.blog-detail .entry-content .category a:hover {
  text-decoration: underline;
}

/* line 3727, ../sass/styles.scss */
.content-page {
  /*  padding: 30px 0 80px;
    .pagination {
      text-align: right;
      text-transform: uppercase;
      color: $grey-light;
      margin: 0 0 20px;
      font-size: 14px;
      a {
        color: inherit;
        &:hover {
          color: $brand-primary;
        }
      }
    }*/
}

/**
 * S E L E C T   F I E L D
 * -----------------------------------
 */
/* line 3749, ../sass/styles.scss */
.custom-select {
  display: inline-block;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  max-width: 540px;
  width: 100%;
  height: 60px;
  padding: 15px 75px 15px 15px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0px;
  background: #eee url(../images/icon-dropdown-arrow.png) no-repeat right center;
  background-size: 60px 72px;
  color: #6e6e6e;
}

/*.default-select:focus {
  outline: none; } for IE10 .custom-select::-ms-expand { display: none; }
}*/
/**
 * B L O G
 * -----------------------------------
 */
/* line 3779, ../sass/styles.scss */
.blog-list {
  padding-bottom: 45px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  /*    &--primary {
  
          .blog-list__image {
              @include make-sm-column(5);
              @include make-md-column(7);
          }
          .blog-list__meta {
              @include make-sm-column(7);
              @include make-md-column(5);
          }
      }*/
  /*    @media (min-width: $screen-sm-min) {
      }
  
      // desktop
      @media (min-width: $screen-md-min) {
      }*/
}
/* line 3784, ../sass/styles.scss */
.blog-list a {
  text-decoration: none;
  color: #737373;
}
/* line 3789, ../sass/styles.scss */
.blog-list__image {
  /*@include make-sm-column(5);*/
}
/* line 3791, ../sass/styles.scss */
.blog-list__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
/* line 3795, ../sass/styles.scss */
.blog-list__meta h5 {
  color: #999;
}
/* line 3796, ../sass/styles.scss */
.blog-list__meta h3 {
  margin: 10px 0;
}
/* line 3797, ../sass/styles.scss */
.blog-list__meta h4, .blog-list__meta .post-pagination a, .post-pagination .blog-list__meta a, .blog-list__meta .load-more__insigts button, .load-more__insigts .blog-list__meta button {
  color: #737373;
}
/* line 3798, ../sass/styles.scss */
.blog-list__meta a:hover {
  color: #E68200;
}

/* line 3825, ../sass/styles.scss */
.post-pagination {
  text-align: right;
}
/* line 3827, ../sass/styles.scss */
.post-pagination a {
  display: inline-block;
  text-align: center;
  background-color: #E68200;
  color: #fff !important;
  line-height: 54px;
  padding: 0 25px;
  text-decoration: none;
  margin-left: 5px;
  color: #fff;
}

/* line 3845, ../sass/styles.scss */
.widget__search #searchsubmit {
  display: none;
}
/* line 3848, ../sass/styles.scss */
.widget__search input[type="text"] {
  border: none;
  background: #eee url(../images/v2/search.png) no-repeat 10px center;
  font-size: 16px;
  line-height: 60px;
  padding: 0 20px 0 50px;
  color: #737373;
  width: 100%;
}
/* line 14, ../sass/styles.scss */
.widget__search input[type="text"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 18, ../sass/styles.scss */
.widget__search input[type="text"]:-ms-input-placeholder {
  color: #999;
}
/* line 19, ../sass/styles.scss */
.widget__search input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
/* line 3859, ../sass/styles.scss */
.widget__search--dark input {
  color: #fff;
  background-color: #ccc;
  background-image: url(../images/v2/search-fff.png);
}
/* line 14, ../sass/styles.scss */
.widget__search--dark input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 18, ../sass/styles.scss */
.widget__search--dark input:-ms-input-placeholder {
  color: #fff;
}
/* line 19, ../sass/styles.scss */
.widget__search--dark input::-webkit-input-placeholder {
  color: #fff;
}

/* line 3869, ../sass/styles.scss */
.archive-title {
  font-size: 32px;
  margin: 0 0 60px 0;
  padding: 0;
}
/* line 3873, ../sass/styles.scss */
.archive-title span {
  color: #333;
}

/**
 * S H O W   L O A D I N G
 * -----------------------------------
 */
/* line 3887, ../sass/styles.scss */
.loading-indicator {
  height: 31px;
  width: 31px;
  background: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 3892, ../sass/styles.scss */
.loading-indicator-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

/**
 * C O N T A C T
 * -----------------------------
 */
/* line 3905, ../sass/styles.scss */
.page-contact .contact__map {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 3911, ../sass/styles.scss */
.page-contact .widget__subscribe {
  background-color: #fff;
}
/* line 3913, ../sass/styles.scss */
.page-contact .widget__subscribe__title {
  color: #E68200;
  margin-bottom: 10px;
}
/* line 3917, ../sass/styles.scss */
.page-contact .widget__subscribe__descr {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
/* line 3920, ../sass/styles.scss */
.page-contact .widget__subscribe__descr a {
  text-decoration: underline;
}
/* line 3925, ../sass/styles.scss */
.page-contact .widget__subscribe__form.loading {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 3928, ../sass/styles.scss */
.page-contact .widget__subscribe__form input {
  line-height: 30px;
  height: 50px;
  padding: 10px 15px;
  border: none;
}
/* line 3933, ../sass/styles.scss */
.page-contact .widget__subscribe__form input.error {
  border: 1px solid #E68200;
}
/* line 3937, ../sass/styles.scss */
.page-contact .widget__subscribe__form input[type="text"] {
  background-color: #eee;
  margin-bottom: 10px;
  width: 100%;
}
/* line 3942, ../sass/styles.scss */
.page-contact .widget__subscribe__form input[type="submit"] {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  background-color: #E68200;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  /* line 3942, ../sass/styles.scss */
  .page-contact .widget__subscribe__form input[type="submit"] {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  /* line 3957, ../sass/styles.scss */
  .page-contact .col-sm-12:not(:last-child) {
    margin-bottom: 40px;
  }
}

/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
/* line 3972, ../sass/styles.scss */
.donation-button {
  display: none;
}
@media (max-width: 991px) {
  /* line 3972, ../sass/styles.scss */
  .donation-button {
    display: block;
    right: 4.25rem;
    position: absolute;
    top: 22px;
    background: #E68200;
    color: #fff !important;
    border-radius: 5px;
    line-height: 1;
    padding: 10px 16px 12px 16px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
  }
  /* line 3987, ../sass/styles.scss */
  .donation-button:hover {
    background: #b36500;
  }
}

/* line 3996, ../sass/styles.scss */
.menu-toggle {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 99999999;
  outline: none !important;
  cursor: pointer;
  top: 30px;
  right: 1.25rem;
  width: 28px;
  height: 20px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}
/* line 4008, ../sass/styles.scss */
.menu-toggle::before, .menu-toggle::after,
.menu-toggle span {
  background: #E68200;
}
/* line 4013, ../sass/styles.scss */
.menu-toggle::before, .menu-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* line 4025, ../sass/styles.scss */
.menu-toggle span {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 2px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 4035, ../sass/styles.scss */
.menu-toggle::before {
  -webkit-transform: translate3d(0, -8px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -8px, 0) scale3d(1, 1, 1);
}
/* line 4040, ../sass/styles.scss */
.menu-toggle::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
@media (max-width: 991px) {
  /* line 3996, ../sass/styles.scss */
  .menu-toggle {
    display: block;
  }
}

/* line 4048, ../sass/styles.scss */
.menu-toggle--active {
  left: auto;
  right: 1.25rem;
}
/* line 4052, ../sass/styles.scss */
.menu-toggle--active span {
  opacity: 0;
}
/* line 4055, ../sass/styles.scss */
.menu-toggle--active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  background-color: #fff;
}
/* line 4060, ../sass/styles.scss */
.menu-toggle--active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background-color: #fff;
}

@media (max-width: 991px) {
  /* line 4066, ../sass/styles.scss */
  body.open--menu {
    overflow: hidden;
  }
}

/* line 4073, ../sass/styles.scss */
.all-casestudies {
  margin: 30px 0 0;
}

/* line 4077, ../sass/styles.scss */
.load-more__insigts {
  margin: 40px auto 0;
  text-align: center;
}
/* line 4080, ../sass/styles.scss */
.load-more__insigts button {
  border: none;
  display: inline-block;
  text-align: center;
  background-color: #E68200;
  color: #fff !important;
  line-height: 54px;
  padding: 0 40px;
  text-decoration: none;
  color: #fff;
}

/* I N S I G H T   S E A R C H */
/* line 4097, ../sass/styles.scss */
.Search {
  position: absolute;
  overflow: hidden;
  top: 50%;
  margin-top: -20px;
  right: 1.25rem;
  width: 250px;
  height: 36px;
  display: inline-block;
}
@media (max-width: 1199px) {
  /* line 4097, ../sass/styles.scss */
  .Search {
    left: 155px;
    right: auto;
    /*width: (100%-155;*/
  }
}

/* line 4115, ../sass/styles.scss */
.Search, .donate form > .sc-form-group:nth-child(3),
.donate form > .sc-form-group:nth-child(4) {
  content: "";
  display: table;
  clear: both;
}

/* line 4121, ../sass/styles.scss */
.page-section {
  padding: 50px 0 60px;
}
/* line 4123, ../sass/styles.scss */
.page-section.beige-light {
  background-color: #FDF9F6;
}
/* line 4126, ../sass/styles.scss */
.page-section.beige {
  background-color: #EEEBE4;
}
/* line 4129, ../sass/styles.scss */
.page-section.bg-primary {
  background-color: #E68200;
  color: #fff;
}
/* line 4133, ../sass/styles.scss */
.page-section.brown-dark {
  background-color: #32291C;
}
/* line 4136, ../sass/styles.scss */
.page-section.no-padding {
  padding: 0;
}
/* line 4139, ../sass/styles.scss */
.page-section.align-center {
  text-align: center;
}
/* line 4141, ../sass/styles.scss */
.page-section.align-center img {
  margin: auto;
}
/* line 4146, ../sass/styles.scss */
.page-section.beige-light-brown {
  background-image: url("../images/BG_Shape1.svg");
  background-position: bottom;
  background-color: #FDF9F6;
  background-repeat: no-repeat;
}
@media (max-width: 839px) {
  /* line 4155, ../sass/styles.scss */
  .page-section.beige-light-brown {
    background: #cf5c36;
  }
}
/* line 4161, ../sass/styles.scss */
.page-section.beige-light-brown-reverse {
  background-image: url("../images/BG_Shape2.svg");
  background-position: bottom;
  background-color: #FDF9F6;
  background-repeat: no-repeat;
}
@media (max-width: 839px) {
  /* line 4170, ../sass/styles.scss */
  .page-section.beige-light-brown-reverse {
    background: unset;
  }
}
/* line 4178, ../sass/styles.scss */
.page-section__title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 400;
}
/* line 4187, ../sass/styles.scss */
.page-section .title-all {
  font-size: 72px;
  line-height: 72px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
}
@media (max-width: 839px) {
  /* line 4194, ../sass/styles.scss */
  .page-section .title-all {
    font-size: 45px;
    line-height: 50px;
  }
}

/**
 * Accessibility
 */
/* Text meant only for screen readers */
/* line 4212, ../sass/styles.scss */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
/* line 4224, ../sass/styles.scss */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

/* line 4240, ../sass/styles.scss */
.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

/* line 4244, ../sass/styles.scss */
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * I C O N S
 */
/* line 4258, ../sass/styles.scss */
.icon-titles .item__header {
  height: 56px;
  position: relative;
  margin: 0 0 15px;
  padding-left: 64px;
}
/* line 4263, ../sass/styles.scss */
.icon-titles .item__header h3 {
  padding: 8px 0 0;
  line-height: 1.1;
  margin: 0;
}
/* line 4268, ../sass/styles.scss */
.icon-titles .item__header i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3em;
  color: #E68200;
}
/* line 4273, ../sass/styles.scss */
.icon-titles .item__header i.icon-find-friends {
  font-size: 2.25em;
  top: 5px;
}
/* line 4279, ../sass/styles.scss */
.icon-titles p {
  margin: 0 0 20px;
  /*    &:last-child {
        margin:0;
      }*/
}
@media (max-width: 839px) {
  /* line 4288, ../sass/styles.scss */
  .icon-titles .item:last-child {
    margin-bottom: 0;
  }
}

/* line 4296, ../sass/styles.scss */
.icons-to-display .item {
  margin: 0 0 20px;
}
/* line 4299, ../sass/styles.scss */
.icons-to-display i {
  color: #E68200;
  font-size: 4em;
  text-align: center;
  margin: 0 auto 20px auto;
  display: block;
}
/* line 4307, ../sass/styles.scss */
.icons-to-display.icons-small i {
  font-size: 3em;
}
/* line 4311, ../sass/styles.scss */
.icons-to-display h4, .icons-to-display .post-pagination a, .post-pagination .icons-to-display a, .icons-to-display .load-more__insigts button, .load-more__insigts .icons-to-display button {
  margin: 0 0 20px;
}
/* line 4314, ../sass/styles.scss */
.icons-to-display p {
  margin: 0 0 20px;
}
/* line 4316, ../sass/styles.scss */
.icons-to-display p:last-child {
  margin: 0;
}

/* line 4322, ../sass/styles.scss */
.arrow-container {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 40px;
  z-index: 9;
  position: relative;
}

/* line 4331, ../sass/styles.scss */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FDF9F6;
  position: absolute;
}

/* line 4340, ../sass/styles.scss */
.icon-graphic {
  max-width: 90px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* line 4347, ../sass/styles.scss */
.icon.icon-swipe {
  display: none;
}
@media (max-width: 839px) {
  /* line 4347, ../sass/styles.scss */
  .icon.icon-swipe {
    display: block;
    text-align: right;
    color: #000;
    position: relative;
    top: -40px;
    right: 8px;
    font-size: 2em;
  }
}

/* line 4360, ../sass/styles.scss */
.svg-icon {
  max-width: 100px;
  margin: 0 auto 1em auto;
  display: block;
}

/* line 4366, ../sass/styles.scss */
i.bc-logo {
  color: #E68200;
  font-size: 4em;
  margin-bottom: 20px;
}

/* line 4373, ../sass/styles.scss */
.front-page-news .see-all-news {
  float: right;
}
/* line 4376, ../sass/styles.scss */
.front-page-news .item {
  border-top: 1px solid #efefef;
  margin: 10px 0;
  padding: 20px 0;
}
/* line 4380, ../sass/styles.scss */
.front-page-news .item__thumb {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 75%;
  display: block;
}

/**
 * P A R T N E R S
 * ---------------------------------------
 */
@media (max-width: 839px) {
  /* line 4391, ../sass/styles.scss */
  .featured-partner {
    padding-bottom: 0;
  }
}

/* line 4397, ../sass/styles.scss */
.testimonials-quotes {
  /*margin: 60px 0 0;*/
}
/* line 4400, ../sass/styles.scss */
.testimonials-quotes__item .item__content {
  padding: 0 40px 0 60px;
  width: 50%;
  height: 100%;
  float: left;
}
/* line 4406, ../sass/styles.scss */
.testimonials-quotes__item figure {
  float: right;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 90% 0%;
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 4416, ../sass/styles.scss */
  .testimonials-quotes__item .item__content {
    width: 60%;
  }
  /* line 4418, ../sass/styles.scss */
  .testimonials-quotes__item .item__content .quote {
    font-size: .875rem;
  }
  /* line 4422, ../sass/styles.scss */
  .testimonials-quotes__item figure {
    width: 40%;
  }
}
@media (max-width: 839px) {
  /* line 4429, ../sass/styles.scss */
  .testimonials-quotes__item .item__content {
    padding: 15px 20px 40px;
    height: auto;
    width: 100%;
    float: none;
  }
  /* line 4434, ../sass/styles.scss */
  .testimonials-quotes__item .item__content .quote {
    font-size: .875rem;
  }
  /* line 4438, ../sass/styles.scss */
  .testimonials-quotes__item figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50%;
    display: block;
    background-position: 0% 0%;
    float: none;
  }
}

/* line 4449, ../sass/styles.scss */
.barefoot-partners__item {
  margin: 0 0 2.5rem;
}

/* line 4455, ../sass/styles.scss */
.barefoot-awards .item a {
  color: #32291C;
}
/* line 4457, ../sass/styles.scss */
.barefoot-awards .item a:hover {
  color: #E68200;
}
/* line 4461, ../sass/styles.scss */
.barefoot-awards .item__year, .barefoot-awards .item__logo, .barefoot-awards .item__title {
  float: left;
  display: inline-block;
}
/* line 4465, ../sass/styles.scss */
.barefoot-awards .item__year, .barefoot-awards .item__logo {
  width: 12%;
}
/* line 4469, ../sass/styles.scss */
.barefoot-awards .item__logo img {
  max-height: 50px;
  width: auto;
}
/* line 4474, ../sass/styles.scss */
.barefoot-awards .item__title {
  width: 76%;
}
@media (max-width: 839px) {
  /* line 4479, ../sass/styles.scss */
  .barefoot-awards .item {
    font-size: 14px;
  }
  /* line 4481, ../sass/styles.scss */
  .barefoot-awards .item__year, .barefoot-awards .item__logo, .barefoot-awards .item__title {
    float: none;
    width: 100%;
    text-align: center;
  }
  /* line 4486, ../sass/styles.scss */
  .barefoot-awards .item__logo {
    margin: 0  0 10px;
  }
}

/* line 4497, ../sass/styles.scss */
.quote__text {
  font-size: 24px;
  line-height: 35px;
  color: #E68200;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
}
/* line 4503, ../sass/styles.scss */
.quote__text p:after, .quote__text p:before {
  content: '"';
  display: inline;
}
/* line 4509, ../sass/styles.scss */
.quote__by {
  position: relative;
  min-height: 100px;
  padding: 0px 0 0 120px;
}
/* line 4513, ../sass/styles.scss */
.quote__by.no-thumb {
  padding-left: 0;
  padding-top: 0;
  min-height: auto;
}
/* line 4518, ../sass/styles.scss */
.quote__by img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
  height: auto;
}
/* line 4524, ../sass/styles.scss */
.quote__by .name, .quote__by .title {
  font-size: 25px;
  line-height: 30px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 4530, ../sass/styles.scss */
.quote__by .name {
  font-weight: bold;
}
/* line 4532, ../sass/styles.scss */
.quote__by .name::before {
  content: "– ";
}
@media (max-width: 991px) {
  /* line 4539, ../sass/styles.scss */
  .quote__text {
    font-size: 1.325em;
  }
  /* line 4542, ../sass/styles.scss */
  .quote__by {
    position: relative;
    min-height: 72px;
    padding: 24px 0 0 90px;
  }
  /* line 4546, ../sass/styles.scss */
  .quote__by img {
    max-width: 72px;
  }
}

/* line 4554, ../sass/styles.scss */
.banner_head {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 30%;
  display: block;
  margin: 0;
}
@media (max-width: 839px) {
  /* line 4554, ../sass/styles.scss */
  .banner_head {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50%;
    display: block;
  }
}

/* line 4561, ../sass/styles.scss */
.banner_donate {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 75%;
  display: block;
  margin: 0;
}

/**
 * O T H E R 
 * ---------------------------------------
 */
/* line 4576, ../sass/styles.scss */
input[type="text"], input[type="email"], textarea {
  padding: 10px;
  font-size: 16px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  width: 100%;
  max-width: 420px;
}

/* line 4584, ../sass/styles.scss */
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  outline: 0;
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #E68200;
}

/* line 4590, ../sass/styles.scss */
input[type=submit] {
  background: none;
  border: none;
  margin-top: 0 !important;
  font-size: 1.2em;
}

/* line 4596, ../sass/styles.scss */
input[type=submit], .sc-payment-btn {
  border-radius: 5px;
  background-color: #E68200;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
}
/* line 4606, ../sass/styles.scss */
input[type=submit]:hover, .sc-payment-btn:hover {
  background-color: #b36500;
}
/* line 4608, ../sass/styles.scss */
input[type=submit]:hover a:hover, .sc-payment-btn:hover a:hover {
  text-decoration: none;
}

/* line 4613, ../sass/styles.scss */
.sc-payment-btn, .btn-orange {
  background-color: #E68200;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 16px;
  width: 31%;
  text-align: center;
}
/* line 4619, ../sass/styles.scss */
.sc-payment-btn.check, .btn-orange.check {
  margin-left: 2.375%;
}

/* line 4623, ../sass/styles.scss */
.sc-payment-btn {
  margin-bottom: 0;
}

/* line 4628, ../sass/styles.scss */
.content-secondary {
  font-size: 12px;
}

/**
 * D O N A T E
 * ---------------------------------------
 */
/* line 4642, ../sass/styles.scss */
.page-donate .page-section.page-donate-row-main-top-bg {
  background-image: url("../images/banner-donation-new.jpg");
  height: 400px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 4651, ../sass/styles.scss */
.page-donate .page-section.page-donate-row-main-top-bg .your-donation {
  font-size: 36px;
  line-height: 40px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  margin: 0px 0 10px 0;
}
/* line 4657, ../sass/styles.scss */
.page-donate .page-section.page-donate-row-main-top-bg .your-donation h1 {
  font-size: 72px;
  line-height: 72px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  margin: 10px 0 10px 0;
}
/* line 4664, ../sass/styles.scss */
.page-donate .page-section.page-donate-row-main-top-bg .your-donation ul.bxsliderdonation {
  margin: 0;
  padding: 0;
  font-size: 72px;
  line-height: 72px;
}
/* line 4670, ../sass/styles.scss */
.page-donate .page-section.page-donate-row-main-top-bg .your-donation .bx-wrapper {
  background: transparent;
}
/* line 4680, ../sass/styles.scss */
.page-donate .container-donate {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 4689, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-main .page-donate-row-main-left-payment {
  padding-top: 0;
}
/* line 4692, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-main .page-donate-row-main-left-payment .page-donate-row-main-left-payment-title-section {
  background-image: url("../images/donate/DONATE.png");
  padding-left: 185px;
  background-repeat: no-repeat;
  background-position: 1.25rem 0;
  height: 165px;
}
/* line 4700, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-main .page-donate-row-main-left-payment .page-donate-row-main-left-payment-title-section h2 {
  font-size: 48px;
  line-height: 52px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  color: #E68200;
  margin: 10px 0 10px 0;
}
/* line 4707, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-main .page-donate-row-main-left-payment .page-donate-row-main-left-payment-title-section p {
  font-size: 24px;
  line-height: 35px;
  color: #E68200;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
/* line 4716, ../sass/styles.scss */
.page-donate .container-donate .footnote {
  font-size: 14px;
  line-height: 19px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #E68200;
}
/* line 4723, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect {
  background: #FFFFFF;
  border: 2px dashed #cf5c36;
  padding-top: 30px;
  margin-top: 50px;
}
/* line 4729, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect .page-donate-row-connect-title {
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  color: #E68200;
  margin: 0;
}
/* line 4735, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect .page-donate-row-connect-title img {
  width: 100px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: -15px;
}
/* line 4742, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row {
  padding: 40px 25px 100px;
  text-align: center;
}
/* line 4745, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item {
  position: relative;
  background: #FDF9F6;
  padding: 50px 0 70px 0;
  border-radius: 150px;
  margin-right: 5%;
  color: #E68200;
}
/* line 4752, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item h4, .page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item .post-pagination a, .post-pagination .page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item a, .page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item .load-more__insigts button, .load-more__insigts .page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item button {
  font-size: 36px;
  line-height: 40px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 4759, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item p {
  position: absolute;
  font-size: 18px;
  line-height: 24px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  padding: 0 20px;
}
/* line 4767, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item:last-child {
  margin-right: 0%;
}
/* line 4773, ../sass/styles.scss */
.page-donate .container-donate .page-donate-row-connect .connect_setting_setting_row .col-lg-4.connect_setting_setting_item {
  width: 30%;
}
/* line 4785, ../sass/styles.scss */
.page-donate .quote-donation-footer .quote-donation-footer-left {
  text-align: center;
  color: #E68200;
  font-size: 18px;
  line-height: 24px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
/* line 4791, ../sass/styles.scss */
.page-donate .quote-donation-footer .quote-donation-footer-left .name {
  font-weight: bold;
  padding-top: 10px;
}
/* line 4799, ../sass/styles.scss */
.page-donate .quote-donation-footer .quote-donation-footer-right .quote__text {
  color: #32291C;
  font-size: 35px;
  line-height: 45px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
}
/* line 4807, ../sass/styles.scss */
.page-donate .quote-donation-footer .quote-donation-footer-right .page-section__title {
  font-size: 35px;
  line-height: 45px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #E68200;
  margin-bottom: 20px;
}
/* line 4814, ../sass/styles.scss */
.page-donate .quote-donation-footer .quote-donation-footer-right p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #32291C;
}

/* line 4827, ../sass/styles.scss */
.donate {
  /*  .link-btn {
      height: 44px;
      line-height: 18px;
      padding: 0;
      display: block;
      width: 225px;
      margin: 0 10px;
      text-transform: uppercase;
    }*/
}
/* line 4829, ../sass/styles.scss */
.donate.donate-inr {
  /*padding-bottom: 60px;*/
}
/* line 4831, ../sass/styles.scss */
.donate.donate-inr #dmScriptContainer {
  text-align: center;
  margin: auto;
}
/* line 4834, ../sass/styles.scss */
.donate.donate-inr #dmScriptContainer img {
  max-width: 225px;
  height: auto;
  /*margin-bottom: -56px;*/
}
/* line 4841, ../sass/styles.scss */
.donate .checkout-wrapper {
  padding: 20px 17px;
  position: relative;
}
/* line 4846, ../sass/styles.scss */
.donate h4, .donate .post-pagination a, .post-pagination .donate a, .donate .load-more__insigts button, .load-more__insigts .donate button {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 45px;
  color: #E68200;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
/* line 4852, ../sass/styles.scss */
.donate .donate-currency-type {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 25px 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  color: #999;
  letter-spacing: 1px;
  padding-top: 20px;
}
/* line 4860, ../sass/styles.scss */
.donate .donate-currency-type span {
  color: #32291C;
}
/* line 4863, ../sass/styles.scss */
.donate .donate-currency-type a {
  border-right: 2px solid #E68200;
  border-top: 2px solid #E68200;
  border-bottom: 2px solid #E68200;
  padding: 10px 40px;
  background: #FFFFFF;
}
/* line 4873, ../sass/styles.scss */
.donate .donate-currency-type a:first-child {
  border-left: 2px solid #E68200;
}
/* line 4876, ../sass/styles.scss */
.donate .donate-currency-type a.active {
  background: #cf5c36;
  color: #fff;
}
@media (max-width: 991px) {
  /* line 4852, ../sass/styles.scss */
  .donate .donate-currency-type {
    font-size: 14px;
    line-height: 1;
  }
}
/* line 4891, ../sass/styles.scss */
.donate form {
  text-align: center;
}
/* line 4893, ../sass/styles.scss */
.donate form > .sc-form-group:first-child {
  width: 80%;
  float: left;
  display: inline-block;
}
/* line 4898, ../sass/styles.scss */
.donate form > .sc-form-group:nth-child(2) {
  width: 20%;
  float: right;
  display: inline-block;
}
/* line 4905, ../sass/styles.scss */
.donate form > .sc-form-group:nth-child(3),
.donate form > .sc-form-group:nth-child(4) {
  text-align: left;
  padding-left: 50px;
  width: 50%;
  color: #E68200;
  margin-bottom: 0px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
/* line 4915, ../sass/styles.scss */
.donate form > .sc-form-group:nth-child(3) label,
.donate form > .sc-form-group:nth-child(4) label {
  width: auto;
  margin: 0 auto;
}
/* line 4918, ../sass/styles.scss */
.donate form > .sc-form-group:nth-child(3) label input[type='checkbox'],
.donate form > .sc-form-group:nth-child(4) label input[type='checkbox'] {
  width: 25px;
  height: 20px;
}
/* line 4925, ../sass/styles.scss */
.donate form > .sc-form-group:nth-child(3) {
  padding-top: 30px;
}
/* line 4929, ../sass/styles.scss */
.donate form > .sc-form-group:nth-child(4) {
  margin: 0 0 10px;
}
/* line 4934, ../sass/styles.scss */
.donate form > .sc-form-group:nth-child(4) label,
.donate form > .sc-form-group:nth-child(5) label {
  width: 260px;
  text-align: left;
}
/* line 4939, ../sass/styles.scss */
.donate form .your-donation {
  clear: both;
  text-align: center;
  margin-bottom: 1em;
}
/* line 4944, ../sass/styles.scss */
.donate form .your-donation p:before {
  background-image: url("../images/donate/logo-donate.png");
  background-size: 32px 32px;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}
/* line 4954, ../sass/styles.scss */
.donate form .your-donation span {
  color: #E68200;
  font-weight: bold;
}
/* line 4959, ../sass/styles.scss */
.donate form .lh {
  position: relative;
}
/* line 4962, ../sass/styles.scss */
.donate form .input-wrapper {
  margin-bottom: 1em;
}
/* line 4965, ../sass/styles.scss */
.donate form input[type="text"] {
  height: 53px;
  font-size: 24px;
  line-height: 45px;
  color: #E68200;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  padding: 0 0 5px 0.5rem;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-right: 2px solid #E68200;
  border-top: 2px solid #E68200;
  border-bottom: 2px solid #E68200;
  border-left: 0px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: none;
}
/* line 4988, ../sass/styles.scss */
.donate form input[type="text"]::placeholder {
  color: #E68200;
}
/* line 4993, ../sass/styles.scss */
.donate form ::-webkit-input-placeholder {
  color: #E68200;
}
/* line 4996, ../sass/styles.scss */
.donate form :-moz-placeholder {
  /* Firefox 18- */
  color: #E68200;
}
/* line 4999, ../sass/styles.scss */
.donate form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #E68200;
}
/* line 5002, ../sass/styles.scss */
.donate form :-ms-input-placeholder {
  color: #E68200;
}
/* line 5005, ../sass/styles.scss */
.donate form small.error {
  display: none;
  text-align: left;
}
/* line 5010, ../sass/styles.scss */
.donate form .sc-form-group label {
  width: 25%;
  display: inline-block;
}
/* line 5015, ../sass/styles.scss */
.donate form .sc-uea-container {
  position: relative;
}
/* line 5019, ../sass/styles.scss */
.donate form .sc-form-group {
  text-align: center;
}
/* line 5021, ../sass/styles.scss */
.donate form .sc-form-group label {
  font-weight: normal;
}
/* line 5029, ../sass/styles.scss */
.donate form .sc-radio-group label {
  height: 53px;
  background-color: #FDF9F6;
  border-right: 2px solid #E68200;
  border-top: 2px solid #E68200;
  border-bottom: 2px solid #E68200;
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #E68200;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  background: #FFFFFF;
}
/* line 5042, ../sass/styles.scss */
.donate form .sc-radio-group label.picked {
  background: #cf5c36;
  color: white;
}
/* line 5046, ../sass/styles.scss */
.donate form .sc-radio-group label:first-child {
  border-left: 2px solid #E68200;
}
/* line 5051, ../sass/styles.scss */
.donate form .sc-radio-group input {
  display: none;
}
/* line 5055, ../sass/styles.scss */
.donate form .sc-uea-currency-before {
  color: #333232;
  font-size: 24px;
  line-height: 40px;
  color: #E68200;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  top: 0.35rem;
  position: absolute;
  z-index: 1;
  padding: 0 0.5rem 0.55rem;
  left: 0;
}
/* line 5067, ../sass/styles.scss */
.donate form .sc-uea-currency-before ~ input {
  padding-left: 1.25rem;
}
/* line 5070, ../sass/styles.scss */
.donate form .payment,
.donate form .sc-payment-btn {
  position: absolute;
  bottom: 20px;
  right: 175px;
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 10px auto 0;
  text-align: center;
  width: auto;
}
/* line 5083, ../sass/styles.scss */
.donate form .payment .credit-card,
.donate form .sc-payment-btn .credit-card {
  /*width: 1.55rem;*/
  margin: auto;
}
@media (max-width: 991px) {
  /* line 5089, ../sass/styles.scss */
  .donate form .payment, .donate form .sc-payment-btn {
    right: 100px;
  }
}
/* line 5094, ../sass/styles.scss */
.donate form input[type=text]::-webkit-inner-spin-button,
.donate form input[type=text]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 5099, ../sass/styles.scss */
.donate form input[type=text] {
  -moz-appearance: textfield;
}
/* line 5103, ../sass/styles.scss */
.donate label {
  display: inline-block;
}
/* line 5106, ../sass/styles.scss */
.donate .hidden {
  display: none !important;
  visibility: hidden !important;
}
/* line 5112, ../sass/styles.scss */
.donate button {
  border: none;
}
/* line 5115, ../sass/styles.scss */
.donate .donate-buttons {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
/* line 5119, ../sass/styles.scss */
.donate .donate-buttons .link-btn {
  margin: 0 auto 10px;
  text-transform: none;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 16px;
  text-decoration: underline;
  background: transparent;
  color: #E68200 !important;
}
/* line 5133, ../sass/styles.scss */
.donate iframe.stripe_checkout_app {
  max-width: none;
}
/* line 5146, ../sass/styles.scss */
.donate .paypal {
  /*margin-top: -60px;*/
}
@media (max-width: 991px) {
  /* line 4827, ../sass/styles.scss */
  .donate {
    /*    .link-btn {
          width: 200px;
        }
        .paypal {
          margin-top: -60px;
        }*/
  }
  /* line 5153, ../sass/styles.scss */
  .donate.donate-inr #dmScriptContainer img {
    margin-left: 30px;
    max-width: 200px;
    height: auto;
    /*margin-bottom: -45px;*/
  }
  /* line 5162, ../sass/styles.scss */
  .donate form .sc-payment-btn {
    width: 220px;
    /*margin-left: 0;*/
  }
}
@media (max-width: 839px) {
  /* line 4827, ../sass/styles.scss */
  .donate {
    /*    .donate-buttons {
          margin: 0;
        }*/
    /*    .paypal {
          margin-top: 0;
        }*/
    /*    .link-btn {
          margin: 10px auto;
          display: block;
        }*/
  }
  /* line 5176, ../sass/styles.scss */
  .donate.donate-inr #dmScriptContainer {
    text-align: center;
  }
  /* line 5178, ../sass/styles.scss */
  .donate.donate-inr #dmScriptContainer img {
    margin: 10px auto;
  }
  /* line 5186, ../sass/styles.scss */
  .donate form {
    text-align: center;
  }
  /* line 5189, ../sass/styles.scss */
  .donate form .sc-form-group label {
    width: 25%;
    display: inline-block;
  }
  /* line 5196, ../sass/styles.scss */
  .donate form .sc-payment-btn {
    width: 200px;
    margin: 10px auto 0;
  }
}

@media (max-width: 1199px) {
  /* line 5215, ../sass/styles.scss */
  .donate .donate-currency-type a {
    padding: 10px 24px;
  }
}
@media (max-width: 991px) {
  /* line 5229, ../sass/styles.scss */
  .page-donate-row-connect .page-donate-row-connect-title span {
    display: grid;
  }
  /* line 5233, ../sass/styles.scss */
  .page-donate-row-connect .page-donate-row-connect-title img {
    margin-bottom: 15px !important;
  }
  /* line 5239, ../sass/styles.scss */
  .page-donate-row-connect .connect_setting_setting_row {
    padding: 40px 25px 100px;
    text-align: center;
  }
  /* line 5242, ../sass/styles.scss */
  .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item {
    position: relative;
    background: #FDF9F6;
    padding: 50px 0 70px 0;
    border-radius: 150px;
    margin-right: 0%;
    color: #E68200;
  }
  /* line 5249, ../sass/styles.scss */
  .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item h4, .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item .post-pagination a, .post-pagination .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item a, .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item .load-more__insigts button, .load-more__insigts .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item button {
    font-size: 36px;
    line-height: 40px;
    font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 5256, ../sass/styles.scss */
  .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item p {
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    padding: 0 20px;
  }
  /* line 5263, ../sass/styles.scss */
  .page-donate-row-connect .connect_setting_setting_row .connect_setting_setting_item:nth-child(2) {
    padding-bottom: 80px !important;
  }
  /* line 5271, ../sass/styles.scss */
  .page-donate-row-connect .connect_setting_setting_row .col-lg-4.connect_setting_setting_item {
    width: 100% !important;
    max-width: 278px;
    margin-bottom: 100px;
  }

  /* line 5285, ../sass/styles.scss */
  .donate .donate-currency-type a {
    padding: 10px 40px;
  }
}
@media (max-width: 839px) {
  /* line 5312, ../sass/styles.scss */
  .page-donate .page-section.page-donate-row-main-top-bg .your-donation h1 {
    font-size: 52px;
    line-height: 52px;
  }
  /* line 5317, ../sass/styles.scss */
  .page-donate .page-section.page-donate-row-main-top-bg .your-donation ul.bxsliderdonation {
    font-size: 52px;
    line-height: 52px;
  }
  /* line 5335, ../sass/styles.scss */
  .page-donate .container-donate .page-donate-row-main .page-donate-row-main-left-payment {
    padding-top: 0;
  }
  /* line 5338, ../sass/styles.scss */
  .page-donate .container-donate .page-donate-row-main .page-donate-row-main-left-payment .page-donate-row-main-left-payment-title-section {
    padding-left: 1.25rem;
    padding-top: 200px;
    background-position: center 1.25rem;
    text-align: center;
    height: auto;
  }
  /* line 5345, ../sass/styles.scss */
  .page-donate .container-donate .page-donate-row-main .page-donate-row-main-left-payment .page-donate-row-main-left-payment-title-section p {
    font-size: 14px;
    line-height: 19px;
    color: #E68200;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
  }
  /* line 5356, ../sass/styles.scss */
  .page-donate .container-donate .donate .checkout-wrapper {
    padding: 20px 0px;
  }
  /* line 5362, ../sass/styles.scss */
  .page-donate .container-donate .donate form > .sc-form-group:first-child {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 5366, ../sass/styles.scss */
  .page-donate .container-donate .donate form > .sc-form-group:first-child .sc-radio-group {
    margin-bottom: 0;
  }
  /* line 5370, ../sass/styles.scss */
  .page-donate .container-donate .donate form > .sc-form-group:first-child label {
    width: 50%;
    border-bottom: 0px;
  }
  /* line 5374, ../sass/styles.scss */
  .page-donate .container-donate .donate form > .sc-form-group:first-child label:nth-child(3) {
    border-left: 2px solid #E68200;
  }
  /* line 5380, ../sass/styles.scss */
  .page-donate .container-donate .donate form > .sc-form-group:nth-child(2) {
    width: 100%;
  }
  /* line 5384, ../sass/styles.scss */
  .page-donate .container-donate .donate form > .sc-form-group:nth-child(3), .page-donate .container-donate .donate form > .sc-form-group:nth-child(4) {
    width: 100%;
  }
  /* line 5389, ../sass/styles.scss */
  .page-donate .container-donate .donate form .sc-payment-btn {
    position: unset;
    bottom: unset;
    right: unset;
  }
  /* line 5395, ../sass/styles.scss */
  .page-donate .container-donate .donate form input[type="text"] {
    border-left: 2px solid #E68200;
    max-width: 100%;
  }
  /* line 5402, ../sass/styles.scss */
  .page-donate .container-donate .donate h4, .page-donate .container-donate .donate .post-pagination a, .post-pagination .page-donate .container-donate .donate a, .page-donate .container-donate .donate .load-more__insigts button, .load-more__insigts .page-donate .container-donate .donate button {
    font-size: 24px;
    line-height: 35px;
  }
  /* line 5407, ../sass/styles.scss */
  .page-donate .container-donate .donate .donate-currency-type a {
    width: 50%;
    display: inline-block;
    padding: 10px 0;
  }
  /* line 5412, ../sass/styles.scss */
  .page-donate .container-donate .donate .donate-currency-type a:first-child, .page-donate .container-donate .donate .donate-currency-type a:nth-child(2) {
    border-bottom: 0px;
  }
  /* line 5416, ../sass/styles.scss */
  .page-donate .container-donate .donate .donate-currency-type a:nth-child(3) {
    border-left: 2px solid #E68200;
  }
  /* line 5430, ../sass/styles.scss */
  .page-donate .quote-donation-footer .quote-donation-footer-right .quote__text {
    text-align: center;
    padding-top: 30px;
    font-size: 24px;
    line-height: 35px;
  }
  /* line 5436, ../sass/styles.scss */
  .page-donate .quote-donation-footer .quote-donation-footer-right .page-section__title {
    font-size: 24px;
    line-height: 35px;
  }
}
/*body {
  @include media-breakpoint-down(md) {
    border: 2px solid blue;
  }
  @include media-breakpoint-down(sm) {
    border: 2px solid green;
  }
  @include media-breakpoint-down(xs) {
    border: 2px solid red;
  }
}*/
/*.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;  Adjusts for spacing 
}*/
/* line 5471, ../sass/styles.scss */
.modal {
  z-index: 99999 !important;
}
/* line 5473, ../sass/styles.scss */
.modal iframe {
  width: 100%;
}
/* line 5477, ../sass/styles.scss */
.modal#other_ways .modal-title {
  margin: 0;
}
/* line 5480, ../sass/styles.scss */
.modal#other_ways .modal-content {
  font-size: .875rem;
}
/* line 5482, ../sass/styles.scss */
.modal#other_ways .modal-content h4, .modal#other_ways .modal-content .post-pagination a, .post-pagination .modal#other_ways .modal-content a, .modal#other_ways .modal-content .load-more__insigts button, .load-more__insigts .modal#other_ways .modal-content button {
  margin: 0 0 15px;
}
/* line 5485, ../sass/styles.scss */
.modal#other_ways .modal-content p, .modal#other_ways .modal-content ul {
  margin: 0 0 15px;
}

/**
 * N E W S R O O M
 * ---------------------------------------
 */
/* line 5505, ../sass/styles.scss */
.section-featured-news .posts-wrapper {
  width: 100%;
}
/* line 5509, ../sass/styles.scss */
.section-featured-news .grid {
  display: block;
  float: left;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
/* line 5519, ../sass/styles.scss */
.section-featured-news .grid:last-child {
  border-right: none;
}
/* line 5522, ../sass/styles.scss */
.section-featured-news .grid:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 0%, black 180%);
  background: -webkit-linear-gradient(top, transparent 0%, black 180%);
  background: linear-gradient(to bottom, transparent 0%, black 180%);
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
/* line 5538, ../sass/styles.scss */
.section-featured-news .grid.active:before {
  background: -moz-linear-gradient(top, transparent 0%, black 140%);
  background: -webkit-linear-gradient(top, transparent 0%, black 140%);
  background: linear-gradient(to bottom, transparent 0%, black 140%);
}
/* line 5545, ../sass/styles.scss */
.section-featured-news .grid-w1h1 {
  width: 25%;
  height: 240px;
  background: #dedede;
  border: 1px solid #fff;
}
/* line 5551, ../sass/styles.scss */
.section-featured-news .grid-w2h1 {
  width: 50%;
  height: 240px;
  background: #dedede;
  border: 1px solid #fff;
  border-right: none;
}
/* line 5559, ../sass/styles.scss */
.section-featured-news .grid-w2h2 {
  width: 50%;
  height: 480px;
  background: #dedede;
  border: 1px solid #fff;
  border-left: none;
}
/* line 5567, ../sass/styles.scss */
.section-featured-news .post {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  z-index: 99;
  /*
  .post-category{
    margin: 0 0 8px 0;
    span{
      display: inline-block;
      background: #333;
      color: #ffffff;
      font-size: 12px;
      padding: 6px 8px;
    }
  }*/
}
/* line 5586, ../sass/styles.scss */
.section-featured-news .post .post-categories {
  margin: 0 0 8px 0;
}
/* line 5589, ../sass/styles.scss */
.section-featured-news .post .post-categories a {
  display: inline-block;
  background: #545454;
  padding: 3px 8px;
  margin: 0 5px 5px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff !important;
}
/* line 5601, ../sass/styles.scss */
.section-featured-news .post .post-title a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 839px) {
  /* line 5617, ../sass/styles.scss */
  .section-featured-news .grid-w1h1 {
    width: 100%;
    height: 180px;
  }
  /* line 5621, ../sass/styles.scss */
  .section-featured-news .grid-w2h1 {
    width: 100%;
    height: 200px;
  }
  /* line 5625, ../sass/styles.scss */
  .section-featured-news .grid-w2h2 {
    width: 100%;
    height: 320px;
  }
  /* line 5631, ../sass/styles.scss */
  .section-featured-news .post .post-title a {
    font-size: 22px;
  }
}

/* line 5640, ../sass/styles.scss */
.section-stories .section-header {
  background: #e88100;
  color: #ffffff;
  padding: 15px 0 18px 0;
}
/* line 5645, ../sass/styles.scss */
.section-stories .section-header .section-title {
  margin: 0;
  padding: 0 0 5px 40px;
  background: url(../images/newsroom/icon-arrow-down.jpg) no-repeat 0 0;
  font-size: 22px;
  line-height: 1.4;
}
/* line 5653, ../sass/styles.scss */
.section-stories .section-header .fb-like-wrapper {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  padding: 2px 0 0 0;
  color: rgba(255, 255, 255, 0.7);
  max-width: 260px;
  float: right;
}
/* line 5663, ../sass/styles.scss */
.section-stories .section-header .fb-like-wrapper .message {
  display: inline-block;
  margin: 2px 20px 0 0;
}
/* line 5667, ../sass/styles.scss */
.section-stories .section-header .fb-like-wrapper .button-wrapper {
  display: inline-block;
  float: right;
  margin: 4px 0 0 0;
}
/* line 5675, ../sass/styles.scss */
.section-stories .section-body {
  padding: 50px 0;
}
/* line 5679, ../sass/styles.scss */
.section-stories .college-media-logo {
  text-align: center;
  margin: 0 0 30px 0;
}
/* line 5683, ../sass/styles.scss */
.section-stories .college-media-logo img {
  max-width: 210px;
}
/* line 5688, ../sass/styles.scss */
.section-stories .posts-filter-wrapper {
  max-width: 580px;
  margin: 20px auto 40px auto;
}
/* line 5692, ../sass/styles.scss */
.section-stories .posts-filter-wrapper #posts-filter {
  display: block;
  width: 100%;
  border: 2px solid #dedede;
  height: 45px;
  padding: 10px 20px;
}
/* line 5703, ../sass/styles.scss */
.section-stories .posts-list-wrapper {
  border-bottom: 1px solid #dedede;
}
/* line 5706, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post {
  margin: 20px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #dedede;
}
/* line 5711, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-thumb {
  display: block;
  background: #dedede;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 5723, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-categories {
  margin: 0 0 5px 0;
}
/* line 5726, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-categories a {
  display: inline-block;
  background: #545454;
  padding: 3px 8px;
  margin: 0 5px 5px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff !important;
}
/* line 5738, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-title {
  margin: 0 0 10px 0;
}
/* line 5741, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-title a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #e29b45 !important;
}
/* line 5747, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-title a:hover {
  color: #333333 !important;
}
/* line 5750, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-summary {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
/* line 5757, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-meta .post-date, .section-stories .posts-list-wrapper .post .post-meta .post-tags {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
}
/* line 5766, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-meta .post-tags a {
  font-family: Helvetica, Arial, sans-serif;
  color: #999;
}
/* line 5769, ../sass/styles.scss */
.section-stories .posts-list-wrapper .post .post-meta .post-tags a:hover {
  color: #333333 !important;
}
/* line 5777, ../sass/styles.scss */
.section-stories .newsletter-subscription-wrapper {
  margin: 40px 0 40px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
/* line 5784, ../sass/styles.scss */
.section-stories .newsletter-subscription-wrapper .highlighted {
  padding: 0 100px;
}
/* line 5788, ../sass/styles.scss */
.section-stories .newsletter-subscription-wrapper .newsletter-subscription {
  border: 2px solid #333;
  padding: 30px 25px 40px 25px;
  background: #eeebe6;
}
/* line 5793, ../sass/styles.scss */
.section-stories .newsletter-subscription-wrapper .newsletter-subscription h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 20px 0;
}
/* line 5800, ../sass/styles.scss */
.section-stories .newsletter-subscription-wrapper .newsletter-subscription #form-newsletter .input-field, .section-stories .newsletter-subscription-wrapper .newsletter-subscription .custom-form .input-field {
  display: inline-block;
  width: 23%;
  margin: 0 30px 0 0;
  font-size: 18px;
  text-align: center;
  border: 2px solid #dededc;
}
/* line 5808, ../sass/styles.scss */
.section-stories .newsletter-subscription-wrapper .newsletter-subscription #form-newsletter .btn-submit, .section-stories .newsletter-subscription-wrapper .newsletter-subscription .custom-form .btn-submit {
  display: inline-block;
  border-radius: 0;
  background: #ffffff;
  font-size: 18px;
  text-align: center;
  color: #f38800;
}
/* line 5816, ../sass/styles.scss */
.section-stories .newsletter-subscription-wrapper .newsletter-subscription #form-newsletter .btn-submit:hover, .section-stories .newsletter-subscription-wrapper .newsletter-subscription .custom-form .btn-submit:hover {
  background: #f38800;
  color: #ffffff;
}
/* line 5826, ../sass/styles.scss */
.section-stories .pagination {
  margin: 60px 0 50px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
/* line 5832, ../sass/styles.scss */
.section-stories .pagination a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
}
/* line 5837, ../sass/styles.scss */
.section-stories .pagination .page {
  margin: 0 3px;
  padding: 8px 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #333;
  border-radius: 15px;
}
/* line 5847, ../sass/styles.scss */
.section-stories .pagination .page.active, .section-stories .pagination .page:hover {
  background: #dedede;
}
@media (max-width: 839px) {
  /* line 5860, ../sass/styles.scss */
  .section-stories .posts-list-wrapper .post .post-thumb {
    margin: 0 0 15px 0;
  }
  /* line 5865, ../sass/styles.scss */
  .section-stories .posts-list-wrapper .post .post-title a {
    font-size: 20px;
  }
  /* line 5867, ../sass/styles.scss */
  .section-stories .posts-list-wrapper .post .post-summary {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 15px 0;
  }
  /* line 5877, ../sass/styles.scss */
  .section-stories .newsletter-subscription-wrapper .highlighted {
    font-size: 18px;
    padding: 0 20px;
  }
  /* line 5882, ../sass/styles.scss */
  .section-stories .newsletter-subscription-wrapper .newsletter-subscription {
    padding: 30px 20px;
  }
  /* line 5884, ../sass/styles.scss */
  .section-stories .newsletter-subscription-wrapper .newsletter-subscription h3 {
    font-size: 18px;
  }
  /* line 5887, ../sass/styles.scss */
  .section-stories .newsletter-subscription-wrapper .newsletter-subscription #form-newsletter .input-field, .section-stories .newsletter-subscription-wrapper .newsletter-subscription .custom-form .input-field {
    display: block;
    width: 320px;
    max-width: 320px;
    margin: 0 auto 10px auto;
    font-size: 18px;
    text-align: center;
  }
}

/* line 5902, ../sass/styles.scss */
.highlighted {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

/* line 5910, ../sass/styles.scss */
.section-solutions .section-header {
  background: #e88100;
  color: #ffffff;
  padding: 30px 0 30px 0;
}
/* line 5916, ../sass/styles.scss */
.section-solutions .section-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
/* line 5923, ../sass/styles.scss */
.section-solutions .section-banner .banner-text {
  padding: 120px 0;
  text-align: center;
}
/* line 5927, ../sass/styles.scss */
.section-solutions .section-banner .banner-text .banner-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 2px 4px #333;
  color: #ffffff;
}
/* line 5935, ../sass/styles.scss */
.section-solutions .section-banner .banner-text .banner-title:hover {
  color: #e88100;
}
/* line 5942, ../sass/styles.scss */
.section-solutions .logo-wrapper {
  text-align: center;
  margin: 0;
}
/* line 5945, ../sass/styles.scss */
.section-solutions .logo-wrapper img {
  max-width: 145px;
}
@media (max-width: 839px) {
  /* line 5951, ../sass/styles.scss */
  .section-solutions .section-header {
    background: #e88100;
    color: #ffffff;
    padding: 20px 0;
  }
  /* line 5957, ../sass/styles.scss */
  .section-solutions .logo-wrapper img {
    max-width: 145px;
  }
  /* line 5960, ../sass/styles.scss */
  .section-solutions .section-banner .banner-text {
    padding: 60px 0;
  }
  /* line 5963, ../sass/styles.scss */
  .section-solutions .section-banner .banner-text .banner-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 40px;
  }
}

/* line 5973, ../sass/styles.scss */
.section-events {
  padding: 30px 0;
}
/* line 5976, ../sass/styles.scss */
.section-events .section-header {
  padding: 20px 0;
}
/* line 5979, ../sass/styles.scss */
.section-events .section-header .section-title {
  position: relative;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #fb9906;
}
/* line 5987, ../sass/styles.scss */
.section-events .section-header .section-title:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #fb9906;
  z-index: -1;
}
/* line 5999, ../sass/styles.scss */
.section-events .section-header .section-title .block {
  width: 180px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 70px 15px 0 15px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 60px 61px;
  text-align: center;
}
/* line 6014, ../sass/styles.scss */
.section-events .events-list {
  margin: 20px 0 0 0;
}
/* line 6017, ../sass/styles.scss */
.section-events .events-list .event {
  background: #f5f5f5;
  padding: 15px 10px;
  position: relative;
  padding-left: 100px;
  margin: 0 0 30px 0;
}
/* line 6024, ../sass/styles.scss */
.section-events .events-list .event .date {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 100px;
  padding: 0 20px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
/* line 6034, ../sass/styles.scss */
.section-events .events-list .event .details {
  border-left: 1px solid #e9e9e9;
  padding: 0 5px 0 5px;
  font-size: 14px;
  line-height: 1.4;
}
/* line 6041, ../sass/styles.scss */
.section-events .events-list .event .btn-event {
  position: absolute;
  width: 42px;
  height: 100%;
  top: 0;
  right: 0;
  background: #000000 url(../images/newsroom/icon-arrow-right.png) no-repeat center center;
}
@media (max-width: 839px) {
  /* line 6055, ../sass/styles.scss */
  .section-events .events-list .event .details {
    padding: 0 35px 0 5px;
  }
}

/* line 6066, ../sass/styles.scss */
.section-partners {
  padding: 10px 0 30px 0;
}
/* line 6069, ../sass/styles.scss */
.section-partners .section-header {
  padding: 20px 0;
}
/* line 6072, ../sass/styles.scss */
.section-partners .section-header .section-title {
  position: relative;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #fb9906;
}
/* line 6080, ../sass/styles.scss */
.section-partners .section-header .section-title:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #fb9906;
  z-index: -1;
}
/* line 6095, ../sass/styles.scss */
.section-partners .partners-title {
  max-width: 440px;
  margin: 40px auto 60px auto;
  padding: 0 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
/* line 6104, ../sass/styles.scss */
.section-partners .partners-title a {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 6106, ../sass/styles.scss */
.section-partners .partners-title a:hover {
  color: #333333;
}
/* line 6111, ../sass/styles.scss */
.section-partners .partners-list {
  margin: 20px 0;
}
/* line 6114, ../sass/styles.scss */
.section-partners .partners-list .partners {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 6120, ../sass/styles.scss */
.section-partners .partners-list .partners li {
  width: 240px;
  height: 120px;
  display: inline-block;
  margin: 0 10px 20px 10px;
  vertical-align: top;
  background: #dedede;
}
/* line 6127, ../sass/styles.scss */
.section-partners .partners-list .partners li a {
  display: block;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -999em;
}

/**
 * I N D I V I D U A L    P O S T
 * ---------------------------------------
 */
/* line 6149, ../sass/styles.scss */
.post-header .post-header-banner {
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  overflow: hidden;
  position: relative;
}
/* line 6157, ../sass/styles.scss */
.post-header .post-header-banner:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 0%, black 140%);
  background: -webkit-linear-gradient(top, transparent 0%, black 140%);
  background: linear-gradient(to bottom, transparent 0%, black 140%);
}
/* line 6169, ../sass/styles.scss */
.post-header .post-header-banner .banner-text-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
}
/* line 6177, ../sass/styles.scss */
.post-header .post-header-banner .container .post-categories {
  margin: 0 0 10px 0;
}
/* line 6180, ../sass/styles.scss */
.post-header .post-header-banner .container .post-categories a {
  display: inline-block;
  background: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 6px 8px;
  margin: 0 5px 5px 0;
}
/* line 6193, ../sass/styles.scss */
.post-header .post-header-banner .container h1 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 100px 0;
  padding: 0;
  text-shadow: 1px 1px 5px #000;
}
@media (max-width: 991px) {
  /* line 6149, ../sass/styles.scss */
  .post-header .post-header-banner {
    height: 360px;
  }
}
@media (max-width: 839px) {
  /* line 6149, ../sass/styles.scss */
  .post-header .post-header-banner {
    height: 320px;
  }
  /* line 6211, ../sass/styles.scss */
  .post-header .post-header-banner .container h1 {
    font-size: 1.3rem;
    margin: 0 0 60px 0;
  }
}

/* line 6221, ../sass/styles.scss */
.post-content {
  background: #eeebe4;
  position: relative;
  z-index: 999;
  border: 1px solid transparent;
  border-bottom: none;
}
/* line 6228, ../sass/styles.scss */
.post-content .post, .post-content .barefoot_event {
  background: #ffffff;
  padding: 40px 135px;
  /*padding: 40px 120px;*/
  margin-top: -50px;
  margin-bottom: 50px;
}
/* line 6236, ../sass/styles.scss */
.post-content .post .post-date, .post-content .post .event-meta, .post-content .barefoot_event .post-date, .post-content .barefoot_event .event-meta {
  margin: 0 0 30px 0;
  color: #737373;
}
/* line 6242, ../sass/styles.scss */
.post-content .post .event-meta .date, .post-content .barefoot_event .event-meta .date {
  margin: 0 0 10px 0;
}
/* line 6247, ../sass/styles.scss */
.post-content .post .entry-content, .post-content .barefoot_event .entry-content {
  text-align: justify;
}
/* line 6249, ../sass/styles.scss */
.post-content .post .entry-content img, .post-content .barefoot_event .entry-content img {
  max-width: 100%;
}
/* line 6251, ../sass/styles.scss */
.post-content .post .entry-content a, .post-content .barefoot_event .entry-content a {
  color: #E68200;
  text-decoration: underline;
}
/* line 6254, ../sass/styles.scss */
.post-content .post .entry-content a:hover, .post-content .barefoot_event .entry-content a:hover {
  color: #000;
}
@media (max-width: 839px) {
  /* line 6260, ../sass/styles.scss */
  .post-content .post, .post-content .barefoot_event {
    padding: 40px;
  }
}

/**
 * I N D I V I D U A L    E V E N T    M A P
 * ----------------------------------------------
 */
/* line 6274, ../sass/styles.scss */
#event-map {
  height: 410px;
  background: #ffffff;
  margin: 0;
  border-top: 6px solid #666;
  border-bottom: 6px solid #666;
}

/* white background and box outline */
/*.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div{
   we have to use !important because we are overwritng inline styles 
  background-color: transparent !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
}*/
/* arrow colour */
/*.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div{
  background-color: #003366 !important; 
  display: none !important;
  box-shadow: none !important;
}*/
/* close button */
/*.gm-style > div:first-child > div + div > div:last-child > div > div:last-child{
  display: none !important;
}*/
/* image icon inside close button */
/*.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img{
  display: none !important;
}*/
/*.gm-style-iw {
  width: 228px !important;
  padding: 5px 20px 5px 20px !important; 
  margin: 0 !important;
  text-align: center;
  background: #fff;
  color: #333;
  left: 5px !important; top: 15px !important;
  border-radius: 10px;
}
.ginfobox{
  width: 100% !important;
  padding: 8px 0 0 0;
  overflow: none !important;
  background: transparent !important;
  font-weight: 400;
  text-align: left;
  overflow: hidden !important;
    
  .btn-close{
    display: block;
    width: 16px; height: 16px;
    position: absolute;
    top: 10px; right: 10px;
    color: #fff;
    cursor: pointer;
    outline: none;
    background: transparent;
    z-index: 99;

    &:before, &:after {
      background: #000;
    }

    &:before, &:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      pointer-events: none;
      -webkit-transition: -webkit-transform 0.25s;
      transition: transform 0.25s;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }

    &:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
    }
    &:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
    }
    &:hover{ 
      &:before, &:after {
        background: $brand-primary;
      }
    }
  }
    
  .title{
    margin: 0 0 5px 0; 
    padding: 0 20px 0 0;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: $brand-primary;
  }
  .text{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .infobox-content{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    margin: 0 0 10px 0;
    overflow: none !important;
    
    a{
      color: $brand-primary;
    }
  }
}*/
/**
 * CUSTOM SOCIAL SHARE
 * ---------------------------------------
 */
/* line 6407, ../sass/styles.scss */
.custom-share {
  position: absolute;
  top: 65px;
  right: -45px;
}
/* line 6411, ../sass/styles.scss */
.custom-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
/* line 6417, ../sass/styles.scss */
.custom-share ul li {
  display: block;
  margin: 0 0 20px 0;
}
/* line 6421, ../sass/styles.scss */
.custom-share ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  text-indent: -999em;
}
/* line 6429, ../sass/styles.scss */
.custom-share ul li.twitter a {
  width: 34px;
  height: 24px;
  background-image: url(../images/newsroom/social/icon-twitter.png);
  background-size: 34px 24px;
}
/* line 6436, ../sass/styles.scss */
.custom-share ul li.facebook a {
  width: 16px;
  height: 30px;
  background-image: url(../images/newsroom/social/icon-facebook.png);
  background-size: 16px 30px;
}
/* line 6443, ../sass/styles.scss */
.custom-share ul li.bookmark a {
  width: 20px;
  height: 32px;
  background-image: url(../images/newsroom/social/icon-bookmark.png);
  background-size: 20px 32px;
}
/* line 6450, ../sass/styles.scss */
.custom-share ul li.mail a {
  width: 37px;
  height: 24px;
  background-image: url(../images/newsroom/social/icon-mail.png);
  background-size: 37px 24px;
}
@media (max-width: 839px) {
  /* line 6407, ../sass/styles.scss */
  .custom-share {
    display: none;
  }
}

/*.custom-post-share{
  margin: 50px 0 30px 0;
  
  ul{
    margin: 0;
    padding: 0;
    list-style: none;
    
    li{
      display: inline-block;
      margin: 0 10px 10px 0;
      
      a{
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -999em;
      }
      
       &.twitter{
        a{ 
          width: 221px; height: 50px;
          background-image: url(../images/newsroom/social/icon-share-twitter.png); 
          background-size: 221px 50px;
        }
      }
      &.facebook{
        a{ 
          width: 222px; height: 50px;
          background-image: url(../images/newsroom/social/icon-share-facebook.png); 
          background-size: 222px 50px;
        }
      }
      &.mail{
        a{ 
          width: 222px; height: 50px;
          background-image: url(../images/newsroom/social/icon-share-email.png); 
          background-size: 222px 50px;
        }
      }
    }
  }
  
  @include media-breakpoint-down(sm) {
    ul{
      li{
        display: block;
        a{
          margin: auto;
          text-align: center;
        }
      }
    }
  }
}*/
/* line 6523, ../sass/styles.scss */
.rrssb-share {
  max-width: 680px;
  margin: 50px auto 30px auto;
  padding: 0;
}
/* line 6529, ../sass/styles.scss */
.rrssb-share .rrssb-buttons {
  margin: 0;
  padding: 0;
}
/* line 6533, ../sass/styles.scss */
.rrssb-share .rrssb-buttons li {
  display: block !important;
  max-width: 300px;
}
/* line 6536, ../sass/styles.scss */
.rrssb-share .rrssb-buttons li a {
  border-radius: 0 !important;
  padding: 15px 30px !important;
  height: 50px;
  text-decoration: none !important;
}
/* line 6542, ../sass/styles.scss */
.rrssb-share .rrssb-buttons li a .rrssb-icon {
  width: 30px !important;
  left: 20px !important;
  height: auto;
  text-align: left;
}
/* line 6548, ../sass/styles.scss */
.rrssb-share .rrssb-buttons li a .rrssb-icon svg {
  font-size: 22px !important;
  margin: 0;
}
/* line 6554, ../sass/styles.scss */
.rrssb-share .rrssb-buttons li a .rrssb-text {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  /* line 6561, ../sass/styles.scss */
  .rrssb-share .rrssb-buttons {
    margin: 0 auto !important;
    text-align: center !important;
  }
  /* line 6565, ../sass/styles.scss */
  .rrssb-share .rrssb-buttons li {
    display: block !important;
    max-width: 280px;
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin: 5px auto;
  }
}
@media (max-width: 839px) {
  /* line 6576, ../sass/styles.scss */
  .rrssb-share .rrssb-buttons {
    margin: 0 auto !important;
    text-align: center !important;
  }
  /* line 6580, ../sass/styles.scss */
  .rrssb-share .rrssb-buttons li {
    display: block !important;
    max-width: 280px;
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin: 5px auto;
  }
}

/**
 * IMAGE CAPTION
 * ---------------------------------------
 */
/* line 6598, ../sass/styles.scss */
.wp-caption {
  display: block;
  max-width: 85%;
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}
/* line 6606, ../sass/styles.scss */
.wp-caption img {
  display: block;
  max-width: 100%;
  margin: 0 0 10px 0;
}
@media (max-width: 839px) {
  /* line 6598, ../sass/styles.scss */
  .wp-caption {
    max-width: 100%;
  }
}

/**
 * R E L A T E D    P O S T S
 * ---------------------------------------
 */
/* line 6623, ../sass/styles.scss */
.xl-container {
  padding: 0 25px;
  margin: 0 auto;
  max-width: 1400px;
}

/* line 6630, ../sass/styles.scss */
.related-posts {
  margin: 10px 0 80px 0;
}
/* line 6633, ../sass/styles.scss */
.related-posts .post {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  height: 240px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
/* line 6646, ../sass/styles.scss */
.related-posts .post a {
  display: block;
  width: 100%;
}
/* line 6651, ../sass/styles.scss */
.related-posts .post img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
/* line 6661, ../sass/styles.scss */
.related-posts .post:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  background: -moz-linear-gradient(top, transparent 0%, black 160%);
  background: -webkit-linear-gradient(top, transparent 0%, black 160%);
  background: linear-gradient(to bottom, transparent 0%, black 160%);
}
/* line 6674, ../sass/styles.scss */
.related-posts .post .post-title, .related-posts .post .crp_title {
  display: block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 5px;
  padding: 10px 20px;
  text-align: center;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  z-index: 99;
  color: #ffffff;
  background: none;
}
/* line 6692, ../sass/styles.scss */
.related-posts .post.active:before {
  background: -moz-linear-gradient(top, transparent 0%, black 120%);
  background: -webkit-linear-gradient(top, transparent 0%, black 120%);
  background: linear-gradient(to bottom, transparent 0%, black 120%);
}
@media (max-width: 991px) {
  /* line 6701, ../sass/styles.scss */
  .related-posts .post {
    min-height: 220px;
  }
  /* line 6703, ../sass/styles.scss */
  .related-posts .post .post-title {
    font-size: 20px;
  }
}
@media (max-width: 839px) {
  /* line 6708, ../sass/styles.scss */
  .related-posts .post {
    min-height: 280px;
  }
  /* line 6710, ../sass/styles.scss */
  .related-posts .post .post-title {
    font-size: 22px;
  }
}

/* line 6721, ../sass/styles.scss */
.page-enriche .page-header__banner h1 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 6720, ../sass/styles.scss */
  .page-enriche .page-header__banner {
    padding: 200px 0 120px;
  }
  /* line 6727, ../sass/styles.scss */
  .page-enriche .page-header__banner h1 {
    font-size: 36px;
    line-height: 1;
  }
}
/* line 6734, ../sass/styles.scss */
.page-enriche .page-section {
  padding: 60px 0 80px;
}
@media (max-width: 839px) {
  /* line 6734, ../sass/styles.scss */
  .page-enriche .page-section {
    padding: 30px 0 20px;
  }
}
/* line 6740, ../sass/styles.scss */
.page-enriche .page-section__intro p {
  font-size: 20px;
  line-height: 28px;
}
/* line 6742, ../sass/styles.scss */
.page-enriche .page-section__intro p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  /* line 6747, ../sass/styles.scss */
  .page-enriche .page-section__intro p {
    font-size: 16px;
    line-height: 22px;
  }
}
/* line 6754, ../sass/styles.scss */
.page-enriche .page-section__axis-of-impact h2 {
  color: #fff;
  margin: 0 0 60px;
}
/* line 6758, ../sass/styles.scss */
.page-enriche .page-section__axis-of-impact .items {
  margin: -1.25rem;
}
/* line 6760, ../sass/styles.scss */
.page-enriche .page-section__axis-of-impact .items .item {
  width: 25%;
  float: left;
  padding: 10px;
}
/* line 6764, ../sass/styles.scss */
.page-enriche .page-section__axis-of-impact .items .item img {
  width: 100%;
  height: auto;
}
@media (max-width: 839px) {
  /* line 6753, ../sass/styles.scss */
  .page-enriche .page-section__axis-of-impact {
    padding-bottom: 50px;
  }
  /* line 6772, ../sass/styles.scss */
  .page-enriche .page-section__axis-of-impact h2 {
    margin: 0 0 50px;
  }
  /* line 6776, ../sass/styles.scss */
  .page-enriche .page-section__axis-of-impact .items .item {
    width: 50%;
    padding: 0;
  }
}
/* line 6783, ../sass/styles.scss */
.page-enriche .page-section__programs {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
/* line 6786, ../sass/styles.scss */
.page-enriche .page-section__programs h2 {
  color: #fff;
  margin: 0 0 100px;
}
/* line 6790, ../sass/styles.scss */
.page-enriche .page-section__programs .items {
  margin: -1.25rem;
}
/* line 6792, ../sass/styles.scss */
.page-enriche .page-section__programs .items .item {
  background: rgba(255, 255, 255, 0.7);
}
/* line 6793, ../sass/styles.scss */
.page-enriche .page-section__programs .items .item__wrapper {
  width: 25%;
  float: left;
  padding: 10px;
}
/* line 6799, ../sass/styles.scss */
.page-enriche .page-section__programs .items .item__header {
  background-color: #a2652f;
  color: #fff;
  padding: 30px;
}
/* line 6803, ../sass/styles.scss */
.page-enriche .page-section__programs .items .item__header h3 {
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1;
  font-weight: 300 !important;
}
/* line 6810, ../sass/styles.scss */
.page-enriche .page-section__programs .items .item__header .subtitle {
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}
/* line 6817, ../sass/styles.scss */
.page-enriche .page-section__programs .items .item__content {
  padding: 20px;
  line-height: 1.4;
}
/* line 6820, ../sass/styles.scss */
.page-enriche .page-section__programs .items .item__content p {
  margin: 0 0 15px;
}
/* line 6822, ../sass/styles.scss */
.page-enriche .page-section__programs .items .item__content p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  /* line 6783, ../sass/styles.scss */
  .page-enriche .page-section__programs {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 0;
  }
  /* line 6832, ../sass/styles.scss */
  .page-enriche .page-section__programs h2 {
    margin: 0 0 50px;
  }
  /* line 6837, ../sass/styles.scss */
  .page-enriche .page-section__programs .items .item__wrapper {
    width: 50%;
    padding: 5px;
  }
  /* line 6841, ../sass/styles.scss */
  .page-enriche .page-section__programs .items .item__header {
    padding: 20px 10px;
  }
  /* line 6843, ../sass/styles.scss */
  .page-enriche .page-section__programs .items .item__header h3 {
    letter-spacing: 3px;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1;
  }
  /* line 6848, ../sass/styles.scss */
  .page-enriche .page-section__programs .items .item__header .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 6852, ../sass/styles.scss */
  .page-enriche .page-section__programs .items .item__content {
    padding: 20px 15px;
    line-height: 1.3;
  }
  /* line 6855, ../sass/styles.scss */
  .page-enriche .page-section__programs .items .item__content p {
    font-size: 14px;
    margin: 0 0 15px;
  }
  /* line 6858, ../sass/styles.scss */
  .page-enriche .page-section__programs .items .item__content p:last-child {
    margin: 0;
  }
}
/* line 6867, ../sass/styles.scss */
.page-enriche .page-section__impact {
  background-color: #fcfaf7;
}
/* line 6869, ../sass/styles.scss */
.page-enriche .page-section__impact h2 {
  margin: 0 0 20px;
}
/* line 6872, ../sass/styles.scss */
.page-enriche .page-section__impact .item {
  position: relative;
  padding-left: 100px;
  font-size: 18px;
  line-height: 24px;
  margin: 40px 0 0;
}
/* line 6877, ../sass/styles.scss */
.page-enriche .page-section__impact .item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
}
/* line 6881, ../sass/styles.scss */
.page-enriche .page-section__impact .item__image img {
  margin: 0 auto;
}
/* line 6885, ../sass/styles.scss */
.page-enriche .page-section__impact .item p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  /* line 6867, ../sass/styles.scss */
  .page-enriche .page-section__impact {
    padding-bottom: 50px;
  }
  /* line 6891, ../sass/styles.scss */
  .page-enriche .page-section__impact .item {
    padding-left: 92px;
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 0;
  }
  /* line 6895, ../sass/styles.scss */
  .page-enriche .page-section__impact .item__image {
    width: 64px;
  }
}
/* line 6901, ../sass/styles.scss */
.page-enriche .page-section__quotes {
  background-color: #a2652f;
  color: #fff;
}
/* line 6904, ../sass/styles.scss */
.page-enriche .page-section__quotes h2 {
  color: #fff;
}
/* line 6908, ../sass/styles.scss */
.page-enriche .page-section__quotes .impact-quotes-slider .bx-wrapper {
  background: none;
}
/* line 6910, ../sass/styles.scss */
.page-enriche .page-section__quotes .impact-quotes-slider .bx-wrapper .bx-pager {
  bottom: -40px;
}
/* line 6914, ../sass/styles.scss */
.page-enriche .page-section__quotes .impact-quotes-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 6921, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__rect {
  float: left;
  width: 433px;
  height: 254px;
  background: url(../images/enriche/bg-rectangle.png) no-repeat center center;
  background-size: 100%;
  padding: 40px 60px 40px 40px;
}
/* line 6928, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__rect h3 {
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 1;
  font-weight: 300 !important;
}
/* line 6935, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__rect p {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
}
/* line 6942, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__image {
  float: left;
  padding: 40px 30px;
}
/* line 6945, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__image img {
  max-width: 180px;
  height: auto;
}
/* line 6949, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__quote {
  max-width: 450px;
  padding: 40px 20px 10px 70px;
  position: relative;
  float: left;
  font-size: 25px;
  line-height: 30px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
/* line 6957, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__quote::before, .page-enriche .page-section__quotes .item__quote::after {
  position: absolute;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
}
/* line 6963, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__quote::before {
  content: '';
  left: 0;
  top: 10px;
  background-image: url(../images/enriche/quote-start.png);
}
/* line 6969, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__quote::after {
  content: '';
  right: 0;
  bottom: 0;
  background-image: url(../images/enriche/quote-close.png);
}
/* line 6974, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__quote__text {
  font-size: 25px;
  line-height: 35px;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
}
/* line 6977, ../sass/styles.scss */
.page-enriche .page-section__quotes .item__quote__text p:last-child {
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  /* line 6986, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__rect {
    width: 380px;
    height: 223px;
    padding: 30px 50px 30px 30px;
  }
  /* line 6990, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__rect h3 {
    font-size: 26px;
    line-height: 1;
  }
  /* line 6993, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__rect p {
    font-size: 20px;
    line-height: 26px;
  }
  /* line 6997, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__image {
    padding: 25px 30px;
    max-width: 220px;
    height: auto;
  }
  /* line 7002, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__quote {
    max-width: 340px;
    padding: 30px 20px 10px 50px;
    position: relative;
    float: left;
  }
  /* line 7007, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__quote::before, .page-enriche .page-section__quotes .impact-quotes-slider .item__quote::after {
    width: 36px;
    height: 36px;
  }
  /* line 7010, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__quote::before {
    top: 15px;
  }
  /* line 7013, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__quote::after {
    bottom: 5px;
  }
  /* line 7016, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__quote__text {
    font-size: 20px;
    line-height: 26px;
  }
  /* line 7018, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__quote__text p:last-child {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  /* line 7029, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .bx-wrapper .bx-pager {
    bottom: 0;
  }
  /* line 7033, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item {
    text-align: center;
    padding-bottom: 50px;
  }
  /* line 7036, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__rect {
    float: none;
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    margin: 30px auto;
  }
  /* line 7044, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__rect h3 {
    margin: 0 0 15px;
  }
  /* line 7047, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__rect p {
    font-size: 22px;
    line-height: 28px;
  }
  /* line 7051, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__image {
    float: none;
    padding: 0;
    margin: auto;
  }
  /* line 7056, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__quote {
    float: none;
    max-width: 100%;
    padding: 40px 50px 10px;
    font-size: 14px;
    line-height: 18px;
  }
  /* line 7062, ../sass/styles.scss */
  .page-enriche .page-section__quotes .impact-quotes-slider .item__quote__text {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 7070, ../sass/styles.scss */
.page-enriche .page-section__footer {
  padding: 260px 0 180px;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 50px;
  line-height: 58px;
  font-style: italic;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 0 8px #000;
}
@media (max-width: 991px) {
  /* line 7070, ../sass/styles.scss */
  .page-enriche .page-section__footer {
    padding: 280px 0 40px;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 7089, ../sass/styles.scss */
.work-with-us {
  padding-bottom: 0;
  position: relative;
}
/* line 7092, ../sass/styles.scss */
.work-with-us__header {
  text-align: center;
}
/* line 7095, ../sass/styles.scss */
.work-with-us .item {
  display: block;
  position: relative;
  min-height: 380px;
  padding-bottom: 100%;
}
/* line 7100, ../sass/styles.scss */
.work-with-us .item__wrapper {
  display: block;
  width: 25%;
  float: left;
  background: #33bbde;
}
/* line 7105, ../sass/styles.scss */
.work-with-us .item__wrapper:nth-child(odd) {
  background: #0d6999;
}
/* line 7108, ../sass/styles.scss */
.work-with-us .item__wrapper.double_width_desktop {
  width: 50%;
}
/* line 7111, ../sass/styles.scss */
.work-with-us .item__wrapper.one_third_width_desktop {
  width: 33.3333333333%;
}
/* line 7115, ../sass/styles.scss */
.work-with-us .item__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 40px;
  color: #fff;
}
/* line 7121, ../sass/styles.scss */
.work-with-us .item__info::after {
  content: '';
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-plus.png) no-repeat center center;
  background-size: 100%;
}
/* line 7129, ../sass/styles.scss */
.work-with-us .item__info__location {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  min-height: 80px;
  max-width: 140px;
}
/* line 7135, ../sass/styles.scss */
.work-with-us .item__info h3 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
/* line 7141, ../sass/styles.scss */
.work-with-us .item__content {
  display: none;
}
/* line 7147, ../sass/styles.scss */
.work-with-us .double_width_desktop .item {
  padding-bottom: 50%;
}
/* line 7149, ../sass/styles.scss */
.work-with-us .double_width_desktop .item__info {
  padding-right: 50%;
}
/* line 7155, ../sass/styles.scss */
.work-with-us .one_third_width_desktop .item {
  padding-bottom: 75%;
}
/* line 7157, ../sass/styles.scss */
.work-with-us .one_third_width_desktop .item__info {
  padding-right: 25%;
}
/* line 7164, ../sass/styles.scss */
.work-with-us .work-locations {
  position: relative;
}
/* line 7168, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: .4s, 0s;
  transition-delay: 0s, .4s;
  transition: all .2s ease-in-out;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: 100% 20%;
  background-size: 720px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  color: #fff;
  padding: 50px 0;
}
/* line 7186, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay .container {
  position: relative;
}
/* line 7188, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay .container .col-md-8 {
  position: static;
}
/* line 7192, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay .item-location, .work-with-us .work-locations .item__overlay .item-title {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 7196, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay .item-location {
  font-size: 30px;
  line-height: 36px;
}
/* line 7199, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay .item-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  margin: 5px 0 40px;
}
/* line 7205, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay .item-content p {
  margin: 0 0 20px;
}
/* line 7209, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay .overlay__btn-close {
  position: absolute;
  top: 0;
  right: 1.25rem;
  font-size: 24px;
  line-height: 1;
  border: none;
  width: 32px;
  height: 32px;
  background: url(../images/icon-close.png) no-repeat center center;
  background-size: 100%;
  text-indent: -999em;
}
/* line 7220, ../sass/styles.scss */
.work-with-us .work-locations .item__overlay.active {
  visibility: visible !important;
  opacity: 1 !important;
  transition-delay: 0s, 0s !important;
}
/* line 7226, ../sass/styles.scss */
.work-with-us .work-locations .btn-apply-now {
  display: inline-block;
  background: #E68200;
  color: #fff;
  padding: 50px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  /* line 7226, ../sass/styles.scss */
  .work-with-us .work-locations .btn-apply-now {
    position: static;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  /* line 7244, ../sass/styles.scss */
  .work-with-us .item {
    min-height: 340px;
  }
  /* line 7246, ../sass/styles.scss */
  .work-with-us .item__info {
    padding: 40px 30px;
  }
  /* line 7248, ../sass/styles.scss */
  .work-with-us .item__info::after {
    bottom: 30px;
    right: 30px;
  }
  /* line 7251, ../sass/styles.scss */
  .work-with-us .item__info__location {
    font-size: 22px;
    line-height: 26px;
    max-width: 130px;
  }
  /* line 7255, ../sass/styles.scss */
  .work-with-us .item__info h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  /* line 7262, ../sass/styles.scss */
  .work-with-us .item {
    min-height: 300px;
  }
  /* line 7264, ../sass/styles.scss */
  .work-with-us .item__info {
    padding: 30px 25px;
  }
  /* line 7266, ../sass/styles.scss */
  .work-with-us .item__info::after {
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  /* line 7270, ../sass/styles.scss */
  .work-with-us .item__info__location {
    font-size: 18px;
    line-height: 22px;
    max-width: 110px;
  }
  /* line 7274, ../sass/styles.scss */
  .work-with-us .item__info h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 839px) {
  /* line 7281, ../sass/styles.scss */
  .work-with-us .item {
    min-height: 240px;
    padding-bottom: 0;
  }
  /* line 7282, ../sass/styles.scss */
  .work-with-us .item__wrapper {
    width: 50%;
  }
  /* line 7284, ../sass/styles.scss */
  .work-with-us .item__wrapper.one_third_width_desktop {
    width: 50%;
  }
  /* line 7287, ../sass/styles.scss */
  .work-with-us .item__wrapper.double_width_mobile {
    width: 100%;
  }
  /* line 7294, ../sass/styles.scss */
  .work-with-us .item__info {
    padding: 30px 25px;
  }
  /* line 7296, ../sass/styles.scss */
  .work-with-us .item__info__location {
    font-size: 16px;
    line-height: 20px;
    min-height: 50px;
  }
  /* line 7300, ../sass/styles.scss */
  .work-with-us .item__info h3 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 7307, ../sass/styles.scss */
  .work-with-us .double_width_desktop .item, .work-with-us .one_third_width_desktop .item {
    min-height: 240px;
    padding-bottom: 0;
  }
  /* line 7310, ../sass/styles.scss */
  .work-with-us .double_width_desktop .item__info, .work-with-us .one_third_width_desktop .item__info {
    padding: 30px 25px;
  }
  /* line 7318, ../sass/styles.scss */
  .work-with-us .double_width_mobile .item__info {
    padding-right: 50%;
  }
}

/* line 7328, ../sass/styles.scss */
.get-involved__footer {
  padding: 120px 0 80px;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
/* line 7332, ../sass/styles.scss */
.get-involved__footer h3 {
  font-size: 54px;
  line-height: 60px;
  text-shadow: 0 0 8px #000;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0 0 30px;
}
/* line 7338, ../sass/styles.scss */
.get-involved__footer p {
  font-size: 24px;
  line-height: 30px;
  text-shadow: 0 0 4px #000;
  margin: 0 0 50px;
}
/* line 7343, ../sass/styles.scss */
.get-involved__footer .btn-primary {
  background: #f38800;
  color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}
/* line 7351, ../sass/styles.scss */
.get-involved__footer .btn-primary:hover {
  background: #E68200;
}
@media (max-width: 991px) {
  /* line 7328, ../sass/styles.scss */
  .get-involved__footer {
    background-position: 30% 50%;
  }
  /* line 7357, ../sass/styles.scss */
  .get-involved__footer h3 {
    font-size: 48px;
    line-height: 56px;
  }
  /* line 7360, ../sass/styles.scss */
  .get-involved__footer p {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
  }
}
@media (max-width: 839px) {
  /* line 7328, ../sass/styles.scss */
  .get-involved__footer {
    padding: 80px 0 60px;
  }
  /* line 7367, ../sass/styles.scss */
  .get-involved__footer h3 {
    font-size: 30px;
    line-height: 36px;
    text-shadow: 0 0 6px #000;
  }
  /* line 7371, ../sass/styles.scss */
  .get-involved__footer p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
}

/* line 7378, ../sass/styles.scss */
.our-people__footer {
  padding: 120px 0 80px;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
/* line 7382, ../sass/styles.scss */
.our-people__footer h3 {
  font-size: 54px;
  line-height: 60px;
  text-shadow: 0 0 8px #000;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0 0 30px;
}
/* line 7388, ../sass/styles.scss */
.our-people__footer p {
  font-size: 24px;
  line-height: 30px;
  text-shadow: 0 0 4px #000;
  margin-bottom: 50px !important;
}
/* line 7393, ../sass/styles.scss */
.our-people__footer .btn-primary {
  background: #f38800;
  color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  text-shadow: none;
}
/* line 7402, ../sass/styles.scss */
.our-people__footer .btn-primary:hover {
  background: #E68200;
}
@media (max-width: 991px) {
  /* line 7378, ../sass/styles.scss */
  .our-people__footer {
    background-position: 30% 50%;
  }
  /* line 7408, ../sass/styles.scss */
  .our-people__footer h3 {
    font-size: 48px;
    line-height: 56px;
  }
  /* line 7411, ../sass/styles.scss */
  .our-people__footer p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 839px) {
  /* line 7378, ../sass/styles.scss */
  .our-people__footer {
    padding: 80px 0 60px;
  }
  /* line 7418, ../sass/styles.scss */
  .our-people__footer h3 {
    font-size: 30px;
    line-height: 36px;
  }
  /* line 7421, ../sass/styles.scss */
  .our-people__footer p {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 7424, ../sass/styles.scss */
  .our-people__footer .btn-primary {
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1;
  }
}

/* line 7445, ../sass/styles.scss */
.bg-primary .boxed-items .item__content {
  max-width: 320px;
  /*max-width: 600px;*/
  float: right;
  padding-left: 0;
}
@media (min-width: 640px) {
  /* line 7445, ../sass/styles.scss */
  .bg-primary .boxed-items .item__content {
    max-width: 360px;
  }
}
@media (min-width: 840px) {
  /* line 7445, ../sass/styles.scss */
  .bg-primary .boxed-items .item__content {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  /* line 7445, ../sass/styles.scss */
  .bg-primary .boxed-items .item__content {
    max-width: 490px;
  }
}
@media (min-width: 1200px) {
  /* line 7445, ../sass/styles.scss */
  .bg-primary .boxed-items .item__content {
    max-width: 590px;
  }
}
/* line 7450, ../sass/styles.scss */
.bg-primary .boxed-items .item__content h3 {
  color: #fff;
}
@media (max-width: 991px) {
  /* line 7445, ../sass/styles.scss */
  .bg-primary .boxed-items .item__content {
    max-width: 100%;
    padding-left: 40px;
  }
}

/* custom changes by Aman*/
/* line 7471, ../sass/styles.scss */
.page-template-solutions article.page section:nth-child(2) h2.page-section__title, .page-template-solutions article.page section:nth-child(3) h2.page-section__title {
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
}

/* line 7479, ../sass/styles.scss */
body .font-rusticoregular {
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
}

/* custom changes by Aman*/
/* line 7489, ../sass/styles.scss */
.page-education {
  font-size: 16px;
  line-height: 1.5;
}
/* line 7492, ../sass/styles.scss */
.page-education .vision-mission p {
  margin: 0 0 15px;
}
/* line 7493, ../sass/styles.scss */
.page-education .vision-mission p strong {
  color: #E68200;
}
/* line 7498, ../sass/styles.scss */
.page-education .vision-mission .vision-content {
  max-width: 840px;
  margin: 0 auto;
}
/* line 7502, ../sass/styles.scss */
.page-education .vision-mission .mission-content {
  margin: 40px 0;
  padding: 30px 60px;
  border: 1px solid #E68200;
}
/* line 7506, ../sass/styles.scss */
.page-education .vision-mission .mission-content h2, .page-education .vision-mission .mission-content p {
  margin: 0 !important;
}
@media (max-width: 839px) {
  /* line 7512, ../sass/styles.scss */
  .page-education .vision-mission .mission-content {
    margin: 25px 0 0;
    padding: 25px;
  }
  /* line 7515, ../sass/styles.scss */
  .page-education .vision-mission .mission-content h2, .page-education .vision-mission .mission-content p {
    margin: 0 !important;
  }
}
/* line 7523, ../sass/styles.scss */
.page-education .sustainability-goals {
  background: #32291C;
  color: #fff;
}
/* line 7526, ../sass/styles.scss */
.page-education .sustainability-goals .item {
  float: left;
  width: 15%;
  min-height: 100px;
}
/* line 7530, ../sass/styles.scss */
.page-education .sustainability-goals .item:first-child {
  width: 25%;
  padding: 30px 0 0;
}
/* line 7533, ../sass/styles.scss */
.page-education .sustainability-goals .item:first-child h3 {
  float: right;
  max-width: 190px;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  /* line 7546, ../sass/styles.scss */
  .page-education .sustainability-goals .item:first-child h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 839px) {
  /* line 7553, ../sass/styles.scss */
  .page-education .sustainability-goals .item {
    width: 33.3333333333%;
  }
  /* line 7555, ../sass/styles.scss */
  .page-education .sustainability-goals .item:first-child {
    width: 33.3333333333%;
    padding: 25px;
  }
  /* line 7558, ../sass/styles.scss */
  .page-education .sustainability-goals .item:first-child h3 {
    font-size: 24px;
    line-height: 30px;
    float: left;
  }
}
@media (min-width: 640px) and (max-width: 839px) {
  /* line 7567, ../sass/styles.scss */
  .page-education .sustainability-goals .item:nth-child(3n+1) {
    clear: left;
  }
  /* line 2, ../sass/mixins/_clearfix.scss */
  .page-education .sustainability-goals .item:nth-child(3n+1)::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (max-width: 639px) {
  /* line 7574, ../sass/styles.scss */
  .page-education .sustainability-goals .item {
    width: 50%;
  }
  /* line 7576, ../sass/styles.scss */
  .page-education .sustainability-goals .item:first-child {
    width: 50%;
  }
  /* line 7579, ../sass/styles.scss */
  .page-education .sustainability-goals .item:nth-child(2n+1) {
    clear: left;
  }
  /* line 2, ../sass/mixins/_clearfix.scss */
  .page-education .sustainability-goals .item:nth-child(2n+1)::after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 7589, ../sass/styles.scss */
.page-education .intervention-spaces .item {
  padding: 30px 30px;
  color: #fff;
}
/* line 7592, ../sass/styles.scss */
.page-education .intervention-spaces .item__icon {
  max-width: 240px;
  margin: 0 auto 20px;
}
/* line 7596, ../sass/styles.scss */
.page-education .intervention-spaces .item h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 840px) and (max-width: 991px) {
  /* line 7602, ../sass/styles.scss */
  .page-education .intervention-spaces .container {
    max-width: 100%;
  }
}

@media (max-width: 839px) {
  /* line 7588, ../sass/styles.scss */
  .page-education .intervention-spaces {
    padding-bottom: 30px;
  }
  /* line 7608, ../sass/styles.scss */
  .page-education .intervention-spaces .item {
    padding: 20px 30px;
    margin: 0 0 30px;
    /*        &:last-child {
              margin-bottom: 0;
            }*/
  }
  /* line 7614, ../sass/styles.scss */
  .page-education .intervention-spaces .item__icon {
    max-width: 200px;
  }
  /* line 7617, ../sass/styles.scss */
  .page-education .intervention-spaces .item h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
  }
}
/* line 7625, ../sass/styles.scss */
.page-education .our-curriculum {
  background-color: #FDF9F6;
  padding-bottom: 0;
}
/* line 7628, ../sass/styles.scss */
.page-education .our-curriculum .item {
  float: left;
  width: 33.3333333333%;
  border-left: 1px solid #d7d7d7;
  background: #fff;
}
/* line 7633, ../sass/styles.scss */
.page-education .our-curriculum .item:nth-child(4n+1) {
  border-left: none;
}
/* line 7636, ../sass/styles.scss */
.page-education .our-curriculum .item figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
/* line 7639, ../sass/styles.scss */
.page-education .our-curriculum .item__content {
  padding: 20px 40px;
}
/* line 7641, ../sass/styles.scss */
.page-education .our-curriculum .item__content h3 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #E68200;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 991px) {
  /* line 7651, ../sass/styles.scss */
  .page-education .our-curriculum .item__content {
    padding: 20px 30px;
  }
  /* line 7653, ../sass/styles.scss */
  .page-education .our-curriculum .item__content h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 639px) {
  /* line 7660, ../sass/styles.scss */
  .page-education .our-curriculum .item {
    float: none;
    width: 100%;
    border-left: none;
  }
  /* line 7664, ../sass/styles.scss */
  .page-education .our-curriculum .item:nth-child(4n+1) {
    border-left: none;
  }
}
/* line 7670, ../sass/styles.scss */
.page-education .education-technology {
  background-color: #FDF9F6;
}
/* line 7672, ../sass/styles.scss */
.page-education .education-technology .header-images {
  margin: 0 0 50px;
}
/* line 7674, ../sass/styles.scss */
.page-education .education-technology .header-images .item {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 75%;
  display: block;
  position: relative;
}
/* line 7677, ../sass/styles.scss */
.page-education .education-technology .header-images .item h3 {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  font-family: "RusticoRegular", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 0 0 17px #000;
}
/* line 7690, ../sass/styles.scss */
.page-education .education-technology .page-section__content {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  /* line 7695, ../sass/styles.scss */
  .page-education .education-technology .header-images {
    margin: 0 0 20px;
  }
  /* line 7697, ../sass/styles.scss */
  .page-education .education-technology .header-images .item {
    margin-bottom: 20px;
  }
}
/* line 7704, ../sass/styles.scss */
.page-education .raise-voice {
  padding-bottom: 0;
}
/* line 7707, ../sass/styles.scss */
.page-education .raise-voice .item h3 {
  font-weight: 300;
}
/* line 7712, ../sass/styles.scss */
.page-education .raise-voice .item-right .content {
  float: left;
  max-width: 490px;
}
/* line 7718, ../sass/styles.scss */
.page-education .raise-voice .item-left .content {
  float: right;
  max-width: 490px;
}
@media (max-width: 839px) {
  /* line 7726, ../sass/styles.scss */
  .page-education .raise-voice .item-right .content, .page-education .raise-voice .item-left .content {
    max-width: 100%;
  }
}
/* line 7733, ../sass/styles.scss */
.page-education .stories-of-impact {
  background-color: #FDF9F6;
}
/* line 7736, ../sass/styles.scss */
.page-education .stories-of-impact .statistics .item {
  float: left;
  width: 33.3333333333%;
  padding: 40px 30px;
  border-left: 1px solid #d7d7d7;
}
/* line 7741, ../sass/styles.scss */
.page-education .stories-of-impact .statistics .item:nth-child(-n+3) {
  border-bottom: 1px solid #d7d7d7;
}
/* line 7744, ../sass/styles.scss */
.page-education .stories-of-impact .statistics .item:nth-child(3n+1) {
  border-left: none;
}
/* line 7747, ../sass/styles.scss */
.page-education .stories-of-impact .statistics .item h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  line-height: 40px;
}
/* line 7751, ../sass/styles.scss */
.page-education .stories-of-impact .statistics .item p {
  margin: 0;
}
@media (max-width: 639px) {
  /* line 7760, ../sass/styles.scss */
  .page-education .stories-of-impact .statistics .item {
    float: none;
    width: 100%;
    padding: 15px 0px;
    border: none;
  }
  /* line 7765, ../sass/styles.scss */
  .page-education .stories-of-impact .statistics .item:nth-child(-n+3) {
    border: none;
  }
  /* line 7768, ../sass/styles.scss */
  .page-education .stories-of-impact .statistics .item:nth-child(3n+1) {
    border-left: none;
  }
  /* line 7771, ../sass/styles.scss */
  .page-education .stories-of-impact .statistics .item h3 {
    margin: 0 0 5px;
    font-size: 30px;
    line-height: 36px;
  }
}
/* line 7781, ../sass/styles.scss */
.page-education .awards-and-recognitions {
  background: #E68200;
  color: #fff;
}
/* line 7784, ../sass/styles.scss */
.page-education .awards-and-recognitions .container {
  position: relative;
}
/* line 7787, ../sass/styles.scss */
.page-education .awards-and-recognitions .page-section__title {
  color: #fff;
}
/* line 7791, ../sass/styles.scss */
.page-education .awards-and-recognitions .item h5 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  color: #E68200;
  padding: 5px 10px;
  letter-spacing: 1px;
  float: left;
}
/* line 7802, ../sass/styles.scss */
.page-education .awards-and-recognitions .item h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}
/* line 7806, ../sass/styles.scss */
.page-education .awards-and-recognitions .item p:last-child {
  margin: 0;
}
/* line 7810, ../sass/styles.scss */
.page-education .awards-and-recognitions .btn-see-all {
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  background: #fff;
  color: #E68200;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 8px;
}
/* line 7818, ../sass/styles.scss */
.page-education .awards-and-recognitions .btn-see-all:hover {
  color: #32291C;
}
@media (max-width: 991px) {
  /* line 7823, ../sass/styles.scss */
  .page-education .awards-and-recognitions .container {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  /* line 7828, ../sass/styles.scss */
  .page-education .awards-and-recognitions .item {
    margin: 0 0 30px;
  }
}
/* line 7834, ../sass/styles.scss */
.page-education .get-involved {
  position: relative;
  padding: 0;
}
/* line 7837, ../sass/styles.scss */
.page-education .get-involved .section-bg-image {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  bottom: 0;
}
/* line 7844, ../sass/styles.scss */
.page-education .get-involved .page-section__content {
  padding: 60px 0 40px 20px;
}
/* line 7848, ../sass/styles.scss */
.page-education .get-involved .item h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 639px) {
  /* line 7856, ../sass/styles.scss */
  .page-education .get-involved .section-bg-image {
    position: static;
    width: 100%;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 56.3636364%;
    display: block;
  }
}
/* line 7864, ../sass/styles.scss */
.page-education .education-reach {
  position: relative;
  padding: 0;
  min-height: 600px;
}
/* line 7870, ../sass/styles.scss */
.page-education .education-reach #frm-locations-search p {
  margin: 0 0 10px;
}
/* line 7872, ../sass/styles.scss */
.page-education .education-reach #frm-locations-search p label {
  padding-left: 30px;
  background: url(../images/checkbox-off.png) no-repeat left center;
  background-size: 20px 20px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
/* line 7877, ../sass/styles.scss */
.page-education .education-reach #frm-locations-search p label.checked {
  background-image: url(../images/checkbox-on.png);
}
/* line 7880, ../sass/styles.scss */
.page-education .education-reach #frm-locations-search p label input {
  display: none;
  visibility: hidden;
  opacity: 0;
}
/* line 7890, ../sass/styles.scss */
.page-education .education-reach #locations-map-view {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  background: #efefef;
}
/* line 7896, ../sass/styles.scss */
.page-education .education-reach #locations-map-view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 7904, ../sass/styles.scss */
.page-education .education-reach .page-section__content {
  padding: 80px 0;
  max-width: 480px;
}
/* line 7909, ../sass/styles.scss */
.page-education .education-reach .item h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 839px) {
  /* line 7864, ../sass/styles.scss */
  .page-education .education-reach {
    min-height: auto;
  }
  /* line 7918, ../sass/styles.scss */
  .page-education .education-reach .page-section__content {
    padding: 50px 0 30px;
    max-width: 100%;
  }
  /* line 7922, ../sass/styles.scss */
  .page-education .education-reach #locations-map-view {
    position: static;
    width: 100%;
    padding-bottom: 60%;
  }
}
@media (max-width: 639px) {
  /* line 7929, ../sass/styles.scss */
  .page-education .education-reach .page-section__content {
    padding: 40px 0;
  }
  /* line 7932, ../sass/styles.scss */
  .page-education .education-reach #locations-map-view {
    padding-bottom: 75%;
  }
}

/* line 7940, ../sass/styles.scss */
.gm-style-iw {
  padding: 0 !important;
}

/* line 7944, ../sass/styles.scss */
.ginfobox {
  width: 100% !important;
  padding: 0;
  overflow: none !important;
  background: transparent !important;
  font-weight: 400;
  text-align: left;
  overflow: hidden !important;
}
/* line 7952, ../sass/styles.scss */
.ginfobox .title {
  margin: 0 0 5px 0;
  padding: 0 20px 0 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #E68200;
}
/* line 7959, ../sass/styles.scss */
.ginfobox .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 0;
  margin: 0 0 10px 0;
}
/* line 7966, ../sass/styles.scss */
.ginfobox .infobox-content {
  font-size: 14px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  margin: 0 0 10px 0;
  overflow: none !important;
}
/* line 7973, ../sass/styles.scss */
.ginfobox .infobox-content .location-directions {
  margin: 40px 0 0;
}
/* line 7976, ../sass/styles.scss */
.ginfobox .infobox-content a {
  color: #E68200;
}
