@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,300i,400i,600i|Dosis:400,600,700|Lato:400,700,700i|Zilla+Slab:400,700|Exo+2:400,600,700");
.heading, .heading-extra-large, .heading-large, .heading-medium-large, .heading-medium, .heading-small, .heading-extra-small {
  font-family: 'Exo 2', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-extra-large {
  font-size: 45px !important;
}

.heading-large {
  font-size: 38px !important;
}

.heading-medium-large {
  font-size: 30px !important;
}

.heading-medium {
  font-size: 27px !important;
}

.heading-small {
  font-size: 24px !important;
}

.heading-extra-small {
  font-size: 20px !important;
}

.paragraph, .paragraph-extra-large, .paragraph-large, .paragraph-medium-large, .paragraph-medium, .paragraph-small, .paragraph-extra-small {
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-extra-large {
  font-size: 24px !important;
}

.paragraph-large {
  font-size: 21px !important;
}

.paragraph-medium-large {
  font-size: 18px !important;
}

.paragraph-medium {
  font-size: 16px !important;
}

.paragraph-small {
  font-size: 14px !important;
}

.paragraph-extra-small {
  font-size: 12px !important;
}

.weight-thin {
  font-weight: 100 !important;
}

.weight-extra-light {
  font-weight: 200 !important;
}

.weight-light {
  font-weight: 300 !important;
}

.weight-regular {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-semi-bold {
  font-weight: 600 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.weight-extra-bold {
  font-weight: 800 !important;
}

.weight-black {
  font-weight: 900 !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

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,
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

b, u, i {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  font-variant: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  border-width: 0;
}

select {
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  font-family: inherit;
  display: block;
  font-size: 15px;
  margin: 0 0 16px 0;
  padding: 8px;
  height: 37px;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  border: 1px solid #cccccc;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -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, -7px, 0);
            transform: translate3d(0, -7px, 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, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -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, -7px, 0);
            transform: translate3d(0, -7px, 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, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}

@-webkit-keyframes bounceSmall {
  0%, 20%, 53%, 80%, 100% {
    -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, -5px, 0);
            transform: translate3d(0, -5px, 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, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}

@keyframes bounceSmall {
  0%, 20%, 53%, 80%, 100% {
    -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, -5px, 0);
            transform: translate3d(0, -5px, 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, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}

@-webkit-keyframes bounceDown4x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0);
  }

  20%, 53%, 76%, 91%,  100% {
    -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);
  }

  25% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }

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

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

  84% {
    -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, -7px, 0);
            transform: translate3d(0, -7px, 0);
  }

  96% {
    -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, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }

  100% {
    opacity: 1;
  }
}

@keyframes bounceDown4x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0);
  }

  20%, 53%, 76%, 91%,  100% {
    -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);
  }

  25% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }

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

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

  84% {
    -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, -7px, 0);
            transform: translate3d(0, -7px, 0);
  }

  96% {
    -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, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounceInFromLeft {
  0%, 60%, 75%, 90%, 100% {
    -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(-250%, 0, 0);
            transform: translate3d(-250%, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
  }

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

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

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

@keyframes bounceInFromLeft {
  0%, 60%, 75%, 90%, 100% {
    -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(-250%, 0, 0);
            transform: translate3d(-250%, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
  }

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

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

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

@-webkit-keyframes bounceInFromRight {
  0%, 60%, 75%, 90%, 100% {
    -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: translateX(3000px);
            transform: translateX(3000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }

  90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

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

@keyframes bounceInFromRight {
  0%, 60%, 75%, 90%, 100% {
    -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: translateX(3000px);
            transform: translateX(3000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }

  90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

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

@-webkit-keyframes bounceOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

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

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

@keyframes bounceOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes bounceOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

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

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

@keyframes bounceOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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% {
    -webkit-transform: translateY(3000px);
            transform: translateY(3000px);
  }

  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  75% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  90% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

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

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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% {
    -webkit-transform: translateY(3000px);
            transform: translateY(3000px);
  }

  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  75% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  90% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

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

@-webkit-keyframes bounceInUpLess {
  0% {
    -webkit-transform: translateY(100%) translateY(-56px);
            transform: translateY(100%) translateY(-56px);
  }

  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  65% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

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

@keyframes bounceInUpLess {
  0% {
    -webkit-transform: translateY(100%) translateY(-56px);
            transform: translateY(100%) translateY(-56px);
  }

  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  65% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  40%,
  45% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(100%) translateY(-56px);
            transform: translateY(100%) translateY(-56px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  40%,
  45% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(100%) translateY(-56px);
            transform: translateY(100%) translateY(-56px);
  }
}

@-webkit-keyframes bounceOutDownLW {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  40%,
  45% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(100%) translateY(-48px);
            transform: translateY(100%) translateY(-48px);
  }
}

@keyframes bounceOutDownLW {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  40%,
  45% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(100%) translateY(-48px);
            transform: translateY(100%) translateY(-48px);
  }
}

@-webkit-keyframes bounceLarge {
  0%, 20%, 53%, 80%, 100% {
    -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, -40px, 0);
            transform: translate3d(0, -40px, 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, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@keyframes bounceLarge {
  0%, 20%, 53%, 80%, 100% {
    -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, -40px, 0);
            transform: translate3d(0, -40px, 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, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@-webkit-keyframes bounceMedium {
  0%, 20%, 53%, 80%, 100% {
    -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, -20px, 0);
            transform: translate3d(0, -20px, 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, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}

@keyframes bounceMedium {
  0%, 20%, 53%, 80%, 100% {
    -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, -20px, 0);
            transform: translate3d(0, -20px, 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, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}

@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    bottom: 20px;
  }

  100% {
    opacity: 1;
    bottom: 4px;
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    bottom: 20px;
  }

  100% {
    opacity: 1;
    bottom: 4px;
  }
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hide {
  0%, 100% {
    opacity: 0;
  }
}

@keyframes hide {
  0%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes none {}

@keyframes none {}
@-webkit-keyframes pulseDown {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulseDown {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes pulseUp {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulseUp {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
    max-height: 0px;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    max-height: 10000px;
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    max-height: 0px;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    max-height: 10000px;
  }
}

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}

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

  10%, 32%, 44%, 56%, 68%, 80%, 92% {
    -webkit-transform: translate3d(-7px, 0, 0);
            transform: translate3d(-7px, 0, 0);
  }

  16%, 38%, 50%, 62%, 74%, 86% {
    -webkit-transform: translate3d(7px, 0, 0);
            transform: translate3d(7px, 0, 0);
  }
}

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

  10%, 32%, 44%, 56%, 68%, 80%, 92% {
    -webkit-transform: translate3d(-7px, 0, 0);
            transform: translate3d(-7px, 0, 0);
  }

  16%, 38%, 50%, 62%, 74%, 86% {
    -webkit-transform: translate3d(7px, 0, 0);
            transform: translate3d(7px, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideUp {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0%;
  }
}

@keyframes slideUp {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0%;
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  15% {
    -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%, 60% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }

  45%, 75% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }

  90% {
    -webkit-transform: scale3d(0.96, 0.96, 0.96);
            transform: scale3d(0.96, 0.96, 0.96);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  15% {
    -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%, 60% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }

  45%, 75% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }

  90% {
    -webkit-transform: scale3d(0.96, 0.96, 0.96);
            transform: scale3d(0.96, 0.96, 0.96);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.x-ani-bounce {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

.x-ani-pulseDown {
  -webkit-animation-name: pulseDown;
          animation-name: pulseDown;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.x-ani-rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes unblur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }

  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes unblur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }

  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.cmp-admin-toolbar {
  font-family: "Lato", sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000002;
}
.cmp-admin-toolbar .toolbar-button {
  width: 32px;
}
.cmp-admin-toolbar .toolbar-button.active, .cmp-admin-toolbar .toolbar-button:hover {
  background: #666666;
}
.cmp-admin-toolbar .toolbar-button.toolbar-grayed-out.active, .cmp-admin-toolbar .toolbar-button.toolbar-grayed-out:hover {
  background: #4d4d4d;
}
.cmp-admin-toolbar .toolbar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 48px;
  font-size: 20px;
}
.cmp-admin-toolbar .toolbar-icon.unread-comments {
  color: #ed1c24;
}
.cmp-admin-toolbar .toolbar-icon.ibranch {
  color: #55aaff;
}
.cmp-admin-toolbar .admin-quick-links {
  display: flex;
  align-items: center;
  color: white;
  background: #4d4d4d;
  cursor: pointer;
  height: 48px;
  box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.4);
}
.cmp-admin-toolbar .admin-utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 295px;
}
.cmp-admin-toolbar .admin-utilities.toolbar-grayed-out {
  background: #cccccc;
}
.cmp-admin-toolbar .admin-layout {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  height: 48px;
  padding: 8px;
  padding-right: 0;
  text-transform: uppercase;
  box-sizing: border-box;
}
.cmp-admin-toolbar .admin-layout .layout-title {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 6px;
}
.cmp-admin-toolbar .admin-layout .layout-label {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmp-admin-toolbar .admin-layout .layout-label .ico-arrow-right {
  font-size: 9px;
  margin-left: 3px;
}
.cmp-admin-toolbar .admin-collapse {
  width: 24px;
  font-size: 11px;
  text-align: center;
}

.cmp-admin-toolbar-tab {
  font-family: "Lato", sans-serif;
  height: 100%;
}
.cmp-admin-toolbar-tab .admin-tab-activity-log {
  padding: 14px 0;
  margin: 13px 10px 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
  font-size: 13px;
  color: #aaa;
}
.cmp-admin-toolbar-tab .admin-tab-activity-log ul {
  list-style: disc inside;
}
.cmp-admin-toolbar-tab .admin-tab-activity-log ul li span {
  position: relative;
  left: -10px;
}
.cmp-admin-toolbar-tab .admin-tab-activity-log .al_label {
  color: #333;
  font-weight: bold;
}
.cmp-admin-toolbar-tab .admin-tab-header {
  height: 34px;
  padding: 9px;
  overflow: hidden;
  background: #666666;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box;
}
.cmp-admin-toolbar-tab .admin-tab-content {
  padding: 0;
  line-height: 1.6;
  list-style: none;
}
.cmp-admin-toolbar-tab .admin-tab-content.padded-content {
  padding: 10px;
}
.cmp-admin-toolbar-tab .admin-tab-content .list-header {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
}
.cmp-admin-toolbar-tab .admin-tab-content .block-header {
  background: #efefef;
  margin-bottom: 10px;
}
.cmp-admin-toolbar-tab .admin-tab-content .block-header:not(:first-child) {
  margin-top: 20px;
}
.cmp-admin-toolbar-tab .admin-tab-content .split-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmp-admin-toolbar-tab .admin-tab-content .admin-list {
  font-size: 12px;
}
.cmp-admin-toolbar-tab .admin-tab-content .admin-list .admin-list-item {
  display: flex;
  padding: 4px 10px;
}
.cmp-admin-toolbar-tab .admin-tab-content .admin-list .admin-list-item:nth-child(odd) {
  background-color: #efefef;
}
.cmp-admin-toolbar-tab .admin-tab-content .admin-list .admin-name {
  width: 110px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmp-admin-toolbar-tab .admin-tab-content .admin-list .admin-val {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cmp-admin-toolbar-tab .admin-tab-content .list-item {
  font-size: 13px;
  font-weight: 400;
  margin: 1px 10px 1px 30px;
  cursor: pointer;
}
.cmp-admin-toolbar-tab .admin-tab-content .list-item:hover {
  list-style: circle;
}
.cmp-admin-toolbar-tab .admin-tab-content .list-item:hover a {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.cmp-admin-toolbar-tab .admin-tab-content .list-item.no-item {
  margin: 10px 10px 10px 30px;
}
.cmp-admin-toolbar-tab .admin-tab-content .list-item.no-link {
  cursor: auto;
}
.cmp-admin-toolbar-tab .admin-tab-content .list-item.no-link:hover {
  list-style: none;
}
.cmp-admin-toolbar-tab .admin-tab-content .list-item a {
  color: #333333;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment-box {
  resize: none;
  word-wrap: break-word;
  border: 2px solid #e6e6e6;
  min-height: 100px;
  max-height: 350px;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment-buttons .comment-button {
  min-height: 0;
  margin: 0;
  padding: 5px 9px;
  color: white;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: #009898;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment-buttons .comment-button:hover {
  background: rgba(0, 152, 152, 0.85);
}
.cmp-admin-toolbar-tab .admin-tab-content .comment-buttons .comment-status-buttons {
  display: flex;
  justify-content: space-between;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment-buttons .comment-default-button {
  margin: 5px 0 7px 0;
  background: #999999;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment-buttons .comment-default-button:hover {
  background: #cccccc;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment-count {
  text-align: right;
  font-size: 11px;
  color: #999999;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment {
  padding: 15px 10px 15px 20px;
  line-height: 1.2;
  direction: ltr;
  font-size: 13px;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment:nth-child(odd) {
  background: #efefef;
}
.cmp-admin-toolbar-tab .admin-tab-content .comment .comment-info {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin-top: 5px;
  color: #999999;
}
.cmp-admin-toolbar-tab .admin-tab-content .no-comments {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  color: #cccccc;
}
.cmp-admin-toolbar-tab .admin-tab-content .layout-list {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.cmp-admin-toolbar-tab .admin-tab-content .layout-list:hover .layout-link {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.cmp-admin-toolbar-tab .admin-tab-content .layout-list:hover .layout-looker {
  display: block;
  text-decoration: none;
}
.cmp-admin-toolbar-tab .admin-tab-content .layout-list.list-item {
  margin: 0;
  padding: 1px 10px 1px 30px;
}
.cmp-admin-toolbar-tab .admin-tab-content .layout-list.current {
  background: #bbe5f3;
}
.cmp-admin-toolbar-tab .admin-tab-content .layout-list .layout-looker {
  display: none;
}
.cmp-admin-toolbar-tab .admin-tab-content .layout-list a {
  color: #050505;
}
.cmp-admin-toolbar-tab .admin-tab-content .stats-shortcuts {
  margin: 10px;
}
.cmp-admin-toolbar-tab .admin-tab-content .stats-shortcuts .feedback-shortcut {
  background: #55aaff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}
.cmp-admin-toolbar-tab .admin-tab-content .stats-shortcuts .feedback-shortcut a {
  color: white;
}
.cmp-admin-toolbar-tab .admin-tab-content .stats-shortcuts .feedback-shortcut:hover {
  background: #1469ae;
}
.cmp-admin-toolbar-tab .admin-tab-content .tracker-controls {
  margin: 0 10px 10px;
  line-height: 110%;
}
.cmp-admin-toolbar-tab .admin-tab-content .tracker-filter {
  display: inline-block;
  font-size: 12px;
  line-height: 140%;
  cursor: pointer;
}
.cmp-admin-toolbar-tab .admin-tab-content .tracker-filter:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.cmp-admin-toolbar-tab .admin-tab-content .tracker-filter.active-filter {
  color: #ed1c24;
}
.cmp-admin-toolbar-tab .admin-tab-content .tracker-filter.active-filter:hover {
  color: #af0e14;
}
.cmp-admin-toolbar-tab .admin-tab-content .tracker-filter.tracker-clear {
  margin-right: 10px;
}
.cmp-admin-toolbar-tab .admin-tab-content .filter-separator {
  margin: 0 5px;
}
.cmp-admin-toolbar-tab .admin-tab-status {
  margin: 20px 10px 0;
  padding: 14px 0;
  border-top: 1px solid #cccccc;
}
.cmp-admin-toolbar-tab .admin-tab-status .account {
  display: block;
  padding: 3px 0 3px 10px;
}
.cmp-admin-toolbar-tab .admin-tab-status .account .label {
  color: #333333;
}
.cmp-admin-toolbar-tab .admin-tab-status .account .email {
  padding-left: 16px;
  font-weight: 400;
  color: #999999;
}
.cmp-admin-toolbar-tab .admin-tab-status .item-status {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.cmp-admin-toolbar-tab .admin-tab-status .item-status:not(:first-child) {
  margin-left: 15px;
}
.cmp-admin-toolbar-tab .admin-tab-status .label {
  font-weight: 700;
}
.cmp-admin-toolbar-tab .admin-tab-status .status {
  font-weight: 400;
  color: #999999;
}
.cmp-admin-toolbar-tab .comments-header {
  display: flex;
  justify-content: space-between;
}
.cmp-admin-toolbar-tab .comments-header .edit-link {
  color: white;
  font-size: 10px;
  text-decoration: underline;
}
.cmp-admin-toolbar-tab .comments-section {
  display: flex;
  flex-direction: column;
  height: calc(100% - 34px);
}
.cmp-admin-toolbar-tab .comments-section .comment-controls {
  flex-shrink: 0;
}
.cmp-admin-toolbar-tab .comments-section .comment-list {
  height: 100%;
  overflow: auto;
  direction: rtl;
}
.cmp-admin-toolbar-tab .ibranch-stats {
  margin: 0;
  padding: 12px;
  border-top: 2px solid #cccccc;
}
.cmp-admin-toolbar-tab .itfe-stats-wrap {
  margin: 0 0 10px;
  padding: 12px 0 2px;
  background: #efefef;
  border-top: 2px solid #cccccc;
}
.cmp-admin-toolbar-tab .itfe-stats {
  margin: 0 12px 8px;
  padding: 0 0 10px;
  border-top: none;
  border-bottom: 2px solid white;
}
.cmp-admin-toolbar-tab .itfe-stats:last-of-type {
  border-bottom: none;
}
.cmp-admin-toolbar-tab .ibranch-stats,
.cmp-admin-toolbar-tab .itfe-stats {
  font-size: 12px;
}
.cmp-admin-toolbar-tab .ibranch-stats .ibranch-title-label,
.cmp-admin-toolbar-tab .itfe-stats .ibranch-title-label {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.cmp-admin-toolbar-tab .ibranch-stats .ibranch-title-label.itfe-summary,
.cmp-admin-toolbar-tab .itfe-stats .ibranch-title-label.itfe-summary {
  font-size: 14px;
}
.cmp-admin-toolbar-tab .ibranch-stats .ibranch-title-label::before,
.cmp-admin-toolbar-tab .itfe-stats .ibranch-title-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #91ba06;
  background: #b8eb08;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.cmp-admin-toolbar-tab .ibranch-stats .ibranch-title-label.ibranch-error::before,
.cmp-admin-toolbar-tab .itfe-stats .ibranch-title-label.ibranch-error::before {
  background: #ed1c24;
  border-color: #b1050c;
}
.cmp-admin-toolbar-tab .ibranch-stats .ibranch-button,
.cmp-admin-toolbar-tab .itfe-stats .ibranch-button {
  background: #55aaff;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  line-height: 28px;
  cursor: pointer;
  color: white;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 6px;
  line-height: 15px;
}
.cmp-admin-toolbar-tab .ibranch-stats .ibranch-button:hover,
.cmp-admin-toolbar-tab .itfe-stats .ibranch-button:hover {
  background: #1469ae;
}
.cmp-admin-toolbar-tab .ibranch-stats .ibranch-button.itfe-summary,
.cmp-admin-toolbar-tab .itfe-stats .ibranch-button.itfe-summary {
  font-size: 9px;
}
.cmp-admin-toolbar-tab .ibranch-stats .ibranch-row,
.cmp-admin-toolbar-tab .itfe-stats .ibranch-row {
  display: flex;
  margin: 8px 0 0;
  align-items: baseline;
}
.cmp-admin-toolbar-tab .ibranch-stats .row-title,
.cmp-admin-toolbar-tab .itfe-stats .row-title {
  width: 26%;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
}
.cmp-admin-toolbar-tab .ibranch-stats .row-details,
.cmp-admin-toolbar-tab .itfe-stats .row-details {
  line-height: 1.3;
  width: 74%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.cmp-admin-toolbar-tab .ibranch-stats .row-details-long,
.cmp-admin-toolbar-tab .itfe-stats .row-details-long {
  width: 60%;
}
.cmp-admin-toolbar-tab .ibranch-stats .row-details-short,
.cmp-admin-toolbar-tab .itfe-stats .row-details-short {
  width: 14%;
  text-align: right;
}

.admin-toolbar-active-content {
  position: fixed;
  top: 48px;
  right: 0;
  background: #fff;
  overflow: auto;
  width: 319px;
  height: calc(100% - 48px);
  max-height: calc(100vh - 48px);
  z-index: 1000002;
  box-sizing: border-box;
  box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.4);
}

.\@str-gpt-oop {
  height: 0 !important;
}

.str-ad-high {
  height: 90px;
  background: white;
  min-width: 1280px;
}

.str-ad[data-position=top-banner], .str-top-banner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.str-ad[data-position=top-banner] .str-728x90-wrap, .str-top-banner .str-728x90-wrap {
  position: absolute;
  left: 205px;
  font-size: 0;
  width: 728px;
  height: 90px;
  position: relative;
  position: relative;
  z-index: 1;
}
.str-ad[data-position=top-banner] .str-728x90-wrap::before, .str-top-banner .str-728x90-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-ad[data-position=top-banner] .str-728x90-wrap:after, .str-top-banner .str-728x90-wrap:after {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'v3-icons';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.str-ad[data-position=top-banner] .str-728x90-wrap .str-728x90, .str-top-banner .str-728x90-wrap .str-728x90 {
  display: inline-block;
  width: 728px;
  height: 90px;
  box-shadow: inset 0px 0px 0px 1px #ddd;
  position: relative;
}
.str-ad[data-position=top-banner] .str-728x90-wrap .str-728x90 div, .str-top-banner .str-728x90-wrap .str-728x90 div {
  position: absolute;
  top: 0;
  left: 0;
}

.str-160x600-ad {
  margin: 20px 0;
  width: 160px;
  height: 600px;
  overflow: hidden;
  position: relative;
  position: relative;
  z-index: 1;
}
.str-160x600-ad::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-160x600-ad:after {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'v3-icons';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.str-300x250-ad {
  margin: 10px 0;
  width: 300px;
  height: 250px;
  overflow: hidden;
  position: relative;
  position: relative;
  z-index: 1;
}
.str-300x250-ad::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-300x250-ad:after {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'v3-icons';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.str-300x250-flex-ad {
  margin: 10px 0;
  width: 300px;
  min-height: 250px;
  position: relative;
  position: relative;
  z-index: 1;
}
.str-300x250-flex-ad::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-300x250-flex-ad:after {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'v3-icons';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.str-300x600-ad {
  margin: 10px 0;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
  position: relative;
  z-index: 1;
}
.str-300x600-ad::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-300x600-ad:after {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'v3-icons';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.str-ad-middle {
  height: 90px;
  margin: 40px auto;
  position: relative;
  width: 728px;
  font-size: 0;
  position: relative;
  position: relative;
  z-index: 1;
}
.str-ad-middle::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-ad-middle:after {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'v3-icons';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.str-ad-middle .middle-banner_adtxt {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  vertical-align: top;
  text-transform: uppercase;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-left: 0;
  color: #cccccc;
  font-size: 12px;
  font-weight: 300;
  padding: 6px 2px;
  position: absolute;
  left: -22px;
  top: 1px;
}
.str-ad-middle .str-728x90 {
  display: inline-block;
  box-shadow: inset 0px 0px 0px 1px #ddd;
  min-width: 728px;
}

.ad_728x90_has_label {
  position: relative;
}
.ad_728x90_has_label::after {
  content: "ad";
  display: block;
  text-transform: uppercase;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #cccccc;
  font-size: 12px;
  font-weight: 300;
  width: 26px;
  height: 15px;
  line-height: 14.5px;
  text-align: center;
  position: absolute;
  left: -22px;
  top: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.x-blank-ad-160x600 {
  position: relative;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 160px;
  height: 600px;
}
.x-blank-ad-160x600::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.x-blank-ad-160x600:after {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'v3-icons';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.x-blank-ad-728x90 {
  position: relative;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 728px;
  height: 90px;
}
.x-blank-ad-728x90::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.x-blank-ad-728x90:after {
  content: "\e900";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-family: 'v3-icons';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#topbanner,
#middlebanner,
#bottombanner {
  z-index: 10000;
}

#sovrn_beacon {
  position: absolute;
  visibility: hidden;
}

.str-item-notification {
  background: #ffee99;
  text-align: center;
  font-size: 24px;
  padding: 5px;
}

.str-icon-share.social-fixed {
  display: inline-block;
  vertical-align: top;
  position: fixed;
  margin-top: 20px;
  margin-right: 4px;
  top: 60px;
}
.str-icon-share.social-fixed .str-share-this-wrap {
  bottom: auto;
  width: 480px;
  padding: 10px;
  box-shadow: none;
}
.str-icon-share.social-fixed .str-share-wrap {
  top: 0;
  right: 6px;
  left: auto;
  bottom: auto;
  flex-direction: column;
}
.str-icon-share.social-fixed .str-share-wrap .x-fb-share {
  margin-bottom: 5px;
}

.str-share-this-wrap {
  position: absolute;
  bottom: 30px;
  border: 1px solid #cccccc;
  background: #e6e6e6;
  border-radius: 3px;
  padding: 0;
  box-shadow: -3px 4px 2px 0px rgba(0, 0, 0, 0.5);
  text-align: left;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
}
.str-share-this-wrap .x-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 6px 10px 0;
  color: #333333;
}
.str-share-this-wrap .x-btn {
  border-radius: 5px;
}
.str-share-this-wrap .stButton {
  margin: 0 6px 5px 0;
}
.str-share-this-wrap.visible {
  max-height: 122px;
  visibility: visible;
  opacity: 1;
  padding: 6px 4px 2px 10px;
}

.str-share-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 2;
}
.str-share-wrap .x-social-share {
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: white;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.str-share-wrap .x-social-share:hover {
  color: white;
}
.str-share-wrap .x-social-share.x-fb-share {
  background: #3b5998;
}
.str-share-wrap .x-social-share.x-share-this {
  background: #1da1f2;
  font-size: 18px;
}

.str-blurb-wrapper {
  margin: 10px 0;
  padding: 15px;
  background-color: #f6f6f6;
}
.str-blurb-wrapper .x-headline {
  font-weight: bold;
}
.str-blurb-wrapper .x-logo {
  vertical-align: baseline;
  position: relative;
  font-size: 21px;
  top: 4px;
}
.str-blurb-wrapper .x-logo.ico-vert-st {
  color: #ed1c24;
}
.str-blurb-wrapper .x-logo.ico-vert-ot {
  color: #95bf06;
}
.str-blurb-wrapper .x-logo.ico-vert-wn {
  color: #24d3f7;
}
.str-blurb-wrapper .x-logo.ico-vert-sp {
  color: #31577a;
}
.str-blurb-wrapper .x-logo.ico-vert-be {
  color: #d83b79;
}
.str-blurb-wrapper .x-logo.ico-vert-pg {
  color: #59c1ea;
}
.str-blurb-wrapper .x-logo.ico-vert-tt {
  color: #1486cb;
}
.str-blurb-wrapper .x-logo.ico-vert-pt {
  color: #dc7224;
}
.str-blurb-wrapper .x-logo.ico-vert-es {
  color: #ed1c24;
}
.str-blurb-wrapper .x-logo.ico-vert-hy {
  color: #c65727;
}
.str-blurb-wrapper .x-logo.ico-vert-mu {
  color: #1c2c7c;
}
.str-blurb-wrapper .x-logo.ico-vert-tr {
  color: #29d0d0;
}
.str-blurb-wrapper .x-blurb {
  margin-top: 5px;
}
.str-blurb-wrapper.x-beneath-cover {
  background: white;
  padding: 26px 0 0;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
.str-blurb-wrapper.x-beneath-cover .x-headline {
  font-size: 20px;
}
.str-blurb-wrapper.x-beneath-cover p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.str-sidebar-under {
  text-align: center;
  margin-top: 50px;
}
.str-sidebar-under .logo-anim_wrap {
  width: 160px;
  height: 80px;
}
.str-sidebar-under .logo-anim_wrap .str-logo-anim {
  display: block;
  position: relative;
}
.str-sidebar-under .logo-anim_wrap .str-logo-anim .x-logo-color, .str-sidebar-under .logo-anim_wrap .str-logo-anim .x-logo-gray {
  width: 160px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.str-sidebar-under .logo-anim_wrap .str-logo-anim .x-logo-color {
  opacity: 0;
  transition: opacity 1s ease-out .03s;
}
.str-sidebar-under .logo-anim_wrap .str-logo-anim .x-logo-gray {
  opacity: .9;
  transition: opacity 1s ease-out .1s;
}
.str-sidebar-under .logo-anim_wrap .str-logo-anim.x-logo-hover .x-logo-color {
  opacity: 1;
}
.str-sidebar-under .logo-anim_wrap .str-logo-anim.x-logo-hover .x-logo-gray {
  opacity: 0;
}
.str-sidebar-under .logo-anim_wrap .x-topix-logo {
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: 0.5s;
  margin-top: 14px;
  opacity: 0.25;
}
.str-sidebar-under .logo-anim_wrap .x-topix-logo:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.str-sidebar-under .str-feedback-btn {
  cursor: pointer;
  width: 160px;
  height: 37px;
  margin: 10px 0 20px;
  line-height: 37px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  transition: 0.2s;
}
.str-sidebar-under .str-feedback-btn:hover {
  background: #cccccc;
  border-radius: 3px;
}
.str-sidebar-under .str-feedback-btn span {
  margin-right: 5px;
  font-size: 22px !important;
  vertical-align: middle;
}

.str-social-sidebar {
  margin-top: 20px;
  min-height: 154px;
}

.pe-wrapper {
  margin: 30px 0 !important;
  padding: 0 !important;
}
.pe-wrapper .pe-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
}
.pe-wrapper .pe-view-more {
  position: relative;
  bottom: 9px;
}
.pe-wrapper .pe-view-more a {
  font-weight: 700 !important;
  font-size: 16px !important;
  top: 3px !important;
}
.pe-wrapper .pe-headline {
  font-size: 15px !important;
}

.str-recirc-widget {
  margin: 30px 0;
  overflow: hidden;
}
.str-recirc-widget .x-title-wrap {
  display: block;
  margin: 0 0 14px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
}
.str-recirc-widget .x-title-wrap .x-head {
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
}
.str-recirc-widget .x-title-wrap .x-head .ico-thunder {
  display: none;
}
.str-recirc-widget .x-title-wrap .x-see-link {
  float: right;
  position: relative;
  top: 4px;
}
.str-recirc-widget .x-title-wrap .x-see-link .x-label {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: #4d4d4d;
}
.str-recirc-widget .x-title-wrap .x-see-link .btn_nav {
  margin-right: 6px;
  position: relative;
}
.str-recirc-widget .x-title-wrap:hover .x-icon {
  background: #7198c3;
}
.str-recirc-widget .x-item-row {
  overflow: hidden;
}
.str-recirc-widget .x-item-row .x-item {
  width: 23.5%;
  margin: 0 2% 2% 0;
  display: block;
  float: left;
  color: #333333;
}
.str-recirc-widget .x-item-row .x-item:nth-child(4n) {
  margin-right: 0;
}
.str-recirc-widget .x-item-row .x-item:hover {
  color: #999999;
}
.str-recirc-widget .x-item-row .x-item .x-item-img {
  width: 100%;
  display: block;
}
.str-recirc-widget .x-item-row .x-item .x-title {
  padding: 5px 0 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.str-recirc-wrap {
  margin: 30px 0;
}
.str-recirc-wrap .trc_rbox_header {
  margin: 0 0 14px !important;
  overflow: hidden;
  border-bottom: 1px solid #cccccc !important;
  padding-bottom: 6px !important;
}
.str-recirc-wrap .trc_rbox_header .link-attribution,
.str-recirc-wrap .trc_rbox_header .link-disclosure {
  position: relative;
  top: 4px;
}
.str-recirc-wrap .trc_rbox_header_span {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
}

.str-dark-modal-wrapper {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  min-height: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
}

.str-feedback-dialog {
  background-color: white;
  width: 700px;
  margin: 10px 0 0;
  overflow: hidden;
  position: fixed;
  left: calc(50vw - 425px);
  top: 200px;
}
.str-feedback-dialog select {
  width: auto;
  height: 30px;
  margin-left: 10px;
  padding: 0;
  padding-left: 8px;
  padding-right: 16px;
  border-radius: 3px;
}
.str-feedback-dialog .str-header {
  background-color: #ed1c24;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  height: 50px;
  position: relative;
  line-height: 50px;
  padding-left: 10px;
}
.str-feedback-dialog .str-header .x-close {
  display: block;
  position: absolute;
  color: white;
  top: 13px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}
.str-feedback-dialog .str-cols {
  width: 100%;
  overflow: hidden;
  padding: 14px;
  font-size: 15px;
}
.str-feedback-dialog .str-cols .x-col {
  width: 50%;
  float: left;
}
.str-feedback-dialog .str-cols .x-col:first-of-type {
  padding-left: 0;
}
.str-feedback-dialog .str-cols .x-col:last-of-type {
  padding-left: 30px;
  padding-right: 0;
}
.str-feedback-dialog .str-cols .x-question {
  line-height: 1.2;
}
.str-feedback-dialog .str-cols .x-row {
  margin: 12px  0;
}
.str-feedback-dialog .str-cols .x-row-simple {
  margin: 13px 0 5px;
}
.str-feedback-dialog .str-cols .str-star-rating {
  display: inline-block;
}
.str-feedback-dialog .str-cols .x-label {
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: -8px;
}
.str-feedback-dialog .str-cols .x-question-bold {
  font-weight: bold;
  display: inline-block;
}
.str-feedback-dialog .str-cols .x-radio {
  display: inline-block;
  margin-left: 10px;
}
.str-feedback-dialog .str-cols .x-radio span {
  display: inline-block;
  margin-left: 4px;
}
.str-feedback-dialog .str-cols .x-radio input[type="radio"] {
  margin: 0;
}
.str-feedback-dialog .str-cols .x-input {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
  padding: 5px;
  margin: 0 0 8px;
}
.str-feedback-dialog .str-cols .x-comments {
  height: 112px;
  max-height: 112px;
}
.str-feedback-dialog .str-cols .x-mini-link {
  font-size: 11px;
  color: #cccccc;
  display: inline-block;
}
.str-feedback-dialog .str-cols .x-error-msg {
  margin: 10px 0;
  background: #af0e14;
  padding: 10px;
  border-radius: 4px;
  color: white;
}
.str-feedback-dialog .str-star-rating span {
  cursor: pointer;
  color: #cccccc;
  display: inline-block;
  margin-right: 1px;
  font-size: 40px;
}
.str-feedback-dialog .str-star-rating span.x-rated {
  color: #ed1c24;
}
.str-feedback-dialog .x-submit {
  background: #ed1c24;
  color: white;
  width: 100%;
  height: 36px;
  border-radius: 3px;
  line-height: 36px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.recirc-rail {
  margin: 20px 0 30px;
}
.recirc-rail .recirc-rail_unit {
  display: block;
  margin: 0 0 14px;
}
.recirc-rail .recirc-rail_unit .unit_image-wrap {
  height: 150px;
  position: relative;
}
.recirc-rail .recirc-rail_unit .unit_image {
  border-radius: 2px;
  display: block;
}
.recirc-rail .recirc-rail_unit .unit_vertical {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px 4px 2px;
  border-radius: 3px;
}
.recirc-rail .recirc-rail_unit .unit_title {
  margin: 4px 0 0;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

.recirc-rail_square {
  background-color: white;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  color: #333333;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.recirc-rail_square .recirc-rail_head {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.recirc-rail_square .recirc-rail_unit {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.recirc-rail_square .recirc-rail_unit .unit_image {
  width: 75px;
  height: 75px;
  display: inline-block;
}
.recirc-rail_square .recirc-rail_unit .unit_title {
  width: 175px;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: top;
  font-family: "Zilla Slab", serif;
  color: #333333;
  line-height: 1.2;
  font-weight: 600;
}
.recirc-rail_square .recirc-rail_unit:hover .unit_title {
  color: #999999;
}
.recirc-rail_square .recirc-rail_more {
  width: 100%;
  background: #e6e6e6;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 8px;
  height: 30px;
}

.sidebar_email-signup {
  background-color: white;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  color: #333333;
  padding: 15px;
  margin-bottom: 20px;
}
.sidebar_email-signup .signup_response {
  margin-bottom: 5px;
}
.sidebar_email-signup .email_head {
  font-weight: 600;
  font-size: 15px;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 10px;
}
.sidebar_email-signup .email_input {
  width: 100%;
  margin-bottom: 8px;
  padding: 10px;
  height: 40px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.sidebar_email-signup .email_subscribe {
  width: 100%;
  background: #577ea9;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  border: none;
  cursor: pointer;
}
.sidebar_email-signup .email_subscribe:hover {
  background: #7198c3;
}
.sidebar_email-signup .email_success-txt {
  text-align: center;
  font-size: 14px;
  color: #91ba06;
}

.str-email-signup {
  background-color: #f6f6f6;
  padding: 10px;
  margin: 0 0 30px;
}
.str-email-signup .x-head {
  font-weight: 700;
  font-size: 21px;
}
.str-email-signup .x-body-txt {
  margin: 8px 0 0;
}
.str-email-signup .x-body-txt .x-copy {
  width: 166px;
  display: inline-block;
  vertical-align: middle;
}
.str-email-signup .x-body-txt .x-copy p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
.str-email-signup .x-body-txt .x-logo {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.str-email-signup .x-hide {
  position: absolute;
  left: -5000px;
}
.str-email-signup .x-input {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 15px;
}
.str-email-signup .x-submit {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: block;
  background: #577ea9;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  width: 100%;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  padding: 8px 0;
  cursor: pointer;
}

.str-tooltip-wrapper {
  position: relative;
  display: inline-block;
}
.str-tooltip-wrapper.hover .tooltip {
  opacity: 0;
}
.str-tooltip-wrapper.hover:hover .tooltip {
  opacity: 1;
}
.str-tooltip-wrapper .tooltip {
  transition: opacity .5s;
  position: absolute;
  background: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.str-tooltip-wrapper .tooltip.close-tooltip {
  opacity: 0;
}
.str-tooltip-wrapper .tooltip.top, .str-tooltip-wrapper .tooltip.top-left {
  bottom: 150%;
  left: 50%;
}
.str-tooltip-wrapper .tooltip.top-right {
  bottom: 150%;
  right: 50%;
}
.str-tooltip-wrapper .tooltip.bottom, .str-tooltip-wrapper .tooltip.bottom-left {
  top: 150%;
  left: 50%;
}
.str-tooltip-wrapper .tooltip.bottom-right {
  top: 150%;
  right: 50%;
}
.str-tooltip-wrapper .tooltip .tooltip-heading {
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  font-size: 15px;
  background: #cccccc;
  width: 100%;
  padding: 0 7px;
}
.str-tooltip-wrapper .tooltip .tooltip-heading .ico-close-x {
  color: #4d4d4d;
  line-height: 34px;
  font-size: 14px;
  position: absolute;
  right: 7px;
  cursor: pointer;
}
.str-tooltip-wrapper .tooltip .tooltip-text {
  font-size: 14px;
  padding: 7px;
}
.str-tooltip-wrapper .tooltip .tooltip-text p {
  margin-bottom: 7px;
  line-height: 16px;
}
.str-tooltip-wrapper .tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
}
.str-tooltip-wrapper .tooltip .tooltip-arrow.top {
  top: 100%;
  right: 50%;
  margin-right: -10px;
}
.str-tooltip-wrapper .tooltip .tooltip-arrow.top-right {
  top: 100%;
  right: 50%;
  margin-right: -20%;
}
.str-tooltip-wrapper .tooltip .tooltip-arrow.top-left {
  top: 100%;
  left: 50%;
  margin-left: -20%;
}
.str-tooltip-wrapper .tooltip .tooltip-arrow.bottom {
  bottom: 100%;
  right: 50%;
  margin-right: -10px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  border-top: 10px solid #cccccc;
}
.str-tooltip-wrapper .tooltip .tooltip-arrow.bottom-right {
  bottom: 100%;
  right: 50%;
  margin-right: -20%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  border-top: 10px solid #cccccc;
}
.str-tooltip-wrapper .tooltip .tooltip-arrow.bottom-left {
  bottom: 100%;
  left: 50%;
  margin-left: -20%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  border-top: 10px solid #cccccc;
}

@media screen and (max-width: 1280px) {
  .str-feedback-dialog {
    left: 215px;
  }
}
.has_bg_loop {
  background: #333333 url(https://static.topixcdn.com/ext/t9/loop-yellow-100x100-333.gif) no-repeat center;
}

.str-premium .str-content-wrapper {
  width: 1175px;
}
.str-premium .str-sidebar-ad-wrapper-1 {
  display: none;
}
.str-premium .str-sidebar-ad-left {
  display: none !important;
}
.str-premium .str-main-content-wrapper {
  width: 856px;
}
.str-premium .str-quiz-column-wrap {
  width: 856px !important;
}
.str-premium .str-sidebar-ad-right {
  margin-left: 19px !important;
}
.str-premium .str-ad-728x90 {
  margin: 50px auto !important;
  width: 728px;
}
.str-premium.str-slideshow .x-header-inner {
  width: 1175px;
}
.str-premium.str-slideshow .str-sidebar-ad-wrapper-2 {
  margin-left: 19px !important;
}
.str-premium.str-slideshow .str-horizontal-ad-wrapper {
  width: inherit;
}
.str-premium.str-shared-cover .str-sidebar-ad-wrapper-2 {
  margin-left: 51px;
}
.str-premium.str-photo-quiz .str-sidebar-ad-wrapper-2 {
  margin-left: 19px !important;
}
.str-premium.str-quiz-react .x-header-inner {
  width: 1175px;
}
.str-premium.str-quiz-react .str-sidebar-ad-wrapper-2 {
  margin-left: 19px !important;
}
.str-premium.str-quiz-react .str-horizontal-ad-wrapper {
  width: inherit;
}

button {
  outline: none;
  transition: background 0.3s;
  cursor: pointer;
}

.btn_social-fb {
  color: white !important;
  background: #3b5998;
}
.btn_social-fb:hover {
  background: #2d4373;
}

.btn_social-st {
  background: #1da1f2;
}
.btn_social-st:hover {
  background: #0c85d0;
}

.btn_basic {
  background: #577ea9;
  box-shadow: 0px 2px 8px #999999;
  color: white !important;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  height: 45px;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(5, 5, 5, 0.2);
  text-transform: uppercase;
  width: 100%;
}
.btn_basic:hover {
  background: #7198c3;
  cursor: pointer;
}
.btn_basic i {
  position: absolute;
  top: 30%;
  right: 12px;
  font-size: 18px;
}
.btn_basic.btn_lrg {
  height: 50px;
  font-size: 25px;
  line-height: 1.5;
}
.btn_basic.btn_lrg i {
  position: absolute;
  top: 30%;
  right: 14px;
  font-size: 20px;
}
.btn_basic.btn_arrow_down i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 31%;
}
.btn_basic.btn_disabled, .btn_basic:disabled {
  box-shadow: none;
  background: #e6e6e6;
  text-shadow: none;
  cursor: default;
}
.btn_basic.btn_normal_case {
  text-transform: none;
}
.btn_basic.btn_icon-left i {
  left: 14px;
  right: unset;
}

.btn_nav-block .btn_nav-right.btn_nav-lg {
  margin-left: 10px;
}
.btn_nav-block .btn_nav-right.btn_nav-md {
  margin-left: 8px;
}
.btn_nav-block .btn_nav-right.btn_nav-sm {
  margin-left: 4px;
}

.btn_nav {
  color: white;
  vertical-align: top;
  cursor: pointer;
  line-height: 1;
  border-radius: 33px;
  height: 60px;
  width: 60px;
  font-size: 34px;
  display: inline-block;
}
.btn_nav.btn_nav-left {
  background: #cccccc;
  padding-left: 4px !important;
}
.btn_nav.btn_nav-left:hover {
  background: #b3b3b3;
}
.btn_nav.btn_nav-right {
  background: #577ea9;
  padding-left: 15px;
}
.btn_nav.btn_nav-right:hover {
  background: #7198c3;
}
.btn_nav.btn_nav-lg {
  height: 60px;
  width: 60px;
  font-size: 34px;
}
.btn_nav.btn_nav-md {
  height: 50px;
  width: 50px;
  font-size: 26px;
  padding-top: 3px;
  padding-left: 12px;
}
.btn_nav.btn_nav-sm {
  height: 18px;
  width: 18px;
  font-size: 12px;
  padding-left: 6px;
}
.btn_nav.btn_nav-border {
  border: 3px solid white;
}
.btn_nav.btn_nav-border.btn_nav-sm {
  border-width: 2px;
  font-size: 10px;
  padding-left: 4px;
}
.btn_nav:disabled {
  color: #e6e6e6;
  background: #cccccc;
  cursor: default;
}
.btn_nav:disabled.btn_nav-border {
  border: 3px solid #e6e6e6;
}
.btn_nav:disabled:hover {
  background: #cccccc;
}

.btn_social-inline {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-shadow: 2px 2px 0 rgba(5, 5, 5, 0.2);
  display: block;
  color: white !important;
  text-align: center;
  border-radius: 2px;
  padding: 7px;
  font-size: 18px;
  height: 36px;
  width: 100%;
  font-weight: 600;
  line-height: 1.3;
}
.btn_social-inline i {
  margin-right: 6px;
}

.btn_social-results {
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 2px 2px 0 rgba(5, 5, 5, 0.2);
  display: block;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  border-radius: 0;
  box-shadow: 2px 2px 0px #050505;
  height: 50px;
  font-size: 32px;
  padding: 6px;
  color: white;
}
.btn_social-results i {
  margin-right: 6px;
}

.btn_social-inline-wrap .btn_social-inline {
  display: inline-block;
  width: 49.3%;
}
.btn_social-inline-wrap .btn_social-st {
  float: right;
}

.btn_social-results-wrap {
  position: relative;
  white-space: nowrap;
}
.btn_social-results-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.btn_social-results-wrap .btn_social-results {
  display: inline-block;
}
.btn_social-results-wrap .btn_social-fb {
  width: 72%;
  float: left;
}
.btn_social-results-wrap .btn_social-st {
  width: 25%;
  float: right;
}

.btn_social-icon-wrap {
  white-space: nowrap;
}
.btn_social-icon-wrap .btn_social-icon {
  display: inline-block;
}

.btn_social-icon {
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: white;
  line-height: 1.7;
  padding: 0 4px;
}

.btn_halfpill {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 30px;
  line-height: 100px;
  padding: 0 23px 0 35px;
  color: white !important;
  pointer-events: all;
  text-shadow: 1px 2px 2px rgba(30, 30, 30, 0.8);
  background: #577ea9;
  opacity: 0.9;
}
.btn_halfpill:hover {
  opacity: 1.0;
}
.btn_halfpill i {
  position: relative;
  top: 4px;
  right: -7px;
  font-size: 35px;
}

.str-shared-cover {
  background: white;
}
.str-shared-cover .str-header-wrap .x-header-inner {
  width: 1240px;
}
.str-shared-cover .str-header-wrap .x-social-nav {
  right: 25px;
}
.str-shared-cover .str-search {
  display: none;
}
.str-shared-cover .str-content-wrapper {
  width: 1200px;
}
.str-shared-cover .str-main-content {
  width: 810px;
  margin-left: 10px;
  margin-top: 7px;
}
.str-shared-cover .str-sidebar-ad-wrapper-2 {
  margin-left: 76px;
}
.str-shared-cover .str-content-header h1 {
  font-weight: 600;
  font-size: 45px;
  color: #333333;
  margin: 12px 0 17px;
}
.str-shared-cover .quiz-cover_resume {
  color: white !important;
  display: block;
  width: 100%;
  border-radius: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 20px 0 35px;
  font-weight: 600;
  font-size: 17px;
}
.str-shared-cover .cover_img_wrap {
  position: relative;
  min-height: 415px;
}
.str-shared-cover .cover_img_wrap .btn_start {
  position: absolute;
  top: calc(50% - 50px);
  right: 0;
}
.str-shared-cover .cover_img_wrap .x-img {
  display: block;
}
.str-shared-cover .cover_img_wrap .str-share-this-wrap {
  bottom: 33px;
  left: 3px;
}
.str-shared-cover .str-cover-description {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 26px;
  vertical-align: top;
  line-height: 1.4;
}
.str-shared-cover .str-cover-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.str-shared-cover .str-cover-description b {
  font-weight: 700;
}
.str-shared-cover .str-cover-description .btn_basic {
  margin: 20px 0 40px;
}
.str-shared-cover .str-author-info {
  float: right;
  width: 27%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.str-shared-cover .str-author-info .x-author-img {
  margin-left: 8px;
}
.str-shared-cover .str-author-info .x-author-img img {
  height: 67px;
  border-radius: 100px;
}
.str-shared-cover .str-author-info .x-author-img .x-img-placeholder {
  height: 67px;
  width: 67px;
  background: #e6e6e6;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
}
.str-shared-cover .str-author-info .x-author-img .x-img-placeholder .ico-pineapple {
  font-size: 62px;
  color: white;
}
.str-shared-cover .str-author-info .x-author-details {
  font-size: 14px;
  color: #666666;
}
.str-shared-cover .str-author-info .x-author-details a {
  color: #333333;
}
.str-shared-cover .str-author-info .x-author-details a:hover {
  text-decoration: underline;
}
.str-shared-cover .btn_social-inline-wrap {
  margin: 15px 0 22px 0;
  position: relative;
}
.str-shared-cover .btn_social-inline-wrap .str-share-this-wrap {
  bottom: 40px;
  left: inherit;
  right: 0;
}
.str-shared-cover .str-recirc-widget {
  background-color: #f6f6f6;
  margin: 0 0 30px;
  padding: 15px 20px 18px;
  overflow: hidden;
}

.str-header-wrap {
  background: #ed1c24;
  height: 70px;
  min-width: 1280px;
  z-index: 100 !important;
}
.str-header-wrap .x-tx-brand {
  color: white;
  font-size: 91px;
  position: absolute;
  width: 65px;
  height: 67px;
  overflow: hidden;
  left: 12px;
  top: 3px;
  transition: color .5s ease-in;
  display: inline-block;
  z-index: 10100;
}
.str-header-wrap .x-tx-brand:hover {
  color: #fed732;
}
.str-header-wrap .x-tx-brand i {
  display: inline-block;
}
.str-header-wrap.x-thin-header {
  height: 42px;
}
.str-header-wrap.x-thin-header .x-tx-brand {
  font-size: 60px;
  height: 40px;
  width: 42px;
  top: 2px;
  left: 0;
}
.str-header-wrap.x-thin-header .x-tx-brand i {
  display: inline-block;
}
.str-header-wrap.x-thin-header .ico-search {
  color: white;
  font-size: 30px;
  float: right;
  position: absolute;
  right: 100px;
  line-height: 1.5;
}
.str-header-wrap.x-thin-header .x-social-nav {
  right: 10px;
}
.str-header-wrap.x-thin-header .x-social-nav li {
  margin-left: 0;
}
.str-header-wrap.x-thin-header .x-social-nav li span {
  font-size: 35px !important;
  line-height: 42px !important;
}
.str-header-wrap.x-thin-header .str-submenu {
  top: 42px;
}
.str-header-wrap .x-social-nav {
  list-style-type: none;
  display: inline-block;
  position: absolute;
  right: 80px;
}
.str-header-wrap .x-social-nav li {
  display: inline-block;
  margin-left: 5px;
}
.str-header-wrap .x-social-nav li .btn-social-share {
  color: white;
  display: block;
  transition: all .2s ease-out;
}
.str-header-wrap .x-social-nav li .btn-social-share:hover {
  color: rgba(0, 0, 0, 0.4);
}
.str-header-wrap .x-social-nav li .btn-social-share span {
  display: block;
  font-size: 42px;
  line-height: 70px;
}
.str-header-wrap .x-header-inner {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 1280px;
}
.str-header-wrap .x-header-inner .x-logo-anchor {
  position: absolute;
  display: inline-block;
  z-index: 10000;
}
.str-header-wrap .x-header-inner .x-home-menu-wrap {
  cursor: pointer;
}

.header_wrap {
  background: #1486cb;
  border-bottom: 40px solid #f6f6f6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  min-width: 1280px;
  z-index: 100;
}
.header_wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 60px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='rgba(255, 255, 255, 0.18)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.header_wrap .header_inner {
  height: 96px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  width: 1280px;
}
.header_wrap .topix_logo {
  position: absolute;
  top: 21px;
  width: 230px;
}
.header_wrap .header_tx_logo {
  bottom: 0;
  color: white;
  display: inline-block;
  font-size: 135px;
  height: 86px;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: color .35s ease-in;
  width: 93px;
  z-index: 10100;
}
.header_wrap .header_tx_logo:hover {
  color: #fed732;
}
.header_wrap .header_tx_logo i {
  display: inline-block;
}
.header_wrap .header_vert_logo {
  color: white;
  display: inline-block;
  font-size: 120px;
  position: absolute;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.header_wrap .header_vert_logo:hover {
  color: white;
}
.header_wrap .icon_nav {
  position: absolute;
  right: 0;
  top: 30px;
}
.header_wrap .icon_nav_item {
  color: white;
  display: inline-block;
  font-size: 40px;
  margin-left: 10px;
  transition: .2s ease-out;
}
.header_wrap .icon_nav_item:hover {
  color: rgba(0, 0, 0, 0.4);
}
.header_wrap .about_nav {
  position: absolute;
  right: 0;
  top: 39px;
  color: #e6e6e6;
}
.header_wrap .about_nav_item {
  display: inline-block;
  margin-left: 15px;
  font-size: 19px;
  text-transform: uppercase;
  color: white;
}
.header_wrap .about_nav_item:hover {
  color: #fed732;
}
.header_wrap .verts_nav {
  bottom: -40px;
  font-family: "Dosis", sans-serif;
  font-size: 0;
  font-weight: 700;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.header_wrap .verts_nav_item {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  transition: .2s;
  font-size: 13px;
}
.header_wrap .verts_nav_item:hover {
  background: rgba(0, 0, 0, 0.5);
}
.header_wrap .verts_nav_item:hover .nav_item_link {
  color: white;
}
.header_wrap .verts_nav_item .nav_item_link {
  color: #777;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
}
.header_wrap .verts_nav_item .nav_item_link.item_link_current {
  background: white;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
}
.header_wrap .verts_nav_item .nav_item_link.item_link_current:hover {
  color: #777;
}
.header_wrap .verts_nav_item .nav_item_link.item_link_current:before {
  background: white;
  border-radius: 0 0 50px 50px;
  bottom: -6px;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.15);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header_wrap .verts_nav_item:first-of-type {
  margin-left: 0;
}
.header_wrap .verts_nav_item.has_menu {
  position: relative;
}
.header_wrap .verts_nav_item.has_menu:hover .verts_dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header_wrap .verts_nav_item .ico-arrow-right2 {
  display: inline-block;
  font-size: 82%;
  position: relative;
  right: -3px;
  top: -1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.verts_dropdown {
  background: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: capitalize;
  top: 40px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: .3s ease-in-out;
  transition-delay: .2s;
  width: 520px;
}
.verts_dropdown:before {
  bottom: -59px;
  color: rgba(254, 215, 50, 0.25);
  content: "\e900";
  font-family: v3-icons;
  font-size: 250px;
  font-weight: normal;
  left: -1px;
  position: absolute;
}
.verts_dropdown .verts_drop_body {
  overflow: hidden;
  padding: 15px 15px 11px 165px;
}
.verts_dropdown .verts_drop_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  color: #777;
  margin: 0 0 14px;
  padding-bottom: 3px;
}
.verts_dropdown .drop_header_title {
  font-size: 14px;
  font-weight: 900;
}
.verts_dropdown .drop_header_link {
  color: #777;
  font-size: 11px;
  margin-left: auto;
}
.verts_dropdown .drop_header_link:hover {
  color: #1486cb;
}
.verts_dropdown .verts_drop_content {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}
.verts_dropdown .drop_content_link {
  margin: 0 35px 12px 0;
  width: 75px;
}
.verts_dropdown .drop_content_link a {
  color: #777;
}
.verts_dropdown .drop_content_link a:hover {
  color: #1486cb;
}
.verts_dropdown .verts_drop_footer {
  background: #f6f6f6;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  padding: 8px 12px 11px;
  position: relative;
}
.verts_dropdown .drop_footer_copy {
  color: #999999;
  display: inline-block;
  width: 150px;
  font-weight: 400;
}
.verts_dropdown .drop_footer_link {
  color: #999999;
  display: inline-block;
  width: 103px;
  font-weight: 400;
}
.verts_dropdown .drop_footer_link:hover {
  color: #1486cb;
}

.whopper_footer {
  background: #222;
  position: relative;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  min-width: 1280px;
  padding: 22px 0;
}
.whopper_footer::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 60px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='rgba(255, 255, 255, 0.1)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.whopper_footer .footer_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
}
.whopper_footer .footer_verticals {
  width: 230px;
}
.whopper_footer .footer_about {
  width: 320px;
}
.whopper_footer .footer_about_copy {
  color: white;
  font-size: 14px;
  margin-top: 10px;
}
.whopper_footer .footer_title {
  color: #999999;
  margin: 0 0 15px;
}
.whopper_footer .footer_col_single {
  display: flex;
  flex-wrap: wrap;
}
.whopper_footer .footer_col_dual {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 50%;
}
.whopper_footer .footer_col_dual .footer_link {
  width: 100%;
}
.whopper_footer .footer_link {
  margin: 0 0 10px 0;
  width: 50%;
}
.whopper_footer .footer_link a {
  color: white;
}
.whopper_footer .footer_link a:hover {
  color: #1486cb;
}
.whopper_footer .footer_social {
  position: relative;
}
.whopper_footer .footer_email_form {
  margin-bottom: 25px;
}
.whopper_footer .footer_email_form_response {
  color: white;
  margin-bottom: 5px;
}
.whopper_footer .footer_email_form_fields {
  display: flex;
  position: relative;
}
.whopper_footer .footer_email_input {
  font-size: 20px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  width: 320px;
}
.whopper_footer .footer_email_input::-webkit-input-placeholder {
  color: #cccccc;
}
.whopper_footer .footer_email_input:-ms-input-placeholder {
  color: #cccccc;
}
.whopper_footer .footer_email_input::-ms-input-placeholder {
  color: #cccccc;
}
.whopper_footer .footer_email_input::placeholder {
  color: #cccccc;
}
.whopper_footer .footer_email_submit {
  background: #577ea9;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  width: 120px;
  transition: background 0.2s;
}
.whopper_footer .footer_email_submit:hover {
  background: #7198c3;
}
.whopper_footer .footer_social-icon {
  color: white;
  font-size: 34px;
  margin-right: 6px;
}
.whopper_footer .footer_social-icon:hover {
  color: #1486cb;
}

.str-stars-body a,
.str-es-body a {
  color: #ed1c24;
}
.str-stars-body a:hover,
.str-es-body a:hover {
  color: #af0e14;
}
.str-stars-body .str-email-signup .x-head,
.str-es-body .str-email-signup .x-head {
  color: #ed1c24;
}
.str-stars-body .quiz-cover_resume,
.str-es-body .quiz-cover_resume {
  background: #ed1c24;
}
.str-stars-body .quiz-cover_resume:hover,
.str-es-body .quiz-cover_resume:hover {
  background: #af0e14;
}
.str-stars-body .x-art-wrap .x-img,
.str-es-body .x-art-wrap .x-img {
  background: #ed1c24;
}
.str-stars-body .x-art-wrap .x-headline:hover,
.str-es-body .x-art-wrap .x-headline:hover {
  color: #af0e14 !important;
}
.str-stars-body .str-footer-wrap .x-footer-menu a:hover,
.str-es-body .str-footer-wrap .x-footer-menu a:hover {
  color: #800a0f;
}
.str-stars-body .str-footer-wrap .str-submenu a:hover,
.str-es-body .str-footer-wrap .str-submenu a:hover {
  color: #800a0f;
}
.str-stars-body .trc_rbox_header_span,
.str-es-body .trc_rbox_header_span {
  color: #ed1c24;
}
.str-stars-body .str-header-wrap,
.str-es-body .str-header-wrap {
  background-image: linear-gradient(0deg, #af0e14 10%, #ed1c24 90%) !important;
  position: relative;
  z-index: 1;
}
.str-stars-body .str-header-wrap::before,
.str-es-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 60px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='rgba(255, 255, 255, 0.18)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-stars-body .str-header-wrap .x-logo-anchor,
.str-es-body .str-header-wrap .x-logo-anchor {
  top: 3px !important;
  left: 73px !important;
}
.str-stars-body .str-header-wrap.x-thin-header .x-logo-anchor,
.str-es-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 3px !important;
  left: 39px !important;
}

.str-offbeat-body a {
  color: #b4e608;
}
.str-offbeat-body a:hover {
  color: #95bf06;
}
.str-offbeat-body .str-email-signup .x-head {
  color: #b4e608;
}
.str-offbeat-body .quiz-cover_resume {
  background: #b4e608;
}
.str-offbeat-body .quiz-cover_resume:hover {
  background: #95bf06;
}
.str-offbeat-body .x-art-wrap .x-img {
  background: #b4e608;
}
.str-offbeat-body .x-art-wrap .x-headline:hover {
  color: #95bf06 !important;
}
.str-offbeat-body .str-footer-wrap .x-footer-menu a:hover {
  color: #6e8e04;
}
.str-offbeat-body .str-footer-wrap .str-submenu a:hover {
  color: #6e8e04;
}
.str-offbeat-body .trc_rbox_header_span {
  color: #b4e608;
}
.str-offbeat-body .str-header-wrap {
  background-image: linear-gradient(0deg, #95bf06 10%, #b4e608 90%) !important;
  position: relative;
  z-index: 1;
}
.str-offbeat-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 80px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v20H0V0zm10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm20 0a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM10 37a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm10-17h20v20H20V20zm10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14z' fill='rgba(255, 255, 255, 0.15)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-offbeat-body .str-header-wrap .x-logo-anchor {
  top: 3px !important;
  left: 41px !important;
}
.str-offbeat-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 3px !important;
  left: 18px !important;
}

.str-wellnest-body a {
  color: #24d3f7;
}
.str-wellnest-body a:hover {
  color: #24d3f7;
}
.str-wellnest-body .str-email-signup .x-head {
  color: #24d3f7;
}
.str-wellnest-body .quiz-cover_resume {
  background: #24d3f7;
}
.str-wellnest-body .quiz-cover_resume:hover {
  background: #24d3f7;
}
.str-wellnest-body .x-art-wrap .x-img {
  background: #24d3f7;
}
.str-wellnest-body .x-art-wrap .x-headline:hover {
  color: #24d3f7 !important;
}
.str-wellnest-body .str-footer-wrap .x-footer-menu a:hover {
  color: #08bbe0;
}
.str-wellnest-body .str-footer-wrap .str-submenu a:hover {
  color: #08bbe0;
}
.str-wellnest-body .trc_rbox_header_span {
  color: #24d3f7;
}
.str-wellnest-body .str-header-wrap {
  background-image: linear-gradient(0deg, #24d3f7 10%, #07a6c7 90%) !important;
  position: relative;
  z-index: 1;
}
.str-wellnest-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 60px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='rgba(255, 255, 255, 0.18)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-wellnest-body .str-header-wrap .x-logo-anchor {
  top: 5px !important;
  left: 68px !important;
}
.str-wellnest-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 2px !important;
  left: 36px !important;
}

.str-sp-body a {
  color: #31577a;
}
.str-sp-body a:hover {
  color: #31577a;
}
.str-sp-body .str-email-signup .x-head {
  color: #31577a;
}
.str-sp-body .quiz-cover_resume {
  background: #31577a;
}
.str-sp-body .quiz-cover_resume:hover {
  background: #31577a;
}
.str-sp-body .x-art-wrap .x-img {
  background: #31577a;
}
.str-sp-body .x-art-wrap .x-headline:hover {
  color: #31577a !important;
}
.str-sp-body .str-footer-wrap .x-footer-menu a:hover {
  color: #223d56;
}
.str-sp-body .str-footer-wrap .str-submenu a:hover {
  color: #223d56;
}
.str-sp-body .trc_rbox_header_span {
  color: #31577a;
}
.str-sp-body .str-header-wrap {
  background-image: linear-gradient(0deg, #1b3043 10%, #31577a 90%) !important;
  position: relative;
  z-index: 1;
}
.str-sp-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 55px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='18' viewBox='0 0 76 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 18c-2.43-1.824-4-4.73-4-8 0-4.418-3.582-8-8-8H0V0h20c5.523 0 10 4.477 10 10 0 4.418 3.582 8 8 8h20c4.418 0 8-3.582 8-8 0-5.523 4.477-10 10-10v2c-4.418 0-8 3.582-8 8 0 3.27-1.57 6.176-4 8H32zM64 0c-1.67 1.256-3.748 2-6 2H38c-2.252 0-4.33-.744-6-2h32z' fill='rgba(255, 255, 255, 0.18)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-sp-body .str-header-wrap .x-logo-anchor {
  top: 3px !important;
  left: 65px !important;
}
.str-sp-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 2px !important;
  left: 33px !important;
}

.str-be-body a {
  color: #d83b79;
}
.str-be-body a:hover {
  color: #d83b79;
}
.str-be-body .str-email-signup .x-head {
  color: #d83b79;
}
.str-be-body .quiz-cover_resume {
  background: #d83b79;
}
.str-be-body .quiz-cover_resume:hover {
  background: #d83b79;
}
.str-be-body .x-art-wrap .x-img {
  background: #d83b79;
}
.str-be-body .x-art-wrap .x-headline:hover {
  color: #d83b79 !important;
}
.str-be-body .str-footer-wrap .x-footer-menu a:hover {
  color: #bb2560;
}
.str-be-body .str-footer-wrap .str-submenu a:hover {
  color: #bb2560;
}
.str-be-body .trc_rbox_header_span {
  color: #d83b79;
}
.str-be-body .str-header-wrap {
  background-image: linear-gradient(0deg, #a62155 10%, #d83b79 90%) !important;
  position: relative;
  z-index: 1;
}
.str-be-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 27px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z' fill='rgba(255, 255, 255, 0.4)' fill-opacity='0.4' fill-rule='evenodd' /%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-be-body .str-header-wrap .x-logo-anchor {
  top: 8px !important;
  left: 69px !important;
}
.str-be-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 4px !important;
  left: 36px !important;
}

.str-pg-body a {
  color: #59c1ea;
}
.str-pg-body a:hover {
  color: #59c1ea;
}
.str-pg-body .str-email-signup .x-head {
  color: #59c1ea;
}
.str-pg-body .quiz-cover_resume {
  background: #59c1ea;
}
.str-pg-body .quiz-cover_resume:hover {
  background: #59c1ea;
}
.str-pg-body .x-art-wrap .x-img {
  background: #59c1ea;
}
.str-pg-body .x-art-wrap .x-headline:hover {
  color: #59c1ea !important;
}
.str-pg-body .str-footer-wrap .x-footer-menu a:hover {
  color: #2cb0e4;
}
.str-pg-body .str-footer-wrap .str-submenu a:hover {
  color: #2cb0e4;
}
.str-pg-body .trc_rbox_header_span {
  color: #59c1ea;
}
.str-pg-body .str-header-wrap {
  background-image: linear-gradient(0deg, #24d3f7 10%, #07a6c7 90%) !important;
  position: relative;
  z-index: 1;
}
.str-pg-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 40px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='rgba(255, 255, 255, 0.2)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-pg-body .str-header-wrap .x-logo-anchor {
  top: 7px !important;
  left: 64px !important;
}
.str-pg-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 4px !important;
  left: 34px !important;
}

.str-tt-body a {
  color: #31577a;
}
.str-tt-body a:hover {
  color: #31577a;
}
.str-tt-body .str-email-signup .x-head {
  color: #31577a;
}
.str-tt-body .quiz-cover_resume {
  background: #31577a;
}
.str-tt-body .quiz-cover_resume:hover {
  background: #31577a;
}
.str-tt-body .x-art-wrap .x-img {
  background: #31577a;
}
.str-tt-body .x-art-wrap .x-headline:hover {
  color: #31577a !important;
}
.str-tt-body .str-footer-wrap .x-footer-menu a:hover {
  color: #223d56;
}
.str-tt-body .str-footer-wrap .str-submenu a:hover {
  color: #223d56;
}
.str-tt-body .trc_rbox_header_span {
  color: #31577a;
}
.str-tt-body .str-header-wrap {
  background-image: linear-gradient(0deg, #1b3043 10%, #31577a 90%) !important;
  position: relative;
  z-index: 1;
}
.str-tt-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 40px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='rgba(255, 255, 255, 0.2)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-tt-body .str-header-wrap .x-logo-anchor {
  top: 3px !important;
  left: 45px !important;
}
.str-tt-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 4px !important;
  left: 2px !important;
}

.str-pt-body a {
  color: #dc7224;
}
.str-pt-body a:hover {
  color: #dc7224;
}
.str-pt-body .str-email-signup .x-head {
  color: #dc7224;
}
.str-pt-body .quiz-cover_resume {
  background: #dc7224;
}
.str-pt-body .quiz-cover_resume:hover {
  background: #dc7224;
}
.str-pt-body .x-art-wrap .x-img {
  background: #dc7224;
}
.str-pt-body .x-art-wrap .x-headline:hover {
  color: #dc7224 !important;
}
.str-pt-body .str-footer-wrap .x-footer-menu a:hover {
  color: #b15b1c;
}
.str-pt-body .str-footer-wrap .str-submenu a:hover {
  color: #b15b1c;
}
.str-pt-body .trc_rbox_header_span {
  color: #dc7224;
}
.str-pt-body .str-header-wrap {
  background-image: linear-gradient(0deg, #dc7224 10%, #9b5019 90%) !important;
  position: relative;
  z-index: 1;
}
.str-pt-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 56px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='28' viewBox='0 0 56 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56 26c-2.813 0-5.456.726-7.752 2H56v-2zm-26 2h4.087C38.707 20.783 46.795 16 56 16v-2c-.672 0-1.339.024-1.999.07L54 14a2 2 0 0 1 2-2v-2a4 4 0 0 0-3.98 3.602 28.087 28.087 0 0 0-2.793-3.862A7.994 7.994 0 0 1 56 6V4a9.988 9.988 0 0 0-8.17 4.232 28.156 28.156 0 0 0-3.03-2.634A13.979 13.979 0 0 1 56 0h-7.752a16.078 16.078 0 0 0-5.09 4.454 27.941 27.941 0 0 0-3.536-1.936c.63-.896 1.33-1.738 2.095-2.518H39.03c-.46.557-.893 1.137-1.297 1.737A27.787 27.787 0 0 0 33.723.585c.12-.196.24-.392.364-.585H30l-.001.07A28.406 28.406 0 0 0 26 .07L26 0h-4.087c.124.193.245.389.364.585a27.787 27.787 0 0 0-4.009 1.152c-.404-.6-.837-1.18-1.297-1.737h-2.688c.764.78 1.466 1.622 2.095 2.518-1.23.562-2.41 1.21-3.536 1.936A16.078 16.078 0 0 0 7.752 0H0c4.58 0 8.645 2.199 11.2 5.598a28.156 28.156 0 0 0-3.03 2.634A9.988 9.988 0 0 0 0 4v2a7.994 7.994 0 0 1 6.773 3.74 28.087 28.087 0 0 0-2.793 3.862A4 4 0 0 0 0 10v2a2 2 0 0 1 1.999 2.07C1.339 14.024.672 14 0 14v2c9.205 0 17.292 4.783 21.913 12H26a2 2 0 1 1 4 0zM7.752 28C5.456 26.726 2.812 26 0 26v2h7.752zM56 20c-6.832 0-12.936 3.114-16.971 8h2.688A19.94 19.94 0 0 1 56 22v-2zm-39.029 8C12.936 23.114 6.831 20 0 20v2a19.94 19.94 0 0 1 14.283 6h2.688zm15.01-.398a28.087 28.087 0 0 1 2.792-3.862A7.994 7.994 0 0 0 28 20a7.994 7.994 0 0 0-6.773 3.74 28.087 28.087 0 0 1 2.793 3.862 4 4 0 0 1 7.96 0zm14.287-11.865C42.318 9.864 35.61 6 28 6c-7.61 0-14.318 3.864-18.268 9.737a27.787 27.787 0 0 0-4.009-1.152C10.275 7.043 18.548 2 28 2c9.452 0 17.725 5.043 22.277 12.585a27.787 27.787 0 0 0-4.009 1.152zm-5.426 2.717a27.941 27.941 0 0 1 3.536-1.936C40.76 11.367 34.773 8 28 8s-12.76 3.367-16.378 8.518c1.23.562 2.41 1.21 3.536 1.936C18.075 14.537 22.741 12 28 12s9.925 2.537 12.842 6.454zm-4.672 3.778a28.156 28.156 0 0 1 3.03-2.634A13.979 13.979 0 0 0 28 14c-4.58 0-8.645 2.199-11.2 5.598a28.156 28.156 0 0 1 3.03 2.634A9.988 9.988 0 0 1 28 18a9.988 9.988 0 0 1 8.17 4.232z' fill='rgba(255, 255, 255, 0.15)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-pt-body .str-header-wrap .x-logo-anchor {
  top: 24px !important;
  left: 60px !important;
}
.str-pt-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 14px !important;
  left: 31px !important;
}

.str-hy-body a {
  color: #c65727;
}
.str-hy-body a:hover {
  color: #c65727;
}
.str-hy-body .str-email-signup .x-head {
  color: #c65727;
}
.str-hy-body .quiz-cover_resume {
  background: #c65727;
}
.str-hy-body .quiz-cover_resume:hover {
  background: #c65727;
}
.str-hy-body .x-art-wrap .x-img {
  background: #c65727;
}
.str-hy-body .x-art-wrap .x-headline:hover {
  color: #c65727 !important;
}
.str-hy-body .str-footer-wrap .x-footer-menu a:hover {
  color: #9b441f;
}
.str-hy-body .str-footer-wrap .str-submenu a:hover {
  color: #9b441f;
}
.str-hy-body .trc_rbox_header_span {
  color: #c65727;
}
.str-hy-body .str-header-wrap {
  background-image: linear-gradient(0deg, #863b1a 10%, #c65727 90%) !important;
  position: relative;
  z-index: 1;
}
.str-hy-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='64' viewBox='0 0 32 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28h20V16h-4v8H4V4h28v28h-4V8H8v12h4v-8h12v20H0v-4zm12 8h20v4H16v24H0v-4h12V36zm16 12h-4v12h8v4H20V44h12v12h-4v-8zM0 36h8v20H0v-4h4V40H0v-4z' fill='rgba(255, 255, 255, 0.15)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-hy-body .str-header-wrap .x-logo-anchor {
  top: 2px !important;
  left: 70px !important;
}
.str-hy-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 2px !important;
  left: 38px !important;
}

.str-mu-body a {
  color: #1c2c7c;
}
.str-mu-body a:hover {
  color: #1c2c7c;
}
.str-mu-body .str-email-signup .x-head {
  color: #1c2c7c;
}
.str-mu-body .quiz-cover_resume {
  background: #1c2c7c;
}
.str-mu-body .quiz-cover_resume:hover {
  background: #1c2c7c;
}
.str-mu-body .x-art-wrap .x-img {
  background: #1c2c7c;
}
.str-mu-body .x-art-wrap .x-headline:hover {
  color: #1c2c7c !important;
}
.str-mu-body .str-footer-wrap .x-footer-menu a:hover {
  color: #131d52;
}
.str-mu-body .str-footer-wrap .str-submenu a:hover {
  color: #131d52;
}
.str-mu-body .trc_rbox_header_span {
  color: #1c2c7c;
}
.str-mu-body .str-header-wrap {
  background-image: linear-gradient(0deg, #0e163e 10%, #1c2c7c 90%) !important;
  position: relative;
  z-index: 1;
}
.str-mu-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 75px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='rgba(255, 255, 255, 0.15)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-mu-body .str-header-wrap .x-logo-anchor {
  top: 7px !important;
  left: 60px !important;
}
.str-mu-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: 2px !important;
  left: 36px !important;
}

.str-tr-body a {
  color: #29d0d0;
}
.str-tr-body a:hover {
  color: #29d0d0;
}
.str-tr-body .str-email-signup .x-head {
  color: #29d0d0;
}
.str-tr-body .quiz-cover_resume {
  background: #29d0d0;
}
.str-tr-body .quiz-cover_resume:hover {
  background: #29d0d0;
}
.str-tr-body .x-art-wrap .x-img {
  background: #29d0d0;
}
.str-tr-body .x-art-wrap .x-headline:hover {
  color: #29d0d0 !important;
}
.str-tr-body .str-footer-wrap .x-footer-menu a:hover {
  color: #21a5a5;
}
.str-tr-body .str-footer-wrap .str-submenu a:hover {
  color: #21a5a5;
}
.str-tr-body .trc_rbox_header_span {
  color: #29d0d0;
}
.str-tr-body .str-header-wrap {
  background-image: linear-gradient(0deg, #2383ad 10%, #29d0d0 90%) !important;
  position: relative;
  z-index: 1;
}
.str-tr-body .str-header-wrap::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 100px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='rgba(255, 255, 255, 0.35)' fill-opacity='0.4' fill-rule='evenodd' /%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.str-tr-body .str-header-wrap .x-logo-anchor {
  top: -3px !important;
  left: 68px !important;
}
.str-tr-body .str-header-wrap.x-thin-header .x-logo-anchor {
  top: -2px !important;
  left: 36px !important;
}

.str-right-rail {
  display: inline-block;
  margin-left: 22px;
  min-height: 100vh;
  padding: 20px 0px;
  text-align: left;
  vertical-align: top;
  width: 300px;
}

.cmp-accordion .accordion-section {
  margin: 0 0 1em;
}
.cmp-accordion .accordion-title {
  font-weight: bold;
  font-size: 1.1em;
}

.cmp-quiz-progress_wrapper {
  display: block;
  width: 100%;
  height: 27px;
  position: relative;
  border-radius: 20px;
  background-color: #e6e6e6;
}
.cmp-quiz-progress_wrapper .quiz-progress_inner {
  background-color: #ed1c24;
  position: absolute;
  line-height: 27px;
  height: 27px;
  transition: 0.5s;
  border-radius: 20px;
  white-space: nowrap;
}
.cmp-quiz-progress_wrapper .quiz-progress_inner.quiz-progress_inner-results {
  background-color: #b8eb08;
}
.cmp-quiz-progress_wrapper .quiz-progress_completion-txt {
  font-size: 13px;
  padding-right: 1rem;
  text-transform: uppercase;
  text-align: right;
  line-height: 27px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cmp-quiz-progress_wrapper .quiz-progress_completion-txt.black-txt-color {
  color: #666666;
  line-height: 27px;
  padding-top: 1px;
  box-sizing: border-box;
  font-weight: 550;
}
.cmp-quiz-progress_wrapper .gray-txt-color {
  color: #e6e6e6;
}

.cmp-resume-message {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 15;
  cursor: pointer;
}
.cmp-resume-message.compact .resume-message_icon {
  height: 31px;
  width: 31px;
  left: -1px;
}
.cmp-resume-message.compact .resume-message_icon i {
  font-size: 19px;
}
.cmp-resume-message.compact .resume-message_label {
  font-size: 12.5px;
  height: 25px;
  line-height: 25px;
  padding: 0 9px 0 31px;
}
.cmp-resume-message .resume-message_icon {
  background: #577ea9;
  border-radius: 20px;
  height: 40px;
  left: -10px;
  position: absolute;
  bottom: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmp-resume-message .resume-message_icon i {
  font-size: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmp-resume-message .resume-message_label {
  background: #577ea9;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 10px 0 30px;
  border-bottom-left-radius: 15px;
}

.cmp-scroll-message {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 15;
}
.cmp-scroll-message.compact .scroll-message_icon {
  height: 31px;
  width: 31px;
  left: -1px;
}
.cmp-scroll-message.compact .scroll-message_icon i {
  font-size: 19px;
}
.cmp-scroll-message.compact .scroll-message_label {
  font-size: 12.5px;
  height: 25px;
  line-height: 25px;
  padding: 0 9px 0 31px;
}
.cmp-scroll-message.cover-page {
  bottom: 40px;
  right: 2.5%;
  width: 181px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmp-scroll-message.cover-page .scroll-message_label {
  border-top-right-radius: 11px;
}
.cmp-scroll-message.tetris-cover {
  right: 3.5%;
}
.cmp-scroll-message.extra-wide-cover {
  right: 4.5%;
}
.cmp-scroll-message.text-only {
  opacity: 1;
}
.cmp-scroll-message.text-only .scroll-message_icon {
  display: none;
}
.cmp-scroll-message.text-only .scroll-message_label {
  padding-left: 16px;
  font-family: "Dosis", sans-serif;
}
.cmp-scroll-message .scroll-message_icon {
  background: #577ea9;
  border-radius: 50px;
  height: 42px;
  left: -11px;
  position: absolute;
  top: 0;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmp-scroll-message .scroll-message_icon i {
  font-size: 27px;
}
.cmp-scroll-message .scroll-message_label {
  background: #577ea9;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 12px 0 32px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.cmp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
}
.cmp-modal .modal-content {
  position: fixed;
  overflow: hidden;
}
.cmp-modal .modal-content-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cmp-modal .modal-content-left {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmp-modal .modal-content-right {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmp-modal .modal-content-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmp-modal .modal-content-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cmp-obs-select {
  position: relative;
  display: flex;
  align-items: center;
}
.cmp-obs-select select {
  width: 100%;
}
.cmp-obs-select .error-icon {
  margin-left: 5px;
  color: #ed1c24;
  font-size: 20px;
}

.cmp-obs-input,
.cmp-obs-textarea {
  position: relative;
}
.cmp-obs-input .error-outline,
.cmp-obs-textarea .error-outline {
  border-color: #ed1c24 !important;
  outline-color: #ed1c24 !important;
}
.cmp-obs-input .error-message,
.cmp-obs-textarea .error-message {
  background-color: #ed1c24;
  color: white;
  padding: 2px 6px;
  position: absolute;
  top: -15px;
  font-size: 12px;
  width: 100%;
}

.cmp-obs-textarea textarea {
  height: 100%;
}

.cmp-rating .ico-star {
  color: #cccccc;
  margin-right: 1px;
  cursor: pointer;
  font-size: 40px;
}
.cmp-rating .ico-star.rated {
  color: #ed1c24;
}

.cmp-feedback-form {
  position: relative;
  background-color: white;
  overflow: hidden;
  width: 100%;
}
.cmp-feedback-form .feedback-header {
  background-color: #ed1c24;
  color: white;
  position: relative;
  padding-left: 14px;
  height: 50px;
  font-size: 22px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}
.cmp-feedback-form .feedback-close {
  color: white;
  display: block;
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  top: 13px;
  right: 10px;
}
.cmp-feedback-form .feedback-form {
  width: 100%;
  overflow: hidden;
  padding: 14px;
  font-size: 15px;
}
.cmp-feedback-form .feedback-section-wrapper {
  display: flex;
}
.cmp-feedback-form .feedback-section {
  width: 50%;
}
.cmp-feedback-form .feedback-section:first-child {
  margin-right: 5px;
}
.cmp-feedback-form .feedback-section:last-child {
  margin-left: 5px;
}
.cmp-feedback-form .feedback-form-row {
  margin-top: 20px;
  margin-bottom: 5px;
}
.cmp-feedback-form .feedback-question {
  line-height: 1.2;
}
.cmp-feedback-form .feedback-rating {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cmp-feedback-form .feedback-rating-text {
  margin-left: 5px;
}
.cmp-feedback-form .feedback-return {
  display: flex;
  align-items: center;
}
.cmp-feedback-form .feedback-return input[type='radio'] {
  margin-left: 10px;
  margin-right: 5px;
}
.cmp-feedback-form .feedback-type {
  display: flex;
  align-items: center;
}
.cmp-feedback-form .feedback-type select {
  width: 100%;
  margin-left: 10px;
}
.cmp-feedback-form .feedback-dmca a {
  color: #cccccc;
  font-size: 11px;
}
.cmp-feedback-form .feedback-comments {
  height: 87px;
  max-height: 112px;
}
.cmp-feedback-form .feedback-email {
  margin: 25px 0;
}
.cmp-feedback-form .feedback-submit {
  background-color: #ed1c24;
}
.cmp-feedback-form .feedback-submit:hover {
  background-color: #af0e14;
}
.cmp-feedback-form .feedback-mobile .feedback-section-wrapper {
  display: block;
  margin-bottom: 30px;
}
.cmp-feedback-form .feedback-mobile .feedback-section {
  width: 100%;
  margin: 0 0 15px 0;
}
.cmp-feedback-form .feedback-mobile .feedback-rating {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.cmp-feedback-form .feedback-mobile .feedback-rating-text {
  margin: 0;
  font-weight: 700;
}
.cmp-feedback-form .feedback-mobile .feedback-dmca {
  position: absolute;
  bottom: 5px;
  right: 11px;
}

.cmp-feedback-icon {
  cursor: pointer;
  width: 160px;
  height: 37px;
  margin: 10px 0 20px;
  line-height: 37px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  transition: 0.2s;
}
.cmp-feedback-icon:hover {
  background: #cccccc;
  border-radius: 3px;
}
.cmp-feedback-icon .feedback-icon {
  margin-right: 5px;
  font-size: 22px !important;
  vertical-align: middle;
}

.cmp-whopperfooter {
  background: #222;
  position: relative;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  min-width: 1280px;
  padding: 22px 0;
}
.cmp-whopperfooter::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 60px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='rgba(255, 255, 255, 0.1)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-whopperfooter .footer_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
}
.cmp-whopperfooter .footer_verticals {
  width: 230px;
}
.cmp-whopperfooter .footer_about {
  width: 320px;
}
.cmp-whopperfooter .footer_about_copy {
  color: white;
  font-size: 14px;
  margin-top: 10px;
}
.cmp-whopperfooter .footer_title {
  color: #999999;
  margin: 0 0 15px;
}
.cmp-whopperfooter .footer_col_single {
  display: flex;
  flex-wrap: wrap;
}
.cmp-whopperfooter .footer_col_dual {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 50%;
}
.cmp-whopperfooter .footer_col_dual .footer_link {
  width: 100%;
}
.cmp-whopperfooter .footer_link {
  margin: 0 0 10px 0;
  width: 50%;
}
.cmp-whopperfooter .footer_link a {
  color: white;
}
.cmp-whopperfooter .footer_link a:hover {
  color: #1486cb;
}
.cmp-whopperfooter .footer_social {
  position: relative;
}
.cmp-whopperfooter .footer_email_subscribe_form {
  display: flex;
  margin: 25px 0;
}
.cmp-whopperfooter .footer_email_subscribe_response {
  display: flex;
  align-items: center;
  color: white;
  font-style: italic;
  margin-bottom: 25px;
  padding-left: 15px;
  height: 45px;
  background-color: #4d4d4d;
}
.cmp-whopperfooter .footer_email_subscribe_response i {
  color: #1486cb;
  font-size: 30px;
  margin-right: 15px;
}
.cmp-whopperfooter .footer_email_subscribe_input {
  font-size: 20px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  width: 320px;
}
.cmp-whopperfooter .footer_email_subscribe_input::-webkit-input-placeholder {
  color: #cccccc;
}
.cmp-whopperfooter .footer_email_subscribe_input:-ms-input-placeholder {
  color: #cccccc;
}
.cmp-whopperfooter .footer_email_subscribe_input::-ms-input-placeholder {
  color: #cccccc;
}
.cmp-whopperfooter .footer_email_subscribe_input::placeholder {
  color: #cccccc;
}
.cmp-whopperfooter .footer_email_subscribe_submit {
  background: #577ea9;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  width: 120px;
  transition: background 0.2s;
}
.cmp-whopperfooter .footer_email_subscribe_submit:hover {
  background: #7198c3;
}
.cmp-whopperfooter .footer_social-icon {
  color: white;
  font-size: 34px;
  margin-right: 6px;
}
.cmp-whopperfooter .footer_social-icon:hover {
  color: #1486cb;
}

.cmp-hp-aboutself {
  background: #F6F6F6;
  border: 1px solid #ECECEC;
  margin: 0 0 50px;
  padding: 7px 22px 25px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cmp-hp-aboutself .about_self_title {
  margin: 0 0 7px;
}
.cmp-hp-aboutself .about_self_title i {
  font-size: 37px;
  position: relative;
  top: 7px;
  left: -1px;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-st {
  color: #ed1c24;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-ot {
  color: #95bf06;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-wn {
  color: #24d3f7;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-sp {
  color: #31577a;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-be {
  color: #d83b79;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-pg {
  color: #59c1ea;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-tt {
  color: #1486cb;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-pt {
  color: #dc7224;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-es {
  color: #ed1c24;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-hy {
  color: #c65727;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-mu {
  color: #1c2c7c;
}
.cmp-hp-aboutself .about_self_title i.ico-vert-tr {
  color: #29d0d0;
}
.cmp-hp-aboutself .about_self_body {
  margin: 0 300px 0 0;
}
.cmp-hp-aboutself .about_self_icon {
  bottom: 0;
  height: 215px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  width: 240px;
}
.cmp-hp-aboutself .about_self_icon:before {
  bottom: -123px;
  color: rgba(0, 0, 0, 0.2);
  content: "\e900";
  font-family: v3-icons;
  font-size: 364px;
  font-weight: normal;
  position: absolute;
  right: -7px;
}

.cmp-hp-herocarousel {
  padding: 40px 0;
  width: 1124px;
  margin: auto;
  min-height: 450px;
}
.cmp-hp-herocarousel .hero_unit_wrapper {
  width: 100%;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit {
  min-height: 480px;
  width: 1024px;
  position: relative;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .hero_unit_images {
  height: 440px;
  overflow: hidden;
  position: relative;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .hero_unit_img {
  display: inline-block;
  -webkit-transform: translate3d(-1124px, 0, 0);
          transform: translate3d(-1124px, 0, 0);
  height: 440px;
  width: 525px;
  position: absolute;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .hero_unit_img.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .hero_unit_card {
  background: white;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  height: 415px;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 515px;
  opacity: 0;
  z-index: 1;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .hero_unit_card.active {
  opacity: 1;
  z-index: 2;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_title {
  margin-bottom: 20px;
  opacity: 0;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_title.active {
  opacity: 1;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_title a {
  color: #333333;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_title a:hover {
  color: #1486cb;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_subtitle {
  margin-bottom: 22px;
  opacity: 0;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_subtitle.active {
  opacity: 1;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_intro {
  margin-bottom: 20px;
  opacity: 0;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_intro.active {
  opacity: 1;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_author {
  align-items: center;
  color: #999999;
  display: flex;
  font-family: "Zilla Slab", serif;
  font-size: 16px;
  opacity: 0;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_author.active {
  opacity: 1;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_author a {
  color: #999999;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .card_author_img {
  border-radius: 35px;
  display: block;
  height: 70px;
  margin-right: 12px;
  width: 70px;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .card_author_label {
  font-style: italic;
  line-height: 1.5;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_stats {
  bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  width: 110px;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .unit_card_stats:before {
  bottom: -10px;
  color: rgba(254, 215, 50, 0.25);
  content: "\e9f1";
  font-family: v3-icons;
  font-size: 80px;
  font-weight: normal;
  left: 8px;
  position: absolute;
}
.cmp-hp-herocarousel .hero_unit_wrapper .hero_unit .card_stats_label {
  left: 12px;
  position: relative;
  top: -9px;
}
.cmp-hp-herocarousel .hero_unit_nav {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cmp-hp-herocarousel .hero_unit_nav .nav_dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.cmp-hp-herocarousel .hero_unit_nav .nav_dot.active, .cmp-hp-herocarousel .hero_unit_nav .nav_dot:hover {
  background-color: #1486cb;
}

.cmp-hp-emailsubscribe {
  align-items: center;
  background: #F6F6F6;
  border: 1px solid #ECECEC;
  display: flex;
  margin: 0 0 50px;
  padding: 25px 22px;
  position: relative;
  width: 100%;
}
.cmp-hp-emailsubscribe:before {
  color: #cccccc;
  content: "\e900";
  font-family: v3-icons;
  font-size: 80px;
  font-weight: normal;
  left: 14px;
  position: absolute;
  top: 6px;
}
.cmp-hp-emailsubscribe .email_subscribe_intro {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  padding: 0 15px 0 60px;
  width: 50%;
  line-height: 1.2;
}
.cmp-hp-emailsubscribe .email_subscribe_response {
  display: flex;
  align-items: center;
  font-style: italic;
  padding-left: 15px;
  width: 50%;
  height: 45px;
  background-color: #efefef;
}
.cmp-hp-emailsubscribe .email_subscribe_response i {
  color: #1486cb;
  font-size: 30px;
  margin-right: 15px;
}
.cmp-hp-emailsubscribe .email_subscribe_form {
  display: flex;
  position: relative;
}
.cmp-hp-emailsubscribe .email_subscribe_input {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  width: 370px;
}
.cmp-hp-emailsubscribe .email_subscribe_input::-webkit-input-placeholder {
  color: #cccccc;
}
.cmp-hp-emailsubscribe .email_subscribe_input:-ms-input-placeholder {
  color: #cccccc;
}
.cmp-hp-emailsubscribe .email_subscribe_input::-ms-input-placeholder {
  color: #cccccc;
}
.cmp-hp-emailsubscribe .email_subscribe_input::placeholder {
  color: #cccccc;
}
.cmp-hp-emailsubscribe .email_subscribe_submit {
  background: #577ea9;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  width: 120px;
  transition: background 0.2s;
}
.cmp-hp-emailsubscribe .email_subscribe_submit:hover {
  background: #7198c3;
}

.cmp-hp-homeitem {
  margin: 0 0 12px;
  min-height: 210px;
  position: relative;
  width: 100%;
}
.cmp-hp-homeitem.home_item_img_right .home_item_img {
  position: absolute;
  right: 0;
  top: 0;
}
.cmp-hp-homeitem.home_item_img_right .home_item_card {
  left: 0;
}
.cmp-hp-homeitem .home_item_img {
  height: 210px;
  width: 415px;
}
.cmp-hp-homeitem .home_item_card {
  background: white;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  font-family: "Dosis", sans-serif;
  height: 190px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 10px;
  width: 620px;
}
.cmp-hp-homeitem .home_item_card .home_item_card-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%;
}
.cmp-hp-homeitem .home_item_card_title {
  margin-bottom: 12px;
}
.cmp-hp-homeitem .home_item_card_title a {
  color: #333333;
}
.cmp-hp-homeitem .home_item_card_title a:hover {
  color: #1486cb;
}

.cmp-hp-verticalsection {
  margin: 0 0 70px;
  width: 100%;
}
.cmp-hp-verticalsection .vertical_section_header {
  background: #1486cb;
  color: white;
  height: 42px;
  position: relative;
  z-index: 1;
  margin: 50px -38px 25px;
  padding: 0 38px;
  position: relative;
}
.cmp-hp-verticalsection .vertical_section_header::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 60px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='rgba(255, 255, 255, 0.18)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-hp-verticalsection .section_header_icon {
  bottom: 0;
  height: 35px;
  left: 38px;
  position: absolute;
  width: 35px;
}
.cmp-hp-verticalsection .section_header_icon:before {
  bottom: -21px;
  content: "\e900";
  font-family: v3-icons;
  font-size: 60px;
  font-weight: normal;
  position: absolute;
}
.cmp-hp-verticalsection .section_header_logo {
  font-size: 55px;
  left: 40px;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  top: 3px;
  color: white;
  z-index: 1;
}
.cmp-hp-verticalsection .section_header_logo:hover {
  color: white;
}
.cmp-hp-verticalsection .section_header_logo.ico-vert-ot {
  font-size: 53px;
  top: 5px;
}
.cmp-hp-verticalsection .section_header_logo.ico-vert-pg {
  font-size: 51px;
  top: 6px;
}
.cmp-hp-verticalsection .section_header_tagline {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  top: 12px;
  width: 100%;
}
.cmp-hp-verticalsection .section_header_see_all {
  background: white;
  bottom: 0;
  color: #1486cb;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 3px 8px 5px;
  position: absolute;
  right: 38px;
  text-transform: uppercase;
}
.cmp-hp-verticalsection .section_header_see_all:before {
  border-bottom: 28px solid white;
  border-left: 12px solid transparent;
  bottom: 0;
  content: "";
  left: -12px;
  position: absolute;
}
.cmp-hp-verticalsection .section_header_see_all:after {
  border-bottom: 28px solid white;
  border-right: 12px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: -12px;
}
.cmp-hp-verticalsection .vertical_section_more {
  border-top: 1px solid #e6e6e6;
  margin: 30px 0 0;
  text-align: center;
}
.cmp-hp-verticalsection .vertical_section_more .section_more_btn {
  background: #e6e6e6;
  color: #999999;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 28px;
  position: relative;
  text-transform: uppercase;
}
.cmp-hp-verticalsection .vertical_section_more .section_more_btn:before {
  border-left: 12px solid transparent;
  border-top: 28px solid #e6e6e6;
  content: "";
  left: -12px;
  position: absolute;
  top: 0;
}
.cmp-hp-verticalsection .vertical_section_more .section_more_btn:after {
  border-right: 12px solid transparent;
  border-top: 28px solid #e6e6e6;
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
}

.cmp-hp-aboutteaser {
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  display: flex;
  margin: 0 0 50px;
  padding: 19px 24px 22px;
  position: relative;
  width: 100%;
}
.cmp-hp-aboutteaser .teaser_pineapple {
  overflow: hidden;
  width: 240px;
  height: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cmp-hp-aboutteaser .teaser_pineapple:before {
  bottom: -100px;
  color: rgba(0, 0, 0, 0.2);
  content: "\e900";
  font-family: v3-icons;
  font-size: 383px;
  font-weight: normal;
  position: absolute;
  right: -27px;
}
.cmp-hp-aboutteaser .teaser_main {
  width: 550px;
  overflow: hidden;
}
.cmp-hp-aboutteaser .teaser_title {
  margin-bottom: 12px;
}
.cmp-hp-aboutteaser .teaser_title a {
  color: #333333;
}
.cmp-hp-aboutteaser .teaser_title a:hover {
  color: #1486cb;
}
.cmp-hp-aboutteaser .teaser_intro {
  margin: 0 0 15px;
}
.cmp-hp-aboutteaser .teaser_btn {
  background: #1486cb;
  color: #fff;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  padding: 7px 0 10px;
  text-align: center;
  text-shadow: none;
  text-transform: capitalize;
  transition: .2s;
  width: 210px;
}
.cmp-hp-aboutteaser .teaser_btn:hover {
  background: #0b496e;
  color: white;
}
.cmp-hp-aboutteaser .teaser_meter {
  width: 220px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 221px;
}
.cmp-hp-aboutteaser .teaser_source {
  position: absolute;
  right: 235px;
  bottom: 20px;
  font-size: 12px;
  color: #999999;
}

.cmp-hp-featuredsection {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cmp-hp-featureditemunit {
  text-align: center;
  width: 320px;
}
.cmp-hp-featureditemunit a {
  color: #333333;
}
.cmp-hp-featureditemunit .featured_item_unit_img_wrap {
  min-height: 320px;
  overflow: hidden;
  position: relative;
}
.cmp-hp-featureditemunit .featured_item_unit_stats {
  bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  width: 110px;
}
.cmp-hp-featureditemunit .featured_item_unit_stats:before {
  bottom: -10px;
  color: white;
  content: "\e9f1";
  font-family: v3-icons;
  font-size: 80px;
  font-weight: normal;
  left: 8px;
  position: absolute;
}
.cmp-hp-featureditemunit .unit_stats_label {
  left: 12px;
  position: relative;
  top: -9px;
}
.cmp-hp-featureditemunit .featured_item_unit_title {
  margin: 10px 0 6px;
}
.cmp-hp-featureditemunit .unit_card_stats {
  bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  width: 110px;
}
.cmp-hp-featureditemunit .unit_card_stats:before {
  bottom: -10px;
  color: rgba(254, 215, 50, 0.25);
  content: "\e9f1";
  font-family: v3-icons;
  font-size: 80px;
  font-weight: normal;
  left: 8px;
  position: absolute;
}
.cmp-hp-featureditemunit .card_stats_label {
  left: 12px;
  position: relative;
  top: -9px;
}

@keyframes blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -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, -7px, 0);
            transform: translate3d(0, -7px, 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, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}

@keyframes bounceSmall {
  0%, 20%, 53%, 80%, 100% {
    -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, -5px, 0);
            transform: translate3d(0, -5px, 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, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}

@keyframes bounceDown4x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0);
  }

  20%, 53%, 76%, 91%,  100% {
    -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);
  }

  25% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }

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

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

  84% {
    -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, -7px, 0);
            transform: translate3d(0, -7px, 0);
  }

  96% {
    -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, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }

  100% {
    opacity: 1;
  }
}

@keyframes bounceInFromLeft {
  0%, 60%, 75%, 90%, 100% {
    -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(-250%, 0, 0);
            transform: translate3d(-250%, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
  }

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

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

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

@keyframes bounceInFromRight {
  0%, 60%, 75%, 90%, 100% {
    -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: translateX(3000px);
            transform: translateX(3000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }

  90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

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

@keyframes bounceOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

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

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

@keyframes bounceOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

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

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

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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% {
    -webkit-transform: translateY(3000px);
            transform: translateY(3000px);
  }

  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  75% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  90% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

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

@keyframes bounceInUpLess {
  0% {
    -webkit-transform: translateY(100%) translateY(-56px);
            transform: translateY(100%) translateY(-56px);
  }

  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  65% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

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

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  40%,
  45% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(100%) translateY(-56px);
            transform: translateY(100%) translateY(-56px);
  }
}

@keyframes bounceOutDownLW {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  40%,
  45% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(100%) translateY(-48px);
            transform: translateY(100%) translateY(-48px);
  }
}

@keyframes bounceLarge {
  0%, 20%, 53%, 80%, 100% {
    -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, -40px, 0);
            transform: translate3d(0, -40px, 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, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@keyframes bounceMedium {
  0%, 20%, 53%, 80%, 100% {
    -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, -20px, 0);
            transform: translate3d(0, -20px, 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, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    bottom: 20px;
  }

  100% {
    opacity: 1;
    bottom: 4px;
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0%, 100% {
    opacity: 0;
  }
}

@keyframes none {}
@keyframes pulseDown {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulseUp {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    max-height: 0px;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    max-height: 10000px;
  }
}

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}

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

  10%, 32%, 44%, 56%, 68%, 80%, 92% {
    -webkit-transform: translate3d(-7px, 0, 0);
            transform: translate3d(-7px, 0, 0);
  }

  16%, 38%, 50%, 62%, 74%, 86% {
    -webkit-transform: translate3d(7px, 0, 0);
            transform: translate3d(7px, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideUp {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0%;
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  15% {
    -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%, 60% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }

  45%, 75% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }

  90% {
    -webkit-transform: scale3d(0.96, 0.96, 0.96);
            transform: scale3d(0.96, 0.96, 0.96);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.x-ani-bounce {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

.x-ani-pulseDown {
  -webkit-animation-name: pulseDown;
          animation-name: pulseDown;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.x-ani-rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes unblur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }

  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.cmp-share-icons-wrap {
  display: inline-block;
  position: absolute;
  bottom: 0;
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
}
.cmp-share-icons-wrap .icon-container {
  display: inline-block;
  position: relative;
  width: 33px;
  height: 33px;
}
.cmp-share-icons-wrap .icon-container i {
  cursor: pointer;
}
.cmp-share-icons-wrap .icon-container .ico-facebook-circle {
  color: #3b5998;
}
.cmp-share-icons-wrap .icon-container .ico-share-this-circle {
  color: #1486cb;
}
.cmp-share-icons-wrap .icon-container .share-menu {
  opacity: 0;
  position: absolute;
  background-color: white;
  border-radius: 8px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.cmp-share-icons-wrap .icon-container .share-menu.show-share-menu {
  opacity: 1;
}
.cmp-share-icons-wrap .icon-container .share-menu .share-menu_tagline {
  color: #333333;
  font-weight: 600;
}
.cmp-share-icons-wrap .icon-container .share-menu .share-menu_arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.cmp-share-icons-wrap.vcover {
  bottom: 100%;
  left: 0;
  opacity: 0.95;
}
.cmp-share-icons-wrap.vcover .icon-container {
  border-radius: 50%;
  background: white;
  width: 35px;
  height: 35px;
}
.cmp-share-icons-wrap.vcover .icon-container i {
  font-size: 33px;
  position: absolute;
  top: 0.5px;
  left: 1px;
}
.cmp-share-icons-wrap.vcover .icon-container .share-menu {
  bottom: 150%;
  left: -100%;
  width: 200px;
}
.cmp-share-icons-wrap.vcover .icon-container .share-menu .share-menu_arrow {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  left: 40px;
  bottom: -12px;
}
.cmp-share-icons-wrap.cover-image-corner {
  left: 3px;
}
.cmp-share-icons-wrap.cover-image-corner .icon-container {
  border-radius: 50%;
  background: white;
  width: 36px;
  height: 36px;
  margin: 5px;
}
.cmp-share-icons-wrap.cover-image-corner .icon-container i {
  font-size: 34px;
  position: absolute;
  top: 0.5px;
  left: 1px;
}
.cmp-share-icons-wrap.cover-image-corner .icon-container .share-menu {
  bottom: 150%;
  left: -100%;
  width: 200px;
}
.cmp-share-icons-wrap.cover-image-corner .icon-container .share-menu .share-menu_arrow {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  left: 40px;
  bottom: -12px;
}
.cmp-share-icons-wrap.slidey-header {
  right: 0;
}
.cmp-share-icons-wrap.slidey-header .icon-container {
  width: 32px;
  height: 32px;
  margin: 0 2px;
}
.cmp-share-icons-wrap.slidey-header .icon-container i {
  font-size: 32px;
}
.cmp-share-icons-wrap.slidey-header .icon-container .share-menu {
  top: 100%;
  right: 3px;
  width: 214px;
  height: 122px;
  padding: 12px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.cmp-share-icons-wrap.slidey-header .icon-container .share-menu.show-share-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.cmp-share-icons-wrap.slidey-header .icon-container .share-menu .share-menu_tagline {
  margin: 0 0 9px 3px;
  font-size: 15px;
}
.cmp-share-icons-wrap.slidey-header .icon-container .share-menu .share-menu_arrow {
  display: none;
}
.cmp-share-icons-wrap.header-dk {
  right: 10px;
  height: 45px;
  line-height: 45px;
  z-index: 1;
}
.cmp-share-icons-wrap.header-dk .icon-container {
  margin: 6px 5px;
}
.cmp-share-icons-wrap.header-dk .icon-container i {
  font-size: 33px;
  position: absolute;
  color: white;
}
.cmp-share-icons-wrap.header-dk .icon-container .share-menu {
  border-radius: 5px;
  top: 50%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0) translateY(-50%);
          transform: scaleX(0) translateY(-50%);
  vertical-align: middle;
  right: 120%;
  width: 450px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}
.cmp-share-icons-wrap.header-dk .icon-container .share-menu.is-tablet {
  width: 480px;
}
.cmp-share-icons-wrap.header-dk .icon-container .share-menu.show-share-menu {
  -webkit-transform: scaleX(1) translateY(-50%);
          transform: scaleX(1) translateY(-50%);
}
.cmp-share-icons-wrap.header-dk .icon-container .share-menu .share-menu_tagline {
  display: inline-block;
  font-style: italic;
  position: absolute;
  font-size: 17px;
}
.cmp-share-icons-wrap.header-dk .icon-container .share-menu .platforms-wrapper {
  position: absolute;
  right: 8px;
  height: 100%;
}
.cmp-share-icons-wrap.header-dk .icon-container .share-menu .platforms-wrapper .stButton {
  margin: 0;
  top: 50%;
  -webkit-transform: scale(0.85) translateY(-53%);
          transform: scale(0.85) translateY(-53%);
}
.cmp-share-icons-wrap.header-dk .icon-container .share-menu .share-menu_arrow {
  left: 100%;
  top: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
}

.cmp-quiz-cover .cover_title, .cmp-quiz-cover-page .cover_title {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 20px 0;
}
.cmp-quiz-cover .cover_title.title-only, .cmp-quiz-cover-page .cover_title.title-only {
  font-size: 24px;
}
.cmp-quiz-cover .cover_image-wrap, .cmp-quiz-cover-page .cover_image-wrap {
  position: relative;
  height: 389px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.cmp-quiz-cover .cover_image-wrap .button-wrapper, .cmp-quiz-cover-page .cover_image-wrap .button-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}
.cmp-quiz-cover .cover_info, .cmp-quiz-cover-page .cover_info {
  margin: 0 auto;
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.95);
  width: 95%;
  padding: 14px 16px;
  position: relative;
  box-shadow: 0 0 9px 0 rgba(180, 180, 180, 0.3);
}
.cmp-quiz-cover .cover_info p, .cmp-quiz-cover-page .cover_info p {
  margin: 0;
  font-family: "Zilla Slab", serif;
}
.cmp-quiz-cover .cover_info .cover_info_subtitle, .cmp-quiz-cover-page .cover_info .cover_info_subtitle {
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
}
.cmp-quiz-cover .cover_info .cover_info_intro, .cmp-quiz-cover-page .cover_info .cover_info_intro {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 10px 0;
  vertical-align: top;
}
.cmp-quiz-cover.tetris .cover_title, .cmp-quiz-cover-page.tetris .cover_title {
  margin: 20px;
  font-size: 32px;
}
.cmp-quiz-cover.tetris .cover_info, .cmp-quiz-cover-page.tetris .cover_info {
  width: 93%;
}
.cmp-quiz-cover.extra-wide .cover_title, .cmp-quiz-cover-page.extra-wide .cover_title {
  margin: 20px;
}
.cmp-quiz-cover.extra-wide .cover_image-wrap, .cmp-quiz-cover-page.extra-wide .cover_image-wrap {
  height: 424px;
}
.cmp-quiz-cover.extra-wide .cover_info, .cmp-quiz-cover-page.extra-wide .cover_info {
  width: 91%;
}

@keyframes blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -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, -7px, 0);
            transform: translate3d(0, -7px, 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, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}

@keyframes bounceSmall {
  0%, 20%, 53%, 80%, 100% {
    -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, -5px, 0);
            transform: translate3d(0, -5px, 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, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
}

@keyframes bounceDown4x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0);
  }

  20%, 53%, 76%, 91%,  100% {
    -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);
  }

  25% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }

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

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

  84% {
    -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, -7px, 0);
            transform: translate3d(0, -7px, 0);
  }

  96% {
    -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, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }

  100% {
    opacity: 1;
  }
}

@keyframes bounceInFromLeft {
  0%, 60%, 75%, 90%, 100% {
    -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(-250%, 0, 0);
            transform: translate3d(-250%, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
  }

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

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

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

@keyframes bounceInFromRight {
  0%, 60%, 75%, 90%, 100% {
    -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: translateX(3000px);
            transform: translateX(3000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }

  90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

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

@keyframes bounceOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

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

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

@keyframes bounceOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

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

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

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -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% {
    -webkit-transform: translateY(3000px);
            transform: translateY(3000px);
  }

  60% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  75% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  90% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

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

@keyframes bounceInUpLess {
  0% {
    -webkit-transform: translateY(100%) translateY(-56px);
            transform: translateY(100%) translateY(-56px);
  }

  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  65% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

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

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  40%,
  45% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(100%) translateY(-56px);
            transform: translateY(100%) translateY(-56px);
  }
}

@keyframes bounceOutDownLW {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  40%,
  45% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(100%) translateY(-48px);
            transform: translateY(100%) translateY(-48px);
  }
}

@keyframes bounceLarge {
  0%, 20%, 53%, 80%, 100% {
    -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, -40px, 0);
            transform: translate3d(0, -40px, 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, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@keyframes bounceMedium {
  0%, 20%, 53%, 80%, 100% {
    -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, -20px, 0);
            transform: translate3d(0, -20px, 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, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    bottom: 20px;
  }

  100% {
    opacity: 1;
    bottom: 4px;
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0%, 100% {
    opacity: 0;
  }
}

@keyframes none {}
@keyframes pulseDown {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulseUp {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    max-height: 0px;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    max-height: 10000px;
  }
}

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}

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

  10%, 32%, 44%, 56%, 68%, 80%, 92% {
    -webkit-transform: translate3d(-7px, 0, 0);
            transform: translate3d(-7px, 0, 0);
  }

  16%, 38%, 50%, 62%, 74%, 86% {
    -webkit-transform: translate3d(7px, 0, 0);
            transform: translate3d(7px, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideUp {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0%;
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  15% {
    -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%, 60% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }

  45%, 75% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }

  90% {
    -webkit-transform: scale3d(0.96, 0.96, 0.96);
            transform: scale3d(0.96, 0.96, 0.96);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.x-ani-bounce {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

.x-ani-pulseDown {
  -webkit-animation-name: pulseDown;
          animation-name: pulseDown;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.x-ani-rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes unblur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }

  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.cmp-header-dk-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.cmp-header-dk-wrap .item-not-live-status {
  background: rgba(255, 255, 255, 0.7);
  color: #050505;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
}
.cmp-header-dk-wrap .header-dk-background {
  position: relative;
  z-index: 1;
  background-color: #1486cb;
  min-width: 1150px;
}
.cmp-header-dk-wrap .header-dk-background::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 60px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='rgba(255, 255, 255, 0.18)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-header-dk-wrap .header-dk-background.item-page-top {
  min-width: 800px;
}
.cmp-header-dk-wrap .header-dk-background.st-red {
  background-color: #ed1c24;
}
.cmp-header-dk-wrap .header-dk-background.ot-green-dk {
  background-color: #95bf06;
}
.cmp-header-dk-wrap .header-dk-background.sp-blue {
  background-color: #31577a;
}
.cmp-header-dk-wrap .header-dk-background.be-purple {
  background-color: #d83b79;
}
.cmp-header-dk-wrap .header-dk-background.pg-cyan {
  background-color: #59c1ea;
}
.cmp-header-dk-wrap .header-dk-background.pt-mocha {
  background-color: #dc7224;
}
.cmp-header-dk-wrap .header-dk-background.mu-blue {
  background-color: #1c2c7c;
}
.cmp-header-dk-wrap .header-dk-background.tr-aqua {
  background-color: #29d0d0;
}
.cmp-header-dk-wrap .header-dk-background.hy-brown {
  background-color: #c65727;
}
.cmp-header-dk-wrap .header-dk-background.item-not-live {
  background-color: #fed732;
}
.cmp-header-dk-wrap .header-dk-background .header-inner {
  position: relative;
  height: 96px;
  max-width: 1281px;
  margin: 0 auto;
  padding: 0 10px;
  transition: height 0.5s, padding 0.5s;
}
.cmp-header-dk-wrap .header-dk-background .header-inner.narrow {
  max-width: 1110px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner.item-page-top {
  height: 64px;
  padding: 0 12px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner.item-page-down {
  height: 45px;
  padding: 0 15px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .pineapple-container {
  width: 93px;
  height: 86px;
  font-size: 135px;
  color: white;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 10px;
  z-index: 1;
  transition: all 0.5s;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .pineapple-container.item-page-top {
  height: 61px;
  font-size: 99px;
  top: 3px;
  padding-left: 5px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .pineapple-container.item-page-down {
  top: 3px;
  font-size: 65px;
  height: 42px;
  padding-left: 7px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .pineapple-container.no-pineapple {
  display: none;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .pineapple-container .ico-pineapple:hover {
  color: #fed732;
  -webkit-animation: rubberBand 1.25s both;
          animation: rubberBand 1.25s both;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .topix-logo {
  position: absolute;
  width: 230px;
  top: 21px;
  left: 20px;
  z-index: 3;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo {
  color: white;
  position: absolute;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo:hover {
  -webkit-animation: bounce 1.25s;
          animation: bounce 1.25s;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-hp {
  top: 30px;
  font-size: 91px;
  left: 104px;
  transition: all 0.5s;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-hp.ico-vert-st {
  top: 20px;
  font-size: 105px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-hp.ico-vert-es {
  top: 21px;
  font-size: 102px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-hp .ico-vert-hy {
  left: 32px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-hp.ico-vert-ot {
  top: 28px;
  font-size: 94px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-hp.ico-vert-sp {
  top: 24px;
  font-size: 100px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-hp.ico-vert-pg {
  top: 36px;
  font-size: 80px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-hp.ico-vert-wn {
  top: 27px;
  font-size: 98px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top {
  top: 18px;
  font-size: 65px;
  left: 88px;
  transition: all 0.5s;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top.ico-vert-st {
  top: 8px;
  font-size: 78px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top.ico-vert-sp {
  top: 17px;
  font-size: 66px;
  left: 89px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top.ico-vert-pt {
  top: 17px;
  font-size: 64px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top.ico-vert-hy {
  left: 89px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top.ico-vert-mu {
  top: 17px;
  left: 90px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top.ico-vert-mu {
  top: 16px;
  font-size: 64px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top.ico-vert-wn {
  font-size: 64px;
  left: 90px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-top.ico-vert-es {
  left: 90px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down {
  font-size: 35px;
  line-height: 45px;
  left: 76px;
  transition: all 0.5s;
  top: 0;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down:hover {
  -webkit-animation: bounceSmall 1.25s;
          animation: bounceSmall 1.25s;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down.ico-vert-ot, .cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down.ico-vert-st, .cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down.ico-vert-pt, .cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down.ico-vert-hy, .cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down.ico-vert-sp {
  top: 1px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down.ico-vert-be, .cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down.ico-vert-wn, .cmp-header-dk-wrap .header-dk-background .header-inner .vertical-logo-ip-down.ico-vert-es {
  top: 2px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title {
  color: white;
  position: absolute;
  left: 240px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  line-height: 45px;
  top: 0;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.45);
  transition: all 0.1s linear, opacity 0.13s ease-in;
  z-index: 1;
  white-space: nowrap;
  width: 950px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-page-top {
  opacity: 0;
  top: 80%;
  transition: all 0.1s ease-out;
  visibility: hidden;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-st {
  left: 179px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-ot, .cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-es {
  left: 222px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-hy {
  left: 207px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-sp {
  left: 209px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-tr {
  left: 229px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-mu {
  left: 198px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-pg {
  left: 265px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-pt, .cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-be {
  left: 242px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .item-title.item-title-wn {
  left: 230px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .social-icons-nav {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 40px;
  transition: all 0.5s;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .social-icons-nav.item-page-top {
  font-size: 35px;
  top: 15px;
  right: 20px;
  transition: all 0.5s;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .social-icons-nav.item-page-down {
  font-size: 28px;
  top: 12px;
  right: 30px;
  pointer-events: none;
  opacity: 0;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .social-icons-nav a {
  display: inline-block;
  color: white;
  margin-left: 10px;
}
.cmp-header-dk-wrap .header-dk-background .header-inner .social-icons-nav a:hover {
  color: rgba(0, 0, 0, 0.4);
}
.cmp-header-dk-wrap .header-dk-background .gray-bar {
  background: #e6e6e6;
  text-align: center;
  z-index: 2;
  position: relative;
  height: 40px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.58s;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar.none {
  height: 0;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item {
  display: inline-block;
  padding: 0 15px;
  color: #777;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.7s;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.item-page {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item:hover {
  color: white;
  background: #777;
  transition: all 0.2s;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu {
  position: relative;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu.dk:hover .verts_dropdown-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: all 0.2s;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu.tablet {
  color: #777;
  background: #e6e6e6;
  height: 38px;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu.tablet.highlight {
  color: white;
  background: #777;
  height: 40px;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu.tablet .invert-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 1px;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu.tablet .show-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: all 0.2s;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu {
  opacity: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  position: absolute;
  width: 520px;
  height: 162px;
  top: 100%;
  right: 0;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  background: white;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  text-transform: none;
  transition: all 0.2s;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .dropdown_section {
  position: absolute;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .dropdown_left-section {
  width: 33%;
  left: 0;
  padding-left: 15px;
  text-align: left;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .dropdown_right-section {
  width: 67%;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .dropdown_right-section .dropdown_nav-item {
  flex-basis: 33.33%;
  color: #777;
  text-align: left;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 25px;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .dropdown_right-section .dropdown_nav-item:hover {
  color: #1486cb;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .verts_drop_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #cccccc;
  color: #777;
  margin: 15px 14px 10px 0;
  width: 100%;
  line-height: 20px;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .verts_drop_header .drop_header_title {
  font-weight: 900;
  font-size: 14px;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .verts_drop_header .drop_header_link {
  color: #777;
  font-size: 11.5px;
  font-weight: 700;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .verts_drop_header .drop_header_link:hover {
  color: #1486cb;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item.has_menu .verts_dropdown-menu .ico-pineapple {
  bottom: -88px;
  color: rgba(254, 215, 50, 0.25);
  font-size: 250px;
  font-weight: normal;
  left: -2px;
  position: absolute;
}
.cmp-header-dk-wrap .header-dk-background .gray-bar .verts-nav-item .ico-arrow-right2 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 11px;
  position: relative;
  left: 4px;
}

.cmp-slider {
  position: relative;
}
.cmp-slider .item_img-credits-wrap {
  bottom: 30px;
}
.cmp-slider .slider-wrap {
  position: relative;
  background: #efefef;
  display: block;
  position: relative;
  background: #666666;
  overflow: hidden;
  text-align: center;
}
.cmp-slider .slider-wrap .slider {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-shadow: 3px 0 20px #333333;
  background: #666666;
  transition: 0.5s;
  text-align: center;
}
.cmp-slider .slider-wrap .slider.next-visible {
  left: -80%;
}
.cmp-slider .slider-wrap .slider.next-visible .first-img {
  margin-left: 50%;
  transition: 0.5s;
}
.cmp-slider .slider-wrap .slider .slider_img-wrap {
  overflow: hidden;
}
.cmp-slider .slider-wrap .slider .first-img.hidden {
  transition: 0.5s;
}
.cmp-slider .slider-wrap .next-img {
  margin-left: 65%;
  transition: 0.5s;
}
.cmp-slider .slider-wrap .next-img.visible {
  margin-left: 5%;
}
.cmp-slider .slider_nav {
  background: #577ea9;
  position: relative;
  height: 30px;
  z-index: 1;
  margin-top: -30px;
}
.cmp-slider .slider_nav .slider_nav-btn-wrap {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 8px solid #577ea9;
  background: #577ea9;
  z-index: 1;
}
.cmp-slider .slider_nav .slider_nav-btn-wrap .slider_nav-btn {
  background: linear-gradient(#3c6992, #608eb7);
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.8);
  height: 45px;
  width: 45px;
  transition: 0.5s;
}
.cmp-slider .slider_nav .slider_nav-btn-wrap .slider_nav-btn.next-visible {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: linear-gradient(#608eb7, #3c6992);
}
.cmp-slider .slider_nav .slider_nav-btn-wrap .slider_nav-btn:hover {
  background: linear-gradient(#608eb7, #608eb7);
}
.cmp-slider .slider_nav .slider_nav-txt {
  position: absolute;
  -webkit-transform: translate(18%, -50%);
          transform: translate(18%, -50%);
  left: 50%;
  top: 50%;
  color: white;
  font-style: italic;
  font-size: 14px;
  transition: 0.5s;
  width: 90px;
  text-align: right;
  text-transform: capitalize;
  cursor: pointer;
}
.cmp-slider .slider_nav .slider_nav-txt.next-visible {
  -webkit-transform: translate(-140%, -50%);
          transform: translate(-140%, -50%);
}
.cmp-slider .slider_text-wrap {
  background: #efefef;
  position: relative;
}
.cmp-slider .slider_text-wrap .slider_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  width: 90%;
  padding: 20px;
}
.cmp-slider .slider_text-wrap .slider_text.visible {
  z-index: 2;
  opacity: 1;
}
.cmp-slider .slider_text-wrap .slider_next-btn.align-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 14px;
}
.cmp-slider .slider_text-wrap .slider_next-btn.left {
  -webkit-transform: translateY(-50%) rotateY(3.142rad);
          transform: translateY(-50%) rotateY(3.142rad);
}
.cmp-slider .slider_text-wrap.next-btn-hidden .slider_text {
  width: 100%;
}

.cmp-bitesize-cover {
  color: #333333;
  margin-bottom: 45px;
  width: 100%;
}
.cmp-bitesize-cover .bitesize-cover_title {
  font-family: "Exo 2", sans-serif;
  font-size: 38px;
  line-height: 1.2;
  margin: 25px 45px;
}
.cmp-bitesize-cover .bitesize-cover_byline {
  color: #999999;
  font-family: "Zilla Slab", serif;
  font-size: 16px;
  margin: 25px 45px;
}
.cmp-bitesize-cover .bitesize-cover_byline a {
  color: #999999;
}
.cmp-bitesize-cover .cover_image-wrap {
  position: relative;
  min-height: 375px;
  width: 100%;
}
.cmp-bitesize-cover .bitesize-cover-intro {
  font-family: "Zilla Slab", serif;
  font-size: 21px;
  line-height: 33px;
  padding: 0 45px 0 45px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  width: 92%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 9px 0 rgba(180, 180, 180, 0.3);
  padding: 14px 17px;
}
.cmp-bitesize-cover .bitesize-cover-intro::first-letter {
  float: left;
  font-size: 62px;
  font-weight: 700;
  line-height: 0.96;
  margin-right: 9px;
}
.cmp-bitesize-cover .bitesize-cover-intro.firefox::first-letter {
  margin-top: 10px;
}

.cmp-bitesize-unit {
  color: #333333;
  margin-bottom: 30px;
  padding: 0 45px;
  width: 100%;
}
.cmp-bitesize-unit .bitesize-unit-caption {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 20px;
}
.cmp-bitesize-unit .bitesize-unit-subcaption {
  font-family: "Zilla Slab", serif;
  font-size: 21px;
  line-height: 33px;
}
.cmp-bitesize-unit blockquote {
  background-color: #efefef;
  clear: both;
  border-top: 35px solid white;
  font-family: "Zilla Slab", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
  margin: 10px -45px 60px;
  padding: 25px 45px 25px 45px;
  position: relative;
}
.cmp-bitesize-unit blockquote::before {
  content: "";
  display: inline-block;
  width: 100px;
}
.cmp-bitesize-unit blockquote::after {
  color: #999999;
  content: "\e9f8";
  display: block;
  font-family: v3-icons;
  font-style: normal;
  font-size: 80px;
  left: 45px;
  position: absolute;
  top: 0px;
}

.cmp-bitesize-pullquote {
  background-color: #efefef;
  margin: 80px 0;
  width: 100%;
}
.cmp-bitesize-pullquote .pullquote-icon {
  color: #999999;
  display: block;
  font-size: 80px;
  left: 45px;
  position: absolute;
  top: -20px;
}
.cmp-bitesize-pullquote .pullquote-text {
  font-family: "Zilla Slab", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
  padding: 25px 45px 25px 45px;
  position: relative;
}
.cmp-bitesize-pullquote .pullquote-text::before {
  content: "";
  display: inline-block;
  width: 100px;
}

.cmp-credits-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e6e6e6;
  background: rgba(51, 51, 51, 0.4);
  font-size: 13px;
  font-weight: 400;
  z-index: 5;
  border-radius: 5px;
}
.cmp-credits-menu.floated {
  bottom: 5px;
  right: 9px;
}
.cmp-credits-menu.light-theme {
  color: #666666;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Dosis", sans-serif;
  border-radius: initial;
}
.cmp-credits-menu.light-theme .menu-source {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  text-transform: none;
}
.cmp-credits-menu.light-theme .menu-source a {
  color: #666666;
}
.cmp-credits-menu.light-theme .menu-source a:hover {
  color: #666666;
}
.cmp-credits-menu.light-theme .menu-compound-more {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: white;
  color: #666666;
}
.cmp-credits-menu.light-theme .menu-author {
  height: 35px;
  background: rgba(255, 255, 255, 0.8);
  border-color: #e6e6e6 !important;
}
.cmp-credits-menu.light-theme .menu-author a {
  color: #666666;
}
.cmp-credits-menu.light-theme .menu-author a:hover {
  color: #666666;
}
.cmp-credits-menu.light-theme .menu-compound-sub .menu-author {
  background: white;
}
.cmp-credits-menu.light-theme .menu-author-label {
  font-size: 10px;
  color: #999999;
}
.cmp-credits-menu.light-theme .menu-author-name {
  font-size: 12px;
}
.cmp-credits-menu .menu-compound {
  overflow: hidden;
}
.cmp-credits-menu .menu-source {
  height: 22px;
  line-height: 24px;
  padding: 0 7px;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
}
.cmp-credits-menu .menu-source a {
  color: white;
}
.cmp-credits-menu .menu-source a:hover {
  color: white;
}
.cmp-credits-menu .menu-compound-more {
  height: 22px;
  width: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  float: right;
  cursor: pointer;
}
.cmp-credits-menu .menu-compound-sub {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.cmp-credits-menu .menu-compound-sub .menu-author {
  border-top: 1px solid #4d4d4d;
  padding-top: 4px;
}
.cmp-credits-menu .menu-author {
  height: 30px;
  padding: 5px 7px 0;
}
.cmp-credits-menu .menu-author a {
  color: #efefef;
}
.cmp-credits-menu .menu-author a:hover {
  color: white;
}
.cmp-credits-menu .menu-author-label {
  font-size: 8px;
  color: #cccccc;
  margin: 0 0 2px;
}
.cmp-credits-menu .menu-author-name {
  font-size: 11px;
}

.cmp-pineapple-reveal {
  width: 160px;
  height: 80px;
}
.cmp-pineapple-reveal .pineapple-wrap {
  position: relative;
  display: block;
}
.cmp-pineapple-reveal .pineapple-color,
.cmp-pineapple-reveal .pineapple-gray {
  width: 160px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.cmp-pineapple-reveal .pineapple-color {
  opacity: 0;
  transition: opacity 1s ease-out .03s;
}
.cmp-pineapple-reveal .pineapple-gray {
  opacity: .9;
  transition: opacity 1s ease-out .1s;
}
.cmp-pineapple-reveal .has_hover.pineapple-color {
  opacity: 1;
}
.cmp-pineapple-reveal .has_hover.pineapple-gray {
  opacity: 0;
}

.cmp-divider-swirl {
  margin: 40px auto;
  text-align: center;
  color: #cccccc;
}

.cmp-divider-quote {
  overflow: hidden;
  text-align: center;
  margin: 50px auto;
  width: 90%;
  font-family: "Zilla Slab", serif;
  color: #cccccc;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.cmp-divider-quote .divider_text {
  display: inline-block;
  position: relative;
}
.cmp-divider-quote .divider_text:before, .cmp-divider-quote .divider_text:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #cccccc;
  top: 5px;
  width: 600px;
}
.cmp-divider-quote .divider_text:before {
  right: 100%;
  margin-right: 15px;
}
.cmp-divider-quote .divider_text:after {
  left: 100%;
  margin-left: 15px;
}

.cmp-quiz-resume-bar {
  text-align: center;
  width: 100%;
  margin-bottom: 27px;
}
.cmp-quiz-resume-bar .quiz-resume-bar_main {
  background-color: #ed1c24;
  border-radius: 30px;
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 14px;
}
.cmp-quiz-resume-bar .quiz-resume-bar_main.finished {
  background-color: #b8eb08;
  color: #666666;
}
.cmp-quiz-resume-bar .quiz-resume-bar_main i {
  position: relative;
  top: 2px;
}
.cmp-quiz-resume-bar .quiz-resume-bar_main:hover {
  cursor: pointer;
}
.cmp-quiz-resume-bar .quiz-resume-bar_main .quiz-resume-bar_text {
  display: inline;
  margin-left: 14px;
}
.cmp-quiz-resume-bar .quiz-resume-bar_restart {
  color: #999999;
  display: inline-block;
}
.cmp-quiz-resume-bar .quiz-resume-bar_restart:hover {
  cursor: pointer;
}
.cmp-quiz-resume-bar.compact {
  margin-bottom: 23px;
}
.cmp-quiz-resume-bar.compact .quiz-resume-bar_main {
  font-size: 18px;
  padding: 9px;
  margin-bottom: 17px;
}
.cmp-quiz-resume-bar.compact .quiz-resume-bar_main .quiz-resume-bar_text {
  margin-left: 10px;
}

.cmp-proveout-wrap .proveout-tab-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn {
  position: absolute;
  top: 35%;
  border-radius: 28px;
  right: 25px;
  cursor: pointer;
  background: rgba(20, 134, 203, 0.93);
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  height: 55px;
  line-height: 55px;
  padding: 0 13px 0 20px;
  z-index: 3;
  transition: background-color 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn:hover {
  background-color: rgba(40, 161, 234, 0.95);
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.compact {
  top: 5%;
  right: 12px;
  font-size: 14px !important;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 14px;
  font-weight: 300;
  z-index: 11;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.compact.lw-pq {
  top: 6%;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.compact i {
  line-height: 32px;
  position: relative;
  font-size: 14px !important;
  margin-left: 4px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.compact .see-results-text {
  font-size: 14px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.compact.arrow-only {
  padding: 0 14px 0 16px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.compact.arrow-only i {
  top: 0 !important;
  font-size: 26px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn .button-text {
  position: relative;
  display: inline-block;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn .see-results-text {
  font-size: 22px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn i {
  line-height: 55px;
  margin-left: 8px;
  font-size: 21px;
  display: inline-block;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.arrow-only {
  padding: 0 24px 0 29px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.arrow-only i {
  font-size: 30px;
  margin: 0;
  position: relative;
}
.cmp-proveout-wrap .proveout-tab-wrapper .middle-next-btn.arrow-only.extra-top-margin i {
  top: 1px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab {
  position: absolute;
  bottom: -20px;
  z-index: 10;
  width: 100%;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab.hide-explanation-dk {
  -webkit-animation: bounceOutDown 0.7s forwards !important;
          animation: bounceOutDown 0.7s forwards !important;
  z-index: 3;
  transition-property: z-index;
  transition-delay: 1s;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab.hide-explanation-lw {
  -webkit-animation: bounceOutDownLW 0.7s forwards !important;
          animation: bounceOutDownLW 0.7s forwards !important;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab.show-explanation {
  -webkit-animation: bounceInUpLess 0.7s forwards !important;
          animation: bounceInUpLess 0.7s forwards !important;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab {
  position: relative;
  width: 200px;
  border-radius: 7px 7px 0 0;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.answ-correct {
  color: #666666;
  background-color: rgba(184, 235, 8, 0.9);
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.answ-correct:hover {
  background-color: #b8eb08;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.answ-incorrect {
  color: white;
  background-color: rgba(237, 28, 36, 0.7);
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.answ-incorrect:hover {
  background-color: #ed1c24;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.compact {
  width: 150px;
  padding: 6px 7px;
  border-radius: 6px 6px 0 0;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.compact.answ-correct {
  color: #666666;
  background-color: rgba(184, 235, 8, 0.9);
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.compact.answ-incorrect {
  color: white;
  background-color: rgba(237, 28, 36, 0.7);
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.solid-tab.answ-correct {
  background-color: #b8eb08;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab.solid-tab.answ-incorrect {
  background-color: #ed1c24;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab i {
  position: absolute;
  right: 10px;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .correctness-tab i.up-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .proveout-explanation {
  color: white;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  padding: 18px 20px 38px;
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  position: relative;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .proveout-explanation.compact {
  font-size: 15px;
  line-height: 1.1;
  padding: 11px 12px 31px;
  max-height: 150px;
  overflow: scroll;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .proveout-explanation.extra-padding-bottom-dk {
  padding-bottom: 54px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .proveout-explanation.extra-padding-bottom-lw {
  padding-bottom: 47px;
}
.cmp-proveout-wrap .proveout-tab-wrapper .proveout-tab .proveout-explanation .quiz_proveout-correct-answ-spacing {
  font-weight: 600;
  margin-right: 7px;
}
.cmp-proveout-wrap .fade-out-scroll-widget-lw {
  position: absolute;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.3s;
  right: 0;
  bottom: 0;
  width: 200px;
}

.cmp-right-rail {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cmp-right-rail .str-rr-recirc, .cmp-right-rail .str-rr-email-subscribe {
  margin-bottom: 20px;
}
.cmp-right-rail .str-rr-site-blurb {
  margin-bottom: 300px;
}
.cmp-right-rail .str-ads-widget {
  height: 100%;
}

.cmp-quiz-tetris-block {
  transition: 0.5s;
  background: #efefef;
  overflow: hidden;
  width: 728px;
}
.cmp-quiz-tetris-block .str-ad-728x90 {
  margin: 0 !important;
}
.cmp-quiz-tetris-block.disabled {
  opacity: .35;
  -webkit-filter: grayscale(1) !important;
          filter: grayscale(1) !important;
}
.cmp-quiz-tetris-block .block_inner .block_image-wrap {
  display: inline-block;
  width: 400px;
  height: 500px;
  background: #333333;
  vertical-align: top;
}
.cmp-quiz-tetris-block .block_inner .block_content {
  display: inline-block;
  position: relative;
  width: 300px;
  vertical-align: top;
}
.cmp-quiz-tetris-block .block_image-wrap {
  position: relative;
}
.cmp-quiz-tetris-block .block_image-wrap .block_image-wrap_image {
  display: block;
}
.cmp-quiz-tetris-block .block_content {
  background: #efefef;
  padding: 14px;
  position: relative;
}
.cmp-quiz-tetris-block .block_content .ico-pineapple {
  font-size: 450px;
  position: absolute;
  bottom: -100px;
  color: rgba(0, 0, 0, 0.1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmp-quiz-tetris-block .block_content .ad_300x250 {
  position: absolute;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmp-quiz-tetris-block .block_content .block_content-answers {
  position: relative;
  z-index: 1;
}
.cmp-quiz-tetris-block .block_content .block_content-text {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.cmp-quiz-tetris-block .block_content-wrap .ad_300x250 {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 250px;
  background: #cccccc;
}
.cmp-quiz-tetris-block .block_content-wrap .block_content {
  display: inline-block;
  vertical-align: top;
  width: 428px;
  height: 250px;
}

.cmp-quiz-tetris-block-wrap .ad_160x600 {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 600px;
  background: #cccccc;
}
.cmp-quiz-tetris-block-wrap .cmp-quiz-tetris-block {
  display: inline-block;
  vertical-align: top;
  width: 568px;
  height: 600px;
}

.cmp-quiz-answer {
  width: 49.5%;
  display: inline-block;
}
.cmp-quiz-answer.long-answer {
  width: 100%;
  display: block;
}
.cmp-quiz-answer:nth-child(odd) {
  margin-right: 7px;
}
.cmp-quiz-answer button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px;
  border: 2px solid #cccccc;
  width: 100%;
  text-align: left;
  padding: .275rem .75rem;
  line-height: 1.6;
  font-family: "Exo 2", sans-serif;
  background: white;
  outline: none;
  min-height: 41px;
  color: black;
  margin: 4px 0;
  transition: 0.5s;
}
.cmp-quiz-answer button.answer-incorrect {
  background: #ed1c24;
  border: 2px solid #b1050c;
  color: white;
}
.cmp-quiz-answer button.answer-correct {
  background: #b8eb08;
  border: 2px solid #91ba06;
}

.cmp-react-error {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  color: #666666;
  display: flex;
  align-items: center;
}
.cmp-react-error.is_user .react-error-icon {
  width: 200px;
  height: 200px;
  margin: 0 20px 0 0;
}
.cmp-react-error.is_user .error-masthead {
  font-size: 40px;
  font-weight: 900;
  font-family: "Exo 2", sans-serif;
  margin: 0 0 8px;
}
.cmp-react-error.is_user .error-heading {
  font-size: 34px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  margin: 0 0 8px;
}
.cmp-react-error.is_user .error-intro {
  font-size: 24px;
  font-weight: 400;
}
.cmp-react-error.is-mobile {
  margin: 50px 10px 0;
}
.cmp-react-error.is-mobile.is_user {
  margin-top: 80px;
}
.cmp-react-error.is-mobile .react-error-icon {
  width: 100px;
  height: 100px;
  margin: 0 10px 0 0;
}
.cmp-react-error.is-mobile .error-masthead {
  font-size: 24px;
  font-weight: 900;
  font-family: "Exo 2", sans-serif;
  margin: 0 0 5px;
}
.cmp-react-error.is-mobile .error-heading {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  margin: 0 0 5px;
}
.cmp-react-error.is-mobile .error-intro {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}
.cmp-react-error .react-error-icon {
  width: 100px;
  height: 100px;
  margin: 0 12px 0 0;
}
.cmp-react-error .react-error-cmp-id {
  color: #91ba06;
}

.cmp-recirc_grid-desktop {
  overflow: hidden;
}
.cmp-recirc_grid-desktop .grid_head {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
}
.cmp-recirc_grid-desktop .grid_head .head_title .ico-thunder {
  display: none;
}
.cmp-recirc_grid-desktop .grid_head .head_title .title_text {
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
}
.cmp-recirc_grid-desktop .grid_head .head_link {
  float: right;
  position: relative;
  top: 4px;
}
.cmp-recirc_grid-desktop .grid_head .head_link .link_button {
  margin-right: 6px;
  position: relative;
}
.cmp-recirc_grid-desktop .grid_head .head_link .link_text {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: #4d4d4d;
}
.cmp-recirc_grid-desktop .grid_row {
  overflow: hidden;
}
.cmp-recirc_grid-desktop .grid_row .item {
  width: 23.5%;
  margin: 2% 2% 0 0;
  display: block;
  float: left;
  color: #333333;
}
.cmp-recirc_grid-desktop .grid_row .item:nth-child(4n) {
  margin-right: 0;
}
.cmp-recirc_grid-desktop .grid_row .item:hover {
  color: #999999;
}
.cmp-recirc_grid-desktop .grid_row .item .item_image {
  display: block;
}
.cmp-recirc_grid-desktop .grid_row .item .item_title {
  padding: 5px 0 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  height: 40px;
  display: -webkit-box;
  line-clamp: 2;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cmp-recirc_grid-mobile .grid_head {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333333;
}
.cmp-recirc_grid-mobile .grid_head .head_title {
  color: #333333;
  display: block;
  text-decoration: none;
}
.cmp-recirc_grid-mobile .grid_head .head_more {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 10px;
  width: 18px;
  color: white;
  border-radius: 20px;
  height: 18px;
  padding: 4px 0 0 6px;
  box-sizing: border-box;
  background: #577ea9;
}
.cmp-recirc_grid-mobile .grid_row {
  overflow: hidden;
}
.cmp-recirc_grid-mobile .grid_row .item {
  display: block;
  width: 48.5%;
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
  text-decoration: none;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.2;
}
.cmp-recirc_grid-mobile .grid_row .item.clear {
  clear: both;
}
.cmp-recirc_grid-mobile .grid_row .item.left {
  float: left;
}
.cmp-recirc_grid-mobile .grid_row .item.right {
  float: right;
}
.cmp-recirc_grid-mobile .grid_row .item .item_image {
  width: 100%;
  min-height: 95px;
  vertical-align: baseline;
}
.cmp-recirc_grid-mobile .grid_row .item .item_title {
  min-height: 32px;
}

.cmp-recirc-list_desktop .list_head {
  position: relative;
  height: 24px;
  vertical-align: middle;
  line-height: 1.1em;
}
.cmp-recirc-list_desktop .list_head .head_title {
  position: absolute;
  left: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.cmp-recirc-list_desktop .list_head .head_link {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.cmp-recirc-list_desktop .list_head .head_link .link_button {
  margin-right: 6px;
  position: relative;
}
.cmp-recirc-list_desktop .list_head .head_link .link_text {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.cmp-recirc-list_desktop .list_items {
  width: 100%;
  margin-top: 10px;
}
.cmp-recirc-list_desktop .list_items .item:not(:first-child) {
  margin-top: 20px;
}
.cmp-recirc-list_desktop .list_items .item .item_image {
  display: inline-block;
  width: 45%;
  margin-right: 2%;
  color: #333333;
}
.cmp-recirc-list_desktop .list_items .item .item_text {
  display: inline-block;
  vertical-align: top;
  width: 53%;
}
.cmp-recirc-list_desktop .list_items .item .item_text .item_title {
  margin-bottom: 5px;
  font-family: "Exo 2", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1em;
}
.cmp-recirc-list_desktop .list_items .item .item_text .item_title .item_link {
  color: #333333;
}
.cmp-recirc-list_desktop .list_items .item .item_text .item_intro {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  line-height: 24px;
}
.cmp-recirc-list_desktop .list_items .item .item_text .item_intro .item_checkit {
  font-weight: bold;
}

.cmp-recirc-list_mobile .list_head .head_title {
  display: inline-block;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.cmp-recirc-list_mobile .list_items {
  display: table;
  width: 100%;
}
.cmp-recirc-list_mobile .list_items .item {
  margin-top: 8px;
  background: #efefef;
}
.cmp-recirc-list_mobile .list_items .item:not(:first-child) {
  margin-top: 8px;
}
.cmp-recirc-list_mobile .list_items .item .item_image {
  display: table-cell;
  width: 30%;
  color: #333333;
}
.cmp-recirc-list_mobile .list_items .item .item_title {
  display: table-cell;
  vertical-align: middle;
  width: 68%;
  padding-left: 2%;
  font-size: 15px;
}
.cmp-recirc-list_mobile .list_items .item .item_title .item_link {
  color: #333333;
}
.cmp-recirc-list_mobile .list_more {
  color: white;
  background: #577ea9;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(5, 5, 5, 0.5);
  outline: none;
  margin-top: 10px;
}

.cmp-recirc-rail_list .list_head {
  margin-bottom: 10px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.cmp-recirc-rail_list .list_item {
  display: block;
  width: 100%;
}
.cmp-recirc-rail_list .list_item:not(:last-child) {
  margin-bottom: 15px;
}
.cmp-recirc-rail_list .list_item .item_image {
  width: 300px;
  height: 150px;
}
.cmp-recirc-rail_list .list_item .item_title {
  margin-top: 2px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

.cmp-recirc-rail_square {
  background-color: white;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  color: #333333;
  padding: 15px;
}
.cmp-recirc-rail_square .square_head {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.cmp-recirc-rail_square .square_item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.cmp-recirc-rail_square .square_item .item_image {
  width: 75px;
  height: 75px;
  display: inline-block;
}
.cmp-recirc-rail_square .square_item .item_title {
  width: 175px;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: top;
  font-family: "Zilla Slab", serif;
  color: #333333;
  line-height: 1.2;
  font-weight: 600;
}
.cmp-recirc-rail_square .square_item:hover .unit_title {
  color: #999999;
}
.cmp-recirc-rail_square .square_more {
  width: 100%;
  background: #e6e6e6;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 8px;
  height: 30px;
}

.cmp-email-subscribe_right-rail {
  background-color: white;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  color: #333333;
  padding: 15px;
}
.cmp-email-subscribe_right-rail .email_head {
  font-weight: 600;
  font-size: 15px;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 10px;
}
.cmp-email-subscribe_right-rail .email_input {
  width: 100%;
  margin-bottom: 8px;
  padding: 10px;
  height: 40px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.cmp-email-subscribe_right-rail .email_subscribe {
  width: 100%;
  background: #577ea9;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  border: none;
  cursor: pointer;
}
.cmp-email-subscribe_right-rail .email_subscribe:hover {
  background: #7198c3;
}
.cmp-email-subscribe_right-rail .email_success-txt {
  text-align: center;
  font-size: 14px;
  color: #91ba06;
}
.cmp-email-subscribe_right-rail .email_subscribe_response {
  display: flex;
  align-items: center;
  font-style: italic;
  padding: 0 10px;
  height: 45px;
  background-color: #efefef;
}
.cmp-email-subscribe_right-rail .email_subscribe_response i {
  color: #1486cb;
  font-size: 30px;
  margin-right: 15px;
}
.cmp-email-subscribe_right-rail .email_subscribe_form {
  margin-top: 22px;
}
.cmp-email-subscribe_right-rail .i18n-subscribe_newsletter .i18n-sitename {
  text-transform: capitalize;
}

.cmp-adcontainer-wrap {
  position: relative;
}
.cmp-adcontainer-wrap .cmp-adcontainer-wrap_text {
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 11px;
  color: #999999;
}

.cmp-adcontainer-banner {
  width: 728px;
  height: 90px;
}
.cmp-adcontainer-banner .adcontainer-ad {
  width: 728px;
  height: 90px;
  position: relative;
  z-index: 1;
}
.cmp-adcontainer-banner .adcontainer-ad::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-adcontainer-banner .adcontainer-ad:after {
  content: "\e900";
  color: rgba(255, 255, 255, 0.85);
  font-family: "v3-icons";
  font-size: 96px;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-adcontainer-banner .adcontainer-label {
  float: left;
  position: relative;
  line-height: 10px;
  top: -10px;
  font-size: 10px;
  color: #666666;
  padding-bottom: 2px;
}

.cmp-adcontainer-rect {
  width: 300px;
  height: 250px;
}
.cmp-adcontainer-rect .adcontainer-ad {
  width: 300px;
  height: 250px;
  position: relative;
  z-index: 1;
}
.cmp-adcontainer-rect .adcontainer-ad::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-adcontainer-rect .adcontainer-ad:after {
  content: "\e900";
  color: rgba(255, 255, 255, 0.85);
  font-family: "v3-icons";
  font-size: 96px;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-adcontainer-rect .adcontainer-label {
  float: left;
  position: relative;
  line-height: 10px;
  top: -10px;
  font-size: 10px;
  color: #666666;
  padding-bottom: 2px;
}

.cmp-adcontainer-tallrect {
  width: 300px;
  height: 600px;
}
.cmp-adcontainer-tallrect .adcontainer-ad {
  width: 300px;
  height: 600px;
  position: relative;
  z-index: 1;
}
.cmp-adcontainer-tallrect .adcontainer-ad::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-adcontainer-tallrect .adcontainer-ad:after {
  content: "\e900";
  color: rgba(255, 255, 255, 0.85);
  font-family: "v3-icons";
  font-size: 96px;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-adcontainer-tallrect .adcontainer-label {
  float: left;
  position: relative;
  line-height: 10px;
  top: -10px;
  font-size: 10px;
  color: #666666;
  padding-bottom: 2px;
}

.cmp-adcontainer-tower {
  width: 160px;
  height: 600px;
}
.cmp-adcontainer-tower .adcontainer-ad {
  width: 160px;
  height: 600px;
  position: relative;
  z-index: 1;
}
.cmp-adcontainer-tower .adcontainer-ad::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-adcontainer-tower .adcontainer-ad:after {
  content: "\e900";
  color: rgba(255, 255, 255, 0.85);
  font-family: "v3-icons";
  font-size: 96px;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-adcontainer-tower .adcontainer-label {
  float: left;
  position: relative;
  line-height: 10px;
  top: -10px;
  font-size: 10px;
  color: #666666;
  padding-bottom: 2px;
}

.cmp-adslot-banner {
  width: 728px;
  height: 90px;
  z-index: 10000;
  position: relative;
  z-index: 1;
}
.cmp-adslot-banner::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-adslot-banner:after {
  content: "\e900";
  color: rgba(255, 255, 255, 0.85);
  font-family: "v3-icons";
  font-size: 96px;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cmp-adslot-rect {
  width: 300px;
  height: 250px;
  z-index: 10000;
  position: relative;
  z-index: 1;
}
.cmp-adslot-rect::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-adslot-rect:after {
  content: "\e900";
  color: rgba(255, 255, 255, 0.85);
  font-family: "v3-icons";
  font-size: 96px;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cmp-adslot-tallrect {
  width: 300px;
  height: 600px;
  z-index: 10000;
  position: relative;
  z-index: 1;
}
.cmp-adslot-tallrect::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-adslot-tallrect:after {
  content: "\e900";
  color: rgba(255, 255, 255, 0.85);
  font-family: "v3-icons";
  font-size: 96px;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cmp-adslot-tower {
  width: 160px;
  height: 600px;
  z-index: 10000;
  position: relative;
  z-index: 1;
}
.cmp-adslot-tower::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 15px;
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.4)' width='12' height='12' viewBox='6.38 6.38 12 12'%3E%3Cpath d='M7.08 18.38h-.7v-.7l11.3-11.3h.7v.7l-11.3 11.3zm11.3 0v-.7l-.7.7h.7zm-11.3-12h-.7v.7l.7-.7z'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.cmp-adslot-tower:after {
  content: "\e900";
  color: rgba(255, 255, 255, 0.85);
  font-family: "v3-icons";
  font-size: 96px;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cmp-ads-magnetic {
  height: 100%;
}
.cmp-ads-magnetic .str-ad-pair:not(:last-child) {
  padding-bottom: 100px;
}
.cmp-ads-magnetic .str-ad-pair .str-rect-ad {
  margin-bottom: 100px;
}

.cmp-ads-right-rail {
  height: 100%;
}
.cmp-ads-right-rail .str-ad-pair:not(:last-child) {
  padding-bottom: 100px;
}
.cmp-ads-right-rail .str-ad-pair .str-rect-ad {
  height: 250px;
  margin-bottom: 100px;
}
.cmp-ads-right-rail .str-ad-pair .str-tallrect-ad {
  height: 600px;
}

.cmp-ads-shufflepuck {
  height: 100%;
}
.cmp-ads-shufflepuck .str-ad-pair .puck-box {
  height: 1200px;
}
.cmp-ads-shufflepuck .str-ad-pair .puck-box:first-child {
  margin-bottom: 100px;
}
.cmp-ads-shufflepuck .str-ad-pair .puck-box .puck-unit {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}
.cmp-ads-shufflepuck .str-ad-pair:not(:last-child) {
  padding-bottom: 100px;
}

.cmp-ads-sticky {
  height: 100%;
}
.cmp-ads-sticky .str-ads {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  margin-bottom: 432px;
}
.cmp-ads-sticky .str-ads.close .str-upper-ad {
  margin-bottom: 10px;
}
.cmp-ads-sticky .str-ads.far .str-upper-ad {
  margin-bottom: 20px;
}

.cmp-adblock-msg {
  width: 400px;
  height: 100vh;
  background: #1486cb;
  padding: 40px;
  position: relative;
  color: white;
}
.cmp-adblock-msg:before {
  color: rgba(255, 255, 255, 0.1);
  content: "\e900";
  font-family: v3-icons;
  font-size: 660px;
  position: absolute;
  left: -28px;
  bottom: -230px;
}
.cmp-adblock-msg .ico-close-x {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
}
.cmp-adblock-msg .ico-vert-tx {
  font-size: 57px;
}
.cmp-adblock-msg .msg-header {
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.6);
}
.cmp-adblock-msg .msg-body {
  margin: 25px 20px 0 10px;
  font-weight: 400;
}
.cmp-adblock-msg .accordion-section {
  margin-top: 1em;
}
.cmp-adblock-msg .accordion-title {
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.cmp-adblock-msg .accordion-title.active .ico-arrow-right2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cmp-adblock-msg .accordion-title .ico-arrow-right2 {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  left: -15px;
  top: 6px;
  transition: all .15s ease;
}
.cmp-adblock-msg .accordion-content {
  list-style: decimal outside;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 400;
}
.cmp-adblock-msg .accordion-content li {
  padding-left: 13px;
  margin: 1em 0;
  line-height: 1.4em;
}

.cmp-site-blurb_right-rail {
  background-color: white;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.3em;
  color: #333333;
  padding: 15px;
}
.cmp-site-blurb_right-rail .x-headline {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}
.cmp-site-blurb_right-rail .x-headline span {
  margin-right: 2px;
}
.cmp-site-blurb_right-rail .x-blurb {
  margin-top: 8px;
}
.cmp-site-blurb_right-rail .x-blurb p {
  font-family: "Zilla Slab", serif;
  line-height: 1.4;
  margin-bottom: 0;
}
.cmp-site-blurb_right-rail .i18n-about_site .i18n-sitename {
  text-transform: capitalize;
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  background: #f6f6f6;
  position: relative;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  line-height: inherit;
}

img {
  display: inline-block;
  height: auto;
}

input {
  font-family: inherit;
}

button {
  font-family: inherit;
}

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.str-content-wrapper {
  margin: auto;
  width: 1281px;
  min-height: calc(100vh - 109px);
  display: flex;
}
.str-content-wrapper.cover-page-height {
  min-height: initial;
}

.str-sidebar-ad-wrapper-1 {
  width: 160px;
  margin: 30px 22px 0 0;
  height: 600px;
  display: inline-block;
  vertical-align: top;
  top: 0;
}

.str-sidebar-ad-wrapper-2 {
  width: 300px;
  margin: 30px 0 0 22px;
  display: inline-block;
  vertical-align: top;
  top: 0;
}

.str-sidebar-ad-left {
  width: 160px;
  margin: 8px 22px 0 0;
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  display: inline-block;
  vertical-align: top;
  height: 800px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.str-sidebar-ad-right {
  width: 300px;
  margin: 8px 0 0 22px;
  top: 50px;
  display: inline-block;
  vertical-align: top;
}
.str-sidebar-ad-right .sidebar_right-content {
  min-height: 100vh;
}
.str-sidebar-ad-right .sidebar_right-ads {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.str-main-content-wrapper {
  display: inline-block;
  width: 774px;
  background: white;
  margin: 0 auto 0;
  position: relative;
  height: 100%;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  padding: 0 23px;
}

.str-main-content {
  width: 100%;
  margin: 0 0 10px 0;
  display: inline-block;
}
