.right-off-canvas-menu,
.right-off-canvas-menu input[type=submit],
.top-bar .dropdown input[type=submit] {
  font-family: "Gotham SSm A", "Gotham SSm B", Proxima-Nova-n3, Proxima-Nova-1, Proxima-Nova-2, "Proxima Nova", sans-serif
}

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

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

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

.top-bar-section {
  height: 58px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.top-bar .nav-items>li:last-of-type,
.top-bar .user-access:last-child {
  margin-right: 0
}

.top-bar .jerry-can-image,
.top-bar.transparent ul.divider:after {
  display: none
}

.top-bar {
  background: #333232;
  text-transform: uppercase;
  height: 58px
}

.top-bar.on-black a:hover {
  color: rgba(255, 255, 255, .85)
}

.top-bar.on-black .dropdown a:hover {
  color: #fff
}

.top-bar.on-grey .dropdown,
.top-bar.transparent .dropdown {
  background: #f4f5f0
}

.top-bar.on-grey .dropdown a:hover,
.top-bar.transparent .dropdown a:hover {
  background: #fafaf8
}

.top-bar.on-grey .active,
.top-bar.transparent .active {
  border-bottom-color: rgba(0, 0, 0, .25)
}

.top-bar.on-grey a,
.top-bar.transparent a {
  color: #333232
}

.top-bar.on-grey .title-area .name a,
.top-bar.transparent .title-area .name a {
  background-image: url(http://d2f2byp0zok4br.cloudfront.net/main-logo-lg-black.png)
}

.top-bar.transparent {
  background: 0 0
}

.top-bar.on-grey {
  background: #f4f5f0
}

.top-bar.on-grey ul.divider:after {
  border-left: solid 1px rgba(0, 0, 0, .1);
  border-right: solid 1px #fff
}

.top-bar .jerry-can-image .icn {
  font-size: 26px;
  position: absolute;
  top: 17px;
  left: -3px
}

.top-bar ul {
  list-style: none;
  margin: 0;
  position: relative
}

.top-bar a {
  color: #fff;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear
}

.top-bar li {
  position: relative;
  white-space: nowrap
}

.top-bar li:hover>.dropdown {
  display: block
}

.top-bar .user-access {
  margin-top: 14px;
  text-align: center;
  overflow: hidden;
  width: 100%
}

.top-bar .user-access .button {
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  font-weight: 400;
  background-color: transparent
}

.top-bar .user-access .log-in {
  padding: 0;
  float: left
}

.top-bar .user-access .sign-up {
  border: 1px solid #71716c;
  padding: 0 10px;
  float: right
}

.top-bar .user-access .sign-up:hover {
  border-color: #8b8b85
}

.top-bar .title-area {
  padding: 0 20px;
  width: 100%
}

.top-bar .title-area .name a {
  float: left;
  display: block;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  background-image: url(//d2f2byp0zok4br.cloudfront.net/main-logo-lg.png);
  text-indent: -999em
}

.top-bar .nav-items {
  max-width: 630px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding: 0 30px
}

.top-bar .nav-items>li:first-of-type {
  margin-left: 0
}

.top-bar .nav-items>li>a.active {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-bottom: 5px
}

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

.top-bar .dropdown:hover {
  display: block
}

.top-bar .dropdown a,
.top-bar .dropdown input[type=submit],
.top-bar .dropdown li {
  display: block;
  width: 100%;
  line-height: 40px
}

.top-bar .dropdown a,
.top-bar .dropdown input[type=submit] {
  padding: 0 10px;
  white-space: nowrap
}

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

.top-bar .dropdown form {
  margin: 0
}

.top-bar .dropdown input[type=submit] {
  color: #fff;
  font-size: 11px;
  height: auto;
  background: 0 0;
  outline: 0;
  text-align: left;
  cursor: pointer;
  position: inherit;
  text-transform: uppercase
}

.top-bar .mycw-button {
  margin-top: 12px
}

.top-bar .mycw-nav {
  padding-left: 30px
}

.top-bar .mycw-nav img {
  vertical-align: middle;
  margin-right: 10px
}

.top-bar .mycw-nav .icn {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 7px;
  color: rgba(255, 255, 255, .35)
}

.top-bar .mycw-nav,
.top-bar .nav-items {
  display: none
}

.top-bar .toggle-topbar {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer
}

.top-bar .toggle-topbar .icn {
  font-size: 31px;
  position: relative;
  top: 10px
}

.top-bar.minimal {
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100000
}

.right-off-canvas-menu {
  background: #202020;
  font-size: 14px;
  z-index: 0;
  width: 240px;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

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

.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: #fff;
  text-decoration: none;
  padding: 20px;
  border-bottom: solid 1px #0c0c0c;
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
  font-size: 16px;
  line-height: 1
}

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

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

.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-text {
  display: inline-block;
  vertical-align: middle
}

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

.top-bar .dropdown input[type=submit],
.top-bar a {
  font-size: 12px;
  letter-spacing: 1px
}

.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 {
  background-color: #2e2e2e;
  background-image: -webkit-linear-gradient(#2e2e2e, #202020);
  background-image: linear-gradient(#2e2e2e, #202020);
  box-shadow: 0 1px 1px rgba(255, 255, 255, .1);
  border: 1px solid #000;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 50%
}

.right-off-canvas-menu .user-access .button:first-child {
  margin-right: 20px
}

.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: #fff
}

.right-off-canvas-menu a,
.right-off-canvas-menu input[type=submit],
.top-bar .dropdown input[type=submit],
.top-bar a {
  font-family: Proxima-Nova-n3, Proxima-Nova-1, Proxima-Nova-2, "Proxima Nova", sans-serif;
  font-weight: 300
}

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

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

.post.single .socialcount,
.top-bar-section {
  padding: 0
}

*,
::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
}

.top-bar .title-area .name a {
  line-height: 58px
}

.top-bar .user-access .button {
  letter-spacing: 1px;
  background: 0 0
}

.top-bar a {
  line-height: 62px
}

.top-bar a.button {
  border: none
}

.top-bar .mycw-nav {
  line-height: 0
}

.socialcount>li,
.socialcount>li>a {
  line-height: 30px;
  position: relative
}

.right-off-canvas-menu a,
.right-off-canvas-menu input[type=submit] {
  text-align: left;
  font-size: 18px
}

.right-off-canvas-menu .user-access .button,
.socialcount .count {
  font-family: Proxima-Nova-n6, Proxima-Nova-1, Proxima-Nova-2, "Proxima Nova", sans-serif;
  font-weight: 600
}

.right-off-canvas-menu .user-access .button {
  text-align: center;
  font-size: 14px
}

.off-canvas-close .right-off-canvas-menu,
.off-canvas-open .right-off-canvas-menu {
  opacity: 1
}


/*! 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
}

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

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

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

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

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
label,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block
}

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

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=button],
input[type=image],
input[type=submit],
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
}

.container,
.wrapper,
body {
  margin: 0 auto
}

body {
  font-size: 125%;
  line-height: 150%;
  max-width: 64em;
  background: url(http://archive.charitywater.org/_site/images/html-BG.gif) center repeat-y #FAFAFA;
  color: #333232;
  font-family: Proxima-Nova-n3, Proxima-Nova-1, Proxima-Nova-2, "Proxima Nova", sans-serif;
  font-weight: 300
}

.wrapper {
  max-width: 1280px
}

.container {
  width: 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: #333232;
  color: #fff;
  font-family: Proxima-Nova-n6, Proxima-Nova-1, Proxima-Nova-2, "Proxima Nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: .1s linear background;
  transition: .1s linear background;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  text-rendering: optimizeLegibility
}

.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-family: Proxima-Nova-n3, Proxima-Nova-1, Proxima-Nova-2, "Proxima Nova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #333232;
  position: absolute;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

#comment_box .tool-title {
  color: #333232;
  font-family: Proxima-Nova-n6, Proxima-Nova-1, Proxima-Nova-2, "Proxima Nova", sans-serif;
  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 (min-width:62.5em) {
  .container {
    max-width: 49em;
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:64.063em) {
  .top-bar-section {
    max-width: 980px
  }

  .top-bar .title-area {
    padding: 0 30px 0 0;
    width: auto;
    width: 180px
  }

  .top-bar .mycw-nav {
    width: 170px
  }

  ul.divider.after:after,
  ul.divider.before:after {
    content: '';
    border-left: solid 1px #000;
    border-right: solid 1px #515151;
    height: 58px;
    width: 0;
    position: absolute;
    top: 0
  }

  .top-bar .mycw-nav,
  .top-bar .nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .top-bar .toggle-topbar,
  .top-bar.minimal .divider:after,
  .top-bar.minimal .divider:before,
  .top-bar.minimal .mycw-nav,
  .top-bar.minimal .nav-items {
    display: none
  }

  ul.divider.after:after {
    right: 0
  }

  ul.divider.before:after {
    left: 0
  }

  .top-bar.minimal .title-area {
    width: 100%;
    padding: 0
  }

  .top-bar.minimal .toggle-topbar {
    display: block;
    right: 0
  }

  .top-bar.minimal .top-bar-section {
    max-width: none;
    padding: 0 20px
  }

  .no-flexbox .top-bar-section {
    display: block
  }

  .no-flexbox .top-bar .mycw-nav,
  .no-flexbox .top-bar .nav-items {
    display: block;
    float: left
  }

  .no-flexbox .nav-items {
    padding-left: 50px;
    padding-right: 20px
  }

  .no-flexbox .nav-items>li {
    float: left;
    padding: 0 10px
  }

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

@media (min-width:64.063em) {
  .m-no-flexbox .top-bar-section {
    display: block
  }

  .m-no-flexbox .top-bar {
    overflow: hidden
  }

  .m-no-flexbox .top-bar .mycw-nav,
  .m-no-flexbox .top-bar .nav-items {
    display: block;
    float: left
  }

  .m-no-flexbox .top-bar .nav-items {
    padding-left: 50px;
    padding-right: 20px
  }

  .m-no-flexbox .top-bar .nav-items>li {
    float: left;
    padding: 0 10px
  }
}

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