/* ===============================================
   Base CSS file to support templates and apps.
   Please do not make changes to this file.

   $Id$
   =============================================== */
/* ===============================================
   RESET
   =============================================== */
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #202020;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
li,
dl,
dd,
dt,
address,
fieldset {
  margin: 0 0 1.5rem;
}
fieldset fieldset,
.formrow > fieldset {
  margin: 0;
}
li,
dd,
blockquote {
  margin-left: 40px;
}
li li:first-child {
  margin-top: 1.5rem;
}
.nested-list li {
  margin-left: 80px;
  list-style-type: circle;
}
.show-overflow {
  overflow: visible;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
  background: transparent;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  line-height: 1.25;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
}
.nav ul,
.nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  overflow: visible;
}
.nav ul li,
.nav ol li {
  margin: 0;
}
.nav ul li li:first-child,
.nav ol li li:first-child {
  margin: 0;
}
ul.plain,
ol.plain {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
ul.plain li,
ol.plain li {
  margin: 0 0 1.5rem;
}
ul.compact li,
ol.compact li {
  margin: 0;
}
h1,
h1.default {
  font-size: 2rem;
}
h2,
h2.default {
  font-size: 1.5rem;
}
h3,
h3.default {
  font-size: 1.1666667rem;
}
h4,
h4.default {
  font-size: 1rem;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c0c0c0;
  margin: 1.5rem 0;
  padding: 0;
  clear: both;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
mark,
span.mark {
  background-color: #fff999;
  color: inherit;
}
/* ===============================================
   TABLES
   =============================================== */
table {
  margin: 0 0 1.5rem;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 8px;
  line-height: 1.5;
  text-align: left;
}
table th.right,
table td.right {
  text-align: right;
}
table th {
  font-weight: bold;
  vertical-align: top;
}
table th.bottom {
  vertical-align: bottom;
}
table td {
  vertical-align: top;
}
table.condensed th,
table.condensed td {
  padding: 4px 8px;
}
table.full {
  width: 100%;
}
table.half {
  width: 50%;
}
table.lined tbody th,
table.lined tbody td {
  border-top: 1px solid #c0c0c0;
}
table.striped tbody tr:nth-child(odd) td,
table.striped tbody tr:nth-child(odd) th {
  background-color: #e0e0e0;
}
table.bordered {
  border: 1px solid #c0c0c0;
  border-collapse: separate;
  *border-collapse: collapse;
  border-radius: 5px;
  background-clip: padding-box;
}
table.bordered tr:first-child th,
table.bordered tr:first-child td {
  border-top: 0;
}
/* ===============================================
   MEDIA STYLES
   =============================================== */
img,
object {
  max-width: 100%;
  height: auto;
}
img {
  display: inline-block;
  -ms-interpolation-mode: bicubic;
  border-style: none;
}
.media {
  margin: 0 0 1.5rem;
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100% !important;
}
div.img .txt {
  margin-top: 4px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
}
div.img .txt p {
  margin: 0;
}
.media.align-center {
  margin: 0 auto 1.5rem;
  text-align: center;
}
.media.align-center img,
.media.align-center .txt {
  margin: 0 auto;
}
.media.align-right {
  float: right;
  margin: 0 0 1.5rem 1rem;
}
.media.align-left {
  float: left;
  margin: 0 1rem 1.5rem 0;
}
.media.align-flush {
  margin: 0;
}
.img.align-right,
.img.align-left {
  max-width: 50%;
}
.embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}
.embed-wrapper.dim-4-3 {
  padding-bottom: 75%;
  /* 4/3 ratio */
}
.embed-wrapper.youtube-chrome {
  padding-top: 25px;
}
.embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media.video.align-right,
.media.video.align-left {
  min-width: 200px;
}
/* ===============================================
   LEADINS
   =============================================== */
.list-box {
  margin: 0 0 1.5rem;
}
.listed-item {
  margin: 0 0 1.5rem;
}
.listed-item .display-wrapper {
  display: flex;
}
.listed-item .txt > * {
  margin-bottom: 0.25rem;
}
.listed-item.img-only .img {
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .listed-item .display-wrapper {
    flex-direction: row;
  }
  .listed-item .img {
    max-width: 50%;
    margin: 0 5% 0 0;
    flex-shrink: 0;
  }
  .listed-item.column .display-wrapper {
    flex-direction: column;
  }
  .listed-item.column .img {
    max-width: none;
    margin: 0 0 0.25rem;
  }
  .listed-item.auto-shrink .img {
    flex-shrink: 1;
  }
  .listed-item.img-right .img {
    order: 99;
    margin-right: 0;
    margin: 0 0 0 5%;
  }
  .listed-item.floated .display-wrapper {
    display: block;
  }
  .listed-item.floated .display-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .listed-item.floated .img {
    float: left;
    margin: 0 1rem 1rem 0;
  }
  .listed-item.floated .txt {
    float: left;
  }
  .listed-item.column .display-wrapper {
    flex-direction: column;
  }
  .listed-item.column .img {
    max-width: 100%;
    margin: 0 0 0.25rem;
  }
  .block-grid .listed-item:not(.row) .display-wrapper,
  .flex-block-grid .listed-item:not(.row) .display-wrapper {
    flex-direction: column;
  }
  .block-grid .listed-item:not(.row) .img,
  .flex-block-grid .listed-item:not(.row) .img {
    max-width: 100%;
    margin: 0 0 0.25rem;
  }
}
@media screen and (max-width: 639px) {
  .listed-item .display-wrapper {
    flex-direction: column;
  }
  .listed-item .img {
    margin: 0 0 0.25rem;
  }
  .listed-item .img img {
    width: 100%;
  }
  .listed-item.small-row .display-wrapper {
    flex-direction: row;
  }
  .listed-item.small-row .img {
    max-width: 50%;
    min-width: 25%;
    margin: 0 5% 0 0;
  }
  .listed-item.img-right .img {
    order: 0;
    margin: 0 0 0.5rem 0;
  }
}
ul.related {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
ul.related li {
  margin: 0;
}
.rss-box-item p.description {
  margin: 0;
}
.has-no-items {
  display: none;
}
.has-no-more-items .readmore-item {
  display: none;
}
.no-source p.source {
  display: none;
}
/* ===============================================
   STATIC STORIES
   =============================================== */
/*** News Clipping ***/
body.news-clipping .news-source {
  margin-bottom: 1.5rem;
}
body.news-clipping .news-source p {
  margin-bottom: 0;
}
/*** Photo Gallery ***/
body.photo-gallery .pg-top {
  margin: 0 0 1.5rem;
}
body.photo-gallery .pg-top .next-prev {
  margin: 0 0 1.5rem;
}
body.photo-gallery .pg-top .next-prev:after {
  content: "";
  display: table;
  clear: both;
}
body.photo-gallery .pg-top .next-prev .next {
  float: right;
}
body.photo-gallery .pg-top .next-prev .prev {
  float: left;
}
body.photo-gallery .pg-top .img-wrapper {
  padding: 10px;
  margin: 0 0 1.5rem;
}
body.photo-gallery .pg-top .img-wrapper .img img {
  display: block;
  margin: 0 auto;
}
body.photo-gallery .pg-thumbs {
  padding-top: 1.5rem;
  margin: 0 0 1.5rem;
}
body.photo-gallery .pg-thumbs:after {
  content: "";
  display: table;
  clear: both;
}
body.photo-gallery .pg-thumbs:first-child {
  border-top: 1px solid #c0c0c0;
}
body.photo-gallery .pg-thumbs .pg-thumb {
  padding: 5px;
  margin: 5px;
  float: left;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-clip: padding-box;
}
body.photo-gallery .pg-thumbs .pg-thumb.pg-current {
  background: #e0e0e0;
}
body.photo-gallery .pg-thumbs .pg-thumb img {
  display: inline;
  vertical-align: middle;
}
/*** MoveOn-Style Share Page ***/
body.mo-share .taf-options {
  text-align: center;
}
body.mo-share .taf-options .email,
body.mo-share .taf-options .fb,
body.mo-share .taf-options .tw,
body.mo-share .taf-options .link {
  padding: 10px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background-clip: padding-box;
}
body.mo-share .taf-options .email textarea {
  width: 100%;
}
body.mo-share .taf-options .link .share-link {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  padding: 3px 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
body.mo-share .taf-options [class^="icon-"] {
  display: inline-block;
  vertical-align: top;
  width: 2em;
}
/* ===============================================
   BUTTONS
   =============================================== */
button,
.button {
  margin: 0;
  padding: 5px 10px;
  border: 0;
  background: #404040;
  border: 1px solid #404040;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-clip: padding-box;
}
button:hover,
.button:hover,
button:focus,
.button:focus {
  color: #fff;
  text-decoration: none;
}
button.compact,
.button.compact {
  padding: 2px 4px;
  font-weight: normal;
}
button.big,
.button.big {
  padding: 10px 20px;
  font-size: 150% !important;
}
button.very-big,
.button.very-big {
  padding: 15px 30px;
  font-size: 200% !important;
}
button.secondary {
  background-color: #a0a0a0;
  border: 1px solid #a0a0a0;
  color: #fff;
}
.button.ghost-btn {
  background-color: #404040;
  color: #fff;
  text-decoration: none;
  border: 1px solid #404040;
  border-radius: 5px;
  background-clip: padding-box;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.button.ghost-btn:hover {
  color: #404040;
  background: #fff;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.button-list li {
  flex: 0 0 auto;
  margin: 0 0 0 9px;
  padding: 0;
}
.button-list li:first-child {
  margin-left: 0;
}
.button-bar {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
.button-bar:after {
  content: "";
  display: table;
  clear: both;
}
.button-bar li {
  margin: 0;
  padding: 0;
  float: left;
  border: 1px solid #a0a0a0;
  border-left: 0;
  overflow: hidden;
}
.button-bar li .button {
  display: block;
  border: 0;
  background-color: #e0e0e0;
  color: #404040;
  font-weight: normal;
  border-radius: 0;
  background-clip: padding-box;
}
.button-bar li .button:hover {
  text-decoration: none;
  background-color: #a0a0a0;
}
.button-bar li button {
  display: block;
  border: 0;
  background-color: #e0e0e0;
  color: #404040;
  font-weight: normal;
  border-radius: 0;
  background-clip: padding-box;
}
.button-bar li button:hover {
  background-color: #a0a0a0;
}
.button-bar li:first-child {
  border-left: 1px solid #a0a0a0;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
}
.button-bar li:first-child button {
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
}
.button-bar li:last-child {
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
}
.button-bar li:last-child button {
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
}
.button-bar li:first-child:last-child {
  border-radius: 5px;
  background-clip: padding-box;
}
.button-bar li:first-child:last-child button {
  border-radius: 5px;
  background-clip: padding-box;
}
.button-bar.compact li a,
.button-bar.compact li button {
  padding: 3px 5px;
  font-weight: normal;
  height: auto;
}
/* ===============================================
   FORM INPUTS
   =============================================== */
input.text,
textarea,
select,
select[multiple] {
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 3px;
  background-clip: padding-box;
}
input.text:focus,
textarea:focus,
select:focus,
select[multiple]:focus {
  background-color: #f9f9f9;
}
textarea {
  min-height: 150px;
}
input.text,
select {
  min-height: 25px;
}
select[multiple] {
  height: auto;
}
input.text,
select,
button {
  vertical-align: middle;
}
span.req {
  font-weight: bold;
  color: #900;
}
.fieldset {
  margin-bottom: 1.5rem;
}
.captcha-wrapper {
  margin-bottom: 0.75rem;
}
.formrow {
  margin-bottom: 0.75rem;
}
.formrow.submit {
  margin: 1.5rem 0;
}
.formrow.submit p {
  margin-bottom: 0.75rem;
}
.formrow.submit button {
  margin-bottom: 0.75rem;
  margin-right: 1rem;
}
.formrow.submit.no-indent .label-wrapper {
  display: none;
}
.formrow .fieldset,
.formrow .child-formrow {
  margin-bottom: 0;
}
/* ===============================================
   ORIGINAL FORMS
   =============================================== */
body.no-flexbox-forms input.text,
body.no-flexbox-forms select,
body.no-flexbox-forms textarea {
  width: 200px;
}
body.no-flexbox-forms input.text.auto,
body.no-flexbox-forms select.auto,
body.no-flexbox-forms textarea.auto {
  width: auto;
}
body.no-flexbox-forms .formrow.submit {
  padding-left: 120px;
}
body.no-flexbox-forms .formrow.submit p {
  margin-top: 9px;
}
body.no-flexbox-forms .formrow.submit.no-indent {
  padding-left: 0;
}
body.no-flexbox-forms .formrow fieldset .formrow {
  margin-bottom: 0.25rem;
}
body.no-flexbox-forms.top-labels .submit {
  padding-left: 0;
}
body.no-flexbox-forms.optout-form #content form .submit,
body.no-flexbox-forms.radio-call-form #content form .submit {
  padding-left: 0;
}
body.no-flexbox-forms label,
body.no-flexbox-forms label.left,
body.no-flexbox-forms div.label {
  width: 120px;
  padding-right: 5px;
  display: block;
  float: left;
}
body.no-flexbox-forms label.inline,
body.no-flexbox-forms .formrow.input-first label {
  padding-right: 0;
  width: auto;
  display: inline;
  float: none;
  vertical-align: top;
}
body.no-flexbox-forms label.inline span.req,
body.no-flexbox-forms .formrow.input-first label span.req {
  vertical-align: top;
}
body.no-flexbox-forms .formrow.input-first label {
  margin-left: 5px;
}
body.no-flexbox-forms.top-labels label,
body.no-flexbox-forms.top-labels div.label,
body.no-flexbox-forms label.top {
  margin-bottom: 3px;
  padding-right: 0;
  width: auto;
  float: none;
}
body.no-flexbox-forms .formrow.checkbox,
body.no-flexbox-forms .formrow.radio {
  padding-left: 120px;
}
body.no-flexbox-forms .formrow.checkbox input,
body.no-flexbox-forms .formrow.radio input {
  float: left;
}
body.no-flexbox-forms .formrow.checkbox label,
body.no-flexbox-forms .formrow.radio label {
  margin-left: 2em;
  padding-right: 0;
  width: auto;
  float: none;
}
body.no-flexbox-forms .formrow.checkbox.label-first label,
body.no-flexbox-forms .formrow.radio.label-first label {
  margin: 0;
  width: 120px;
  padding-right: 5px;
  float: left;
}
body.no-flexbox-forms .formrow.checkbox.input-first label,
body.no-flexbox-forms .formrow.radio.input-first label {
  display: block;
}
body.no-flexbox-forms .formrow.radio-group-horz fieldset .formrow,
body.no-flexbox-forms .formrow.checkbox-group-horz fieldset .formrow {
  margin: 0 10px 6px 0;
  float: left;
}
body.no-flexbox-forms .formrow.radio-group-vert fieldset .formrow,
body.no-flexbox-forms .formrow.checkbox-group-vert fieldset .formrow {
  margin: 0 0 6px;
}
body.no-flexbox-forms.top-labels .formrow.checkbox,
body.no-flexbox-forms .formrow.checkbox.no-indent,
body.no-flexbox-forms .formrow.checkbox.label-first,
body.no-flexbox-forms .formrow.radio.no-indent {
  padding-left: 0;
}
body.no-flexbox-forms .formrow.date-picker input.text {
  width: 170px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
body.no-flexbox-forms .formrow.date-picker input.text.auto {
  width: auto;
}
body.no-flexbox-forms .formrow.date-picker button.trigger {
  height: 25px;
  width: 30px;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  box-shadow: none;
}
/* ===============================================
   FLEXBOX FORMS V1
   =============================================== */
body.flexbox-forms input.text,
body.flexbox-forms select,
body.flexbox-forms textarea {
  width: 100%;
  max-width: 300px;
}
body.flexbox-forms input.text.auto,
body.flexbox-forms select.auto,
body.flexbox-forms textarea.auto {
  width: auto;
}
body.flexbox-forms input[name="address2"],
body.flexbox-forms input[name="cc_address2"],
body.flexbox-forms input[name="cc_middle_name"],
body.flexbox-forms input[name="cc_last_name"] {
  margin-top: 0.25rem;
}
body.flexbox-forms .label-wrapper {
  margin-bottom: 0.25rem;
}
body.flexbox-forms .formrow.checkbox:not(.like-text) {
  display: flex;
}
body.flexbox-forms .formrow.checkbox:not(.like-text) .label-wrapper {
  flex: 1 1 auto;
  max-width: none;
  margin-bottom: 0;
}
body.flexbox-forms .formrow.checkbox:not(.like-text) .input-wrapper {
  flex: 0 0 auto;
  max-width: none;
}
body.flexbox-forms .formrow.checkbox:not(.like-text) input[type="checkbox"] {
  margin-right: 0.5rem;
  vertical-align: top;
}
body.flexbox-forms .formrow.checkbox.label-first:not(.like-text) .label-wrapper {
  flex: 0 0 auto;
  max-width: none;
}
body.flexbox-forms .formrow.checkbox.label-first:not(.like-text) .input-wrapper {
  flex: 1 1 auto;
  max-width: none;
}
body.flexbox-forms .formrow.checkbox.label-first:not(.like-text) input[type="checkbox"] {
  margin-left: 0.5rem;
  vertical-align: top;
}
body.flexbox-forms .formrow.radio {
  display: flex;
}
body.flexbox-forms .formrow.radio .label-wrapper {
  flex: 1 1 auto;
  max-width: none;
  margin-bottom: 0;
}
body.flexbox-forms .formrow.radio .input-wrapper {
  flex: 0 0 auto;
  max-width: none;
}
body.flexbox-forms .formrow.radio input[type="radio"] {
  margin-right: 0.5rem;
  vertical-align: top;
}
body.flexbox-forms .formrow.date-picker input {
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  max-width: 265px;
}
body.flexbox-forms .formrow.date-picker button {
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  width: 30px;
  min-height: 25px;
  padding: 3px 8px;
}
@media screen and (min-width: 640px) {
  body.flexbox-forms .formrow {
    display: flex;
    flex-flow: row nowrap;
  }
  body.flexbox-forms .formrow .label-wrapper {
    flex: 0 0 33.333%;
    max-width: 200px;
    padding-right: 1rem;
    margin-bottom: 0;
  }
  body.flexbox-forms .formrow .input-wrapper {
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
  body.flexbox-forms.top-labels .formrow.text,
  body.flexbox-forms.top-labels .formrow.textarea,
  body.flexbox-forms.top-labels .formrow.select,
  body.flexbox-forms.top-labels .formrow.date,
  body.flexbox-forms.top-labels .formrow.multiple,
  body.flexbox-forms.top-labels .formrow.submit,
  body.flexbox-forms .formrow.top-label {
    flex-direction: column;
  }
  body.flexbox-forms.top-labels .formrow.text .label-wrapper,
  body.flexbox-forms.top-labels .formrow.textarea .label-wrapper,
  body.flexbox-forms.top-labels .formrow.select .label-wrapper,
  body.flexbox-forms.top-labels .formrow.date .label-wrapper,
  body.flexbox-forms.top-labels .formrow.multiple .label-wrapper,
  body.flexbox-forms.top-labels .formrow.submit .label-wrapper,
  body.flexbox-forms .formrow.top-label .label-wrapper {
    flex: 0 0 auto;
    max-width: none;
    padding: 0;
    margin-bottom: 0.25rem;
  }
  body.flexbox-forms.top-labels .formrow.text .input-wrapper,
  body.flexbox-forms.top-labels .formrow.textarea .input-wrapper,
  body.flexbox-forms.top-labels .formrow.select .input-wrapper,
  body.flexbox-forms.top-labels .formrow.date .input-wrapper,
  body.flexbox-forms.top-labels .formrow.multiple .input-wrapper,
  body.flexbox-forms.top-labels .formrow.submit .input-wrapper,
  body.flexbox-forms .formrow.top-label .input-wrapper {
    flex: 0 0 auto;
    max-width: none;
  }
  body.flexbox-forms .formrow.narrow {
    display: block;
  }
  body.flexbox-forms .formrow.narrow > .label-wrapper {
    max-width: 100%;
    margin-bottom: 0.25rem;
  }
  body.flexbox-forms .formrow.narrow > .input-wrapper {
    max-width: 100%;
  }
  body.flexbox-forms .formrow.multiple .fieldset {
    display: flex;
    flex-flow: row nowrap;
  }
  body.flexbox-forms .formrow.multiple .fieldset .formrow {
    flex: 1 1 auto;
    margin-right: 1%;
  }
  body.flexbox-forms .formrow.multiple .fieldset .formrow:last-child {
    margin-right: 0;
  }
  body.flexbox-forms .formrow.multiple .fieldset .formrow .input-wrapper {
    flex: 1 0 auto;
    max-width: 100%;
  }
  body.flexbox-forms .formrow.input-first .label-wrapper {
    padding-right: 0;
    padding-left: 1rem;
  }
  body.flexbox-forms .formrow.input-first.radio .label-wrapper,
  body.flexbox-forms .formrow.input-first.checkbox .label-wrapper {
    padding-left: 0;
  }
  body.flexbox-forms .formrow.radio .label-wrapper {
    padding-right: 0;
  }
  body.flexbox-forms .radio-group-horz .fieldset {
    display: flex;
  }
  body.flexbox-forms .radio-group-horz .fieldset > div {
    margin-right: 1rem;
  }
  body.flexbox-forms .formrow.checkbox .label-wrapper {
    padding-right: 0;
  }
  body.flexbox-forms .formrow.checkbox.indent {
    padding-left: 33.333%;
  }
  body.flexbox-forms .checkbox-group-horz {
    display: flex;
  }
  body.flexbox-forms .checkbox-group-horz > .fieldset {
    display: flex;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
  body.flexbox-forms .checkbox-group-horz > .fieldset > div {
    margin-right: 1rem;
  }
  body.flexbox-forms .checkbox-group-horz > .fieldset .formrow .label-wrapper {
    flex: 1 1 auto;
    max-width: none;
  }
  body.flexbox-forms .checkbox-group-horz > .fieldset .formrow .input-wrapper {
    flex: 0 0 auto;
    max-width: none;
  }
  body.flexbox-forms .checkbox-group-vert > .fieldset {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  body.flexbox-forms .checkbox-group-vert > .fieldset .formrow {
    flex-flow: row nowrap;
  }
  body.flexbox-forms .checkbox-group-vert > .fieldset .formrow .label-wrapper {
    flex: 1 1 auto;
    max-width: none;
  }
  body.flexbox-forms .formrow.date-picker {
    white-space: nowrap;
  }
  body.flexbox-forms.lang-es .formrow .label-wrapper {
    flex: 0 0 40%;
    max-width: 200px;
  }
  body.flexbox-forms.lang-es .formrow .input-wrapper {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 639px) {
  body.flexbox-forms .formrow.submit .label-wrapper {
    display: none;
  }
  body.flexbox-forms .formrow.date-picker.multiple input[name="end_date"],
  body.flexbox-forms .formrow.date-picker.multiple button#end-date-trigger {
    margin-top: 0.25rem;
  }
}
/* ===============================================
   FLEXBOX FORMS V2
   =============================================== */
body.flexbox-forms-v2 .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  max-width: 400px;
}
body.flexbox-forms-v2 .form-item > label {
  font-weight: bold;
  font-size: 0.9rem;
}
body.flexbox-forms-v2 .form-item.checkbox,
body.flexbox-forms-v2 .form-item.radio {
  flex-direction: row;
}
body.flexbox-forms-v2 .form-item.checkbox > label,
body.flexbox-forms-v2 .form-item.radio > label {
  font-weight: normal;
  font-size: 1rem;
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 .form-row {
  margin-bottom: 1rem;
  max-width: 400px;
}
body.flexbox-forms-v2 .form-row .form-item {
  margin-bottom: 0;
}
body.flexbox-forms-v2 input.text,
body.flexbox-forms-v2 textarea,
body.flexbox-forms-v2 select,
body.flexbox-forms-v2 select[multiple] {
  margin: 0;
  padding: 3px 5px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 input.text:focus,
body.flexbox-forms-v2 textarea:focus,
body.flexbox-forms-v2 select:focus,
body.flexbox-forms-v2 select[multiple]:focus {
  background-color: #f9f9f9;
  border: 1px solid #aaa !important;
  outline: none;
}
body.flexbox-forms-v2 input.text,
body.flexbox-forms-v2 select {
  height: 2rem;
  min-height: 25px;
}
body.flexbox-forms-v2 select[multiple] {
  height: auto;
  min-height: 25px;
}
body.flexbox-forms-v2 textarea {
  min-height: 150px;
}
body.flexbox-forms-v2 input[type="radio"],
body.flexbox-forms-v2 input[type="checkbox"] {
  margin: 3px;
  vertical-align: middle;
}
body.flexbox-forms-v2 .radio-group .radio-group-horz {
  display: flex;
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .radio-group .radio-group-horz .radio-item {
  display: flex;
  flex-direction: row;
  margin-right: 2rem;
}
body.flexbox-forms-v2 .radio-group .radio-group-horz .radio-item:last-child {
  margin-right: 0;
}
body.flexbox-forms-v2 .radio-group .radio-group-horz .radio-item > label {
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 .radio-group .radio-group-vert {
  display: flex;
  flex-direction: column;
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .radio-group .radio-group-vert .radio-item {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
}
body.flexbox-forms-v2 .radio-group .radio-group-vert .radio-item:last-child {
  margin-bottom: 0;
}
body.flexbox-forms-v2 .radio-group .radio-group-vert .radio-item > label {
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-horz {
  display: flex;
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-horz .checkbox-item {
  display: flex;
  flex-direction: row;
  margin-right: 2rem;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-horz .checkbox-item:last-child {
  margin-right: 0;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-horz .checkbox-item > label {
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-vert {
  display: flex;
  flex-direction: column;
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-vert .checkbox-item {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-vert .checkbox-item:last-child {
  margin-bottom: 0;
}
body.flexbox-forms-v2 .checkbox-group .checkbox-group-vert .checkbox-item > label {
  margin-left: 0.5rem;
  order: 99;
}
body.flexbox-forms-v2 #address1 + #address2 {
  margin-top: 0.25rem;
}
body.flexbox-forms-v2 .form-item.date-picker input.text {
  width: calc(100% - 30px);
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .form-item.date-picker button.trigger {
  height: 2rem;
  width: 30px;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
body.flexbox-forms-v2 .form-item.submit .button-wrapper {
  margin-bottom: 0.75rem;
  display: flex;
}
body.flexbox-forms-v2 .form-item.submit .button-wrapper button {
  margin-right: 2rem;
}
body.flexbox-forms-v2 .form-item.submit .button-wrapper button:last-child {
  margin-right: 0;
}
body.flexbox-forms-v2 .form-item.submit .button-wrapper button.secondary {
  margin-left: 2rem;
}
@media screen and (min-width: 640px) {
  body.flexbox-forms-v2 .form-row.two-up,
  body.flexbox-forms-v2 .form-row.first-last,
  body.flexbox-forms-v2 .form-row.expires {
    display: flex;
    justify-content: space-between;
  }
  body.flexbox-forms-v2 .form-row.two-up > div,
  body.flexbox-forms-v2 .form-row.first-last > div,
  body.flexbox-forms-v2 .form-row.expires > div {
    width: 48%;
  }
  body.flexbox-forms-v2 .form-row.three-up,
  body.flexbox-forms-v2 .form-row.city-state-zip,
  body.flexbox-forms-v2 .form-row.expires.with-code {
    display: flex;
    justify-content: space-between;
  }
  body.flexbox-forms-v2 .form-row.three-up > div,
  body.flexbox-forms-v2 .form-row.city-state-zip > div,
  body.flexbox-forms-v2 .form-row.expires.with-code > div {
    width: 30.5%;
  }
  body.flexbox-forms-v2 .form-row.multiple-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body.flexbox-forms-v2 .form-row.multiple-inline > div {
    margin-right: 1rem;
  }
}
/* ===============================================
   FORMS
   =============================================== */
#messages,
.extra-messages {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0.75rem 1.5rem;
  background: #fff999;
  border: 1px solid #808080;
  border-radius: 5px;
  background-clip: padding-box;
}
#messages li,
.extra-messages li {
  margin-bottom: 0;
}
form .err {
  background-color: #fff999 !important;
}
form img.captcha {
  margin-bottom: 0.5rem;
}
body.form-layout-2 #content .tmpl-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.form-layout-2 #content .tmpl-inner h1.page-title,
body.form-layout-2 #content .tmpl-inner .title-wrapper {
  width: 100%;
}
body.form-layout-2 #content .tmpl-inner .intro,
body.form-layout-2 #content .tmpl-inner .primary-form {
  width: 47%;
}
body.form-layout-3 #content .tmpl-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.form-layout-3 #content .tmpl-inner .intro,
body.form-layout-3 #content .tmpl-inner .primary-form {
  width: 47%;
}
body.form-layout-4 #content .tmpl-inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.form-layout-4 #content .tmpl-inner h1.page-title,
body.form-layout-4 #content .tmpl-inner .title-wrapper {
  width: 100%;
}
body.form-layout-4 #content .tmpl-inner .intro,
body.form-layout-4 #content .tmpl-inner .primary-form {
  width: 47%;
}
body.form-layout-2 #content .tmpl-inner .primary-form .two-columns,
body.form-layout-3 #content .tmpl-inner .primary-form .two-columns,
body.form-layout-4 #content .tmpl-inner .primary-form .two-columns {
  flex-direction: column;
}
body.form-layout-2 #content .tmpl-inner .primary-form .two-columns > .column-1,
body.form-layout-3 #content .tmpl-inner .primary-form .two-columns > .column-1,
body.form-layout-4 #content .tmpl-inner .primary-form .two-columns > .column-1,
body.form-layout-2 #content .tmpl-inner .primary-form .two-columns > .column-2,
body.form-layout-3 #content .tmpl-inner .primary-form .two-columns > .column-2,
body.form-layout-4 #content .tmpl-inner .primary-form .two-columns > .column-2 {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 639px) {
  body.form-layout-2 #content .tmpl-inner,
  body.form-layout-3 #content .tmpl-inner,
  body.form-layout-4 #content .tmpl-inner {
    flex-direction: column;
  }
  body.form-layout-2 #content .tmpl-inner .intro,
  body.form-layout-3 #content .tmpl-inner .intro,
  body.form-layout-4 #content .tmpl-inner .intro,
  body.form-layout-2 #content .tmpl-inner .primary-form,
  body.form-layout-3 #content .tmpl-inner .primary-form,
  body.form-layout-4 #content .tmpl-inner .primary-form {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
/* ===============================================
   Contribution forms: use the form selector so
   it applies to all the differnt ones
   =============================================== */
form#contribution-form #dedicate-fields {
  display: none;
}
form#contribution-form .amounts {
  display: flex;
  flex-flow: row wrap;
}
form#contribution-form .amounts .simple-amount {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 75px;
  margin: 0 0 0.5em 0;
}
form#contribution-form .amounts .simple-amount-other .label-wrapper {
  margin: 0 1rem 0 0;
}
form#contribution-form .amounts .simple-amount-other input[name="amount_other"] {
  width: 75px;
}
form#contribution-form .amounts .radio.label-amount,
form#contribution-form .amounts .radio.label-amount-other {
  flex: 0 0 100%;
}
form#contribution-form .amounts .radio.label-amount .label-wrapper,
form#contribution-form .amounts .radio.label-amount-other .label-wrapper {
  flex: 0 0 20%;
}
form#contribution-form .contribution-frequency .frequency-period-set input {
  margin: 0 0.25em;
}
form#contribution-form .contribution-frequency .frequency-user-default select,
form#contribution-form .contribution-frequency .frequency-user-default input {
  margin: 0 0.25em;
}
form#contribution-form .contribution-frequency-bottom {
  margin: 1.5rem 0;
}
body.no-flexbox-forms form#contribution-form .submit {
  padding-left: 0;
}
body.flexbox-forms form#contribution-form .submit {
  padding-left: 0;
}
body.flexbox-forms-v2 form#contribution-form .amounts {
  align-items: center;
}
body.flexbox-forms-v2 form#contribution-form .amounts .simple-amount {
  margin: 0 0 1rem 0;
}
body.flexbox-forms-v2 form#contribution-form .amounts .simple-amount-other {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 150px;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .simple-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .simple-amount label {
  display: block;
  background: #808080;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 80%;
  min-width: 70px;
  cursor: pointer;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .simple-amount input[name="amount"]:checked ~ label {
  background: #c0c0c0;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .label-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .label-amount label {
  display: block;
  background: #808080;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 70px;
  cursor: pointer;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .label-amount input[name="amount"]:checked ~ label {
  background: #c0c0c0;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .label-amount .amount-label {
  padding-left: 40px;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .simple-amount-other,
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .label-amount-other {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  margin-top: 1rem;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .simple-amount-other .label-wrapper,
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .label-amount-other .label-wrapper {
  flex: 0 0 auto;
}
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .simple-amount-other input[name="amount_other"],
body.layout-show-button-amounts:not(.flexbox-forms-v2) form#contribution-form .amounts .label-amount-other input[name="amount_other"] {
  width: 100px;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .simple-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .simple-amount label {
  display: block;
  background: #808080;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 80%;
  min-width: 70px;
  cursor: pointer;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .simple-amount input[name="amount"]:checked ~ label {
  background: #c0c0c0;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .simple-amount-other input[name="amount_other"] {
  width: 100px;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .label-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .label-amount label {
  display: block;
  background: #808080;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 70px;
  cursor: pointer;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .label-amount input[name="amount"]:checked ~ label {
  background: #c0c0c0;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .label-amount .amount-label {
  padding-left: 40px;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .label-amount-other {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .label-amount-other .label-wrapper {
  flex: 0 0 auto;
}
body.layout-show-button-amounts.flexbox-forms-v2 form#contribution-form .amounts .label-amount-other input[name="amount_other"] {
  width: 100px;
}
body.layout-show-button-amounts.layout-show-popup-labels .label-amount {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 75px;
  margin: 0 0 0.5em 0;
}
body.layout-show-button-amounts.layout-show-popup-labels .label-amount .amount-label {
  display: none;
}
/* ===============================================
   Membership forms
   =============================================== */
body.membership-form.no-flexbox-forms .member-level .img {
  width: 100px;
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
body.membership-form.no-flexbox-forms .member-level .level-wrapper {
  margin-left: 2em;
}
body.membership-form.no-flexbox-forms .member-level .level-wrapper label {
  margin: 0 0 0.3rem;
}
body.membership-form.no-flexbox-forms .member-level .level-wrapper p {
  margin: 0 0 0.3rem;
}
body.membership-form.flexbox-forms .member-level .level-input-wrapper {
  flex: 0 0 auto;
}
body.membership-form.flexbox-forms .member-level .level-info-wrapper {
  flex: 1 1 auto;
  padding: 0 1rem;
}
body.membership-form.flexbox-forms .member-level .level-info-wrapper .label {
  margin-bottom: 0.75rem;
}
body.membership-form.flexbox-forms .member-level .level-info-wrapper .label label {
  font-weight: bold;
}
body.membership-form.flexbox-forms .member-level .level-info-wrapper p.description {
  margin-bottom: 0.75rem;
}
body.membership-form.flexbox-forms .member-level .level-image-wrapper {
  flex: 0 0 100px;
  max-width: 100px;
}
/* ===============================================
   Tell-a-friend forms
   =============================================== */
body.tell-a-friend-form.no-flexbox-forms textarea#message,
body.tell-a-friend-form.no-flexbox-forms textarea#friend-email-list {
  width: 80%;
}
body.tell-a-friend-form.flexbox-forms textarea#message,
body.tell-a-friend-form.flexbox-forms textarea#friend-email-list {
  width: 100%;
  max-width: none;
}
/* ===============================================
   PAC contribution forms
   =============================================== */
body.pac-contribution-form.screen-pac-contribution-recipients .pac-contribution-form-only {
  display: none;
}
body.pac-contribution-form.screen-pac-contribution-form .pac-contribution-recipients-only {
  display: none;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients form#recipients .formrow {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #c0c0c0;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients form#recipients .formrow:last-child {
  border-bottom: 0;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients form#recipients .formrow p.max-allowed {
  margin-top: 0.75rem;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients form#recipients .total-amount label {
  font-weight: bold;
}
body.pac-contribution-form form#contribution-form div[class*="from-name"] {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c0c0c0;
}
body.pac-contribution-form.no-flexbox-forms .tmpl-pac-contribution-recipients .recipient .img {
  float: left;
  margin: 0 0.75rem 0.75rem 0;
}
body.pac-contribution-form.no-flexbox-forms .tmpl-pac-contribution-recipients .recipient .info h3,
body.pac-contribution-form.no-flexbox-forms .tmpl-pac-contribution-recipients .recipient .info p {
  margin-bottom: 0.5rem;
}
body.pac-contribution-form.no-flexbox-forms form#contribution-form div[class*="from-name"] {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c0c0c0;
}
body.pac-contribution-form.flexbox-forms .tmpl-pac-contribution-recipients form#recipients-split #equal-dist-amount {
  width: 80px;
}
body.pac-contribution-form.flexbox-forms .tmpl-pac-contribution-recipients form#recipients .total-amount {
  display: flex;
  align-items: center;
}
body.pac-contribution-form.flexbox-forms .tmpl-pac-contribution-recipients form#recipients .total-amount > * {
  margin-right: 20px;
}
body.pac-contribution-form.flexbox-forms .tmpl-pac-contribution-recipients form#recipients .total-amount label {
  font-weight: bold;
}
body.pac-contribution-form.flexbox-forms .tmpl-pac-contribution-recipients .recipient .details {
  display: flex;
}
body.pac-contribution-form.flexbox-forms .tmpl-pac-contribution-recipients .recipient .details .img {
  flex: 0 0 100px;
  width: 100px;
  margin-right: 20px;
}
body.pac-contribution-form.flexbox-forms .tmpl-pac-contribution-recipients .recipient .details .info h3,
body.pac-contribution-form.flexbox-forms .tmpl-pac-contribution-recipients .recipient .details .info p {
  margin-bottom: 0.5rem;
}
body.pac-contribution-form.flexbox-forms form#contribution-form .like-formrow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
body.pac-contribution-form.flexbox-forms form#contribution-form .like-formrow .label-wrapper {
  flex: 0 0 70%;
  padding-right: 10px;
}
body.pac-contribution-form.flexbox-forms form#contribution-form .like-formrow .input-wrapper {
  flex: 0 0 auto;
}
body.pac-contribution-form.flexbox-forms form#contribution-form div[class*="from-name"] {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c0c0c0;
}
/* ===============================================
   Profile forms
   =============================================== */
.profile-form table.friends-list td.avatar {
  width: 60px;
}
.profile-form .tmpl-profile-pending-friend-requests #profile-form-friend-confirm,
.profile-form .tmpl-profile-pending-friend-requests #profile-form-friend-reject {
  float: left;
  margin-right: 10px;
}
.profile-form .tmpl-profile-dashboard .friend {
  text-align: center;
}
.profile-form .tmpl-profile-dashboard .friend .img {
  width: 50px;
}
.profile-form .tmpl-profile-dashboard .friend .img img {
  margin: 0 auto;
}
.profile-form .tmpl-profile-send-message input.text,
.profile-form .tmpl-profile-send-message select,
.profile-form .tmpl-profile-send-message textarea {
  width: 300px;
}
/* ===============================================
   Member Search
   =============================================== */
body.member-search .results {
  padding-top: 1.5rem;
  border-top: 1px solid #c0c0c0;
}
body.member-search .results td.img .img-wrapper {
  width: 25px;
}
body.member-search.search-results-layout-1 .member,
body.member-search.search-results-layout-2 .member {
  margin-bottom: 1.5rem;
}
body.member-search.search-results-layout-1 .member .img,
body.member-search.search-results-layout-2 .member .img {
  width: 50px;
  float: left;
}
body.member-search.search-results-layout-1 .member .txt,
body.member-search.search-results-layout-2 .member .txt {
  margin-left: 60px;
}
body.member-search.search-results-layout-1 .member .txt p,
body.member-search.search-results-layout-2 .member .txt p {
  margin: 0;
}
/* ===============================================
   Search Forms
   =============================================== */
body.search-form div.result,
body.event-search-form div.result {
  margin: 0 0 1.5rem;
}
body.search-form div.result p,
body.event-search-form div.result p {
  margin: 0;
}
body.search-form div.result p.title,
body.event-search-form div.result p.title {
  font-weight: 125%;
  font-weight: bold;
}
body.bing-search .bing-search-wrapper {
  padding-bottom: 1.5rem;
}
/* ===============================================
   Call Talk Radio Forms
   =============================================== */
body.radio-call-form .tmpl-radio-call-search .formrow.multiple input {
  margin-right: 10px;
}
/* ===============================================
   Community Contribution Form Editor
   =============================================== */
body.community-contribution-editor-form .tmpl-community-contribution-editor-dashboard .external-link textarea {
  height: 80px;
  width: 100%;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-dashboard .progress table {
  width: 45%;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-dashboard .contributors .name {
  width: 33%;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-dashboard .contributors .amount {
  width: 12%;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form textarea#text,
body.community-contribution-editor-form .tmpl-community-contribution-editor-form input#title,
body.community-contribution-editor-form .tmpl-community-contribution-editor-form input#slug {
  width: 320px;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form div.amount {
  margin: 0 0 0.5em 0;
  width: 100px;
  float: left;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form div.select-all label {
  font-weight: bold;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form .media-gallery {
  margin-top: 1.5rem;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form .media-gallery .media-item {
  padding: 10px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background-clip: padding-box;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form .media-gallery .media-item p {
  margin: 1.5rem 0 0;
  text-align: center;
}
/* ===============================================
   Community Contribution Form
   =============================================== */
body.community-contribution-form .ccf-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
body.community-contribution-form .ccf-wrapper .ccf-content {
  width: 64%;
  margin-right: 6%;
  float: left;
}
body.community-contribution-form .ccf-wrapper .media-gallery img {
  margin: 0 auto;
}
body.community-contribution-form .ccf-wrapper .user-image {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar {
  width: 30%;
  float: left;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .box {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background-clip: padding-box;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .event-image,
body.community-contribution-form .ccf-wrapper .ccf-sidebar .group-image {
  padding: 10px;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .event-image .media,
body.community-contribution-form .ccf-wrapper .ccf-sidebar .group-image .media {
  margin: 0;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .thermometer-wrapper {
  padding: 10px 0;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .thermometer-wrapper .thermometer {
  margin: 0;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .leaderboard {
  padding: 10px;
}
/* ===============================================
   Community Journals
   =============================================== */
body.journal-form .title-tools {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #c0c0c0;
}
body.journal-form .title-tools .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.journal-form .title-tools .top-wrapper h1.page-title {
  margin-right: 2rem;
  margin-bottom: 0;
}
body.journal-form .title-tools h2.filter {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: normal;
}
body.journal-form .journal-item {
  display: block;
  border-bottom: 1px solid #c0c0c0;
}
body.journal-form .journal-item .post-wrapper h1 {
  font-size: 1.25rem;
}
body.journal-form .journal-item .post-wrapper h2 {
  font-size: 1.25rem;
}
body.journal-form .journal-item .post-wrapper h3 {
  font-size: 1rem;
}
body.journal-form .journal-item .post-wrapper h3.title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
body.journal-form .journal-item .post-wrapper .post-info {
  margin-bottom: 0.5rem;
  padding-left: 10px;
  border-left: 2px solid;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.journal-form .journal-item .post-wrapper .post-info .credit {
  margin-bottom: 0.5rem;
}
body.journal-form .journal-item .post-wrapper .post-info .tags {
  margin: 0;
}
body.journal-form .journal-item .post-wrapper .post-info .avatar {
  margin-left: 3rem;
}
body.journal-form .journal-item .post-wrapper .post-info .avatar img {
  max-height: 3rem;
}
body.journal-form .journal-item .footer {
  margin: 1.5rem 0 0;
}
body.journal-form .tmpl-journal-recent .journal-item:last-of-type,
body.journal-form .tmpl-journal-entries .journal-item:last-of-type {
  border-bottom: 0;
}
body.journal-form .tmpl-journal-entry .journal-item {
  padding-bottom: 0;
  border: 0;
}
body.journal-form .tmpl-journal-form #field-content {
  width: 80%;
  height: 400px;
  max-width: none;
}
/* ===============================================
   DIRECTORY LISTINGS
   =============================================== */
body.directory-listing .tmpl-directory-search-form .results {
  border-top: 2px solid #808080;
  padding-top: 1.5rem;
}
/* ===============================================
   Community Petitions
   =============================================== */
body.community-petition-form .story-content .petition-progress {
  margin-bottom: 0.5rem;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-clip: padding-box;
}
body.community-petition-form .story-content .petition-progress .value {
  height: 25px;
  max-width: 100%;
}
body.community-petition-form .story-content .cp-basic-info p {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
body.community-petition-form .story-content .two-columns .column-1 {
  width: 64%;
  margin-right: 6%;
}
body.community-petition-form .story-content .two-columns .column-2 {
  width: 30%;
}
body.community-petition-form .story-content .two-columns .column-2 .box {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box;
}
body.community-petition-form .tmpl-community-petition-search .results {
  border-top: 2px solid #808080;
  padding-top: 1.5rem;
}
body.community-petition-form .tmpl-community-petition-search .petition-item {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #c0c0c0;
}
body.community-petition-form .tmpl-community-petition-search .petition-item .cp-info {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 20px;
}
body.community-petition-form .tmpl-community-petition-search .petition-item .cp-info h3.title {
  font-size: 1.33rem;
  margin-bottom: 0.75rem;
}
body.community-petition-form .tmpl-community-petition-search .petition-item .cp-info p {
  margin-bottom: 0.75rem;
}
body.community-petition-form .tmpl-community-petition-search .petition-item .cp-img {
  flex: 0 0 25%;
  max-width: 25%;
}
body.community-petition-form .tmpl-community-petition-search #community-petition-search .formrow.submit p {
  margin-top: 0.75rem;
}
body.community-petition-form .tmpl-community-petition-details .petition-video .embed-wrapper {
  margin-bottom: 1rem;
}
body.community-petition-form .tmpl-community-petition-details .signatures p {
  margin: 0;
}
body.community-petition-form .tmpl-community-petition-details .signatures p.has-signed {
  font-style: italic;
}
@media screen and (min-width: 640px) {
  body.community-petition-form .tmpl-community-petition-form input#name {
    width: 400px;
    max-width: 100%;
  }
  body.community-petition-form .tmpl-community-petition-form textarea#description {
    width: 400px;
    max-width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 639px) {
  body.community-petition-form .story-content .two-columns .column-1,
  body.community-petition-form .story-content .two-columns .column-2 {
    width: 100%;
    float: none;
    margin: 0 0 0.1 0.5rem;
  }
}
/* ===============================================
   Event listings
   =============================================== */
.event-listing .view-controls {
  float: right;
  margin-bottom: 2rem;
}
.event-listing .view-controls .button {
  margin-left: 2rem;
}
.event-listing .view-controls .button.disabled {
  color: #a0a0a0;
  background: #fff;
  border: 1px solid #a0a0a0;
  cursor: default;
}
.event-listing .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.event-listing .tmpl-event-calendar .view-controls {
  float: none;
  text-align: right;
}
.event-listing .tmpl-event-search .formrow.date-picker input[name="start_date"],
.event-listing .tmpl-event-calendar .formrow.date-picker input[name="start_date"],
.event-listing .tmpl-event-search .formrow.date-picker input[name="end_date"],
.event-listing .tmpl-event-calendar .formrow.date-picker input[name="end_date"] {
  width: 140px;
}
.event-listing .tmpl-event-search .results,
.event-listing .tmpl-event-calendar .results {
  border-top: 2px solid #808080;
  padding-top: 1.5rem;
}
.event-listing .tmpl-event-search .search-results,
.event-listing .tmpl-event-calendar .search-results {
  clear: both;
}
.event-listing .tmpl-event-search .search-results .event-item,
.event-listing .tmpl-event-calendar .search-results .event-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #c0c0c0;
}
.event-listing .tmpl-event-search .search-results .event-item:last-child,
.event-listing .tmpl-event-calendar .search-results .event-item:last-child {
  border: 0;
}
.event-listing .tmpl-event-search .search-results .event-item .dt,
.event-listing .tmpl-event-calendar .search-results .event-item .dt {
  width: 7%;
  margin-right: 3%;
}
.event-listing .tmpl-event-search .search-results .event-item .dt span,
.event-listing .tmpl-event-calendar .search-results .event-item .dt span {
  display: block;
}
.event-listing .tmpl-event-search .search-results .event-item .dt span.month,
.event-listing .tmpl-event-calendar .search-results .event-item .dt span.month {
  font-size: 1.5rem;
}
.event-listing .tmpl-event-search .search-results .event-item .dt span.day,
.event-listing .tmpl-event-calendar .search-results .event-item .dt span.day {
  font-size: 2rem;
}
.event-listing .tmpl-event-search .search-results .event-item .info,
.event-listing .tmpl-event-calendar .search-results .event-item .info {
  width: 70%;
}
.event-listing .tmpl-event-search .search-results .event-item .info h3.title,
.event-listing .tmpl-event-calendar .search-results .event-item .info h3.title {
  margin-bottom: 5.25px;
}
.event-listing .tmpl-event-search .search-results .event-item .info .location,
.event-listing .tmpl-event-calendar .search-results .event-item .info .location,
.event-listing .tmpl-event-search .search-results .event-item .info .date,
.event-listing .tmpl-event-calendar .search-results .event-item .info .date {
  font-style: italic;
}
.event-listing .tmpl-event-search .search-results .event-item .img-wrapper,
.event-listing .tmpl-event-calendar .search-results .event-item .img-wrapper {
  width: 17%;
  margin-left: 3%;
}
.event-listing .tmpl-event-search .cal-next-prev,
.event-listing .tmpl-event-calendar .cal-next-prev {
  display: flex;
  justify-content: space-between;
}
.event-listing .tmpl-event-search div.calendar .cal-body .cal-prev-month,
.event-listing .tmpl-event-calendar div.calendar .cal-body .cal-prev-month,
.event-listing .tmpl-event-search div.calendar .cal-body .cal-next-month,
.event-listing .tmpl-event-calendar div.calendar .cal-body .cal-next-month {
  background: #f7f7f7;
}
.event-listing .tmpl-event-search div.calendar .cal-body .cal-day-of-month,
.event-listing .tmpl-event-calendar div.calendar .cal-body .cal-day-of-month {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.event-listing .tmpl-event-search div.calendar .cal-body .cal-event,
.event-listing .tmpl-event-calendar div.calendar .cal-body .cal-event {
  background: #e0e0e0;
  border: 1px solid #a0a0a0;
  padding: 5px;
  margin-bottom: 0.25rem;
}
.event-listing .tmpl-event-search table.cal-display,
.event-listing .tmpl-event-calendar table.cal-display {
  width: 100%;
}
.event-listing .tmpl-event-search table.cal-display th,
.event-listing .tmpl-event-calendar table.cal-display th {
  font-size: 125%;
}
.event-listing .tmpl-event-search table.cal-display td,
.event-listing .tmpl-event-calendar table.cal-display td {
  height: 100px;
  width: 14.28%;
  border: 1px solid #c0c0c0;
}
.event-listing .tmpl-event-search table.cal-display td .day-of-month,
.event-listing .tmpl-event-calendar table.cal-display td .day-of-month {
  font-weight: bold;
}
.event-listing .tmpl-event-search table.cal-display .cal-prev-month,
.event-listing .tmpl-event-calendar table.cal-display .cal-prev-month,
.event-listing .tmpl-event-search table.cal-display .cal-next-month,
.event-listing .tmpl-event-calendar table.cal-display .cal-next-month {
  background: #e0e0e0;
}
.event-listing .event-info-summary,
.event-listing .group-info-summary {
  margin-bottom: 1.5rem;
}
.event-listing .event-info-summary .event-avatar,
.event-listing .group-info-summary .event-avatar,
.event-listing .event-info-summary .group-avatar,
.event-listing .group-info-summary .group-avatar {
  float: right;
  margin-left: 1.5rem;
}
.event-listing .event-info-summary h2,
.event-listing .group-info-summary h2 {
  margin-bottom: 0.5rem;
}
.event-listing .tmpl-event-details .two-columns .column-1 {
  width: 64%;
  margin-right: 6%;
}
.event-listing .tmpl-event-details .two-columns .column-1 .box p {
  margin: 0;
}
.event-listing .tmpl-event-details .two-columns .column-1 .map-wrapper {
  margin: 1.5rem 0;
}
.event-listing .tmpl-event-details .two-columns .column-1 .map-wrapper iframe {
  width: 100%;
  height: 300px;
}
.event-listing .tmpl-event-details .two-columns .column-2 {
  width: 30%;
}
.event-listing .tmpl-event-details .two-columns .column-2 .box {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.event-listing .tmpl-event-rsvp .two-columns .column-1 {
  width: 64%;
  margin-right: 6%;
}
.event-listing .tmpl-event-rsvp .two-columns .column-2 {
  width: 30%;
}
.event-listing .tmpl-event-rsvp .two-columns .column-2 .box {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.event-listing .tmpl-event-member-group .rsvp {
  width: 100px;
  margin-right: 10px;
}
.event-listing .tmpl-event-member-group .rsvp .txt-wrapper {
  text-align: center;
}
.event-listing .tmpl-event-member-group .two-columns .column-1 {
  width: 64%;
  margin-right: 6%;
}
.event-listing .tmpl-event-member-group .two-columns .column-2 {
  width: 30%;
}
.event-listing .tmpl-event-member-group .two-columns .column-2 .box {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box;
}
@media screen and (min-width: 640px) {
  .event-listing .tmpl-event-calendar div.calendar .cal-header {
    display: flex;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-header > div {
    flex: 0 0 14.285%;
    max-width: 14.285%;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-body {
    display: flex;
    flex-wrap: wrap;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-body .cal-day {
    flex: 0 0 14.285%;
    max-width: 14.285%;
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
  }
}
@media screen and (max-width: 639px) {
  .event-listing .tmpl-event-details .two-columns .column-1,
  .event-listing .tmpl-event-rsvp .two-columns .column-1,
  .event-listing .tmpl-event-details .two-columns .column-2,
  .event-listing .tmpl-event-rsvp .two-columns .column-2 {
    width: 100%;
    float: none;
    margin: 0 0 1.5rem;
  }
  .event-listing .tmpl-event-calendar .cal-next-prev {
    flex-direction: column;
  }
  .event-listing .tmpl-event-calendar .cal-next-prev h2 {
    order: 10;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-header {
    display: none;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-body .cal-day {
    border-top: 1px solid #808080;
    min-height: 2rem;
  }
}
/* ===============================================
   Member Group Listings
   =============================================== */
body.member-group-listing .story-content .two-columns .column-2 .box {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  border-radius: 5px;
  background-clip: padding-box;
}
body.member-group-listing .tmpl-member-group-search .search-results .group-item {
  display: flex;
  flex-flow: row wrap;
  padding-top: 1.5rem;
  border-top: 1px solid #808080;
}
body.member-group-listing .tmpl-member-group-search .search-results .group-item .group-img {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 20px;
}
body.member-group-listing .tmpl-member-group-search .search-results .group-item .group-info {
  flex: 0 0 75%;
  max-width: 75%;
}
body.member-group-listing .tmpl-member-group-search .search-results .group-item .group-actions {
  flex: 0 0 100%;
  max-width: 100%;
}
body.member-group-listing .tmpl-member-group-search #member-group-search .formrow.submit p {
  margin-top: 0.75rem;
}
body.member-group-listing .tmpl-member-group-details div[class|="img"] {
  margin: 0 0 1.5rem;
}
body.member-group-listing .tmpl-member-group-details .mg-details {
  margin-bottom: 1.5rem;
}
body.member-group-listing .tmpl-member-group-details .mg-details * {
  margin-bottom: 0.25rem;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain {
  width: 100px;
  margin: 0 1% 2% 0;
  float: left;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain .img {
  width: 100px;
  height: 100px;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain .img img {
  margin: 0 auto;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain .name {
  width: 100px;
  margin: 4px 0;
  text-align: center;
  overflow: hidden;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain form {
  width: 100px;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain form button {
  display: block;
  margin: 0 auto;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member {
  width: 100px;
  margin: 0 1% 2% 0;
  float: left;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member .img {
  width: 100px;
  height: 100px;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member .img img {
  margin: 0 auto;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member .name {
  width: 100px;
  margin: 4px 0;
  text-align: center;
  overflow: hidden;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member form {
  width: 100px;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member form button {
  display: block;
  margin: 0 auto;
}
body.member-group-listing .tmpl-member-group-details .events-list td.logo {
  width: 120px;
}
body.member-group-listing .tmpl-member-group-details .events-list td.info p.location,
body.member-group-listing .tmpl-member-group-details .events-list td.info p.start-date {
  margin: 0;
}
body.member-group-listing .tmpl-member-group-details .mg-image .img {
  margin-bottom: 10px;
}
body.member-group-listing .tmpl-member-group-details .mg-image .img img {
  display: block;
}
body.member-group-listing .tmpl-member-group-captain-email-form .mg-info {
  margin-bottom: 1.5rem;
}
body.member-group-listing .tmpl-member-group-captain-email-form .mg-info .name {
  font-weight: bold;
}
body.member-group-listing .tmpl-member-group-captain-email-form .mg-info * {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 640px) {
  body.member-group-listing .story-content .two-columns .column-1 {
    width: 64%;
    margin-right: 6%;
  }
  body.member-group-listing .story-content .two-columns .column-2 {
    width: 30%;
  }
  body.member-group-listing .tmpl-member-group-search .search-results .group-item .group-img {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-right: 20px;
  }
  body.member-group-listing .tmpl-member-group-search .search-results .group-item .group-info {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body.member-group-listing .tmpl-member-group-search .search-results .group-item .group-actions {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.member-group-listing .tmpl-member-group-search .search-results .group-item .group-actions a.button,
  body.member-group-listing .tmpl-member-group-search .search-results .group-item .group-actions button {
    width: 100%;
  }
}
/* ===============================================
   Contact Official Form
   =============================================== */
body.contact-official-form .tmpl-contact-official-form .formrow.official img {
  float: left;
  margin-right: 10px;
}
body.contact-official-form .tmpl-contact-official-form fieldset.message input,
body.contact-official-form .tmpl-contact-official-form fieldset.message textarea {
  width: calc(100% - 120px);
}
/* ===============================================
   UTILITY CLASSES
   =============================================== */
.formrow:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: 0 !important;
}
.margin-bottom {
  margin-bottom: 1.5rem;
}
.margin-bottom-2x {
  margin-bottom: 3rem;
}
.margin-bottom-3x {
  margin-bottom: 4.5rem;
}
.margin-top {
  margin-top: 1.5rem;
}
.margin-top-2x {
  margin-top: 3rem;
}
.margin-top-3x {
  margin-top: 4.5rem;
}
.uline {
  text-decoration: underline;
}
.full {
  width: 100%;
}
.centered {
  text-align: center;
}
.max-width-320 {
  max-width: 320px;
}
.max-width-560 {
  max-width: 560px;
}
.max-width-25 {
  max-width: 25%;
}
.max-width-33 {
  max-width: 33%;
}
.max-width-50 {
  max-width: 50%;
}
.box {
  margin: 0 0 1.5rem;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
.well {
  margin: 0 0 1.5rem;
  padding: 20px 20px 2px;
  background-color: #e0e0e0;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well:after {
  content: "";
  display: table;
  clear: both;
}
.no-text-breakouts {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.political-disclaimer {
  text-align: center;
}
.political-disclaimer span {
  padding: 3px 5px;
  border: 1px solid;
}
.compact > * {
  margin-bottom: 0.5rem;
}
.nav-list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.nav-list li {
  margin: 0;
}
.nav-list li:after {
  content: '|';
  padding: 0 8px;
}
.nav-list li:last-child:after {
  content: '';
  padding: 0;
}
.nav-list.no-border li:after {
  content: '';
}
.nav-list-float {
  list-style: none;
  margin: 0;
}
.nav-list-float:after {
  content: "";
  display: table;
  clear: both;
}
.nav-list-float li {
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid;
  float: left;
  line-height: 1;
}
.nav-list-float li:first-child {
  padding-left: 0;
}
.nav-list-float li:last-child {
  padding-right: 0;
  border: 0;
}
.nav-list-float.no-border li {
  border: 0;
}
.nav-list-inline li {
  display: inline;
  padding: 0 8px;
  border-right: 1px solid;
  line-height: 1;
}
.nav-list-inline li:first-child {
  padding-left: 0;
}
.nav-list-inline li:last-child {
  padding-right: 0;
  border: 0;
}
.nav-list-inline.no-border li {
  border: 0;
}
.loading {
  text-align: center;
}
.loading img {
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.ir {
  text-indent: -9999px;
}
.amp {
  font-style: italic;
}
body.full-width-content #middle > .sizer {
  width: 100%;
  margin: 0;
  padding: 0;
}
.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
.hide {
  display: none !important;
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}
.no-screen {
  display: none;
}
.screen-reader-only {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0px), screen and (min-width: 640px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 639px), screen and (min-width: 1024px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-on-small-only,
.show-on-large-only {
  display: none;
}
@media only screen and (max-width: 640px) {
  .show-on-small-only {
    display: block;
  }
}
@media only screen and (min-width: 641px) {
  .show-on-large-only {
    display: block;
  }
}
.flex-container {
  display: flex;
}
.flex-child-auto {
  flex: 1 1 auto;
}
.flex-child-grow {
  flex: 1 0 auto;
}
.flex-child-shrink {
  flex: 0 1 auto;
}
.flex-dir-row {
  flex-direction: row;
}
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 640px) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 1024px) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.align-right {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-top {
  align-items: flex-start;
}
.align-self-top {
  align-self: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  align-items: center;
}
.align-self-middle {
  align-self: center;
}
.align-stretch {
  align-items: stretch;
}
.align-self-stretch {
  align-self: stretch;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* ===============================================
   PLUS THREE APPS
   =============================================== */
/*** p3progressbar() ***/
.progress-bar {
  overflow: hidden;
  position: relative;
}
.progress-bar .value {
  background: #808080;
}
.horz-progress-bar .value {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: 2s linear;
}
.vert-progress-bar .value {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: 2s linear;
}
/*** p3accordion() ***/
.accordion .accordion-tab {
  cursor: pointer;
  padding: 5px 10px;
  background: #e0e0e0;
  border-radius: 5px;
  background-clip: padding-box;
}
.accordion .accordion-tab span {
  padding-right: 0.75rem;
}
.accordion .accordion-pane:after {
  content: "";
  display: table;
  clear: both;
}
/*** p3tabs() ***/
.tabs-wrapper ul.tabs {
  margin: 0 0 1.5rem;
  list-style: none;
}
.tabs-wrapper ul.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs-wrapper ul.tabs li {
  margin: 0 0 0 10px;
  padding: 5px 10px;
  background: #e0e0e0;
  float: left;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
.tabs-wrapper ul.tabs li:hover {
  background: #c7c7c7;
  cursor: pointer;
}
.tabs-wrapper ul.tabs li.active {
  background: #fff;
  cursor: default;
}
.tabs-wrapper ul.tabs.border {
  border-bottom: 1px solid #c0c0c0;
}
.tabs-wrapper ul.tabs.border li {
  position: relative;
  bottom: -1px;
  border: 1px solid #c0c0c0;
}
.tabs-wrapper ul.tabs.border li.active {
  border-bottom: 1px solid #fff;
}
/*** p3truncate() ***/
.truncate-wrapper .truncate {
  overflow: hidden;
  position: relative;
}
.truncate-wrapper .truncate .fader {
  height: 20px;
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/images/bg_fader_20.png) repeat-x;
}
.truncate-wrapper .truncate-more {
  margin-top: 0.75rem;
  text-align: right;
}
.truncate-wrapper .truncate-more a,
.truncate-wrapper .truncate-more a:hover {
  padding: 3px 5px;
  color: #fff;
  background-color: #808080;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
}
/*** breadcrumbs ***/
.bc-wrapper {
  margin-bottom: 1.5rem;
}
/*** jquery bookmarks ***/
.bookmark_list {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  float: left;
  list-style: none;
}
.bookmark_list li {
  margin: 2px;
  width: 16px;
  height: 16px;
  float: left;
}
.bookmark_list li.share {
  width: auto;
  line-height: 20px;
}
.bookmark_list li a {
  width: 100%;
}
.bookmark_list li a span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.bookmark_list li a span.bookmark_icons {
  background: url(/images/bookmarks_favs.png) no-repeat center;
  opacity: 0.6;
}
.bookmark_list li a span.bookmark_icons:hover {
  opacity: 1;
}
/*** twitterFeed() ***/
.tf-wrapper ul.twitter-list {
  margin: 0;
  list-style: none;
}
.tf-wrapper ul.twitter-list li {
  margin: 1em 0;
}
.tf-wrapper ul.twitter-list li .img {
  float: left;
}
.tf-wrapper ul.twitter-list li .txt {
  margin: 0 0 0 58px;
}
.tf-wrapper ul.twitter-list li span.footer {
  font-size: 90%;
}
.tf-wrapper ul.twitter-list li span.date {
  color: #808080;
}
.tf-wrapper ul.twitter-list li a.screen-name {
  font-weight: bold;
}
/*** feedSelect() ***/
.fs-wrapper .fs-controls {
  float: right;
  padding-left: 5px;
}
.fs-wrapper .fs-loader .feeditem {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.fs-wrapper .fs-loader p.type {
  margin: 0;
  text-transform: uppercase;
}
.fs-wrapper .fs-loader .twitteritem p.teaser {
  font-size: 1.5em;
}
.fs-wrapper .fs-loader .newsblogitem h3.title {
  font-size: 1.5em;
}
.fs-wrapper .fs-loader .img {
  width: 100px;
}
.fs-wrapper .fs-loader .txt {
  margin-left: 100px;
  padding-left: 20px;
}
.fs-wrapper .fs-share-wrapper {
  margin-top: 0.5rem;
}
.fs-wrapper .fs-share-wrapper .fs-share-fb {
  margin-right: 10px;
  float: left;
}
.fs-wrapper .fs-share-wrapper .fs-share-twitter {
  float: left;
}
/*** googleCalendar() ***/
/*** event listing box ***/
.eb-wrapper .eb-item:after {
  content: "";
  display: table;
  clear: both;
}
.eb-wrapper .eb-item .dt {
  width: 4em;
  float: left;
}
.eb-wrapper .eb-item .dt .day,
.eb-wrapper .eb-item .dt .month {
  display: block;
  text-align: center;
  color: #fff;
  background: #606060;
  font-weight: bold;
}
.eb-wrapper .eb-item .txt {
  margin-left: 4.2em;
  padding: 0 10px;
}
/*** toolTipsy() ***/
.tooltipsy {
  padding: 10px;
  max-width: 200px;
  color: #fff;
  background-color: #606060;
  border-radius: 5px;
  background-clip: padding-box;
  position: relative;
}
/*** contribution thermometers ***/
.thermometer {
  margin: 0 0 1.5rem;
}
.thermometer-std {
  position: relative;
  width: 235px;
  height: 315px;
  background-image: url(/images/thermometer_std.png);
  background-repeat: no-repeat;
  color: #606060;
}
.thermometer-std > div {
  position: absolute;
  white-space: nowrap;
}
.thermometer-std .goal {
  top: 85px;
  left: 132px;
}
.thermometer-std .raised {
  top: 127px;
  left: 132px;
}
.thermometer-std .count {
  top: 169px;
  left: 132px;
}
.thermometer-std .average {
  top: 211px;
  left: 132px;
}
.thermometer-std .progress-bar {
  width: 32px;
  height: 190px;
  top: 29px;
  left: 64px;
  overflow: hidden;
}
.thermometer-std .progress-bar .value {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a5d2ff;
  height: 0;
  width: 100%;
  transition: 2s linear;
}
.thermometer-horz {
  width: 235px;
  font-size: 150%;
  text-transform: uppercase;
}
.thermometer-horz span.count,
.thermometer-horz span.raised {
  font-size: 200%;
  font-weight: bold;
}
.thermometer-horz .progress-bar {
  height: 30px;
  border: 1px solid #e0e0e0;
}
/*** flickr badge ***/
.flickr-badge-wrapper {
  padding: 10px 10px 0 0;
  background-color: #e0e0e0;
  border-radius: 5px;
  background-clip: padding-box;
}
.flickr-badge-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.flickr-badge-wrapper .flickr_badge_image {
  float: left;
  margin: 0 0 10px 10px;
}
/*** login links ***/
/* ===============================================
   PAGE TOOLS
   =============================================== */
/*** page tools ***/
.pt-wrapper {
  margin-bottom: 1.5rem;
}
.pt-wrapper ul.pt-list {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  list-style-image: none;
  line-height: 1;
}
.pt-wrapper ul.pt-list li {
  flex: 0 1 auto;
  margin: 0 0.5rem 0.5rem 0;
  height: 20px;
  overflow: hidden;
}
.pt-wrapper ul.pt-list li a {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}
.pt-wrapper ul.pt-list li a i[class^="icon-"],
.pt-wrapper ul.pt-list li a i[class~="fa"] {
  margin-right: 5px;
  color: #fff;
}
.pt-wrapper ul.pt-list li.print,
.pt-wrapper ul.pt-list li.email,
.pt-wrapper ul.pt-list li.english-version,
.pt-wrapper ul.pt-list li.spanish-version {
  background: #808080;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 0.5rem;
}
.fa-share-buttons ul {
  margin: 0;
  display: flex;
  list-style: none;
  list-style-image: none;
}
.fa-share-buttons ul li {
  flex: 1 1 auto;
  margin: 0 0.5rem 0 0;
}
.fa-share-buttons ul li a {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.5;
  height: 1.5em;
  width: 1.5em;
  border-radius: 100px;
  background-clip: padding-box;
  color: #fff;
  background: #808080;
  text-align: center;
}
/* ===============================================
   SOCIAL BUTTONS
   =============================================== */
.social-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.social-buttons ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  list-style-image: none;
}
.social-buttons ul li {
  margin: 0 0.5rem 0.5rem 0;
  text-indent: -9999px;
}
.social-buttons ul li:last-child {
  margin: 0;
}
.social-buttons ul li a {
  display: block;
}
.social-buttons ul li.blurb,
.social-buttons ul li.blurb a {
  width: auto;
  text-indent: 0;
}
.social-buttons.size-16 li,
.social-buttons.size-16 a {
  height: 16px;
  width: 16px;
}
.social-buttons.size-24 li,
.social-buttons.size-24 a {
  height: 24px;
  width: 24px;
}
.social-buttons.size-32 li,
.social-buttons.size-32 a {
  height: 32px;
  width: 32px;
}
.social-buttons.text ul li {
  text-indent: 0;
}
.social-buttons.size-16 li.facebook {
  background: url(/images/facebook_16.png) no-repeat;
}
.social-buttons.size-16 li.twitter {
  background: url(/images/twitter_16.png) no-repeat;
}
.social-buttons.size-16 li.youtube {
  background: url(/images/youtube_16.png) no-repeat;
}
.social-buttons.size-16 li.flickr {
  background: url(/images/flickr_16.png) no-repeat;
}
.social-buttons.size-16 li.instagram {
  background: url(/images/instagram_16.png) no-repeat;
}
.social-buttons.size-16 li.myspace {
  background: url(/images/myspace_16.png) no-repeat;
}
.social-buttons.size-16 li.vimeo {
  background: url(/images/vimeo_16.png) no-repeat;
}
.social-buttons.size-16 li.googleplus {
  background: url(/images/googleplus_16.png) no-repeat;
}
.social-buttons.size-16 li.linkedin {
  background: url(/images/linkedin_16.png) no-repeat;
}
.social-buttons.size-16 li.pinterest {
  background: url(/images/pinterest_16.png) no-repeat;
}
.social-buttons.size-16 li.rss {
  background: url(/images/rss_16.png) no-repeat;
}
.social-buttons.size-24 li.facebook {
  background: url(/images/facebook_24.png) no-repeat;
}
.social-buttons.size-24 li.twitter {
  background: url(/images/twitter_24.png) no-repeat;
}
.social-buttons.size-24 li.youtube {
  background: url(/images/youtube_24.png) no-repeat;
}
.social-buttons.size-24 li.flickr {
  background: url(/images/flickr_24.png) no-repeat;
}
.social-buttons.size-24 li.instagram {
  background: url(/images/instagram_24.png) no-repeat;
}
.social-buttons.size-24 li.myspace {
  background: url(/images/myspace_24.png) no-repeat;
}
.social-buttons.size-24 li.vimeo {
  background: url(/images/vimeo_24.png) no-repeat;
}
.social-buttons.size-24 li.googleplus {
  background: url(/images/googleplus_24.png) no-repeat;
}
.social-buttons.size-24 li.linkedin {
  background: url(/images/linkedin_24.png) no-repeat;
}
.social-buttons.size-24 li.pinterest {
  background: url(/images/pinterest_24.png) no-repeat;
}
.social-buttons.size-24 li.rss {
  background: url(/images/rss_24.png) no-repeat;
}
.social-buttons.size-32 li.facebook {
  background: url(/images/facebook_32.png) no-repeat;
}
.social-buttons.size-32 li.twitter {
  background: url(/images/twitter_32.png) no-repeat;
}
.social-buttons.size-32 li.youtube {
  background: url(/images/youtube_32.png) no-repeat;
}
.social-buttons.size-32 li.flickr {
  background: url(/images/flickr_32.png) no-repeat;
}
.social-buttons.size-32 li.instagram {
  background: url(/images/instagram_32.png) no-repeat;
}
.social-buttons.size-32 li.myspace {
  background: url(/images/myspace_32.png) no-repeat;
}
.social-buttons.size-32 li.vimeo {
  background: url(/images/vimeo_32.png) no-repeat;
}
.social-buttons.size-32 li.googleplus {
  background: url(/images/googleplus_32.png) no-repeat;
}
.social-buttons.size-32 li.linkedin {
  background: url(/images/linkedin_32.png) no-repeat;
}
.social-buttons.size-32 li.pinterest {
  background: url(/images/pinterest_32.png) no-repeat;
}
.social-buttons.size-32 li.rss {
  background: url(/images/rss_32.png) no-repeat;
}
.social-icons ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  list-style-image: none;
}
.social-icons ul li {
  margin: 0 0.5rem 0.5rem 0;
}
.social-icons ul li a {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  text-align: center;
}
.social-icons ul li a .fa {
  font-size: 1.25rem;
  line-height: 2rem;
}
.social-icons.large ul li a {
  height: 4em;
  width: 4em;
}
.social-icons.large ul li a .fa {
  font-size: 2.5rem;
  line-height: 4rem;
}
/* ===============================================
   BLOG
   =============================================== */
.blog-item {
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #c0c0c0;
}
.blog-item .footer {
  margin: 0 0 1.5rem;
}
.blog-item .footer .nav-list {
  margin: 0 0 1.5rem;
}
.blog-item .footer .pt-wrapper {
  margin: 0 0 1.5rem;
}
/* ===============================================
   COMMENTS
   =============================================== */
#comments {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #c0c0c0;
}
#comments textarea#comments-content {
  min-width: 75%;
}
#comments .warn {
  color: #900;
}
#comments .comment-count,
#comments .comment-pager-footer,
#comments .comment-pager-header {
  margin: 0 0 0.75rem;
}
#comments .comment-msgs {
  display: none;
  margin: 0 0 1.5rem;
  padding: 0.75rem 1.5rem;
  background: #fff999;
  border: 1px solid #808080;
  border-radius: 5px;
  background-clip: padding-box;
}
#comments .comment-list .comment {
  margin: 0 0 1.5rem;
}
#comments .comment-list .comment .meta {
  display: flex;
  align-items: center;
  margin: 0 0 0.75rem;
  padding: 5px 10px;
  background: #e0e0e0;
}
#comments .comment-list .comment .meta img {
  display: none;
  float: left;
  margin-right: 20px;
}
#comments .comment-list .comment .meta span {
  margin-right: 20px;
  font-weight: bold;
  line-height: 1;
}
#comments .comment-list .comment .content {
  padding: 0 10px;
}
#comments .comment-list .comment .content .title {
  font-weight: bold;
  margin: 0 0 0.75rem;
}
#comments .comment-list .comment .content .body:after {
  content: "";
  display: table;
  clear: both;
}
#comments .comment-list .comment .content blockquote,
#comments .comment-list .comment .content pre {
  padding-left: 5px;
  border-left: 1px solid #e0e0e0;
  overflow: auto;
}
#comments .comment-list .comment .actions {
  text-align: right;
}
#comments .comment-list .level_1 {
  padding-left: 30px;
}
#comments .comment-list .level_2 {
  padding-left: 50px;
}
#comments .comment-list .level_3 {
  padding-left: 70px;
}
#comments .comment-list .level_4 {
  padding-left: 90px;
}
#comments .comment-list .level_5 {
  padding-left: 110px;
}
#comments .comment-list .level_6 {
  padding-left: 130px;
}
#comments .comment-list .level_7 {
  padding-left: 150px;
}
#comments .comment-list .level_8 {
  padding-left: 170px;
}
#comments .comment-list .level_9 {
  padding-left: 190px;
}
#comments .comment-list .level_10 {
  padding-left: 210px;
}
#comment-formatting-help h1,
#comment-formatting-help h2,
#comment-formatting-help h3 {
  margin: 0;
  border: 0;
  line-height: 1;
}
#comment-formatting-help blockquote {
  margin-bottom: 0;
}
#comment-formatting-help li {
  margin-bottom: 0.75rem;
}
/* ===============================================
   PAGINATION
   =============================================== */
div.pagination {
  margin: 0 0 1.5rem;
}
div.pagination ul {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
}
div.pagination ul li {
  margin: 0;
  width: 3em;
  line-height: 1;
  text-align: center;
  border: 1px solid #a0a0a0;
  border-right: 0;
}
div.pagination ul li.prev {
  width: 2em;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
}
div.pagination ul li.next {
  width: 2em;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  border-right: 1px solid #a0a0a0;
}
div.pagination ul li.active,
div.pagination ul li:hover {
  background-color: #e0e0e0;
}
div.pagination ul li a,
div.pagination ul li span {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: #202020;
}
div.pagination ul li.divider {
  width: 2em;
}
div.pagination ul li.divider:hover {
  background-color: transparent;
}
div.pagination ul li.disabled:hover {
  background-color: transparent;
}
div.pagination ul li.disabled a,
div.pagination ul li.disabled span {
  color: #a0a0a0;
}
div.pagination.v2 {
  display: flex;
}
div.pagination.v2 > div {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  whitepsace: nowrap;
}
div.pagination.v2 > div.prev {
  width: 2rem;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
  border: 1px solid #a0a0a0;
}
div.pagination.v2 > div.page-num {
  padding: 0 20px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
div.pagination.v2 > div.next {
  width: 2rem;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  border: 1px solid #a0a0a0;
}
div.pagination.v2 > div.disabled {
  background: #f5f5f5;
  color: #a0a0a0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* ===============================================
   MISC STUFF
   =============================================== */
.preview-notice {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 55px;
  padding: 10px 10px 10px 188px;
  background: #c00 url(/images/bg_preview_notice.png) no-repeat 10px 10px;
  color: #fff;
}
.preview-notice .notice {
  flex: 1 1 auto;
  padding-right: 30px;
}
.preview-notice .links {
  flex: 0 1 auto;
  white-space: nowrap;
}
.preview-notice h2 {
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.preview-notice p {
  font-size: 12px;
  margin: 0;
}
.preview-notice a {
  color: #fff;
  text-decoration: underline;
}
.preview-notice a:hover {
  color: #fff;
}
@media screen and (max-width: 639px) {
  .preview-notice {
    background: #c00;
    padding: 10px;
  }
}
a.skiplink {
  display: none;
}
.fb-comments,
.fb-comments span,
.fb-comments iframe[style],
.fb-comments iframe span[style],
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style],
.fb-like-box iframe span[style] {
  width: 100% !important;
  display: block;
  z-index: 2000;
  position: relative;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/webfonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/assets/webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/assets/webfonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/assets/webfonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/assets/webfonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/assets/webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* ===============================================
   FLEXSLIDER
   =============================================== */
@font-face {
  font-family: 'flexslider-icon';
  src: url('/assets/webfonts/flexslider-icon.eot');
  src: url('/assets/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/assets/webfonts/flexslider-icon.woff') format('woff'), url('/assets/webfonts/flexslider-icon.ttf') format('truetype'), url('/assets/webfonts/flexslider-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flex-wrapper {
  position: relative;
}
.flex-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.flex-slides:after {
  content: "";
  display: table;
  clear: both;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease 0s;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flex-direction-nav {
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease 0s;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flex-direction-nav .flex-next:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-prev:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-wrapper:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flex-wrapper:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flex-wrapper:hover .flex-next:hover,
.flex-wrapper:hover .flex-prev:hover {
  opacity: 1;
}
.flex-control-nav {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 100;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  background-clip: padding-box;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* ===============================================
   FANCYBOX
   =============================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/images/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(/images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(/images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(/images/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}
/* ===============================================
   MAGNIFIC
   =============================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ===============================================
   DATEPICKER
   =============================================== */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px !important;
  /* override .dropdown-menu default */
  margin-top: 1px;
  border-radius: 4px;
  background-clip: padding-box;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-clip: padding-box;
}
.datepicker td.day:hover {
  background: #c0c0c0;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #c0c0c0;
}
.datepicker td.old,
.datepicker td.new {
  color: #a0a0a0;
}
.datepicker td.active,
.datepicker td.active:hover {
  background: #404040;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span {
  display: block;
  width: 39px;
  height: 45px;
  line-height: 45px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
  background-clip: padding-box;
}
.datepicker td span:hover {
  background: #c0c0c0;
}
.datepicker td span.active {
  background: #404040;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.old {
  color: #a0a0a0;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 18px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #c0c0c0;
}
.datepicker .table-condensed > thead > tr > th,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tfoot > tr > th,
.datepicker .table-condensed > thead > tr > td,
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tfoot > tr > td {
  padding: 5px;
  line-height: 1;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  /*font-size: 14px;*/
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  /*line-height: 1.42857143;*/
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* ===============================================
   ADD TO CALENDAR
   =============================================== */
/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none;
}
.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent!important;
}
.atcb-link {
  display: block;
  outline: none!important;
  cursor: pointer;
}
.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}
.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}
.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.atcb-item {
  float: none;
  text-align: left;
}
.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}
.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
/* Blue */
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  margin: 0;
  padding: 7px 25px;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #4281f4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.13) inset;
  border-radius: 4px;
  zoom: 1;
}
.atc-style-blue .atcb-list {
  width: 170px;
  border: 1px solid #bababa;
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA;
}
.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item {
  background: #fff;
  color: #000;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}
.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #fff;
}
.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
  background: #4281f4;
}
/* ===============================================
   SIMPLE COLUMNS
   =============================================== */
.two-columns,
.three-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.two-columns > .column-1,
.two-columns > .column-2 {
  width: 47%;
}
.two-columns.two-thirds > .column-1 {
  width: 64%;
}
.two-columns.two-thirds > .column-2 {
  width: 30%;
}
.two-columns.two-thirds-reversed > .column-1 {
  width: 30%;
}
.two-columns.two-thirds-reversed > .column-2 {
  width: 64%;
}
.three-columns > .column-1,
.three-columns > .column-2,
.three-columns > .column-3 {
  width: 30.5%;
}
@media screen and (max-width: 639px) {
  .two-columns,
  .two-columns.two-thirds,
  .two-columns.two-thirds-reversed,
  .three-columns {
    flex-direction: column;
  }
  .two-columns > .column-1,
  .two-columns.two-thirds > .column-1,
  .two-columns.two-thirds-reversed > .column-1,
  .three-columns > .column-1,
  .two-columns > .column-2,
  .two-columns.two-thirds > .column-2,
  .two-columns.two-thirds-reversed > .column-2,
  .three-columns > .column-2,
  .two-columns > .column-3,
  .two-columns.two-thirds > .column-3,
  .two-columns.two-thirds-reversed > .column-3,
  .three-columns > .column-3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.leftcell,
.rightcell {
  width: 47%;
  margin-right: 6%;
  float: left;
}
.rightcell {
  margin-right: 0;
}
.leftcell3,
.middlecell3,
.rightcell3 {
  width: 30.5%;
  margin-right: 4.25%;
  float: left;
}
.rightcell3 {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .leftcell,
  .rightcell,
  .leftcell3,
  .middlecell3,
  .rightcell3 {
    width: 100%;
    float: none;
    margin: 0 0 1.5rem;
  }
}
/* ===============================================
   BLOCK GRIDS
   =============================================== */
.block-grid:after {
  content: "";
  display: table;
  clear: both;
}
.block-grid > div {
  float: left;
}
.block-grid.two-up > div {
  margin-right: 6%;
  width: 47%;
}
.block-grid.two-up > div:nth-of-type(2n) {
  margin-right: 0 !important;
}
.block-grid.two-up > div:nth-of-type(2n+1) {
  clear: left !important;
}
.block-grid.three-up > div {
  margin-right: 4.25%;
  width: 30.5%;
}
.block-grid.three-up > div:nth-of-type(3n) {
  margin-right: 0 !important;
}
.block-grid.three-up > div:nth-of-type(3n+1) {
  clear: left !important;
}
.block-grid.four-up > div {
  margin-right: 3.3333%;
  width: 22.5%;
}
.block-grid.four-up > div:nth-of-type(4n) {
  margin-right: 0 !important;
}
.block-grid.four-up > div:nth-of-type(4n+1) {
  clear: left !important;
}
.block-grid.five-up > div {
  margin-right: 2.5%;
  width: 18%;
}
.block-grid.five-up > div:nth-of-type(5n) {
  margin-right: 0 !important;
}
.block-grid.five-up > div:nth-of-type(5n+1) {
  clear: left !important;
}
.block-grid.six-up > div {
  margin-right: 2%;
  width: 15%;
}
.block-grid.six-up > div:nth-of-type(6n) {
  margin-right: 0 !important;
}
.block-grid.six-up > div:nth-of-type(6n+1) {
  clear: left !important;
}
.block-grid.seven-up > div {
  margin-right: 1.2857%;
  width: 13%;
}
.block-grid.seven-up > div:nth-of-type(7n) {
  margin-right: 0 !important;
}
.block-grid.seven-up > div:nth-of-type(7n+1) {
  clear: left !important;
}
.inline-block-grid > div {
  margin: 0 0.75rem 1rem;
  display: inline-block;
  vertical-align: top;
}
.inline-block-grid.centered {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .block-grid:not(.keep-grid):after {
    content: none;
    display: block;
    clear: none;
  }
  .block-grid:not(.keep-grid).two-up > div,
  .block-grid:not(.keep-grid).three-up > div,
  .block-grid:not(.keep-grid).four-up > div,
  .block-grid:not(.keep-grid).five-up > div,
  .block-grid:not(.keep-grid).six-up > div {
    float: none;
    width: 100%;
    margin: 0 0 1.5rem;
  }
}
.flex-block-grid {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  justify-content: space-between;
}
.flex-block-grid.two-up > div {
  width: 47%;
}
.flex-block-grid.three-up > div {
  width: 30.5%;
}
.flex-block-grid.four-up > div {
  width: 22.5%;
}
.flex-block-grid.five-up > div {
  width: 18%;
}
.flex-block-grid.six-up > div {
  width: 15%;
}
.flex-block-grid.seven-up > div {
  width: 13%;
}
.flex-block-grid.centered {
  justify-content: space-around;
}
.flex-block-grid.upscaled img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .flex-block-grid.two-up-sm > div {
    width: 47%;
  }
  .flex-block-grid.three-up-sm > div {
    width: 30.5%;
  }
  .flex-block-grid.four-up-sm > div {
    width: 22.5%;
  }
  .flex-block-grid.five-up-sm > div {
    width: 18%;
  }
  .flex-block-grid.six-up-sm > div {
    width: 15%;
  }
  .flex-block-grid.seven-up-sm > div {
    width: 13%;
  }
  .flex-block-grid:not(.keep-grid) {
    display: block;
  }
  .flex-block-grid:not(.keep-grid).two-up > div,
  .flex-block-grid:not(.keep-grid).three-up > div,
  .flex-block-grid:not(.keep-grid).four-up > div,
  .flex-block-grid:not(.keep-grid).five-up > div,
  .flex-block-grid:not(.keep-grid).six-up > div {
    width: 100%;
  }
}
.block-two-up > div {
  width: 47%;
}
.block-three-up > div {
  width: 30.5%;
}
.block-four-up > div {
  width: 22.5%;
}
.block-five-up > div {
  width: 18%;
}
.block-six-up > div {
  width: 15%;
}
.block-seven-up > div {
  width: 13%;
}
/* ===============================================
   GRID SYSTEM
   =============================================== */
/**
 * Based on Zurb Foundation's grid system
 * Breakpoints are: small (any screen), medium (640px and up), large (1024px and up)
 */
.grid-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
.grid-row .col {
  flex: 1 1 0px;
}
.grid-row .col.gutters {
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid-row.gutters > .col {
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid-row .col-auto,
.grid-row .small-auto {
  flex: 1 1 auto;
}
.grid-row .col-1,
.grid-row .small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.grid-row .col-2,
.grid-row .small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.grid-row .col-3,
.grid-row .small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-row .col-4,
.grid-row .small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.grid-row .col-5,
.grid-row .small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.grid-row .col-6,
.grid-row .small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-row .col-7,
.grid-row .small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.grid-row .col-8,
.grid-row .small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.grid-row .col-9,
.grid-row .small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-row .col-10,
.grid-row .small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.grid-row .col-11,
.grid-row .small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.grid-row .col-12,
.grid-row .small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .grid-row .medium-auto {
    flex: 1 1 auto;
  }
  .grid-row .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid-row .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid-row .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-row .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-row .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid-row .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-row .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid-row .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid-row .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-row .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid-row .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid-row .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .grid-row .large-auto {
    flex: 1 1 auto;
  }
  .grid-row .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid-row .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid-row .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-row .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-row .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid-row .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-row .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid-row .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid-row .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-row .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid-row .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid-row .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ===============================================
   MEDIA QUERY REPORTER
   =============================================== */
body:after {
  content: "less than 320px";
  font-size: 300%;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: hsla(1, 60%, 40%, 0.7);
  color: #fff;
}
@media only screen and (min-width: 320px) {
  body:after {
    content: "320 to 480px";
    background-color: hsla(90, 60%, 40%, 0.7);
  }
}
@media only screen and (min-width: 480px) {
  body:after {
    content: "480 to 768px";
    background-color: hsla(180, 60%, 40%, 0.7);
  }
}
@media only screen and (min-width: 768px) {
  body:after {
    content: "768 to 1024px";
    background-color: hsla(270, 60%, 40%, 0.7);
  }
}
@media only screen and (min-width: 1024px) {
  body:after {
    content: "1024 and up";
    background-color: hsla(0, 60%, 40%, 0.7);
  }
}
