/* /////////////////////////////////////////////////////

Lifewise #YouGotThis App
matt@wintr.us & kevin@wintr.us @ WINTR

///////////////////////////////////////////////////// */
/* Variables
--------------------------------------------- */
/* Imports
--------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@font-face {
  font-family: "slick";
  src: url("/static/fonts/slick.eot");
  src: url("/static/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/static/fonts/slick.woff") format("woff"), url("/static/fonts/slick.ttf") format("truetype"), url("/static/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "\2190";
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "\2192";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@import url("//hello.myfonts.net/count/2b85b7");
@font-face {
  font-family: 'Century';
  src: url("/static/webfonts/2B85B7_0_0.eot");
  src: url("/static/webfonts/2B85B7_0_0.eot?#iefix") format('embedded-opentype'), url("/static/webfonts/2B85B7_0_0.woff") format('woff'), url("/static/webfonts/2B85B7_0_0.ttf") format('truetype');
}
@font-face {
  font-family: 'Century-Italic';
  src: url("/static/webfonts/2B85B7_1_0.eot");
  src: url("/static/webfonts/2B85B7_1_0.eot?#iefix") format('embedded-opentype'), url("/static/webfonts/2B85B7_1_0.woff") format('woff'), url("/static/webfonts/2B85B7_1_0.ttf") format('truetype');
}
@font-face {
  font-family: 'Century-Bold';
  src: url("/static/webfonts/2B85B7_2_0.eot");
  src: url("/static/webfonts/2B85B7_2_0.eot?#iefix") format('embedded-opentype'), url("/static/webfonts/2B85B7_2_0.woff") format('woff'), url("/static/webfonts/2B85B7_2_0.ttf") format('truetype');
}
@font-face {
  font-family: 'Century-BoldItalic';
  src: url("/static/webfonts/2B85B7_3_0.eot");
  src: url("/static/webfonts/2B85B7_3_0.eot?#iefix") format('embedded-opentype'), url("/static/webfonts/2B85B7_3_0.woff") format('woff'), url("/static/webfonts/2B85B7_3_0.ttf") format('truetype');
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Black.otf");
/* everyone else take this */
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.otf");
/* everyone else take this */
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.otf");
/* everyone else take this */
}
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.otf");
/* everyone else take this */
}
.textCenter {
  text-align: center;
}
.fullWidthBlock {
  position: relative;
  display: block;
  width: 100%;
}
.flexImage {
  max-width: 100%;
  height: auto;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html.no-scroll {
  overflow: hidden;
}
body {
  position: relative;
  font-family: 'Gotham-Book';
  font-size: 16px;
  line-height: 26px;
  color: #2a3035;
  background: #fff;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
h1.italic,
h2.italic,
h3.italic,
h4.italic,
h5.italic,
h6.italic {
  font-style: italic;
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
  font-weight: bold;
}
h1 {
  font-size: 48px;
  line-height: 1;
  font-family: 'Century', Georgia, serif;
}
h1.large {
  font-size: 60px;
}
h2 {
  font-size: 14px;
  line-height: 1;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2.raised {
  line-height: 36px;
}
h2.medium {
  font-family: 'Gotham-Medium';
}
h2.bold {
  font-family: 'Gotham-Bold';
}
h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Gotham-Book';
}
h4 {
  font-size: 10px;
  line-height: 36px;
  font-family: 'Gotham-Bold';
}
h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Century';
}
h5.medium {
  font-size: 26px;
  line-height: 32px;
}
h5.large {
  font-size: 36px;
  line-height: 48px;
}
h6 {
  font-size: 26px;
  line-height: 1;
  font-family: 'Century';
}
h6.large {
  font-size: 48px;
}
h6.bold {
  font-family: 'Century-Bold';
}
h6.italic {
  font-family: 'Century-Italic';
}
h6.bold.italic {
  font-family: 'Century-BoldItalic';
}
p,
ol,
ul {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Gotham-Book';
  font-size: 16px;
  line-height: 26px;
  color: inherit;
  margin: 15px 0;
}
p.medium,
ol.medium,
ul.medium {
  font-size: 16px;
  line-height: 26px;
}
p.large,
ol.large,
ul.large {
  font-size: 18px;
  line-height: 28px;
}
ol {
  position: relative;
  margin: 0 auto;
  list-style-type: decimal;
  counter-reset: li-counter;
}
ol li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 15px auto;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
}
ol li:first-child {
  margin-top: 0;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li:before {
  position: relative;
  content: counter(li-counter) '.';
  counter-increment: li-counter;
  display: inline-block;
  margin-right: 0.25em;
}
ul {
  position: relative;
  list-style: none;
}
a {
  position: relative;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-family: 'Gotham-Bold';
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  position: relative;
}
blockquote,
blockquote p {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Century-BoldItalic';
  color: #2a3035;
  width: 100%;
  text-align: center;
}
blockquote.large {
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Century-Italic';
}
blockquote.large p {
  font-size: 36px;
  line-height: 48px;
  font-weight: normal;
  font-family: inherit;
}
@media only screen and (max-width: 1200px) {
  blockquote.large {
    font-size: 28px;
    line-height: 36px;
  }
  blockquote.large p {
    font-size: 28px;
    line-height: 36px;
  }
}
blockquote.deco {
  position: relative;
  display: block;
  margin: 0 auto;
}
blockquote.deco:before {
  content: '';
  display: none;
  height: 2px;
  width: 100px;
  border-top: 1px solid #10bcff;
  position: absolute;
  top: 50%;
  left: -120px;
}
blockquote.deco:after {
  content: '';
  display: none;
  height: 2px;
  width: 100px;
  border-top: 1px solid #10bcff;
  position: absolute;
  top: 50%;
  right: -120px;
}
@media only screen and (max-width: 850px) {
  blockquote.deco:before,
  blockquote.deco:after {
    width: 60px;
  }
  blockquote.deco:before {
    left: -80px;
  }
  blockquote.deco:after {
    right: -80px;
  }
}
form {
  position: relative;
}
label {
  position: relative;
  display: inline-block;
  color: #2a3035;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
}
input {
  appearance: none;
  outline: none;
  border: none;
  padding: 10px;
  outline: none;
}
input::-webkit-input-placeholder {
  color: rgba(11,11,10,0.4);
}
input:-moz-placeholder {
  color: rgba(11,11,10,0.4);
}
input::-moz-placeholder {
  color: rgba(11,11,10,0.4);
}
input:-ms-input-placeholder {
  color: rgba(11,11,10,0.4);
}
textarea::-webkit-input-placeholder {
  color: rgba(11,11,10,0.4);
}
textarea:-moz-placeholder {
  color: rgba(11,11,10,0.4);
}
textarea::-moz-placeholder {
  color: rgba(11,11,10,0.4);
}
textarea:-ms-input-placeholder {
  color: rgba(11,11,10,0.4);
}
input[type='text'],
input[type='email'],
input[type='password'] {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  outline: none;
}
input[type='file'] {
  position: relative;
  display: block;
}
select {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  background: transparent;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
select option {
  position: relative;
}
select::-ms-expand {
  display: none !important;
}
textarea {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  outline: none;
}
form {
  -webkit-font-smoothing: antialiased;
}
label {
  -webkit-font-smoothing: antialiased;
}
input {
  -webkit-font-smoothing: antialiased;
}
textarea {
  -webkit-font-smoothing: antialiased;
}
select {
  -webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
/* WebKit browsers */
  color: #0b0b0a;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #0b0b0a;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #0b0b0a;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
  color: #0b0b0a;
}
.no-wrap {
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .no-wrap {
    white-space: normal;
  }
}
.no-flicker {
  -webkit-transform: translate3d(0, 0, 0);
}
.hide-text {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
.hidden {
  display: none;
}
.blue {
  color: #10bcff;
}
.no-mobile {
  display: none;
}
@media screen and (min-width: 760px) {
  .no-mobile {
    display: block;
  }
}
.mobile-only {
  display: block;
}
@media screen and (min-width: 760px) {
  .mobile-only {
    display: none;
  }
}
.wrapper,
.layout,
section.section .section-inner {
  display: block;
  position: relative;
  margin: 0 auto;
}
.wrapper {
  min-width: 650px;
}
.wrapper--header,
.wrapper--footer {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.wrapper--header {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  z-index: 100;
  min-width: 650px;
}
.layout,
section.section .section-inner {
  max-width: 820px;
  padding: 0 10px;
}
.stat-block {
  margin-bottom: 15px;
}
.stat-block__title {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.stat-block__text {
  margin-top: 0;
}
.stat-block.info .stat-block__text {
  margin-top: 10px;
}
.video-link {
  position: relative;
  cursor: pointer;
}
.video-link:before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 15px;
  content: '';
  background: transparent url("/static/img/play-arrow.svg") no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-link:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.project-link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  opacity: 0.7;
  margin-bottom: 20px;
  border-left: 3px solid transparent;
  padding-left: 15px;
  padding-top: 5px;
  cursor: pointer;
}
.project-link:last-child {
  margin-bottom: 0px;
}
.project-link__title {
  color: #fff;
  font-family: 'Gotham-Book';
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
.project-link__title a {
  font-family: 'Gotham-Book';
}
.project-link__text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-family: 'Gotham-Bold';
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1px;
  white-space: nowrap;
}
.project-link:hover {
  opacity: 1;
  border-left: 3px solid rgba(255,255,255,0.5);
}
.project-link.active {
  opacity: 1;
  border-left: 3px solid #fff;
}
.project-location-link {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 30px;
  width: auto;
  height: 30px;
  padding-left: 30px;
  background: transparent url("/static/img/locationMarkBlue.svg") no-repeat center left;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  font-size: 12px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 1px;
}
.section-wrapper {
  position: relative;
}
.wysi-only {
  display: block;
}
.wrapper .wysi-only {
  display: none !important;
}
.margin- {
  margin-top: 0;
  margin-bottom: 0;
}
.margin-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.margin-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.margin-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-top- {
  margin-top: 0px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.location-icon {
  display: inline-block;
  width: 100%;
  height: 40px;
  background: transparent url("/static/img/locationMarkBlue.svg") no-repeat top center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  margin-bottom: -15px;
}
.line-height-1 {
  line-height: 1 !important;
}
.bolder {
  font-weight: 600 !important;
}
.center-aligned {
  text-align: center !important;
}
.left-aligned {
  text-align: left !important;
}
.right-aligned {
  text-align: right !important;
}
.white {
  color: #fff !important;
}
.black {
  color: #2a3035 !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.grey-bg {
  *zoom: 1;
  background: #f7f7f7;
}
.grey-bg:before,
.grey-bg:after {
  content: '';
  display: table;
}
.grey-bg:after {
  clear: both;
}
.white-bg {
  *zoom: 1;
  background: #fff;
}
.white-bg:before,
.white-bg:after {
  content: '';
  display: table;
}
.white-bg:after {
  clear: both;
}
.article-column-container {
  *zoom: 1;
  position: relative;
  width: 100%;
}
.article-column-container:before,
.article-column-container:after {
  content: '';
  display: table;
}
.article-column-container:after {
  clear: both;
}
article.article {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  background: rgba(255,255,255,0.2);
}
article.article--two-column {
  width: 50%;
  max-width: 50%;
  float: left;
}
article.article .article-image,
article.article .article-graph {
  display: block;
  position: relative;
  margin: 0 auto 25px auto;
  width: 190px;
  height: 190px;
  border-radius: 190px;
  background: transparent no-repeat center center;
  vertical-align: top;
}
article.article .article-image[src=""],
article.article .article-graph[src=""] {
  background-color: #747679;
}
article.article .article-graph {
  background: #fff;
  border: 3px solid #2a3035;
}
article.article .article-background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
article.article .article-header {
  position: relative;
  margin: 10px auto;
  text-align: center;
}
article.article .article-header__title {
  margin: 0;
}
article.article .article-header__supertitle {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Gotham-Medium';
  letter-spacing: 1px;
}
article.article .article-content {
  position: relative;
  margin: 10px auto;
}
article.article .article-content p {
  margin: 0 auto;
}
article.article .article-content p a {
  opacity: 0.6;
  color: #2a3035;
  font-weight: normal;
  text-decoration: underline;
  font-family: 'Gotham-Book';
}
article.article .article-content p + p {
  margin: 10px auto;
}
article.article .article-content p:last-child {
  margin-bottom: 0;
}
article.article .article-content blockquote.large {
  margin-top: -15px;
}
article.article .article-actions {
  position: relative;
  margin: 15px auto 15px;
  text-align: center;
}
article.article .article-actions__link {
  margin: 0 auto;
}
article.article .article-actions--list {
  margin-top: 0;
}
article.article .article-actions--list ul li {
  margin: 15px 0;
  display: block;
}
article.article .article-actions--list ul li:first-child {
  margin-top: 0;
}
article.article .article-actions--list ul li:last-child {
  margin-bottom: 0;
}
article.article .article-actions .article-actions__link + .article-actions__link {
  margin-left: 20px;
}
article.article .article-actions + .article-actions {
  margin-top: 20px;
}
article.article--full-width {
  margin: 60px 0;
}
article.article--full-width .article-header {
  display: block;
  width: 100%;
  height: auto;
}
article.article--no-inner-margins .article-header {
  margin: 0;
}
article.article--no-inner-margins .article-content {
  margin: 0;
}
article.article--two-columns {
  margin: 60px 0;
}
article.article--two-columns .article-header {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
}
article.article--two-columns .article-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: left;
  margin: 0;
}
article.article--two-columns .article-content p {
  margin-bottom: 10px;
}
article.article--two-columns .article-content__text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
article.article--two-columns .article-actions {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
}
article.article--no-actions {
  margin: 60px 0;
}
article.article--no-actions .article-content {
  margin-bottom: 0;
}
article.article--no-actions .article-actions {
  display: none !important;
}
article.article--all-centered .article-header {
  text-align: center;
}
article.article--all-centered .article-actions {
  text-align: center;
}
article.article--all-right-aligned .article-header {
  text-align: right;
}
article.article--all-right-aligned .article-content {
  text-align: right;
}
article.article--all-right-aligned .article-actions {
  text-align: right;
}
article.article--all-left-aligned .article-header {
  text-align: left;
}
article.article--all-left-aligned .article-content {
  text-align: left;
}
article.article--all-left-aligned .article-actions {
  text-align: left;
}
article.article--centered-header .article-header {
  text-align: center;
}
article.article--centered-actions .article-actions {
  text-align: center;
}
article.article--list .article-header {
  width: 100%;
  text-align: center;
}
article.article--list .article-header__title {
  line-height: 1;
}
article.article--list .article-actions {
  text-align: center;
  margin-top: 30px;
}
article.article--aside .article-header {
  width: 100%;
  text-align: center;
}
article.article--aside .article-actions {
  text-align: center;
}
article.article--inactive-country {
  max-width: 45%;
  display: inline-block;
  margin-bottom: 30px;
}
article.article--with-subtitle .article-header {
  text-align: center;
}
article.article--with-subtitle .article-header__title {
  display: block;
}
article.article--page-intro .article-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
article.article--project-links .article-header {
  margin-bottom: 30px;
}
article.article--project-links .article-content-grid-container {
  *zoom: 1;
}
article.article--project-links .article-content-grid-container:before,
article.article--project-links .article-content-grid-container:after {
  content: '';
  display: table;
}
article.article--project-links .article-content-grid-container:after {
  clear: both;
}
article.article--project-links .article-content-grid-container .article-content {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 47.75%;
  margin-left: 0%;
  margin-right: 4.5%;
}
article.article--project-links .article-content-grid-container .article-content:before,
article.article--project-links .article-content-grid-container .article-content:after {
  content: '';
  display: table;
}
article.article--project-links .article-content-grid-container .article-content:after {
  clear: both;
}
article.article--project-links .article-content-grid-container .article-content:last-child {
  margin-right: 0%;
}
article.article--project-links .article-actions {
  margin-top: 30px;
}
article.article--project-links .article-actions__link.button {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
article.article--career {
  max-width: 40%;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}
article.article--career:first-child {
  margin-left: 0;
}
article.article--career:last-child {
  margin-right: 0;
}
article.image {
  position: relative;
}
article.image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 620px;
  min-height: 100px;
  background: transparent;
  margin: 0 auto;
}
article.image img[src=""] {
  background: rgba(20,20,20,0.5);
}
article.people {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 170px;
  height: 240px;
  padding: 15px 15px 0 15px;
  background: #f1f1ee !important;
  margin: 5px 3px;
  vertical-align: top;
  overflow: hidden;
}
article.people .article-inner {
  position: relative;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
article.people .article-header {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  z-index: 2;
}
article.people .article-header__title {
  display: block;
  font-family: 'Gotham-Medium';
  font-size: 16px;
  line-height: 1.2;
  color: #2a3035;
  margin-bottom: 3px;
}
article.people .article-header__subtitle {
  display: block;
  font-family: 'Century';
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  padding: 0 1.2em;
  margin-top: 2px;
}
article.people .article-content {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  text-align: center;
  margin: 5px auto 0;
  height: auto;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
}
article.people .article-content__country {
  display: block;
  font-family: 'Gotham-Bold';
  font-size: 11px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}
article.people .article-actions {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  z-index: 50;
  text-align: center;
  height: 65px;
  overflow: visible;
  opacity: 0;
  z-index: 2;
}
article.people .article-actions__link {
  display: inline-block;
  width: 32px;
  height: 64px;
  margin: 5px 0;
  background: transparent url("/static/img/social/job.png") no-repeat center center;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  color: #10bcff;
}
article.people .article-actions__link[data-social-network="Twitter"] {
  background-image: url("/static/img/social/twitter.svg");
}
article.people .article-actions__link[data-social-network="LinkedIn"] {
  background-image: url("/static/img/social/linkedin.svg");
}
article.people .article-actions__link[data-social-network="Mail"] {
  background-image: url("/static/img/social/mail.svg");
  -webkit-background-size: 23px auto;
  background-size: 23px auto;
}
article.people .article-actions__link:hover {
  background-image: url("/static/img/social/job-blue.png");
}
article.people .article-actions__link:hover[data-social-network="Twitter"] {
  background-image: url("/static/img/social/twitter-blue.svg");
}
article.people .article-actions__link:hover[data-social-network="LinkedIn"] {
  background-image: url("/static/img/social/linkedin-blue.svg");
}
article.people .article-actions__link:hover[data-social-network="Mail"] {
  background-image: url("/static/img/social/mail-blue.svg");
  -webkit-background-size: 23px auto;
  background-size: 23px auto;
}
article.people .article-image {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 310px;
  background: transparent url("http://placehold.it/170x310") no-repeat bottom center;
  -webkit-background-size: 170px 310px;
  background-size: 170px 310px;
  z-index: 0;
  opacity: 1;
}
article.people:hover .article-header {
  opacity: 1;
}
article.people:hover .article-actions,
article.people:hover .article-content {
  -webkit-transition: opacity 0.2s 0.15s;
  transition: opacity 0.2s 0.15s;
  max-height: 40px;
  opacity: 1;
}
article.people:hover .article-image {
  opacity: 1;
  bottom: -65px;
}
.button,
.sumac_submit,
#sumac_ticketing_thankyou_content input,
#sumac_ticketing_thankyou_content a,
#sumac_ticketing_thankyou_content button {
  -webkit-transition: opacity 0.156s, background 0.156s;
  transition: opacity 0.156s, background 0.156s;
  position: relative;
  display: inline-block;
  background: #10bcff;
  width: auto;
  min-width: 180px;
  height: 50px;
  border-radius: 1px;
  color: #fff;
  font-family: 'Gotham-Bold';
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 30px;
  cursor: pointer;
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
}
.button:hover,
.sumac_submit:hover,
#sumac_ticketing_thankyou_content input:hover,
#sumac_ticketing_thankyou_content a:hover,
#sumac_ticketing_thankyou_content button:hover {
  background: #6bd6ff;
}
.button:active,
.sumac_submit:active,
#sumac_ticketing_thankyou_content input:active,
#sumac_ticketing_thankyou_content a:active,
#sumac_ticketing_thankyou_content button:active {
  opacity: 1;
  background: #0b97ce;
}
.button--primary,
.sumac_submit--primary,
#sumac_ticketing_thankyou_content input--primary,
#sumac_ticketing_thankyou_content a--primary,
#sumac_ticketing_thankyou_content button--primary {
  position: relative;
}
.button--secondary,
.sumac_submit--secondary,
#sumac_ticketing_thankyou_content input--secondary,
#sumac_ticketing_thankyou_content a--secondary,
#sumac_ticketing_thankyou_content button--secondary {
  -webkit-transition: color 0.156s, border-color 0.156s;
  transition: color 0.156s, border-color 0.156s;
  background: #fff;
  opacity: 1;
  border: 3px solid #10bcff;
  color: #10bcff;
  line-height: 47px;
}
.button--secondary:hover,
.sumac_submit--secondary:hover,
#sumac_ticketing_thankyou_content input--secondary:hover,
#sumac_ticketing_thankyou_content a--secondary:hover,
#sumac_ticketing_thankyou_content button--secondary:hover {
  border-color: #6bd6ff;
  background: #fff;
  color: #6bd6ff;
}
.button--secondary:active,
.sumac_submit--secondary:active,
#sumac_ticketing_thankyou_content input--secondary:active,
#sumac_ticketing_thankyou_content a--secondary:active,
#sumac_ticketing_thankyou_content button--secondary:active {
  opacity: 1;
  background: #0b97ce;
  color: #fff;
  border-color: #0b97ce;
}
.button--tertiary,
.sumac_submit--tertiary,
#sumac_ticketing_thankyou_content input--tertiary,
#sumac_ticketing_thankyou_content a--tertiary,
#sumac_ticketing_thankyou_content button--tertiary {
  -webkit-transition: background 0.156s;
  transition: background 0.156s;
  background: transparent;
  opacity: 1;
  border: 3px solid #fff;
  color: #fff;
  line-height: 47px;
}
.button--tertiary:hover,
.sumac_submit--tertiary:hover,
#sumac_ticketing_thankyou_content input--tertiary:hover,
#sumac_ticketing_thankyou_content a--tertiary:hover,
#sumac_ticketing_thankyou_content button--tertiary:hover {
  background: rgba(255,255,255,0.5);
}
.button--tertiary:active,
.sumac_submit--tertiary:active,
#sumac_ticketing_thankyou_content input--tertiary:active,
#sumac_ticketing_thankyou_content a--tertiary:active,
#sumac_ticketing_thankyou_content button--tertiary:active {
  background: #fff;
  color: #000;
}
#mainWrapper .button--tertiary,
#mainWrapper .sumac_submit--tertiary,
#mainWrapper #sumac_ticketing_thankyou_content input--tertiary,
#mainWrapper #sumac_ticketing_thankyou_content a--tertiary,
#mainWrapper #sumac_ticketing_thankyou_content button--tertiary {
  border: 1px solid #10bcff;
}
.button--tertiary--blue,
.sumac_submit--tertiary--blue,
#sumac_ticketing_thankyou_content input--tertiary--blue,
#sumac_ticketing_thankyou_content a--tertiary--blue,
#sumac_ticketing_thankyou_content button--tertiary--blue {
  -webkit-transition: background 0.156s, border-color 0.156s, color 0.156s;
  transition: background 0.156s, border-color 0.156s, color 0.156s;
  border: 3px solid #10bcff;
  color: #10bcff;
}
.button--tertiary--blue:hover,
.sumac_submit--tertiary--blue:hover,
#sumac_ticketing_thankyou_content input--tertiary--blue:hover,
#sumac_ticketing_thankyou_content a--tertiary--blue:hover,
#sumac_ticketing_thankyou_content button--tertiary--blue:hover {
  background: #6bd6ff;
  border-color: transparent;
  color: #fff;
}
.button--tertiary--blue:active,
.sumac_submit--tertiary--blue:active,
#sumac_ticketing_thankyou_content input--tertiary--blue:active,
#sumac_ticketing_thankyou_content a--tertiary--blue:active,
#sumac_ticketing_thankyou_content button--tertiary--blue:active {
  background: #10bcff;
  color: #fff;
}
.button--light,
.sumac_submit--light,
#sumac_ticketing_thankyou_content input--light,
#sumac_ticketing_thankyou_content a--light,
#sumac_ticketing_thankyou_content button--light {
  position: relative;
  background: transparent;
  color: #10bcff;
  border: none;
  font-family: 'Gotham-Medium';
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
  min-width: 0;
  height: auto;
  line-height: 18px;
  margin: 15px 0;
}
.button--light:before,
.sumac_submit--light:before,
#sumac_ticketing_thankyou_content input--light:before,
#sumac_ticketing_thankyou_content a--light:before,
#sumac_ticketing_thankyou_content button--light:before {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  display: block;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: #10bcff;
  content: '';
  position: absolute;
}
.button--light:hover,
.sumac_submit--light:hover,
#sumac_ticketing_thankyou_content input--light:hover,
#sumac_ticketing_thankyou_content a--light:hover,
#sumac_ticketing_thankyou_content button--light:hover {
  color: #10bcff;
  background: transparent;
}
.button--light:hover:before,
.sumac_submit--light:hover:before,
#sumac_ticketing_thankyou_content input--light:hover:before,
#sumac_ticketing_thankyou_content a--light:hover:before,
#sumac_ticketing_thankyou_content button--light:hover:before {
  margin-left: -10%;
  margin-right: -10%;
  width: 120%;
}
.button--light:active,
.sumac_submit--light:active,
#sumac_ticketing_thankyou_content input--light:active,
#sumac_ticketing_thankyou_content a--light:active,
#sumac_ticketing_thankyou_content button--light:active {
  opacity: 1;
}
article.article.article--country-info .article-header {
  margin-bottom: 20px;
  text-align: left;
}
.project-info {
  margin: 30px auto;
}
.project-info__title {
  text-align: left;
}
.project-info__text {
  margin: 15px auto;
}
.project-info-partnership {
  margin: 15px auto;
  text-align: left;
}
.project-info-partnership .project-info-partnership-credit {
  display: inline-block;
  vertical-align: top;
}
.project-info-partnership .project-info-partnership-credit__name {
  font-family: 'Gotham-Medium';
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}
.project-info-partnership .project-info-partnership-credit__title {
  font-family: 'Century';
  font-size: 14px;
  line-height: 1;
  font-style: italic;
}
.project-info-partnership__icon {
  display: inline-block;
  margin-left: 15px;
}
.country-info-header .country-info-header-inner {
  *zoom: 1;
}
.country-info-header .country-info-header-inner:before,
.country-info-header .country-info-header-inner:after {
  content: '';
  display: table;
}
.country-info-header .country-info-header-inner:after {
  clear: both;
}
.country-info-header .country-info-header-inner__left {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 65.33333333333337%;
  margin-left: 0%;
  margin-right: 4%;
}
.country-info-header .country-info-header-inner__left:before,
.country-info-header .country-info-header-inner__left:after {
  content: '';
  display: table;
}
.country-info-header .country-info-header-inner__left:after {
  clear: both;
}
.country-info-header .country-info-header-inner__left:last-child {
  margin-right: 0%;
}
.country-info-header .country-info-header-inner__right {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 30.666666666666632%;
  margin-left: 0%;
  margin-right: 4%;
}
.country-info-header .country-info-header-inner__right:before,
.country-info-header .country-info-header-inner__right:after {
  content: '';
  display: table;
}
.country-info-header .country-info-header-inner__right:after {
  clear: both;
}
.country-info-header .country-info-header-inner__right:last-child {
  margin-right: 0%;
}
.country-info-header .country-info-header-inner__right .stat-block {
  margin-bottom: 0;
}
.country-info-header__title {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.country-info-header__text {
  margin: 0 auto;
}
.country-info-header .country-info-header-stats {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin: 30px auto;
}
.country-info-header .country-info-header-stats__item {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: 3px solid transparent;
  margin: 10px 15px;
  text-align: center;
  vertical-align: bottom;
}
.country-info-header .country-info-header-stats__item.template {
  visibility: hidden;
}
.country-info-header .country-info-header-stats__number {
  font-family: 'Century';
  font-size: 26px;
  line-height: 114px;
  display: block;
  width: 100%;
  color: #10bcff;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.country-info-header .country-info-header-stats__name {
  font-family: 'Gotham-Bold';
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #10bcff;
  margin: 5px auto;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  display: none;
}
.country-badge--hospital {
  background: transparent url("/static/img/badges/country_badge_hospitals.png") no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.country-badge--orphanage {
  background: transparent url("/static/img/badges/country_badge_orphanages.png") no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.country-badge--school {
  background: transparent url("/static/img/badges/country_badge_schools.png") no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.country-badge--shelter {
  background: transparent url("/static/img/badges/country_badge_shelters.png") no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.financials {
  text-align: center;
}
.financials svg {
  display: inline-block;
  margin: 0 auto;
}
#splashPiechart {
  margin: 0 auto;
}
.charts {
  text-align: center;
  margin-top: 30px;
}
.pie {
  display: inline-block;
  margin: 0 0;
  margin-bottom: 40px;
  padding: 0 15px;
  width: 230px;
  position: relative;
}
.pie h6 {
  margin-bottom: 15px;
}
.pie h2 {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1;
  margin: 5px auto;
}
.pie .footnote {
  color: #10bcff;
  position: absolute;
  top: 0;
  margin-top: 27px;
  font-size: 12px;
  left: 0;
  letter-spacing: inherit;
  text-transform: none;
}
.button.disabled {
  pointer-events: none;
  color: #c6c6c6;
}
.button.disabled:before {
  background: #c6c6c6;
}
svg {
  cursor: pointer;
  -webkit-user-select: none;
/* Chrome all / Safari all */
  -moz-user-select: none;
/* Firefox all */
  -ms-user-select: none;
/* IE 10+ */
/* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.pie-chart {
  width: auto;
  margin-top: 15px;
}
footer {
  display: block;
  position: relative;
  background: #2a3035;
  width: 100%;
  height: 150px;
  color: #fff;
  padding: 35px;
  background: #2a3035 url("/static/img/drop-grey.svg") no-repeat;
  -webkit-background-size: auto 25px;
  background-size: auto 25px;
  background-position: 50% 105px;
}
footer .footer-inner {
  position: relative;
}
footer .footer-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  display: block;
}
footer .footer-form__input {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 190px;
  height: 45px;
  background: #454c51;
  color: #fff;
  vertical-align: top;
  font-family: 'Gotham-Book';
}
footer .footer-form__submit {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  width: 95px;
  height: 45px;
  border: 3px solid #454c51;
  background: transparent;
  color: #454c51;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  cursor: pointer;
  letter-spacing: 1px;
}
footer .footer-form__submit:hover {
  background: #454c51;
  color: #2a3035;
}
footer .footer-form__submit:active {
  background: #454c51;
  color: #2a3035;
}
footer .footer-cta {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  text-align: right;
  display: block;
  white-space: nowrap;
}
footer .footer-cta__button {
  display: inline-block;
}
footer .footer-cta__button .button {
  width: 140px;
  padding-left: 0;
  padding-right: 0;
}
footer .footer-cta__message {
  display: inline-block;
  width: 290px;
  height: 45px;
  text-align: left;
  margin-right: 25px;
  white-space: normal;
}
footer .footer-cta__message p {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Gotham-Book';
  margin: 5px 0;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  footer .footer-cta__message {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: none;
  }
}
footer .footer-outro {
  *zoom: 1;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  white-space: nowrap;
}
footer .footer-outro:before,
footer .footer-outro:after {
  content: '';
  display: table;
}
footer .footer-outro:after {
  clear: both;
}
@media screen and (max-width: 760px) {
  footer .footer-outro {
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }
}
footer .footer-outro__item {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  height: 25px;
}
footer .footer-outro__item:before,
footer .footer-outro__item:after {
  content: '';
  display: table;
}
footer .footer-outro__item:after {
  clear: both;
}
footer .footer-outro__item:last-child {
  margin-right: 0%;
}
footer .footer-outro__item--left {
  text-align: right;
  padding-right: 20px;
}
footer .footer-outro__item--right {
  text-align: left;
  padding-left: 20px;
}
footer .footer-outro__item--right p {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  color: #454c51;
  vertical-align: bottom;
  margin: 0 0 6px 0;
  letter-spacing: 1px;
}
.custom-input {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.custom-input input[type="text"],
.custom-input textarea,
.custom-input input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid #dedede;
  margin: 15px auto;
  line-height: 44px;
  font-family: 'Gotham-Bold';
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  color: #0b0b0a;
  padding: 10px;
  letter-spacing: 1px;
}
.custom-input textarea {
  line-height: 22px;
  min-height: 150px;
}
.custom-input.donation input {
  text-align: center !important;
  max-width: 222px;
  margin: 15px auto;
}
.custom-input.donation input::-webkit-input-placeholder {
  color: rgba(11,11,10,0.4);
}
.custom-input.donation input:-moz-placeholder {
  color: rgba(11,11,10,0.4);
}
.custom-input.donation input::-moz-placeholder {
  color: rgba(11,11,10,0.4);
}
.custom-input.donation input:-ms-input-placeholder {
  color: rgba(11,11,10,0.4);
}
.custom-input--narrow {
  max-width: 222px;
  margin-left: auto;
  margin-right: auto;
}
.custom-select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 2px solid #dedede;
  padding-left: 15px;
  border-radius: 0px;
  background: transparent url("/static/img/selectArrows.svg") no-repeat center center;
  background-position-x: 96%;
  cursor: pointer;
  color: rgba(11,11,10,0.4);
  font-family: 'Gotham-Bold';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px auto;
}
.custom-select select {
  color: #0b0b0a;
}
.custom-select select option {
  color: #0b0b0a;
}
.custom-select--narrow {
  max-width: 222px;
}
.custom-checkbox {
  position: relative;
  display: block;
  width: 100%;
  height: 25px;
  cursor: pointer;
  margin: 15px auto;
}
.custom-checkbox__box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 3px solid #454c51;
  margin-right: 5px;
}
.custom-checkbox__box:before {
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  display: block;
  background-color: #454c51;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
}
.custom-checkbox__text {
  position: relative;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
}
.custom-checkbox.selected .custom-checkbox__box:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom-radio-group {
  margin: 0 auto;
}
.custom-radio {
  position: relative;
  display: inline-block;
  width: 116px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  margin: 15px auto;
}
.custom-radio__input {
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 3px solid #454c51;
  background-color: #fff;
}
.custom-radio__label {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #2a3035;
  font-family: 'Gotham-Book';
  text-align: center;
}
.custom-radio.selected .custom-radio__input {
  background-color: #454c51;
}
.custom-radio:hover .custom-radio__input {
  background-color: rgba(20,20,20,0.5);
}
.custom-radio:hover.selected .custom-radio__input {
  background-color: #454c51;
}
.custom-form {
  position: relative;
}
.form-question {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 15px auto;
  text-align: center;
}
.form-question--subtitle {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.form-module {
  position: relative;
  -webkit-transition: max-height 0.3s, margin 0.15s;
  transition: max-height 0.3s, margin 0.15s;
  display: block;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  margin: 0px auto;
}
.form-module.open {
  max-height: 500px;
  margin: 0px auto 15px;
}
.form-grid {
  *zoom: 1;
  margin: 0 auto;
}
.form-grid:before,
.form-grid:after {
  content: '';
  display: table;
}
.form-grid:after {
  clear: both;
}
.form-grid--one-column {
  max-width: 500px;
}
.form-grid--one-column .form-grid__item {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.form-grid--one-column .form-grid__item:before,
.form-grid--one-column .form-grid__item:after {
  content: '';
  display: table;
}
.form-grid--one-column .form-grid__item:after {
  clear: both;
}
.form-grid--one-column .form-grid__item:last-child {
  margin-right: 0%;
}
.form-grid--one-column .form-grid__item .custom-input {
  max-width: 100%;
}
.form-grid--two-column {
  width: 500px;
}
.form-grid--two-column .form-grid__item {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 48%;
  margin-left: 0%;
  margin-right: 4%;
}
.form-grid--two-column .form-grid__item:before,
.form-grid--two-column .form-grid__item:after {
  content: '';
  display: table;
}
.form-grid--two-column .form-grid__item:after {
  clear: both;
}
.form-grid--two-column .form-grid__item:last-child {
  margin-right: 0%;
}
.form-grid--two-column-alt {
  *zoom: 1;
  width: 500px;
}
.form-grid--two-column-alt:before,
.form-grid--two-column-alt:after {
  content: '';
  display: table;
}
.form-grid--two-column-alt:after {
  clear: both;
}
.form-grid--two-column-alt .form-grid__item--left {
  float: left;
  width: 320px;
}
.form-grid--two-column-alt .form-grid__item--right {
  width: 160px;
  float: right;
}
.form-grid--three-column {
  max-width: 700px;
}
.form-grid--three-column .form-grid__item {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 31.666666666666632%;
  margin-left: 0%;
  margin-right: 2.5%;
}
.form-grid--three-column .form-grid__item:before,
.form-grid--three-column .form-grid__item:after {
  content: '';
  display: table;
}
.form-grid--three-column .form-grid__item:after {
  clear: both;
}
.form-grid--three-column .form-grid__item:last-child {
  margin-right: 0%;
}
.form-alert {
  display: block;
  text-align: center;
  padding: 10px 15px;
  border: 3px solid #10bcff;
  max-width: 780px;
  margin: 30px auto;
}
.form-alert__inner {
  display: inline-block;
  font-family: 'Century';
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: #10bcff;
}
.form-actions {
  margin: 60px auto;
  text-align: center;
}
.form-section {
  margin: 30px 0;
}
.form-section__title {
  margin: 30px auto 15px;
}
.form-section.extra-top-space {
  margin-top: 60px;
}
.form-section.extra-bottom-space {
  margin-bottom: 60px;
}
.form-section--memorium .custom-radio-group {
  margin-bottom: 30px;
}
.form-section--memorium .custom-radio-group .custom-radio {
  margin-top: 0;
}
header {
  position: relative;
  display: block;
  width: 100%;
  height: 110px;
  background: transparent;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: #10bcff;
  opacity: 0;
}
.header-logo {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 30px;
  bottom: 0;
  background: transparent url("/static/img/dropLogoBig.svg") no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  text-decoration: none;
  cursor: pointer;
  z-index: 102;
}
.social-nav {
  display: block;
  width: auto;
  height: 45px;
  position: absolute;
  top: 0;
  right: 15px;
}
.social-nav__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
  width: auto;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 45px;
  font-family: 'Gotham-Medium';
  margin: 0 5px;
  text-align: center;
  opacity: 0.6;
  letter-spacing: 1px;
}
.social-nav__link:hover {
  opacity: 1;
}
.header-nav {
  display: block;
  width: auto;
  height: 50px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.header-nav__link {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
  width: auto;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Gotham-Medium';
  margin: 0 15px;
  text-align: center;
  min-width: 55px;
  letter-spacing: 1px;
}
.header-nav__link.do-more {
  -webkit-transition: background 0.156s;
  transition: background 0.156s;
}
.header-nav__link a:before {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: 10px;
  left: 0;
  opacity: 0;
}
.header-nav__link.button a:before {
  display: none;
}
.header-nav__link:last-child {
  margin: 0 0 0 15px;
}
.header-nav__link a:hover:before {
  opacity: 1;
}
.header-nav__link a:active:before {
  opacity: 1;
}
.header-nav__link.active a:before {
  opacity: 1;
}
body.why .header-nav__link.why {
  opacity: 1;
}
body.why .header-nav__link.why a:before {
  opacity: 1;
}
body.how .header-nav__link.how {
  opacity: 1;
}
body.how .header-nav__link.how a:before {
  opacity: 1;
}
body.where .header-nav__link.where {
  opacity: 1;
}
body.where .header-nav__link.where a:before {
  opacity: 1;
}
body.about .header-nav__link.about {
  opacity: 1;
}
body.about .header-nav__link.about a:before {
  opacity: 1;
}
.header-nav__link.button {
  border: 3px solid rgba(255,255,255,0.6);
  background: transparent;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  line-height: 47px;
}
.header-nav__link.button:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.header-nav__link.button:active {
  background: rgba(255,255,255,0.3);
  color: #fff;
}
.secondary-nav {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 100px;
  overflow: hidden;
  border-top: 0px solid rgba(151,151,151,0.9);
  border-bottom: 0px solid rgba(151,151,151,0.9);
  text-align: center;
}
.secondary-nav__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  top: 0;
  left: 0;
}
.secondary-nav__link {
  position: relative;
  display: inline-block;
  color: #747679;
  font-size: 14px;
  line-height: 60px;
  margin: 0 15px;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.secondary-nav__link:before {
  -webkit-transition: opacity 0.13s;
  transition: opacity 0.13s;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #10bcff;
  position: absolute;
  bottom: 17px;
  left: 0;
  opacity: 0;
}
.secondary-nav__link:hover {
  -webkit-transition: color 0.13s;
  transition: color 0.13s;
  color: #10bcff;
}
.secondary-nav__link:hover:before {
  opacity: 1;
}
.secondary-nav__link.active {
  color: #10bcff;
}
.secondary-nav__link.active:before {
  opacity: 1;
}
section.section--jharana {
  height: 700px;
  overflow: hidden;
}
.story-page-extra-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.story-module {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
}
.story-module.visible {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 1;
}
.story-module.move-next:before {
  -webkit-transition: left 1.1s;
  transition: left 1.1s;
  left: -750px;
}
.story-module.move-prev:after {
  -webkit-transition: right 1.1s;
  transition: right 1.1s;
  right: -750px;
}
.story-module__button {
  -webkit-transition: -webkit-transform 0.156s;
  transition: transform 0.156s;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background: transparent no-repeat center center;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  cursor: pointer;
  z-index: 50;
  -webkit-transform: translate3d(0, 0, 0), scale(1);
  transform: translate3d(0, 0, 0), scale(1);
}
.story-module__button--next {
  background-image: url("/static/img/right_arrow.png");
  right: 30px;
}
.story-module__button--prev {
  background-image: url("/static/img/left_arrow.png");
  left: 30px;
}
.story-module__button:hover {
  -webkit-transform: scale(1.13);
  -ms-transform: scale(1.13);
  transform: scale(1.13);
}
.story-module__button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.story-module__button.disabled {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.story-module .story-slide-text-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.story-module .story-slide-text-box {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  display: block;
  width: 100%;
  height: 145px;
  position: absolute;
  top: 180px;
  left: 0;
  margin-left: 0;
  background: transparent url("") no-repeat top center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  color: #2a3035;
  text-align: center;
  font-family: 'Century-Bold';
  font-size: 20px;
}
.story-module .story-slide-text-box img {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
.story-module .story-slide-text-box.showing {
  -webkit-transition: -webkit-transform 0.33s ease 0.33s;
  transition: transform 0.33s ease 0.33s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.story-module .story-slide-cta-box {
  display: block;
  width: 700px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 330px;
  left: 50%;
  margin-left: -350px;
  background: transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  text-align: center;
}
.story-module .story-slide-cta-box__text {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.story-module .story-slide-quote-box {
  display: block;
  width: 700px;
  height: 70px;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -350px;
  background: transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
}
.story-module .story-slide-quote-box a {
  color: rgba(255,255,255,0.6);
}
.story-module .story-slide-quote-box__text {
  font-family: 'Century-BoldItalic';
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 1px;
  color: #fff;
}
.story-module .story-slide-quote-box__source {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 60px;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 1;
  line-height: 1;
  cursor: pointer;
}
.story-module .story-slide-quote-box__source:before {
  -webkit-transition: opacity 0.13s;
  transition: opacity 0.13s;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #10bcff;
  position: absolute;
  bottom: 17px;
  left: 0;
  opacity: 0;
  bottom: -5px;
  top: auto;
  color: #fff;
  border-color: #fff;
  background: #fff;
}
.story-module .story-slide-quote-box__source:hover {
  color: #fff;
  opacity: 1;
}
.story-module .story-slide-quote-box__source:hover:before {
  opacity: 1;
}
.story-module .story-slide {
  background: transparent no-repeat top center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  display: block;
  width: 100%;
  height: 700px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.story-module .story-slide img {
  vertical-align: bottom;
  height: 100%;
  width: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.story-module .story-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent no-repeat bottom left;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.story-module .story-layer img {
  vertical-align: bottom;
  width: auto;
  height: 100%;
}
.story-module .story-layer--background {
  z-index: 1;
  background-position-x: 0%;
  background-position-y: 100%;
  background-repeat: repeat-x;
}
.story-module .story-layer--midground-back {
  z-index: 2;
  background: transparent no-repeat bottom center;
  height: 700px;
  top: 0;
  width: 200%;
  left: -50%;
}
.story-module .story-layer--midground {
  z-index: 3;
  background: transparent no-repeat bottom center;
  height: 700px;
}
.story-module .story-layer--foreground {
  -webkit-transition: right 1s;
  transition: right 1s;
  display: block;
  position: absolute;
  bottom: -10px;
  right: -100%;
  top: auto;
  left: auto;
  z-index: 4;
  margin-left: 100%;
  background: transparent url("/static/img/jharana/foreground1.png") no-repeat;
  background: transparent no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: 0 0;
}
.story-module .swipe-layer {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.story-module .swipe-layer.hidden {
  display: none !important;
}
.story-module .swipe-layer .story-swipe {
  display: block;
  position: absolute;
  top: 0;
  left: 105%;
  width: 800px;
  height: 700px;
  background: rgba(0,0,0,0.3);
  z-index: 6;
  background: transparent url("/static/img/jharana/foreground1.png") no-repeat center left;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.story-module .swipe-layer .story-swipe.right {
  left: 105%;
  right: auto;
}
.story-module .swipe-layer .story-swipe.left {
  right: 105%;
  left: auto;
}
.list {
  position: relative;
}
.list--ol {
  position: relative;
}
.list--ul {
  position: relative;
}
.people-grid {
  text-align: center;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20,20,20,0.3);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s;
}
.modal .modal-close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  background: #fff;
  display: none;
}
.modal .modal-inner {
  position: relative;
  display: block;
  margin: 0 auto;
  background: rgba(0,0,0,0);
  width: 100%;
  height: auto;
  margin: 150px auto 0;
  max-width: 1200px;
  padding: 0 5%;
}
.modal.hidden {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: -1;
  opacity: 0;
}
section.section {
  display: block;
  width: 100%;
  position: relative;
}
section.section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
section.section .section-header__title {
  color: #2a3035;
}
section.section .section-background {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: rgba(20,20,20,0.2);
}
section.section .section-background__image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 760px) {
  section.section .section-background__image {
    width: auto;
    height: 100%;
  }
}
.wrapper section.section .section-background--preview {
  display: none;
}
#wysiTemplates section.section .section-background--preview {
  display: block !important;
}
section.section article {
  background: transparent;
}
section.section article article {
  color: #2a3035;
}
section.section--info,
section.section--header {
  position: relative;
  padding: 0;
}
section.section--social .section-header {
  margin-bottom: 15px;
}
section.section--two-columns .section-inner {
  *zoom: 1;
}
section.section--two-columns .section-inner:before,
section.section--two-columns .section-inner:after {
  content: '';
  display: table;
}
section.section--two-columns .section-inner:after {
  clear: both;
}
section.section--two-columns .section-inner__grid {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 46.75%;
  margin-left: 0%;
  margin-right: 6.5%;
}
section.section--two-columns .section-inner__grid:before,
section.section--two-columns .section-inner__grid:after {
  content: '';
  display: table;
}
section.section--two-columns .section-inner__grid:after {
  clear: both;
}
section.section--two-columns .section-inner__grid:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
section.section--two-columns .section-inner__grid:nth-child(2n + 1) {
  clear: both;
}
section.section--three-columns .section-inner {
  *zoom: 1;
}
section.section--three-columns .section-inner:before,
section.section--three-columns .section-inner:after {
  content: '';
  display: table;
}
section.section--three-columns .section-inner:after {
  clear: both;
}
section.section--three-columns .section-inner__grid {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 29.333333333333297%;
  margin-left: 0%;
  margin-right: 6%;
}
section.section--three-columns .section-inner__grid:before,
section.section--three-columns .section-inner__grid:after {
  content: '';
  display: table;
}
section.section--three-columns .section-inner__grid:after {
  clear: both;
}
section.section--three-columns .section-inner__grid:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
section.section--three-columns .section-inner__grid:nth-child(3n + 1) {
  clear: both;
}
section.section--page-footer {
  height: 200px;
  background: transparent no-repeat;
}
section.section--white-bg {
  background: #fff;
}
section.section--white-bg article.article {
  color: #2a3035;
}
section.section--black-bg {
  background: #2a3035;
}
section.section--black-bg article.article {
  color: #fff;
}
section.section--image-bg .section-background {
  display: block;
}
section.section--right-aligned {
  text-align: right;
}
section.section--centered {
  text-align: center;
}
section.section--fixed-height {
  height: 400px;
  overflow: hidden;
}
section.section--fixed-height .section-inner {
  display: table;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section.section--fixed-height .section-inner article.article {
  display: table-cell;
}
section.section--fixed-height--tall {
  height: 400px;
}
section.section--fixed-height--large {
  height: 490px;
}
section.section--fixed-height--medium {
  height: 320px;
}
section.section--fixed-height--small,
section.section--fixed-height--short {
  height: 200px;
}
section.section--page-hero {
  margin-bottom: 60px;
}
section.section--page-hero .section-inner {
  display: block;
  position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: center;
  max-width: 100%;
  padding: 0;
}
section.section--page-hero .section-inner article.article {
  padding: 0;
  margin: 0 auto;
  display: inline-block !important;
}
section.section--page-hero .section-inner article.article .article-header {
  margin: 0 0 5px 0;
  text-align: center;
}
section.section--page-hero .section-inner article.article .article-content {
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
}
section.section--page-hero .section-inner article.article .article-content__text {
  line-height: 30px;
}
section.section--page-hero .section-inner article.article .article-content__text p {
  line-height: 30px;
  font-size: 18px;
  line-height: 28px;
}
section.section--page-hero .section-inner article.article .article-content__text.large p {
  font-size: 18px;
  line-height: 28px;
}
section.section--top-focus .section-background {
  background-position: 0 0;
}
section.section--bottom-focus .section-background {
  background-position: 50% 100%;
}
section.section--center-focus .section-background {
  background-position: 50% 50%;
}
section.section--grey-bg {
  background-color: #f7f7f7;
}
section.section--light-bg {
  color: #2a3035;
}
section.section--light-bg article {
  color: #2a3035;
}
section.section--dark-bg,
section.section--image-bg {
  color: #fff;
}
section.section--dark-bg article,
section.section--image-bg article {
  color: #fff;
}
section.section--quote {
  padding: 60px 0;
  text-align: center;
}
section.section--splash-value {
  position: relative;
}
section.section--splash-value:after {
  content: '';
  display: block;
  height: 2px;
  width: 220px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -110px;
  background: rgba(69,76,81,0.2);
}
section.section--pillars {
  -webkit-transition: padding 0.33s;
  transition: padding 0.33s;
  position: relative;
  padding-bottom: 30px;
}
section.section--pillars .pillars-inner {
  -webkit-transition: padding 0.33s;
  transition: padding 0.33s;
  position: relative;
  border: 1px solid #10bcff;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
  height: auto;
}
section.section--pillars .pillars-inner article.article .article-content {
  -webkit-transition: max-height 0.33s;
  transition: max-height 0.33s;
  max-height: 250px;
  overflow: hidden;
}
section.section--pillars .pillars-inner article.article .article-content .article-content__text {
  -webkit-transition: opacity 0.33s;
  transition: opacity 0.33s;
  opacity: 1;
}
section.section--pillars .pillars-inner .pillars-toggle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: 'Century-BoldItalic';
  text-align: center;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -100px;
}
section.section--pillars .pillars-indicator {
  position: absolute;
  left: 50%;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #10bcff;
  display: none;
  margin-left: -12px;
  z-index: 50;
}
section.section--pillars .section-inner__grid {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  margin-bottom: -30px;
  height: 100%;
}
section.section--pillars .section-inner__grid:before,
section.section--pillars .section-inner__grid:after {
  content: '';
  display: table;
}
section.section--pillars .section-inner__grid:after {
  clear: both;
}
section.section--pillars .section-inner__grid:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
section.section--pillars .section-inner__grid:nth-child(2n + 1) {
  clear: both;
}
section.section--pillars .section-inner__grid .article,
section.section--pillars .section-inner__grid article {
  margin: 0;
  padding: 0;
}
section.section--pillars .section-inner__grid .article .article-header,
section.section--pillars .section-inner__grid article .article-header {
  margin: 0;
}
section.section--pillars .section-inner__grid .article .article-header__title,
section.section--pillars .section-inner__grid article .article-header__title {
  line-height: 1;
}
section.section--pillars .section-inner__grid .article .article-content,
section.section--pillars .section-inner__grid article .article-content {
  margin: 0;
}
section.section--pillars .section-inner__grid--left {
  padding-right: 48px;
}
section.section--pillars .section-inner__grid--left:before {
  position: absolute;
  display: block;
  content: '';
  top: 15px;
  right: -2px;
  width: 4px;
  height: 100%;
  background: #10bcff;
}
section.section--pillars .section-inner__grid--left article {
  position: relative;
}
section.section--pillars .section-inner__grid--left article:before {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 0px solid #10bcff;
  content: '';
  position: absolute;
  top: 8px;
  right: -53px;
  background: #10bcff;
}
section.section--pillars .section-inner__grid--right {
  padding-left: 48px;
}
section.section--pillars .section-inner__grid--right:before {
  position: absolute;
  display: block;
  content: '';
  top: 15px;
  left: -2px;
  width: 4px;
  height: 100%;
  background: #10bcff;
}
section.section--pillars .section-inner__grid--right article {
  position: relative;
}
section.section--pillars .section-inner__grid--right article:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 0px solid #10bcff;
  content: '';
  position: absolute;
  top: 8px;
  left: -53px;
  background: #10bcff;
}
section.section--pillars .section-inner:last-child .section-inner__grid--left:before,
section.section--pillars .section-inner:last-child .section-inner__grid--right:before {
  background: #fff;
}
section.section--pillars.closed {
  padding-bottom: 15px;
}
section.section--pillars.closed .pillars-inner {
  border: 1px solid rgba(11,11,10,0.4);
  padding-bottom: 30px;
}
section.section--pillars.closed .pillars-inner .section-inner .section-inner__grid--left:before {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  height: 80%;
}
section.section--pillars.closed .pillars-inner .section-inner .section-inner__grid--right:before {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  height: 80%;
}
section.section--pillars.closed .pillars-inner article.article .article-content {
  max-height: 60px;
}
section.section--pillars.closed .pillars-inner article.article .article-content .article-content__text {
  opacity: 0;
}
section.section .section-inner--narrow {
  max-width: 620px;
}
section.section .section-inner--careers {
  *zoom: 1;
  max-width: 1000px;
}
section.section .section-inner--careers:before,
section.section .section-inner--careers:after {
  content: '';
  display: table;
}
section.section .section-inner--careers:after {
  clear: both;
}
section.section .section-inner--wide {
  max-width: 1220px;
}
section.section .section-inner--wide blockquote {
  padding: 0 10px;
}
section.section .section-inner--grid {
  *zoom: 1;
}
section.section .section-inner--grid:before,
section.section .section-inner--grid:after {
  content: '';
  display: table;
}
section.section .section-inner--grid:after {
  clear: both;
}
section.section .section-inner--grid article.article {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 46.5%;
  margin-left: 0%;
  margin-right: 7.000000000000001%;
  position: relative;
  display: table;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
section.section .section-inner--grid article.article:before,
section.section .section-inner--grid article.article:after {
  content: '';
  display: table;
}
section.section .section-inner--grid article.article:after {
  clear: both;
}
section.section .section-inner--grid article.article:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
section.section .section-inner--grid article.article:nth-child(2n + 1) {
  clear: both;
}
section.section .section-inner--grid article.article .article-inner {
  position: relative;
  vertical-align: middle;
  display: table-cell;
}
section.section .section-inner--grid-3 {
  *zoom: 1;
}
section.section .section-inner--grid-3:before,
section.section .section-inner--grid-3:after {
  content: '';
  display: table;
}
section.section .section-inner--grid-3:after {
  clear: both;
}
section.section .section-inner--grid-3 article.article {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 30.999999999999964%;
  margin-left: 0%;
  margin-right: 3.5%;
}
section.section .section-inner--grid-3 article.article:before,
section.section .section-inner--grid-3 article.article:after {
  content: '';
  display: table;
}
section.section .section-inner--grid-3 article.article:after {
  clear: both;
}
section.section .section-inner--grid-3 article.article:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
section.section .section-inner--grid-3 article.article:nth-child(3n + 1) {
  clear: both;
}
section.section .section-inner--grid--2-3 {
  *zoom: 1;
  padding: 0 20px;
}
section.section .section-inner--grid--2-3:before,
section.section .section-inner--grid--2-3:after {
  content: '';
  display: table;
}
section.section .section-inner--grid--2-3:after {
  clear: both;
}
section.section .section-inner--grid--2-3 article.article.article--left {
  width: 230px;
  float: left;
  position: relative;
}
section.section .section-inner--grid--2-3 article.article.article--right {
  width: 500px;
  float: right;
  position: relative;
}
section.section .section-inner--grid--3-2 {
  *zoom: 1;
  padding: 0 20px;
}
section.section .section-inner--grid--3-2:before,
section.section .section-inner--grid--3-2:after {
  content: '';
  display: table;
}
section.section .section-inner--grid--3-2:after {
  clear: both;
}
section.section .section-inner--grid--3-2 article.article.article--left {
  width: 500px;
  float: left;
  position: relative;
}
section.section .section-inner--grid--3-2 article.article.article--right {
  width: 230px;
  float: right;
  position: relative;
}
section.section .section-inner--people-grid {
  *zoom: 1;
  text-align: left;
}
section.section .section-inner--people-grid:before,
section.section .section-inner--people-grid:after {
  content: '';
  display: table;
}
section.section .section-inner--people-grid:after {
  clear: both;
}
section.section .section-inner--no-max-width {
  max-width: 100%;
}
.section-columns {
  *zoom: 1;
}
.section-columns:before,
.section-columns:after {
  content: '';
  display: table;
}
.section-columns:after {
  clear: both;
}
.section-columns section.section {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.section-columns section.section:before,
.section-columns section.section:after {
  content: '';
  display: table;
}
.section-columns section.section:after {
  clear: both;
}
.section-columns section.section:last-child {
  margin-right: 0%;
}
.section-columns section.section .section-inner {
  max-width: 380px;
}
section.section {
  background-color: transparent !important;
}
.section-content-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20,20,20,0.2) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: rgba(20,20,20,0.2);
}
.section-content-image--grid-left {
  width: 50%;
}
.section-content-image--grid-right {
  width: 50%;
  left: 50%;
}
.section-content-image--proveit {
  opacity: 0;
}
.section-content-image--proveit:first-child {
  opacity: 1;
}
.section-content-image--proveit.ready {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.section-content-image--proveit.active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.prove-it-module,
.blog-image-module {
  z-index: 3;
}
.prove-it-module .article-header__title,
.blog-image-module .article-header__title {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.footer-social-links__item {
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  color: #454c51;
  cursor: pointer;
  margin: 0 3px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.footer-social-links__item:hover {
  color: #10bcff;
}
.footer-social-links__item:active {
  color: #fff;
}
.twitter-module {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 30px auto;
}
.twitter-module:before,
.twitter-module:after {
  content: '';
  display: table;
}
.twitter-module:after {
  clear: both;
}
.twitter-module .twitter-module-inner {
  *zoom: 1;
  width: 100%;
}
.twitter-module .twitter-module-inner:before,
.twitter-module .twitter-module-inner:after {
  content: '';
  display: table;
}
.twitter-module .twitter-module-inner:after {
  clear: both;
}
.twitter-module .twitter-module-inner__item {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 49.25%;
  margin-left: 0%;
  margin-right: 1.5%;
  position: relative;
  border: 1px solid rgba(11,11,10,0.4);
  height: 180px;
  padding: 30px;
  margin-bottom: 15px;
}
.twitter-module .twitter-module-inner__item:before,
.twitter-module .twitter-module-inner__item:after {
  content: '';
  display: table;
}
.twitter-module .twitter-module-inner__item:after {
  clear: both;
}
.twitter-module .twitter-module-inner__item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.twitter-module .twitter-module-inner__item:nth-child(2n + 1) {
  clear: both;
}
.twitter-module .twitter-card__tweet {
  font-size: 14px;
  line-height: 21px;
}
.twitter-module .twitter-card__tweet a {
  color: #10bcff;
  font-weight: normal;
  font-family: 'Gotham-Book';
}
.twitter-module .twitter-card__tweet a:hover {
  text-decoration: underline;
}
.twitter-module .twitter-card .twitter-card-info {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.twitter-module .twitter-card .twitter-card-info__name {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.twitter-module .twitter-card .twitter-card-info__meta {
  position: relative;
  display: inline-block;
  width: 100%;
  top: -10px;
}
.twitter-module .twitter-card .twitter-card-info__user {
  display: inline-block;
  color: #10bcff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-family: 'Gotham-Bold';
}
.twitter-module .twitter-card .twitter-card-info__time {
  display: inline-block;
  color: #dedede;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-family: 'Gotham-Bold';
}
.twitter-module .twitter-card .twitter-card-info__time:before {
  content: '| ';
}
.instagram-module {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto;
}
.instagram-module:before,
.instagram-module:after {
  content: '';
  display: table;
}
.instagram-module:after {
  clear: both;
}
.instagram-module .instagram-module-inner {
  *zoom: 1;
  width: 100%;
}
.instagram-module .instagram-module-inner:before,
.instagram-module .instagram-module-inner:after {
  content: '';
  display: table;
}
.instagram-module .instagram-module-inner:after {
  clear: both;
}
.instagram-module .instagram-module-inner__item {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 32.3333333333333%;
  margin-left: 0%;
  margin-right: 1.5%;
  position: relative;
  height: 252px;
  padding: 0;
  margin-bottom: 15px;
}
.instagram-module .instagram-module-inner__item:before,
.instagram-module .instagram-module-inner__item:after {
  content: '';
  display: table;
}
.instagram-module .instagram-module-inner__item:after {
  clear: both;
}
.instagram-module .instagram-module-inner__item:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.instagram-module .instagram-module-inner__item:nth-child(3n + 1) {
  clear: both;
}
.instagram-module .instagram-module-inner__item .instagram-card {
  display: block;
  width: 100%;
  height: 100%;
  background: #747679;
}
.instagram-module .instagram-module-inner__item .instagram-card img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
#instafeed {
  *zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto;
}
#instafeed:before,
#instafeed:after {
  content: '';
  display: table;
}
#instafeed:after {
  clear: both;
}
#instafeed a {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 32.3333333333333%;
  margin-left: 0%;
  margin-right: 1.5%;
  display: block;
  position: relative;
  height: 252px;
  padding: 0;
  margin-bottom: 15px;
}
#instafeed a:before,
#instafeed a:after {
  content: '';
  display: table;
}
#instafeed a:after {
  clear: both;
}
#instafeed a:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
#instafeed a:nth-child(3n + 1) {
  clear: both;
}
#instafeed a img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.twitter-timeline {
  display: block;
  margin: 0 auto 30px;
}
body.about section.section--page-hero article.article .article-header__title {
  white-space: nowrap;
}
.careers .apply-button {
  margin-bottom: 30px;
}
body.contact .contact-map {
  position: relative;
}
body.contact .contact-map .get-directions {
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #10bcff;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
  box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 14px;
  padding: 10px;
  line-height: 1;
  letter-spacing: 1px;
}
body.contact #map {
  background-blend-mode: lighten;
  position: relative;
}
body.contact .contact-info {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
body.contact .contact-info .contact-info__title {
  margin: 75px auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}
body.contact .contact-info-grid {
  *zoom: 1;
}
body.contact .contact-info-grid:before,
body.contact .contact-info-grid:after {
  content: '';
  display: table;
}
body.contact .contact-info-grid:after {
  clear: both;
}
body.contact .contact-info-grid__item {
  *zoom: 1;
  float: left;
  display: inline;
  clear: none;
  text-align: inherit;
  width: 30.666666666666632%;
  margin-left: 0%;
  margin-right: 4%;
}
body.contact .contact-info-grid__item:before,
body.contact .contact-info-grid__item:after {
  content: '';
  display: table;
}
body.contact .contact-info-grid__item:after {
  clear: both;
}
body.contact .contact-info-grid__item:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
body.contact .contact-info-grid__item:nth-child(3n + 1) {
  clear: both;
}
body.contact .contact-info__item {
  margin-bottom: 30px;
}
body.contact .contact-info__item h6 {
  line-height: 1;
  width: 100%;
  margin: 0;
  white-space: nowrap;
}
body.contact .contact-info__item p {
  width: 100%;
  margin: 0;
  line-height: 1;
}
body.contact .contact-info__social {
  text-align: center;
  margin-top: -15px;
}
body.do-more .custom-input {
  max-width: 222px;
  margin-left: auto;
  margin-right: auto;
}
body.do-more .custom-input input {
  text-align: center;
  color: #2a3035;
  padding: 0;
}
body.do-more .custom-input input::-webkit-input-placeholder {
  color: rgba(11,11,10,0.4);
}
body.do-more .custom-input input:-moz-placeholder {
  color: rgba(11,11,10,0.4);
}
body.do-more .custom-input input::-moz-placeholder {
  color: rgba(11,11,10,0.4);
}
body.do-more .custom-input input:-ms-input-placeholder {
  color: rgba(11,11,10,0.4);
}
body.do-more section.section--header article.article .article-actions .button {
  padding: 0;
  width: 200px;
}
body.donate {
  color: #2a3035;
}
body.donate section.section--form {
  text-align: center;
}
body.donate .form-section--payment {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
}
body.donate .form-section--payment .form-section-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
body.donate .form-section--payment .payment-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 350px;
  background: #fff;
  border-radius: 15px;
  border: 3px solid rgba(11,11,10,0.2);
  margin: 15px auto;
  z-index: 2;
  padding: 60px 30px;
  text-align: left;
}
body.donate .form-section--payment .payment-card__message {
  margin-bottom: 80px;
}
body.donate .form-section--payment .payment-card__form {
  *zoom: 1;
  display: block;
  width: 750px;
}
body.donate .form-section--payment .payment-card__form:before,
body.donate .form-section--payment .payment-card__form:after {
  content: '';
  display: table;
}
body.donate .form-section--payment .payment-card__form:after {
  clear: both;
}
body.donate .form-section--payment .payment-card__form .custom-input,
body.donate .form-section--payment .payment-card__form .custom-select {
  float: left;
}
body.donate .form-section--payment .payment-card__form .custom-input {
  width: 280px;
  margin-right: 10px;
}
body.donate .form-section--payment .payment-card__form .custom-input#security-code {
  width: 160px;
  margin-left: 40px;
}
body.donate .form-section--payment .payment-card__form .custom-select {
  width: 100px;
  margin-right: 10px;
}
body.donate .form-section--payment .payment-card--security-code {
  top: 70px;
  left: 210px;
  z-index: 1;
}
body.donate .form-section--payment .payment-card--security-code:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  top: 50px;
  left: 0;
  background: rgba(11,11,10,0.2);
}
body.four-o-four section.section--page-hero .section-inner article.article .article-header__title {
  font-size: 70px;
}
body.home {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.home section.section--page-hero {
  height: 750px;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
body.home section.section--page-hero .section-inner {
  top: 220px;
  height: 300px;
  overflow: visible;
  position: relative;
}
body.home section.section--page-hero .section-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
}
body.home section.section--page-hero .section-inner article.article {
  padding-left: 40%;
  position: relative;
  height: 300px;
  display: inline-block !important;
}
body.home section.section--page-hero .section-inner article.article .article-header {
  text-align: left;
}
body.home section.section--page-hero .section-inner article.article .article-header__title {
  white-space: nowrap;
}
@media screen and (max-width: 888px) {
  body.home section.section--page-hero .section-inner article.article .article-header__title {
    font-size: 42px;
  }
}
body.home section.section--page-hero .section-inner article.article .article-header__supertitle {
  top: -25px;
  text-align: left;
  font-family: 'Gotham-Bold';
}
body.home section.section--page-hero .section-inner article.article .article-content {
  margin: 10px 0 0;
  text-align: left;
}
body.home section.section--page-hero .section-inner article.article .article-actions {
  text-align: left;
}
body.home section.section--page-hero .section-inner article.article .article-actions--countries {
  display: inline-block;
  width: auto;
  max-width: 700px;
  margin: 0 auto;
}
body.home section.section--page-hero .section-inner article.article .article-actions--countries:before {
  -webkit-transition: opacity 0.33s;
  transition: opacity 0.33s;
  content: '';
  width: 20px;
  height: 35px;
  display: block;
  position: absolute;
  left: -15px;
  top: -4px;
  background: transparent url("/static/img/locationMarkBlue.svg") no-repeat center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  opacity: 0;
}
body.home section.section--page-hero .section-inner article.article .article-actions--countries:hover:before {
  opacity: 1;
}
body.home section.section--page-hero .section-inner article.article .article-actions .button--country {
  padding: 0;
  margin: 0;
  color: #fff;
  border-color: #fff;
  opacity: 1;
  padding: 0 12px;
  border-right: 1px solid #fff;
  margin-right: -4px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  width: auto;
}
body.home section.section--page-hero .section-inner article.article .article-actions .button--country:first-child {
  position: relative;
}
body.home section.section--page-hero .section-inner article.article .article-actions .button--country:last-child {
  position: relative;
  border-right: none;
}
body.home section.section--page-hero .section-inner article.article .article-actions .button--country a {
  display: inline-block;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 0.6;
  letter-spacing: 1px;
}
body.home section.section--page-hero .section-inner article.article .article-actions .button--country a:before {
  -webkit-transition: opacity 0.13s;
  transition: opacity 0.13s;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -6px;
  left: 0;
  opacity: 0;
}
body.home section.section--page-hero .section-inner article.article .article-actions .button--country a:hover {
  opacity: 1;
}
body.home section.section--page-hero .section-inner article.article .article-actions .button--country a:hover:before {
  opacity: 1;
}
body.home section.section--page-hero .section-inner article.article.centered {
  padding-left: 0;
}
body.home section.section--page-hero .section-inner article.article.centered .article-header {
  text-align: center;
}
body.home section.section--page-hero .section-inner article.article.centered .article-header__supertitle {
  text-align: center;
}
body.home section.section--page-hero .section-inner article.article.centered .article-content {
  margin: 10px auto 0;
  text-align: center;
}
body.home section.section--page-hero .section-inner article.article.centered .article-actions {
  text-align: center;
}
body.home section.section--page-hero .section-inner article.article.left-with-offest .article-actions {
  text-align: left;
}
body.home section.section--page-hero .section-inner article.article.left-with-offest .article-actions--countries {
  display: block;
  text-align: left;
  margin-left: 0;
}
body.home section.section--page-hero .section-inner article.article.left-with-offest .article-actions--countries:before {
  left: -30px;
}
body.home section.section--page-hero .section-inner article.article.left-with-offest .article-actions .button--country:first-child {
  padding-left: 0;
}
body.styleguide {
  position: relative;
}
body.styleguide h1,
body.styleguide h2,
body.styleguide h3,
body.styleguide h4,
body.styleguide p,
body.styleguide blockquote,
body.styleguide .button,
body.styleguide p[class="large"] {
  position: relative;
}
body.styleguide h1:before,
body.styleguide h2:before,
body.styleguide h3:before,
body.styleguide h4:before,
body.styleguide p:before,
body.styleguide blockquote:before,
body.styleguide .button:before,
body.styleguide p[class="large"]:before {
  color: #f00;
  font-size: 12px;
  content: 'H1';
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  font-weight: bold;
}
body.styleguide h2:before {
  content: 'H2';
}
body.styleguide h3:before {
  content: 'H3';
}
body.styleguide h4:before {
  content: 'H4';
}
body.styleguide blockquote:before {
  content: 'blockquote';
}
body.styleguide p:before {
  content: 'p';
}
body.styleguide p[class="large"]:before {
  content: 'p.large';
}
body.styleguide .button {
  position: relative;
}
body.styleguide .button:before {
  content: '.button';
  color: #f00;
}
.sumac_submit,
#sumac_ticketing_thankyou_content input,
#sumac_ticketing_thankyou_content a,
#sumac_ticketing_thankyou_content button {
  border-radius: 0;
  appearance: none;
  display: inline-block;
}
body.where {
  position: relative;
}
body.where section.section--page-hero {
  margin-bottom: 90px;
}
body.where section.section--page-hero .section-inner article.article .article-header h1 {
  font-size: 72px;
}
body.where section.section--page-hero .section-inner article.article .article-content {
  opacity: 1;
}
body.where section.section--page-hero .section-inner article.article .article-content--badges {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px auto;
  text-align: center;
}
body.where section.section--page-hero .section-inner article.article .article-content--badges__item {
  position: relative;
  display: inline-block;
  width: 114px;
  height: 114px;
  margin: 0 3px;
  background-color: transparent;
  background: transparent no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
body.where section.section--page-hero .section-inner article.article .article-content--badges, body.tableau section.section--page-hero .section-inner article.article .article-content--badges {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px auto;
  text-align: center;
}
body.where section.section--page-hero .section-inner article.article .article-content--badges__item, body.tableau section.section--page-hero .section-inner article.article .article-content--badges__item {
  position: relative;
  display: inline-block;
  width: 114px;
  height: 114px;
  margin: 0 3px;
  background-color: transparent;
  background: transparent no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.tableau-intro-text p {
  display:block;
}

.tableau-intro-text p a {
  color:#10bcff;
  font-weight:normal;
  display:inline;
}

.tableau-intro-text input[type=text] {
  border:1px solid #ccc;
}

.tableau-intro-text button.button {
  border:none;
  display:block;
  margin-top:15px;
}

.tableau-embed {
    max-width: 820px;
    padding: 0 10px;
    width: 100%;
    margin: auto;
}