@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 125%;
  height: 100%
}

body {
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 100%;
  position: relative
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  max-width: 100%
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0
}

input,
optgroup {
  color: inherit
}

button {
  overflow: visible
}

select {
  text-transform: none;
  background-color: #fff;
  background-image: url(../png/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 12px 9px;
  background-position: 98% center
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0
}

textarea {
  overflow: auto;
  font-size: 16px;
  line-height: 1.3;
  padding: 13px 10px;
  border-radius: 4px;
  border: solid 1px #c1c1ba;
  margin-bottom: 0;
  height: auto;
  text-align: left;
  color: #333232;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: none;
  resize: vertical;
  width: 100%
}

optgroup {
  font-weight: 700
}

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

legend,
td,
th {
  padding: 0
}

*,
::after,
::before {
  box-sizing: inherit
}

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff
}

.wrapper.disable-transform {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.container {
  padding: 70px 20px 20px;
  min-height: calc(100vh - 578px)
}

@media only screen and (min-width:40.063em) {
  .container {
    padding: 85px 20px 20px;
    min-height: calc(100vh - 489px)
  }
}

@media only screen and (min-width:64.063em) {
  .container {
    padding: 110px 20px 20px;
    min-height: calc(100vh - 374px)
  }
}

.hint,
[data-hint] {
  position: relative;
  display: inline-block
}

.hint:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
  transition-delay: 0ms
}

.hint:after {
  position: absolute;
  z-index: 1000000
}

.hint:after,
[data-hint]:after,
[data-hint]:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
  transition-delay: 0ms
}

[data-hint]:after {
  position: absolute;
  z-index: 1000000
}

.hint:focus:after,
.hint:focus:before,
.hint:hover:after,
.hint:hover:before,
[data-hint]:focus:after,
[data-hint]:focus:before,
[data-hint]:hover:after,
[data-hint]:hover:before {
  visibility: visible;
  opacity: 1
}

.hint:hover:after,
.hint:hover:before,
[data-hint]:hover:after,
[data-hint]:hover:before {
  transition-delay: 100ms
}

.hint:before,
[data-hint]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001
}

.hint:after,
[data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: #fff
}

[data-hint='']:after,
[data-hint='']:before {
  display: none !important
}

.hint--top:before {
  margin-bottom: -12px
}

.hint--top:after {
  margin-left: -18px
}

.hint--top:after,
.hint--top:before {
  bottom: 100%;
  left: 50%
}

.hint--top:focus:after,
.hint--top:focus:before,
.hint--top:hover:after,
.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.hint--bottom:before {
  margin-top: -12px
}

.hint--bottom:after {
  margin-left: -18px;
  top: 100%;
  left: 50%
}

.hint--bottom:before {
  top: 100%;
  left: 50%
}

.hint--bottom:focus:after,
.hint--bottom:focus:before,
.hint--bottom:hover:after,
.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px
}

.hint--right:after {
  margin-bottom: -14px
}

.hint--right:after,
.hint--right:before {
  left: 100%;
  bottom: 50%
}

.hint--right:focus:after,
.hint--right:focus:before,
.hint--right:hover:after,
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px)
}

.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px
}

.hint--left:after {
  margin-bottom: -14px
}

.hint--left:after,
.hint--left:before {
  right: 100%;
  bottom: 50%
}

.hint--left:focus:after,
.hint--left:focus:before,
.hint--left:hover:after,
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px)
}

.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible
}

.hint--always.hint--top:after,
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px)
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px)
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regular-webfont.eot);
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regular-webfont.eot?#iefix) format("embedded-opentype"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regular-webfont.woff2) format("woff2"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regular-webfont.woff) format("woff"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regularit-webfont.eot);
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regularit-webfont.eot?#iefix) format("embedded-opentype"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regularit-webfont.woff2) format("woff2"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regularit-webfont.woff) format("woff"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-regularit-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-bold-webfont.eot);
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-bold-webfont.woff2) format("woff2"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-bold-webfont.woff) format("woff"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-bold-webfont.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-boldit-webfont.eot);
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-boldit-webfont.eot?#iefix) format("embedded-opentype"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-boldit-webfont.woff2) format("woff2"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-boldit-webfont.woff) format("woff"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-boldit-webfont.ttf) format("truetype");
  font-weight: 700;
  font-style: italic
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-light-webfont.eot);
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-light-webfont.woff2) format("woff2"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-light-webfont.woff) format("woff"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-light-webfont.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-lightit-webfont.eot);
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-lightit-webfont.eot?#iefix) format("embedded-opentype"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-lightit-webfont.woff2) format("woff2"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-lightit-webfont.woff) format("woff"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-lightit-webfont.ttf) format("truetype");
  font-weight: 300;
  font-style: italic
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semibold-webfont.eot);
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semibold-webfont.woff2) format("woff2"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semibold-webfont.woff) format("woff"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semibold-webfont.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semiboldit-webfont.eot);
  src: url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semiboldit-webfont.eot?#iefix) format("embedded-opentype"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semiboldit-webfont.woff2) format("woff2"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semiboldit-webfont.woff) format("woff"), url(//d2f2byp0zok4br.cloudfront.net/fonts/proximanova-semiboldit-webfont.ttf) format("truetype");
  font-weight: 500;
  font-style: italic
}

.alert-box {
  background: #369ff4;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  position: relative
}

.alert-box p {
  padding: 0 25px;
  margin: 0;
  font-size: 16px
}

.alert-box p a {
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 2px;
  font-size: 15px
}

.alert-box p a:hover {
  color: #f2f2f2
}

.alert-box.cw-black {
  background-color: #333232
}

.alert-box.cw-yellow {
  background-color: #ffc907
}

.alert-box.cw-blue {
  background-color: #369ff4
}

.alert-box.cw-green {
  background-color: #59c77f
}

.alert-box.cw-red {
  background-color: #fa575d
}

.alert-box.cw-teal {
  background-color: #8ed4cc
}

.alert-box.cw-orange {
  background-color: #fe813a
}

.alert-box.cw-purple {
  background-color: #9064bf
}

.alert-box.success {
  background: #59c77f
}

.alert-box.alert {
  background: #fa575d
}

.alert-box .close {
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: 10px
}

.alert-box .icn {
  font-size: 15px;
  color: #fff;
  position: relative
}

@media only screen and (min-width:40.063em) {
  .panel {
    padding: 20px;
    background: #f4f5f0;
    border: solid 1px #c1c1ba
  }

  .panel.radius {
    border-radius: 4px
  }
}

@media only screen {
  .columns.small-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%
  }

  .columns.small-1:last-child {
    margin-right: 0
  }

  .columns.small-1.center {
    margin-left: 46.9139236491%
  }

  .columns.small-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%
  }

  .columns.small-2:last-child {
    margin-right: 0
  }

  .columns.small-2.center {
    margin-left: 42.6490214991%
  }

  .columns.small-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%
  }

  .columns.small-3:last-child {
    margin-right: 0
  }

  .columns.small-3.center {
    margin-left: 38.3841193492%
  }

  .columns.small-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%
  }

  .columns.small-4:last-child {
    margin-right: 0
  }

  .columns.small-4.center {
    margin-left: 34.1192171993%
  }

  .columns.small-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%
  }

  .columns.small-5:last-child {
    margin-right: 0
  }

  .columns.small-5.center {
    margin-left: 29.8543150494%
  }

  .columns.small-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%
  }

  .columns.small-6:last-child {
    margin-right: 0
  }

  .columns.small-6.center {
    margin-left: 25.5894128995%
  }

  .columns.small-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%
  }

  .columns.small-7:last-child {
    margin-right: 0
  }

  .columns.small-7.center {
    margin-left: 21.3245107496%
  }

  .columns.small-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%
  }

  .columns.small-8:last-child {
    margin-right: 0
  }

  .columns.small-8.center {
    margin-left: 17.0596085997%
  }

  .columns.small-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%
  }

  .columns.small-9:last-child {
    margin-right: 0
  }

  .columns.small-9.center {
    margin-left: 12.7947064497%
  }

  .columns.small-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%
  }

  .columns.small-10:last-child {
    margin-right: 0
  }

  .columns.small-10.center {
    margin-left: 8.5298042998%
  }

  .columns.small-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%
  }

  .columns.small-11:last-child {
    margin-right: 0
  }

  .columns.small-11.center {
    margin-left: 4.2649021499%
  }

  .columns.small-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%
  }

  .columns.small-12:last-child {
    margin-right: 0
  }

  .columns.small-12.center {
    margin-left: 0%
  }
}

@media only screen and (min-width:40.063em) {
  .columns.medium-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%
  }

  .columns.medium-1:last-child {
    margin-right: 0
  }

  .columns.medium-1.center {
    margin-left: 46.9139236491%
  }

  .columns.medium-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%
  }

  .columns.medium-2:last-child {
    margin-right: 0
  }

  .columns.medium-2.center {
    margin-left: 42.6490214991%
  }

  .columns.medium-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%
  }

  .columns.medium-3:last-child {
    margin-right: 0
  }

  .columns.medium-3.center {
    margin-left: 38.3841193492%
  }

  .columns.medium-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%
  }

  .columns.medium-4:last-child {
    margin-right: 0
  }

  .columns.medium-4.center {
    margin-left: 34.1192171993%
  }

  .columns.medium-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%
  }

  .columns.medium-5:last-child {
    margin-right: 0
  }

  .columns.medium-5.center {
    margin-left: 29.8543150494%
  }

  .columns.medium-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%
  }

  .columns.medium-6:last-child {
    margin-right: 0
  }

  .columns.medium-6.center {
    margin-left: 25.5894128995%
  }

  .columns.medium-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%
  }

  .columns.medium-7:last-child {
    margin-right: 0
  }

  .columns.medium-7.center {
    margin-left: 21.3245107496%
  }

  .columns.medium-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%
  }

  .columns.medium-8:last-child {
    margin-right: 0
  }

  .columns.medium-8.center {
    margin-left: 17.0596085997%
  }

  .columns.medium-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%
  }

  .columns.medium-9:last-child {
    margin-right: 0
  }

  .columns.medium-9.center {
    margin-left: 12.7947064497%
  }

  .columns.medium-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%
  }

  .columns.medium-10:last-child {
    margin-right: 0
  }

  .columns.medium-10.center {
    margin-left: 8.5298042998%
  }

  .columns.medium-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%
  }

  .columns.medium-11:last-child {
    margin-right: 0
  }

  .columns.medium-11.center {
    margin-left: 4.2649021499%
  }

  .columns.medium-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%
  }

  .columns.medium-12:last-child {
    margin-right: 0
  }

  .columns.medium-12.center {
    margin-left: 0%
  }
}

@media only screen and (min-width:64.063em) {
  .columns.large-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%
  }

  .columns.large-1:last-child {
    margin-right: 0
  }

  .columns.large-1.center {
    margin-left: 46.9139236491%
  }

  .columns.large-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%
  }

  .columns.large-2:last-child {
    margin-right: 0
  }

  .columns.large-2.center {
    margin-left: 42.6490214991%
  }

  .columns.large-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%
  }

  .columns.large-3:last-child {
    margin-right: 0
  }

  .columns.large-3.center {
    margin-left: 38.3841193492%
  }

  .columns.large-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%
  }

  .columns.large-4:last-child {
    margin-right: 0
  }

  .columns.large-4.center {
    margin-left: 34.1192171993%
  }

  .columns.large-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%
  }

  .columns.large-5:last-child {
    margin-right: 0
  }

  .columns.large-5.center {
    margin-left: 29.8543150494%
  }

  .columns.large-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%
  }

  .columns.large-6:last-child {
    margin-right: 0
  }

  .columns.large-6.center {
    margin-left: 25.5894128995%
  }

  .columns.large-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%
  }

  .columns.large-7:last-child {
    margin-right: 0
  }

  .columns.large-7.center {
    margin-left: 21.3245107496%
  }

  .columns.large-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%
  }

  .columns.large-8:last-child {
    margin-right: 0
  }

  .columns.large-8.center {
    margin-left: 17.0596085997%
  }

  .columns.large-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%
  }

  .columns.large-9:last-child {
    margin-right: 0
  }

  .columns.large-9.center {
    margin-left: 12.7947064497%
  }

  .columns.large-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%
  }

  .columns.large-10:last-child {
    margin-right: 0
  }

  .columns.large-10.center {
    margin-left: 8.5298042998%
  }

  .columns.large-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%
  }

  .columns.large-11:last-child {
    margin-right: 0
  }

  .columns.large-11.center {
    margin-left: 4.2649021499%
  }

  .columns.large-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%
  }

  .columns.large-12:last-child {
    margin-right: 0
  }

  .columns.large-12.center {
    margin-left: 0%
  }
}

.row {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto
}

.row::after,
.socialcount::after {
  clear: both;
  content: "";
  display: table
}

.show {
  display: block !important;
  visibility: visible !important
}

.hidden {
  display: none !important
}

.hidden,
.invisible {
  visibility: hidden !important
}

.for-screen-readers-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

@media only screen and (min-width:40.063em) {
  .show-for-mobile-only {
    display: none
  }
}

.show-for-medium-up {
  display: none !important;
  visibility: hidden !important
}

@media only screen and (min-width:40.063em) {
  .show-for-medium-up {
    display: block !important;
    visibility: visible !important
  }
}

.show-for-large-up {
  display: none !important;
  visibility: hidden !important
}

@media only screen and (min-width:64.063em) {
  .show-for-large-up {
    display: block !important;
    visibility: visible !important
  }
}

.button,
.button:active,
.button:focus,
button,
button:active,
button:focus {
  outline: none
}

.button,
button {
  height: 48px;
  line-height: 48px;
  background-color: #369ff4;
  transition: background-color 150ms linear;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-radius: 4px;
  border: none;
  font-size: 15px;
  padding: 0 20px;
  font-weight: 500;
  display: inline-block;
  color: #fff
}

.button.cw-blue.small,
.button.small,
button.cw-blue.small,
button.small {
  height: 32px;
  line-height: 32px
}

.button.cw-blue.large,
.button.large,
button.cw-blue.large,
button.large {
  height: 64px;
  line-height: 64px
}

.button.cw-blue.disabled,
.button.cw-blue:disabled,
.button.disabled,
.button:disabled,
button.cw-blue.disabled,
button.cw-blue:disabled,
button.disabled,
button:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.cw-blue:focus,
.button.cw-blue:hover,
.button:focus,
.button:hover,
button.cw-blue:focus,
button.cw-blue:hover,
button:focus,
button:hover {
  background-color: #70bbf7
}

.button.small,
button.small {
  font-size: 13px;
  padding: 0 15px
}

.button.large,
button.large {
  font-size: 21px;
  padding: 0 40px
}

.button.expand,
button.expand {
  padding: 0;
  width: 100%;
  text-align: center
}

.button.cw-black {
  height: 48px;
  line-height: 48px;
  color: #fff;
  transition: background-color 150ms linear
}

.button.cw-blue,
button.cw-black,
button.cw-blue {
  height: 48px;
  line-height: 48px;
  color: #fff;
  transition: background-color 150ms linear
}

.button.cw-blue,
button.cw-blue {
  background-color: #369ff4
}

.button.cw-black,
button.cw-black {
  background-color: #333232
}

.button.cw-black.small,
button.cw-black.small {
  height: 32px;
  line-height: 32px
}

.button.cw-black.large,
button.cw-black.large {
  height: 64px;
  line-height: 64px
}

.button.cw-black.disabled,
.button.cw-black:disabled,
button.cw-black.disabled,
button.cw-black:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.cw-black:focus,
.button.cw-black:hover,
button.cw-black:focus,
button.cw-black:hover {
  background-color: #525050
}

.button.cw-yellow,
button.cw-yellow {
  height: 48px;
  line-height: 48px;
  background-color: #ffc907;
  color: #fff;
  transition: background-color 150ms linear
}

.button.cw-yellow.small,
button.cw-yellow.small {
  height: 32px;
  line-height: 32px
}

.button.cw-yellow.large,
button.cw-yellow.large {
  height: 64px;
  line-height: 64px
}

.button.cw-yellow.disabled,
.button.cw-yellow:disabled,
button.cw-yellow.disabled,
button.cw-yellow:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.cw-yellow:focus,
.button.cw-yellow:hover,
button.cw-yellow:focus,
button.cw-yellow:hover {
  background-color: #ffd644
}

.button.cw-green,
.button.success,
button.cw-green,
button.success {
  height: 48px;
  line-height: 48px;
  background-color: #59c77f;
  color: #fff;
  transition: background-color 150ms linear
}

.button.cw-green.small,
.button.success.small,
button.cw-green.small,
button.success.small {
  height: 32px;
  line-height: 32px
}

.button.cw-green.large,
.button.success.large,
button.cw-green.large,
button.success.large {
  height: 64px;
  line-height: 64px
}

.button.cw-green.disabled,
.button.cw-green:disabled,
.button.success.disabled,
.button.success:disabled,
button.cw-green.disabled,
button.cw-green:disabled,
button.success.disabled,
button.success:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.cw-green:focus,
.button.cw-green:hover,
.button.success:focus,
.button.success:hover,
button.cw-green:focus,
button.cw-green:hover,
button.success:focus,
button.success:hover {
  background-color: #87d6a2
}

.button.alert,
.button.cw-red,
button.alert,
button.cw-red {
  height: 48px;
  line-height: 48px;
  background-color: #fa575d;
  color: #fff;
  transition: background-color 150ms linear
}

.button.alert.small,
.button.cw-red.small,
button.alert.small,
button.cw-red.small {
  height: 32px;
  line-height: 32px
}

.button.alert.large,
.button.cw-red.large,
button.alert.large,
button.cw-red.large {
  height: 64px;
  line-height: 64px
}

.button.alert.disabled,
.button.alert:disabled,
.button.cw-red.disabled,
.button.cw-red:disabled,
button.alert.disabled,
button.alert:disabled,
button.cw-red.disabled,
button.cw-red:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.alert:focus,
.button.alert:hover,
.button.cw-red:focus,
.button.cw-red:hover,
button.alert:focus,
button.alert:hover,
button.cw-red:focus,
button.cw-red:hover {
  background-color: #fc9296
}

.button.cw-teal,
button.cw-teal {
  height: 48px;
  line-height: 48px;
  background-color: #8ed4cc;
  color: #fff;
  transition: background-color 150ms linear
}

.button.cw-teal.small,
button.cw-teal.small {
  height: 32px;
  line-height: 32px
}

.button.cw-teal.large,
button.cw-teal.large {
  height: 64px;
  line-height: 64px
}

.button.cw-teal.disabled,
.button.cw-teal:disabled,
button.cw-teal.disabled,
button.cw-teal:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.cw-teal:focus,
.button.cw-teal:hover,
button.cw-teal:focus,
button.cw-teal:hover {
  background-color: #bae5e0
}

.button.cw-orange,
button.cw-orange {
  height: 48px;
  line-height: 48px;
  background-color: #fe813a;
  color: #fff;
  transition: background-color 150ms linear
}

.button.cw-orange.small,
button.cw-orange.small {
  height: 32px;
  line-height: 32px
}

.button.cw-orange.large,
button.cw-orange.large {
  height: 64px;
  line-height: 64px
}

.button.cw-orange.disabled,
.button.cw-orange:disabled,
button.cw-orange.disabled,
button.cw-orange:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.cw-orange:focus,
.button.cw-orange:hover,
button.cw-orange:focus,
button.cw-orange:hover {
  background-color: #fea877
}

.button.cw-purple,
button.cw-purple {
  height: 48px;
  line-height: 48px;
  background-color: #9064bf;
  color: #fff;
  transition: background-color 150ms linear
}

.button.cw-purple.small,
button.cw-purple.small {
  height: 32px;
  line-height: 32px
}

.button.cw-purple.large,
button.cw-purple.large {
  height: 64px;
  line-height: 64px
}

.button.cw-purple.disabled,
.button.cw-purple:disabled,
button.cw-purple.disabled,
button.cw-purple:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.cw-purple:focus,
.button.cw-purple:hover,
button.cw-purple:focus,
button.cw-purple:hover {
  background-color: #af8fd1
}

.button.grey-10,
button.grey-10 {
  height: 48px;
  line-height: 48px;
  background-color: #f4f5f0;
  color: #71716c;
  transition: background-color 150ms linear
}

.button.grey-10.small,
button.grey-10.small {
  height: 32px;
  line-height: 32px
}

.button.grey-10.large,
button.grey-10.large {
  height: 64px;
  line-height: 64px
}

.button.grey-10.disabled,
.button.grey-10:disabled,
button.grey-10.disabled,
button.grey-10:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.grey-10:focus,
.button.grey-10:hover,
button.grey-10:focus,
button.grey-10:hover {
  background-color: #fbfbf9
}

.button.grey-20,
button.grey-20 {
  height: 48px;
  line-height: 48px;
  background-color: #e9eae4;
  color: #71716c;
  transition: background-color 150ms linear
}

.button.grey-20.small,
button.grey-20.small {
  height: 32px;
  line-height: 32px
}

.button.grey-20.large,
button.grey-20.large {
  height: 64px;
  line-height: 64px
}

.button.grey-20.disabled,
.button.grey-20:disabled,
button.grey-20.disabled,
button.grey-20:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.grey-20:focus,
.button.grey-20:hover,
button.grey-20:focus,
button.grey-20:hover {
  background-color: #f0f1ed
}

.button.grey-30,
button.grey-30 {
  height: 48px;
  line-height: 48px;
  background-color: #dfdfd7;
  color: #71716c;
  transition: background-color 150ms linear
}

.button.grey-30.small,
button.grey-30.small {
  height: 32px;
  line-height: 32px
}

.button.grey-30.large,
button.grey-30.large {
  height: 64px;
  line-height: 64px
}

.button.grey-30.disabled,
.button.grey-30:disabled,
button.grey-30.disabled,
button.grey-30:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.grey-30:focus,
.button.grey-30:hover,
button.grey-30:focus,
button.grey-30:hover {
  background-color: #e6e6e0
}

.button.grey-40,
button.grey-40 {
  height: 48px;
  line-height: 48px;
  background-color: #c1c1ba;
  color: #fff;
  transition: background-color 150ms linear
}

.button.grey-40.small,
button.grey-40.small {
  height: 32px;
  line-height: 32px
}

.button.grey-40.large,
button.grey-40.large {
  height: 64px;
  line-height: 64px
}

.button.grey-40.disabled,
.button.grey-40:disabled,
button.grey-40.disabled,
button.grey-40:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.grey-40:focus,
.button.grey-40:hover,
button.grey-40:focus,
button.grey-40:hover {
  background-color: #dededa
}

.button.grey-50,
button.grey-50 {
  height: 48px;
  line-height: 48px;
  background-color: #9b9b94;
  color: #fff;
  transition: background-color 150ms linear
}

.button.grey-50.small,
button.grey-50.small {
  height: 32px;
  line-height: 32px
}

.button.grey-50.large,
button.grey-50.large {
  height: 64px;
  line-height: 64px
}

.button.grey-50.disabled,
.button.grey-50:disabled,
button.grey-50.disabled,
button.grey-50:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.grey-50:focus,
.button.grey-50:hover,
button.grey-50:focus,
button.grey-50:hover {
  background-color: #b9b9b4
}

.button.grey-60,
button.grey-60 {
  height: 48px;
  line-height: 48px;
  background-color: #71716c;
  color: #fff;
  transition: background-color 150ms linear
}

.button.grey-60.small,
button.grey-60.small {
  height: 32px;
  line-height: 32px
}

.button.grey-60.large,
button.grey-60.large {
  height: 64px;
  line-height: 64px
}

.button.grey-60.disabled,
.button.grey-60:disabled,
button.grey-60.disabled,
button.grey-60:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.grey-60:focus,
.button.grey-60:hover,
button.grey-60:focus,
button.grey-60:hover {
  background-color: #90908b
}

.button.outline-blue,
button.outline-blue {
  height: 44px;
  line-height: 44px;
  background: 0 0;
  border: 2px solid;
  color: #369ff4;
  border-radius: 4px;
  transition: color 150ms linear;
  box-sizing: content-box
}

.button.outline-blue.small,
button.outline-blue.small {
  height: 28px;
  line-height: 28px
}

.button.outline-blue.large,
button.outline-blue.large {
  height: 60px;
  line-height: 60px
}

.button.outline-blue.disabled,
.button.outline-blue:disabled,
button.outline-blue.disabled,
button.outline-blue:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.outline-blue:focus,
.button.outline-blue:hover,
button.outline-blue:focus,
button.outline-blue:hover {
  background: 0 0;
  color: #7fc2f8
}

.button.outline-green,
button.outline-green {
  height: 44px;
  line-height: 44px;
  background: 0 0;
  border: 2px solid;
  color: #59c77f;
  border-radius: 4px;
  transition: color 150ms linear;
  box-sizing: content-box
}

.button.outline-green.small,
button.outline-green.small {
  height: 28px;
  line-height: 28px
}

.button.outline-green.large,
button.outline-green.large {
  height: 60px;
  line-height: 60px
}

.button.outline-green.disabled,
.button.outline-green:disabled,
button.outline-green.disabled,
button.outline-green:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.outline-green:focus,
.button.outline-green:hover,
button.outline-green:focus,
button.outline-green:hover {
  background: 0 0;
  color: #92daab
}

.button.outline-red,
button.outline-red {
  height: 44px;
  line-height: 44px;
  background: 0 0;
  border: 2px solid;
  color: #fa575d;
  border-radius: 4px;
  transition: color 150ms linear;
  box-sizing: content-box
}

.button.outline-red.small,
button.outline-red.small {
  height: 28px;
  line-height: 28px
}

.button.outline-red.large,
button.outline-red.large {
  height: 60px;
  line-height: 60px
}

.button.outline-red.disabled,
.button.outline-red:disabled,
button.outline-red.disabled,
button.outline-red:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.outline-red:focus,
.button.outline-red:hover,
button.outline-red:focus,
button.outline-red:hover {
  background: 0 0;
  color: #fca1a5
}

.button.outline-white,
button.outline-white {
  height: 44px;
  line-height: 44px;
  background: 0 0;
  border: 2px solid;
  color: #fff;
  border-radius: 4px;
  transition: color 150ms linear;
  box-sizing: content-box
}

.button.outline-white.small,
button.outline-white.small {
  height: 28px;
  line-height: 28px
}

.button.outline-white.large,
button.outline-white.large {
  height: 60px;
  line-height: 60px
}

.button.outline-white.disabled,
.button.outline-white:disabled,
button.outline-white.disabled,
button.outline-white:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.outline-white:focus,
.button.outline-white:hover,
button.outline-white:focus,
button.outline-white:hover {
  background: 0 0;
  color: #d9d9d9
}

.button.outline-black,
button.outline-black {
  height: 44px;
  line-height: 44px;
  background: 0 0;
  border: 2px solid;
  color: #333232;
  border-radius: 4px;
  transition: color 150ms linear;
  box-sizing: content-box
}

.button.outline-black.small,
button.outline-black.small {
  height: 28px;
  line-height: 28px
}

.button.outline-black.large,
button.outline-black.large {
  height: 60px;
  line-height: 60px
}

.button.outline-black.disabled,
.button.outline-black:disabled,
button.outline-black.disabled,
button.outline-black:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default
}

.button.outline-black:focus,
.button.outline-black:hover,
button.outline-black:focus,
button.outline-black:hover {
  background: 0 0;
  color: #5a5858
}

.payment.button {
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 48px;
  height: 48px;
  display: inline-block;
  width: 100%;
  padding: 0 30px
}

@media only screen and (min-width:40.063em) {
  .payment.button {
    display: inline-block;
    width: auto;
    border-radius: 4px
  }
}

.payment.button.large {
  height: 64px;
  padding: 0 60px
}

.payment .icn {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  height: 48px;
  text-indent: -999em
}

.payment .credit-card {
  background-image: url(//d2f2byp0zok4br.cloudfront.net/credit-card.svg);
  width: 31px;
  margin-left: 8px
}

.no-svg .payment .credit-card {
  background-image: url(//d2f2byp0zok4br.cloudfront.net/credit-card.png)
}

.payment .paypal {
  background-image: url(//d2f2byp0zok4br.cloudfront.net/paypal.svg);
  width: 63px;
  margin-left: 6px
}

.no-svg .payment .paypal {
  background-image: url(//d2f2byp0zok4br.cloudfront.net/paypal.png)
}

.social-buttons {
  display: inline-block
}

.social-buttons.small a {
  width: 32px;
  height: 32px
}

.social-buttons a {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px
}

.social-buttons a:first-child {
  border-radius: 4px 0 0 4px
}

.social-buttons a:last-child {
  border-radius: 0 4px 4px 0
}

.social-buttons a.facebook,
.social-buttons a.twitter {
  background-color: #3b5998;
  transition: background 150ms linear
}

.social-buttons a.twitter {
  background-color: #55acee
}

.social-buttons a.facebook:hover {
  background-color: #5f7ec1
}

.social-buttons a.twitter:hover {
  background-color: #9bcef5
}

.social-buttons a:before {
  content: "";
  height: 100%
}

.social-buttons a .icn,
.social-buttons a:before {
  display: inline-block;
  vertical-align: middle
}

.social-buttons a:hover {
  color: #fff
}

.socialcount {
  list-style: none;
  margin: 0
}

.socialcount li {
  display: inline-block;
  border-radius: 4px;
  background-color: #333232;
  font-size: 14px;
  line-height: 10px;
  padding-bottom: 2px
}

.socialcount .count {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 10px;
  margin-left: 5px
}

.socialcount a {
  color: #fff;
  line-height: 30px;
  padding: 0 15px
}

.socialcount i {
  position: relative;
  top: 4px
}

.tables {
  width: 100%;
  border-collapse: separate;
  border-left: 0;
  border-spacing: 0
}

.tables.grid tr:nth-child(even),
.tables.unstriped tbody tr:nth-child(even) {
  background-color: transparent
}

.tables.grid {
  border: solid 1px #e9eae4
}

.tables.grid td,
.tables.grid th {
  border-left: solid 1px #e9eae4
}

.tables th,
form small.error,
form span.error,
form.error small.error,
form.error span.error {
  text-align: left
}

.tables tbody {
  background-color: #fff
}

.tables tbody tr:hover>td,
.tables tbody tr:hover>th {
  background-color: #f4f5f0
}

.tables tbody tr:nth-child(even) {
  background-color: #f4f5f0
}

.tables tbody tr:nth-child(even):hover>td {
  background-color: #e9ebe1
}

.tables thead th {
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 0;
  padding: 8px 15px
}

.tables tbody td:first-child,
.tables thead th:first-child {
  border-left: 0
}

.tables tbody td {
  border-bottom: 0;
  border-top: 2px solid #e9eae4;
  padding: 8px 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.1em
}

ol,
p,
table,
ul {
  font-size: 16px
}

p {
  line-height: 1.3em
}

a,
label {
  cursor: pointer
}

ol,
ul {
  padding-left: 18px
}

li ul,
ul>ul {
  list-style-type: disc
}

ul.no-bullet {
  list-style-type: none;
  padding: 0
}

li {
  line-height: 24px
}

.serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif
}

.em {
  font-style: italic;
  color: #9b9b94
}

.strong,
strong {
  font-weight: 500
}

.text-center {
  text-align: center
}

.h10 {
  font-size: 51px
}

@media only screen and (min-width:64.063em) {
  .h10 {
    font-size: 65px
  }
}

.h20 {
  font-size: 42px
}

@media only screen and (min-width:64.063em) {
  .h20 {
    font-size: 54px
  }
}

.h30 {
  font-size: 33px
}

@media only screen and (min-width:64.063em) {
  .h30 {
    font-size: 42px
  }
}

.h35 {
  font-size: 26px
}

@media only screen and (min-width:64.063em) {
  .h35 {
    font-size: 35px
  }
}

.h40 {
  font-size: 26px
}

@media only screen and (min-width:64.063em) {
  .h40 {
    font-size: 28px
  }
}

.h50 {
  font-size: 23px
}

.h60 {
  font-size: 19px
}

.h70 {
  font-size: 17px
}

.h80 {
  font-size: 14px
}

.p10 {
  font-size: 26px
}

@media only screen and (min-width:64.063em) {
  .p10 {
    font-size: 24px
  }
}

.p20 {
  font-size: 21px
}

@media only screen and (min-width:64.063em) {
  .p20 {
    font-size: 23px
  }
}

.p30 {
  font-size: 19px
}

.p40 {
  font-size: 16px
}

a {
  color: #369ff4;
  transition: color 150ms linear;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .1)
}

a,
a:hover {
  text-decoration: none
}

body.modal-open {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: hidden
}

.modal,
body.modal-open .wrapper {
  position: fixed
}

@media only screen and (min-width:40.063em) {
  body.modal-open .wrapper {
    position: relative
  }
}

.modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 99999999999;
  overflow: scroll
}

.modal-inner {
  padding: 40px;
  position: relative;
  background: #fff;
  margin: 0% auto;
  width: 100%;
  min-height: 100%
}

@media only screen and (min-width:40.063em) {
  .modal-inner {
    width: 600px;
    height: auto;
    min-height: auto;
    margin: 10% auto
  }
}

.modal-title {
  border-bottom: solid 1px #e9eae4;
  text-align: left;
  margin: -40px -40px 40px;
  padding: 25px 0 25px 40px;
  font-size: 19px
}

.modal-title~.modal-close {
  top: 15px;
  right: 10px
}

@media only screen and (min-width:40.063em) {
  .modal-title {
    font-size: 23px
  }
}

.modal-close {
  top: 0;
  right: 10px;
  position: absolute;
  font-size: 35px;
  cursor: pointer;
  color: #333232;
  font-weight: 900
}

.modal-close:before {
  font-family: Arial, sans-serif;
  content: '\D7'
}

.hint:after,
[data-hint]:after {
  background: #71716c;
  text-shadow: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  width: 100%
}

@media only screen and (min-width:40.063em) {

  .hint:after,
  [data-hint]:after {
    max-width: 300px;
    min-width: 250px
  }
}

.hint--top:before {
  border-top-color: #71716c
}

.hint--right:before {
  border-right-color: #71716c
}

.hint--bottom:before {
  border-bottom-color: #71716c
}

.hint--left:before {
  border-left-color: #71716c
}

.video-box,
.video-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  position: relative
}

.video-wrapper {
  overflow: hidden
}

.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.video-box {
  background: #515151;
  margin-bottom: 2em;
  cursor: pointer
}

.video-box:hover .play {
  text-decoration: none;
  background: rgba(0, 0, 0, .8)
}

.video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.25em;
  margin-left: -2.5em;
  margin-top: -1.5em;
  width: 5em;
  height: 3em;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: background 150ms linear
}

.video-box .play .icn {
  color: #fff;
  display: block;
  line-height: 2em;
  font-size: 1.5em;
  padding: 0 1em 0 1.25em
}

.video-box .placeholder,
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.video-box iframe {
  border: 0
}

.side-by-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:40.063em) {
  .side-by-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.side-by-side .side {
  vertical-align: middle;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.side-by-side .side .inner {
  padding: 20px
}

@media only screen and (min-width:64.063em) {
  .side-by-side .side .inner {
    padding: 50px
  }
}

.side-by-side .side.cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px
}

input[type=checkbox],
input[type=file],
input[type=radio] {
  border: 0;
  padding: 0;
  box-shadow: none
}

input[type=checkbox]+label,
input[type=file]+label,
input[type=radio]+label {
  text-transform: none;
  font-size: 16px;
  font-weight: 500
}

input[type=submit] {
  border: none;
  box-shadow: none
}

input[type=submit]::-moz-focus-inner {
  border: 0
}

input[type=file] {
  width: 100%
}

select[multiple] {
  background-image: none
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
  font-size: 16px;
  line-height: 1.3;
  padding: 13px 10px;
  border-radius: 4px;
  border: solid 1px #c1c1ba;
  margin-bottom: 0;
  height: auto;
  text-align: left;
  color: #333232;
  width: 100%;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: none
}

input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c1c1ba
}

input[type=date]:-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=week]::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #c1c1ba
}

input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c1c1ba
}

input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  border-color: #7bc1fa;
  outline: 0
}

input[type=date][readonly],
input[type=datetime-local][readonly],
input[type=datetime][readonly],
input[type=email][readonly],
input[type=month][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=time][readonly],
input[type=url][readonly],
input[type=week][readonly],
select[readonly],
textarea[readonly] {
  border: solid 1px #c1c1ba;
  cursor: default;
  color: #c1c1ba
}

input[type=date]::-ms-clear,
input[type=datetime-local]::-ms-clear,
input[type=datetime]::-ms-clear,
input[type=email]::-ms-clear,
input[type=month]::-ms-clear,
input[type=number]::-ms-clear,
input[type=password]::-ms-clear,
input[type=search]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=text]::-ms-clear,
input[type=time]::-ms-clear,
input[type=url]::-ms-clear,
input[type=week]::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none
}

input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=datetime]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
select:disabled,
textarea:disabled {
  background: #f4f5f0
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
  margin: 0
}

.input-wrapper,
.input-wrapper.collapse,
.row .input-wrapper.collapse {
  margin-bottom: 16px;
  position: relative
}

label,
small.error,
span.error {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  font-size: 13px
}

.error.input-field-container input[type=date],
.error.input-field-container input[type=datetime-local],
.error.input-field-container input[type=datetime],
.error.input-field-container input[type=email],
.error.input-field-container input[type=month],
.error.input-field-container input[type=number],
.error.input-field-container input[type=password],
.error.input-field-container input[type=search],
.error.input-field-container input[type=tel],
.error.input-field-container input[type=text],
.error.input-field-container input[type=time],
.error.input-field-container input[type=url],
.error.input-field-container input[type=week],
.error.input-field-container select,
.error.input-field-container textarea,
.error.input-wrapper input[type=date],
.error.input-wrapper input[type=datetime-local],
.error.input-wrapper input[type=datetime],
.error.input-wrapper input[type=email],
.error.input-wrapper input[type=month],
.error.input-wrapper input[type=number],
.error.input-wrapper input[type=password],
.error.input-wrapper input[type=search],
.error.input-wrapper input[type=tel],
.error.input-wrapper input[type=text],
.error.input-wrapper input[type=time],
.error.input-wrapper input[type=url],
.error.input-wrapper input[type=week],
.error.input-wrapper select,
.error.input-wrapper textarea,
.input-pair.error input[type=date],
.input-pair.error input[type=datetime-local],
.input-pair.error input[type=datetime],
.input-pair.error input[type=email],
.input-pair.error input[type=month],
.input-pair.error input[type=number],
.input-pair.error input[type=password],
.input-pair.error input[type=search],
.input-pair.error input[type=tel],
.input-pair.error input[type=text],
.input-pair.error input[type=time],
.input-pair.error input[type=url],
.input-pair.error input[type=week],
.input-pair.error select,
.input-pair.error textarea,
.input-trio.error input[type=date],
.input-trio.error input[type=datetime-local],
.input-trio.error input[type=datetime],
.input-trio.error input[type=email],
.input-trio.error input[type=month],
.input-trio.error input[type=number],
.input-trio.error input[type=password],
.input-trio.error input[type=search],
.input-trio.error input[type=tel],
.input-trio.error input[type=text],
.input-trio.error input[type=time],
.input-trio.error input[type=url],
.input-trio.error input[type=week],
.input-trio.error select,
.input-trio.error textarea {
  border-color: #fa575d
}

.error.input-field-container small.error,
.error.input-field-container span.error,
.error.input-field-container+small.error,
.error.input-field-container+span.error,
.error.input-wrapper small.error,
.error.input-wrapper span.error,
.error.input-wrapper+small.error,
.error.input-wrapper+span.error,
.input-pair.error small.error,
.input-pair.error span.error,
.input-pair.error+small.error,
.input-pair.error+span.error,
.input-trio.error small.error,
.input-trio.error span.error,
.input-trio.error+small.error,
.input-trio.error+span.error {
  color: #fa575d;
  margin-top: 8px;
  display: block
}

.lh,
.lii {
  position: relative
}

.lh label,
.lii label {
  position: absolute;
  padding: 0;
  z-index: 5
}

.lii label {
  top: 9px;
  left: 11px
}

.lh label {
  top: -4px;
  left: 10px;
  background: #fff;
  font-size: 8px;
  line-height: 1;
  opacity: 0
}

.lii .postfix,
.lii .prefix,
.lii input,
.lii select,
.lii textarea {
  padding: 30px 10px 5px;
  min-height: 64px
}

.input-trio .columns {
  width: 33.33333%
}

.input-pair .columns {
  width: 50%
}

.input-pair .columns,
.input-trio .columns {
  position: relative;
  margin-right: 0;
  display: block;
  float: left
}

.input-pair .columns:first-child input,
.input-trio .columns:first-child input {
  border-radius: 4px 0 0 4px;
  border-right: 0
}

.input-pair .columns:last-child input,
.input-trio .columns:last-child input {
  border-radius: 0 4px 4px 0
}

.input-pair.row,
.input-trio.row {
  margin-bottom: 16px
}

.input-pair.row:first-child input {
  border-radius: 4px 0 0 4px
}

.input-trio.row input {
  border-radius: 0;
  width: 100%
}

.input-trio .columns:last-child input {
  border-left: 0
}

.dividerless .columns input {
  border-left: 0;
  border-right: 0
}

.dividerless .columns:first-child input {
  border-left: 1px
}

.dividerless .columns:last-child input {
  border-right: 1px
}

.postfix,
.postinput,
.prefix,
.preinput {
  font-weight: 500;
  font-size: .8rem;
  line-height: 1rem;
  color: #c1c1ba;
  padding: 0 10px
}

.prefix {
  text-align: right
}

.input-field-container {
  position: relative
}

.postinput,
.preinput {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.postinput~input,
.preinput~input {
  padding-left: 30px
}

.preinput {
  left: 0
}

.postinput {
  right: 0
}

.custom-check {
  position: relative;
  margin-bottom: 14px
}

.custom-check input[type=checkbox]+label,
.custom-check input[type=radio]+label {
  padding: 0;
  display: block;
  margin: 0 0 0 40px;
  line-height: 26px;
  text-align: left
}

.custom-check input,
.custom-check label:before {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0
}

.custom-check input[type=checkbox],
.custom-check input[type=radio] {
  opacity: 0;
  z-index: 1
}

.custom-check input[type=checkbox]+label:before,
.custom-check input[type=radio]+label:before {
  content: "";
  display: inline-block;
  border: 1px solid #c1c1ba;
  font-family: "cw-icons";
  background-color: #fff;
  transition: all 150ms linear;
  text-align: center;
  border-radius: 2px;
  color: #369ff4
}

.custom-check input[type=radio]+label:before {
  border-radius: 1rem
}

.custom-check input[type=checkbox]:checked+label:before {
  content: "✓";
  line-height: 24px
}

.custom-check input[type=radio]:checked+label:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #369ff4;
  border-radius: 50%;
  top: 7px;
  left: 7px;
  position: absolute
}

.custom-check input[type=checkbox]:active+label:before,
.custom-check input[type=checkbox]:focus+label:before,
.custom-check input[type=checkbox]:hover+label:before,
.custom-check input[type=radio]:active+label:before,
.custom-check input[type=radio]:focus+label:before,
.custom-check input[type=radio]:hover+label:before {
  border-color: #369ff4
}

.custom-check input[type=checkbox][disabled]+label,
.custom-check input[type=checkbox][disabled]+label:before,
.custom-check input[type=radio][disabled]+label,
.custom-check input[type=radio][disabled]+label:after,
.custom-check input[type=radio][disabled]:hover+label:after,
.custom-check input[type=radio][disabled]:hover+label:before {
  color: #c1c1ba;
  border-color: #c1c1ba;
  cursor: default
}

.custom-check .error input[type=checkbox]+label:before,
.custom-check.error input[type=checkbox]+label:before {
  border-color: #fa575d
}

.custom-check .error label,
.custom-check.error label {
  color: #fa575d
}

.label-switch {
  border-radius: 48px;
  cursor: pointer;
  display: inline-block;
  height: 48px;
  position: relative;
  width: 92px
}

.label-switch.small,
.label-switch.small input[type=checkbox]+.checkbox {
  width: 68px;
  height: 31px
}

.label-switch.small input[type=checkbox]+.checkbox:after {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 5px;
  height: 22px;
  width: 22px
}

.label-switch.small input[type=checkbox]+.checkbox:before {
  top: 3px;
  right: 11px;
  font-size: 18px;
  line-height: 1.275rem
}

.label-switch.small input[type=checkbox]:checked+.checkbox:before {
  left: 12px
}

.label-switch.small input[type=checkbox]:checked+.checkbox:after {
  left: 40px
}

.label-switch input[type=checkbox] {
  display: none
}

.label-switch input[type=checkbox]+.checkbox {
  transition: all .3s ease;
  background: #dfdfd7;
  border-radius: 48px;
  border: 0;
  cursor: pointer;
  height: 48px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 92px;
  z-index: 0
}

.label-switch input[type=checkbox]+.checkbox:before {
  top: 6px;
  right: 14px;
  content: '';
  z-index: 1;
  font-family: 'cw-icons';
  color: #c1c1ba;
  position: absolute;
  font-size: 26px;
  line-height: 36px
}

.label-switch input[type=checkbox]+.checkbox:after {
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  left: 11px;
  height: 26px;
  width: 26px;
  transition: all .3s ease;
  background: #fff;
  border-radius: 32px;
  content: '';
  z-index: 2
}

.label-switch input[type=checkbox]:checked+.checkbox {
  background: #369ff4
}

.label-switch input[type=checkbox]:checked+.checkbox:before {
  color: #fff;
  left: 15px;
  content: '✓'
}

.label-switch input[type=checkbox]:checked+.checkbox:after {
  left: 52px
}

.switch-wrapper {
  display: table;
  margin-bottom: 20px
}

.switch-wrapper .label-switch {
  padding-right: 20px
}

.switch-wrapper .label-switch .input {
  margin: 0;
  height: 30px
}

.switch-wrapper .label-switch,
.switch-wrapper label {
  display: table-cell;
  vertical-align: middle
}

.pagination,
.pagination ul {
  text-align: center
}

.pagination.small li a {
  padding: 2px;
  min-width: 30px;
  font-size: 12px
}

.pagination ul {
  padding: 0;
  font-size: 0
}

.pagination ul li {
  display: inline-block;
  font-size: 14px
}

.pagination ul li:first-of-type a {
  border-style: solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination ul li:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.pagination ul li a {
  transition: all 150ms ease-in-out;
  border: 1px #dfdfd7;
  border-style: solid solid solid none;
  color: #9b9b94;
  font-weight: 500;
  outline: none;
  min-width: 40px;
  padding: 5px;
  display: inline-block
}

.pagination ul li a:focus,
.pagination ul li a:hover {
  background: #f4f5f0;
  color: #71716c
}

.pagination ul li a:active {
  background: #f4f5f0
}

.pagination-btn .icn {
  font-size: 12px;
  display: inline-block
}

.pagination-btn.small .icn {
  font-size: 10px
}

.pagination-btn.prev .icn {
  margin-right: 10px
}

.pagination-btn.next .icn {
  margin-left: 10px
}

.pagination-bubbles::after {
  clear: both;
  content: "";
  display: table
}

.pagination-bubbles .bubble {
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  width: 18px;
  height: 18px;
  text-indent: 99999999px;
  background: #dfdfd7;
  transition: background 150ms linear
}

.pagination-bubbles .bubble.active,
.pagination-bubbles .bubble:active,
.pagination-bubbles .bubble:hover {
  background: #369ff4
}

.pagination-bubbles .bubble:last-child {
  margin-right: 0
}

.toggle-buttons {
  display: inline-block
}

.toggle-buttons a {
  color: #9b9b94;
  font-weight: 500;
  font-size: 14px;
  border: 1px #dfdfd7;
  border-style: solid none solid solid;
  float: left;
  height: 34px;
  line-height: 33px;
  padding: 0 10px;
  background: #f4f5f0;
  text-transform: uppercase;
  transition: all 150ms linear
}

.toggle-buttons a.active,
.toggle-buttons a.active:hover {
  color: #71716c;
  background: #fff
}

.toggle-buttons a:hover {
  background: #f8f9f6;
  color: #b4b4ae
}

.toggle-buttons a:first-child {
  border-radius: 4px 0 0 4px
}

.toggle-buttons a:last-child {
  border-style: solid;
  border-radius: 0 4px 4px 0
}

.nav-bar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000
}

.nav-bar .fixed-donate {
  display: none
}

.nav-bar.fixed {
  position: fixed;
  background: #fff;
  top: -80px;
  border-bottom: solid 1px #dfdfd7;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  transition: transform 500ms ease, background 250ms ease;
  transition: transform 500ms ease, background 250ms ease, -webkit-transform 500ms ease
}

@media only screen and (min-width:64.063em) {
  .nav-bar.fixed .fixed-donate {
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.nav-bar.fixed .mycw-nav,
.nav-bar.fixed .nav-items,
.nav-bar.fixed .right-side {
  display: none
}

.nav-bar-section {
  padding: 0 20px;
  position: relative;
  height: 58px
}

.nav-bar-section a {
  color: #333232;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .9px
}

.nav-bar-section a:hover {
  color: #676464
}

.nav-bar-section .button-links>a {
  border: solid 1px;
  padding: 5px 7px;
  border-radius: 4px
}

.nav-bar-section ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.nav-bar-section .nav-items,
.nav-bar-section .right-side {
  display: none;
  position: relative;
  line-height: 58px
}

.nav-bar-section .logo {
  left: 20px
}

.nav-bar-section .logo a {
  display: block;
  text-indent: -999em;
  background-image: url(//d2f2byp0zok4br.cloudfront.net/main-logo-lg-black.png);
  background-size: cover;
  width: 138px;
  height: 23px
}

.nav-bar-section .logo,
.nav-bar-section .mobile-donate,
.nav-bar-section .offcanvas-open-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.nav-bar-section .mobile-donate {
  right: 55px
}

@media only screen and (min-width:64.063em) {
  .nav-bar-section .mobile-donate {
    display: none
  }
}

.nav-bar-section .offcanvas-open-link {
  right: 0;
  padding: 20px;
  cursor: pointer
}

.nav-bar-section .offcanvas-open-link .icn {
  color: #333232;
  font-size: 18px;
  position: relative;
  top: 3px
}

@media only screen and (min-width:64.063em) {
  .nav-bar-section {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto
  }

  .nav-bar-section .nav-items,
  .nav-bar-section .right-side {
    display: block
  }

  .nav-bar-section .offcanvas-open-link {
    display: none
  }

  .nav-bar-section .logo {
    left: 0
  }

  .nav-bar-section .offcanvas-open-link {
    right: -20px
  }

  .nav-bar-section .nav-items {
    margin-left: 135px;
    float: left
  }

  .nav-bar-section .nav-items::after {
    clear: both;
    content: "";
    display: table
  }

  .nav-bar-section .nav-items li {
    display: block;
    float: left;
    margin-left: 15px;
    line-height: 58px
  }

  .nav-bar-section .right-side,
  .nav-bar-section .right-side .mycw-nav {
    float: right
  }

  .nav-bar-section .right-side .mycw-nav .has-dropdown a {
    position: relative;
    display: block;
    padding-right: 15px
  }

  .nav-bar-section .right-side .mycw-nav .cw-icon-caret-down {
    top: 50%;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px
  }

  .nav-bar-section .right-side .mycw-nav img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px
  }

  .nav-bar-section .right-side .mycw-nav .user-access {
    line-height: 58px
  }

  .nav-bar-section .nav-buttons {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .nav-bar-section .button-links {
    margin-right: 10px
  }

  .nav-bar-section .dropdown {
    text-align: left;
    display: none;
    padding: 0;
    position: absolute;
    left: -10px;
    top: 58px;
    background: rgba(0, 0, 0, .8);
    z-index: 100000;
    min-width: 140px
  }

  .nav-bar-section .dropdown:hover {
    display: block
  }

  .nav-bar-section .dropdown a,
  .nav-bar-section .dropdown input[type=submit],
  .nav-bar-section .dropdown li {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 400
  }

  .nav-bar-section .dropdown input[type=submit] {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .9px;
    height: auto;
    background: 0 0;
    outline: none;
    text-align: left;
    cursor: pointer;
    position: inherit;
    text-transform: uppercase;
    font-family: "Proxima Nova", sans-serif
  }

  .nav-bar-section .dropdown a:hover,
  .nav-bar-section .dropdown input[type=submit]:hover,
  .nav-bar-section .dropdown li:hover {
    color: #fff
  }

  .nav-bar-section .dropdown a,
  .nav-bar-section .dropdown input[type=submit] {
    padding: 12px;
    white-space: nowrap;
    transition: background 150ms linear
  }

  .nav-bar-section .dropdown a:hover,
  .nav-bar-section .dropdown input[type=submit]:hover {
    background: rgba(0, 0, 0, .5)
  }

  .nav-bar-section .dropdown form {
    margin: 0
  }

  .nav-bar-section .dropdown .contains-caret {
    position: relative;
    display: block
  }

  .nav-bar-section .dropdown .cw-icon-caret-up {
    position: absolute;
    top: -11px;
    color: rgba(0, 0, 0, .75)
  }

  .nav-bar-section .dropdown .donate-caret .icn {
    left: 40px
  }

  .nav-bar-section .dropdown .fundraise-caret .icn {
    left: 52px
  }

  .nav-bar-section .dropdown .profile-caret .icn {
    left: 18px
  }

  .nav-bar-section .has-dropdown {
    position: relative;
    line-height: 58px
  }

  .nav-bar-section .has-dropdown:hover .dropdown {
    display: block
  }
}

.invert-all .nav-bar-section,
.invert-all .nav-bar-section .dropdown a:hover,
.invert-all .nav-bar-section .dropdown input[type=submit]:hover,
.invert-all .nav-bar-section .offcanvas-open-link .icn {
  color: #fff
}

.invert-all .nav-bar-section .logo a {
  background-image: url(//d2f2byp0zok4br.cloudfront.net/main-logo-lg.png)
}

.invert-all .nav-bar-section a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px
}

.invert-all .nav-bar-section a:hover {
  color: rgba(255, 255, 255, .8)
}

@media only screen and (min-width:40.063em) {

  .invert-medium-up .nav-bar-section,
  .invert-medium-up .nav-bar-section .dropdown a:hover,
  .invert-medium-up .nav-bar-section .dropdown input[type=submit]:hover,
  .invert-medium-up .nav-bar-section .offcanvas-open-link .icn {
    color: #fff
  }

  .invert-medium-up .nav-bar-section .logo a {
    background-image: url(//d2f2byp0zok4br.cloudfront.net/main-logo-lg.png)
  }

  .invert-medium-up .nav-bar-section a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px
  }

  .invert-medium-up .nav-bar-section a:hover {
    color: rgba(255, 255, 255, .8)
  }
}

@media only screen and (min-width:64.063em) {

  .invert-large-up .nav-bar-section,
  .invert-large-up .nav-bar-section .dropdown a:hover,
  .invert-large-up .nav-bar-section .dropdown input[type=submit]:hover,
  .invert-large-up .nav-bar-section .offcanvas-open-link .icn {
    color: #fff
  }

  .invert-large-up .nav-bar-section .logo a {
    background-image: url(//d2f2byp0zok4br.cloudfront.net/main-logo-lg.png)
  }

  .invert-large-up .nav-bar-section a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px
  }

  .invert-large-up .nav-bar-section a:hover {
    color: rgba(255, 255, 255, .8)
  }
}

.right-off-canvas-menu {
  background: #fff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 19px;
  z-index: 0;
  width: 240px;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-left: solid 1px #ebebeb;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.right-off-canvas-menu .name a {
  border-top: solid 1px #ebebeb
}

.right-off-canvas-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.right-off-canvas-menu a,
.right-off-canvas-menu form {
  display: block;
  color: #333232;
  text-decoration: none;
  padding: 20px;
  border-bottom: solid 1px #ebebeb;
  transition: background 150ms linear;
  font-size: 19px;
  line-height: 1
}

.right-off-canvas-menu a:hover,
.right-off-canvas-menu form:hover {
  background: #fafafa
}

.right-off-canvas-menu .cw-home a,
.right-off-canvas-menu .profile-link a {
  background: #f5f5f5
}

.right-off-canvas-menu .cw-home a:hover,
.right-off-canvas-menu .profile-link a:hover {
  background: #ebebeb
}

.right-off-canvas-menu .profile-link a {
  position: relative
}

.right-off-canvas-menu .profile-link span {
  padding-left: 35px;
  line-height: 1.35
}

.right-off-canvas-menu .profile-link img {
  position: absolute;
  top: 50%;
  margin-top: -12.5px
}

.right-off-canvas-menu .cw-home a {
  border-bottom: 0
}

.right-off-canvas-menu .cw-text {
  display: inline-block;
  vertical-align: middle
}

.right-off-canvas-menu .cw-home .icn {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 7px;
  color: #ffc907
}

.right-off-canvas-menu .user-access-wrapper {
  line-height: normal
}

.right-off-canvas-menu .user-access {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

.right-off-canvas-menu .user-access .button {
  font-size: 14px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 100%
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes open {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  70%,
  to {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

@keyframes open {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  70%,
  to {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

@-webkit-keyframes close {
  0% {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes close {
  0% {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.off-canvas-animating .right-off-canvas-menu,
.off-canvas-open .right-off-canvas-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.off-canvas-open .right-off-canvas-menu {
  -webkit-animation: slide 300ms ease-in-out;
  animation: slide 300ms ease-in-out
}

.off-canvas-animating .right-off-canvas-menu {
  -webkit-animation: slide 300ms ease-in-out alternate;
  animation: slide 300ms ease-in-out alternate
}

.off-canvas-closed .right-off-canvas-menu {
  display: none
}

.right-off-canvas-menu input[type=submit] {
  background: 0 0;
  font-family: "Proxima Nova", sans-serif;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
  color: #333232
}

.wrapper {
  z-index: 1
}

.off-canvas-open .wrapper {
  -webkit-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
  -webkit-animation: open .5s ease-in-out;
  animation: open .5s ease-in-out
}

.off-canvas-animating .wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: close 300ms ease-in-out;
  animation: close 300ms ease-in-out
}

.off-canvas-open {
  overflow: hidden
}

.off-canvas-open .wrapper {
  height: 100vh;
  overflow-y: scroll
}

.off-canvas-open .off-canvas-list {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  height: 100vh
}

.touch .off-canvas-open .off-canvas-list {
  padding-bottom: 100px
}

@media only screen and (min-width:64.063em) {
  .off-canvas-open .wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .minimal-nav.off-canvas-open .wrapper {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
  }
}

.cw-footer {
  padding: 60px 20px;
  margin-top: 60px;
  border-top: solid 1px #dfdfd7;
  text-transform: lowercase;
  color: #71716c;
  font-family: "Proxima Nova", sans-serif
}

.cw-footer.no-top-border {
  border-top: 0;
  padding-top: 0
}

.cw-footer.no-margin-top {
  margin-top: 0
}

.cw-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: .2px
}

.cw-footer a {
  color: #71716c;
  font-size: 15px
}

.cw-footer a:hover {
  color: #9b9b94
}

.cw-footer .cw-footer-header {
  font-weight: 500;
  color: #333232;
  margin-top: 0
}

.cw-footer .cw-footer-emph {
  color: #369ff4;
  font-weight: 500
}

.cw-footer .cw-footer-emph:hover {
  color: #66b6f7
}

.cw-footer .cw-icon-heart {
  transition: color .5s linear;
  display: inline-block;
  width: 25px;
  position: relative;
  top: 1px
}

.cw-footer .cw-footer-love:hover .cw-icon-heart {
  color: #fa575d
}

.cw-footer-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto
}

.cw-footer-top-row ul {
  width: 140px;
  margin-left: auto;
  margin-right: auto
}

.cw-footer-bottom-row li,
.cw-footer-top-row li {
  line-height: 1.2;
  margin-top: 12px
}

.cw-footer-top-row .cw-footer-row-3,
.cw-footer-top-row .cw-footer-row-4 {
  margin-top: 30px
}

@media only screen and (min-width:40.063em) {
  .cw-footer-top-row {
    max-width: 980px
  }

  .cw-footer-top-row .cw-footer-row-3,
  .cw-footer-top-row .cw-footer-row-4 {
    margin-top: 0
  }
}

.cw-footer-bottom-row {
  padding-top: 30px;
  margin: 30px auto 0;
  border-top: solid 1px #e9eae4;
  text-align: center;
  max-width: 400px
}

.cw-footer-bottom-row li:first-child {
  margin-top: 0
}

@media only screen and (min-width:40.063em) {
  .cw-footer-bottom-row {
    padding-top: 45px;
    margin-top: 45px
  }
}

@media only screen and (min-width:64.063em) {
  .cw-footer-bottom-row {
    padding-top: 60px;
    margin-top: 60px;
    max-width: 980px
  }

  .cw-footer-bottom-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .cw-footer-bottom-row li {
    padding: 0 15px;
    position: relative;
    margin-top: 0
  }

  .cw-footer-bottom-row li:after {
    content: '\2022';
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .cw-footer-bottom-row li:last-child:after {
    display: none
  }
}

.cw-footer-social-row {
  margin: 30px auto 0;
  max-width: 980px
}

.cw-footer-social-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto
}

.cw-footer-social-row li {
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

.cw-footer-social-row a {
  display: block
}

.cw-footer-social-row .icn {
  font-size: 20px
}

@media only screen and (min-width:40.063em) {
  .cw-footer-social-row {
    margin-top: 45px
  }
}
