/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
pre {
  font-family: Courier;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.underlay-dark:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.option-rounded .button {
  border-radius: 20rem;
}
.option-rounded .photo,
.option-rounded .photo .photo-image {
  border-radius: 20rem;
}
.option-outline [class^="button"].primary,
.option-outline [class*=" button"].primary,
.option-outline button.primary,
.option-outline input[type="button"].primary,
.option-outline input[type="submit"].primary,
.option-outline input[type="reset"].primary,
.option-outline [class^='donate-navigation-'].primary,
.option-outline [class^="button"].button-primary,
.option-outline [class*=" button"].button-primary,
.option-outline button.button-primary,
.option-outline input[type="button"].button-primary,
.option-outline input[type="submit"].button-primary,
.option-outline input[type="reset"].button-primary,
.option-outline [class^='donate-navigation-'].button-primary {
  border-color: '@primaryColor';
  color: '@primaryColor';
}
.option-outline [class^="button"].primary:hover,
.option-outline [class*=" button"].primary:hover,
.option-outline button.primary:hover,
.option-outline input[type="button"].primary:hover,
.option-outline input[type="submit"].primary:hover,
.option-outline input[type="reset"].primary:hover,
.option-outline [class^='donate-navigation-'].primary:hover,
.option-outline [class^="button"].button-primary:hover,
.option-outline [class*=" button"].button-primary:hover,
.option-outline button.button-primary:hover,
.option-outline input[type="button"].button-primary:hover,
.option-outline input[type="submit"].button-primary:hover,
.option-outline input[type="reset"].button-primary:hover,
.option-outline [class^='donate-navigation-'].button-primary:hover,
.option-outline [class^="button"].primary:focus,
.option-outline [class*=" button"].primary:focus,
.option-outline button.primary:focus,
.option-outline input[type="button"].primary:focus,
.option-outline input[type="submit"].primary:focus,
.option-outline input[type="reset"].primary:focus,
.option-outline [class^='donate-navigation-'].primary:focus,
.option-outline [class^="button"].button-primary:focus,
.option-outline [class*=" button"].button-primary:focus,
.option-outline button.button-primary:focus,
.option-outline input[type="button"].button-primary:focus,
.option-outline input[type="submit"].button-primary:focus,
.option-outline input[type="reset"].button-primary:focus,
.option-outline [class^='donate-navigation-'].button-primary:focus {
  border-color: '@primaryColor,-8';
  color: '@primaryColor,-8';
}
.option-outline [class^="button"].primary:active,
.option-outline [class*=" button"].primary:active,
.option-outline button.primary:active,
.option-outline input[type="button"].primary:active,
.option-outline input[type="submit"].primary:active,
.option-outline input[type="reset"].primary:active,
.option-outline [class^='donate-navigation-'].primary:active,
.option-outline [class^="button"].button-primary:active,
.option-outline [class*=" button"].button-primary:active,
.option-outline button.button-primary:active,
.option-outline input[type="button"].button-primary:active,
.option-outline input[type="submit"].button-primary:active,
.option-outline input[type="reset"].button-primary:active,
.option-outline [class^='donate-navigation-'].button-primary:active,
.option-outline [class^="button"].primary.active,
.option-outline [class*=" button"].primary.active,
.option-outline button.primary.active,
.option-outline input[type="button"].primary.active,
.option-outline input[type="submit"].primary.active,
.option-outline input[type="reset"].primary.active,
.option-outline [class^='donate-navigation-'].primary.active,
.option-outline [class^="button"].button-primary.active,
.option-outline [class*=" button"].button-primary.active,
.option-outline button.button-primary.active,
.option-outline input[type="button"].button-primary.active,
.option-outline input[type="submit"].button-primary.active,
.option-outline input[type="reset"].button-primary.active,
.option-outline [class^='donate-navigation-'].button-primary.active {
  color: '@primaryColor';
  border-color: '@primaryColor,-13';
}
.option-outline [class^="button"].primary:active.disabled,
.option-outline [class*=" button"].primary:active.disabled,
.option-outline button.primary:active.disabled,
.option-outline input[type="button"].primary:active.disabled,
.option-outline input[type="submit"].primary:active.disabled,
.option-outline input[type="reset"].primary:active.disabled,
.option-outline [class^='donate-navigation-'].primary:active.disabled,
.option-outline [class^="button"].button-primary:active.disabled,
.option-outline [class*=" button"].button-primary:active.disabled,
.option-outline button.button-primary:active.disabled,
.option-outline input[type="button"].button-primary:active.disabled,
.option-outline input[type="submit"].button-primary:active.disabled,
.option-outline input[type="reset"].button-primary:active.disabled,
.option-outline [class^='donate-navigation-'].button-primary:active.disabled,
.option-outline [class^="button"].primary.active.disabled,
.option-outline [class*=" button"].primary.active.disabled,
.option-outline button.primary.active.disabled,
.option-outline input[type="button"].primary.active.disabled,
.option-outline input[type="submit"].primary.active.disabled,
.option-outline input[type="reset"].primary.active.disabled,
.option-outline [class^='donate-navigation-'].primary.active.disabled,
.option-outline [class^="button"].button-primary.active.disabled,
.option-outline [class*=" button"].button-primary.active.disabled,
.option-outline button.button-primary.active.disabled,
.option-outline input[type="button"].button-primary.active.disabled,
.option-outline input[type="submit"].button-primary.active.disabled,
.option-outline input[type="reset"].button-primary.active.disabled,
.option-outline [class^='donate-navigation-'].button-primary.active.disabled {
  background: #e1e6e7;
  color: #6a6c6f;
  cursor: default;
}
.option-outline .button {
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: #9d9fa2;
  color: #9d9fa2;
}
.option-outline .button:hover,
.option-outline .button:focus {
  background-color: transparent;
  border-color: #2e2f31;
  color: #2e2f31;
}
.option-outline .button:active,
.option-outline .button.active {
  background-color: transparent;
  border-color: #242526;
  color: #242526;
}
.option-outline .button.disabled,
.option-outline .button[disabled] {
  background-color: transparent;
  border-color: #b7b8bb;
  color: #b7b8bb;
}
.option-outline .button.primary,
.option-outline .button.button-primary {
  background-color: transparent;
  border-color: #006b5a;
  color: #006b5a;
}
.option-outline .button.primary:hover,
.option-outline .button.button-primary:hover,
.option-outline .button.primary:focus,
.option-outline .button.button-primary:focus {
  background-color: transparent;
  border-color: #004238;
  color: #004238;
}
.option-outline .button.primary:active,
.option-outline .button.button-primary:active,
.option-outline .button.primary.active,
.option-outline .button.button-primary.active {
  background-color: transparent;
  border-color: #002922;
  color: #002922;
}
.option-outline .button.primary.disabled,
.option-outline .button.button-primary.disabled,
.option-outline .button.primary[disabled],
.option-outline .button.button-primary[disabled] {
  background-color: transparent;
  border-color: #65676a;
  color: #65676a;
}
.option-outline .button.button-email {
  background-color: transparent;
  border-color: #009e85;
  color: #009e85;
}
.option-outline .button.button-twitter {
  background-color: transparent;
  border-color: #4795d8;
  color: #4795d8;
}
.option-outline .button.button-twitter:hover,
.option-outline .button.button-twitter:focus {
  background-color: transparent;
  border-color: #2a7ec7;
  color: #2a7ec7;
}
.option-outline .button.button-facebook {
  background-color: transparent;
  border-color: #2b3c8c;
  color: #2b3c8c;
}
.option-outline .button.button-facebook:hover,
.option-outline .button.button-facebook:focus {
  background-color: transparent;
  border-color: #202d69;
  color: #202d69;
}
.option-outline .button.button-linkedin {
  background-color: transparent;
  border-color: #2b3c8c;
  color: #2b3c8c;
}
.option-outline .button.button-linkedin:hover,
.option-outline .button.button-linkedin:focus {
  background-color: transparent;
  border-color: #202d69;
  color: #202d69;
}
.option-outline .donate .subscription-buttons .button {
  color: #c3c3c3;
  border-color: #c3c3c3;
  background: transparent;
  margin-right: -1px;
}
.option-outline .donate .subscription-buttons .button:hover,
.option-outline .donate .subscription-buttons .button:focus {
  color: #767676;
  border-color: #767676;
}
.option-outline .donate .subscription-buttons .button.active {
  color: #38393b;
  border-color: #38393b;
  background: transparent;
}
.option-outline .sharing .button {
  border-width: 1px;
  border-style: solid;
}
.option-outline .home-header .button,
.option-outline .page-header .button,
.option-outline .block-primary .button,
.option-outline .page-footer .button,
.option-outline .home-header .button-primary,
.option-outline .page-header .button-primary,
.option-outline .block-primary .button-primary,
.option-outline .page-footer .button-primary {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.option-outline .home-header .button:hover,
.option-outline .page-header .button:hover,
.option-outline .block-primary .button:hover,
.option-outline .page-footer .button:hover,
.option-outline .home-header .button-primary:hover,
.option-outline .page-header .button-primary:hover,
.option-outline .block-primary .button-primary:hover,
.option-outline .page-footer .button-primary:hover,
.option-outline .home-header .button:focus,
.option-outline .page-header .button:focus,
.option-outline .block-primary .button:focus,
.option-outline .page-footer .button:focus,
.option-outline .home-header .button-primary:focus,
.option-outline .page-header .button-primary:focus,
.option-outline .block-primary .button-primary:focus,
.option-outline .page-footer .button-primary:focus {
  color: white;
  border-color: white;
}
.option-outline .home-header .button.button-primary,
.option-outline .page-header .button.button-primary,
.option-outline .block-primary .button.button-primary,
.option-outline .page-footer .button.button-primary,
.option-outline .home-header .button-primary.button-primary,
.option-outline .page-header .button-primary.button-primary,
.option-outline .block-primary .button-primary.button-primary,
.option-outline .page-footer .button-primary.button-primary,
.option-outline .home-header .button.button-secondary,
.option-outline .page-header .button.button-secondary,
.option-outline .block-primary .button.button-secondary,
.option-outline .page-footer .button.button-secondary,
.option-outline .home-header .button-primary.button-secondary,
.option-outline .page-header .button-primary.button-secondary,
.option-outline .block-primary .button-primary.button-secondary,
.option-outline .page-footer .button-primary.button-secondary {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.option-outline .home-header .button.button-primary:hover,
.option-outline .page-header .button.button-primary:hover,
.option-outline .block-primary .button.button-primary:hover,
.option-outline .page-footer .button.button-primary:hover,
.option-outline .home-header .button-primary.button-primary:hover,
.option-outline .page-header .button-primary.button-primary:hover,
.option-outline .block-primary .button-primary.button-primary:hover,
.option-outline .page-footer .button-primary.button-primary:hover,
.option-outline .home-header .button.button-secondary:hover,
.option-outline .page-header .button.button-secondary:hover,
.option-outline .block-primary .button.button-secondary:hover,
.option-outline .page-footer .button.button-secondary:hover,
.option-outline .home-header .button-primary.button-secondary:hover,
.option-outline .page-header .button-primary.button-secondary:hover,
.option-outline .block-primary .button-primary.button-secondary:hover,
.option-outline .page-footer .button-primary.button-secondary:hover,
.option-outline .home-header .button.button-primary:focus,
.option-outline .page-header .button.button-primary:focus,
.option-outline .block-primary .button.button-primary:focus,
.option-outline .page-footer .button.button-primary:focus,
.option-outline .home-header .button-primary.button-primary:focus,
.option-outline .page-header .button-primary.button-primary:focus,
.option-outline .block-primary .button-primary.button-primary:focus,
.option-outline .page-footer .button-primary.button-primary:focus,
.option-outline .home-header .button.button-secondary:focus,
.option-outline .page-header .button.button-secondary:focus,
.option-outline .block-primary .button.button-secondary:focus,
.option-outline .page-footer .button.button-secondary:focus,
.option-outline .home-header .button-primary.button-secondary:focus,
.option-outline .page-header .button-primary.button-secondary:focus,
.option-outline .block-primary .button-primary.button-secondary:focus,
.option-outline .page-footer .button-primary.button-secondary:focus {
  color: white;
  border-color: white;
}
.link-raisely {
  font-family: 'Montserrat', 'Roboto', Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .8;
  color: inherit;
}
.link-raisely i {
  margin: 0 .1em 0 .5em;
  font-size: .85em;
}
.link-raisely strong {
  letter-spacing: .1em;
}
.link-raisely:hover,
.link-raisely:focus {
  text-decoration: none;
  opacity: 1;
  color: inherit;
}
.ie9 .button-upload,
.ie9 .input-uploadm .js-fileapi-wrapper,
.ie9 .input-icon .icon {
  display: none;
}
/*!
 * jsonformatter
 * 
 * Version: 0.3.0 - 2015-07-09T13:22:11.385Z
 * License: MIT
 */
.json-formatter-row {
  font-family: monospace;
  background: rgba(30, 30, 30, 0.8);
  padding: 12px;
  box-sizing: border-box;
  color: #aaa;
  font-size: 12px;
  text-align: left;
}
.json-formatter-row .children .json-formatter-row {
  padding: 0;
  background: transparent;
}
.json-formatter-row,
.json-formatter-row a,
.json-formatter-row a:hover {
  color: #aaa;
  text-decoration: none;
}
.json-formatter-row .json-formatter-row {
  margin-left: 1em;
}
.json-formatter-row .children.empty {
  opacity: 0.5;
  margin-left: 1em;
}
.json-formatter-row .children.empty.object:after {
  content: "No properties";
}
.json-formatter-row .children.empty.array:after {
  content: "[]";
}
.json-formatter-row .string {
  color: #b4c3a9;
  white-space: pre;
  word-wrap: break-word;
}
.json-formatter-row .number {
  color: #bedeff;
}
.json-formatter-row .boolean {
  color: #fedbff;
}
.json-formatter-row .null {
  color: #6c716d;
}
.json-formatter-row .undefined {
  color: #ca5a61;
}
.json-formatter-row .function {
  color: #ffd794;
}
.json-formatter-row .date {
  background-color: rgba(0, 0, 0, 0.05);
}
.json-formatter-row .url {
  text-decoration: underline;
  color: #c4e9ff;
  cursor: pointer;
  font-weight: normal;
}
.json-formatter-row .bracket {
  color: #6c716d;
}
.json-formatter-row .key {
  color: #aaabad;
  cursor: pointer;
}
.json-formatter-row .constructor-name {
  cursor: pointer;
}
.json-formatter-row .toggler {
  font-size: 0.8em;
  line-height: 1.2em;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer;
}
.json-formatter-row .toggler:after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: "►";
}
.json-formatter-row .toggler.open:after {
  transform: rotate(90deg);
}
.json-formatter-dark.json-formatter-row {
  font-family: monospace;
}
.json-formatter-dark.json-formatter-row,
.json-formatter-dark.json-formatter-row a,
.json-formatter-dark.json-formatter-row a:hover {
  color: white;
  text-decoration: none;
}
.json-formatter-dark.json-formatter-row .json-formatter-row {
  margin-left: 1em;
}
.json-formatter-dark.json-formatter-row .children.empty {
  opacity: 0.5;
  margin-left: 1em;
}
.json-formatter-dark.json-formatter-row .children.empty.object:after {
  content: "No properties";
}
.json-formatter-dark.json-formatter-row .children.empty.array:after {
  content: "[]";
}
.json-formatter-dark.json-formatter-row .string {
  color: #31f031;
  white-space: pre;
  word-wrap: break-word;
}
.json-formatter-dark.json-formatter-row .number {
  color: #66c2ff;
}
.json-formatter-dark.json-formatter-row .boolean {
  color: #ec4242;
}
.json-formatter-dark.json-formatter-row .null {
  color: #eec97d;
}
.json-formatter-dark.json-formatter-row .undefined {
  color: #ef8fbe;
}
.json-formatter-dark.json-formatter-row .function {
  color: #fd48cb;
}
.json-formatter-dark.json-formatter-row .date {
  background-color: rgba(255, 255, 255, 0.05);
}
.json-formatter-dark.json-formatter-row .url {
  text-decoration: underline;
  color: #027bff;
  cursor: pointer;
}
.json-formatter-dark.json-formatter-row .bracket {
  color: #9494ff;
}
.json-formatter-dark.json-formatter-row .key {
  color: #23a0db;
  cursor: pointer;
}
.json-formatter-dark.json-formatter-row .constructor-name {
  cursor: pointer;
}
.json-formatter-dark.json-formatter-row .toggler {
  font-size: 0.8em;
  line-height: 1.2em;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer;
}
.json-formatter-dark.json-formatter-row .toggler:after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: "►";
}
.json-formatter-dark.json-formatter-row .toggler.open:after {
  transform: rotate(90deg);
}
body {
  font-size: 16px;
  line-height: 140%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 140%;
}
.container {
  width: 960px;
  position: relative;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
nav {
  z-index: 1;
}
section {
  position: relative;
}
.col-1 {
  float: left;
  width: 48px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-2 {
  float: left;
  width: 128px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-3 {
  float: left;
  width: 208px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-4 {
  float: left;
  width: 288px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-5 {
  float: left;
  width: 368px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-6 {
  float: left;
  width: 448px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-7 {
  float: left;
  width: 528px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-8 {
  float: left;
  width: 608px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-9 {
  float: left;
  width: 688px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-10 {
  float: left;
  width: 768px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-11 {
  float: left;
  width: 848px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-12 {
  float: left;
  width: 928px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.offset-1 {
  margin-left: 96px;
}
.offset-2 {
  margin-left: 176px;
}
.offset-3 {
  margin-left: 256px;
}
.offset-4 {
  margin-left: 336px;
}
.offset-5 {
  margin-left: 416px;
}
.offset-6 {
  margin-left: 496px;
}
.offset-7 {
  margin-left: 576px;
}
.offset-8 {
  margin-left: 656px;
}
.offset-9 {
  margin-left: 736px;
}
.offset-10 {
  margin-left: 816px;
}
.offset-11 {
  margin-left: 896px;
}
.posts-grid .post {
  float: left;
  width: 288px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-header {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-header {
  text-align: center;
}
.page-login,
.page-signup,
.page-reset {
  text-align: left;
}
.home-header {
  padding: 10em 0 5em;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  background-color: #38393b;
  color: #e1e6e7;
}
.home-header:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.home-header h1 {
  font-size: 3em;
  margin: .5em 0 0;
}
.home-header h5 {
  margin: 1em 0;
}
.home-header .lead {
  margin-top: 1em;
}
.home-header .home-header-buttons {
  margin: 1em 0 0;
}
.home-introduction,
.home-donations,
.home-profiles {
  text-align: center;
}
.page-footer {
  text-align: left;
  font-size: 1em;
  padding: 4em 0;
  background: #006b5a;
  color: #fff;
}
.page-footer .brand {
  zoom: 1;
  *display: inline;
  display: inline-block;
  height: 30px;
  width: auto;
}
.page-footer p {
  clear: both;
}
.page-footer .page-footer-menu-links {
  text-align: right;
}
.page-footer .page-footer-social {
  margin-top: 1em;
}
.page-footer .page-footer-social .sharing .button {
  background: none;
  color: #fff;
  text-transform: none;
  padding: 0;
  font-size: 1em;
  margin-right: 0.7em;
}
.page-footer .page-footer-social .sharing .button:hover {
  text-decoration: underline;
}
.page-footer .page-footer-social .sharing .button .icon:before {
  margin-right: 0;
}
.page-footer .page-footer-social .inner.r p {
  color: #ADBAB8;
  font-size: 0.8em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-footer .page-footer-social .w-50 {
    width: 100%;
  }
  .page-footer .page-footer-social .w-50 .inner {
    margin: 0 0 1em 0;
  }
  .page-footer .page-footer-social .w-50 .inner.r p {
    font-size: 1em;
  }
}
.page-footer .footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer .footer-navigation ul li {
  margin-bottom: 0;
  margin-right: 1em;
  display: inline-block;
}
.page-footer .footer-navigation ul li a {
  text-decoration: none;
}
.page-footer .footer-navigation ul li a:hover {
  text-decoration: underline;
}
.page-footer a.afp {
  text-align: right;
  display: block;
  background: url(../images/logo.png) no-repeat top;
  background-size: contain;
  height: 80px;
  background-position: top right;
}
@media (max-width: 767px) {
  .page-footer a.afp {
    background-position: top left;
  }
}
.page-footer .page-footer-copyright {
  padding: 2em 0 0 0;
  clear: both;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  font-size: 1em;
  opacity: 1;
  color: #ADBAB8;
  margin-top: 2em;
  text-align: left !important;
}
.page-footer .page-footer-copyright p {
  margin: 0;
  color: #ADBAB8;
  font-size: 0.8em;
}
.page-footer .page-footer-copyright .fineprint {
  font-size: 1em;
  opacity: 1;
}
@media (max-width: 767px) {
  .page-footer article {
    padding-top: 0;
  }
}
.page-footer aside {
  text-align: left !important;
}
.page-footer.page-footer-inverse {
  background: white;
  color: #38393b;
}
.page-footer.page-footer-inverse ul[class*="menu-"].menu-secondary li a {
  color: #767676;
}
.page-footer.page-footer-inverse ul[class*="menu-"].menu-secondary li a:hover,
.page-footer.page-footer-inverse ul[class*="menu-"].menu-secondary li a:focus {
  color: #38393b;
}
.page-dashboard .profiles {
  margin: 1em 0 0 0;
}
.page-dashboard .profiles .profile {
  text-align: left;
  float: none;
  padding: 0;
  margin: 0 0 1em;
}
.page-dashboard .profiles .profile .progress {
  margin: 0;
}
.page-dashboard .profiles .sharing {
  margin: 0 0 2em;
}
.page-dashboard .profiles .sharing .button {
  background: #838589;
}
.page-dashboard .profiles .sharing .button:hover,
.page-dashboard .profiles .sharing .button:focus {
  background: #6a6c6f;
}
.page-dashboard .page-dashboard-aside {
  padding: 1em 0;
}
.page-dashboard .page-dashboard-aside:before,
.page-dashboard .page-dashboard-aside:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-dashboard .page-dashboard-aside:after {
  clear: both;
}
.page-dashboard .page-dashboard-aside:before,
.page-dashboard .page-dashboard-aside:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-dashboard .page-dashboard-aside:after {
  clear: both;
}
.page-dashboard .page-dashboard-aside:first-child {
  padding-top: 0;
}
.page-dashboard .page-dashboard-aside:last-child {
  border-bottom: none;
}
.page-account .page-account-aside ul[class*="menu-"].menu-secondary li a {
  color: #515255;
}
.page-account .page-account-aside ul[class*="menu-"].menu-secondary li a:hover,
.page-account .page-account-aside ul[class*="menu-"].menu-secondary li a:focus {
  color: #38393b;
  background: rgba(255, 255, 255, 0.5);
}
.page-account .page-account-aside ul[class*="menu-"].menu-secondary li a.active {
  color: #1f2021;
  background: rgba(255, 255, 255, 0.8);
}
.page-account .donations {
  max-width: none;
}
.page-account .donation-empty {
  background: rgba(0, 0, 0, 0.1);
}
/* Sytyle donations for the administration panel and account section of each website */
.donations.account-donations {
  margin: 0 0 1rem;
  max-width: none;
}
.donations.account-donations .donation {
  background: white;
  margin-bottom: 0;
  padding: .5rem 0 1rem 6.5em;
  border-bottom: 1px #eff2f2 solid;
}
.donations.account-donations .donation .donation-donor {
  margin: .5em 0 .15em;
}
.donations.account-donations .donation .donation-amount {
  background: #38393b;
  color: white;
  text-align: left;
  padding: .75rem .5rem;
  margin-top: .75rem;
  margin-left: -0.25em;
  font-size: 1.1em;
  width: 5.5rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.donations.account-donations .donation .donation-amount .symbol {
  top: 0;
  margin-right: .2em;
}
.donations.account-donations .donation .donation-status {
  margin-bottom: 0;
}
.donations.account-donations .donation .donation-status .label {
  margin-right: .5em;
}
.donations.account-donations .donation:hover,
.donations.account-donations .donation:focus {
  cursor: pointer;
}
.donations.account-donations .donation-full {
  list-style: none inside none;
  margin: 0;
  background: #eff2f2;
  padding: 1rem;
}
.donations.account-donations .donation-full .col-5 {
  margin-left: 0;
  padding-left: 0;
  min-width: 14em;
}
.donations.account-donations .donation-full .donation-actions,
.donations.account-donations .donation-full .donation-data {
  float: left;
  width: 50%;
}
.donations.account-donations .donation-full .donor-name {
  text-decoration: none;
  font-weight: 300;
  color: #838589;
}
.donations.account-donations .donation-full .donor-name h3 {
  font-weight: 300;
}
.donations.account-donations .donation-full .donor-name strong {
  color: #38393b;
  font-weight: 600;
}
.donations.account-donations .donation-full a.donor-name:hover,
.donations.account-donations .donation-full a.donor-name:focus {
  text-decoration: underline;
}
.donations.account-donations .donation-full h3 {
  font-size: 1.25rem;
  margin: 0 0 .5em;
}
.donations.account-donations .donation-full p {
  font-size: .9em;
  margin: 0 0 .25em;
  color: #838589;
}
.donations.account-donations .donation-full .input-prepend {
  opacity: 1;
  padding: 0;
  position: relative;
}
.donations.account-donations .donation-full .input-prepend .button {
  margin: 0 0.5rem 0.5rem 0;
}
@media (max-width: 767px) {
  .donations.account-donations .donation {
    padding-left: 7em;
  }
}
.state-app-embed {
  background: transparent;
}
.state-app-embed #app {
  min-height: 0;
}
.state-app-embed #app .donate {
  border: 1px #e1e6e7 solid;
  margin-bottom: 0;
}
.state-app-embed #app .donate .donate-navigation {
  border-top: none;
}
body {
  color: #38393b;
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
  font-weight: 300;
}
h1,
h2,
h3 {
  font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
  font-weight: 300;
  line-height: 110%;
}
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  line-height: 110%;
}
h1 {
  font-size: 2.5em;
  margin: 0 0 1em 0;
}
h2 {
  font-size: 2em;
  margin: 0 0 1em 0;
}
h3 {
  font-size: 1.6em;
  margin: 0 0 1em 0;
}
h4 {
  font-size: 1.25em;
  margin: 0 0 1em 0;
  font-weight: 300;
  letter-spacing: 0;
}
h5 {
  font-size: .9em;
  margin: 0 0 1em 0;
}
h6 {
  font-size: 0.8em;
  margin: 0 0 1em 0;
}
p {
  margin: 0 0 1em 0;
}
.lead {
  font-size: 1.4em;
  line-height: 1.2em;
}
.fineprint {
  font-size: 0.85em;
  line-height: 1.2em;
}
.de-emphasize {
  opacity: .7;
  font-size: .85em;
  line-height: 1.45em;
}
.emphasise {
  font-weight: 700;
}
.title-case {
  text-transform: capitalize;
}
a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
address {
  font-size: 1em;
  font-style: italic;
}
blockquote {
  margin: 1.2em 0;
  padding: 0 0 0 2em;
  font-size: 1.5em;
}
cite {
  font-style: italic;
  font-size: .8em;
}
code {
  font-size: 1em;
  font-family: monospace;
  background: #e1e6e7;
  border: 1px solid #d3dadc;
  padding: 0.125em 0.25em;
  line-height: 150%;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: 600;
}
hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #c5ced0;
  clear: both;
  float: none;
  width: 100%;
}
ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
ol li,
ul li {
  font-size: 1em;
  list-style-position: outside;
  margin-bottom: 0.5em;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
form {
  margin: 1em 0;
}
dl {
  margin: 1em 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 0.5em;
}
pre {
  border-radius: 3px;
  font-family: Lucida Console, monospace;
  overflow: auto;
  background: #515255;
  color: #aaa;
  font-size: 12px;
  font-weight: lighter;
  padding: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  text-align: left;
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/raisely.eot?96348459');
  src: url('../fonts/raisely.eot?96348459#iefix') format('embedded-opentype'), url('../fonts/raisely.woff?96348459') format('woff'), url('../fonts/raisely.ttf?96348459') format('truetype'), url('../fonts/raisely.svg?96348459#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?96348459#entypo') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-large:before {
  font-size: 3em;
}
.icon-huge:before {
  font-size: 6em;
  opacity: .3;
}
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-spinner:before {
  content: '\e918';
}
/* '' */
.icon-note:before {
  content: '\e800';
}
/* '' */
.icon-note-beamed:before {
  content: '\e801';
}
/* '' */
.icon-music:before {
  content: '\e802';
}
/* '' */
.icon-search:before {
  content: '\e803';
}
/* '' */
.icon-flashlight:before {
  content: '\e804';
}
/* '' */
.icon-mail:before {
  content: '\e805';
}
/* '' */
.icon-heart:before {
  content: '\e806';
}
/* '' */
.icon-heart-empty:before {
  content: '\e807';
}
/* '' */
.icon-star:before {
  content: '\e808';
}
/* '' */
.icon-star-empty:before {
  content: '\e809';
}
/* '' */
.icon-user:before {
  content: '\e80a';
}
/* '' */
.icon-users:before {
  content: '\e80b';
}
/* '' */
.icon-user-add:before {
  content: '\e80c';
}
/* '' */
.icon-video:before {
  content: '\e80d';
}
/* '' */
.icon-picture:before {
  content: '\e80e';
}
/* '' */
.icon-camera:before {
  content: '\e80f';
}
/* '' */
.icon-layout:before {
  content: '\e810';
}
/* '' */
.icon-menu:before {
  content: '\e811';
}
/* '' */
.icon-cancel-squared:before {
  content: '\e812';
}
/* '' */
.icon-plus:before {
  content: '\e813';
}
/* '' */
.icon-plus-circled:before {
  content: '\e814';
}
/* '' */
.icon-plus-squared:before {
  content: '\e815';
}
/* '' */
.icon-minus:before {
  content: '\e816';
}
/* '' */
.icon-minus-circled:before {
  content: '\e817';
}
/* '' */
.icon-minus-squared:before {
  content: '\e818';
}
/* '' */
.icon-help:before {
  content: '\e819';
}
/* '' */
.icon-help-circled:before {
  content: '\e81a';
}
/* '' */
.icon-info:before {
  content: '\e81b';
}
/* '' */
.icon-info-circled:before {
  content: '\e81c';
}
/* '' */
.icon-back:before {
  content: '\e81d';
}
/* '' */
.icon-home:before {
  content: '\e81e';
}
/* '' */
.icon-link:before {
  content: '\e81f';
}
/* '' */
.icon-attach:before {
  content: '\e820';
}
/* '' */
.icon-asterisk-1:before {
  content: '\e822';
}
/* '' */
.icon-eye:before {
  content: '\e823';
}
/* '' */
.icon-tag:before {
  content: '\e824';
}
/* '' */
.icon-bookmark:before {
  content: '\e825';
}
/* '' */
.icon-bookmarks:before {
  content: '\e826';
}
/* '' */
.icon-flag:before {
  content: '\e827';
}
/* '' */
.icon-thumbs-up:before {
  content: '\e828';
}
/* '' */
.icon-thumbs-down:before {
  content: '\e829';
}
/* '' */
.icon-download:before {
  content: '\e82a';
}
/* '' */
.icon-upload:before {
  content: '\e82b';
}
/* '' */
.icon-upload-cloud:before {
  content: '\e82c';
}
/* '' */
.icon-reply:before {
  content: '\e82d';
}
/* '' */
.icon-reply-all:before {
  content: '\e82e';
}
/* '' */
.icon-forward:before {
  content: '\e82f';
}
/* '' */
.icon-quote:before {
  content: '\e830';
}
/* '' */
.icon-code:before {
  content: '\e831';
}
/* '' */
.icon-export:before {
  content: '\e832';
}
/* '' */
.icon-pencil:before {
  content: '\e833';
}
/* '' */
.icon-feather:before {
  content: '\e834';
}
/* '' */
.icon-print:before {
  content: '\e835';
}
/* '' */
.icon-retweet:before {
  content: '\e836';
}
/* '' */
.icon-keyboard:before {
  content: '\e837';
}
/* '' */
.icon-comment:before {
  content: '\e838';
}
/* '' */
.icon-chat:before {
  content: '\e839';
}
/* '' */
.icon-bell:before {
  content: '\e83a';
}
/* '' */
.icon-attention:before {
  content: '\e83b';
}
/* '' */
.icon-alert:before {
  content: '\e83c';
}
/* '' */
.icon-vcard:before {
  content: '\e83d';
}
/* '' */
.icon-address:before {
  content: '\e83e';
}
/* '' */
.icon-location:before {
  content: '\e83f';
}
/* '' */
.icon-map:before {
  content: '\e840';
}
/* '' */
.icon-direction:before {
  content: '\e841';
}
/* '' */
.icon-compass:before {
  content: '\e842';
}
/* '' */
.icon-cup:before {
  content: '\e843';
}
/* '' */
.icon-doc:before {
  content: '\e844';
}
/* '' */
.icon-docs:before {
  content: '\e845';
}
/* '' */
.icon-doc-landscape:before {
  content: '\e846';
}
/* '' */
.icon-doc-text:before {
  content: '\e847';
}
/* '' */
.icon-doc-text-inv:before {
  content: '\e848';
}
/* '' */
.icon-newspaper:before {
  content: '\e849';
}
/* '' */
.icon-book-open:before {
  content: '\e84a';
}
/* '' */
.icon-book:before {
  content: '\e84b';
}
/* '' */
.icon-folder:before {
  content: '\e84c';
}
/* '' */
.icon-archive:before {
  content: '\e84d';
}
/* '' */
.icon-box:before {
  content: '\e84e';
}
/* '' */
.icon-rss:before {
  content: '\e84f';
}
/* '' */
.icon-phone:before {
  content: '\e850';
}
/* '' */
.icon-cog:before {
  content: '\e851';
}
/* '' */
.icon-tools:before {
  content: '\e852';
}
/* '' */
.icon-share:before {
  content: '\e853';
}
/* '' */
.icon-shareable:before {
  content: '\e854';
}
/* '' */
.icon-basket:before {
  content: '\e855';
}
/* '' */
.icon-bag:before {
  content: '\e856';
}
/* '' */
.icon-calendar:before {
  content: '\e857';
}
/* '' */
.icon-login:before {
  content: '\e858';
}
/* '' */
.icon-logout:before {
  content: '\e859';
}
/* '' */
.icon-mic:before {
  content: '\e85a';
}
/* '' */
.icon-mute:before {
  content: '\e85b';
}
/* '' */
.icon-sound:before {
  content: '\e85c';
}
/* '' */
.icon-volume:before {
  content: '\e85d';
}
/* '' */
.icon-clock:before {
  content: '\e85e';
}
/* '' */
.icon-hourglass:before {
  content: '\e85f';
}
/* '' */
.icon-lamp:before {
  content: '\e860';
}
/* '' */
.icon-light-down:before {
  content: '\e861';
}
/* '' */
.icon-light-up:before {
  content: '\e862';
}
/* '' */
.icon-adjust:before {
  content: '\e863';
}
/* '' */
.icon-block:before {
  content: '\e864';
}
/* '' */
.icon-resize-full:before {
  content: '\e865';
}
/* '' */
.icon-resize-small:before {
  content: '\e866';
}
/* '' */
.icon-popup:before {
  content: '\e867';
}
/* '' */
.icon-publish:before {
  content: '\e868';
}
/* '' */
.icon-window:before {
  content: '\e869';
}
/* '' */
.icon-arrow-combo:before {
  content: '\e86a';
}
/* '' */
.icon-down-circled:before {
  content: '\e86b';
}
/* '' */
.icon-left-circled:before {
  content: '\e86c';
}
/* '' */
.icon-right-circled:before {
  content: '\e86d';
}
/* '' */
.icon-up-circled:before {
  content: '\e86e';
}
/* '' */
.icon-down-open:before {
  content: '\e86f';
}
/* '' */
.icon-left-open:before {
  content: '\e870';
}
/* '' */
.icon-right-open:before {
  content: '\e871';
}
/* '' */
.icon-up-open:before {
  content: '\e872';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e873';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e874';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e875';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e876';
}
/* '' */
.icon-down-open-big:before {
  content: '\e877';
}
/* '' */
.icon-left-open-big:before {
  content: '\e878';
}
/* '' */
.icon-right-open-big:before {
  content: '\e879';
}
/* '' */
.icon-up-open-big:before {
  content: '\e87a';
}
/* '' */
.icon-down:before {
  content: '\e87b';
}
/* '' */
.icon-left:before {
  content: '\e87c';
}
/* '' */
.icon-right:before {
  content: '\e87d';
}
/* '' */
.icon-up:before {
  content: '\e87e';
}
/* '' */
.icon-down-dir:before {
  content: '\e87f';
}
/* '' */
.icon-left-dir:before {
  content: '\e880';
}
/* '' */
.icon-right-dir:before {
  content: '\e881';
}
/* '' */
.icon-up-dir:before {
  content: '\e882';
}
/* '' */
.icon-down-bold:before {
  content: '\e883';
}
/* '' */
.icon-left-bold:before {
  content: '\e884';
}
/* '' */
.icon-right-bold:before {
  content: '\e885';
}
/* '' */
.icon-up-bold:before {
  content: '\e886';
}
/* '' */
.icon-down-thin:before {
  content: '\e887';
}
/* '' */
.icon-left-thin:before {
  content: '\e888';
}
/* '' */
.icon-right-thin:before {
  content: '\e889';
}
/* '' */
.icon-up-thin:before {
  content: '\e88a';
}
/* '' */
.icon-ccw:before {
  content: '\e88b';
}
/* '' */
.icon-cw:before {
  content: '\e88c';
}
/* '' */
.icon-arrows-ccw:before {
  content: '\e88d';
}
/* '' */
.icon-level-down:before {
  content: '\e88e';
}
/* '' */
.icon-level-up:before {
  content: '\e88f';
}
/* '' */
.icon-shuffle:before {
  content: '\e890';
}
/* '' */
.icon-loop:before {
  content: '\e891';
}
/* '' */
.icon-switch:before {
  content: '\e892';
}
/* '' */
.icon-play:before {
  content: '\e893';
}
/* '' */
.icon-stop:before {
  content: '\e894';
}
/* '' */
.icon-pause:before {
  content: '\e895';
}
/* '' */
.icon-record:before {
  content: '\e896';
}
/* '' */
.icon-to-end:before {
  content: '\e897';
}
/* '' */
.icon-to-start:before {
  content: '\e898';
}
/* '' */
.icon-fast-forward:before {
  content: '\e899';
}
/* '' */
.icon-fast-backward:before {
  content: '\e89a';
}
/* '' */
.icon-progress-0:before {
  content: '\e89b';
}
/* '' */
.icon-progress-1:before {
  content: '\e89c';
}
/* '' */
.icon-progress-2:before {
  content: '\e89d';
}
/* '' */
.icon-progress-3:before {
  content: '\e89e';
}
/* '' */
.icon-target:before {
  content: '\e89f';
}
/* '' */
.icon-palette:before {
  content: '\e8a0';
}
/* '' */
.icon-list:before {
  content: '\e8a1';
}
/* '' */
.icon-list-add:before {
  content: '\e8a2';
}
/* '' */
.icon-signal:before {
  content: '\e8a3';
}
/* '' */
.icon-trophy:before {
  content: '\e8a4';
}
/* '' */
.icon-battery:before {
  content: '\e8a5';
}
/* '' */
.icon-back-in-time:before {
  content: '\e8a6';
}
/* '' */
.icon-monitor:before {
  content: '\e8a7';
}
/* '' */
.icon-mobile:before {
  content: '\e8a8';
}
/* '' */
.icon-network:before {
  content: '\e8a9';
}
/* '' */
.icon-cd:before {
  content: '\e8aa';
}
/* '' */
.icon-inbox:before {
  content: '\e8ab';
}
/* '' */
.icon-install:before {
  content: '\e8ac';
}
/* '' */
.icon-globe:before {
  content: '\e8ad';
}
/* '' */
.icon-cloud:before {
  content: '\e8ae';
}
/* '' */
.icon-cloud-thunder:before {
  content: '\e8af';
}
/* '' */
.icon-flash:before {
  content: '\e8b0';
}
/* '' */
.icon-moon:before {
  content: '\e8b1';
}
/* '' */
.icon-flight:before {
  content: '\e8b2';
}
/* '' */
.icon-paper-plane:before {
  content: '\e8b3';
}
/* '' */
.icon-leaf:before {
  content: '\e8b4';
}
/* '' */
.icon-lifebuoy:before {
  content: '\e8b5';
}
/* '' */
.icon-mouse:before {
  content: '\e8b6';
}
/* '' */
.icon-briefcase:before {
  content: '\e8b7';
}
/* '' */
.icon-suitcase:before {
  content: '\e8b8';
}
/* '' */
.icon-dot:before {
  content: '\e8b9';
}
/* '' */
.icon-dot-2:before {
  content: '\e8ba';
}
/* '' */
.icon-dot-3:before {
  content: '\e8bb';
}
/* '' */
.icon-brush:before {
  content: '\e8bc';
}
/* '' */
.icon-magnet:before {
  content: '\e8bd';
}
/* '' */
.icon-infinity:before {
  content: '\e8be';
}
/* '' */
.icon-erase:before {
  content: '\e8bf';
}
/* '' */
.icon-chart-pie:before {
  content: '\e8c0';
}
/* '' */
.icon-chart-line:before {
  content: '\e8c1';
}
/* '' */
.icon-chart-bar:before {
  content: '\e8c2';
}
/* '' */
.icon-chart-area:before {
  content: '\e8c3';
}
/* '' */
.icon-tape:before {
  content: '\e8c4';
}
/* '' */
.icon-graduation-cap:before {
  content: '\e8c5';
}
/* '' */
.icon-language:before {
  content: '\e8c6';
}
/* '' */
.icon-ticket:before {
  content: '\e8c7';
}
/* '' */
.icon-water:before {
  content: '\e8c8';
}
/* '' */
.icon-droplet:before {
  content: '\e8c9';
}
/* '' */
.icon-air:before {
  content: '\e8ca';
}
/* '' */
.icon-floppy:before {
  content: '\e8cb';
}
/* '' */
.icon-clipboard:before {
  content: '\e8cc';
}
/* '' */
.icon-megaphone:before {
  content: '\e8cd';
}
/* '' */
.icon-database:before {
  content: '\e8ce';
}
/* '' */
.icon-drive:before {
  content: '\e8cf';
}
/* '' */
.icon-bucket:before {
  content: '\e8d0';
}
/* '' */
.icon-thermometer:before {
  content: '\e8d1';
}
/* '' */
.icon-key:before {
  content: '\e8d2';
}
/* '' */
.icon-flow-cascade:before {
  content: '\e8d3';
}
/* '' */
.icon-flow-branch:before {
  content: '\e8d4';
}
/* '' */
.icon-flow-tree:before {
  content: '\e8d5';
}
/* '' */
.icon-flow-line:before {
  content: '\e8d6';
}
/* '' */
.icon-flow-parallel:before {
  content: '\e8d7';
}
/* '' */
.icon-rocket:before {
  content: '\e8d8';
}
/* '' */
.icon-gauge:before {
  content: '\e8d9';
}
/* '' */
.icon-traffic-cone:before {
  content: '\e8da';
}
/* '' */
.icon-cc:before {
  content: '\e8db';
}
/* '' */
.icon-cc-by:before {
  content: '\e8dc';
}
/* '' */
.icon-cc-nc:before {
  content: '\e8dd';
}
/* '' */
.icon-cc-nc-eu:before {
  content: '\e8de';
}
/* '' */
.icon-cc-nc-jp:before {
  content: '\e8df';
}
/* '' */
.icon-cc-sa:before {
  content: '\e8e0';
}
/* '' */
.icon-cc-nd:before {
  content: '\e8e1';
}
/* '' */
.icon-cc-pd:before {
  content: '\e8e2';
}
/* '' */
.icon-cc-zero:before {
  content: '\e8e3';
}
/* '' */
.icon-cc-share:before {
  content: '\e8e4';
}
/* '' */
.icon-cc-remix:before {
  content: '\e8e5';
}
/* '' */
.icon-github:before {
  content: '\e8e6';
}
/* '' */
.icon-github-circled:before {
  content: '\e8e7';
}
/* '' */
.icon-flickr:before {
  content: '\e8e8';
}
/* '' */
.icon-flickr-circled:before {
  content: '\e8e9';
}
/* '' */
.icon-vimeo:before {
  content: '\e8ea';
}
/* '' */
.icon-vimeo-circled:before {
  content: '\e8eb';
}
/* '' */
.icon-twitter:before {
  content: '\e8ec';
}
/* '' */
.icon-twitter-circled:before {
  content: '\e8ed';
}
/* '' */
.icon-facebook:before {
  content: '\e8ee';
}
/* '' */
.icon-facebook-circled:before {
  content: '\e8ef';
}
/* '' */
.icon-facebook-squared:before {
  content: '\e8f0';
}
/* '' */
.icon-gplus:before {
  content: '\e8f1';
}
/* '' */
.icon-gplus-circled:before {
  content: '\e8f2';
}
/* '' */
.icon-pinterest:before {
  content: '\e8f3';
}
/* '' */
.icon-pinterest-circled:before {
  content: '\e8f4';
}
/* '' */
.icon-tumblr:before {
  content: '\e8f5';
}
/* '' */
.icon-tumblr-circled:before {
  content: '\e8f6';
}
/* '' */
.icon-linkedin:before {
  content: '\e8f7';
}
/* '' */
.icon-linkedin-circled:before {
  content: '\e8f8';
}
/* '' */
.icon-dribbble:before {
  content: '\e8f9';
}
/* '' */
.icon-dribbble-circled:before {
  content: '\e8fa';
}
/* '' */
.icon-stumbleupon:before {
  content: '\e8fb';
}
/* '' */
.icon-stumbleupon-circled:before {
  content: '\e8fc';
}
/* '' */
.icon-lastfm:before {
  content: '\e8fd';
}
/* '' */
.icon-lastfm-circled:before {
  content: '\e8fe';
}
/* '' */
.icon-rdio:before {
  content: '\e8ff';
}
/* '' */
.icon-rdio-circled:before {
  content: '\e900';
}
/* '' */
.icon-spotify:before {
  content: '\e901';
}
/* '' */
.icon-spotify-circled:before {
  content: '\e902';
}
/* '' */
.icon-qq:before {
  content: '\e903';
}
/* '' */
.icon-dropbox:before {
  content: '\e905';
}
/* '' */
.icon-evernote:before {
  content: '\e906';
}
/* '' */
.icon-flattr:before {
  content: '\e907';
}
/* '' */
.icon-skype:before {
  content: '\e908';
}
/* '' */
.icon-skype-circled:before {
  content: '\e909';
}
/* '' */
.icon-renren:before {
  content: '\e90a';
}
/* '' */
.icon-sina-weibo:before {
  content: '\e90b';
}
/* '' */
.icon-paypal:before {
  content: '\e90c';
}
/* '' */
.icon-picasa:before {
  content: '\e90d';
}
/* '' */
.icon-soundcloud:before {
  content: '\e90e';
}
/* '' */
.icon-mixi:before {
  content: '\e90f';
}
/* '' */
.icon-behance:before {
  content: '\e910';
}
/* '' */
.icon-google-circles:before {
  content: '\e911';
}
/* '' */
.icon-vkontakte:before {
  content: '\e912';
}
/* '' */
.icon-smashing:before {
  content: '\e913';
}
/* '' */
.icon-sweden:before {
  content: '\e914';
}
/* '' */
.icon-db-shape:before {
  content: '\e915';
}
/* '' */
.icon-logo-db:before {
  content: '\e916';
}
/* '' */
.icon-trash:before {
  content: '\e917';
}
/* '' */
.icon-spin4:before {
  content: '\e918';
}
/* '' */
.icon-check:before {
  content: '\e919';
}
/* '' */
.icon-cancel-1:before {
  content: '\e91a';
}
/* '' */
.icon-cancel-circled:before {
  content: '\e91b';
}
/* '' */
.icon-cc-number:before {
  content: '\e924';
}
/* '' */
.icon-cc-visa:before {
  content: '\e91c';
}
/* '' */
.icon-cc-mastercard:before {
  content: '\e91d';
}
/* '' */
.icon-cc-master-card:before {
  content: '\e91d';
}
/* '' */
.icon-cc-discover:before {
  content: '\e91e';
}
/* '' */
.icon-cc-amex:before {
  content: '\e91f';
}
/* '' */
.icon-cc-american-express:before {
  content: '\e91f';
}
/* '' */
.icon-cc-paypal:before {
  content: '\e920';
}
/* '' */
.icon-cc-stripe:before {
  content: '\e921';
}
/* '' */
.icon-raisely:before {
  content: '\e922';
}
/* '' */
.icon-cc-cvc:before {
  content: '\e923';
}
/* '' */
.icon-spin1:before {
  content: '\e925';
}
/* '' */
.icon-spin2:before {
  content: '\e926';
}
/* '' */
.icon-cancel:before {
  content: '\e927';
}
/* '' */
.icon-font:before {
  content: '\e928';
}
/* '' */
.icon-bold:before {
  content: '\e929';
}
/* '' */
.icon-italic:before {
  content: '\e92a';
}
/* '' */
.icon-text-height:before {
  content: '\e92b';
}
/* '' */
.icon-text-width:before {
  content: '\e92c';
}
/* '' */
.icon-align-left:before {
  content: '\e92d';
}
/* '' */
.icon-align-center:before {
  content: '\e92e';
}
/* '' */
.icon-align-right:before {
  content: '\e92f';
}
/* '' */
.icon-align-justify:before {
  content: '\e930';
}
/* '' */
.icon-scissors:before {
  content: '\e931';
}
/* '' */
.icon-adjust-1:before {
  content: '\e932';
}
/* '' */
.icon-check-1:before {
  content: '\e933';
}
/* '' */
.icon-star-half:before {
  content: '\e934';
}
/* '' */
.icon-lock-1:before {
  content: '\e935';
}
/* '' */
.icon-lock-open-1:before {
  content: '\e936';
}
/* '' */
.icon-check-empty:before {
  content: '\f096';
}
/* '' */
.icon-docs-1:before {
  content: '\f0c5';
}
/* '' */
.icon-list-bullet:before {
  content: '\f0ca';
}
/* '' */
.icon-list-numbered:before {
  content: '\f0cb';
}
/* '' */
.icon-strike:before {
  content: '\f0cc';
}
/* '' */
.icon-underline:before {
  content: '\f0cd';
}
/* '' */
.icon-table:before {
  content: '\f0ce';
}
/* '' */
.icon-gplus-squared:before {
  content: '\f0d4';
}
/* '' */
.icon-money:before {
  content: '\f0d6';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-github-1:before {
  content: '\f113';
}
/* '' */
.icon-star-half-alt:before {
  content: '\f123';
}
/* '' */
.icon-crop:before {
  content: '\f125';
}
/* '' */
.icon-superscript:before {
  content: '\f12b';
}
/* '' */
.icon-subscript:before {
  content: '\f12c';
}
/* '' */
.icon-lock-open-alt:before {
  content: '\f13e';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-apple:before {
  content: '\f179';
}
/* '' */
.icon-google:before {
  content: '\f1a0';
}
/* '' */
.icon-paragraph:before {
  content: '\f1dd';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-hashtag:before {
  content: '\f292';
}
/* '' */
.icon-snapchat:before {
  content: '\f2ab';
}
/* '' */
.icon-snapchat-ghost:before {
  content: '\f2ac';
}
/* '' */
.icon-snapchat-square:before {
  content: '\f2ad';
}
/* '' */
.icon-facebook-squared-1:before {
  content: '\f308';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
form {
  display: block;
  clear: both;
  margin: 0;
}
fieldset {
  display: block;
  padding: 0;
  margin: 0;
}
legend {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  font-weight: bold;
  border-bottom: 1px solid #e1e6e7;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="image"],
input[type="color"] {
  display: block;
  padding: 0.5rem;
  margin: 0 0 .5rem;
  vertical-align: middle;
  outline: none;
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
  font-size: 1.2em;
  -webkit-appearance: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  border-color: #c5ced0;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="image"]:hover,
input[type="color"]:hover,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="image"]:focus,
input[type="color"]:focus {
  border-color: #70878c;
}
select.input-full,
textarea.input-full,
input[type="text"].input-full,
input[type="password"].input-full,
input[type="datetime"].input-full,
input[type="datetime-local"].input-full,
input[type="date"].input-full,
input[type="month"].input-full,
input[type="time"].input-full,
input[type="week"].input-full,
input[type="number"].input-full,
input[type="email"].input-full,
input[type="url"].input-full,
input[type="search"].input-full,
input[type="tel"].input-full,
input[type="image"].input-full,
input[type="color"].input-full {
  width: 100%;
}
select.input-large,
textarea.input-large,
input[type="text"].input-large,
input[type="password"].input-large,
input[type="datetime"].input-large,
input[type="datetime-local"].input-large,
input[type="date"].input-large,
input[type="month"].input-large,
input[type="time"].input-large,
input[type="week"].input-large,
input[type="number"].input-large,
input[type="email"].input-large,
input[type="url"].input-large,
input[type="search"].input-large,
input[type="tel"].input-large,
input[type="image"].input-large,
input[type="color"].input-large {
  font-size: 2em;
}
select.input-inline,
textarea.input-inline,
input[type="text"].input-inline,
input[type="password"].input-inline,
input[type="datetime"].input-inline,
input[type="datetime-local"].input-inline,
input[type="date"].input-inline,
input[type="month"].input-inline,
input[type="time"].input-inline,
input[type="week"].input-inline,
input[type="number"].input-inline,
input[type="email"].input-inline,
input[type="url"].input-inline,
input[type="search"].input-inline,
input[type="tel"].input-inline,
input[type="image"].input-inline,
input[type="color"].input-inline {
  zoom: 1;
  *display: inline;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
  font-size: 1em;
  background: transparent;
  font-weight: bold;
  color: #38393b;
}
select {
  position: relative;
}
select:after {
  content: '\e877';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  margin-right: .2em;
  line-height: 1em;
  color: #8e272a;
  text-align: center;
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select-inline {
  margin: 0 0 1em 0;
  line-height: 1em;
  font-size: .8em;
}
.select-inline .form-field {
  display: inline-block;
}
.select-inline select,
.select-inline select.input-inline {
  font-size: 1em;
  line-height: 1em;
  height: 1.2em;
  padding: 0;
  border: 0;
  display: inline-block;
}
.form-field {
  position: relative;
  padding-top: 1em;
  margin-bottom: .5em;
  background: white;
  color: #38393b;
  border: 1px #e1e6e7 solid;
}
.form-field span {
  padding: 0;
  margin: 0;
  height: 1em;
}
.form-field label {
  font-size: .8em;
  font-weight: 500;
  margin: 0;
  text-align: left;
  display: block;
  color: #9c9c9c;
  position: absolute;
  top: 0;
  z-index: 2;
  padding: .1rem .5rem;
  transition: all 200ms ease;
}
.form-field input,
.form-field textarea,
.form-field select {
  background: transparent;
  border: 0;
  margin: 0;
  width: 100%;
}
.form-field .input-group {
  border: 0;
  margin-bottom: 0;
}
.form-field .input-group input,
.form-field .input-group textarea,
.form-field .input-group select {
  margin: 0;
}
.form-field.form-field-empty label {
  color: #060607;
}
.form-field.form-field-textarea {
  padding-top: 1.5em;
}
.form-field.form-field-textarea textarea {
  padding-top: 0;
  padding-bottom: 0;
}
.form-field.form-field-file .progress {
  position: absolute;
  left: 0;
  top: -1em;
  margin-top: 1px;
  background: #e1e6e7;
}
.form-field.form-field-file .button-small {
  font-size: .7rem;
  width: 10em;
  margin: 0 .7em 0 0;
}
.form-field.form-field-file input[disabled] {
  color: #767676;
}
.form-field.form-field-hidden,
.form-field.form-field-select-inline,
.form-field.form-field-checkbox {
  padding: 0;
  border: 0;
}
.form-field.form-field-alert,
.form-field .form-field-alert {
  border-color: #8e272a;
}
.form-field.form-field-alert label,
.form-field .form-field-alert label {
  color: #8e272a;
}
.form-field.form-field-checkbox label {
  font-size: 1em;
  margin-bottom: .5rem;
  position: relative;
  padding: 0;
}
.form-field.form-field-checkbox label input {
  float: left;
  display: inline-block;
  margin: .4em .4em 0 0;
  width: auto;
}
.form-field.form-field-checkbox label .form-field-select-inline {
  display: inline-block;
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
.form-field.form-field-checkbox label .form-field-select-inline label {
  display: none;
}
.form-field.form-field-checkbox label .form-field-select-inline select,
.form-field.form-field-checkbox label .form-field-select-inline select.input-inline {
  font-size: 1em;
  line-height: 1em;
  height: 1.5em;
}
.form-field.form-field-opt-in label {
  font-weight: normal;
}
.form-field.form-field-select select,
.form-field.form-field-select-currency select,
.form-field.form-field-select-country select {
  width: 100%;
}
.form-field.form-field-select:before,
.form-field.form-field-select-currency:before,
.form-field.form-field-select-country:before {
  content: '\e83b';
  display: block;
  position: absolute;
  top: .2em;
  right: .2em;
  width: 1em;
  margin-right: .2em;
  line-height: 1em;
  text-align: center;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 1.5em;
  right: .5em;
  content: '\e877';
}
.form-field.form-field-date > div {
  height: 2.4em;
}
.form-field.form-field-card_number .StripeElement,
.form-field.form-field-card_expiry .StripeElement,
.form-field.form-field-card_cvc .StripeElement {
  padding: .6em 0 0 .5em;
}
.form-field.form-field-card_number .input-prepend,
.form-field.form-field-card_expiry .input-prepend,
.form-field.form-field-card_cvc .input-prepend {
  padding-top: .5em;
}
.form-field-half {
  float: left;
  width: 48.75%;
  position: relative;
}
.form-field-half:last-child {
  margin-left: 2.5%;
}
.form-field-half:first-child {
  margin-left: 0;
}
.form-field-half label .label-additional {
  display: none;
}
.form-field-half .input-group input {
  padding-left: 0;
  padding-right: 0;
}
.form-field-half .input-prepend {
  padding-left: 0;
  padding-right: 0;
}
.form-field-half .input-prepend:first-child {
  padding-left: .5em;
}
.input-group {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 .5rem 0;
  border-width: 1px;
  border-style: solid;
  background: white;
  border-color: #c5ced0;
}
.input-group:hover,
.input-group:focus {
  border-color: #70878c;
}
.input-group .input-prepend {
  display: table-cell;
  text-align: left;
  width: 1.2em;
  padding: 0.6em 0 0.2em 0.5em;
  font-size: 1.1em;
}
.input-group select,
.input-group textarea,
.input-group input[type="text"],
.input-group input[type="password"],
.input-group input[type="datetime"],
.input-group input[type="datetime-local"],
.input-group input[type="date"],
.input-group input[type="month"],
.input-group input[type="time"],
.input-group input[type="week"],
.input-group input[type="number"],
.input-group input[type="email"],
.input-group input[type="url"],
.input-group input[type="search"],
.input-group input[type="tel"],
.input-group input[type="image"],
.input-group input[type="color"],
.input-group textarea {
  display: table-cell;
  border: 0;
  background: transparent;
  margin: 0;
  width: 100%;
}
.input-group.input-group-full {
  width: 100%;
}
.input-group.input-group-large {
  font-size: 2em;
}
.input-group.inputs-expiry input {
  width: 3em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
input[type="submit"],
input[type="button"] {
  display: block;
  border-radius: 0;
}
input[type="file"] {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1em;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 100%;
}
textarea {
  padding: .5em;
  width: 100%;
  resize: none;
  word-wrap: break-word;
  -webkit-transition: height 0.05s ease;
  -moz-transition: height 0.05s ease;
  -o-transition: height 0.05s ease;
  transition: height 0.05s ease;
  min-height: 4em;
  font-size: 1em;
}
.placeholder {
  color: #909296;
}
progress,
meter {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1em;
}
.form-errors {
  position: relative;
}
.form-errors .form-error {
  font-size: .8em;
  font-weight: 500;
  color: #8e272a;
}
.form-errors .form-error .form-error-field:last-child .form-error-field-separator {
  display: none;
}
.form-errors.form-id-error {
  font-size: 0.8em;
  font-weight: 500;
  color: #8e272a;
}
.form-errors.form-id-error p {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
.alert.error {
  color: #8e272a;
}
.form-field-required {
  position: relative;
}
.form-field-required:after {
  content: '\e83b';
  display: block;
  position: absolute;
  top: .2em;
  right: .2em;
  width: 1em;
  margin-right: .2em;
  line-height: 1em;
  text-align: center;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e822';
  font-size: .5em;
  top: .8em;
  right: .5em;
  color: #dcdcdc;
}
.form-field-file .input-prepend.input-prepend-image {
  opacity: 1;
  position: absolute;
  top: -1rem;
  left: 0;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  overflow: hidden;
  background: #eaedee;
}
.form-field-file .input-prepend.input-prepend-image img.square {
  width: 90%;
  margin: 4.9%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  font-size: .5em;
}
.form-field-file .input-prepend.input-prepend-image .img-full {
  display: none;
}
.form-field-file label {
  transition: none;
  padding-left: 4rem;
}
.form-field-file input[disabled] {
  padding-left: 4rem;
}
.form-field-file-large .form-field-file {
  padding-top: 10rem;
}
.form-field-file-large .form-field-file .input-prepend.input-prepend-image {
  display: block;
  top: -10rem;
  height: 9rem;
  width: 100%;
  text-align: center;
  margin: 0;
}
.form-field-file-large .form-field-file .input-prepend.input-prepend-image img.square {
  display: none;
}
.form-field-file-large .form-field-file .input-prepend.input-prepend-image .img-full {
  display: table-row;
  height: 9rem;
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
}
.form-field-file-large .form-field-file .input-prepend.input-prepend-image .img-full .img-container {
  line-height: 9rem;
  text-align: center;
}
.form-field-file-large .form-field-file .input-prepend.input-prepend-image .img-full .img-container img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0.3rem 0.5rem 0.4rem;
  max-height: 9rem;
  margin: 0 auto;
}
.form-field-file-large .form-field-file label {
  transition: none;
  top: 9.2rem;
  padding-left: .5rem;
}
.form-field-file-large .form-field-file input[disabled] {
  padding-left: .5rem;
}
.form-field-card_number:after {
  content: '\e83b';
  display: block;
  position: absolute;
  width: 1em;
  margin-right: .2em;
  line-height: 1em;
  text-align: center;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e935';
  font-size: 1em;
  top: .2em;
  right: .2em;
  color: #767676;
}
.form-field-alert {
  position: relative;
}
.form-field-alert:after {
  display: block;
  position: absolute;
  width: 1em;
  margin-right: .2em;
  line-height: 1em;
  text-align: center;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e83b';
  font-size: 1em;
  top: .2em;
  right: .2em;
  color: #8e272a;
}
.form-field-alert .input-group {
  border-color: #8e272a;
}
.form-field-split .input-group select,
.form-field-split .input-group textarea,
.form-field-split .input-group input[type="text"],
.form-field-split .input-group input[type="password"],
.form-field-split .input-group input[type="datetime"],
.form-field-split .input-group input[type="datetime-local"],
.form-field-split .input-group input[type="date"],
.form-field-split .input-group input[type="month"],
.form-field-split .input-group input[type="time"],
.form-field-split .input-group input[type="week"],
.form-field-split .input-group input[type="number"],
.form-field-split .input-group input[type="email"],
.form-field-split .input-group input[type="url"],
.form-field-split .input-group input[type="search"],
.form-field-split .input-group input[type="tel"],
.form-field-split .input-group input[type="image"],
.form-field-split .input-group input[type="color"],
.form-field-split .input-group textarea {
  float: left;
  width: 50%;
}
table {
  width: 100%;
  margin: 1em 0;
}
table th {
  padding: 0.5em;
  background: #e1e6e7;
  font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
  font-size: .8em;
  text-align: left;
  text-transform: uppercase;
}
table td {
  padding: 0.5em;
}
.button,
button {
  -webkit-appearance: none;
  padding: 0.625em 1.5em;
  margin: 0 .625em .625em 0;
  font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 200ms ease;
  box-sizing: border-box;
  zoom: 1;
  *display: inline;
  display: inline-block;
  background: #9d9fa2;
  color: white;
}
.button:hover,
button:hover,
.button:focus,
button:focus {
  text-decoration: none;
}
.button.disabled,
button.disabled {
  cursor: default;
}
.button:hover,
button:hover,
.button:focus,
button:focus {
  background: #838589;
  color: white;
}
.button:active,
button:active,
.button.active,
button.active {
  background: #76787c;
  color: white;
}
.button.disabled,
button.disabled {
  background: #b7b8bb;
  color: #838589;
}
.button.button-inverse,
button.button-inverse {
  background: #eff2f2;
  color: #38393b;
}
.button.button-inverse:hover,
button.button-inverse:hover,
.button.button-inverse:focus,
button.button-inverse:focus {
  background: #d8dfe0;
  color: #2c2c2e;
}
.button.button-inverse:active,
button.button-inverse:active,
.button.button-inverse.active,
button.button-inverse.active {
  background: #767676;
  color: #eff2f2;
}
.button.button-inverse:active:hover,
button.button-inverse:active:hover,
.button.button-inverse.active:hover,
button.button-inverse.active:hover,
.button.button-inverse:active:focus,
button.button-inverse:active:focus,
.button.button-inverse.active:focus,
button.button-inverse.active:focus {
  background: #626262;
  color: white;
}
.button.button-inverse.disabled,
button.button-inverse.disabled {
  background: #9aabae;
  color: ligthen(#38393b, 25%);
}
.button.button-primary,
button.button-primary {
  background: #006b5a;
  color: white;
}
.button.button-primary:hover,
button.button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus {
  background: #004238;
  color: white;
}
.button.button-primary:active,
button.button-primary:active,
.button.button-primary.active,
button.button-primary.active {
  background: #002922;
  color: white;
}
.button.button-primary.disabled,
button.button-primary.disabled {
  background: #e1e6e7;
  color: #6a6c6f;
  cursor: default;
}
.button.button-input,
button.button-input {
  background: #eceff0;
  color: #9d9fa2;
}
.button.button-input:hover,
button.button-input:hover,
.button.button-input:focus,
button.button-input:focus {
  background: #e7ebec;
}
.button.button-email,
button.button-email {
  background: #000404;
  color: white;
}
.button.button-email:hover,
button.button-email:hover,
.button.button-email:focus,
button.button-email:focus {
  background: #000000;
}
.button.button-email:active,
button.button-email:active {
  background: #000000;
}
.button.button-twitter,
button.button-twitter {
  background: #4b97d9;
  color: white;
}
.button.button-twitter:hover,
button.button-twitter:hover,
.button.button-twitter:focus,
button.button-twitter:focus {
  background: #368bd5;
}
.button.button-twitter:active,
button.button-twitter:active {
  background: #2a7ec7;
}
.button.button-facebook,
button.button-facebook {
  background: #2c3e90;
  color: white;
}
.button.button-facebook:hover,
button.button-facebook:hover,
.button.button-facebook:focus,
button.button-facebook:focus {
  background: #26367c;
}
.button.button-facebook:active,
button.button-facebook:active {
  background: #202d69;
}
.button.button-linkedin,
button.button-linkedin {
  background: #0077b5;
  color: white;
}
.button.button-linkedin:hover,
button.button-linkedin:hover,
.button.button-linkedin:focus,
button.button-linkedin:focus {
  background: #00669c;
}
.button.button-linkedin:active,
button.button-linkedin:active {
  background: #005582;
}
.button-large {
  font-size: 1.25em;
}
.button-small {
  font-size: 0.85em;
}
.button-mini {
  font-size: 0.7em;
}
.button-blank {
  background: transparent;
}
.button-full {
  display: block;
  text-align: center;
  width: 100%;
}
.button-upload {
  background: #e1e6e7;
  color: #38393b;
  position: relative;
}
.button-upload:hover,
.button-upload:focus {
  background: #00382f;
  color: #fdfefe;
  cursor: pointer;
}
.button-upload input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.buttons {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 1em;
}
.buttons .button {
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}
.buttons .button:nth-child(1) {
  margin-left: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav {
  width: 100%;
  top: 0;
  background: #006b5a;
}
nav .nav-brand {
  float: left;
  margin: 1.5em;
  max-width: 260px;
  width: 100%;
  height: 100px;
  cursor: pointer;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
}
nav .nav-brand img {
  width: 100%;
  height: auto;
}
nav.loggedin .nav-brand {
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
}
nav.open .nav-brand {
  background: url(../images/logo-dark.png) no-repeat;
  background-size: contain;
}
nav .nav-menu {
  float: right;
  padding: 0;
  text-transform: uppercase;
  font-size: .9em;
  max-width: 800px;
  margin: 2em 0 0;
}
nav .nav-menu .menu-item-visible-open {
  display: none;
}
.nav-menu-opener {
  display: none;
}
body.nav-open {
  overflow: hidden;
}
nav.open {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
  z-index: 200;
}
nav.open .nav-brand {
  left: 20px;
}
nav.open .nav-wrapper .nav-menu {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 4em 0 0;
  padding: 0;
  float: left;
}
nav.open .nav-wrapper .nav-menu li {
  float: none;
  width: 100%;
  font-size: 1.5em;
  text-transform: none;
  text-align: center;
  font-weight: 300;
}
nav.open .nav-wrapper .nav-menu li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: .5em 0;
  color: #006b5a;
  font-weight: 300;
}
nav.open .nav-wrapper .nav-menu li a .profile-image {
  display: none;
}
nav.open .nav-wrapper .nav-menu li a.button {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
nav.open .nav-wrapper .nav-menu li ul {
  display: block;
  width: 100%;
  background: transparent;
  position: relative;
  top: 0;
  border: 0;
  font-size: 1em;
}
nav.open .nav-wrapper .nav-menu li ul:hover {
  background: transparent;
}
nav.open .nav-wrapper .nav-menu li ul li {
  width: 100%;
  background: transparent;
  font-size: 1em;
  padding: 0;
}
nav.open .nav-wrapper .nav-menu li ul li a {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #006b5a;
  font-size: 1em;
  border: 0;
}
nav.open .nav-wrapper .nav-menu li ul li a .icon {
  left: 0;
}
nav.open .nav-wrapper .nav-menu li ul li a .profile-image {
  zoom: 1;
  *display: inline;
  display: inline-block;
  margin-left: 0;
}
nav.open .nav-wrapper .nav-menu li ul:hover {
  background: transparent;
}
nav.open .nav-wrapper .nav-menu li ul:hover a {
  background: transparent;
}
nav.open .nav-wrapper .nav-menu li:hover {
  background: transparent;
}
nav.open .nav-wrapper .nav-menu li.menu-item-visible-open {
  display: block;
}
nav.open .nav-wrapper .nav-menu li.nav-menu-user:hover {
  background: transparent;
}
nav.open .nav-wrapper .nav-menu li.nav-menu-user:hover ul,
nav.open .nav-wrapper .nav-menu li.nav-menu-user:hover li a {
  background: transparent;
  color: #aaa;
}
ul[class*="menu-"] {
  padding: 0;
}
ul[class*="menu-"] li {
  position: relative;
  list-style: none;
}
ul[class*="menu-"] li a {
  line-height: 100%;
  text-decoration: none;
}
ul[class*="menu-"] li a:hover,
ul[class*="menu-"] li a:focus {
  cursor: pointer;
  opacity: .99;
}
ul[class*="menu-"] li a.button {
  padding: .7em 1em;
  margin: .3em .5em .4em .5em;
  letter-spacing: 0;
  font-size: 1em;
}
ul[class*="menu-"] li a.button:hover,
ul[class*="menu-"] li a.button:focus {
  color: black;
}
ul[class*="menu-"] li:hover > a,
ul[class*="menu-"] li a:hover,
ul[class*="menu-"] li .current-menu-item,
ul[class*="menu-"] li.current_page_item a,
ul[class*="menu-"] li.current-menu-item a {
  color: #006b5a;
}
ul[class*="menu-"] li:hover > a:before,
ul[class*="menu-"] li a:hover:before,
ul[class*="menu-"] li .current-menu-item:before,
ul[class*="menu-"] li.current_page_item a:before,
ul[class*="menu-"] li.current-menu-item a:before {
  color: #006b5a;
}
ul[class*="menu-"] li a:active,
ul[class*="menu-"] li a.selected:hover,
ul[class*="menu-"] li.selected a:hover {
  color: #00382f;
}
ul[class*="menu-"].menu-primary {
  font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
  font-weight: 700;
}
ul[class*="menu-"].menu-primary li {
  display: block;
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
}
ul[class*="menu-"].menu-primary li.menu-item-visible-open {
  display: none;
}
ul[class*="menu-"].menu-primary li a {
  zoom: 1;
  *display: inline;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em .6em;
}
ul[class*="menu-"].menu-primary li a:hover,
ul[class*="menu-"].menu-primary li a:focus {
  opacity: 0.99;
}
ul[class*="menu-"].menu-primary li a.button {
  padding: .7em 1em;
}
ul[class*="menu-"].menu-primary li a .profile-image {
  position: relative;
  left: 0;
  top: -0.3em;
  padding: 0;
  margin: 0 0 -0.5em 0.3em;
  line-height: 5px;
  width: 1.5em;
  height: 1.5em;
}
ul[class*="menu-"].menu-primary li a .profile-image .img {
  width: 1.5em;
  height: 1.5em;
}
ul[class*="menu-"].menu-primary li a img {
  position: relative;
  max-height: 65px;
  width: auto;
}
ul[class*="menu-"].menu-primary li ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2.7em;
  min-width: 180px;
  right: .5em;
  background: #e1e6e7;
  border-top: 1px white solid;
  color: #38393b;
  z-index: 1000;
}
ul[class*="menu-"].menu-primary li ul li {
  display: block;
  width: 100%;
}
ul[class*="menu-"].menu-primary li ul li a {
  display: block;
  width: 100%;
  padding: .8em 1.2em;
  line-height: 1em;
  white-space: nowrap;
  color: #38393b;
  text-transform: none;
  border-bottom: 1px white solid;
}
ul[class*="menu-"].menu-primary li ul li a .icon {
  line-height: .9em;
  left: -0.4em;
  position: relative;
}
ul[class*="menu-"].menu-primary li ul li a .profile-image {
  margin-left: -0.7em;
  margin-right: 0.4em;
}
ul[class*="menu-"].menu-primary li ul li:hover a,
ul[class*="menu-"].menu-primary li ul li:focus a {
  background: #eff2f2;
}
ul[class*="menu-"].menu-primary li:hover ul,
ul[class*="menu-"].menu-primary li ul:hover {
  display: block;
}
ul[class*="menu-"].menu-secondary {
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
ul[class*="menu-"].menu-secondary li {
  display: block;
  margin: 0;
  padding: 0;
}
ul[class*="menu-"].menu-secondary li a {
  display: block;
  color: #e1e6e7;
  padding: .5em;
}
ul[class*="menu-"].menu-secondary li a:hover,
ul[class*="menu-"].menu-secondary li a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fdfefe;
}
ul[class*="menu-"].menu-secondary li a:active {
  color: #fdfefe;
}
.nav-menu-opener {
  display: none;
  position: absolute;
  top: 17px;
  right: 0;
  width: 4em;
  height: 4em;
  text-align: right;
}
.nav-menu-opener ul,
.nav-menu-opener li {
  list-style: none inside none;
}
.nav-menu-opener ul img,
.nav-menu-opener li img {
  height: 30px;
  width: auto;
}
/* Mobile Nav Buttons */
.lines-button {
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}
.lines-button .lines {
  display: inline-block;
  width: 28px;
  height: 2.8px;
  background: #ffffff;
  transition: .3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.lines-button .lines:before,
.lines-button .lines:after {
  display: inline-block;
  width: 28px;
  height: 2.8px;
  background: #ffffff;
  transition: .3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 20px center;
}
.lines-button .lines:before {
  top: 8px;
}
.lines-button .lines:after {
  top: -8px;
}
.lines-button.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
.lines-button.close .lines:before,
.lines-button.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 28px;
}
.lines-button.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  background: #006b5a;
}
.lines-button.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background: #006b5a;
}
nav.nav-inverse {
  background: white;
  position: relative;
  min-height: 5em;
}
nav.nav-inverse.open {
  position: fixed;
}
nav.nav-inverse ul[class*="menu-"].menu-primary li a {
  color: #767676;
}
nav.nav-inverse ul[class*="menu-"].menu-primary li a:hover,
nav.nav-inverse ul[class*="menu-"].menu-primary li a:focus {
  color: #333333;
}
nav.nav-inverse ul[class*="menu-"].menu-primary li a.button {
  color: white;
}
nav.nav-inverse ul[class*="menu-"].menu-primary li a.button:hover,
nav.nav-inverse ul[class*="menu-"].menu-primary li a.button:focus {
  color: white;
}
nav.nav-inverse .lines-button .lines {
  background: #767676;
}
nav.nav-inverse .lines-button .lines:before,
nav.nav-inverse .lines-button .lines:after {
  background: #767676;
}
nav.nav-inverse .lines-button.close .lines {
  background: transparent;
}
nav.nav-inverse.open {
  background: rgba(255, 255, 255, 0.9);
}
nav.nav-inverse.open .nav-wrapper .nav-menu li a {
  color: #767676;
}
nav.nav-inverse.open .nav-wrapper .nav-menu li a:hover,
nav.nav-inverse.open .nav-wrapper .nav-menu li a:focus {
  color: #333333;
}
.pagination {
  text-align: center;
  margin: 2em 0 0;
}
.pagination a {
  display: inline-block;
  padding: 1em;
  color: inherit;
  line-height: 1em;
  background: #006b5a;
  text-decoration: none;
}
.pagination a i:before {
  color: #fff;
}
.pagination a.disabled {
  opacity: .2;
}
.pagination a:hover,
.pagination a:focus {
  opacity: 1;
  color: inherit;
  text-decoration: none;
}
.photo {
  display: inline-block;
  position: relative;
  width: 150px;
  margin-bottom: 2em;
}
.photo.photo-inline {
  width: 1em;
  font-size: 1.5em;
  margin: -0.2em 0.2em -0.3em 0.2em;
}
.photo.photo-large {
  width: 200px;
}
.photo .photo-image {
  width: 100%;
  padding-bottom: 100%;
  /* 16:9 */
  background-size: cover;
  background-repeat: no-repeat;
}
.alert {
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  padding: 10px 30px 10px 10px;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  background: rgba(30, 30, 30, 0.95);
  color: #fff;
  z-index: 1000000;
}
.alert .sr-only {
  display: none;
}
.alert button {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-indent: 0px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.alert button:hover,
.alert button:focus {
  background: rgba(0, 0, 0, 0.3);
  color: white;
}
.alert button span {
  top: -1px;
  position: relative;
}
.alert-danger {
  background: rgba(204, 0, 0, 0.95);
}
.alert {
  -webkit-transition: top 200ms cubic-bezier(0.25, 0, 0.25, 1);
  -moz-transition: top 200ms cubic-bezier(0.25, 0, 0.25, 1);
  -o-transition: top 200ms cubic-bezier(0.25, 0, 0.25, 1);
  transition: top 200ms cubic-bezier(0.25, 0, 0.25, 1);
}
.ng-hide-remove,
.ng-hide-add.ng-hide-add-active {
  top: -80px;
  display: block !important;
}
.ng-hide-add,
.ng-hide-remove.ng-hide-remove-active {
  top: -80px;
  display: block !important;
}
.sharing {
  margin: 0 0 1em 0;
}
.sharing .button {
  position: relative;
  margin-bottom: .5em;
  border-radius: 10em;
  border: 0px;
  text-transform: none !important;
}
.sharing [class^="icon-"] {
  font-size: 1.8em;
  position: absolute;
  top: 0.1em;
  left: 0.5em;
}
.sharing .icon-credit-card,
.sharing .icon-social-linkedin,
.sharing .icon-mail {
  top: 0.05em;
}
.aside-buttons {
  margin: 0 0 2em 0;
}
.social-fixed {
  position: absolute;
  top: 200px;
  left: 0;
}
.label {
  padding: .2em 1em;
  border-radius: 2em;
  background: #38393b;
  color: white;
  font-size: .6em;
  font-weight: 700;
  letter-spacing: .1em;
  font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
}
[data-tooltip] {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}
[data-tooltip]:before,
[data-tooltip]:after {
  transition: all 0.2s ease-out;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #38393b;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -3.25px;
  z-index: 10001;
  bottom: -10px;
}
[data-tooltip]:after {
  box-sizing: border-box;
  content: attr(data-tooltip);
  padding: 0.5em 0.75em;
  border-radius: 3px;
  font-size: 0.95em;
  z-index: 10000;
  left: 50%;
  bottom: 100%;
  margin-left: -7.5em;
  margin-top: 10px;
  width: 15em;
  line-height: 120%;
  background: #38393b;
  color: #e1e6e7;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
[data-tooltip].tooltip-below:before {
  border-top: 7px solid transparent;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #38393b;
  bottom: 0;
  top: auto;
}
[data-tooltip].tooltip-below:after {
  top: 100%;
  bottom: auto;
  margin-bottom: 10px;
  margin-top: 0;
}
[data-tooltip].tooltip-hidden:before,
[data-tooltip].tooltip-hidden:after {
  display: none;
}
.form-field-date .input-group .input-prepend {
  opacity: 1;
}
.form-field-date .input-group .input-prepend i {
  opacity: .5;
}
.form-field-date .moment-picker {
  height: auto;
}
.moment-picker {
  display: block;
  position: relative;
}
.moment-picker .moment-picker-contents {
  cursor: pointer;
}
.moment-picker .moment-picker-container {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f0f3f4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  color: #404040;
  margin-left: 0;
  margin-top: 0;
  min-width: 15em;
  padding: 4px;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.moment-picker .moment-picker-container:after {
  border-bottom-color: #ffffff;
  border-top: none;
  border: 8px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 15px;
  margin-left: 1px;
  margin-top: 1px;
  position: absolute;
  top: -9px;
  width: 0;
}
.moment-picker .moment-picker-container:before {
  border-bottom-color: #f0f3f4;
  border-top: none;
  border-width: 9px;
  border: 8px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 15px;
  position: absolute;
  top: -9px;
  width: 0;
}
.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}
.moment-picker th {
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  height: 2em;
  min-width: 2em;
  padding: 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.moment-picker th:first-child {
  width: 2em;
}
.moment-picker th:last-child {
  width: 2em;
}
.moment-picker th:hover {
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -ms-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);
  background: #fafbfb;
}
.moment-picker td {
  border-radius: 4px;
  cursor: pointer;
  height: 1.6rem;
  line-height: 1.6rem;
  min-width: 2em;
  padding: 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.moment-picker td:hover {
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -ms-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);
  background: #fafbfb;
}
.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.moment-picker td.selected {
  background-image: -moz-linear-gradient(#45b1e8, #3097de);
  background-image: -ms-linear-gradient(#45b1e8, #3097de);
  background-image: -o-linear-gradient(#45b1e8, #3097de);
  background-image: -webkit-linear-gradient(#45b1e8, #3097de);
  background-image: linear-gradient(#45b1e8, #3097de);
  background: #45b1e8;
  border-color: #3ca0dd;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.moment-picker td.highlighted {
  background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.1));
  background-image: -ms-radial-gradient(transparent, rgba(0, 0, 0, 0.1));
  background-image: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.1));
  background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.1));
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.1));
  background: rgba(0, 0, 0, 0.15);
}
.moment-picker .decade-view td {
  height: 3.4em;
}
.moment-picker .year-view td {
  height: 3.4em;
}
.moment-picker .month-view .moment-picker-specific-views th {
  background: 0 0;
  cursor: default;
}
.moment-picker .month-view td {
  width: 1.4285714286em;
}
.moment-picker .day-view td {
  height: 2.3333333333em;
}
.moment-picker .hour-view td {
  height: 2.3333333333em;
}
.moment-picker .minute-view td {
  height: 1.8em;
}
.moment-picker td.disabled,
.moment-picker td.disabled:hover,
.moment-picker th.disabled,
.moment-picker th.disabled:hover {
  background: 0 0;
  color: #abbbc7;
  cursor: default;
}
#loading {
  display: block;
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000000;
}
#loading .center {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color: #848d94;
  position: absolute;
  text-align: center;
  font-size: 20px;
  width: 160px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -80px;
}
#loading #loading-progress {
  display: block;
}
#loading #loading-error {
  display: none;
}
#loading h4 {
  margin: 0;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
#loading .loading-text {
  display: none;
}
#loading .icon-spinner {
  font-size: 40px;
}
.block,
.block-primary,
.block-primary-image {
  position: relative;
  padding: 5rem 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.block:before,
.block-primary:before,
.block-primary-image:before,
.block:after,
.block-primary:after,
.block-primary-image:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.block:after,
.block-primary:after,
.block-primary-image:after {
  clear: both;
}
.block:before,
.block-primary:before,
.block-primary-image:before,
.block:after,
.block-primary:after,
.block-primary-image:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.block:after,
.block-primary:after,
.block-primary-image:after {
  clear: both;
}
.block-heading {
  text-align: center;
  margin: 1rem 0 4rem;
}
.block-primary,
.block-primary-image {
  background-color: #006b5a;
  color: white;
}
.block-primary:before,
.block-primary-image:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.content-highlight {
  padding: 2em;
  margin: 0 0 2em;
  background: white;
  color: #38393b;
  position: relative;
}
.content-highlight h1:first-child,
.content-highlight h2:first-child,
.content-highlight h3:first-child,
.content-highlight h4:first-child,
.content-highlight h5:first-child {
  margin-top: 0;
}
.content-holder.content-holder-primary {
  background: #00382f;
  color: white;
}
.content-holder.content-holder-primary h1,
.content-holder.content-holder-primary h2,
.content-holder.content-holder-primary h3 {
  color: white;
}
.content-holder.content-holder-secondary {
  background: #000000;
  color: white;
}
.content-holder.content-holder-secondary h1,
.content-holder.content-holder-secondary h2,
.content-holder.content-holder-secondary h3 {
  color: white;
}
.profiles {
  margin: 1em 0;
  padding: 0;
  width: 100%;
}
.profiles li {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
.profiles .profile {
  display: block;
  margin: 0 0 1em;
  position: relative;
  text-align: left;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.95);
  color: #767676;
}
.profiles .profile:hover,
.profiles .profile:focus {
  text-decoration: none;
  background: white;
}
.profiles .profile:hover .profile-content,
.profiles .profile:focus .profile-content {
  opacity: 1;
}
.profiles .profile .profile-container {
  position: relative;
  text-align: left;
  padding: 1em 1em 1em 5em;
}
.profiles .profile .profile-container .photo {
  position: absolute;
  width: 3em;
  top: 1em;
  left: 1em;
}
.profiles .profile .profile-total {
  margin: .25em 0 .5em;
  font-size: 1.3em;
  line-height: 1em;
}
.profiles .profile .profile-total .symbol {
  font-weight: 300;
  font-size: .7em;
  position: relative;
  top: .0em;
  margin-right: .2em;
  margin-left: .1em;
  opacity: .5;
}
.profiles .profile .profile-name {
  font-size: 2em;
  margin: 0;
  line-height: 0.9em;
  font-family: 'Veneer';
  color: #006b5a;
}
.profiles .profile .progress {
  display: block;
  background: #e1e6e7;
  margin: 0;
}
.profiles .profile.profile-stacked {
  background: transparent;
  float: left;
  opacity: .85;
  max-width: 10em;
  color: inherit;
  padding: 0 1em 1em;
}
.profiles .profile.profile-stacked .profile-container {
  position: relative;
  text-align: center;
  padding: 0;
}
.profiles .profile.profile-stacked .profile-container .photo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 8em;
}
.profiles .profile.profile-stacked .profile-name {
  margin: 1em 0 0;
  min-height: 2.7em;
}
.profiles .profile.profile-stacked .progress {
  width: 80%;
  max-width: 20em;
  margin: .25em 10% 1em;
}
.profiles .profile.profile-stacked:hover,
.profiles .profile.profile-stacked:focus {
  opacity: 1;
  color: inherit;
}
.profiles .profile.profile-empty {
  width: 100%;
  background: transparent;
  color: inherit;
  max-width: 480px;
  padding: 2em;
  text-align: center;
  opacity: .5;
}
.profiles .profile.profile-empty p {
  margin: 0;
}
.profiles .profile.profile-large {
  background: white;
  width: 15em;
  min-height: 25.5em;
  max-width: 100%;
  float: left;
  margin: 0 1em 1em 0;
  opacity: .85;
  color: inherit;
  text-align: left;
  padding: 0;
}
.profiles .profile.profile-large .profile-container {
  position: relative;
  text-align: left;
  padding: 0;
}
.profiles .profile.profile-large .profile-container .photo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 0 1em;
}
.profiles .profile.profile-large .profile-content {
  padding: 0 1em;
  max-height: 8.3em;
  overflow: hidden;
}
.profiles .profile.profile-large .profile-name {
  margin: 0 0 .5em;
}
.profiles .profile.profile-large .profile-description {
  font-size: .85em;
  height: 3.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
}
.profiles .profile.profile-large .progress {
  width: 100%;
  margin: 0 0 .5em 0;
  background: rgba(0, 0, 0, 0.1);
  height: .5em;
  border-radius: 10em;
}
.profiles .profile.profile-large .progress .progress-bar {
  height: .5em;
  border-radius: 10em;
}
.profiles .profile.profile-large:hover,
.profiles .profile.profile-large:focus {
  opacity: 1;
  color: inherit;
}
.profiles .profile.profile-large .page-dashboard .profiles .profile .progress {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
  height: 10px;
  border-radius: 6px;
}
.profiles .profile.profile-square {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0;
  min-width: 5em;
  max-width: 10em;
  width: 100%;
  height: 100%;
}
.profiles .profile.profile-square .profile-container {
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
}
.profiles .profile.profile-square .profile-container .photo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.profiles .profile.profile-square .photo {
  display: block;
  width: 100%;
}
.profiles .profile.profile-square .profile-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
}
.profiles .profile.profile-square .profile-content .profile-name {
  min-height: 1em;
  font-size: 1.2em;
  margin: 2em 0 1em;
  line-height: 1.2em;
}
.profiles .profile.profile-square:hover .profile-content,
.profiles .profile.profile-square:focus .profile-content {
  top: 0;
}
.profiles-grid .profile-wrapper {
  display: block;
}
.profiles-grid .profiles {
  padding: 0;
}
.profiles-grid .profile {
  display: inline-block;
  float: none;
}
.profiles-grid .profile.profile-square {
  float: left;
  width: 25%;
  max-width: none;
}
.home-profiles .profiles .profile.profile-square {
  max-width: none;
  float: left;
}
.page-profile .page-header {
  text-align: left;
  padding-top: 2em;
}
.page-profile .page-header .profile-header-photo {
  text-align: center;
}
.page-profile .page-header .profile-header-photo .photo {
  width: 100%;
  max-width: 8em;
  height: auto;
}
.page-profile .page-header .profile-header-content {
  text-align: left;
}
.page-profile .page-header .profile-header-content h1 {
  margin: 0 0 1rem;
}
.page-profile .page-header .progress {
  max-width: 25em;
}
.page-profile aside .donations-heading {
  text-align: center;
}
.page-profile aside .donation .donation-recipient {
  display: none;
}
.page-profile .donate-mobile {
  display: none;
}
.page-profile #donate-article,
.page-profile .donate-trigger {
  display: none;
}
.profile-edit {
  margin: 0 0 3em 0;
  list-style: none inside none;
  padding: 1.5em;
  background: white;
  border-bottom: 1px #eff2f2 solid;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.profile-edit h1 {
  margin: .5em 0;
}
.profile-edit .profile-image.profile-large {
  margin: 0;
}
.profile-edit .profile-edit-description {
  min-height: 200px;
}
.posts {
  margin: 0 0 2em 0;
  padding: 0;
}
.posts form {
  margin: 0;
}
.posts .post {
  list-style: none inside none;
  margin-bottom: 2em;
  background: #fff;
}
.posts .post .post-photo {
  margin: 0 0 .25em;
}
.posts .post .post-title {
  margin: .5em 0 .5em 0;
}
.posts .post-new {
  background: #d3dadc;
}
.posts .post-meta.fineprint {
  float: right;
  margin-top: 0.7em;
}
.posts .post-button {
  color: #006b5a;
}
.posts .post-readmore {
  margin-top: 0.3em;
}
.posts-grid .post {
  padding: 0 2em;
  min-height: 20em;
}
.posts-grid .post.post-empty {
  width: 100%;
  margin: 0;
}
.posts-button {
  padding: 0.9em 2em;
}
.post {
  word-wrap: break-word;
}
.post .post-author {
  margin-bottom: 0;
  font-weight: bold;
}
.post .post-content {
  padding: 0 0;
  margin: 0;
  position: relative;
  font-size: 0.9em;
}
.post .post-content .post-title {
  margin-top: 0;
}
.post .post-content img {
  max-width: 100%;
  height: auto;
}
.post .post-content textarea {
  min-height: 55px;
  width: 100%;
  margin: 0;
}
.post .post-subtitle {
  margin: .25em 0;
}
.post.post-empty {
  padding: 2em;
  text-align: center;
  opacity: .5;
}
.post.post-empty p {
  margin: 0;
}
.post-new {
  background: #d3dadc;
  border-bottom: 1px solid #b6c3c5;
  padding: 1em;
}
.post-new form:before,
.post-new form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-new form:after {
  clear: both;
}
.post-new form:before,
.post-new form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-new form:after {
  clear: both;
}
.post-new .button {
  margin-right: .5em;
}
.post-new .title,
.post-new textarea {
  background-color: #e1e6e7;
  width: 100%;
}
.post-new h5 {
  margin: 0 0 1em 0;
  padding-left: 0;
}
.post-new input.button-primary {
  margin-bottom: 0;
}
.post-new .post-new-actions a,
.post-new .post-new-actions input {
  float: left;
  margin-bottom: 0;
  font-size: .8em;
}
.post-new .post-new-actions a[disabled],
.post-new .post-new-actions input[disabled] {
  opacity: 0.5;
}
.post-full .post-photo {
  width: 100%;
  margin: 0 0 1em 0;
}
.post-full h1 {
  margin: 0;
}
.comment-actions p,
.post-actions p {
  margin: 0;
  padding: 0;
}
.comment-actions a,
.post-actions a {
  color: #b7b8bb;
  cursor: pointer;
  text-decoration: none;
}
.comment-actions a:hover,
.post-actions a:hover,
.comment-actions a:focus,
.post-actions a:focus {
  color: #8e272a;
}
.post-actions {
  padding: 0 0 0 10px;
}
.comment-actions {
  padding: 0 0 10px 48px;
}
.comments {
  position: relative;
  padding: 0 0 0 0;
}
.comment {
  clear: both;
  padding: 0px;
  width: 100%;
  box-shadow: none;
  margin: 0 0 0 0;
  font-size: 0.9em;
  background: #f2f4f5;
  border-bottom: 1px #e1e6e7 solid;
  list-style: none inside none;
}
.comment h5 {
  margin: 0;
  padding: 10px 0 0 10px;
}
.comment .content {
  padding: 5px 20px 5px 48px;
}
.comment p {
  margin: 0 0;
}
.comment.comment-form {
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
}
.comment.comment-form h5 {
  padding: 10px;
}
.comment.comment-form .comment-textarea {
  width: 98%;
}
.comment.comment-form .comment-textarea .comment-textarea-holder {
  padding: 5px 20px 5px 48px;
  position: relative;
}
.comment.comment-form textarea {
  height: 40px;
  width: 100%;
  float: left;
  margin: 0;
  min-height: 40px;
}
.comment.comment-form input {
  float: left;
  margin: 0 0 0 10px;
  font-size: 0.7rem;
}
.progress {
  zoom: 1;
  *display: inline;
  display: inline-block;
  clear: both;
  width: 100%;
  max-width: 620px;
  position: relative;
  height: 5px;
  margin-bottom: 1em;
  background: #d3dadc;
}
.progress .progress-bar {
  height: 5px;
  width: 0;
  max-width: 100%;
  background: #006b5a;
  -webkit-transition: width 4s ease;
  -moz-transition: width 4s ease;
  -o-transition: width 4s ease;
  transition: width 4s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.progress .progress-bar.ng-enter {
  transition: 4s linear all;
  width: 0 !important;
}
.progress .progress-bar.ng-enter.ng-enter-active {
  width: 70% !important;
}
.progress.progress-small {
  height: 3px;
}
.progress.progress-small .progress-bar {
  height: 3px;
}
.donations {
  margin: 0 auto;
  padding: 0;
  max-width: 460px;
}
.donations .donation {
  list-style: none inside none;
  background: #e6f0ef;
  padding: 1em;
  margin-bottom: 0.1em;
  position: relative;
}
.donations .donation .thanks {
  position: absolute;
  top: 88px;
  left: 0;
  background: #fff;
  padding: 0.5em;
  z-index: 500;
  border: 1em solid #006b5a;
  width: 100%;
}
.donations .donation .thanks:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #006b5a;
  transform: rotate(45deg);
  position: absolute;
  top: -20px;
  right: 17px;
}
.donations .donation .thanks .header {
  background: #e6f0ef;
  margin: -0.5em -0.5em 0.5em -0.5em;
  padding: 0.5em;
}
.donations .donation .thanks .header .spacer {
  clear: both;
  height: 1px;
}
.donations .donation .thanks p {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 0;
}
.donations .donation .thanks h3 {
  clear: both;
  margin-bottom: 10px;
}
.donations .donation .thanks textarea {
  height: 190px;
  background: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .donations .donation .thanks textarea {
    height: 150px;
  }
}
.donations .donation .thanks .button {
  font-size: inherit;
  margin-right: 0;
  padding: 10px;
  font-size: 0.8em;
}
.donations .donation .thanks .button .icon-docs-1:before {
  margin-left: 0;
  margin-right: 8px;
}
.donations .donation .thanks .button.copy {
  background: #006b5a;
  margin-right: 1em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .donations .donation .thanks .button.copy {
    margin-bottom: 40px;
  }
}
.donations .donation .thanks .button.close {
  margin-left: 1em;
  padding: 5px 12px;
  background: #80b5ad;
  position: absolute;
  z-index: -1;
}
.donations .donation .thank {
  font-weight: bold;
  float: right;
  clear: both;
  display: none;
  margin-top: 10px;
  margin-left: 10px;
  height: 26px;
}
.donations .donation .thank > a {
  text-decoration: none;
  font-size: 16px;
  color: #006b5a;
}
.donations .donation .thank > a.open .thank-heart {
  background: #80b5ad;
  color: #fff;
  text-align: center;
  line-height: 28px;
  text-indent: 0;
}
.donations .donation .thank > a span[id*="copied-"] {
  display: none;
  font-size: 16px;
}
.donations .donation .thank > a .thank-heart {
  background: url(../images/thank.svg) no-repeat 100%;
  background-size: contain;
  display: inline-block;
  height: 25px;
  width: 50px;
  margin-top: -3px;
  text-indent: -9000px;
}
.donations .donation .donation-amount {
  float: right;
  right: 1em;
  margin: 0 0 0.3em .75em;
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
}
.donations .donation .donation-donor {
  margin: 0;
  line-height: 1.2em;
  text-align: left;
  font-size: 1.4em;
  word-break: break-word;
}
.donations .donation .donation-message {
  margin: .3em 0 0;
  font-style: italic;
  text-align: left;
}
.donations .donation.donation-empty {
  padding: 2em;
  text-align: center;
  opacity: .5;
}
.donations .donation.donation-empty p {
  margin: 0;
}
.latest-donations {
  clear: both;
  background: #fff;
  margin-bottom: 2em;
}
.donations-inline {
  position: relative;
}
.donations-inline .donations,
.donations-inline.donations {
  max-width: 60em;
  display: inline-block;
  padding: 0 2em;
}
.donations-inline .donation {
  width: 50%;
  min-width: 20em;
  max-width: 30em;
  display: inline-block;
}
.donations-inline .pagination {
  width: 100%;
  margin: 0;
}
.donations-inline .pagination a {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 4rem;
  height: 100%;
  width: 4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1rem 0;
  border-radius: 0 20em 20em 0;
  text-align: center;
}
.donations-inline .pagination a.pagination-next {
  right: 0;
  left: auto;
  border-radius: 20em 0 0 20em ;
}
.pageOwner .donations .donation .thank {
  display: block;
}
.subscriptions {
  padding: 0;
  margin: 0 0 1rem;
  max-width: none;
}
.subscriptions .subscription {
  list-style: none inside none;
  position: relative;
  background: white;
  margin-bottom: 0;
  padding: .5rem 0 1rem 6.5em;
  border-bottom: 1px #eff2f2 solid;
}
.subscriptions .subscription .subscription-amount {
  top: 0;
  left: 0;
  position: absolute;
  margin: .75em 0 0;
  line-height: 1em;
  background: #38393b;
  color: white;
  text-align: left;
  padding: .75rem .5rem;
  margin-top: .75rem;
  margin-left: -0.25em;
  font-size: 1.1em;
  width: 5.5rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.subscriptions .subscription .subscription-amount .symbol {
  font-weight: 300;
  font-size: .7em;
  position: relative;
  opacity: .5;
  top: 0;
  margin-right: .2em;
}
.subscriptions .subscription.status-ok .subscription-amount,
.subscriptions .subscription.status-ok .label-status {
  background: #7db144;
}
.subscriptions .subscription.status-paused .subscription-amount,
.subscriptions .subscription.status-paused .label-status {
  background: #ec8f3a;
}
.subscriptions .subscription.status-retrying .subscription-amount,
.subscriptions .subscription.status-retrying .label-status {
  background: #8e272a;
}
.subscriptions .subscription.status-failing .subscription-amount,
.subscriptions .subscription.status-failing .label-status {
  background: #6e1e21;
}
.subscriptions .subscription.status-failed .subscription-amount,
.subscriptions .subscription.status-failed .label-status {
  background: #4e1517;
}
.subscriptions .subscription.status-cancelled .subscription-amount,
.subscriptions .subscription.status-cancelled .label-status {
  background: #cad3d5;
}
.subscriptions .subscription .subscription-frequency {
  margin: .3em 0;
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: 0;
  text-align: left;
}
.subscriptions .subscription .subscription-message {
  margin: .3em 0 0;
  font-style: italic;
  text-align: left;
}
.subscriptions .subscription.subscription-empty {
  padding: 2em;
  text-align: center;
  opacity: .5;
}
.subscriptions .subscription.subscription-empty p {
  margin: 0;
}
.subscriptions .subscription p.fineprint {
  margin-bottom: 0;
}
.subscriptions .subscription-full {
  list-style: none inside none;
  margin: 0;
  background: #f7f7f7;
  border-bottom: #cad3d5;
  padding: 1rem;
}
.subscriptions .subscription-full:before,
.subscriptions .subscription-full:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.subscriptions .subscription-full:after {
  clear: both;
}
.subscriptions .subscription-full:before,
.subscriptions .subscription-full:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.subscriptions .subscription-full:after {
  clear: both;
}
.subscriptions .subscription-full .subscription-actions,
.subscriptions .subscription-full .subscription-data {
  float: left;
  width: 45%;
  margin: 0 2.5%;
}
.subscriptions .subscription-full .subscription-actions h4:first-child,
.subscriptions .subscription-full .subscription-data h4:first-child,
.subscriptions .subscription-full .subscription-actions h5:first-child,
.subscriptions .subscription-full .subscription-data h5:first-child {
  margin: 1em 0;
}
.subscriptions .subscription-full .subscription-name {
  text-decoration: none;
  font-weight: 300;
  color: #838589;
}
.subscriptions .subscription-full .subscription-name h3 {
  font-weight: 300;
}
.subscriptions .subscription-full .subscription-name strong {
  color: #38393b;
  font-weight: 600;
}
.subscriptions .subscription-full a.subscription-name:hover,
.subscriptions .subscription-full a.subscription-name:focus {
  text-decoration: underline;
}
.subscriptions .subscription-full h3 {
  font-size: 1.25rem;
  margin: 0 0 .5em;
}
.subscriptions .subscription-full .subscription-label {
  font-size: .9em;
  margin: .5em 0 .25em;
  color: #838589;
}
.subscriptions .subscription-full p {
  font-size: .9em;
  margin: 0 0 .25em;
}
.page-donate {
  padding: 0;
  background: inherit;
  box-shadow: 0;
  position: relative;
}
.donate-aside {
  padding: 1em;
  background: #e6f0ef;
  position: relative;
  color: #006b5a;
  margin-bottom: 0;
}
.donate-aside.loggedIn {
  margin-bottom: 2em;
}
.donate-aside.profileGroup {
  background-size: 100% 100%;
  margin-bottom: 2em;
}
.donate-aside.profileGroup .public-progress h2 {
  margin-bottom: 0.2em !important;
}
.publicPage .donate-aside {
  margin-top: 0;
}
.donate-container-bottom {
  padding: 0 3em 3em;
  background: #e6f0ef;
  margin-bottom: 2em;
}
.donate {
  position: relative;
  margin: 0;
}
.donate .sponsorship-amount {
  margin-bottom: 1em;
}
.donate .own-amount-label {
  width: 40%;
  font-size: 1em;
  float: left;
  line-height: 1.4;
  margin-top: 1em;
  color: #006b5a;
}
.donate .donate-content {
  text-align: center;
}
.donate .donate-content h3,
.donate .donate-content h4 {
  margin: .5em 0;
}
.donate .donate-content input.donate-amount-other {
  margin: 0 auto;
}
.donate .donate-complete {
  padding: 3em 2em;
  text-align: center;
  color: #006b5a;
}
.donate .subscription-buttons {
  text-align: center;
  margin-bottom: 1em;
  clear: both;
}
.donate .subscription-buttons .button {
  display: inline-block;
  float: none;
}
.donate .donation-buttons {
  text-align: center;
  margin-bottom: 1em;
  clear: both;
}
.donate .donation-buttons input {
  display: block;
  margin: 0 auto;
}
.donate .donation-buttons .button {
  text-transform: none;
  font-weight: 400;
  font-size: 1.1em;
}
.donate .donation-buttons .button .donation-button-title {
  display: block;
  letter-spacing: 0;
  font-weight: normal;
  font-size: .85em;
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
}
.donate .donation-buttons .button:after {
  letter-spacing: 0;
  font-weight: normal;
  font-size: .85em;
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
}
.donate .sharing {
  margin-top: 1em;
}
.donate .sharing .button {
  text-transform: none;
  padding: 0;
  background: none !important;
  letter-spacing: 0;
  font-size: 1em;
  color: #006b5a;
}
.donate .donation-other {
  text-align: center;
}
.donate .donate-amount-other {
  margin: 0 0 0 5%;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  width: 55%;
  float: left;
  text-align: left;
}
.donate .donate-amount-other .input-group {
  border: 0;
  font-family: 'Veneer';
  color: #006b5a;
  background: none;
}
.donate .donate-amount-other .input-group .input-prepend {
  font-size: 46px;
  width: auto;
  padding: 0 3px 3px 12px;
  vertical-align: middle;
}
.donate .donate-amount-other .input-group input {
  font-size: 48px;
  font-weight: normal;
  padding: 0;
  font-family: 'Veneer';
  border-bottom: 3px solid #006b5a;
  color: #006b5a;
  background: none;
  padding-left: 0;
}
.donate .donate-amount-other .input-group input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.2rem;
}
.donate .donate-amount-other .input-group input ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.2rem;
}
.donate .donate-amount-other .input-group input :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1.2rem;
}
.donate .donate-amount-other .input-group input :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.2rem;
}
.donate .next-button {
  width: 100%;
  clear: both;
  margin-top: 1em;
}
.donate .next-button .donate-active {
  display: block;
  height: 61px;
  line-height: 61px;
  color: #fff;
  background: #006b5a;
  border: 3px solid #006b5a;
  font-family: 'Veneer';
  font-size: 2em;
  text-decoration: none;
  transition: all 200ms ease;
}
.donate .next-button .donate-active:hover {
  color: #006b5a;
  background: #fff;
}
.donate .next-button .donate-active.disabled {
  opacity: .5;
}
.donate .next-button .donate-active.disabled:hover {
  background: #006b5a;
}
.donate input.input-checkbox {
  font-size: 0.8em;
}
.donate .donate-processing {
  padding: 120px 0;
  text-align: center;
  color: #006b5a;
}
.donate .donate-subscribe {
  display: none;
}
.donate .form-field-checkbox-opt-in {
  display: inline-block;
  margin-bottom: 0;
}
.donate .form-field-checkbox-opt-in .label-text {
  font-size: .9em;
  font-weight: 400;
}
.donate .form-field-checkbox-opt-in .label-text .label-text-tooltip {
  text-decoration: underline;
}
.donate .form-field-checkbox-gift-aid {
  display: inline-block;
  margin-bottom: 0;
}
.donate .form-field-checkbox-gift-aid .label-text {
  font-size: .9em;
  font-weight: 400;
}
.donate .form-field-checkbox-gift-aid .label-text .label-text-tooltip {
  text-decoration: underline;
}
.donate .form-field-card_expiry .input-prepent:last-child {
  padding-left: 0;
  padding-right: 0;
}
.donate .form-field-card_expiry .input-prepent:first-child {
  padding-left: .5em;
  padding-right: .5em;
}
.donate [class*="icon-cc"],
.page-account [class*="icon-cc"] {
  margin-right: 0.5em;
}
.donate .icon-cc-visa,
.page-account .icon-cc-visa {
  color: #124C9E;
}
.donate .icon-cc-mastercard,
.page-account .icon-cc-mastercard {
  color: #FF5F00;
}
.donate .icon-cc-master-card,
.page-account .icon-cc-master-card {
  color: #FF5F00;
}
.donate .icon-cc-amex,
.page-account .icon-cc-amex {
  color: #258EDB;
}
.donate .icon-cc-american-express,
.page-account .icon-cc-american-express {
  color: #258EDB;
}
.donate .icon-cc-paypal,
.page-account .icon-cc-paypal {
  color: #009CDE;
}
.donate .icon-cc-stripe,
.page-account .icon-cc-stripe {
  color: #248ED2;
}
.donatefine {
  clear: both;
  padding-top: 0.5rem;
  font-size: 0.85em;
}
.donate-navigation {
  width: 100%;
  margin-top: 2em;
}
.donate-navigation a,
.donate-navigation button {
  display: block;
  float: left;
  width: 100%;
  height: 61px;
  line-height: 61px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-family: 'Veneer';
  font-size: 2em !important;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms ease;
  background-color: #fff;
  color: #666;
}
.donate-navigation a:hover,
.donate-navigation button:hover {
  background: #fafafa;
  color: #38393b;
  text-decoration: none;
}
.donate-navigation a[disabled],
.donate-navigation button[disabled] {
  background: #fafafa;
  color: #c7c7c7;
}
.donate-navigation a[disabled]:hover,
.donate-navigation button[disabled]:hover,
.donate-navigation a[disabled]:focus,
.donate-navigation button[disabled]:focus {
  background: #fafafa;
  color: #c7c7c7;
}
.donate-navigation a.donate-active,
.donate-navigation button.donate-active {
  background: #006b5a;
  color: #fff;
  border: 3px solid #006b5a;
}
.donate-navigation a.donate-active:hover,
.donate-navigation button.donate-active:hover,
.donate-navigation a.donate-active:focus,
.donate-navigation button.donate-active:focus {
  background: #fff;
  color: #006b5a;
  text-decoration: none;
  cursor: pointer;
}
.donate-navigation a.donate-large,
.donate-navigation button.donate-large {
  font-size: 1.2em;
}
.donate-navigation a.donate-previous,
.donate-navigation button.donate-previous {
  width: 20%;
  margin: 0;
  border: 3px solid #e4e4e4;
}
.donate-navigation a.donate-previous:hover,
.donate-navigation button.donate-previous:hover {
  background: #006b5a;
  color: #fff;
  border: 3px solid #006b5a;
}
.donate-navigation a.donate-next,
.donate-navigation button.donate-next {
  width: 75%;
  margin: 0 0 0 5%;
}
.donate-navigation a .donate-text,
.donate-navigation button .donate-text {
  font-weight: 400;
}
.donation.ng-enter {
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  opacity: 0;
}
.donation.ng-enter-stagger {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.donation.ng-enter.ng-enter-active {
  opacity: 1;
}
.donate-stages,
fieldset.donate-stages {
  width: 100%;
  text-align: center;
}
.donate-stages h3,
fieldset.donate-stages h3 {
  margin: 0 0 1em 0;
}
.donate-stages .donate-stage,
fieldset.donate-stages .donate-stage {
  cursor: pointer;
  border: 2px rgba(0, 0, 0, 0.1) solid;
  text-decoration: none;
  background-color: transparent;
  color: #aaa;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  border-radius: 2rem;
  margin: 0 .5rem;
  opacity: .9;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
.donate-stages .donate-stage:hover,
fieldset.donate-stages .donate-stage:hover {
  opacity: 1;
  text-decoration: none;
}
.donate-stages .donate-stage.inactive,
fieldset.donate-stages .donate-stage.inactive {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  color: #aaa;
}
.donate-stages .donate-stage.complete,
fieldset.donate-stages .donate-stage.complete {
  background-color: #006b5a;
  border-color: transparent;
  color: white;
  opacity: 0.7;
}
.donate-stages .donate-stage.complete:hover,
fieldset.donate-stages .donate-stage.complete:hover {
  opacity: 1;
}
.donate-stages .donate-stage.active,
fieldset.donate-stages .donate-stage.active {
  background: #006b5a;
  border-color: rgba(0, 0, 0, 0.1);
  color: white;
}
.donate-stages .donate-stage.active:hover,
fieldset.donate-stages .donate-stage.active:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
#donate-stage-2 .form-field {
  background: none;
  color: #006b5a;
  border: 0;
  border-bottom: 2px solid #006b5a;
}
#donate-stage-2 .form-field label {
  padding: 0;
  color: #006b5a;
}
#donate-stage-2 .form-field textarea,
#donate-stage-2 .form-field input {
  padding-left: 0;
  color: #006b5a;
}
#donate-stage-2 .form-field-checkbox,
#donate-stage-2 .form-field-hidden {
  border: 0;
}
#donate-stage-3 .form-field-checkbox {
  width: 100%;
  background: none;
}
#donate-stage-3 .form-field-checkbox label {
  color: #006b5a;
}
.donate .donation-warning {
  margin: 0;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  bottom: 0;
  left: 0;
  border-top: 1px #f5472b solid;
  background: #f7715c;
  color: white;
}
.donate .donation-warning.donation-warning-notice {
  background: #2E9FED;
  border-top-color: #1286d6;
}
.donate .donation-warning p {
  margin: 0;
  font-weight: 400;
  padding: 0 .5em;
  color: #fff;
}
.method-logo {
  max-width: 4em;
  height: auto;
}
.method-logo.method-logo-paypal {
  max-width: 7em;
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.method-buttons {
  clear: both;
  text-align: center;
  border-bottom: 1px #e1e6e7 solid;
  position: relative;
  margin-bottom: 2em;
}
.method-buttons .button {
  display: inline-block;
  font-size: .8em;
  background: transparent;
  margin: 0;
  padding: 1em 1em .75em;
  color: #a9a9a9;
  margin-bottom: -1px;
  border-bottom: 1px #e1e6e7 solid;
}
.method-buttons .button:hover,
.method-buttons .button:focus {
  background: transparent;
  color: #38393b;
  border-bottom-color: #38393b;
}
.method-buttons .button.active {
  background: transparent;
  color: #1f2021;
  border-bottom-color: #1f2021;
}
#custom-button-shell {
  margin-top: 2em;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  position: relative;
}
#custom-button-shell.pending {
  opacity: 1;
  height: 68px;
}
#custom-button-shell.pending > div {
  opacity: 0.5;
}
#custom-button-shell.pending:before {
  content: 'One moment please...';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fafafa;
  z-index: 999;
  color: #29a3e1;
  border-radius: 3px;
  line-height: 68px;
  font-weight: bold;
}
.payment-methods {
  background: white;
  margin: 0 0 2em 0;
}
.payment-methods .payment-methods-header {
  background: #e1e6e7;
}
.payment-methods .payment-methods-header th {
  padding: 0.75rem 1rem;
}
.payment-methods .payment-methods-card {
  border-bottom: 1px #e1e6e7 solid;
}
.payment-methods .payment-methods-card td {
  padding: 1rem;
}
.payment-methods .payment-methods-card .icon-cc {
  font-size: 1.5em;
  line-height: 1em;
  margin: -0.05em 0.5rem 0 -0.2em;
  position: relative;
  display: inline-block;
}
.payment-methods .payment-methods-card .payment-methods-card-action {
  font-size: .8em;
}
.payment-methods .payment-methods-card .payment-methods-card-action .label {
  font-size: .55rem;
}
.payment-methods .payment-methods-empty td,
.payment-methods .payment-methods-loading td {
  padding: 3em 0;
  text-align: center;
  color: #767676;
}
ul[class*="menu-"].payment-methods-switch {
  text-align: left;
}
ul[class*="menu-"].payment-methods-switch:before,
ul[class*="menu-"].payment-methods-switch:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul[class*="menu-"].payment-methods-switch:after {
  clear: both;
}
ul[class*="menu-"].payment-methods-switch:before,
ul[class*="menu-"].payment-methods-switch:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul[class*="menu-"].payment-methods-switch:after {
  clear: both;
}
ul[class*="menu-"].payment-methods-switch li {
  width: 100%;
}
ul[class*="menu-"].payment-methods-switch li a {
  width: 100%;
  background: white;
  color: #38393b;
  border: 1px #d3dadc solid;
  text-align: left;
}
ul[class*="menu-"].payment-methods-switch li ul {
  max-width: 100%;
  width: 100%;
  left: 0;
  top: 3em;
  border: 1px #d3dadc solid;
}
ul[class*="menu-"].payment-methods-switch li ul li a {
  background: #e1e6e7;
  border: none;
  text-align: left;
  padding-left: .6em;
  padding-right: .6em;
}
.page-header:before {
  content: none;
}
raisely-header {
  display: block;
}
.page-header h1 {
  font-family: 'Veneer';
  margin-top: 1em;
  color: #006b5a;
}
h4.post-title {
  font-family: 'RobotoSlab-Bold';
  color: #006b5a;
}
@font-face {
  font-family: 'Veneer';
  src: url('../fonts/Veneer.eot?#iefix') format('embedded-opentype'), url('../fonts/Veneer.woff') format('woff'), url('../fonts/Veneer.ttf') format('truetype'), url('../fonts/Veneer.svg#Veneer') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Bold.woff') format('woff'), url('../fonts/RobotoSlab-Bold.ttf') format('truetype'), url('../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Light';
  src: url('../fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Light.woff') format('woff'), url('../fonts/RobotoSlab-Light.ttf') format('truetype'), url('../fonts/RobotoSlab-Light.svg#RobotoSlab-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.robo {
  font-family: 'RobotoSlab-Bold';
}
.robo-l {
  font-family: 'RobotoSlab-Light';
}
.veneer {
  font-family: 'Veneer';
}
.blue {
  color: #006b5a;
}
.white {
  color: #fff;
}
.green {
  color: #006b5a;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  nav.loggedout ul[class*="menu-"].menu-primary {
    margin-top: 0em;
    background: #80b5ad;
  }
  nav.loggedout ul[class*="menu-"].menu-primary li a {
    font-family: 'Veneer';
    font-weight: normal;
    color: #fff;
    font-size: 1.6em;
    padding: 0.6em 1em;
  }
  nav.loggedout ul[class*="menu-"].menu-primary li a:hover {
    color: #006b5a;
  }
  nav.loggedout .lines-button .lines {
    background: #006b5a;
  }
  nav.loggedout .lines-button .lines:before,
  nav.loggedout .lines-button .lines:after {
    background: #006b5a;
  }
  nav.loggedout .lines-button.close .lines {
    background: transparent;
  }
  nav.loggedin ul[class*="menu-"].menu-primary {
    margin-top: 6.5em;
    clear: right;
  }
  nav.loggedin ul[class*="menu-"].menu-primary li a {
    font-family: 'Veneer';
    font-weight: normal;
    color: #fff;
    font-size: 1.6em;
    padding: 0.6em 1em;
  }
  nav.loggedin ul[class*="menu-"].menu-primary li ul li a {
    color: #006b5a;
  }
}
nav.loggedout .lines-button.close .lines {
  background: transparent;
}
.user-menu {
  float: right;
}
.user-menu a {
  border: 2px solid #fff;
  padding: 0.5em 2em;
  display: block;
  margin-top: 1em;
  color: #fff;
  font-family: 'Veneer';
  text-decoration: none;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .user-menu-link:after {
    content: "\e87f";
    font-family: 'icons';
    padding-left: 10px;
    font-size: 1.4em;
    position: absolute;
  }
  .resource-link:after {
    content: "\e811";
    font-family: 'icons';
    padding-left: 10px;
    font-size: 1.2em;
    position: absolute;
  }
}
.edit-bar {
  background: -moz-linear-gradient(left, #006b5a 0%, #006b5a 50%, rgba(0, 107, 90, 0.5) 100%);
  background: -webkit-linear-gradient(left, #006b5a 0%, #006b5a 50%, rgba(0, 107, 90, 0.5) 100%);
  background: linear-gradient(to right, #006b5a 0%, #006b5a 50%, rgba(0, 107, 90, 0.5) 100%);
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  .edit-bar {
    background: #00382f;
  }
}
.edit-bar .edit-wrapper {
  display: flex;
  justify-content: center;
}
.edit-bar .edit-wrapper .button {
  margin-bottom: 0;
  text-transform: none;
  text-align: center;
  padding: 0.6em 1.2em;
}
.button-copied .icon:before {
  content: "\e919";
}
.id-resources {
  background: url(../images/bg-resources.jpg) no-repeat 50% 0px;
  background-size: 2380px;
}
@media (max-width: 767px) {
  .id-resources {
    background: #fff;
  }
}
.id-resources .page-header {
  text-align: left;
}
.id-resources .page-header h1 {
  font-size: 4em;
  max-width: 400px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .id-resources .page-header h1 {
    max-width: 100%;
  }
}
.id-resources .resources-content {
  white-space: normal;
}
.id-resources .resources-content .container {
  padding: 20px 0;
}
.id-resources .resources-content .container h2 {
  margin-bottom: 0.5em;
}
.id-resources .resources-content .container .col-6:nth-of-type(even) {
  clear: both;
}
.id-resources .resources-content .intro {
  margin-bottom: 2em;
}
.id-resources .resources-content .fr {
  margin-bottom: 2em;
}
.id-resources .resources-content .lightblue {
  margin-bottom: 2em;
  background: #e6f0ef;
}
@media (max-width: 767px) {
  .id-resources .resources-content .lightblue {
    margin-right: 0;
    margin-left: 0;
    padding: 2em;
    width: 100%;
  }
}
.id-resources .resources-content .col-4 img {
  margin-bottom: 1em;
}
.id-resources .resources-content .col-6 {
  margin-bottom: 1em;
}
.id-resources .resources-content .col-6 .image {
  width: 40%;
  margin: 0 5% 5% 0;
  float: left;
}
.id-resources .resources-content .col-6 .image img {
  width: 100%;
}
.id-resources .resources-content .col-6 .copy {
  width: 55%;
  float: left;
  margin-bottom: 2em;
}
.id-resources main {
  padding-top: 0;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
.state-app-account-details .form-field-file-photo-url {
  display: none;
}
p.strapline {
  position: absolute;
  color: #fff;
  top: 2.8em;
  font-size: 1.2em;
  float: left;
  left: 380px;
}
@media (min-width: 768px) and (max-width: 979px) {
  p.strapline {
    top: 4.4em;
    left: 300px;
    width: 230px;
  }
}
@media (max-width: 767px) {
  p.strapline {
    font-size: 0.8em;
    position: static;
    width: 150px;
    padding-left: 1em;
    line-height: 1.2;
    padding-top: 1em;
  }
}
@media (max-width: 360px) {
  p.strapline {
    font-size: 0.8em;
    position: static;
    clear: both;
    width: 100%;
    padding-left: 0em;
    line-height: 1.2;
    padding-top: 0.2em;
    margin-bottom: 0;
    display: none;
  }
}
.open p.strapline {
  color: #006b5a;
}
.w-40 {
  width: 40%;
  float: left;
  text-align: left;
}
.w-50 {
  width: 50%;
  float: left;
  text-align: left;
}
.w-60 {
  width: 60%;
  float: left;
  text-align: left;
}
.d-none {
  display: none;
}
.inner.l {
  margin-right: 1em;
}
.inner.r {
  margin-left: 1em;
}
@media (min-width: 1200px) {
  .container {
    width: 960px !important;
  }
  .container .container {
    width: 100% !important;
  }
  .col-3 {
    width: 208px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .col-4 {
    width: 288px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .col-5 {
    width: 368px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .col-6 {
    width: 448px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .col-8 {
    width: 608px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .col-12 {
    width: 928px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .offset-4 {
    margin-left: 336px !important;
  }
  .offset-3 {
    margin-left: 256px !important;
  }
  .offset-2 {
    margin-left: 176px !important;
  }
  .offset-1 {
    margin-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}
.state-app-profile {
  background: url(../images/bg-small.jpg) no-repeat 50% 0px;
  background-size: 2380px;
}
@media (max-width: 767px) {
  .state-app-profile {
    background: #fff;
  }
}
.state-app-profile .profile-name {
  text-transform: uppercase;
  font-family: 'Veneer';
  font-size: 4em;
  color: #006b5a;
  margin-bottom: 0.4em;
  margin-top: 0;
  word-break: break-word;
}
.state-app-profile .profile-name.smaller {
  font-size: 3em;
}
.state-app-profile .mobile-header {
  width: 40px;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .state-app-profile .page-header {
    padding-top: 1em;
  }
}
.state-app-profile .profile-left .photo {
  border: 5px solid #f2f2f2;
  width: 100%;
  margin-bottom: 0;
}
.state-app-profile .taking-part {
  margin: 2em 0;
  padding: 2em 0;
  border-top: 1px solid #e1e6e7;
  border-bottom: 1px solid #e1e6e7;
}
.state-app-profile .taking-part.mobile {
  margin: 0;
}
.state-app-profile .taking-part .photo {
  width: 60px;
  margin-right: 1em;
  border: 0;
}
.state-app-profile .taking-part a {
  text-decoration: none;
}
.state-app-profile .taking-part a.veneer {
  font-size: 2em;
  margin-bottom: 0.5em;
  display: block;
  line-height: 0.9;
  color: #006b5a !important;
  word-break: break-word;
}
.state-app-profile .latest-members {
  margin: 2em 0;
  padding: 2em 0 0;
  border-top: 1px solid #e1e6e7;
  border-bottom: 1px solid #e1e6e7;
}
.state-app-profile .latest-members .photo {
  border: 0;
}
.state-app-profile .profile-description {
  margin-bottom: 2em;
}
.state-app-profile .mobile .profile-description {
  margin-top: 2em;
}
.state-app-profile .page-profile-buttons {
  margin: 1em 0;
}
.state-app-profile .page-profile-buttons .button {
  width: 100%;
  margin: 0 0 0.5em 0;
}
.state-app-profile .share-bar {
  background: #8e272a;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.state-app-profile .share-bar .share-left h4 {
  margin-bottom: 0.2em;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.6;
}
.state-app-profile .share-bar .share-left p {
  margin-bottom: 0;
  color: #fff;
}
.state-app-profile .share-bar .share-copy {
  text-align: left;
}
.state-app-profile .share-bar .share-copy p {
  margin-bottom: 0;
}
.state-app-profile .share-bar .sharing {
  margin: 1em 0;
}
.state-app-profile .share-bar .sharing .button {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.state-app-profile .share-bar .sharing .button .icon {
  font-size: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .state-app-profile .share-bar {
    text-align: center;
  }
  .state-app-profile .share-bar .share-left {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 560px) {
  .state-app-profile .share-bar {
    text-align: center;
  }
  .state-app-profile .share-bar .share-left {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    padding: 0 1.5em;
  }
}
.state-app-profile .donate-form {
  background: #fff;
  padding: 2em;
}
.state-app-profile .donate-form .sponsor {
  margin-top: 0.625em !important;
  margin-right: 0;
}
.state-app-profile .donate-container-bottom .copy {
  padding-right: 1em;
}
.state-app-profile .donate-container-bottom .copy .amount {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
}
.state-app-profile .donate-container-bottom .copy p {
  margin: 0;
}
.state-app-profile .donate-container-bottom .image {
  float: right;
}
.state-app-profile .donate-container-bottom .image p {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  margin-left: 2em;
  background-size: contain !important;
}
.state-app-profile #countUpMobile.one,
.state-app-profile #countUp.one {
  -webkit-animation: pulse 2.5s ease-out forwards;
  animation: pulse 2.5s ease-out forwards;
}
.state-app-profile #countUpMobile.two,
.state-app-profile #countUp.two {
  -webkit-animation: pulse 5s ease-out forwards;
  animation: pulse 5s ease-out forwards;
}
.state-app-profile #countUpMobile.three,
.state-app-profile #countUp.three {
  -webkit-animation: pulse 7.5s ease-out forwards;
  animation: pulse 7.5s ease-out forwards;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.state-app-profile .progress-widget {
  width: 100%;
  margin-top: -5em;
  margin-bottom: -2em;
  padding: 3em;
  position: relative;
}
.state-app-profile .progress-widget:after {
  background: url(../images/plate.jpg) no-repeat 50% #e7e7e7;
  background-size: cover;
  border-radius: 50%;
  padding-bottom: 100%;
  display: block;
  content: "";
  box-shadow: 0px 0px 30px #4a4a4a;
}
.state-app-profile .progress-widget .total {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #006b5a;
  font-family: 'Veneer';
  font-size: 5em;
}
.state-app-profile .progress-widget .percentage {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% + 60px);
  left: 50%;
  color: #006b5a;
  font-size: 1.2em;
}
.state-app-profile .progress-widget svg {
  max-height: 100%;
}
.state-app-profile .progress-widget .circle {
  stroke: #006b5a;
  fill: none;
  stroke-width: 0.5px;
  stroke-linecap: square;
  -webkit-animation: progress 2s ease-out forwards;
  animation: progress 2s ease-out forwards;
}
.state-app-profile .progress-widget .circle100 {
  stroke: #006b5a;
  fill: none;
  stroke-width: 0.5px;
  stroke-linecap: square;
  -webkit-animation: progress100 2s ease-out forwards, scale 0.5s ease-out forwards;
  animation: progress100 2s ease-out forwards, scale 0.5s ease-out forwards;
}
.state-app-profile .progress-widget .circle-full {
  stroke: #d2dce0;
  fill: none;
  stroke-width: 0.5px;
  stroke-linecap: square;
}
.state-app-profile .progress-widget .progress-circle1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 76%;
  height: 76%;
}
.state-app-profile .progress-widget .progress-circle1.full .circle100 {
  -webkit-animation-delay: 0s, 2s;
  animation-delay: 0s, 2s;
}
.state-app-profile .progress-widget .progress-circle2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 82%;
  height: 82%;
}
.state-app-profile .progress-widget .progress-circle2 .circle {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  opacity: 0;
}
.state-app-profile .progress-widget .progress-circle2.full .circle100 {
  -webkit-animation-delay: 2.5s, 4.5s;
  animation-delay: 2.5s, 4.5s;
  opacity: 0;
}
.state-app-profile .progress-widget .progress-circle3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88%;
  height: 88%;
}
.state-app-profile .progress-widget .progress-circle3 .circle {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  opacity: 0;
}
.state-app-profile .progress-widget .progress-circle3.full .circle100 {
  -webkit-animation-delay: 4.5s, 6.5s;
  animation-delay: 4.5s, 6.5s;
  opacity: 0;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke: #006b5a;
  }
}
@keyframes progress100 {
  0% {
    stroke-dasharray: 0 100;
    opacity: 1;
  }
  94% {
    stroke: #006b5a;
  }
  96% {
    stroke: #80b5ad;
  }
  100% {
    opacity: 1;
    stroke: #80b5ad;
  }
}
@keyframes scale {
  0% {
    stroke-width: 0.5px;
  }
  50% {
    stroke-width: 0.7px;
  }
  100% {
    stroke-width: 0.5px;
  }
}
@keyframes scaleMobile {
  0% {
    stroke-width: 1px;
  }
  50% {
    stroke-width: 1.5px;
  }
  100% {
    stroke-width: 1px;
  }
}
.state-app-profile .button.sponsor.desktop {
  background: #006b5a;
  margin: 0 !important;
}
.state-app-profile .desktop .selfSponsor {
  margin-top: 2em;
}
.state-app-profile .sponsor-me {
  font-size: 2.2em;
  margin-bottom: 0.7em;
  text-align: center;
}
.state-app-profile .top-sponsors pagination {
  display: none;
}
.state-app-profile .top-sponsors span.thank-sponsors {
  display: none;
}
.state-app-profile .pageOwner .top-sponsors .thank-sponsors {
  display: block;
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
  float: right;
  font-size: 16px;
}
.state-app-profile .pageOwner .top-sponsors .thank-sponsors .thank-heart {
  background: url(../images/thank.svg) no-repeat 100%;
  background-size: contain;
  display: inline-block;
  height: 32px;
  width: 33px;
  margin-right: 5px;
  text-indent: -9000px;
}
@media (max-width: 440px) {
  .state-app-profile .pageOwner .top-sponsors .thank-sponsors {
    float: none;
    margin-top: 10px;
  }
}
.state-app-profile .mobile .top-sponsors {
  padding-top: 2em;
}
.state-app-profile .wrapper-white .donate-aside .inner.copy {
  padding-right: 1em;
}
@media (max-width: 767px) {
  .state-app-profile .wrapper-white {
    padding-top: 0.1em;
  }
}
.state-app-profile .donations {
  max-width: 100%;
}
.state-app-profile .donations .donation {
  width: 49%;
  margin-bottom: 2%;
  float: left;
  color: #006b5a;
}
.state-app-profile .donations .donation:nth-child(odd) {
  margin-right: 1%;
  clear: both;
}
.state-app-profile .donations .donation:nth-child(even) {
  margin-left: 1%;
}
.state-app-profile pagination {
  clear: both;
  display: block;
}
.state-app-profile pagination a {
  margin: 0 0.5em;
  padding: 0.5em 1em;
}
.state-app-profile .top-sponsors .donations .donation {
  background: #ddc798;
}
.state-app-profile .top-sponsors .donations .donation:first-child .donation-donor:before {
  content: "\2605";
  color: #fff;
  padding-right: 5px;
}
.state-app-profile .latest-sponsors {
  margin-bottom: 3em;
}
.state-app-profile .latest-sponsors .thank-sponsors {
  display: none;
}
.state-app-profile .mobile .latest-sponsors {
  margin-bottom: 2em;
}
.state-app-profile main {
  padding-top: 0;
}
.state-app-profile .edit-profile {
  background: #80b5ad;
  color: #006b5a;
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
.state-app-profile .edit-profile:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(137, 189, 210, 0);
  border-top-color: #80b5ad;
  border-width: 15px;
  margin-left: -15px;
}
.state-app-profile .edit-profile .icon {
  font-size: 20px;
}
.state-app-profile .publicPage .page-header {
  padding-top: 1em;
}
.state-app-profile .publicPage .profile-name {
  margin-bottom: 0.1em;
}
.state-app-profile .share-bottom {
  background: #e6f0ef;
  margin-bottom: 2em;
  padding: 1em 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .state-app-profile .share-bottom {
    margin-left: -5%;
    margin-right: -5%;
  }
}
.state-app-profile .share-bottom .sharing a {
  background: none;
  color: #006b5a;
  font-size: 1.2em;
  padding: 0;
  margin: 0 20px 0 0;
}
.state-app-profile .share-bottom .sharing a .icon:before {
  font-size: 1.5em;
}
.state-app-profile .rank {
  text-align: center;
  background: #d1e2e9;
  position: absolute;
  right: 1em;
  padding: 3px 10px;
  margin-top: 8px;
}
.state-app-profile .rank.topTwentyFundraiser {
  border: 1px solid #006b5a;
}
.state-app-profile .rank span {
  display: block;
}
.state-app-profile .rank span.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-out forwards;
  animation: fadeIn 2s ease-out forwards;
}
@media (max-width: 767px) {
  .state-app-profile .rank {
    right: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.state-app-profile-edit .form-field-hidden-currency:after {
  display: none;
}
.infographic {
  background: #fff;
  margin-bottom: 1em;
}
.infographic .background {
  height: 0;
  padding-bottom: 43.64%;
  background: url(../images/infographic.jpg) no-repeat;
  background-size: contain;
}
.infographic.group .background {
  background: url(../images/infographic-group.jpg) no-repeat;
  background-size: contain;
}
.public-progress h2 {
  font-size: 3em;
  margin-bottom: 0;
}
@media (max-width: 440px) {
  .public-progress h2 {
    text-align: left;
  }
}
.public-progress .public-progress-bar {
  height: 20px;
  background: #d1e2e9;
  width: 100%;
  margin: 0.5em 0;
  position: relative;
}
.public-progress .public-progress-bar .progression {
  height: 20px;
  position: absolute;
}
.public-progress .public-progress-bar .progression .inner {
  background: #006b5a;
  height: 20px;
  animation: progressBar 3s ease-in-out;
}
.public-progress .public-progress-bar .progression .rice {
  width: 10px;
  height: 30px;
  background: url(../images/rice-grain.png) no-repeat 50%;
  background-size: contain;
  position: relative;
  animation: progressRice 3s ease-in-out;
  top: -25px;
  right: 5px;
  margin-left: 100%;
}
.public-progress .public-progress-bar .mask {
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.desktop .public-progress h2 {
  font-size: 4em;
  margin-bottom: 0;
}
.progress {
  background-color: #e4c465;
  animation-fill-mode: both;
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressRice {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 100%;
  }
}
.mobile-profile-header {
  position: relative;
}
.mobile-profile-header .mobile-header {
  position: absolute;
}
.mobile-profile-header .profile-name {
  margin-left: 60px;
}
.our-impact .bg-image {
  background: url(../images/our-impact.jpg) no-repeat right;
  padding-bottom: 60%;
  background-size: 290px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .our-impact .bg-image {
    padding-bottom: 80%;
    background-size: 240px;
  }
}
@media (max-width: 767px) {
  .our-impact .w-50 {
    width: 100%;
  }
  .our-impact .bg-image {
    margin-top: 2em;
    background-position: top center;
    padding-bottom: 100%;
    background-size: contain;
  }
}
.top-tips.mobile .our-impact .bg-image {
  background: url(../images/our-impact-mobile.jpg) no-repeat 50%;
  background-size: contain;
}
.state-app-dashboard,
.state-app-dashboard-alt {
  background: url(../images/bg-dash.jpg) no-repeat top center;
  background-size: 2040px;
}
@media (max-width: 767px) {
  .state-app-dashboard,
  .state-app-dashboard-alt {
    background: #fff;
  }
}
.state-app-dashboard h1,
.state-app-dashboard-alt h1 {
  font-size: 4em;
  margin-bottom: 0.5em;
}
.state-app-dashboard h1.mobile,
.state-app-dashboard-alt h1.mobile {
  margin-bottom: 0;
}
.state-app-dashboard main.mobile,
.state-app-dashboard-alt main.mobile {
  padding-top: 1em;
}
.state-app-dashboard .donate .donation-buttons .button-wrapper,
.state-app-dashboard-alt .donate .donation-buttons .button-wrapper {
  background: none;
  padding-left: 0;
}
.state-app-dashboard .donate .own-amount-section,
.state-app-dashboard-alt .donate .own-amount-section {
  margin-top: 0;
}
.state-app-dashboard .donate .own-amount-label,
.state-app-dashboard-alt .donate .own-amount-label {
  font-size: 1.3em;
  margin-top: 0;
}
.state-app-dashboard .dashboard-team,
.state-app-dashboard-alt .dashboard-team,
.state-app-dashboard .dashboard-welcome,
.state-app-dashboard-alt .dashboard-welcome {
  margin-bottom: 2em;
}
.state-app-dashboard .public-progress h2,
.state-app-dashboard-alt .public-progress h2 {
  margin-bottom: 0 !important;
}
.state-app-dashboard .my-team-fundraising-profile,
.state-app-dashboard-alt .my-team-fundraising-profile,
.state-app-dashboard .my-fundraising-profile,
.state-app-dashboard-alt .my-fundraising-profile {
  margin: 1em 0;
}
.state-app-dashboard .my-team-fundraising-profile .photo,
.state-app-dashboard-alt .my-team-fundraising-profile .photo,
.state-app-dashboard .my-fundraising-profile .photo,
.state-app-dashboard-alt .my-fundraising-profile .photo {
  margin-right: 1em;
  margin-bottom: 0;
  width: 100px;
}
.state-app-dashboard .my-team-fundraising-profile a,
.state-app-dashboard-alt .my-team-fundraising-profile a,
.state-app-dashboard .my-fundraising-profile a,
.state-app-dashboard-alt .my-fundraising-profile a {
  text-decoration: none;
}
.state-app-dashboard .my-team-fundraising-profile h3.robo,
.state-app-dashboard-alt .my-team-fundraising-profile h3.robo,
.state-app-dashboard .my-fundraising-profile h3.robo,
.state-app-dashboard-alt .my-fundraising-profile h3.robo {
  font-size: 1.3em;
  display: block;
  margin-bottom: 0.8em;
  word-break: break-word;
}
.state-app-dashboard .my-team-fundraising-profile .veneer,
.state-app-dashboard-alt .my-team-fundraising-profile .veneer,
.state-app-dashboard .my-fundraising-profile .veneer,
.state-app-dashboard-alt .my-fundraising-profile .veneer {
  font-size: 2.5em;
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .state-app-dashboard .my-team-fundraising-profile .photo,
  .state-app-dashboard-alt .my-team-fundraising-profile .photo,
  .state-app-dashboard .my-fundraising-profile .photo,
  .state-app-dashboard-alt .my-fundraising-profile .photo {
    width: 60px;
  }
  .state-app-dashboard .my-team-fundraising-profile .robo,
  .state-app-dashboard-alt .my-team-fundraising-profile .robo,
  .state-app-dashboard .my-fundraising-profile .robo,
  .state-app-dashboard-alt .my-fundraising-profile .robo {
    margin-bottom: 0.2em !important;
  }
  .state-app-dashboard .my-team-fundraising-profile .veneer,
  .state-app-dashboard-alt .my-team-fundraising-profile .veneer,
  .state-app-dashboard .my-fundraising-profile .veneer,
  .state-app-dashboard-alt .my-fundraising-profile .veneer {
    margin-bottom: 0.1em;
  }
}
.state-app-dashboard .my-team-fundraising-profile,
.state-app-dashboard-alt .my-team-fundraising-profile {
  padding: 2em;
  margin: 2em 0;
  background: #e6f0ef;
}
.state-app-dashboard .my-team-fundraising-profile .my-team .button,
.state-app-dashboard-alt .my-team-fundraising-profile .my-team .button {
  font-family: 'Veneer';
  color: #006b5a;
  background: none;
  border: 2px solid #006b5a;
  width: 100%;
  text-align: center;
  font-size: 2em;
  padding: 0.5em 0;
  font-weight: normal;
  margin-bottom: 0;
}
.state-app-dashboard .my-team-fundraising-profile .my-team .button:hover,
.state-app-dashboard-alt .my-team-fundraising-profile .my-team .button:hover {
  background: #006b5a;
  color: #fff;
}
@media (max-width: 767px) {
  .state-app-dashboard .my-team-fundraising-profile .veneer,
  .state-app-dashboard-alt .my-team-fundraising-profile .veneer {
    font-size: 1.5em;
  }
}
.state-app-dashboard .self-sponsor-button a.sponsor,
.state-app-dashboard-alt .self-sponsor-button a.sponsor {
  margin: 0 0 1em 0;
  width: 100%;
  text-align: center;
  background: #006b5a;
}
.state-app-dashboard .share-bar,
.state-app-dashboard-alt .share-bar {
  background: #8e272a;
  color: #fff;
  padding: 1em;
  margin: -2em -1em 2em;
}
.state-app-dashboard .share-bar.hasDonation,
.state-app-dashboard-alt .share-bar.hasDonation {
  margin-bottom: 1em;
}
.state-app-dashboard .share-bar.showSelfSponsor,
.state-app-dashboard-alt .share-bar.showSelfSponsor {
  margin-top: -1em;
}
.state-app-dashboard .share-bar .share-wrapper,
.state-app-dashboard-alt .share-bar .share-wrapper {
  text-align: center;
}
.state-app-dashboard .share-bar .share-copy p,
.state-app-dashboard-alt .share-bar .share-copy p {
  margin-bottom: 0;
}
.state-app-dashboard .share-bar h4,
.state-app-dashboard-alt .share-bar h4 {
  margin-bottom: 0.3em;
  font-size: 1.6em;
}
.state-app-dashboard .share-bar .copy,
.state-app-dashboard-alt .share-bar .copy {
  font-weight: bold;
  font-size: 0.9em;
}
.state-app-dashboard .share-bar .sharing,
.state-app-dashboard-alt .share-bar .sharing {
  margin: 1em 0;
}
.state-app-dashboard .share-bar .sharing .button,
.state-app-dashboard-alt .share-bar .sharing .button {
  background: none;
  padding: 0;
  text-transform: none;
  color: #fff;
  font-size: 0.9em;
  margin-right: 0.5em;
  margin-bottom: 0;
  margin-top: 0.1em;
  font-weight: normal;
}
.state-app-dashboard .share-bar .sharing .button .icon,
.state-app-dashboard-alt .share-bar .sharing .button .icon {
  font-size: 40px;
}
@media (max-width: 480px) {
  .state-app-dashboard .share-bar .copy,
  .state-app-dashboard-alt .share-bar .copy {
    float: none;
    margin-bottom: 0.5em;
  }
  .state-app-dashboard .share-bar .copy span,
  .state-app-dashboard-alt .share-bar .copy span {
    display: block;
  }
}
.state-app-dashboard .self-sponsor-dashboard,
.state-app-dashboard-alt .self-sponsor-dashboard {
  margin: -1em -1em 0em -1em;
  display: block;
  background: #006b5a;
  color: #fff;
  padding: 1em;
}
.state-app-dashboard .self-sponsor-dashboard p,
.state-app-dashboard-alt .self-sponsor-dashboard p {
  margin-bottom: 0;
}
.state-app-dashboard .self-sponsor .donate,
.state-app-dashboard-alt .self-sponsor .donate {
  background: #e9f1f4;
  margin: 1em -1em 2em;
}
.state-app-dashboard .self-sponsor .donate fieldset,
.state-app-dashboard-alt .self-sponsor .donate fieldset {
  margin: 0 1em;
}
.state-app-dashboard .self-sponsor .donate fieldset fieldset,
.state-app-dashboard-alt .self-sponsor .donate fieldset fieldset {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .state-app-dashboard .donate .donation-buttons .button-wrapper table td.amount,
  .state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.amount {
    padding: 5px 0;
  }
  .state-app-dashboard .donate .own-amount-label,
  .state-app-dashboard-alt .donate .own-amount-label {
    font-size: 1.1em;
    margin-top: 8px;
  }
}
.state-app-dashboard .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount,
.state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount {
  width: 153px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .state-app-dashboard .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount,
  .state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount {
    width: 170px;
    padding-left: 12px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .state-app-dashboard .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount,
  .state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount {
    width: 103px;
    font-size: 0.9em;
  }
}
@media (max-width: 420px) {
  .state-app-dashboard .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount,
  .state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount {
    width: 120px;
  }
}
.state-app-dashboard .donate .donation-buttons .button-wrapper table td.background .bg,
.state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.background .bg {
  width: 110px;
  height: 92px;
}
@media (max-width: 767px) {
  .state-app-dashboard .donate .donation-buttons .button-wrapper table td.background .bg,
  .state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.background .bg {
    width: 90px;
    height: 72px;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .state-app-dashboard .donate .donation-buttons .button-wrapper table td.background .bg,
  .state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.background .bg {
    width: 100px;
    height: 86px;
  }
}
.state-app-dashboard .donate .donation-buttons .button-wrapper table td.description,
.state-app-dashboard-alt .donate .donation-buttons .button-wrapper table td.description {
  line-height: 1.2;
}
.state-app-dashboard .donate,
.state-app-dashboard-alt .donate {
  margin-top: 1em;
  margin-bottom: 1em;
}
.state-app-dashboard .donate-divider,
.state-app-dashboard-alt .donate-divider {
  height: 4px;
  background: #d1e2e9;
  margin: 2em 0;
}
.state-app-dashboard .lateset-video,
.state-app-dashboard-alt .lateset-video {
  width: 100%;
  margin-bottom: 0.5em;
  background: #ccc;
}
.state-app-dashboard .my-rewards .next-reward,
.state-app-dashboard-alt .my-rewards .next-reward {
  padding: 1em;
  background: #8e272a;
  color: #fff;
}
.state-app-dashboard .my-rewards .next-reward .inner.copy,
.state-app-dashboard-alt .my-rewards .next-reward .inner.copy {
  width: 50%;
  float: left;
  padding-right: 1em;
}
.state-app-dashboard .my-rewards .next-reward .inner.copy .item,
.state-app-dashboard-alt .my-rewards .next-reward .inner.copy .item {
  font-family: 'RobotoSlab-Bold';
  font-size: 1.5em;
  display: block;
}
.state-app-dashboard .my-rewards .next-reward .inner.copy .item .description,
.state-app-dashboard-alt .my-rewards .next-reward .inner.copy .item .description {
  font-family: 'RobotoSlab-Light';
  font-size: 0.8em;
  display: block;
}
.state-app-dashboard .my-rewards .next-reward .inner.image,
.state-app-dashboard-alt .my-rewards .next-reward .inner.image {
  width: 50%;
  float: left;
  position: relative;
  height: 150px;
}
.state-app-dashboard .my-rewards .next-reward .inner.image p,
.state-app-dashboard-alt .my-rewards .next-reward .inner.image p {
  min-height: 150px;
  background-size: contain !important;
  margin-bottom: 0;
}
.state-app-dashboard .my-rewards .next-reward .inner.image .price-label p,
.state-app-dashboard-alt .my-rewards .next-reward .inner.image .price-label p {
  position: absolute;
  text-align: center;
  background: url(../images/ribbon-label.png) no-repeat top center;
  background-size: contain;
  min-height: 63px;
  top: 70px;
  width: 100%;
  line-height: 55px;
  color: #8e272a;
  font-family: 'Veneer';
  font-size: 2em;
}
.state-app-dashboard .my-rewards .next-reward .bottom-copy p,
.state-app-dashboard-alt .my-rewards .next-reward .bottom-copy p {
  margin: 0;
}
@media (max-width: 400px) {
  .state-app-dashboard .my-rewards .next-reward .inner.copy,
  .state-app-dashboard-alt .my-rewards .next-reward .inner.copy,
  .state-app-dashboard .my-rewards .next-reward .inner.image,
  .state-app-dashboard-alt .my-rewards .next-reward .inner.image {
    width: 100%;
    float: none;
  }
  .state-app-dashboard .my-rewards .next-reward .inner.image,
  .state-app-dashboard-alt .my-rewards .next-reward .inner.image {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .state-app-dashboard .my-rewards .next-reward .inner.image,
  .state-app-dashboard-alt .my-rewards .next-reward .inner.image {
    height: 140px;
  }
}
.state-app-dashboard .my-rewards .amount,
.state-app-dashboard-alt .my-rewards .amount {
  font-weight: bold;
}
.state-app-dashboard .my-rewards .rewards,
.state-app-dashboard-alt .my-rewards .rewards {
  margin: 2em 0 2.7em;
}
.state-app-dashboard .my-rewards .rewards .reward,
.state-app-dashboard-alt .my-rewards .rewards .reward {
  margin-bottom: 2.6em;
  min-height: 100px;
  width: 30%;
  float: left;
  background-size: contain !important;
  position: relative;
}
.state-app-dashboard .my-rewards .rewards .reward p,
.state-app-dashboard-alt .my-rewards .rewards .reward p {
  position: absolute;
  bottom: -2.7em;
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  line-height: 1.2;
}
.state-app-dashboard .my-rewards .rewards .reward p span,
.state-app-dashboard-alt .my-rewards .rewards .reward p span {
  display: block;
}
@media (max-width: 340px) {
  .state-app-dashboard .my-rewards .rewards .reward p span,
  .state-app-dashboard-alt .my-rewards .rewards .reward p span {
    display: inline;
    padding-left: 3px;
  }
}
.state-app-dashboard .my-rewards .rewards .row,
.state-app-dashboard-alt .my-rewards .rewards .row {
  display: flex;
  justify-content: space-between;
}
.state-app-dashboard .my-rewards .rewards .row:nth-child(3) .reward,
.state-app-dashboard-alt .my-rewards .rewards .row:nth-child(3) .reward {
  margin-bottom: 0;
}
.state-app-dashboard .sponsor-yourself,
.state-app-dashboard-alt .sponsor-yourself {
  background: #e6f0ef;
  background-size: 100% 100%;
  padding: 2em;
  margin-bottom: 2em;
  color: #fff;
}
.state-app-dashboard .sponsor-yourself h2,
.state-app-dashboard-alt .sponsor-yourself h2 {
  margin-bottom: 0.5em;
}
.state-app-dashboard .sponsor-yourself h2 span,
.state-app-dashboard-alt .sponsor-yourself h2 span {
  font-family: 'RobotoSlab-Light';
  display: block;
}
.state-app-dashboard .sponsor-yourself h3.deadline,
.state-app-dashboard-alt .sponsor-yourself h3.deadline {
  background: #8e272a;
  padding: 0.5em;
}
.state-app-dashboard .sponsor-yourself .w-40 .inner,
.state-app-dashboard-alt .sponsor-yourself .w-40 .inner {
  margin-right: 2em;
}
.state-app-dashboard .sponsor-yourself .w-40 .inner h2,
.state-app-dashboard-alt .sponsor-yourself .w-40 .inner h2 {
  font-size: 1.6em;
}
.state-app-dashboard .sponsor-yourself .w-40 .inner p.box,
.state-app-dashboard-alt .sponsor-yourself .w-40 .inner p.box {
  background: url(../images/box.png) no-repeat 0px 10px;
  background-size: 160px;
  padding-left: 160px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .state-app-dashboard .sponsor-yourself .w-40 .inner p.box,
  .state-app-dashboard-alt .sponsor-yourself .w-40 .inner p.box {
    padding-left: 0;
    padding-top: 130px;
  }
  .state-app-dashboard .sponsor-yourself .w-40 .inner h2,
  .state-app-dashboard-alt .sponsor-yourself .w-40 .inner h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  .state-app-dashboard .sponsor-yourself,
  .state-app-dashboard-alt .sponsor-yourself {
    margin: 0 -5% 2em;
    padding: 3em 2em;
  }
  .state-app-dashboard .sponsor-yourself .w-40,
  .state-app-dashboard-alt .sponsor-yourself .w-40,
  .state-app-dashboard .sponsor-yourself .w-60,
  .state-app-dashboard-alt .sponsor-yourself .w-60 {
    width: 100%;
  }
  .state-app-dashboard .sponsor-yourself .w-40 .inner,
  .state-app-dashboard-alt .sponsor-yourself .w-40 .inner,
  .state-app-dashboard .sponsor-yourself .w-60 .inner,
  .state-app-dashboard-alt .sponsor-yourself .w-60 .inner {
    margin-right: 0;
  }
  .state-app-dashboard .sponsor-yourself .w-40 .inner p.box,
  .state-app-dashboard-alt .sponsor-yourself .w-40 .inner p.box,
  .state-app-dashboard .sponsor-yourself .w-60 .inner p.box,
  .state-app-dashboard-alt .sponsor-yourself .w-60 .inner p.box {
    background-size: 70px;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 1.5em;
  }
}
.state-app-dashboard .welcome .top-tips,
.state-app-dashboard-alt .welcome .top-tips {
  margin-bottom: 2em;
}
.state-app-dashboard .welcome .top-tips .tip,
.state-app-dashboard-alt .welcome .top-tips .tip {
  padding-left: 60px;
  margin-bottom: 1em;
}
.state-app-dashboard .welcome .top-tips .tip h4,
.state-app-dashboard-alt .welcome .top-tips .tip h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.state-app-dashboard .welcome .top-tips .tip p,
.state-app-dashboard-alt .welcome .top-tips .tip p {
  font-size: .9em;
}
.state-app-dashboard .welcome .top-tips .tip p:last-child,
.state-app-dashboard-alt .welcome .top-tips .tip p:last-child {
  margin-bottom: 0;
}
.state-app-dashboard .welcome .top-tips .tip p a,
.state-app-dashboard-alt .welcome .top-tips .tip p a {
  font-size: 1em;
}
.state-app-dashboard .welcome .top-tips .tip a,
.state-app-dashboard-alt .welcome .top-tips .tip a {
  font-size: .9em;
  color: #006b5a;
}
.state-app-dashboard .welcome .top-tips .tip.bullet1,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet1 {
  background: url(../images/bullet1.png) no-repeat;
  background-size: 40px;
}
.state-app-dashboard .welcome .top-tips .tip.bullet1 share,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet1 share {
  display: inline-block;
}
.state-app-dashboard .welcome .top-tips .tip.bullet1 h4 .sharing,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet1 h4 .sharing {
  margin: 0;
}
.state-app-dashboard .welcome .top-tips .tip.bullet1 h4 .sharing .button,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet1 h4 .sharing .button {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 22px;
  display: none;
}
.state-app-dashboard .welcome .top-tips .tip.bullet1 h4 .sharing .button-facebook,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet1 h4 .sharing .button-facebook {
  display: inline-block;
}
.state-app-dashboard .welcome .top-tips .tip.bullet2,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet2 {
  background: url(../images/bullet2.png) no-repeat;
  background-size: 40px;
}
.state-app-dashboard .welcome .top-tips .tip.bullet3,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet3 {
  background: url(../images/bullet3.png) no-repeat;
  background-size: 40px;
}
.state-app-dashboard .welcome .top-tips .tip.bullet3 share,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet3 share {
  display: inline-block;
}
.state-app-dashboard .welcome .top-tips .tip.bullet3 h4 .sharing,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet3 h4 .sharing {
  margin: 0;
}
.state-app-dashboard .welcome .top-tips .tip.bullet3 h4 .sharing .button-facebook,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet3 h4 .sharing .button-facebook,
.state-app-dashboard .welcome .top-tips .tip.bullet3 h4 .sharing .button-copy,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet3 h4 .sharing .button-copy {
  display: none;
}
.state-app-dashboard .welcome .top-tips .tip.bullet3 h4 .sharing .button,
.state-app-dashboard-alt .welcome .top-tips .tip.bullet3 h4 .sharing .button {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 22px;
}
.state-app-dashboard .welcome .my-fundraising,
.state-app-dashboard-alt .welcome .my-fundraising {
  background: #e6f0ef;
  padding: 1em;
}
.state-app-dashboard .welcome .my-fundraising h2,
.state-app-dashboard-alt .welcome .my-fundraising h2 {
  margin-bottom: 0;
}
.state-app-dashboard main.fundraising,
.state-app-dashboard-alt main.fundraising {
  background: #fff;
}
.state-app-dashboard .campaign-post.mobile,
.state-app-dashboard-alt .campaign-post.mobile {
  margin: 2em 0;
}
.donate .donation-buttons {
  text-align: left;
}
.donate .donation-buttons a {
  text-decoration: none;
}
.donate .donation-buttons .pp-button {
  display: block;
  margin-bottom: 1em;
}
.donate .donation-buttons .button-wrapper {
  display: table;
  width: 100%;
}
.donate .donation-buttons .button-wrapper:hover table,
.donate .donation-buttons .button-wrapper.active table {
  background: #00382f;
}
.donate .donation-buttons .button-wrapper table {
  margin: 0;
  background: #80b5ad;
}
.donate .donation-buttons .button-wrapper table td.amount {
  font-family: 'Veneer';
  font-size: 5em;
  color: #fff;
  padding: 0;
  vertical-align: middle;
  line-height: 100%;
}
.donate .donation-buttons .button-wrapper table td.amount .donation-button-amount {
  width: 167px;
  padding: 0 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .donate .donation-buttons .button-wrapper table td.amount {
    font-size: 4em;
    padding: 15px 0;
  }
  .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount {
    width: 127px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .donate .donation-buttons .button-wrapper table td.amount {
    padding: 10px 5px 10px 0;
    background: url(../images/mobile-donate-divider.png) no-repeat right 50%;
    background-size: contain;
  }
  .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount {
    width: 150px;
    position: relative;
    top: 7px;
    padding-left: 12px;
  }
}
@media (max-width: 420px) {
  .donate .donation-buttons .button-wrapper table td.amount {
    font-size: 3.8em;
  }
  .donate .donation-buttons .button-wrapper table td.amount .donation-button-amount {
    width: 110px;
    padding: 0 10px;
  }
}
.donate .donation-buttons .button-wrapper table td.description {
  vertical-align: middle;
  width: 100%;
  color: #fff;
  padding: 0 15px 0 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .donate .donation-buttons .button-wrapper table td.description {
    padding-left: 15px;
  }
}
@media (max-width: 420px) {
  .donate .donation-buttons .button-wrapper table td.description {
    font-size: 0.9em;
    padding: 0 8px;
  }
}
.donate .donation-buttons .button-wrapper table td.background {
  padding: 0;
}
.donate .donation-buttons .button-wrapper table td.background .bg {
  background-size: cover;
  background-position: 50% 50%;
  width: 170px;
  height: 122px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .donate .donation-buttons .button-wrapper table td.background .bg {
    width: 140px;
    height: 101px;
  }
}
@media (max-width: 767px) {
  .donate .donation-buttons .button-wrapper table td.background .bg {
    width: 90px;
    height: 72px;
    display: none;
  }
}
.donate .donation-buttons .button-wrapper table td.background.pp1 .bg {
  background-image: url(../images/pp1.png);
}
.donate .donation-buttons .button-wrapper table td.background.pp2 .bg {
  background-image: url(../images/pp2.png);
}
.donate .donation-buttons .button-wrapper table td.background.pp3 .bg {
  background-image: url(../images/pp3.png);
}
.donate .donation-buttons .button {
  display: block;
  margin: 0 0 0.5em 100px;
  color: #fff;
  font-family: 'Veneer';
  padding: 3px 10px;
  letter-spacing: 0;
  font-size: 40px;
}
.donate .donation-buttons .button:hover,
.donate .donation-buttons .button.active {
  background: #002f43;
  color: #fff;
}
.donate .donation-buttons .button .donation-button-amount {
  display: table;
  float: left;
  margin-right: 15px;
}
.donate .donation-buttons .button .donation-button-description {
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  display: table;
}
@media (min-width: 768px) and (max-width: 979px) {
  .donate .donation-buttons .button .donation-button-description {
    line-height: 1.4;
  }
}
.donate .donation-buttons .next-button .donate-active {
  text-align: center;
}
.donate p {
  margin: 0 0 0.5em 0;
  color: #006b5a;
}
.donate .own-amount-section {
  margin-top: 1em;
}
.r1 {
  background: url(../images/reward-01.png) no-repeat 50%;
}
.r1.active {
  background: url(../images/reward-01-active.png) no-repeat 50%;
}
.r2 {
  background: url(../images/reward-02.png) no-repeat 50%;
}
.r2.active {
  background: url(../images/reward-02-active.png) no-repeat 50%;
}
.r3 {
  background: url(../images/reward-03.png) no-repeat 50%;
}
.r3.active {
  background: url(../images/reward-03-active.png) no-repeat 50%;
}
.r4 {
  background: url(../images/reward-04.png) no-repeat 50%;
}
.r4.active {
  background: url(../images/reward-04-active.png) no-repeat 50%;
}
.r5 {
  background: url(../images/reward-05.png) no-repeat 50%;
}
.r5.active {
  background: url(../images/reward-05-active.png) no-repeat 50%;
}
.r6 {
  background: url(../images/reward-06.png) no-repeat 50%;
}
.r6.active {
  background: url(../images/reward-06-active.png) no-repeat 50%;
}
.r7 {
  background: url(../images/reward-07.png) no-repeat 50%;
}
.r7.active {
  background: url(../images/reward-07-active.png) no-repeat 50%;
}
.r8 {
  background: url(../images/reward-08.png) no-repeat 50%;
}
.r8.active {
  background: url(../images/reward-08-active.png) no-repeat 50%;
}
.r9 {
  background: url(../images/reward-09.png) no-repeat 50%;
}
.r9.active {
  background: url(../images/reward-09-active.png) no-repeat 50%;
}
.r1next {
  background: url(../images/next-reward-1.png) no-repeat 50%;
}
.r2next {
  background: url(../images/next-reward-2.png) no-repeat 50%;
}
.r3next {
  background: url(../images/next-reward-3.png) no-repeat 50%;
}
.r4next {
  background: url(../images/next-reward-4.png) no-repeat 50%;
}
.r5next {
  background: url(../images/next-reward-5.png) no-repeat 50%;
}
.r6next {
  background: url(../images/next-reward-6.png) no-repeat 50%;
}
.r7next {
  background: url(../images/next-reward-7.png) no-repeat 50%;
}
.r8next {
  background: url(../images/next-reward-8.png) no-repeat 50%;
}
.r9next {
  background: url(../images/next-reward-9.png) no-repeat 50%;
}
.state-app-signup,
.state-app-signup-alt,
.state-app-reset,
.state-app-login,
.state-app-login-alt,
.state-app-search,
.state-app-search-alt,
.state-app-account-donations,
.state-app-account-password,
.state-app-account-details,
.state-app-profile-edit,
.state-app-profile-create {
  background: url(../images/alt-bg.jpg) no-repeat top center;
}
@media (max-width: 767px) {
  .state-app-signup,
  .state-app-signup-alt,
  .state-app-reset,
  .state-app-login,
  .state-app-login-alt,
  .state-app-search,
  .state-app-search-alt,
  .state-app-account-donations,
  .state-app-account-password,
  .state-app-account-details,
  .state-app-profile-edit,
  .state-app-profile-create {
    background: #fff;
  }
}
.state-app-signup h1.title-case,
.state-app-signup-alt h1.title-case,
.state-app-reset h1.title-case,
.state-app-login h1.title-case,
.state-app-login-alt h1.title-case,
.state-app-search h1.title-case,
.state-app-search-alt h1.title-case,
.state-app-account-donations h1.title-case,
.state-app-account-password h1.title-case,
.state-app-account-details h1.title-case,
.state-app-profile-edit h1.title-case,
.state-app-profile-create h1.title-case {
  text-align: left;
}
.state-app-signup main,
.state-app-signup-alt main,
.state-app-reset main,
.state-app-login main,
.state-app-login-alt main,
.state-app-search main,
.state-app-search-alt main,
.state-app-account-donations main,
.state-app-account-password main,
.state-app-account-details main,
.state-app-profile-edit main,
.state-app-profile-create main {
  padding-top: 0;
}
.state-app-account-donations ul[class*="menu-"].menu-secondary li a,
.state-app-account-password ul[class*="menu-"].menu-secondary li a,
.state-app-account-details ul[class*="menu-"].menu-secondary li a {
  padding: 0.5em 0;
  color: #006b5a !important;
}
.state-app-account-donations ul[class*="menu-"].menu-secondary li a.active,
.state-app-account-password ul[class*="menu-"].menu-secondary li a.active,
.state-app-account-details ul[class*="menu-"].menu-secondary li a.active {
  color: #80b5ad !important;
}
.state-app-account-donations h3,
.state-app-account-password h3,
.state-app-account-details h3 {
  font-family: 'RobotoSlab-Bold';
  color: #006b5a;
}
.state-app-post-index .donate-aside {
  margin-top: 0;
  background: url(../images/donate-bg-post.png) no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .state-app-post-index .donate-aside .donate .donation-buttons .button-wrapper {
    padding-left: 0;
    background: none;
  }
}
.state-app-post-index .posts .post-meta.fineprint {
  float: none;
}
.state-app-profile-create .form-field-select-currency {
  display: none;
}
.state-app-error-not-found {
  background: url(../images/404-bg.jpg) no-repeat top center;
  background-size: 1100px;
}
@media (max-width: 767px) {
  .state-app-error-not-found {
    background: #fff;
  }
}
.state-app-error-not-found h1.title-case {
  text-align: left;
}
.state-app-error-not-found main {
  padding-top: 35em;
}
@media (max-width: 979px) {
  .state-app-error-not-found {
    background-size: 1020px;
  }
}
@media (max-width: 757px) {
  .state-app-error-not-found {
    background: url(../images/404-bg.jpg) no-repeat top center;
    background-size: 600px;
  }
  .state-app-error-not-found main {
    padding-top: 25em;
  }
}
.page-account input[disabled] {
  color: #ccc;
  opacity: 1;
  background: #fff;
}
.page-account button[disabled] {
  background: #ccc !important;
  opacity: 1;
}
.page-account .form-field-email-email {
  background: #e8e8e8 !important;
}
.page-account .form-field-email-email input {
  color: #a9a9af;
  background: none;
}
.state-app-login-alt .menu-primary,
.state-app-login .menu-primary {
  display: none;
}
.container:before,
.clearfix:before,
.container:after,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after,
.clearfix:after {
  clear: both;
}
.container {
  position: relative;
}
html {
  width: 100%;
  min-height: 100%;
}
html * {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
body {
  width: 100%;
  min-height: 100%;
  background: #fff;
}
#app {
  min-height: 50em;
}
img {
  max-width: 100%;
  height: auto;
}
main {
  padding: 4em 0;
}
.logo {
  width: 201px;
  height: auto;
  display: block;
}
.logo.logo-square {
  zoom: 1;
  *display: inline;
  display: inline-block;
  width: 120px;
}
.brand img {
  width: 100%;
  height: auto;
  max-width: 280px;
  margin-top: 40px;
}

.underlay-dark:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 140%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 140%;
  }
  .container {
    width: 1140px;
    margin: 0 auto;
  }
  nav {
    z-index: 1;
  }
  section {
    position: relative;
  }
  .col-1 {
    float: left;
    width: 57px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-2 {
    float: left;
    width: 152px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-3 {
    float: left;
    width: 247px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-4 {
    float: left;
    width: 342px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-5 {
    float: left;
    width: 437px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-6 {
    float: left;
    width: 532px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-7 {
    float: left;
    width: 627px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-8 {
    float: left;
    width: 722px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-9 {
    float: left;
    width: 817px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-10 {
    float: left;
    width: 912px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-11 {
    float: left;
    width: 1007px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-12 {
    float: left;
    width: 1102px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .offset-1 {
    margin-left: 114px;
  }
  .offset-2 {
    margin-left: 209px;
  }
  .offset-3 {
    margin-left: 304px;
  }
  .offset-4 {
    margin-left: 399px;
  }
  .offset-5 {
    margin-left: 494px;
  }
  .offset-6 {
    margin-left: 589px;
  }
  .offset-7 {
    margin-left: 684px;
  }
  .offset-8 {
    margin-left: 779px;
  }
  .offset-9 {
    margin-left: 874px;
  }
  .offset-10 {
    margin-left: 969px;
  }
  .offset-11 {
    margin-left: 1064px;
  }
  .posts-grid .post {
    float: left;
    width: 342px;
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0px;
    padding-right: 0px;
  }
  body {
    color: #38393b;
    font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
  }
  h1,
  h2,
  h3 {
    font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    line-height: 110%;
  }
  h4,
  h5,
  h6 {
    font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    line-height: 110%;
  }
  h1 {
    font-size: 2.5em;
    margin: 0 0 1em 0;
  }
  h2 {
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  h3 {
    font-size: 1.6em;
    margin: 0 0 1em 0;
  }
  h4 {
    font-size: 1.25em;
    margin: 0 0 1em 0;
    font-weight: 300;
    letter-spacing: 0;
  }
  h5 {
    font-size: .9em;
    margin: 0 0 1em 0;
  }
  h6 {
    font-size: 0.8em;
    margin: 0 0 1em 0;
  }
  p {
    margin: 0 0 1em 0;
  }
  .lead {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .fineprint {
    font-size: 0.85em;
    line-height: 1.2em;
  }
  .de-emphasize {
    opacity: .7;
    font-size: .85em;
    line-height: 1.45em;
  }
  .emphasise {
    font-weight: 700;
  }
  .title-case {
    text-transform: capitalize;
  }
  a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
  }
  a:hover {
    text-decoration: underline;
    color: inherit;
  }
  abbr,
  acronym {
    border-bottom: 1px dotted;
    cursor: help;
  }
  address {
    font-size: 1em;
    font-style: italic;
  }
  blockquote {
    margin: 1.2em 0;
    padding: 0 0 0 2em;
    font-size: 1.5em;
  }
  cite {
    font-style: italic;
    font-size: .8em;
  }
  code {
    font-size: 1em;
    font-family: monospace;
    background: #e1e6e7;
    border: 1px solid #d3dadc;
    padding: 0.125em 0.25em;
    line-height: 150%;
  }
  em,
  i {
    font-style: italic;
  }
  strong,
  b {
    font-weight: 600;
  }
  hr {
    outline: none;
    border: none;
    margin: 1em 0;
    padding: 0;
    border-top: 1px solid #c5ced0;
    clear: both;
    float: none;
    width: 100%;
  }
  ol,
  ul {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }
  ol li,
  ul li {
    font-size: 1em;
    list-style-position: outside;
    margin-bottom: 0.5em;
  }
  ul li {
    list-style: disc;
  }
  ol li {
    list-style: decimal;
  }
  form {
    margin: 1em 0;
  }
  dl {
    margin: 1em 0;
  }
  dl dt {
    font-weight: bold;
  }
  dl dd {
    margin: 0 0 0.5em;
  }
  pre {
    border-radius: 3px;
    font-family: Lucida Console, monospace;
    overflow: auto;
    background: #515255;
    color: #aaa;
    font-size: 12px;
    font-weight: lighter;
    padding: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
  }
  .profiles-grid .profile.profile-square {
    width: 12.5%;
  }
}

.underlay-dark:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 979px) {
  body {
    font-size: 15px;
    line-height: 140%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 140%;
  }
  .container {
    width: 750px;
    margin: 0 auto;
  }
  nav {
    z-index: 1;
  }
  section {
    position: relative;
  }
  .col-1 {
    float: left;
    width: 37.5px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-2 {
    float: left;
    width: 100px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-3 {
    float: left;
    width: 162.5px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-4 {
    float: left;
    width: 225px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-5 {
    float: left;
    width: 287.5px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-6 {
    float: left;
    width: 350px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-7 {
    float: left;
    width: 412.5px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-8 {
    float: left;
    width: 475px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-9 {
    float: left;
    width: 537.5px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-10 {
    float: left;
    width: 600px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-11 {
    float: left;
    width: 662.5px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-12 {
    float: left;
    width: 725px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .offset-1 {
    margin-left: 75px;
  }
  .offset-2 {
    margin-left: 137.5px;
  }
  .offset-3 {
    margin-left: 200px;
  }
  .offset-4 {
    margin-left: 262.5px;
  }
  .offset-5 {
    margin-left: 325px;
  }
  .offset-6 {
    margin-left: 387.5px;
  }
  .offset-7 {
    margin-left: 450px;
  }
  .offset-8 {
    margin-left: 512.5px;
  }
  .offset-9 {
    margin-left: 575px;
  }
  .offset-10 {
    margin-left: 637.5px;
  }
  .offset-11 {
    margin-left: 700px;
  }
  .posts-grid .post {
    float: left;
    width: 225px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  body {
    color: #38393b;
    font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
  }
  h1,
  h2,
  h3 {
    font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    line-height: 110%;
  }
  h4,
  h5,
  h6 {
    font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    line-height: 110%;
  }
  h1 {
    font-size: 2.5em;
    margin: 0 0 1em 0;
  }
  h2 {
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  h3 {
    font-size: 1.6em;
    margin: 0 0 1em 0;
  }
  h4 {
    font-size: 1.25em;
    margin: 0 0 1em 0;
    font-weight: 300;
    letter-spacing: 0;
  }
  h5 {
    font-size: .9em;
    margin: 0 0 1em 0;
  }
  h6 {
    font-size: 0.8em;
    margin: 0 0 1em 0;
  }
  p {
    margin: 0 0 1em 0;
  }
  .lead {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .fineprint {
    font-size: 0.85em;
    line-height: 1.2em;
  }
  .de-emphasize {
    opacity: .7;
    font-size: .85em;
    line-height: 1.45em;
  }
  .emphasise {
    font-weight: 700;
  }
  .title-case {
    text-transform: capitalize;
  }
  a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
  }
  a:hover {
    text-decoration: underline;
    color: inherit;
  }
  abbr,
  acronym {
    border-bottom: 1px dotted;
    cursor: help;
  }
  address {
    font-size: 1em;
    font-style: italic;
  }
  blockquote {
    margin: 1.2em 0;
    padding: 0 0 0 2em;
    font-size: 1.5em;
  }
  cite {
    font-style: italic;
    font-size: .8em;
  }
  code {
    font-size: 1em;
    font-family: monospace;
    background: #e1e6e7;
    border: 1px solid #d3dadc;
    padding: 0.125em 0.25em;
    line-height: 150%;
  }
  em,
  i {
    font-style: italic;
  }
  strong,
  b {
    font-weight: 600;
  }
  hr {
    outline: none;
    border: none;
    margin: 1em 0;
    padding: 0;
    border-top: 1px solid #c5ced0;
    clear: both;
    float: none;
    width: 100%;
  }
  ol,
  ul {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }
  ol li,
  ul li {
    font-size: 1em;
    list-style-position: outside;
    margin-bottom: 0.5em;
  }
  ul li {
    list-style: disc;
  }
  ol li {
    list-style: decimal;
  }
  form {
    margin: 1em 0;
  }
  dl {
    margin: 1em 0;
  }
  dl dt {
    font-weight: bold;
  }
  dl dd {
    margin: 0 0 0.5em;
  }
  pre {
    border-radius: 3px;
    font-family: Lucida Console, monospace;
    overflow: auto;
    background: #515255;
    color: #aaa;
    font-size: 12px;
    font-weight: lighter;
    padding: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
  }
  .nav-brand {
    height: 80px;
  }
  .nav-wrapper .menu-primary {
    height: auto;
  }
}

.underlay-dark:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 140%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 140%;
  }
  .container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin: 0 auto;
  }
  nav {
    z-index: 1;
  }
  section {
    position: relative;
  }
  .col-1 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-2 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-3 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-4 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-5 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-6 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-7 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-8 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-9 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-10 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-11 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .col-12 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .offset-1 {
    margin-left: 0%;
  }
  .offset-2 {
    margin-left: 0%;
  }
  .offset-3 {
    margin-left: 0%;
  }
  .offset-4 {
    margin-left: 0%;
  }
  .offset-5 {
    margin-left: 0%;
  }
  .offset-6 {
    margin-left: 0%;
  }
  .offset-7 {
    margin-left: 0%;
  }
  .offset-8 {
    margin-left: 0%;
  }
  .offset-9 {
    margin-left: 0%;
  }
  .offset-10 {
    margin-left: 0%;
  }
  .offset-11 {
    margin-left: 0%;
  }
  .posts-grid .post {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  body {
    color: #38393b;
    font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
  }
  h1,
  h2,
  h3 {
    font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    line-height: 110%;
  }
  h4,
  h5,
  h6 {
    font-family: 'Montserrat', 'Roboto', 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    line-height: 110%;
  }
  h1 {
    font-size: 2.5em;
    margin: 0 0 1em 0;
  }
  h2 {
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  h3 {
    font-size: 1.6em;
    margin: 0 0 1em 0;
  }
  h4 {
    font-size: 1.25em;
    margin: 0 0 1em 0;
    font-weight: 300;
    letter-spacing: 0;
  }
  h5 {
    font-size: .9em;
    margin: 0 0 1em 0;
  }
  h6 {
    font-size: 0.8em;
    margin: 0 0 1em 0;
  }
  p {
    margin: 0 0 1em 0;
  }
  .lead {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .fineprint {
    font-size: 0.85em;
    line-height: 1.2em;
  }
  .de-emphasize {
    opacity: .7;
    font-size: .85em;
    line-height: 1.45em;
  }
  .emphasise {
    font-weight: 700;
  }
  .title-case {
    text-transform: capitalize;
  }
  a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
  }
  a:hover {
    text-decoration: underline;
    color: inherit;
  }
  abbr,
  acronym {
    border-bottom: 1px dotted;
    cursor: help;
  }
  address {
    font-size: 1em;
    font-style: italic;
  }
  blockquote {
    margin: 1.2em 0;
    padding: 0 0 0 2em;
    font-size: 1.5em;
  }
  cite {
    font-style: italic;
    font-size: .8em;
  }
  code {
    font-size: 1em;
    font-family: monospace;
    background: #e1e6e7;
    border: 1px solid #d3dadc;
    padding: 0.125em 0.25em;
    line-height: 150%;
  }
  em,
  i {
    font-style: italic;
  }
  strong,
  b {
    font-weight: 600;
  }
  hr {
    outline: none;
    border: none;
    margin: 1em 0;
    padding: 0;
    border-top: 1px solid #c5ced0;
    clear: both;
    float: none;
    width: 100%;
  }
  ol,
  ul {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }
  ol li,
  ul li {
    font-size: 1em;
    list-style-position: outside;
    margin-bottom: 0.5em;
  }
  ul li {
    list-style: disc;
  }
  ol li {
    list-style: decimal;
  }
  form {
    margin: 1em 0;
  }
  dl {
    margin: 1em 0;
  }
  dl dt {
    font-weight: bold;
  }
  dl dd {
    margin: 0 0 0.5em;
  }
  pre {
    border-radius: 3px;
    font-family: Lucida Console, monospace;
    overflow: auto;
    background: #515255;
    color: #aaa;
    font-size: 12px;
    font-weight: lighter;
    padding: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
    text-align: left;
  }
  .container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .verbose {
    display: none;
  }
  article,
  aside {
    padding: 1em 0 0 0;
  }
  nav {
    height: auto;
    padding: 0.5em 0;
    position: relative;
  }
  nav .nav-brand {
    margin: 0;
    height: 50px;
    width: 115px;
    float: left;
  }
  nav .nav-wrapper {
    display: block;
    top: 1em;
    right: 0;
    width: 100%;
  }
  nav .nav-wrapper .nav-menu-opener {
    display: block;
  }
  nav .nav-wrapper .nav-menu {
    display: none;
    padding: 50px 0 0 0;
  }
  nav.open .nav-wrapper .nav-menu li a.support {
    display: none;
  }
  nav.nav-inverse .nav-brand img {
    max-height: 3em;
    width: auto;
  }
  .stream .post .comment .content {
    padding-left: 44px;
  }
  .stream .post .comment.comment-form textarea,
  .stream .post .comment.comment-form input {
    float: none;
    margin-left: 0;
  }
  section.profile aside {
    margin-top: 0;
  }
  .social-fixed {
    position: absolute;
    top: 20px;
    left: 0;
  }
  .social-fixed .social-fixed-button {
    display: inline-block;
  }
  .page-profile .page-header .profile-header-content {
    text-align: center;
  }
  .page-profile .page-header .profile-header-content h1 {
    margin-top: 1rem;
  }
  .page-profile .donate-mobile {
    display: block;
  }
  .page-profile .donate-mobile .button {
    height: 6em;
    line-height: 5em;
    margin-top: -2em;
  }
  .page-profile .profile-left {
    padding-top: 0;
  }
  .page-profile .button.sponsor {
    background: #006b5a;
    margin-top: 2em;
  }
  .page-profile .taking-part .photo {
    margin-bottom: 0;
  }
  .page-profile #donate-article,
  .page-profile .donate-trigger {
    display: block;
  }
  .page-profile .donate-aside {
    display: none;
  }
  .page-footer .footer-brand {
    display: inline-block;
    max-width: 16em;
  }
  .page-footer ul[class*="menu-"] {
    text-align: center;
  }
  .page-footer ul[class*="menu-"].menu-secondary li a {
    display: inline-block;
  }
  .page-footer aside,
  .page-footer .page-footer-menu-links,
  .page-footer .page-footer-menu-user,
  .page-footer .page-footer-social,
  .page-footer .page-footer-copyright {
    text-align: center;
  }
  .payment-methods .payment-methods-card td {
    padding: .5rem;
  }
  .payment-methods .payment-methods-card th {
    padding: 0.75rem 0.5rem;
  }
  .payment-methods .payment-methods-card .card-brand,
  .payment-methods .payment-methods-card .card-dots {
    display: none;
  }
  .state-app-profile .progress-widget .progress-circle2 {
    width: 85%;
    height: 85%;
  }
  .state-app-profile .progress-widget .progress-circle3 {
    width: 94%;
    height: 94%;
  }
  .mobile-donation-form {
    background: #e6f0ef;
    margin: -4em -5% 0em;
    padding: 4em 2em 2em;
  }
  .mobile-donation-form.publicView {
    margin-top: 0em;
    padding-top: 2em;
  }
  .mobile-donation-form.publicView .public-progress h2 {
    font-size: 4em;
  }
  .mobile-donation-form .donate-form {
    padding: 1em;
  }
  .donate-container-bottom {
    background: #e6f0ef;
    margin: 0 -5% 2em;
    padding: 2em 2em 3em;
  }
  .donate .donation-buttons {
    color: #fff;
  }
  .donate .donation-buttons .button-wrapper {
    padding: 0;
    background: none;
  }
  .donate .donation-buttons .own-amount-section .own-amount-label {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 1em;
  }
  .donate .donation-buttons .own-amount-section .donate-amount-other {
    width: 100%;
    float: none;
    margin: 0;
  }
  .donate .donation-buttons .own-amount-section .next-button {
    width: 100%;
    float: none;
    margin: 0;
  }
  .donate-confirmation {
    text-align: left;
  }
  .state-app-profile .progress-widget {
    margin: 0 auto;
    max-width: 320px;
    padding: 1em;
  }
  .state-app-profile .progress-widget .total {
    font-size: 3em;
  }
  .state-app-profile .progress-widget .percentage {
    top: calc(50% + 40px);
    text-align: center;
  }
  .state-app-profile .profile-name {
    font-size: 3em;
    margin-bottom: 0;
  }
  .state-app-profile .donations .donation {
    width: 100%;
    margin: 0 0 0.5em 0 !important;
  }
  .user-menu {
    display: none;
  }
}
@media (max-width: 480px) {
  .nav-wrapper nav.user-elements {
    display: none;
  }
  .nav-wrapper.open nav.user-elements {
    display: block;
  }
  .alert {
    font-size: 13px;
    line-height: 18px;
  }
  .mobile-donation-form {
    padding: 1em;
  }
}
