@charset "UTF-8";
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

html {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  outline: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
  border: 0;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

i {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

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

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pr e {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99%sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
tdimg {
  vertical-align: top;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
input[type="button"] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9f8ezx");
  src: url("../fonts/icomoon.eot?9f8ezx#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.woff2?9f8ezx") format("woff2"),
    url("../fonts/icomoon.ttf?9f8ezx") format("truetype"),
    url("../fonts/icomoon.woff?9f8ezx") format("woff"),
    url("../fonts/icomoon.svg?9f8ezx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e986";
}
.icon-arrow-right:before {
  content: "\e906";
}

.icon-menu:before {
  content: "\e900";
}

.icon-options:before {
  content: "\e900";
}

.icon-list:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-youtube-play:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #d60d8d;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  text-decoration: none;
  outline: 0;
}
.pushy a:hover {
  color: #fff;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Submenu Appearance */
.pushy .menu-item-has-children .sub-menu {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
  /* Submenu Icon */
}
.pushy .menu-item-has-children .sub-menu a {
  transition: opacity 0.2s ease-in-out;
}
.pushy .menu-item-has-children .sub-menu > a {
  position: relative;
}
.pushy .menu-item-has-children .sub-menu > a::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed a {
  opacity: 0;
}

.pushy-submenu-open {
  max-height: 1000px;
  /* Submenu Icon */
}
.pushy-submenu-open a {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}

* {
  transition: all 0.2s ease-in-out;
}

.gform_wrapper {
  transition: none;
}
.gform_wrapper * {
  transition: none;
}

::selection {
  background: #222;
  color: #fff;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

body {
  background-color: #f1f1f1;
  padding-top: 70px;
  font-family: "neuzeit-grotesk", "Helvetica Neue", Arial, Helvetica,
    "Liberation Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.3px;
  color: #6b6b6b;
  cursor: default;
}
body.mobile--active .overlay {
  opacity: 0.6;
  visibility: visible;
}
body.mobile--active .mobile {
  right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "neuzeit-grotesk", "Helvetica Neue", Arial, Helvetica,
    "Liberation Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #333;
}

hr {
  border-color: #ca0d86;
  margin: 2em 0;
}

input,
textarea,
select {
  font-family: "neuzeit-grotesk", "Helvetica Neue", Arial, Helvetica,
    "Liberation Sans", sans-serif;
}

input,
textarea,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: #efefef;
  border-radius: 2px;
  border: 0;
  padding: 1px 15px 0;
  line-height: 57px;
  font-size: 18px;
  color: #555;
}

input {
  width: 240px;
}

input[type="file"]::-webkit-file-upload-button {
  vertical-align: middle;
  height: 100%;
}

p {
  margin: 0 0 20px;
}

a {
  color: #1565c0;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: shade(#1565c0, 25%);
}
a.button {
  background-color: transparent;
  display: inline-block;
  padding-top: 1px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 2px;
  border: 1px solid #555;
  line-height: 57px;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
a.button.button--miniscule {
  line-height: 120%;
  font-size: 16px;
  padding: 0.25rem 0.5rem;
}
a.button.button--tiny {
  line-height: 52px;
  font-size: 16px;
}
a.button.button--small {
  line-height: 55px;
  font-size: 18px;
}
a.button.button--blue {
  background-color: #3c5484;
  border-color: #3c5484;
  color: #ffffff;
}
a.button.button--blue:hover {
  background-color: #ca0d86;
  border-color: #ca0d86;
}
a.button.button--pink {
  background-color: #d60d8d;
  border-color: #d60d8d;
  color: #ffffff;
}
a.button.button--pink:hover {
  background-color: #ca0d86;
  border-color: #ca0d86;
}
a.button.button--gray {
  background-color: #555;
  border-color: #555;
  color: #ffffff;
}
a.button.button--gray:hover {
  background-color: #333;
  border-color: #333;
}

.video-container {
  float: none;
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hidden {
  display: none;
}

.overlay {
  transition: all 0.2s ease-in-out;
  background: #ca0d86;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  cursor: pointer;
  overflow: hidden;
}

.mobile {
  transition: all 0.4s ease-in-out;
  padding: 40px 30px;
  background: #ffffff;
  position: fixed;
  right: -360px;
  top: 0;
  width: 300px;
  z-index: 100;
  overflow: auto;
}
@media (max-width: 360px) {
  .mobile {
    width: 320px;
  }
}
.mobile .mobile_links > ul {
  margin-bottom: 30px;
}
.mobile .mobile_links > ul:last-of-type {
  margin-bottom: 0;
}
.mobile .mobile_links > ul > li {
  margin: 0 0 6px;
  display: block;
}
.mobile .mobile_links > ul > li > a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #d60d8d;
}
.mobile .mobile_links > ul > li > a:hover {
  color: #ca0d86;
  border-bottom: 1px solid #ca0d86;
  transform: scale(1.1);
}
.mobile .mobile_links > ul > li > ul {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}
.mobile .mobile_links > ul > li > ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #6b6b6b;
}
.mobile .mobile_links > ul > li > ul li a:hover {
  color: #555;
  border-bottom: 1px solid #555;
}

.contents {
  background-color: #ffffff;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 10;
}

.header {
  background-color: #d60d8d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 70px;
  z-index: 10;
}
@media (min-width: 670px) {
  .header.header--active .header_logo {
    width: 180px;
  }
}
.header .header_logo {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 30px;
  border-radius: 0 0 2px 2px;
  display: block;
  width: 240px;
  padding: 15px;
  line-height: 0;
}
@media (max-width: 670px) {
  .header .header_logo {
    left: 0;
    border-radius: 0;
    width: 145px;
  }
}
.header .header_logo img {
  max-width: 100%;
  width: 100%;
}
.header .header_nav .header_form {
  margin-left: 20px;
  display: inline-block;
  float: left;
  height: 70px;
  line-height: 72px;
}
@media (max-width: 1000px) {
  .header .header_nav .header_form {
    display: none;
  }
}
.header .header_nav .header_form .gform_confirmation_message {
  color: #ffffff !important;
}
.header .header_nav .header_form .gform_wrapper {
  background-color: transparent !important;
  margin: 0 !important;
}
.header .header_nav .header_form .gform_wrapper:after {
  display: block;
  clear: both;
  content: " ";
}
.header .header_nav .header_form .gform_wrapper .gform_body,
.header .header_nav .header_form .gform_wrapper .gform_footer {
  float: left !important;
  vertical-align: top !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: none !important;
  width: auto !important;
  display: inline-block !important;
}
.header .header_nav .header_form .gform_wrapper .gform_body .ginput_container,
.header
  .header_nav
  .header_form
  .gform_wrapper
  .gform_footer
  .ginput_container {
  margin: 0 !important;
}
.header
  .header_nav
  .header_form
  .gform_wrapper
  .gform_body
  .ginput_container
  .charleft,
.header
  .header_nav
  .header_form
  .gform_wrapper
  .gform_footer
  .ginput_container
  .charleft {
  display: none !important;
}
.header .header_nav .header_form .gform_wrapper .gfield_description {
  padding-top: 3px !important;
}
.header .header_nav .header_form .gform_wrapper .gfield_error {
  margin: 0 !important;
  padding: 0 !important;
}
.header .header_nav .header_form .gform_wrapper .gfield_error input {
  width: 200px !important;
}
.header .header_nav .header_form .gform_wrapper .gfield {
  vertical-align: top !important;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.header .header_nav .header_form .gform_wrapper .gfield.email_address {
  width: 200px !important;
}
.header .header_nav .header_form .gform_wrapper .gfield input {
  width: 200px !important;
  line-height: 41px !important;
  vertical-align: top !important;
  width: 100% !important;
  font-size: 16px !important;
  padding: 2px 12px 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
}
.header .header_nav .header_form .gform_wrapper .gfield_description {
  display: none !important;
}
.header .header_nav .header_form .gform_wrapper .gfield_label {
  display: none !important;
}
.header .header_nav .header_form .gform_wrapper .gfield {
  margin-bottom: 0;
}
.header .header_nav .header_form .gform_wrapper .gform_button {
  margin-top: 1px !important;
  margin-right: 0 !important;
  width: 100px !important;
  -webkit-appearance: none !important;
  background-color: #6f114d;
  border-color: #6f114d;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 44px !important;
  height: 43px !important;
  color: #ffffff !important;
}
@media (max-width: 800px) {
  .header .header_nav .header_form .gform_wrapper .gform_button {
    width: 100% !important;
  }
}
.header .header_nav .header_form .gform_wrapper .gform_button:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #d60d8d !important;
}
.header .header_nav .header_social {
  display: inline-block;
  float: left;
  height: 70px;
  line-height: 72px;
}
@media (max-width: 670px) {
  .header .header_nav .header_social {
    display: none;
  }
}
.header .header_nav .header_social li {
  display: inline-block;
  margin-left: 8px;
}
.header .header_nav .header_social li a {
  background-color: #ffffff;
  border-radius: 100%;
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  font-size: 15px;
  color: #d60d8d;
}
.header .header_nav .header_social li a:hover {
  transform: scale(1.1);
}
.header .header_nav .header_button {
  background-color: #ffffff;
  float: left;
  display: inline-block;
  margin-left: 20px;
  height: 70px;
  padding-left: 25px;
  padding-right: 24px;
  line-height: 72px;
  border-right: 1px solid #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  color: #d60d8d;
}
.header .header_nav .header_button:hover {
  background-color: #6f114d;
  color: #ffffff;
}
@media (max-width: 500px) {
  .header .header_nav .header_button {
    display: none;
  }
}
.header .header_nav .header_menu {
  background-color: #6f114d;
  float: left;
  display: inline-block;
  height: 70px;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 74px;
  font-size: 28px;
  color: #ffffff;
}

.hero {
  background-color: #3a5081;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  height: 590px;
}
@media (max-width: 1140px) {
  .hero {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .hero {
    height: 300px;
  }
}
@media (max-width: 740px) {
  .hero {
    height: 100px;
  }
}
@media (max-width: 740px) {
  .hero.wcontent {
    height: 300px;
  }
}
.hero.hero--short {
  height: 530px;
}
@media (max-width: 1140px) {
  .hero.hero--short {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .hero.hero--short {
    height: 300px;
  }
}
@media (max-width: 740px) {
  .hero.hero--short {
    height: 100px;
  }
}
.hero.hero--page {
  height: auto;
  min-height: 140px;
}
.hero.hero--page[style] {
  height: 220px;
}
@media (max-width: 400px) {
  .hero.hero--page[style] {
    height: auto;
  }
}
.hero.hero--page.gent {
  background: #3c5484;
}
.hero .hero_shade {
  background-color: #3e3e3e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: 1;
}
.hero .hero_content {
  position: relative;
  max-width: 850px;
  margin: 60px 60px 40px;
  z-index: 2;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .hero .hero_content {
    margin: 40px 30px;
  }
}
@media (max-width: 768px) {
  .hero .hero_content {
    margin-top: 40px;
  }
}
.hero .hero_content h1 {
  margin: 0;
  color: #ffffff;
  line-height: 1.3em;
  font-size: 40px;
}
@media (max-width: 1140px) {
  .hero .hero_content h1 {
    max-width: 700px;
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .hero .hero_content h1 {
    font-size: 24px;
  }
}
.hero .hero_content h4,
.hero .hero_content h4 a {
  color: #ffffff;
  font-weight: normal;
}
.hero .hero_content h4 + h1,
.hero .hero_content h4 a + h1 {
  margin-top: 0;
}
.hero .hero_content .button {
  margin-top: 30px;
}
.hero .hero_content p {
  margin: 5px 0 0;
  font-size: 18px;
}

.block {
  position: relative;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 50px auto 25px;
}
.block > h6 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #adadad;
  letter-spacing: 1.5px;
}
.block > h6 a {
  color: #adadad;
}
.block > h6 a:hover {
  color: #d60d8d;
}
.block.instagram {
  margin-top: 25px;
}
.block .block_item {
  margin-bottom: 25px;
}
.block .block_box {
  position: relative;
  height: 100%;
  padding: 30px;
  font-size: 18px;
  border: 2px solid #dddddd;
  border-radius: 2px;
}
.block .block_box.block_box--tag {
  padding-top: 50px;
}
.block .block_box .block_box_tag {
  background-color: #555;
  border-radius: 0 0 2px 2px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #ffffff;
}
.block .block_box .block_image {
  background-color: #555;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: 250px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.block .block_box a {
  color: #d60d8d;
}
.block .block_box a:hover {
  color: #ca0d86;
}
.block .block_box h4 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5em;
  font-size: 22px;
}
.block .block_box .block_box_more {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
}
.block .block_box .block_box_more i {
  font-size: 12px;
}

.woocommerce #content {
  position: relative;
  max-width: 800px;
  padding: 60px 30px;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 740px) {
  .woocommerce #content {
    padding: 30px;
  }
  .woocommerce #content ul.products li.product {
    margin-bottom: 1em;
  }
}

.content {
  position: relative;
  max-width: 800px;
  padding: 0 30px;
  margin: 50px auto;
  font-size: 18px;
}
.content.center {
  text-align: center;
}
.content.cpeople {
  margin-bottom: 25px;
}
.content.cpeople + .content {
  margin-top: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content ul,
.content ol,
.content blockquote {
  margin: 10px 0 10px;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a,
.content p a,
.content ul a,
.content ol a,
.content blockquote a {
  text-decoration: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #d60d8d;
}
.content h1 {
  font-size: 34px;
  line-height: 34px;
  margin-top: 0;
}
.content h2 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
}
.content h3 {
  font-size: 28px;
  line-height: 28px;
  margin-top: 0;
}
.content h4 {
  font-size: 26px;
  line-height: 26px;
  margin-top: 0;
}
.content h5 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
}
.content h6 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 0;
}
.content p {
  margin: 0 0 30px;
  line-height: 1.8em;
}
@media (max-width: 400px) {
  .content p a {
    display: block;
    text-align: center;
  }
  .content p a + a {
    margin-top: 1rem;
  }
}
.content ul {
  padding-left: 30px;
}
.content ul li {
  list-style: disc;
}
.content ol {
  padding-left: 30px;
}
.content ol li {
  list-style: decimal;
}
.content a {
  color: #d60d8d;
  text-decoration: underline;
}
.content a.button {
  text-decoration: none !important;
}
.content blockquote {
  font-style: italic;
  color: #ca0d86;
  position: relative;
  /*position: relative;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    text-align:center;
    margin:2rem auto;
    width:90%;
    
    &:before,
    &:after {
      content: '';
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      right: 0;
      
      background: linear-gradient(to right,  #ffffff 0%, #bf85aa 25%, #ca0d86 50%, #bf85aa 75%, #ffffff 100%);
    }
    &:before { top: -2px; }
    &:after { bottom: -2px; }
    
    p {
      line-height:1.5em;
      padding:0 2em;
      margin:1.5rem 0;
    }
    @media (max-width:400px) {
      width:100%;
      p{padding:0 1em;}
    }*/
}
.content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  line-height: 100%;
  content: "“";
  font-family: times;
  color: #d492bc;
}
.content blockquote p {
  padding: 0 3rem;
}
.content .alignleft {
  float: left;
  margin: 0 15px 0 0;
}
@media (max-width: 400px) {
  .content .alignleft {
    float: none;
    text-align: center;
  }
}
.content .aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}
.content .alignright {
  float: right;
  margin: 0 0 0 15px;
}
@media (max-width: 400px) {
  .content .alignright {
    margin: 0;
    float: none;
    text-align: center;
  }
}
.content .alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}
.content .size-full {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 0 30px 0;
}
.content p .alignleft {
  float: left;
  margin: 5px 15px 0 0;
}
.content p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
.content p .alignright {
  float: right;
  margin: 5px 0 0 15px;
}
.content p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
.content p a img.alignnone {
  display: inline-block;
  margin: 0;
}
.content p .size-full {
  height: auto;
  margin: 5px 0 30px 0;
}
.content .wp-caption {
  font-size: 16px;
  font-style: italic;
  line-height: 1.8em;
}
.content .wp-caption p:last-child {
  margin: 0;
}
.content .gform_wrapper,
.content .gform_confirmation_wrapper {
  background-color: #ffffff !important;
  padding: 30px !important;
  border: 2px solid #555;
  margin: 0 !important;
}
@media (max-width: 400px) {
  .content .gform_wrapper,
  .content .gform_confirmation_wrapper {
    padding: 0px 20px !important;
  }
}
.content .gform_wrapper:after,
.content .gform_confirmation_wrapper:after {
  display: block;
  clear: both;
  content: " ";
}
.content .gform_wrapper .gform_body .ginput_container,
.content .gform_wrapper .gform_footer .ginput_container,
.content .gform_confirmation_wrapper .gform_body .ginput_container,
.content .gform_confirmation_wrapper .gform_footer .ginput_container {
  margin: 0 !important;
}
.content .gform_wrapper .gform_body .ginput_container .charleft,
.content .gform_wrapper .gform_footer .ginput_container .charleft,
.content .gform_confirmation_wrapper .gform_body .ginput_container .charleft,
.content .gform_confirmation_wrapper .gform_footer .ginput_container .charleft {
  display: none !important;
}
.content .gform_wrapper .gfield_description,
.content .gform_confirmation_wrapper .gfield_description {
  padding-top: 3px !important;
}
.content .gform_wrapper .gfield_error,
.content .gform_confirmation_wrapper .gfield_error {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.content .gform_wrapper .gfield,
.content .gform_confirmation_wrapper .gfield {
  margin-top: 0 !important;
}
@media (max-width: 1260px) {
  .content .gform_wrapper .gfield,
  .content .gform_confirmation_wrapper .gfield {
    margin-bottom: 10px !important;
  }
}
.content .gform_wrapper .gfield input,
.content .gform_confirmation_wrapper .gfield input {
  line-height: 58px !important;
  border-radius: 2px !important;
  vertical-align: top !important;
  width: 100% !important;
  font-size: 18px !important;
  padding: 2px 12px 0 !important;
  border: 0 !important;
}
.content .gform_wrapper .gfield textarea,
.content .gform_confirmation_wrapper .gfield textarea {
  border-radius: 2px !important;
  vertical-align: top !important;
  width: 100% !important;
  font-size: 18px !important;
  padding: 20px !important;
  border: 0 !important;
}
.content .gform_wrapper .gfield_label,
.content .gform_confirmation_wrapper .gfield_label {
  margin-bottom: 5px !important;
}
.content .gform_wrapper .gfield,
.content .gform_confirmation_wrapper .gfield {
  margin-bottom: 20px;
}
.content .gform_wrapper .gform_button,
.content .gform_confirmation_wrapper .gform_button {
  margin-right: 0 !important;
  -webkit-appearance: none !important;
  background-color: #d60d8d;
  border-color: #d60d8d;
  font-weight: bold !important;
  font-size: 20px !important;
  border-radius: 2px !important;
  line-height: 58px !important;
  height: 58px !important;
  color: #ffffff !important;
}
@media (max-width: 800px) {
  .content .gform_wrapper .gform_button,
  .content .gform_confirmation_wrapper .gform_button {
    width: 100% !important;
  }
}
.content .gform_wrapper .gform_button:hover,
.content .gform_confirmation_wrapper .gform_button:hover {
  background-color: #ca0d86;
  border-color: #ca0d86;
}
.content .sidebar {
  text-align: center;
}

.people {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.people .person {
  margin-bottom: 25px;
  width: 230px;
}
.people .person .person_avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  height: 230px;
}
.people .person .person_avatar.women {
  margin: 0 auto 15px;
  height: 360px;
}
.people .person .wdpv_voting {
  float: right;
}
.people .person .vote {
  color: #ffffff;
  float: right;
}
.people .person h5 {
  margin: 4px 0 0;
  font-size: 18px;
}
.people .person h6 {
  margin: 4px 0 0;
  font-weight: normal;
  font-size: 17px;
  color: #6b6b6b;
}
.people .person h6 a {
  color: #333;
  text-decoration: none;
  border-color: transparent;
}
.people.four .person {
  width: 175px;
}
@media (max-width: 670px) {
  .people .person {
    width: 100% !important;
  }
}

.nominate {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.nominate .content {
  margin: 0 auto;
}

.sections {
  background-color: #f7f7f7;
  padding: 50px 0;
  text-align: center;
}
.sections.cpeople {
  padding-bottom: 25px;
}
.sections.left {
  text-align: left;
}
.sections h1,
.sections h2,
.sections h3,
.sections h4,
.sections h5,
.sections h6 {
  color: #d60d8d;
  margin-bottom: 1em;
}
.sections h1 {
  font-size: 34px;
  line-height: 34px;
}
.sections h2 {
  font-size: 30px;
  line-height: 30px;
}
.sections h3 {
  font-size: 28px;
  line-height: 28px;
}
.sections h4 {
  font-size: 26px;
  line-height: 26px;
}
.sections h5 {
  font-size: 24px;
  line-height: 24px;
}
.sections h6 {
  font-size: 22px;
  line-height: 22px;
}
.sections .content {
  margin: 0 auto;
}
.sections .content .people {
  margin-bottom: 0;
}
.sections .section {
  display: inline-block;
  width: 330px;
  margin-right: 30px;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 696px) {
  .sections .section:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 695px) {
  .sections .section {
    display: block;
    margin: 0 auto 50px;
  }
  .sections .section:last-of-type {
    margin-bottom: 0;
  }
}
.sections .section .section_avatar {
  background-color: #333;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 0 auto 30px;
}
.sections .section h3 {
  margin: 0 0 10px;
  line-height: 1.5em;
  font-size: 26px;
  color: #d60d8d;
}

.divide {
  background-color: #f7f7f7;
  position: relative;
}
.divide .divide_image {
  background-color: #555;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 660px;
  height: 100%;
}
@media (max-width: 1270px) {
  .divide .divide_image {
    width: 550px;
  }
}
@media (max-width: 1140px) {
  .divide .divide_image {
    width: 450px;
  }
}
@media (max-width: 1020px) {
  .divide .divide_image {
    width: 350px;
  }
}
@media (max-width: 930px) {
  .divide .divide_image {
    background-position: center center;
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 300px;
  }
}
.divide .divide_content {
  margin-left: 660px;
  padding: 30px;
}
@media (max-width: 1270px) {
  .divide .divide_content {
    margin-left: 550px;
  }
}
@media (max-width: 1140px) {
  .divide .divide_content {
    margin-left: 450px;
  }
}
@media (max-width: 1020px) {
  .divide .divide_content {
    margin-left: 350px;
  }
}
@media (max-width: 930px) {
  .divide .divide_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
  }
}
.divide .divide_content .divide_text {
  font-size: 18px;
}
.divide .divide_content .divide_text h2,
.divide .divide_content .divide_text h3 {
  margin: 0 0 20px;
  line-height: 1.5em;
  color: #d60d8d;
}
.divide .divide_content .divide_text h2 {
  font-size: 30px;
}
.divide .divide_content .divide_text h3 {
  font-size: 26px;
}
.divide .divide_content .divide_text .button {
  margin-top: 20px;
}

.featured_program {
  padding: 60px 0 0;
}
.featured_program .content {
  margin: 0 auto;
  max-width: 950px;
}
@media (max-width: 991px) {
  .featured_program .content {
    max-width: 620px;
    text-align: center;
  }
  .featured_program .content .featured_program_image {
    margin-bottom: 30px;
  }
}
.featured_program .content .featured_program_image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  height: 100%;
}
.featured_program .featured_program_nav {
  border-top: 1px solid #e0e0e0;
  margin-top: 60px;
  padding: 30px;
  text-align: center;
}
.featured_program .featured_program_nav ul li {
  display: inline-block;
  margin: 0 20px;
}
.featured_program .featured_program_nav ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.featured_program .featured_program_nav ul li a:hover {
  color: #d60d8d;
  text-decoration: underline;
}
.featured_program.menu + .block {
  margin-top: 0;
}

.newsletter h3 {
  margin: 0 0 20px;
  font-size: 22px;
  color: #555;
  line-height: 1.6em;
}
@media (max-width: 700px) {
  .newsletter h3 {
    text-align: center;
  }
}

.newsletter .gform_wrapper {
  margin: 0 !important;
}
.newsletter .gform_wrapper:after {
  display: block;
  clear: both;
  content: " ";
}
.newsletter .gform_wrapper .gform_body,
.newsletter .gform_wrapper .gform_footer {
  float: left !important;
  vertical-align: top !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: none !important;
  width: auto !important;
  display: inline-block !important;
}
@media (max-width: 1260px) {
  .newsletter .gform_wrapper .gform_body,
  .newsletter .gform_wrapper .gform_footer {
    float: none !important;
    clear: both !important;
    display: block !important;
  }
}
.newsletter .gform_wrapper .gform_body .ginput_container,
.newsletter .gform_wrapper .gform_footer .ginput_container {
  margin: 0 !important;
}
.newsletter .gform_wrapper .gform_body .ginput_container .charleft,
.newsletter .gform_wrapper .gform_footer .ginput_container .charleft {
  display: none !important;
}
.newsletter .gform_wrapper .gfield_description {
  padding-top: 3px !important;
}
.newsletter .gform_wrapper .gfield_error {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.newsletter .gform_wrapper .gfield {
  vertical-align: top !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
@media (max-width: 1260px) {
  .newsletter .gform_wrapper .gfield {
    margin-bottom: 10px !important;
  }
}
.newsletter .gform_wrapper .gfield.first_name,
.newsletter .gform_wrapper .gfield.last_name {
  width: 230px !important;
}
@media (max-width: 1260px) {
  .newsletter .gform_wrapper .gfield.first_name,
  .newsletter .gform_wrapper .gfield.last_name {
    width: calc(100% / 2 - 5px) !important;
  }
}
@media (max-width: 1260px) {
  .newsletter .gform_wrapper .gfield.last_name {
    margin-right: 0 !important;
  }
}
.newsletter .gform_wrapper .gfield.email_address {
  width: 280px !important;
}
@media (max-width: 1260px) {
  .newsletter .gform_wrapper .gfield.email_address {
    width: calc(80% - 10px) !important;
  }
}
.newsletter .gform_wrapper .gfield.zip_code {
  width: 100px !important;
}
@media (max-width: 1260px) {
  .newsletter .gform_wrapper .gfield.zip_code {
    width: 20% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .newsletter .gform_wrapper .gfield.first_name,
  .newsletter .gform_wrapper .gfield.last_name,
  .newsletter .gform_wrapper .gfield.email_address,
  .newsletter .gform_wrapper .gfield.zip_code {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.newsletter .gform_wrapper .gfield input {
  line-height: 58px !important;
  vertical-align: top !important;
  width: 100% !important;
  font-size: 18px !important;
  padding: 2px 12px 0 !important;
  border: 0 !important;
}
.newsletter .gform_wrapper .gfield_label {
  display: none !important;
}
.newsletter .gform_wrapper .gfield {
  margin-bottom: 20px;
}
.newsletter .gform_wrapper .gform_button {
  margin-right: 0 !important;
  width: 255px !important;
  -webkit-appearance: none;
  background-color: #d60d8d;
  border-color: #d60d8d;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 58px !important;
  height: 58px !important;
  color: #ffffff !important;
}
@media (max-width: 800px) {
  .newsletter .gform_wrapper .gform_button {
    width: 100% !important;
  }
}
.newsletter .gform_wrapper .gform_button:hover {
  background-color: #ca0d86;
  border-color: #ca0d86;
}

#instagram {
  display: block;
}
#instagram li {
  display: inline-block;
  width: calc(100% / 4 - 23px);
  margin-right: 30px;
}
@media (min-width: 851px) {
  #instagram li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 850px) {
  #instagram li {
    width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
  }
  #instagram li:nth-child(2),
  #instagram li:last-child {
    margin-right: 0;
  }
  #instagram li:nth-child(3),
  #instagram li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  #instagram li {
    width: calc(100% / 2 - 6px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  #instagram li:nth-child(2),
  #instagram li:last-child {
    margin-right: 0;
  }
  #instagram li:nth-child(3),
  #instagram li:last-child {
    margin-bottom: 0;
  }
}
#instagram li a {
  border-radius: 3px;
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
#instagram li a:hover span {
  opacity: 0.8;
  visibility: visible;
}
#instagram li a span {
  background-color: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
#instagram li a span i {
  font-size: 60px;
  color: #ffffff;
}
#instagram li a img {
  max-width: 100%;
  width: 100%;
}

.woocommerce .product {
  overflow: hidden;
}
.woocommerce .product.product-type-variable-subscription p.price {
  display: none;
}

.woocommerce ul.products {
  margin-top: 2em;
}

.bottom {
  background-color: #f7f7f7;
}
.bottom .block.newsletter {
  margin-top: 0;
  padding-top: 60px;
}
.bottom .block:last-of-type {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.footer {
  padding: 60px 30px 100px;
}
.footer .footer_top {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .footer .footer_top .footer_nav {
    margin-bottom: 40px;
    text-align: center;
  }
}
.footer .footer_top .search {
  text-align: right;
}
@media (max-width: 1199px) {
  .footer .footer_top .search {
    text-align: center;
  }
}
.footer .footer_top .search input {
  background-color: #efefef;
  border: 0;
  border-radius: 2px;
  padding: 1px 15px 0;
  line-height: 57px;
  width: 240px;
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  color: #d60d8d;
}
.footer .footer_top .search button {
  display: none;
}
.footer .footer_top .nav > .menu-item {
  margin-bottom: 2px;
}
.footer .footer_top .nav > .menu-item > a {
  font-weight: bold;
  font-size: 20px;
  color: #d60d8d;
}
.footer .footer_top .nav > .menu-item > a:hover {
  color: #ca0d86;
  border-bottom: 1px solid #ca0d86;
}
.footer .footer_top .nav > .menu-item ul li a {
  font-size: 18px;
  color: #6b6b6b;
}
.footer .footer_top .nav > .menu-item ul li a:hover {
  color: #555;
  border-bottom: 1px solid #555;
}
.footer .footer_top .nav > .menu-item.menu-item-has-children {
  margin-bottom: 30px !important;
}
.footer .footer_top .footer_social {
  display: block;
  text-align: right;
}
@media (max-width: 1199px) {
  .footer .footer_top .footer_social {
    text-align: center;
  }
}
.footer .footer_top .footer_social li {
  display: inline-block;
  margin-left: 8px;
}
.footer .footer_top .footer_social li a {
  background-color: #d60d8d;
  border-radius: 100%;
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  font-size: 15px;
  color: #ffffff;
}
.footer .footer_top .footer_social li a:hover {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .footer .footer_bottom {
    text-align: center;
  }
}
.footer .footer_bottom p {
  margin: 0;
}
.footer .footer_bottom span {
  display: inline-block;
  padding: 0 6px;
}
.footer .footer_bottom a {
  color: #6b6b6b;
}
.footer .footer_bottom a:hover {
  color: #d60d8d;
  border-bottom: 1px solid #d60d8d;
}

.pagination {
  font-size: 18px;
  font-weight: bold;
}
.pagination a {
  color: #d60d8d;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination .screen-reader-text {
  display: none;
}

.validation_error {
  display: none;
}

.gfield_error {
  background-color: transparent !important;
  border: 0 !important;
}

.gfield_error input {
  background-color: #ffdfe0;
  border-color: #790000;
  color: #790000;
}

.gfield_error input::-webkit-input-placeholder {
  color: #790000;
}

.gfield_error input:-moz-placeholder {
  color: #790000;
}

.gfield_error input::-moz-placeholder {
  color: #790000;
}

.gfield_error input:-ms-input-placeholder {
  color: #790000;
}

.gform_wrapper {
  background-color: #f7f7f7;
}
.gform_wrapper select {
  border: none;
  height: 60px;
}

.ginput_post_image_title {
  display: none;
}

.gform_next_button {
  -webkit-appearance: none !important;
  background-color: #d60d8d !important;
  border-color: #d60d8d !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 58px !important;
  height: 58px !important;
  color: #ffffff !important;
}
@media (max-width: 800px) {
  .gform_next_button {
    width: 100% !important;
  }
}

.woocommerce .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row input.input-text {
  line-height: 57px !important;
}

.sd-content ul li {
  margin: 0 0 5px 0 !important;
}

.sd-content ul li + li {
  margin-left: 5px !important;
}

.sd-content ul li.share-end {
  margin-left: 0 !important;
}

.embed-container {
  float: none;
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

table.images {
  padding: 0;
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}
table.images td {
  text-align: center;
}

@media (max-width: 865px) {
  div.ginput_complex.ginput_container.gf_name_has_2 span,
  .gf_left_half,
  .gf_right_half {
    width: 100% !important;
    float: none !important;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium,
  .gform_wrapper .gform_button {
    width: 100% !important;
  }
}
