@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: "Gotham SSm A", "Gotham SSm B", "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "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("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: 15px 10px 11px;
  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: 20px
}

.full-width-layout .row,
.full-width-layout .top-bar {
  max-width: none;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px
}

.full-width-layout .top-bar .top-bar-section {
  max-width: 100%
}

.full-width-layout .top-bar .nav-items {
  max-width: 790px;
  margin: 0 auto
}

@keyframes vex-fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes vex-fadeout {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg)
  }
}

@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg)
  }
}

.vex,
.vex *,
.vex :after,
.vex :before {
  box-sizing: border-box
}

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  position: fixed;
  background: rgba(0, 0, 0, .4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.vex-content,
.vex-overlay {
  -webkit-backface-visibility: hidden;
  animation: vex-fadein .5s;
  -webkit-animation: vex-fadein .5s;
  -moz-animation: vex-fadein .5s;
  -ms-animation: vex-fadein .5s;
  -o-animation: vex-fadein .5s
}

.vex.vex-closing .vex-content,
.vex.vex-closing .vex-overlay {
  animation: vex-fadeout .5s;
  -webkit-animation: vex-fadeout .5s;
  -moz-animation: vex-fadeout .5s;
  -ms-animation: vex-fadeout .5s;
  -o-animation: vex-fadeout .5s;
  -webkit-backface-visibility: hidden
}

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"
}

.top-bar .dropdown form,
.vex-content .inner h1,
.vex-content .inner h2,
.vex-content .inner h3,
.vex-content .inner h4,
.vex-content .inner h5,
.vex-content .inner h6,
.vex-content .vex-dialog-form h1,
.vex-content .vex-dialog-form h2,
.vex-content .vex-dialog-form h3,
.vex-content .vex-dialog-form h4,
.vex-content .vex-dialog-form h5,
.vex-content .vex-dialog-form h6,
.vex-dialog-form {
  margin: 0
}

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent
}

.vex-loading-spinner {
  animation: vex-rotation .7s linear infinite;
  -webkit-animation: vex-rotation .7s linear infinite;
  -moz-animation: vex-rotation .7s linear infinite;
  -ms-animation: vex-rotation .7s linear infinite;
  -o-animation: vex-rotation .7s linear infinite;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 1em rgba(0, 0, 0, .1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff
}

body.vex-open {
  overflow: hidden
}

.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;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  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;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  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 {
  -webkit-transition-delay: 100ms;
  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)
}

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

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

.alert-box p a {
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 3px
}

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

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

@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 {
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #369ff4;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
  border-radius: 4px;
  border: none;
  height: 48px;
  line-height: 48px;
  font-size: 13px;
  padding: 0 20px;
  font-weight: 500;
  display: inline-block
}

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

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

.button.small,
button.small {
  height: 32px;
  line-height: 32px;
  font-size: 11px;
  padding: 0 15px
}

.button.large,
button.large {
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  padding: 0 40px
}

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

.button.cw-black,
button.cw-black {
  background-color: #333232;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #efd213;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

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

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

.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 {
  background-color: #fa575d;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #8ed4cc;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #fe813a;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #9064bf;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #f4f5f0;
  color: #71716c;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #e9eae4;
  color: #71716c;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #dfdfd7;
  color: #71716c;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #c1c1ba;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #9b9b94;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background-color: #71716c;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear
}

.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 {
  background: 0 0;
  border: 2px solid;
  color: #369ff4;
  border-radius: 4px;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear
}

.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 {
  background: 0 0;
  border: 2px solid;
  color: #59c77f;
  border-radius: 4px;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear
}

.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 {
  background: 0 0;
  border: 2px solid;
  color: #fa575d;
  border-radius: 4px;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear
}

.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 {
  background: 0 0;
  border: 2px solid;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear
}

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

.payment.button {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  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("credit-card.svg");
  width: 31px;
  margin-left: 8px
}

.no-svg .payment .credit-card {
  background-image: url("credit-card.png")
}

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

.no-svg .payment .paypal {
  background-image: url("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;
  -webkit-transition: background 150ms linear;
  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,
.top-bar.on-black .dropdown a:hover,
.vex.image .vex-content .vex-close {
  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 {
  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
}

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

p {
  line-height: 1.375
}

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: 44px
}

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

.h20 {
  font-size: 36px
}

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

.h30 {
  font-size: 28px
}

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

.h35 {
  font-size: 22px
}

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

.h40 {
  font-size: 22px
}

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

.h50 {
  font-size: 20px
}

.h60 {
  font-size: 16px
}

.h70 {
  font-size: 14px
}

.h80 {
  font-size: 12px
}

.p10 {
  font-size: 22px
}

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

.p20 {
  font-size: 18px
}

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

.p30 {
  font-size: 16px
}

.p40 {
  font-size: 14px
}

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

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

.vex-closing {
  animation: vex-fadeout 0s;
  -webkit-animation: vex-fadeout 0s;
  -moz-animation: vex-fadeout 0s;
  -ms-animation: vex-fadeout 0s;
  -o-animation: vex-fadeout 0s;
  -webkit-backface-visibility: hidden
}

.vex,
.vex-content {
  height: 100vh
}

.vex-overlay {
  display: none
}

@media only screen and (min-width:40.063em) {
  .vex-overlay {
    display: block
  }
}

.vex-content {
  background: #fff;
  z-index: 999;
  position: relative;
  text-align: center;
  width: 100%;
  display: table;
  margin: 0
}

@media only screen and (min-width:40.063em) {
  .vex-content {
    width: auto;
    margin: 50px auto;
    height: auto
  }
}

.vex-content .inner,
.vex-content .vex-dialog-form {
  padding: 40px;
  display: inline-block
}

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

  .vex-content .inner,
  .vex-content .vex-dialog-form {
    width: 500px
  }
}

.vex-content .button {
  margin-top: 60px
}

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

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

.vex-content .title~.vex-close {
  top: 20px;
  right: 20px;
  font-size: 24px
}

@media only screen and (min-width:40.063em) {
  .vex-content .title~.vex-close {
    font-size: 32px
  }
}

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

@media only screen and (min-width:40.063em) and (max-width:64.063em) {
  .vex.image {
    padding: 20px
  }
}

.vex.image .vex-overlay {
  height: 100vh
}

.vex.image .vex-content {
  background: 0 0
}

@media only screen and (min-width:40.063em) {
  .vex.image .vex-content {
    background: #fff
  }
}

.vex.image .vex-content img {
  margin-top: 42px;
  padding: 10px;
  margin-bottom: -.2rem;
  width: 100%
}

@media only screen and (min-width:40.063em) {
  .vex.image .vex-content img {
    margin-top: 0
  }

  .vex.image .vex-content .vex-close {
    top: -3rem;
    right: 0
  }
}

@media only screen and (min-width:64.063em) {
  .vex.image .vex-content .vex-close {
    top: -.5rem;
    right: -2rem
  }
}

.vex-dialog-message {
  font-size: 16px
}

.vex-dialog-buttons {
  margin-top: 20px
}

.vex-dialog-buttons .vex-first {
  margin-right: 10px
}

.vex-dialog-buttons .vex-dialog-button-secondary {
  background-color: #f4f5f0;
  color: #333232
}

.vex-dialog-buttons .vex-dialog-button-secondary:hover {
  background-color: #e9ebe1
}

.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;
  -webkit-transition: background 150ms linear;
  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
}

meta.foundation-version {
  font-family: '/5.3.3/'
}

meta.foundation-mq-small {
  font-family: '/only screen/';
  width: 0
}

meta.foundation-mq-medium {
  font-family: '/only screen and (min-width:40.063em)/';
  width: 40.063em
}

meta.foundation-mq-large {
  font-family: '/only screen and (min-width:64.063em)/';
  width: 64.063em
}

meta.foundation-mq-xlarge {
  font-family: '/only screen and (min-width:90.063em)/';
  width: 90.063em
}

meta.foundation-mq-xxlarge {
  font-family: '/only screen and (min-width:120.063em)/';
  width: 120.063em
}

meta.foundation-data-attribute-namespace {
  font-family: false
}

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: 14px;
  font-weight: 500
}

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

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

input[type=file] {
  font-size: 14px;
  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: 15px 10px 11px;
  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]: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
}

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: 11px
}

form.error label {
  color: inherit
}

form small.error,
form span.error,
form.error small.error,
form.error span.error {
  display: none;
  text-align: left
}

.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-wrapper small.error,
.error.input-wrapper span.error,
.input-pair.error small.error,
.input-pair.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: 15px 10px 11px
}

.prefix {
  text-align: right
}

.lh .postinput,
.lh .preinput,
.lii .postinput,
.lii .preinput {
  top: 1px
}

.postinput,
.preinput {
  position: absolute;
  top: 21px;
  z-index: 1
}

.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;
  -webkit-transition: all 150ms linear;
  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: 32px
}

.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],
.top-bar.transparent ul.divider:after {
  display: none
}

.label-switch input[type=checkbox]+.checkbox {
  -webkit-transition: all .3s ease;
  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;
  -webkit-transition: all .3s ease;
  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 {
  -webkit-transition: all 150ms ease-in-out;
  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;
  -webkit-transition: background 150ms linear;
  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: 12px;
  border: 1px #dfdfd7;
  border-style: solid none solid solid;
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #f4f5f0;
  text-transform: uppercase;
  -webkit-transition: all 150ms linear;
  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
}

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

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

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

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

.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("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 {
  display: none
}

.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;
  line-height: 58px;
  font-size: 11px;
  -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:last-child {
  margin-right: 0
}

.top-bar .user-access .button {
  display: block;
  height: 30px;
  line-height: 30px;
  letter-spacing: normal;
  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: solid 1px #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%
}

@media only screen and (min-width:64.063em) {
  .top-bar .title-area {
    padding: 0 30px 0 0;
    width: 180px
  }
}

.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("main-logo-lg.png");
  text-indent: -999em
}

.top-bar .nav-items {
  max-width: 630px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -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:last-of-type {
  margin-right: 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 input[type=submit] {
  color: #fff;
  font-size: 11px;
  height: auto;
  background: 0 0;
  outline: none;
  text-align: left;
  cursor: pointer;
  position: inherit;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif
}

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

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

@media only screen and (min-width:64.063em) {
  .top-bar .mycw-nav {
    width: 170px
  }
}

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

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

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

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

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

@media only screen and (min-width:64.063em) {
  .top-bar .toggle-topbar {
    display: none
  }

  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
  }

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

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

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

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

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

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

.right-off-canvas-menu {
  background: #202020;
  font-family: "Gotham SSm A", "Gotham SSm B", "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  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
}

.right-off-canvas-menu .user-access {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  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);
  font-size: 12px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, .1);
  border: solid 1px #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
}

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

.footer-main .line.no-bull i,
.off-canvas-closed .right-off-canvas-menu {
  display: none
}

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

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

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

.container {
  min-height: calc(100vh - 578px + .967px)
}

.no-footer .container {
  min-height: 100vh
}

.footer-main {
  height: 520px
}

@media only screen and (min-width:40.063em) {
  .container {
    min-height: calc(100vh - 368px + .967px)
  }

  .no-footer .container {
    min-height: 100vh
  }

  .footer-main {
    height: 310px
  }
}

@media only screen and (min-width:64.063em) {
  .container {
    min-height: calc(100vh - 348px + .967px)
  }

  .no-footer .container {
    min-height: 100vh
  }

  .footer-main {
    height: 290px
  }
}

.footer-main,
.footer-main ul {
  font-family: "Gotham SSm A", "Gotham SSm B", "Proxima-Nova-n3", "Proxima-Nova-1", "Proxima-Nova-2", "Proxima Nova", sans-serif;
  color: #71716c;
  font-size: 14px
}

.footer-main {
  background-color: #333232;
  padding: 20px
}

.footer-main ul {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px
}

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

  .footer-main ul:nth-child(2n),
  .footer-main:nth-child(2n) {
    margin-right: 0
  }
}

.footer-main .title {
  color: #e9eae4;
  margin-bottom: 8px
}

.footer-main .resources {
  display: none !important
}

@media only screen and (min-width:64.063em) {
  .footer-main .resources {
    display: inline-block !important
  }

  .footer-main .large-custom {
    width: 18%
  }
}

.footer-main li {
  line-height: 28px;
  height: 28px;
  list-style: none;
  white-space: nowrap
}

.footer-main a {
  color: #71716c
}

.footer-main a:hover {
  color: #c1c1ba
}

.footer-main a:hover .heart {
  color: #fa575d
}

.footer-main .cw-icon {
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  text-align: center
}

.footer-main .footer-flex {
  overflow: hidden
}

@media only screen and (min-width:64.063em) {
  .flexbox .footer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .flexbox .footer-flex ul {
    width: auto
  }
}

.footer-main .row {
  max-width: 300px
}

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

.footer-main .footer-bottom {
  border-top: solid 1px #515151;
  max-width: 980px;
  clear: both;
  padding-top: 40px;
  margin-top: 20px
}

.footer-main .additional-info {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5
}

@media only screen and (min-width:40.063em) {
  .footer-main .additional-info {
    max-width: 530px
  }
}

@media only screen and (min-width:64.063em) {
  .footer-main .additional-info {
    max-width: 100%
  }
}

.footer-main .line {
  display: block
}

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

  .footer-main .line,
  .footer-main .line.no-bull i {
    display: inline-block
  }

  .footer-main .line:nth-child(3) i {
    display: none
  }
}

@media only screen and (min-width:64.063em) {
  .footer-main .line:nth-child(3) i {
    display: inline-block
  }
}

.footer-main .footer-email-signup {
  color: #369ff4
}

.footer-main .footer-email-signup:hover {
  color: #66b6f7
}

.footer-main i {
  margin: 0 5px
}
