.cw-footer,
.nav-bar a,
.right-off-canvas-menu,
.right-off-canvas-menu input[type=submit],
.socialcount .count {
  font-family: "Proxima Nova", sans-serif
}

.cf:after,
.clearfix:after,
br.clear {
  clear: both
}

.wrapper,
body {
  min-height: 100%
}

.btn,
.btn:hover,
.nav-bar a,
.socialcount>li>a,
a {
  text-decoration: none
}

.non-responsive .nav-bar-section {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto
}

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

.non-responsive .nav-bar-section .offcanvas-open-link {
  display: none;
  right: -20px
}

.non-responsive .nav-bar-section .nav-items {
  float: left
}

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

.non-responsive .nav-bar-section .nav-items li {
  display: block;
  float: left;
  margin-left: 15px
}

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

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

.non-responsive .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
}

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

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

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

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

.non-responsive .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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.non-responsive .nav-bar-section {
  padding: 0 20px
}

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

.non-responsive .nav-bar-section .nav-items {
  margin-left: 155px
}

.non-responsive .nav-bar-section .nav-items li {
  line-height: 59px
}

.non-responsive .mycw-nav a {
  vertical-align: middle
}

.non-responsive .mycw-nav .dropdown {
  left: -30px
}

.non-responsive .mycw-nav .dropdown .profile-caret .icn {
  left: 32px
}

.non-responsive .nav-buttons .dropdown {
  left: -30px
}

.non-responsive .nav-buttons .dropdown .donate-caret .icn {
  left: 55px
}

.non-responsive .nav-buttons .dropdown .fundraise-caret .icn {
  left: 62px
}

.nav-bar a {
  transition: color 150ms linear;
  vertical-align: top
}

.nav-bar li {
  line-height: 24px
}

.nav-bar .nav-bar-section .dropdown .cw-icon-caret-up {
  font-size: 13px
}

.nav-bar .nav-bar-section .right-side .mycw-nav img {
  top: -4px
}

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

.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: background 250ms ease, -webkit-transform .5s ease;
  transition: transform .5s ease, background 250ms ease;
  transition: transform .5s ease, background 250ms ease, -webkit-transform .5s ease
}

.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: 1px solid;
  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 {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

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

.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
}

.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
}

.invert-all .nav-bar-section,
.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)
}

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

.right-off-canvas-menu {
  background: #fff;
  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%
}

.off-canvas-open .right-off-canvas-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: slide .3s ease-in-out;
  animation: slide .3s ease-in-out
}

.off-canvas-animating .right-off-canvas-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: slide .3s ease-in-out alternate;
  animation: slide .3s ease-in-out alternate
}

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

.right-off-canvas-menu input[type=submit] {
  background: 0 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
  color: #333232
}

.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 .3s ease-in-out;
  animation: close .3s 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
}

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

*,
html {
  box-sizing: border-box
}

.clearfix {
  zoom: 1
}

.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}

body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative
}

.wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  z-index: 10
}

.user-access .button {
  background: #369ff4;
  border: none;
  color: #fff;
  font-weight: 500;
  position: static
}

.user-access .button:hover {
  background: #69b9f9
}

/*! SocialCount - v0.1.5 - 2013-01-22
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2013 zachleat; Licensed MIT */

.SL-center {
  text-align: center
}

.socialcount {
  height: 40px;
  list-style: none;
  padding-left: 0;
  margin: 0 0 .6em;
  overflow: hidden
}

.post.single .socialcount {
  padding: 0
}

.socialcount>li {
  display: inline-block;
  zoom: 1;
  position: relative;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin-right: 6px
}

.socialcount>li>a {
  display: block;
  position: relative;
  top: 0;
  font-size: 10px;
  line-height: 30px;
  padding: 2px 15px 0;
  background-color: #333232;
  border-radius: 2px;
  transition: .2s all ease-in;
  z-index: 1;
  cursor: pointer
}

.socialcount>li>a:hover {
  background-color: #484646
}

.socialcount .count {
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  zoom: 1;
  text-align: center;
  margin-left: 5px;
  letter-spacing: 1px
}

.socialcount i {
  color: #fff;
  position: relative;
  top: 4px;
  font-size: 1.5em
}

.SL-grey .socialcount>li>a {
  background-color: #f4f4f4;
  border: 1px solid #d7d7d7
}

.SL-grey .socialcount>li>a:hover {
  background-color: #f9f9f9;
  border-color: #e7e7e7
}

.SL-grey .socialcount .count,
.SL-grey .socialcount i {
  color: #676767
}

.socialcount>li.hover.active a {
  opacity: 0
}

.socialcount .button {
  display: block;
  width: 100%;
  position: absolute;
  top: 7px;
  text-align: center;
  pointer-events: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin: 0;
  padding: 0
}

.wrapper,
sub,
sup {
  position: relative
}

.socialcount .button iframe {
  pointer-events: auto;
  cursor: pointer
}

.socialcount .facebook iframe {
  height: 21px;
  width: 48px
}

.cw-footer {
  padding: 60px 20px;
  margin-top: 60px;
  border-top: solid 1px #dfdfd7;
  text-transform: lowercase;
  color: #71716c
}

.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-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
}

.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 {
  line-height: 1.2;
  margin-top: 12px
}

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

.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 a,
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
label,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block
}

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

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

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var,
video {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: inherit
}

label,
td {
  vertical-align: top
}

audio,
canvas,
img,
video {
  display: inline-block
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

blockquote,
q {
  quotes: none
}

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

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

code,
kbd,
pre,
samp {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace, sans-serif
}

sub,
sup {
  font-size: 75%;
  line-height: 0
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

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

th {
  font-weight: 700
}

caption,
td,
th {
  border: none;
  padding: 0
}

input,
select,
textarea {
  vertical-align: baseline
}

textarea {
  overflow-x: none
}

.ir,
.wrapper {
  overflow: hidden
}

input[type=radio],
input[type=checkbox] {
  vertical-align: bottom
}

input[type=submit],
input[type=button],
input[type=image],
label {
  cursor: pointer;
  width: auto
}

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

a img {
  border: 0;
  outline: 0
}

br.clear {
  display: block;
  height: 1px;
  margin: -1px 0 0
}

.cf:after,
.cf:before {
  content: '';
  display: table
}

.always-hide {
  display: none
}

.even-rag {
  margin-left: auto;
  margin-right: auto
}

html {
  height: 100%
}

body,
html {
  margin: 0;
  padding: 0
}

body {
  font-size: 125%;
  line-height: 150%;
  color: #000;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 300
}

.wrapper {
  margin: 0 auto
}

.container {
  width: auto;
  margin: 0 auto;
  padding: 0 .5em
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .2)
}

.ir {
  display: block;
  text-indent: -999em;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr
}

.fl-l {
  float: left
}

.fl-r {
  float: right
}

.overlay-test {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: 1000000
}

.btn {
  display: inline-block;
  padding: .5em 1em;
  background: #000;
  color: #fff;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  transition: .1s linear background;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  text-rendering: optimizeLegibility
}

#comment_box,
#comment_box .tool-title {
  color: #333232;
  font-family: "Proxima Nova", sans-serif
}

.btn.blue {
  background-color: #2e9df7
}

.btn.blue:hover {
  background-color: #5fb4f9
}

.btn.green {
  background-color: #59c780
}

.btn.green:hover {
  background-color: #7fd49d
}

.btn.orange {
  background-color: #ff902a
}

.btn.orange:hover {
  background-color: #ffab5d
}

.btn.purple {
  background-color: #b52572
}

.btn.purple:hover {
  background-color: #d6378c
}

.btn.red {
  background-color: #f5402c
}

.btn.red:hover {
  background-color: #f76c5d
}

[data-tooltip] {
  cursor: pointer
}

#comment_box {
  display: none;
  width: 275px;
  z-index: 9999;
  padding: 10px 12px;
  border: 1px solid #f2f1f1;
  border-radius: 4px;
  background: #fff;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

#comment_box .tool-title {
  font-weight: 600;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  display: block;
  padding: 1px 20px
}

#comment_box .tool-desc {
  text-align: center;
  display: block;
  color: #b3b3b3
}

#comment_box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px
}

#comment_box p:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  bottom: -16px;
  position: absolute;
  width: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-top-color: #fff
}

#comment_box.left p:after {
  right: auto;
  left: 58px
}

#comment_box.dark {
  background-color: rgba(0, 0, 0, .8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
  border: none
}

#comment_box.dark p {
  color: #fff
}

#comment_box.dark p:after {
  border-top-color: #000
}

.ie7 #comment_box,
.ie8 #comment_box {
  border-color: #ccc
}

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

  .invert-medium-up .nav-bar-section,
  .invert-medium-up .nav-bar-section .offcanvas-open-link .icn {
    color: #fff
  }

  .invert-medium-up .nav-bar-section .logo a {
    background-image: url(../png/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)
  }

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

  .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: 45px;
    margin-top: 45px
  }

  .cw-footer-social-row {
    margin-top: 45px
  }
}

@media (min-width:62.5em) {
  .container {
    max-width: 49em;
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:64.063em) {
  .nav-bar .nav-bar-section .right-side .mycw-nav img {
    top: -4px
  }

  .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-section .mobile-donate {
    display: none
  }

  .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;
    right: -20px
  }

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

  .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 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 input[type=submit] {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .9px;
    height: auto;
    background: 0 0;
    outline: 0;
    text-align: left;
    cursor: pointer;
    position: inherit;
    text-transform: uppercase;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400
  }

  .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)
  }

  .invert-large-up .nav-bar-section,
  .invert-large-up .nav-bar-section .offcanvas-open-link .icn {
    color: #fff
  }

  .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-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)
  }

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

  .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-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
  }
}

@media only screen and (max-device-width:480px),
only screen and (max-width:480px) {
  .socialcount {
    height: auto
  }

  .socialcount>li {
    display: block;
    margin: 0 0 10px
  }

  .socialcount>li:last-child {
    margin-bottom: 0
  }

  .socialcount>li>a {
    padding: 5px 15px
  }
}

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

  100% {
    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)
  }

  100% {
    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)
  }

  100%,
  70% {
    -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)
  }

  100%,
  70% {
    -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)
  }

  100% {
    -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)
  }

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