.setup-wrapper .setup-content .block-wrapper, .filter-wrapper .filter-inner .filter-section-wrapper {
  *zoom: 1; }
  .setup-wrapper .setup-content .block-wrapper:before, .filter-wrapper .filter-inner .filter-section-wrapper:before, .setup-wrapper .setup-content .block-wrapper:after, .filter-wrapper .filter-inner .filter-section-wrapper:after {
    content: " ";
    display: table; }
  .setup-wrapper .setup-content .block-wrapper:after, .filter-wrapper .filter-inner .filter-section-wrapper:after {
    clear: both; }

.background-slider .slide, .magazine-content .wv-container .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: top; }

blockquote, q {
  quotes: none; }

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse; }

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

mark, rp, rt, ruby, summary, time {
  display: inline; }

input:focus, textarea:focus {
  outline: none; }

img {
  max-width: 100%; }

* {
  -webkit-touch-callout: none;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%; }

html, body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

input:not([type='checkbox']):not([type='radio']) {
  -webkit-user-select: auto !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

input[type='button'] {
  -webkit-user-select: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset; }

body:not(.admin) select {
  -moz-appearance: none;
  -webkit-appearance: none; }

input:-webkit-autofill {
  -webkit-text-fill-color: #ac8e56 !important; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s; }

input[type=password]::-ms-reveal, input::-ms-clear {
  display: none; }

input[type='date'], input[type='time'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 30px; }

.menu .menu-inner .link.disabled {
  pointer-events: none; }

body {
  overflow-y: scroll;
  background: #fff; }
  body.darkBackground {
    background: #1c1c1c; }
  body.realWidth {
    position: fixed;
    overflow: hidden; }

.jsonData {
  display: none; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "LibreBaskerville"; }
  h1 .sub {
    display: block;
    font-family: "Karla";
    font-size: 24px;
    font-size: 1.5rem;
    color: #7f7f7f; }
    h1 .sub p {
      display: inline; }

.tableTop {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Karla";
  margin: 20px 0 10px 0; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
    font-size: 2rem; }
    .tableTop {
      font-size: 28px;
      font-size: 1.75rem; } }
/* Forms */
.default-form {
  display: block; }
  .default-form.inline {
    display: inline-block; }
  .default-form label:not(.ignoreFormStyle) {
    display: block;
    font-family: "Karla";
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
    color: #7f7f7f; }
  .default-form .form-input {
    display: block;
    width: 100%;
    font-family: "Karla";
    font-size: 18px;
    font-size: 1.125rem;
    color: #1c1c1c;
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin: 10px 0 0 0; }
    .default-form .form-input:hover, .default-form .form-input:focus, .default-form .form-input:active {
      border-color: #ac8e56; }
    .default-form .form-input.small {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 5px; }
    .default-form .form-input.date-input {
      display: inline-block;
      width: auto;
      max-width: 75px;
      margin: 10px 10px 0 0; }
      .default-form .form-input.date-input.lg {
        max-width: 125px; }
  .default-form .input-icon {
    position: relative; }
    .default-form .input-icon .icon {
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .default-form .input-icon .form-input {
      padding: 10px 10px 10px 35px; }
  .default-form .checkbox {
    display: block;
    line-height: 17px;
    font-size: 16px;
    font-size: 1rem;
    color: #484848;
    cursor: pointer;
    padding: 10px;
    font-family: "Karla";
    font-size: 16px;
    font-size: 1rem; }
    .default-form .checkbox.inline {
      display: inline-block; }
    .default-form .checkbox:hover input[type="checkbox"] + span {
      border-color: #ac8e56; }
      .default-form .checkbox:hover input[type="checkbox"]:checked + span {
        background-color: #ac8e56;
        background-image: url('img/checkbox-fill-white.png'); }
    .default-form .checkbox input[type="checkbox"] {
      display: none; }
      .default-form .checkbox input[type="checkbox"] + span {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0px 10px 0px 0px;
        vertical-align: middle;
        border: 1px solid #bbb;
        cursor: pointer; }
      .default-form .checkbox input[type="checkbox"]:checked + span {
        background-repeat: no-repeat;
        background-image: url('img/checkbox-fill.png');
        background-position: 1px; }
    .default-form .checkbox .option-title {
      display: inline-block;
      width: 75%;
      line-height: 22px; }
    .default-form .checkbox p {
      display: inline; }

.custom-form .checkbox {
  display: block;
  line-height: 17px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #484848;
  cursor: pointer;
  font-family: "Karla";
  font-weight: bold;
  position: relative;
  padding: 18px 25px 18px 65px;
  background: transparent;
  border: 1px solid #ac8e56; }
  .custom-form .checkbox.inline {
    display: inline-block; }
  .custom-form .checkbox span {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ac8e56;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0 0 8px; }
  .custom-form .checkbox.white {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    color: #1c1c1c;
    border-color: transparent; }
    .custom-form .checkbox.white span {
      border-color: #1c1c1c; }
  .custom-form .checkbox.black {
    background-color: #1c1c1c;
    background-color: rgba(28, 28, 28, 0.75);
    border-color: transparent;
    color: #fff; }
    .custom-form .checkbox.black span {
      border-color: #fff; }
  .custom-form .checkbox.checked {
    background-color: #ac8e56;
    color: #fff; }
    .custom-form .checkbox.checked span {
      border-color: transparent;
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url('img/custom-checkbox-checked.png');
      width: 24px;
      height: 25px;
      margin: 0 0 0 5px; }
    .custom-form .checkbox.checked.white {
      background-color: #fff;
      color: #1c1c1c; }
    .custom-form .checkbox.checked.white span {
      background-image: url('img/custom-checkbox-checked-dark.png'); }
    .custom-form .checkbox.checked.black {
      background-color: #1c1c1c;
      color: #fff; }
  .custom-form .checkbox p {
    display: inline; }
  .custom-form .select-option {
    display: block;
    cursor: pointer;
    margin: 0 0 10px 0; }
  .custom-form .select-option.disabled {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: not-allowed; }
  .custom-form .select-option input[type='radio'], .custom-form .select-option input[type='checkbox'] {
    display: none; }
    .custom-form .select-option input[type='radio'] + .option, .custom-form .select-option input[type='checkbox'] + .option {
      background: #ac8e56;
      padding: 20px 30px;
      text-align: left;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Karla";
      color: #fff; }
    .custom-form .select-option input[type='radio'] + .option.clean, .custom-form .select-option input[type='checkbox'] + .option.clean {
      background: transparent; }
    .custom-form .select-option input[type='radio'] + .option.small, .custom-form .select-option input[type='checkbox'] + .option.small {
      padding: 5px 0;
      font-size: 16px;
      font-size: 1rem; }
    .custom-form .select-option input[type='radio'] + .option small, .custom-form .select-option input[type='checkbox'] + .option small {
      font-size: 85%; }
    .custom-form .select-option input[type='radio'] + .option.dark, .custom-form .select-option input[type='checkbox'] + .option.dark {
      color: #1c1c1c; }
    .custom-form .select-option input[type='radio'] + .option span, .custom-form .select-option input[type='checkbox'] + .option span {
      display: none;
      width: 12px;
      height: 8px;
      background-repeat: no-repeat;
      background-image: url('img/checkbox-fill.png');
      background-position: 1px;
      margin: 7px 10px 0 0; }
    .custom-form .select-option input[type='radio']:checked + .option, .custom-form .select-option input[type='checkbox']:checked + .option {
      background: #fff;
      color: #1c1c1c; }
      .custom-form .select-option input[type='radio']:checked + .option span, .custom-form .select-option input[type='checkbox']:checked + .option span {
        display: inline-block; }
  .custom-form .select-option.notallowed {
    cursor: not-allowed; }
    .custom-form .select-option.notallowed input[type='radio'] + .option span, .custom-form .select-option.notallowed input[type='checkbox'] + .option span {
      height: 16px;
      background-image: url('img/locked.png');
      background-position: 0 0;
      margin: 3px 10px 0 0; }

.ui-select {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  width: auto;
  height: auto;
  border: none; }
  .ui-select.inline {
    display: inline-block; }
  .ui-select.minW {
    min-width: 150px; }
  .ui-select select {
    z-index: 99;
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 35px 10px 10px;
    border: 1px solid #a5a5a5;
    background: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #1c1c1c;
    font-family: "Karla";
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .ui-select select::-ms-expand {
    display: none; }
  .ui-select select:disabled {
    background: #a5a5a5;
    cursor: not-allowed; }
  .ui-select select:hover, .ui-select select:active, .ui-select select:focus {
    outline: none;
    border-color: #ac8e56; }
  .ui-select select.error {
    border-color: red; }
  .ui-select.small select {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 7px 25px 7px 7px; }
  .ui-select.small:after {
    right: 10px; }
  .ui-select select[multiple] {
    height: 125px; }
  .ui-select:after {
    z-index: 99;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("img/dropdown-arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 6px; }
  .ui-select.multiple {
    margin-bottom: 10px; }
  .ui-select.multiple:after {
    display: none; }
  .ui-select.disabled:after {
    color: #a5a5a5; }
/* Buttons */
.btn, a.btn, .btn:visited, .btn:link {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  border: 1px solid #ac8e56;
  background-color: #ac8e56;
  font-family: "Karla";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
  min-width: 150px;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn.inline, a.btn.inline, .btn:visited.inline, .btn:link.inline {
    display: inline-block;
    width: auto; }
  .btn.default-form .checkbox, a.btn.default-form .checkbox, .btn:visited.default-form .checkbox, .btn:link.default-form .checkbox {
    color: inherit; }
  .btn:hover, a.btn:hover, .btn:visited:hover, .btn:link:hover, .btn:focus, a.btn:focus, .btn:visited:focus, .btn:link:focus, .btn.active, a.btn.active, .btn:visited.active, .btn:link.active {
    background-color: #fff;
    color: #ac8e56; }
  .btn:hover.dark, a.btn:hover.dark, .btn:visited:hover.dark, .btn:link:hover.dark, .btn:focus.dark, a.btn:focus.dark, .btn:visited:focus.dark, .btn:link:focus.dark, .btn.active.dark, a.btn.active.dark, .btn:visited.active.dark, .btn:link.active.dark {
    background-color: #1c1c1c; }
    .btn:hover.dark.ghost, a.btn:hover.dark.ghost, .btn:visited:hover.dark.ghost, .btn:link:hover.dark.ghost, .btn:focus.dark.ghost, a.btn:focus.dark.ghost, .btn:visited:focus.dark.ghost, .btn:link:focus.dark.ghost, .btn.active.dark.ghost, a.btn.active.dark.ghost, .btn:visited.active.dark.ghost, .btn:link.active.dark.ghost {
      background-color: #ac8e56; }
  .btn.disabled, a.btn.disabled, .btn:visited.disabled, .btn:link.disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  .btn.disabled:hover, a.btn.disabled:hover, .btn:visited.disabled:hover, .btn:link.disabled:hover, .btn.disabled:focus, a.btn.disabled:focus, .btn:visited.disabled:focus, .btn:link.disabled:focus, .btn.disabled.active, a.btn.disabled.active, .btn:visited.disabled.active, .btn:link.disabled.active {
    background-color: #ac8e56;
    color: #fff; }
  .btn.ghost, a.btn.ghost, .btn:visited.ghost, .btn:link.ghost {
    border: 1px solid #ac8e56;
    background-color: transparent;
    color: #1c1c1c; }
  .btn.ghost.dark, a.btn.ghost.dark, .btn:visited.ghost.dark, .btn:link.ghost.dark {
    color: #fff; }
  .btn.ghost:hover, a.btn.ghost:hover, .btn:visited.ghost:hover, .btn:link.ghost:hover, .btn.ghost:focus, a.btn.ghost:focus, .btn:visited.ghost:focus, .btn:link.ghost:focus, .btn.ghost.active, a.btn.ghost.active, .btn:visited.ghost.active, .btn:link.ghost.active {
    background-color: #ac8e56;
    color: #fff; }
  .btn.ghost.disabled, a.btn.ghost.disabled, .btn:visited.ghost.disabled, .btn:link.ghost.disabled {
    opacity: 0.25;
    cursor: not-allowed; }
    .btn.ghost.disabled:hover, a.btn.ghost.disabled:hover, .btn:visited.ghost.disabled:hover, .btn:link.ghost.disabled:hover, .btn.ghost.disabled:focus, a.btn.ghost.disabled:focus, .btn:visited.ghost.disabled:focus, .btn:link.ghost.disabled:focus, .btn.ghost.disabled.active, a.btn.ghost.disabled.active, .btn:visited.ghost.disabled.active, .btn:link.ghost.disabled.active {
      background-color: transparent;
      color: #1c1c1c; }
    .btn.ghost.disabled:hover.dark, a.btn.ghost.disabled:hover.dark, .btn:visited.ghost.disabled:hover.dark, .btn:link.ghost.disabled:hover.dark, .btn.ghost.disabled:focus.dark, a.btn.ghost.disabled:focus.dark, .btn:visited.ghost.disabled:focus.dark, .btn:link.ghost.disabled:focus.dark, .btn.ghost.disabled.active.dark, a.btn.ghost.disabled.active.dark, .btn:visited.ghost.disabled.active.dark, .btn:link.ghost.disabled.active.dark {
      color: #fff; }
  .btn.clean, a.btn.clean, .btn:visited.clean, .btn:link.clean {
    background-color: transparent;
    color: #1c1c1c;
    border-color: transparent; }
  .btn.clean.white, a.btn.clean.white, .btn:visited.clean.white, .btn:link.clean.white {
    color: #fff; }
  .btn.clean.beige, a.btn.clean.beige, .btn:visited.clean.beige, .btn:link.clean.beige {
    color: #ac8e56; }
  .btn.cleanHover:hover, a.btn.cleanHover:hover, .btn:visited.cleanHover:hover, .btn:link.cleanHover:hover {
    background-color: transparent;
    border-color: #fff; }
  .btn.jsSkip, a.btn.jsSkip, .btn:visited.jsSkip, .btn:link.jsSkip {
    margin-top: 5px; }

.readmore, a.readmore, .readmore:link {
  display: block;
  color: #1c1c1c;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  background-image: url('img/readmore-arrow.png');
  background-repeat: no-repeat;
  background-position: center left;
  font-family: "Karla";
  font-size: 14px;
  font-size: 0.875rem; }
  .readmore.inline, a.readmore.inline, .readmore:link.inline {
    display: inline-block; }
  .readmore.dark, a.readmore.dark, .readmore:link.dark {
    color: #fff; }
  .readmore:hover, a.readmore:hover, .readmore:link:hover, .readmore:focus, a.readmore:focus, .readmore:link:focus, .readmore.active, a.readmore.active, .readmore:link.active {
    color: #ac8e56; }
/* Hover states */
.dotted-h {
  border-bottom: 1px dotted transparent;
  display: inline-block;
  padding-bottom: 5px; }
  .dotted-h:hover {
    border-color: #ac8e56; }
/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  .icon.search-icon {
    background-image: url('img/search-icon-brass.png'); }
  .icon.search-icon.light {
    background-image: url('img/search-icon-gray.png'); }
  .icon.icon-eye {
    background-image: url('img/eye-beige.png'); }
  .icon.icon-completed {
    background-image: url('img/checkbox-fill.png');
    width: 12px;
    height: 8px; }
  .icon.icon-arrow-toggle {
    background-image: url('img/dropdown-arrow.png');
    width: 10px;
    height: 6px; }
  .icon.icon-arrow-toggle.open {
    background-image: url('img/dropup-arrow.png'); }
  .icon.icon-locked {
    background-image: url('img/locked.png');
    width: 12px; }
  .icon.icon-store {
    background-image: url('img/store.png');
    width: 14px;
    height: 15px; }
  .icon.icon-certificate {
    background-image: url('img/certificate.png'); }
  .icon.page-next {
    width: 70px;
    background-image: url('img/page-next.png');
    background-position: 50%;
    background-size: 48px 15px; }
  .icon.icon-lg {
    width: 36px;
    height: 21px; }
  .icon.icon-arrow-right {
    background-image: url('img/arrow-right-bronze.png');
    width: 9px;
    height: 15px; }
  .icon.larger {
    width: 48px;
    height: 15px; }
  .icon.larger .arrow-next {
    background-image: url("img/page-next.png"); }
  .icon.larger .arrow-prev {
    background-image: url("img/page-prev.png"); }
/* Pagination */
.pagination {
  display: block;
  font-family: "Karla";
  text-align: center;
  margin: 0 0 15px 0; }
  .pagination .item, .pagination .item:link {
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    color: #1c1c1c;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid transparent;
    border-left-color: #a5a5a5; }
  .pagination .item:first-child, .pagination .item:link:first-child {
    border-left-color: transparent; }
  .pagination .item:hover, .pagination .item:link:hover, .pagination .item:active, .pagination .item:link:active, .pagination .item:focus, .pagination .item:link:focus {
    color: #ac8e56; }
  .pagination .item.active, .pagination .item:link.active {
    border-color: #ac8e56; }
    .pagination .item.active + .item, .pagination .item:link.active + .item {
      border-left-color: #ac8e56;
      margin-left: -1px; }
  .pagination .item.prev, .pagination .item:link.prev, .pagination .item.next, .pagination .item:link.next {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 48px 15px;
    width: 70px; }
  .pagination .item.prev, .pagination .item:link.prev {
    background-image: url("img/page-prev.png"); }
    .pagination .item.prev:hover, .pagination .item:link.prev:hover {
      background-image: url("img/page-prev-hover.png"); }
  .pagination .item.next, .pagination .item:link.next {
    background-image: url("img/page-next.png"); }
    .pagination .item.next:hover, .pagination .item:link.next:hover {
      background-image: url("img/page-next-hover.png"); }
  .pagination .item.disabled, .pagination .item:link.disabled {
    cursor: not-allowed; }
/* Tables */
.table {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  overflow: auto; }
  .table h1 {
    font-family: "LibreBaskerville";
    font-size: 64px;
    font-size: 4rem;
    font-weight: bold;
    color: #1c1c1c;
    margin: 0 0 0.5em 0; }
  .table h1 .sub {
    display: block;
    font-family: "Karla";
    font-size: 24px;
    font-size: 1.5rem;
    color: #7f7f7f; }
    .table h1 .sub p {
      display: inline; }
  .table .table-data {
    display: block;
    margin: 0 0 15px 0;
    font-size: 0; }
  .table .table-data .table-toggle, .table .table-data .table-additional {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    width: 50%; }
  .table .table-data .table-toggle span {
    display: inline-block;
    padding: 13px 15px 13px 0;
    font-family: "LibreBaskerville";
    color: #7f7f7f; }
    .table .table-data .table-toggle .ui-select {
      margin: 0; }
  .table .table-data .table-additional {
    text-align: right; }
    .table .table-data .table-additional .additional-block {
      text-align: center;
      display: inline-block;
      padding: 5px 15px; }
    .table .table-data .table-additional .additional-block .amount {
      color: #484848;
      font-size: 22px;
      font-size: 1.375rem;
      font-family: "LibreBaskerville"; }
    .table .table-data .table-additional .additional-block .text {
      font-family: "Karla";
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #c1c1c1; }
  .table .table-div {
    display: block; }
  .table .table-div .table-head {
    display: block; }
    .table .table-div .table-head .head-item {
      display: inline-block; }
  .table .table-div .row {
    display: block; }
    .table .table-div .row .col {
      font-size: 16px;
      font-size: 1rem;
      display: inline-block;
      width: 25%; }
    .table .table-div .row .col.col-small {
      width: 5%; }
    .table .table-div .row .col.blocks {
      width: 60%; }
  .table table, .table .table-div {
    width: 100%; }
  .table table thead th, .table .table-div thead th {
    vertical-align: bottom; }
  .table table td, .table .table-div td, .table table th, .table .table-div th, .table table .head-item, .table .table-div .head-item {
    font-family: "Karla";
    text-align: left;
    padding: 10px 5px; }
  .table table th, .table .table-div th, .table table .head-item, .table .table-div .head-item {
    font-weight: bold;
    text-transform: uppercase;
    color: #c1c1c1;
    font-size: 14px;
    font-size: 0.875rem; }
  .table table td, .table .table-div td, .table table .table-cell, .table .table-div .table-cell {
    font-size: 16px;
    font-size: 1rem;
    color: #484848;
    vertical-align: middle; }
    .table table td a, .table .table-div td a, .table table .table-cell a, .table .table-div .table-cell a {
      display: inline-block;
      padding: 0 5px; }
    .table table td .quiz-link, .table .table-div td .quiz-link, .table table .table-cell .quiz-link, .table .table-div .table-cell .quiz-link {
      text-transform: uppercase;
      border-bottom: 1px solid transparent;
      text-decoration: underline;
      color: #1c1c1c;
      font-weight: bold; }
    .table table td.score, .table .table-div td.score, .table table .table-cell.score, .table .table-div .table-cell.score {
      color: #ac8e56;
      font-weight: bold;
      cursor: pointer; }
    .table table td.score .jsChange, .table .table-div td.score .jsChange, .table table .table-cell.score .jsChange, .table .table-div .table-cell.score .jsChange {
      margin: 6px 10px; }
    .table table td.pending, .table .table-div td.pending, .table table .table-cell.pending, .table .table-div .table-cell.pending {
      color: #1c1c1c;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-style: italic; }
    .table table td.link a, .table .table-div td.link a, .table table .table-cell.link a, .table .table-div .table-cell.link a {
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      text-decoration: underline;
      color: #1c1c1c;
      font-weight: bold; }
    .table table td .title-link, .table .table-div td .title-link, .table table .table-cell .title-link, .table .table-div .table-cell .title-link {
      padding: 0;
      width: 100%;
      position: relative; }
    .table table td .title-link .link-title, .table .table-div td .title-link .link-title, .table table .table-cell .title-link .link-title, .table .table-div .table-cell .title-link .link-title {
      padding-right: 8px; }
    .table table td .title-link .icon-arrow-right, .table .table-div td .title-link .icon-arrow-right, .table table .table-cell .title-link .icon-arrow-right, .table .table-div .table-cell .title-link .icon-arrow-right {
      /*float: right;*/
      width: 8px;
      height: 12px;
      /*margin: 5px 0 0;*/
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      transform: translatey(-50%); }
    .table table td .title-link:hover .link-title, .table .table-div td .title-link:hover .link-title, .table table .table-cell .title-link:hover .link-title, .table .table-div .table-cell .title-link:hover .link-title {
      border-bottom: 1px solid #777; }
  .table table.default td, .table .table-div.default td, .table table.default th, .table .table-div.default th {
    border-bottom: 1px solid #d2d2d2; }
    .table table.default td .info, .table .table-div.default td .info, .table table.default th .info, .table .table-div.default th .info {
      display: inline-block;
      padding: 6px 0; }
      .table table.default td .info span, .table .table-div.default td .info span, .table table.default th .info span, .table .table-div.default th .info span {
        display: block;
        font-weight: normal;
        color: #7f7f7f; }
    .table table.default td img, .table .table-div.default td img, .table table.default th img, .table .table-div.default th img {
      width: 50px;
      height: 50px;
      display: inline-block;
      margin: 0 10px 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .table table.default td:first-child, .table .table-div.default td:first-child {
      font-weight: bold;
      color: #1c1c1c; }
  .table table.compact td, .table .table-div.compact td, .table table.compact th, .table .table-div.compact th {
    padding: 5px 0; }
  .table table.progress th, .table .table-div.progress th {
    text-align: center; }
    .table table.progress td, .table .table-div.progress td, .table table.progress .col, .table .table-div.progress .col {
      border-right: 1px solid #c1c1c1;
      text-align: center; }
    .table table.progress td:first-child, .table .table-div.progress td:first-child, .table table.progress .col:first-child, .table .table-div.progress .col:first-child, .table table.progress td:last-child, .table .table-div.progress td:last-child, .table table.progress .col:last-child, .table .table-div.progress .col:last-child {
      border-right: 0; }
    .table table.progress td:first-child, .table .table-div.progress td:first-child, .table table.progress .col:first-child, .table .table-div.progress .col:first-child {
      text-align: left; }
    .table table.progress td:nth-child(3), .table .table-div.progress td:nth-child(3), .table table.progress .col:nth-child(3), .table .table-div.progress .col:nth-child(3), .table table.progress td:last-child, .table .table-div.progress td:last-child, .table table.progress .col:last-child, .table .table-div.progress .col:last-child {
      padding: 10px 15px; }
  .table table .extraData, .table .table-div .extraData {
    display: none; }
    .table table .extraData.firstRow, .table .table-div .extraData.firstRow {
      border-top: 1px solid #c1c1c1; }
    .table table .extraData.lastRow, .table .table-div .extraData.lastRow {
      border-bottom: 1px solid #c1c1c1; }
    .table table .extraData td, .table .table-div .extraData td {
      color: #777;
      border: none; }
  .table table .blocks, .table .table-div .blocks {
    width: 60%;
    min-width: 250px; }
    .table table .blocks:last-child, .table .table-div .blocks:last-child {
      width: 75%; }
    .table table .blocks .status, .table .table-div .blocks .status {
      text-transform: capitalize;
      width: 50%;
      display: inline-block;
      text-align: left;
      padding-left: 20px; }
    .table table .blocks .block-bar, .table .table-div .blocks .block-bar {
      position: relative;
      display: inline-block;
      background: #d2d2d2;
      height: 5px;
      margin: 0 3px 0 0;
      vertical-align: middle; }
    .table table .blocks .block-bar .filler, .table .table-div .blocks .block-bar .filler {
      display: none;
      background: #ac8e56;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0; }
      .table table .blocks .block-bar .filler.started, .table .table-div .blocks .block-bar .filler.started {
        background: #8d8d8d; }
    .table table .blocks .block-bar.filled, .table .table-div .blocks .block-bar.filled {
      /*background: $beigeColor;	*/ }
      .table table .blocks .block-bar.filled.set .filler, .table .table-div .blocks .block-bar.filled.set .filler {
        opacity: 1; }
      .table table .blocks .block-bar.filled .filler, .table .table-div .blocks .block-bar.filled .filler {
        opacity: 0;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .table table .blocks .block-bar:last-child, .table .table-div .blocks .block-bar:last-child {
      margin: 0; }

.tableFootnote {
  color: #484848;
  font-size: 15px;
  margin-top: 15px; }
/* Accordion */
.accordion {
  display: block;
  margin: 0 0 25px 0; }
  .accordion .item {
    display: block;
    border-bottom: 1px solid #d2d2d2; }
  .accordion .item:first-child {
    border-top: 1px solid #d2d2d2; }
  .accordion .item .toggle {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Karla";
    font-weight: bold;
    color: #1c1c1c; }
    .accordion .item .toggle .jsChange, .accordion .item .toggle .progress {
      float: right;
      padding: 0 20px;
      font-family: "LibreBaskerville";
      color: #484848; }
    .accordion .item .toggle .jsChange .icon, .accordion .item .toggle .progress .icon {
      position: relative;
      top: 7px;
      margin: 0 10px; }
    .accordion .item .toggle .jsChange {
      position: relative;
      top: 7px; }
  .accordion .item .inner {
    display: none; }
    .accordion .item .inner .table {
      padding: 20px 0; }
/* Background */
.background-slider {
  /*	
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   */
  background-color: #1c1c1c; }
  .background-slider .slide {
    top: auto;
    height: 100vh;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
/* Hide items by default */
.default-hidden {
  display: none !important; }

.default-hidden-o {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.desktop-hidden {
  display: block; }

.desktop-hidden-o {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media only screen and (min-width: 768px) {
  .desktop-hidden-o {
    opacity: 0; }
    .desktop-hidden {
      display: none; } }
/* Hiding and showing elements on specific sizes */
/* We always use the important to make sure the class works everywhere */
.sm-only, .sm-show {
  display: inline-block !important; }
  .sm-only.sm-block, .sm-show.sm-block {
    display: block !important; }

.md-only, .lg-only, .md-show, .lg-show {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .sm-only {
    display: none !important; }
    .sm-only.sm-block {
      display: none !important; }
    .md-only, .md-show {
      display: inline-block !important; }
    .md-only.md-block, .md-show.md-block {
      display: block !important; } }

@media only screen and (min-width: 1024px) {
  .md-only {
    display: none !important; }
    .md-only.md-block {
      display: none !important; }
    .lg-only, .lg-show {
      display: inline-block !important; }
    .lg-only.lg-block, .lg-show.lg-block {
      display: block !important; } }
/* Custom style */
.sidebar .sidemenu, .sidebar-blocks .sidemenu {
  padding: 20px 0;
  display: block;
  list-style-type: none; }
  .sidebar .sidemenu.bordered, .sidebar-blocks .sidemenu.bordered {
    padding: 0;
    margin: 20px 0px;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2; }
  .sidebar .sidemenu li, .sidebar-blocks .sidemenu li {
    display: block; }
    .sidebar .sidemenu li a, .sidebar-blocks .sidemenu li a {
      display: block;
      text-transform: uppercase;
      padding: 15px 0;
      color: #1c1c1c;
      font-weight: bold;
      font-family: "Karla";
      border-bottom: 1px solid #d2d2d2;
      position: relative; }
    .sidebar .sidemenu li a.inactive, .sidebar-blocks .sidemenu li a.inactive {
      color: #7f7f7f; }
    .sidebar .sidemenu li a.active:after, .sidebar-blocks .sidemenu li a.active:after {
      content: "";
      background-image: url('img/arrow-icon-brown-sprite.png');
      width: 6px;
      height: 10px;
      background-size: 13px;
      margin: 19px 3px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background-position: top right;
      background-repeat: no-repeat; }
    .sidebar .sidemenu li:last-child a, .sidebar-blocks .sidemenu li:last-child a {
      border-bottom: 0; }

.sidebar-blocks .sideblock-back {
  display: block;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #1c1c1c;
  font-weight: bold;
  font-family: "Karla";
  position: relative;
  font-size: 14px;
  font-size: 0.875rem; }
  .sidebar-blocks .sideblock-back:before {
    content: "";
    background-image: url('img/arrow-icon-brown-sprite.png');
    width: 6px;
    height: 10px;
    background-size: 13px;
    margin: 0px 22px 0px 0px;
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    background-position: top left;
    background-repeat: no-repeat; }
  .sidebar-blocks .page-back {
    display: block;
    padding: 0 30px; }
  .sidebar-blocks .sidemenu {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 30px; }
  .sidebar-blocks .sidemenu li:last-child a {
    border-bottom: 1px solid #d2d2d2; }

.sidebar .userAvatar {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin: 0 15px 15px 0; }
  .sidebar .userAvatar img {
    min-width: 75px;
    width: 75px;
    height: 75px; }
  .sidebar .user {
    font-family: "LibreBaskerville";
    display: inline-block; }
  .sidebar .user h2 {
    color: #1c1c1c;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 5px 0; }
  .sidebar .user h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal; }
  .sidebar .user h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
    color: #7f7f7f; }
  .sidebar .user .store {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #7f7f7f; }
    .sidebar .user .store .icon {
      margin-right: 10px; }
  .sidebar .sideblock {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #d2d2d2; }
  .sidebar .sideblock:last-child {
    border-bottom: 0; }
  .sidebar .sideblock .blocktype {
    color: #d2d2d2;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Karla";
    margin: 0 0 10px 0; }
  .sidebar .sideblock .image {
    display: inline-block;
    width: 80px;
    height: 80px; }
    .sidebar .sideblock .image img {
      width: 100%;
      height: 100%; }
    .sidebar .sideblock .image + .text {
      display: inline-block;
      padding-top: 15px;
      padding-left: 15px; }
  .sidebar .sideblock .text {
    font-family: "LibreBaskerville";
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem; }
    .sidebar .sideblock .text .sub {
      display: block;
      font-family: "Karla";
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      color: #484848; }
    .sidebar .sideblock .text .name {
      display: block;
      font-weight: normal;
      color: #1c1c1c; }

.inner-wrapper .content h1 {
  margin: 0 0 15px 0; }

@media only screen and (min-width: 768px) {
  .inner-wrapper {
    padding: 0; }
    .sidebar {
      padding: 0 20px; }
      .sidebar .userAvatar {
        display: block;
        width: 150px;
        height: 150px;
        margin: 0 0 15px 0; }
        .sidebar .userAvatar img {
          min-width: 150px;
          width: 150px;
          height: 150px; }
      .sidebar .user h2 {
        font-size: 46px;
        font-size: 2.875rem;
        margin: 0 0 10px 0; }
        .sidebar .user h2 span {
          display: block;
          font-size: 24px;
          font-size: 1.5rem;
          margin: 10px 0 10px 0; }
        .sidebar .user h4 {
          font-size: 18px;
          font-size: 1.125rem; }
    .content {
      padding: 0 20px; } }

.account-overlay, .account-alert {
  display: none; }

.account-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5001;
  max-width: 80%;
  width: 100%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .account-alert .inner-alert {
    display: block;
    padding: 15px;
    text-align: center; }
  .account-alert .inner-alert h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "LibreBaskerville";
    color: #1c1c1c; }
  .account-alert .inner-alert p {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Karla";
    display: block;
    padding: 10px 0; }
  .account-alert .inner-alert .btn + .btn {
    margin-left: 1em; }

.account-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 5000; }

@media only screen and (min-width: 768px) {
  .account-alert {
    max-width: 50%; }
    .account-alert .inner-alert {
      padding: 30px; }
      .account-alert .inner-alert h2 {
        font-size: 38px;
        font-size: 2.375rem; }
      .account-alert .inner-alert p {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 15px 0 25px 0; } }

.wvBaseContainer {
  position: relative;
  z-index: 5;
  padding: 12.5px 0 0 0;
  min-height: calc(100vh - 12.5px); }

@media only screen and (min-width: 768px) {
  .wvBaseContainer {
    min-height: auto;
    padding: 0; } }

.splashLogo {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  width: 100%;
  height: 100vh;
  position: relative; }
  .splashLogo .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "LibreBaskerville";
    text-align: center;
    width: 100%;
    max-width: 300px; }
  .splashLogo .inner .title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 2px; }
  .splashLogo .inner .subTitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 40px; }
  .splashLogo .trigger {
    position: absolute;
    left: -12.5px;
    right: -12.5px;
    bottom: 0;
    cursor: pointer;
    padding: 25px 0;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0); }
  .splashLogo .trigger .title {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Karla";
    font-weight: bold; }
  .splashLogo .trigger .icon {
    display: block;
    margin: 0 auto; }

.profile-fields .form-group .profile-date .ui-select {
  width: calc(33% - 2px); }
  .profile-fields .form-group .profile-date .ui-select select {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 35px 10px 10px; }

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

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

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

@font-face {
  font-family: 'Karla';
  src: url('fonts/Karla-BoldItalic.eot');
  src: url('fonts/Karla-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Karla-BoldItalic.woff2') format('woff2'), url('fonts/Karla-BoldItalic.woff') format('woff'), url('fonts/Karla-BoldItalic.ttf') format('truetype'), url('fonts/Karla-BoldItalic.svg#Karla-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic; }

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

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

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

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

body:not(.admin) {
  overflow-x: hidden; }

body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; }

a, a:link, a:visited {
  color: #777;
  text-decoration: none; }
  a:hover {
    color: #1c1c1c; }

.main-logo {
  background-image: url('img/Academy_logo_short-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  width: 190px;
  height: 60px; }
  .main-logo.black {
    background-image: url('img/Academy_logo_short.svg'); }
  .main-logo.full {
    background-image: url('img/Academy_logo_full-white.svg');
    width: 100%;
    height: 80px;
    max-width: 300px; }

.magazine-header .main-logo {
  height: 36px; }
  .magazine-header.black .main-logo {
    background-image: url('img/Academy_logo_short.svg'); }

@media only screen and (min-width: 768px) {
  .main-logo {
    height: 100px; } }

.error {
  color: red; }

.inlineblock {
  display: inline-block; }

.bgImage {
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat; }
  .bgImage.action {
    top: auto; }

.heightCheck {
  position: fixed;
  height: 100%; }

.uploadAssetBtnInput {
  position: absolute;
  top: -999px;
  left: 0; }

.action {
  margin: 0 auto;
  padding: 12.5px;
  min-height: 100vh; }

.loader {
  display: block;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99; }
  .loader.hidden {
    display: none; }
  .loader .icon {
    background-image: url('img/loading.gif');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px; }

.vspacer {
  height: 40px; }

.profile-fields .outer-input {
  position: relative; }

.profile-fields .tooltip_arrow_box {
  top: -15px; }

.tooltip_arrow_box {
  display: none;
  position: absolute;
  background: #e2e2e2;
  border: 1px solid #b4b6b7;
  width: 75%;
  padding: 10px;
  color: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  top: 20px;
  left: 25%;
  font-size: 13px;
  font-size: 0.8125rem; }
  .tooltip_arrow_box:after, .tooltip_arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .tooltip_arrow_box:after {
    border-color: rgba(226, 226, 226, 0);
    border-right-color: #e2e2e2;
    border-width: 14px;
    margin-top: -14px; }
  .tooltip_arrow_box:before {
    border-color: rgba(180, 182, 183, 0);
    border-right-color: #b4b6b7;
    border-width: 15px;
    margin-top: -15px; }

@media only screen and (min-width: 1024px) {
  .tooltip_arrow_box {
    left: 100%; }
    .profile-fields .tooltip_arrow_box {
      margin-left: 5px; } }

.dummy {
  display: none !important; }

.loginLogo {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px; }
  .loginLogo .title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 2px; }
  .loginLogo .subTitle {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 40px; }

.loginText {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 35px auto 0; }

.login-devider {
  background-color: #8e8e8e;
  width: 50px;
  height: 1px;
  margin: 35px auto 0; }

.introText {
  font-family: "Karla";
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin: 15px 0 0 0;
  text-align: left; }

.content.login {
  background-color: rgba(28, 28, 28, 0.80);
  text-align: center;
  padding: 45px 25px;
  font-family: "LibreBaskerville";
  /*position: absolute;
   top: 12.5px;
   bottom: 12.5px;
   left: 12.5px;
   right: 12.5px;*/
  /*margin: 12.5px;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;	*/ }
  .content.login .inputRow {
    text-align: left;
    position: relative; }
  .content.login .inputRow.input--filled .tagline {
    bottom: 50px;
    color: #484848; }
  .content.login .inputRow.error .input-field {
    border-color: red; }
  .content.login .tagline {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    bottom: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none; }
  .content.login .outer-input {
    height: 88px;
    overflow: hidden; }
  .content.login .outer-input .showPassword {
    position: absolute;
    right: 5px;
    bottom: 15px;
    color: #7f7f7f;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Karla";
    font-weight: bold; }
  .content.login .input-field {
    width: 100%;
    color: #ac8e56;
    padding: 0;
    height: 60px;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #4a4a4a;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 28px; }
  .content.login .input-field:disabled {
    background-color: #fefafd; }
  .content.login .input-field:focus {
    border-color: #4a4a4a;
    outline: none; }
  .content.login .input-field:required {
    background-image: url('img/requiredInput.png');
    background-size: 7px;
    background-position: 367px 26px;
    background-repeat: no-repeat; }
  .content.login .inputs {
    margin: auto;
    width: 100%; }
  .content.login .forgotPass {
    margin: 12px 0;
    font-size: 14px;
    font-size: 0.875rem; }
  .content.login .errorMessage {
    margin: 15px 0 5px;
    font-family: "Karla";
    font-weight: bold;
    text-transform: uppercase; }
  .content.login .openCreateAccount, .content.login .openForgotPass {
    color: #ac8e56;
    border-bottom: 1px dotted transparent;
    padding-bottom: 5px;
    font-family: "Karla"; }
  .content.login .openCreateAccount:hover, .content.login .openForgotPass:hover {
    border-color: #9d9d9d; }
  .content.login .openCreateAccount .accountLink, .content.login .openForgotPass .accountLink {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 5px; }

.rememberme {
  width: 180px;
  float: left;
  margin: 12px 0 -3px 0;
  color: #656565;
  font-size: 14px;
  font-size: 0.875rem; }
  .rememberme input {
    float: left;
    margin-right: -11px; }
  .rememberme p {
    line-height: 18px;
    display: inline-block; }
  .rememberme label {
    cursor: pointer; }
  .rememberme input[type="checkbox"] {
    display: none; }
  .rememberme input[type="checkbox"] + span {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #d8d5d2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    color: transparent;
    text-align: center;
    display: inline-block; }
  .rememberme input[type="checkbox"]:checked + span {
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff; }

.action .login .submitBtn {
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  border: 1px solid #ac8e56;
  background-color: #ac8e56;
  font-family: "Karla";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
  min-width: 100px;
  border-radius: 0; }
  .action .login .submitBtn:hover {
    background-color: #fff;
    color: #ac8e56; }

.registerBtn {
  margin-top: 35px;
  display: block; }

.registerLinkText {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Karla"; }

.arrowBtn .register {
  color: #2d61f6;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 5px; }
  .arrowBtn .login {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 32px;
    display: block; }

.inputOptions {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  width: 100%;
  text-align: center;
  border: 1px solid #c1e7ec;
  font-size: 16px;
  font-size: 1rem; }
  .inputOptions .option {
    padding: 10px;
    cursor: pointer; }

.adminHeaderLink {
  position: absolute;
  right: 200px;
  top: 7px;
  z-index: 1;
  white-space: nowrap; }

.adminMLLink {
  position: absolute;
  right: 340px;
  top: 7px;
  z-index: 1;
  white-space: nowrap; }

.headerContainer {
  height: 65px;
  background-color: #fff;
  position: relative; }
  .headerContainer .logo {
    background: url('img/logo.png') no-repeat center center;
    width: 179px;
    height: 45px;
    background-size: contain;
    display: inline-block;
    margin: 8px 0 0 15px; }

.headerRight {
  position: absolute;
  right: 0;
  top: 0; }

.header {
  background-image: url('img/header-bg.jpg');
  background-position: center;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #1c1c1c;
  color: #fff;
  font-family: "Karla";
  font-size: 16px;
  font-size: 1rem;
  z-index: 100; }
  .header.no-bg {
    background-image: none; }
  .header.transparent {
    background-color: transparent; }
  .header:not(.ignoreStyle) + .main-wrapper {
    padding-top: 60px; }
  .header.with-bottom + .main-wrapper {
    padding-top: 170px; }
  .header.with-filters + .main-wrapper {
    padding-top: 281px; }
  .header .top-header {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 25px; }
  .header .top-header .open-menu {
    position: absolute;
    cursor: pointer; }
    .header .top-header .open-menu .hamburger-icon {
      background-image: url('img/hamburger-icon.png');
      height: 13px;
      width: 27px;
      display: inline-block;
      vertical-align: middle; }
    .header .top-header .open-menu .text {
      display: none;
      text-transform: uppercase;
      margin-left: 5px; }
  .header .top-header .logo {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "LibreBaskerville";
    letter-spacing: 3px; }
  .header .top-header .profile-info {
    display: none;
    position: absolute;
    right: 30px;
    top: 0;
    text-align: right; }
    .header .top-header .profile-info .search-icon {
      background-image: url('img/search-icon-brass.png');
      height: 16px;
      width: 16px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }
    .header .top-header .profile-info .headerSearch {
      display: inline-block;
      position: relative;
      vertical-align: middle; }
    .header .top-header .profile-info .headerSearch .icon-search {
      position: absolute;
      left: 10px;
      top: 50%;
      background-image: url('img/search-icon-brass.png');
      height: 16px;
      width: 16px;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header .top-header .profile-info .headerSearch .input-field {
      display: block;
      width: 0;
      float: left;
      font-family: "Karla";
      background-color: transparent;
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 11px 5px 11px 35px;
      border: 1px solid transparent; }
      .header .top-header .profile-info .headerSearch .input-field.active {
        border-color: #484848;
        background: #1c1c1c; }
    .header .top-header .profile-info .profile-link {
      color: #fff;
      display: inline-block; }
    .header .top-header .profile-info .profile-link .user-avatar {
      display: inline-block;
      height: 100%;
      margin: 0 10px 0 20px; }
      .header .top-header .profile-info .profile-link .user-avatar img {
        vertical-align: middle;
        width: 40px;
        height: 40px; }
    .header .top-header .profile-info .dropDown-wrapper {
      display: inline-block;
      line-height: 1;
      margin: 26px auto;
      padding-right: 40px;
      width: auto;
      z-index: 2; }
    .header .top-header .profile-info .dropDown-wrapper .title {
      color: #fff; }
    .header .top-header .profile-info .dropDown-wrapper .option {
      display: block; }
    .header .top-header .profile-info .user-info {
      display: none; }
  .header .bottom-header {
    text-align: center;
    position: relative;
    margin-top: 25px;
    padding-bottom: 15px; }
  .header .bottom-header .title .text {
    font-family: "LibreBaskerville";
    font-size: 39px;
    font-size: 2.4375rem;
    padding: 0 1em;
    line-height: 46px; }
  .header .bottom-header .filters {
    margin: 30px 0; }
    .header .bottom-header .filters .title {
      color: #7f7f7f; }
    .header .bottom-header .filters .select-filter {
      display: inline-block;
      position: relative; }
    .header .bottom-header .filters .select-filter .filter-input {
      -webkit-appearance: none;
      background: transparent;
      border: none;
      color: #d2d2d2;
      font-size: 16px;
      font-size: 1rem;
      padding: 0 25px 0 15px;
      outline: none; }
    .header .bottom-header .filters .select-filter .select-arrow {
      background-image: url('img/filter-arrow.png');
      height: 6px;
      width: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: 6px; }
  .header .dropDown-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    width: 220px;
    margin: 15px auto;
    background: transparent;
    border: 1px solid transparent;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    z-index: 1;
    cursor: pointer; }
  .header .dropDown-wrapper.open-dropDown {
    border-color: #ac8e56;
    background: #1c1c1c;
    /*.dropDown.options {
     height:117px;
     }*/ }
  .header .dropDown-wrapper .title {
    display: inline-block;
    padding: 15px 0 15px 15px;
    color: #7f7f7f; }
  .header .dropDown-wrapper .dropDown-input {
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    color: #d2d2d2; }
  .header .dropDown-wrapper .dropDown-arrow {
    background-image: url('img/filter-arrow.png');
    height: 6px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 22px; }
  .header .dropDown-wrapper .dropDown.options {
    height: 0;
    padding-left: 15px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s; }
    .header .dropDown-wrapper .dropDown.options .option {
      padding: 10px 0;
      color: #d2d2d2; }
    .header .dropDown-wrapper .dropDown.options .option:hover {
      color: #ac8e56; }

.header-spacer {
  height: 60px;
  width: 100%; }
  .header-spacer.with-bottom {
    height: 222px; }
  .header-spacer.with-bottom.with-filters {
    height: 255px; }

body:not(.login) .background-div {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background: #fff; }

.menu {
  /*	@include transform(translate3d(100%, 0, 0));*/
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  /*width: 90%;*/
  width: 90vw;
  background: #ac8e56;
  /*z-index: 1001;*/
  z-index: -1;
  overflow: hidden;
  display: none; }
  .menu .menu-inner {
    height: 100%;
    overflow-y: auto;
    padding: 90px 22px 20px 30px;
    /*margin-right: 22px;*/
    -webkit-overflow-scrolling: touch; }
  .menu .close-menu {
    background-image: url('img/close-menu.png');
    height: 21px;
    width: 21px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .menu .menu-title {
    margin: 30px 0 0 0;
    color: #725f3d;
    font-family: "Karla";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold; }
  .menu .link {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 38px;
    font-family: "Karla"; }
  .menu .link.admin-link {
    margin-top: 30px; }
  .menu .link.active {
    color: #1c1c1c; }
  .menu .extra-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 30px;
    margin: 0 auto;
    display: block;
    border-top: solid 1px #887147; }
  .menu .extra-links .link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 41px; }

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999; }

.footer {
  font-family: "Karla";
  width: 100%;
  background-color: #ac8e56;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  z-index: 100;
  position: absolute; }
  .footer.fixed {
    position: fixed;
    bottom: 0; }
  .footer .link {
    display: block;
    color: #fff;
    margin: 30px 0; }

.setup-header {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  text-align: center;
  line-height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "LibreBaskerville";
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 99; }

.setup-bg {
  background-color: #1c1c1c; }

.setup-wrapper {
  text-align: center;
  position: relative;
  min-height: calc(100vh - 60px);
  display: table;
  width: 100%;
  margin: 60px auto 0; }
  .setup-wrapper .setup-content {
    padding: 0 30px 40px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-family: "LibreBaskerville";
    color: #fff; }
  .setup-wrapper .setup-content.open .multiple-stores, .setup-wrapper .setup-content.dropdown .multiple-stores, .setup-wrapper .setup-content.autocomplete .multiple-stores {
    text-align: left; }
    .setup-wrapper .setup-content.open .multiple-stores .checkbox, .setup-wrapper .setup-content.dropdown .multiple-stores .checkbox, .setup-wrapper .setup-content.autocomplete .multiple-stores .checkbox {
      padding: 15px 1px;
      color: #fff;
      font-style: italic; }
    .setup-wrapper .setup-content.open .multiple-inputs, .setup-wrapper .setup-content.dropdown .multiple-inputs, .setup-wrapper .setup-content.autocomplete .multiple-inputs {
      text-align: left;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Karla"; }
    .setup-wrapper .setup-content.open .multiple-inputs .answers-input, .setup-wrapper .setup-content.dropdown .multiple-inputs .answers-input, .setup-wrapper .setup-content.autocomplete .multiple-inputs .answers-input {
      position: relative;
      padding: 15px 0;
      border-top: 1px solid #8e8e8e; }
    .setup-wrapper .setup-content.open .delete, .setup-wrapper .setup-content.dropdown .delete, .setup-wrapper .setup-content.autocomplete .delete {
      background-image: url('img/close-menu.png');
      height: 21px;
      width: 21px;
      background-size: contain;
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
    .setup-wrapper .setup-content.open .delete.white, .setup-wrapper .setup-content.dropdown .delete.white, .setup-wrapper .setup-content.autocomplete .delete.white {
      background-image: url('img/close-menu-white.png');
      top: 15px; }
    .setup-wrapper .setup-content.open.multiple .multiple-inputs, .setup-wrapper .setup-content.dropdown.multiple .multiple-inputs, .setup-wrapper .setup-content.autocomplete.multiple .multiple-inputs {
      display: none; }
    .setup-wrapper .setup-content.open.multiple .delete-input, .setup-wrapper .setup-content.dropdown.multiple .delete-input, .setup-wrapper .setup-content.autocomplete.multiple .delete-input {
      display: none; }
  .setup-wrapper .setup-content .devider {
    width: 50px;
    height: 1px;
    background-color: #8e8e8e;
    margin: 35px auto 40px; }
  .setup-wrapper .setup-content .title {
    font-size: 39px;
    font-size: 2.4375rem; }
  .setup-wrapper .setup-content .intro {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    font-family: "Karla";
    margin: 30px 0; }
  .setup-wrapper .setup-content .question {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 39px; }
  .setup-wrapper .setup-content.dropdown .answers {
    position: relative;
    height: 60px; }
    .setup-wrapper .setup-content.dropdown.multiple .answers.extra-tags .dropDown-wrapper {
      display: block; }
  .setup-wrapper .setup-content .answers {
    margin: 0 0 40px 0; }
    .setup-wrapper .setup-content .answers.vink .btn {
      text-align: left; }
    .setup-wrapper .setup-content .answers .btn {
      margin: 10px 0; }
    .setup-wrapper .setup-content .answers .dropDown-wrapper {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      background: #1c1c1c;
      border: 1px solid #ac8e56;
      font-size: 16px;
      font-size: 1rem;
      text-align: left;
      z-index: 1;
      cursor: pointer; }
    .setup-wrapper .setup-content .answers .dropDown-wrapper .dropDown-input {
      padding: 20px;
      cursor: pointer; }
    .setup-wrapper .setup-content .answers .dropDown-wrapper .dropDown-arrow {
      background-image: url('img/filter-arrow.png');
      height: 13px;
      width: 20px;
      position: absolute;
      right: 20px;
      top: 24px; }
    .setup-wrapper .setup-content .answers .dropDown-wrapper .dropDown.options {
      height: 0;
      padding-left: 20px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      transition: height 0.3s; }
      .setup-wrapper .setup-content .answers .dropDown-wrapper .dropDown.options .option {
        padding: 10px 0; }
        .setup-wrapper .setup-content .answers .dropDown-wrapper .dropDown.options .option:hover {
          color: #ac8e56; }
    .setup-wrapper .setup-content .answers.extra-tags {
      height: 100px; }
    .setup-wrapper .setup-content .answers.extra-tags .dropDown-wrapper {
      display: none; }
    .setup-wrapper .setup-content .answers .avatar-block.hidden {
      display: none; }
    .setup-wrapper .setup-content .answers .avatar-block .avatar {
      display: inline-block;
      height: 90px;
      width: 90px;
      background-size: cover;
      margin: 3px;
      padding: 2px;
      cursor: pointer;
      border: 1px solid transparent; }
      .setup-wrapper .setup-content .answers .avatar-block .avatar.active {
        border-color: #ac8e56; }
      .setup-wrapper .setup-content .answers .avatar-block .avatar img {
        width: 100%;
        height: 100%; }
  .setup-wrapper .setup-content .filter-search-bar {
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 63px;
    position: relative;
    color: #484848; }
    .setup-wrapper .setup-content .filter-search-bar .jsSearch {
      font-family: "Karla";
      padding: 0 28px;
      color: #484848;
      font-size: 18px;
      font-size: 1.125rem;
      border: 0;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    .setup-wrapper .setup-content .filter-search-bar .dropDown.options {
      font-family: "Karla";
      text-align: left;
      background: #fff;
      border: 1px solid #c1c1c1;
      box-sizing: content-box;
      margin-left: -1px;
      position: absolute;
      width: 100%;
      z-index: 1;
      display: none;
      overflow: auto; }
    .setup-wrapper .setup-content .filter-search-bar .dropDown .option {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 5px;
      cursor: pointer;
      padding: 20px 28px 0; }
      .setup-wrapper .setup-content .filter-search-bar .dropDown .option:last-child {
        padding: 20px 28px; }

.cropImageWrap {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative; }
  .cropImageWrap.hidden {
    display: none; }
  .cropImageWrap .avatar {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .cropImageWrap .avatar img {
    position: relative;
    width: 100%; }
  .cropImageWrap .avatar .loading {
    display: none;
    position: absolute;
    top: 25px;
    left: 25px;
    border: 16px solid #484848;
    border-top: 16px solid #ac8e56;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
  .cropImageWrap .closeIcon {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.55);
    cursor: pointer; }
  .cropImageWrap .closeIcon .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('img/smallBlackCross.png');
    height: 13px;
    width: 13px;
    display: block;
    background-size: cover; }
  .cropImageWrap .zoomControls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .cropImageWrap .zoomControls .zoomControl {
    display: inline-block;
    position: relative;
    margin: 1px auto;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.75); }
    .cropImageWrap .zoomControls .zoomControl .icon {
      width: 12px;
      height: 13Px;
      background-size: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .cropImageWrap .zoomControls .zoomControl .icon.zoomIn {
      background-image: url('img/whitePlus.png'); }
    .cropImageWrap .zoomControls .zoomControl .icon.zoomOut {
      background-image: url('img/whiteMinus.png'); }

@media only screen and (min-width: 768px) {
  .action {
    padding: 60px; }
    .registerBtn {
      margin-top: 30px; }
    .content.login {
      width: 420px;
      padding: 60px;
      /*margin: 60px;*/ }
      .content.login .outer-input {
        height: auto; }
      .content.login .tagline {
        bottom: 15px;
        font-size: 16px;
        font-size: 1rem; }
      .content.login .inputRow.input--filled .tagline {
        bottom: 40px; }
      .content.login .input-field {
        font-size: 16px;
        font-size: 1rem;
        border-bottom: 2px solid #4a4a4a;
        margin-top: 20px;
        height: 50px; }
      .content.login .forgotPass {
        margin: 20px 0 15px; }
    .loginLogo .subTitle {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 50px; }
      .loginLogo .title {
        font-size: 14px;
        font-size: 0.875rem; }
    .loginText {
      font-size: 26px;
      font-size: 1.625rem; }
    .header .top-header {
      height: 100px;
      line-height: 100px;
      padding: 0 50px; }
      .header .top-header .open-menu .text {
        display: inline-block; }
      .header.with-bottom + .main-wrapper {
        padding-top: 222px; }
      .header:not(.ignoreStyle) + .main-wrapper {
        padding-top: 100px; }
      .header .bottom-header {
        padding-bottom: 50px; }
      .header .bottom-header .title .text {
        font-size: 66px;
        font-size: 4.125rem; }
      .header .bottom-header .filters {
        position: absolute;
        bottom: 15px;
        right: 100px; }
      .header .bottom-header .dropDown-wrapper {
        position: absolute;
        top: 55px;
        right: 100px;
        width: 220px;
        margin: auto; }
    .header-spacer {
      height: 100px; }
      .header-spacer.with-bottom {
        height: 281px; }
      .header-spacer.with-bottom.with-filters {
        height: 281px; }
    .menu {
      width: 420px; }
      .menu .close-menu {
        right: 40px;
        top: 40px; }
      .menu .menu-inner {
        padding-left: 100px;
        padding-right: 42px; }
      .menu .menu-title {
        margin: 40px 0 0 0;
        font-size: 14px;
        font-size: 0.875rem; }
      .menu .link {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 42px; }
      .menu .link:hover {
        color: #1c1c1c; }
      .menu .link.admin-link {
        margin-top: 40px; }
      .menu .extra-links {
        padding: 35px 0;
        width: 300px; }
      .menu .extra-links .link {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 48px; }
    .footer .link {
      display: inline-block;
      margin: 40px 25px; }
    .setup-header {
      height: 100px;
      line-height: 100px; }
    .setup-wrapper {
      height: calc(100vh - 100px);
      margin-top: 100px;
      width: 400px; }
      .setup-wrapper .setup-content {
        margin: 0 auto;
        padding: 0 0 40px 0; }
      .setup-wrapper .setup-content .title {
        font-size: 66px;
        font-size: 4.125rem; }
      .setup-wrapper .setup-content .intro {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 32px; }
      .setup-wrapper .setup-content .question {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 50px;
        padding: 0 10px; } }

@media only screen and (min-width: 769px) {
  .header .top-header .profile-info {
    display: block; } }

@media only screen and (min-width: 1024px) {
  .header .top-header .profile-info .user-info {
    display: inline-block; }
    .header .top-header .open-menu .text {
      display: inline-block; }
    .menu {
      width: 500px; } }

@media only screen and (min-width: 1280px) {
  .content.login {
    width: 600px;
    padding: 90px 100px;
    /*margin: 60px;*/ }
    .content.login .tagline {
      font-size: 16px;
      font-size: 1rem; }
    .content.login .input-field {
      font-size: 16px;
      font-size: 1rem;
      border-bottom: 2px solid #4a4a4a; }
    .content.login .forgotPass {
      margin: 20px 0 15px; }
    .loginLogo .subTitle {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 60px; }
    .loginLogo .title {
      font-size: 16px;
      font-size: 1rem; }
    .loginText {
      font-size: 36px;
      font-size: 2.25rem; } }

.personal-block {
  display: block;
  background: #1c1c1c;
  color: #fff;
  position: relative;
  padding: 0 0 75px 0;
  z-index: 5; }
  .personal-block .background-image {
    position: absolute;
    top: 0;
    left: -50px;
    right: -50px;
    /*bottom: -32px;*/
    bottom: -85px;
    margin: 0 auto;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat; }
  .personal-block .container {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 70px 0; }
  .personal-block .inner {
    display: block;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    padding: 15px 0 15px 0;
    position: relative;
    z-index: 10; }
  .personal-block .inner h1 {
    font-family: "LibreBaskerville";
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 55px;
    font-weight: normal; }
  .personal-block .inner p {
    font-family: "Karla";
    font-size: 22px;
    font-size: 1.375rem;
    color: #d2d2d2;
    margin-top: 20px; }
  .personal-block .continue {
    display: block;
    margin: 25px auto 0;
    padding: 0 0 75px 0;
    width: 90%;
    max-width: 300px; }
  .personal-block .continue a {
    display: block;
    border: 1px solid #ac8e56;
    padding: 16px 65px 17px 20px;
    color: #fff;
    font-family: "Karla";
    line-height: 28px;
    background-image: url('img/page-next.png');
    background-size: 48px 15px;
    background-position: 95% 50%;
    background-repeat: no-repeat; }
    .personal-block .continue a .title {
      font-weight: bold;
      font-size: 18px;
      font-size: 1.125rem; }
    .personal-block .continue a .subtitle {
      color: #d2d2d2;
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem; }
  .personal-block .blocks {
    position: absolute;
    /*left: 10%;*/
    margin-left: 25px;
    width: 500px;
    height: 250px;
    z-index: 1;
    font-size: 0; }
  .personal-block .blocks .block {
    /*width: 550px;*/
    width: 550px;
    height: 100%;
    display: inline-block;
    /*float: left;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    .personal-block .blocks .block .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(28, 28, 28, 0.8) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(28, 28, 28, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(28, 28, 28, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc1c1c1c',GradientType=0); }
    .personal-block .blocks .block .overlay .tags {
      position: absolute;
      top: 15px;
      right: 15px;
      color: #fff;
      text-transform: uppercase;
      font-family: "fibre_vintage";
      /*@include font-size(16px);*/
      font-size: 0;
      letter-spacing: 0.2em; }
      .personal-block .blocks .block .overlay .tags .tag {
        display: inline-block;
        /*background: $beigeColor;
         padding: 9px 13px;*/
        padding: 0;
        background-image: url('img/newtag.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 60px;
        height: 32px; }
    .personal-block .blocks .block .overlay .content {
      position: absolute;
      bottom: 35px;
      left: 25px;
      font-family: "Karla";
      width: calc(100% - 50px); }
      .personal-block .blocks .block .overlay .content .title {
        font-size: 16px;
        font-size: 1rem;
        color: #fff;
        margin-bottom: 10px;
        text-transform: uppercase; }
        .personal-block .blocks .block .overlay .content .title p {
          text-overflow: ellipsis;
          width: 100%;
          overflow: hidden; }
      .personal-block .blocks .block .overlay .content .subtitle {
        font-size: 14px;
        font-size: 0.875rem;
        color: #7f7f7f; }
      .personal-block .blocks .block .overlay .content .text {
        display: none;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        color: #fff;
        white-space: normal;
        margin-top: 25px;
        padding: 1px 0; }
    .personal-block .blocks .block:hover .overlay .content .text {
      display: block; }

.personal {
  padding-top: 150px;
  margin: 0 auto;
  width: 95%; }

.stroke-brass {
  background-image: url("img/stroke-brass.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 5px;
  width: 63px;
  margin: 25px auto 0; }

@media only screen and (min-width: 768px) {
  .sidebar .sideblock.md-show {
    width: 100%; }
    .sidebar .menuOptions.sidemenu li a {
      border: 0;
      padding: 5px 0px; }
    .header.with-bottom + .main-wrapper {
      padding-top: 321px; }
    .stroke-brass {
      height: 10px;
      width: 119px; }
    .content-blocks {
      padding-top: 170px; }
    .personal {
      /*padding-top: 105px;*/
      padding-top: 0px; }
    .personal-block {
      /*padding: 0 0 50px 0;*/
      min-height: 480px; }
      .personal-block .stroke-brass {
        margin: 25px 0 0 0; }
      .personal-block .container {
        max-width: 1400px;
        padding: 50px 0 50px 50px; }
      .personal-block .inner {
        /*padding: 100px 0 15px 0;*/
        padding: 50px 0 15px 0;
        display: inline-block;
        width: 50%;
        text-align: left;
        pointer-events: none; }
        .personal-block .inner h1 {
          font-size: 56px;
          font-size: 3.5rem;
          line-height: 75px;
          font-weight: bold; }
        .personal-block .continue {
          max-width: 360px;
          margin: 25px 0 0 0; }
      .personal-block .blocks {
        cursor: pointer !important;
        position: absolute;
        left: 50%;
        /*top: 50px;*/
        top: 15px;
        width: auto;
        /*height: 550px;*/
        height: 550px;
        white-space: nowrap;
        font-size: 0;
        z-index: 1 !important; }
        .personal-block .blocks .block .overlay .content {
          bottom: 70px;
          left: 50px;
          width: calc(100% - 100px); }
          .personal-block .blocks .block .overlay .content .title {
            font-size: 25px;
            font-size: 1.5625rem;
            margin-bottom: 5px; }
          .personal-block .blocks .block .overlay .content .subtitle {
            /*@include font-size(16px);*/
            font-size: 25px;
            font-size: 1.5625rem; }
          .personal-block .blocks .block .overlay .content .text {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 28px; } }

@media only screen and (min-width: 992px) {
  .personal-block .continue {
    max-width: 400px; }
    .personal-block .blocks {
      left: 40%; } }

@media only screen and (min-width: 1280px) {
  .personal-block .container {
    padding: 50px 0 50px 50px; }
    .personal-block .inner h1 {
      font-size: 56px;
      font-size: 3.5rem; }
    .personal-block .blocks {
      height: 550px; }
      .personal-block .blocks .block {
        width: 550px; } }

@media only screen and (min-width: 1440px) {
  .personal-block {
    min-height: 565px; }
    .personal-block .container {
      padding: 50px 0 50px 25px; }
    .personal-block .inner h1 {
      font-size: 66px;
      font-size: 4.125rem; }
    .personal-block .blocks {
      height: 600px; }
      .personal-block .blocks .block {
        width: 600px; } }

.setup-wrapper .setup-content.date .subTitle {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Karla";
  margin: 0 0 15px 0; }
  .setup-wrapper .setup-content.date .answers {
    margin: 0 0 15px 0; }
  .setup-wrapper .setup-content.date .toggleMultiple {
    text-align: left; }
  .setup-wrapper .setup-content.date .toggleMultiple .checkbox {
    padding: 15px 1px;
    color: #fff;
    font-style: italic; }
  .setup-wrapper .setup-content.date .multipleAnswers {
    display: none; }
  .setup-wrapper .setup-content.date .multiple-inputs {
    display: block;
    text-align: left; }
  .setup-wrapper .setup-content.date .multiple-inputs .answers-input {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Karla";
    padding: 10px 0; }
    .setup-wrapper .setup-content.date .multiple-inputs .answers-input .rol {
      display: block;
      font-weight: bold; }
    .setup-wrapper .setup-content.date .multiple-inputs .answers-input .date {
      display: block; }
    .setup-wrapper .setup-content.date .multiple-inputs .answers-input .delete {
      background-image: url('img/close-menu-white.png');
      height: 21px;
      width: 21px;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer; }
  .setup-wrapper .setup-content.date .filter-search-bar .dropDown.options {
    z-index: 150; }
  .setup-wrapper .setup-content .filter-search-bar.error {
    border-color: red; }
  .setup-wrapper .setup-content .block-wrapper .half-block {
    text-align: left;
    display: block; }
  .setup-wrapper .setup-content .block-wrapper .half-block .subtitle {
    text-transform: uppercase; }

.inner-wrapper {
  display: block;
  padding: 30px 0;
  font-size: 0; }
  .inner-wrapper .sidebar {
    font-size: 14px;
    font-size: 0.875rem; }
  .inner-wrapper .sidebar, .inner-wrapper .content {
    display: block;
    padding: 0px 20px; }
  .inner-wrapper .content {
    padding: 30px; }
  .inner-wrapper .content .content-header {
    position: relative; }
  .inner-wrapper .content .content-header .legend {
    margin: 10px 0; }
  .inner-wrapper .content .content-header .legend .info {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Karla";
    line-height: 12px;
    text-transform: uppercase;
    margin-right: 6px; }
    .inner-wrapper .content .content-header .legend .info .sphere {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: #d2d2d2;
      border-radius: 50%;
      margin-right: 5px; }
    .inner-wrapper .content .content-header .legend .info:nth-child(2) .sphere {
      background: #8d8d8d; }
    .inner-wrapper .content .content-header .legend .info:nth-child(3) .sphere {
      background: #ac8e56; }
  .inner-wrapper .content .nonseasonalData {
    margin-bottom: 60px; }
  .inner-wrapper .content .seasonalData .blocks {
    width: 99%; }
  .inner-wrapper .content .seasonalData .blocks .progress {
    padding: 0;
    font-family: "LibreBaskerville";
    color: #484848;
    float: right;
    width: 73px;
    text-align: right; }
    .inner-wrapper .content .seasonalData .blocks .progress .icon {
      position: relative;
      top: 7px;
      margin: 0 10px; }
  .inner-wrapper .content .seasonalData .blocks .progress-bar {
    width: calc(100% - 73px); }
  .inner-wrapper .content .progress-bar {
    position: relative;
    display: inline-block;
    background: #d2d2d2;
    height: 3px;
    width: 100%;
    top: 8px; }
  .inner-wrapper .content .progress-bar .progress-bar-filler {
    background: #ac8e56;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%; }
  .inner-wrapper.no-top-spacing {
    padding-top: 0; }

.sidebar .user {
  display: inline-block;
  width: calc(100% - 95px); }

.sidebar .sidemenu {
  display: none; }

.content .m-center {
  text-align: center; }

h1.xlarge {
  font-size: 40px;
  font-size: 2.5rem;
  padding: 20px 0px; }

.avatar-content .existing-avatars {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: "Karla";
  font-weight: bold;
  z-index: 1;
  margin: 20px 0;
  font-size: 14px;
  font-size: 0.875rem; }
  .avatar-content .existing-avatars .avatar-block {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 2px;
    margin-top: 5px;
    background-size: cover; }
  .avatar-content .existing-avatars .avatar-block.active {
    border: 2px solid #ac8e56; }
  .avatar-content .existing-avatars .avatar-block.text {
    width: 100px;
    padding: 8px;
    padding-left: 0; }

.profile-fields {
  padding: 25px; }
  .profile-fields .fields-wrapper {
    max-width: 600px; }
  .profile-fields .fields-wrapper .form-group {
    max-width: 400px; }

.sidebar-back {
  display: block;
  text-transform: uppercase;
  padding: 15px 0px;
  color: #1c1c1c !important;
  font-weight: bold;
  font-family: "Karla";
  position: relative;
  margin: 40px 0px;
  font-size: 14px;
  font-size: 0.875rem; }
  .sidebar-back:before {
    content: "";
    background-image: url(img/arrow-icon-brown-sprite.png);
    width: 6px;
    height: 10px;
    background-size: 13px;
    margin: 0px 22px 0px 0px;
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    background-position: top left;
    background-repeat: no-repeat; }
  .sidebar-back.smaller {
    margin-top: -20px;
    margin-bottom: 10px; }

.mobileOnly {
  display: none; }

.filter-wrapper .toggleSidemenu .sidemenu {
  display: none; }

.filter-content .filter-fold {
  display: none; }

@media only screen and (max-width: 768px) {
  .mobileOnly {
    display: block; }

  .filter-wrapper .toggleSidemenu .sidemenu {
    display: block; }

  .no-space {
    margin-bottom: -1px;
    margin-top: 0; }

  .filter-content {
    height: 0;
    opacity: 0; }

  .filter-wrapper {
    float: none !important;
    height: 55px; }
    .filter-wrapper .filter-content {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      overflow: auto;
      position: fixed;
      top: 0;
      background: #fff;
      z-index: 1000; }
    .filter-wrapper.active .filter-content {
      height: 100%;
      opacity: 1; }
      .filter-wrapper.active .filter-content .filter-fold {
        display: block; }
    .filter-wrapper .filter-section {
      text-align: left !important; }
      .filter-wrapper .filter-section h2 {
        float: none !important; }
    .filter-wrapper + .item-blocks h1 {
      margin: 25px 0px 15px;
      text-align: center; }

  .content table.progress thead {
    display: none; }
    .content table.progress tr td {
      display: block; }
    .content table.progress td.blocks {
      padding: 0px 0px 10px; }

  .content .nonseasonalBlock table tr td.blocks, .content .nonseasonalBlock table tr td.col-small {
    display: inline-block; }
    .content .nonseasonalBlock table tr td.blocks .block-bar, .content .nonseasonalBlock table tr td.col-small .block-bar {
      height: 3px;
      max-width: 20px;
      text-align: left; }
    .content .nonseasonalBlock table tr td.col-small.score {
      width: auto; }
    .content .nonseasonalBlock table tr td.col-small {
      white-space: nowrap;
      width: 20px;
      font-size: 12px; }
    .content .nonseasonalBlock table tr td.blocks {
      text-align: left;
      width: calc(100% - 145px);
      display: inline-block;
      position: relative;
      min-width: 150px; }
    .content .nonseasonalBlock table tr td:not(.blocks):not(.col-small) {
      display: block; }

  .sidebar .sidebar-back.hasmenu, .filter-wrapper .sidebar-back.hasmenu {
    margin-bottom: -1px; }
    .sidebar .sidemenu, .filter-wrapper .sidemenu {
      height: 0;
      display: block;
      overflow: hidden;
      /*padding: 0px 0 15px;*/
      padding: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .sidebar .sidemenu li, .filter-wrapper .sidemenu li {
      display: block; }
    .sidebar .sidemenu li a, .filter-wrapper .sidemenu li a {
      display: block;
      text-transform: uppercase;
      padding: 15px 0;
      color: #1c1c1c;
      font-weight: bold;
      font-family: "Karla";
      border-bottom: 1px solid #d2d2d2;
      position: relative;
      font-size: 14px;
      font-size: 0.875rem; }
    .sidebar .sidemenu.open, .filter-wrapper .sidemenu.open {
      height: 192px; }
    .sidebar .toggleSidemenu h3.editTitle, .filter-wrapper .toggleSidemenu h3.editTitle {
      display: block;
      text-transform: uppercase;
      padding: 15px 0px;
      color: #1c1c1c !important;
      font-weight: bold;
      font-family: "Karla";
      border-top: 1px solid #d2d2d2;
      border-bottom: 1px solid #d2d2d2;
      position: relative;
      font-size: 14px;
      font-size: 0.875rem; }
    .sidebar .toggleSidemenu h3.editTitle:before, .filter-wrapper .toggleSidemenu h3.editTitle:before {
      content: "";
      position: absolute;
      background-image: url(img/dropdown-arrow.png);
      width: 10px;
      height: 6px;
      background-size: cover;
      top: 20px;
      right: 10px; }

  .filter-wrapper .toggleSidemenu .sidemenu li a, .filter-wrapper .toggleSidemenu h3.editTitle {
    padding-left: 20px;
    padding-right: 20px; }

  .profile-fields .notification-list table.default td:last-child {
    white-space: normal; }

  .role-based.show-multiple .fh-multiple {
    right: 0;
    top: 45px; }

  .store .removeStore {
    right: 0;
    top: -25px;
    width: 15px;
    height: 15px; }

  .sidebar-back, .sidebar .user h3.editTitle {
    display: block;
    text-transform: uppercase;
    padding: 15px 25px;
    color: #1c1c1c !important;
    font-weight: bold;
    font-family: "Karla";
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem; }
    .sidebar-back:before, .sidebar .user h3.editTitle:before {
      content: "";
      background-image: url(img/arrow-icon-brown-sprite.png);
      width: 6px;
      height: 10px;
      background-size: 13px;
      margin: 0px 22px 0px 0px;
      display: inline-block;
      position: relative;
      right: 0;
      top: 0;
      background-position: top left;
      background-repeat: no-repeat; }

  .sidebar .user h3.editTitle:before {
    position: absolute;
    background-image: url(img/dropdown-arrow.png);
    width: 10px;
    height: 6px;
    background-size: cover;
    top: 20px; } }

.currentAvatar {
  position: relative;
  border: 1px solid #d2d2d2;
  padding: 4px;
  margin-bottom: 25px; }
  .currentAvatar .avatar-small {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover; }
  .currentAvatar .avatar-title {
    width: calc(100% - 50px);
    color: #1c1c1c;
    line-height: 50px;
    padding: 0px 20px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem; }

.role-based {
  position: relative; }
  .role-based .fh-multiple {
    position: absolute;
    top: 0;
    right: 200px;
    top: 55px; }
  .role-based:not(.role-fh) .fh-multiple {
    display: none; }
  .role-based.role-fh .fashionhost {
    display: none; }
  .role-based.show-multiple .add-store {
    display: block; }
  .role-based .add-store {
    display: none;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 15px 0;
    color: #1c1c1c;
    font-weight: bold;
    font-family: "Karla";
    /* border-bottom: 1px solid #d2d2d2; */
    position: relative;
    cursor: pointer; }

.profile-fields a.forgotPass {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
  margin-bottom: 30px;
  display: inline-block; }

.avatar-title.mobile {
  display: block; }

.avatar-title.desktop {
  display: none; }

.zoomControls, .zoomControl {
  display: none !important; }

.profile-fields table.default .disabled {
  opacity: 0.2;
  pointer-events: none; }

.profile-fields table.default td:last-child {
  white-space: nowrap; }

.profile-fields .errorMessage {
  display: block;
  text-transform: uppercase;
  padding: 15px 0;
  color: #1c1c1c;
  font-weight: bold;
  font-family: "Karla";
  /* border-bottom: 1px solid #d2d2d2; */
  /* position: relative; */
  color: red;
  font-size: 14px;
  font-size: 0.875rem; }

.stores .store .removeStore {
  display: none; }

.removeStore {
  right: -35px;
  top: 11px;
  background-image: url(img/close-menu.png);
  height: 21px;
  width: 21px;
  background-size: contain;
  cursor: pointer;
  position: absolute; }

.tag-collection {
  display: block;
  width: 100%;
  margin: 50px 0px; }
  .tag-collection .title {
    font-size: 20px; }
  .tag-collection .half {
    width: 50%;
    display: inline-block;
    float: left; }

.item-blocks .topLink {
  position: absolute;
  top: 0;
  font-family: "Karla";
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  right: 0;
  margin: 25px; }
  .item-blocks .topLink:after {
    content: "";
    background-image: url(img/filter-toggle-sprite.png);
    width: 10px;
    height: 13px;
    background-size: cover;
    display: inline-block;
    margin: -2px 30px; }

.table .progress .requestSent {
  font-style: italic;
  width: 80px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase; }

.filter-wrapper .filterMenu {
  margin-top: 30px; }
  .filter-wrapper .filterMenu ul li {
    font-size: 14px;
    font-size: 0.875rem; }

.item-blocks.withSubtitle h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #a7a7a7; }

.form-group.error input.form-input {
  border-color: red; }

@-webkit-keyframes blinker {
  50% {
    opacity: 0.4; } }

@-moz-keyframes blinker {
  50% {
    opacity: 0.4; } }

@-ms-keyframes blinker {
  50% {
    opacity: 0.4; } }

@-o-keyframes blinker {
  50% {
    opacity: 0.4; } }

@keyframes blinker {
  50% {
    opacity: 0.4; } }

.preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  background: #1c1c1c;
  z-index: 99999; }
  .preloader.hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear; }
  .preloader .inner {
    -webkit-animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -ms-animation: blinker 1s linear infinite;
    -o-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
    text-align: center;
    position: absolute;
    width: 200px;
    height: 60px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-family: "LibreBaskerville";
    text-transform: uppercase;
    font-size: 32px;
    font-size: 2rem; }
  .preloader .inner span {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-size: 0.875rem; }

@media only screen and (min-width: 768px) {
  /*.accordion {
   .item {
   .toggle {
   .progress-bar {
   float: right;
   }
   }
   }
   }*/
    .content .m-center {
      text-align: left; }
    .action-content .main-wrapper {
      padding-bottom: 0; }
    body:not(.morningSessions):not(.admin) .main-wrapper {
      /*		padding-bottom:125px; was voor de navigatie in de footer*/ }
    .role-based {
      margin-top: 50px; }
    .avatar-content {
      position: relative; }
      .avatar-content .avatar-title.desktop {
        display: block;
        display: inline-block;
        font-size: 18px;
        font-size: 1.125rem;
        width: calc(100% - 223px);
        height: 49px;
        border: 1px solid #d2d2d2;
        box-sizing: border-box;
        line-height: 48px;
        padding: 0px 10px;
        white-space: nowrap;
        overflow: hidden; }
      .avatar-content .uploadAssetBtn {
        width: 220px;
        display: inline-block; }
      .avatar-content .avatar-title.mobile {
        display: none; }
      .avatar-content .currentAvatar {
        height: 150px;
        border: 0; }
        .avatar-content .currentAvatar .avatar-title {
          display: none; }
        .avatar-content .currentAvatar .avatar-small {
          width: 150px;
          height: 150px; }
      .avatar-content .existing-avatars {
        position: absolute;
        top: 20px;
        left: 180px;
        width: calc(100% - 180px);
        height: 80px;
        overflow: hidden;
        font-size: 16px;
        font-size: 1rem; }
        .avatar-content .existing-avatars .avatar-block {
          width: 70px;
          height: 70px; }
          .avatar-content .existing-avatars .avatar-block.text {
            padding: 15px 0px; }
    .setup-wrapper .setup-content .half-block {
      display: inline-block;
      width: 50%;
      float: left; }
      .setup-wrapper .setup-content.date .multiple-inputs .answers-input .rol {
        display: inline-block; }
        .setup-wrapper .setup-content.date .multiple-inputs .answers-input .date {
          display: inline-block;
          float: right;
          padding-right: 35px; }
    .inner-wrapper .sidebar {
      display: inline-block;
      width: 25%; }
      .inner-wrapper .sidemenu {
        display: block; }
      .inner-wrapper .content {
        display: inline-block;
        width: 75%;
        /*.content-header {
         .legend {
         position: absolute;
         top: 10px;
         right: 0;
         .info {
         @include font-size(14px);
         margin-left: 50px;
         margin-right: 0;
         .sphere {
         margin-right: 10px;
         }
         }
         }
         }*/
        /*.progress-bar {
         width: 260px;
         margin-right: 20px;
         float: right;
         }
         .seasonalData {
         .blocks {
         width: 75%;
         .progress {
         padding: 0 20px;
         width: 113px;
         }
         .progress-bar {
         width: 260px;
         }
         }
         }*/ } }

@media only screen and (min-width: 769px) {
  .inner-wrapper .content .content-header .legend {
    position: absolute;
    top: 10px;
    right: 0; }
    .inner-wrapper .content .content-header .legend .info {
      font-size: 14px;
      font-size: 0.875rem;
      margin-left: 50px;
      margin-right: 0; }
      .inner-wrapper .content .content-header .legend .info .sphere {
        margin-right: 10px; }
    .inner-wrapper .content .progress-bar {
      width: 260px;
      margin-right: 20px;
      float: right; }
    .inner-wrapper .content .seasonalData .blocks {
      width: 75%; }
    .inner-wrapper .content .seasonalData .blocks .progress {
      padding: 0 20px;
      width: 113px; }
    .inner-wrapper .content .seasonalData .blocks .progress-bar {
      width: 260px;
      height: 5px; }
    .accordion .item .toggle .progress-bar {
      float: right; } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.tagEditWrapper {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block; }

.tagEditWrapper .workformList {
  margin: 2px 0 6px; }

.tagEditSelectedItem {
  line-height: 20px;
  margin-bottom: 5px; }

.setup .main-wrapper {
  max-width: none;
  padding-bottom: 0; }

.main-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  min-height: calc(100vh - 125px); }

body.setup .main-wrapper {
  background: #000; }

.morningSessions .main-wrapper {
  min-height: 100vh; }

@media only screen and (min-width: 1200px) {
  .main-wrapper.fullwidthSlide {
    overflow: visible; } }

.darkBackground .main-wrapper {
  background: #1c1c1c; }

.magazineBody .main-wrapper, .singlePage .main-wrapper {
  max-width: 100%;
  padding-bottom: 0; }

.item-blocks, .link-blocks {
  text-align: center;
  font-size: 0; }
  .item-blocks .item-blocks-inner, .link-blocks .item-blocks-inner {
    padding-bottom: 25px; }
  .item-blocks .no-results, .link-blocks .no-results {
    display: none;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #1c1c1c;
    font-family: "Karla";
    padding: 15px 0; }
  .item-blocks .item-content, .link-blocks .item-content {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #1c1c1c;
    padding: 15px 0;
    font-family: "Karla"; }
  .item-blocks .item-content p, .link-blocks .item-content p {
    margin: 0 0 0.75em 0; }
  .item-blocks .item-block, .link-blocks .item-block {
    font-family: "Karla";
    display: inline-block;
    width: 290px;
    margin: 10px;
    height: 300px;
    position: relative;
    text-align: left;
    /*.statuses {
     position:absolute;
     width:100%;
     padding:10px;
     top:0;
     left:0;
     */
    /*}*/ }
  .item-blocks .item-block .item-block-link, .link-blocks .item-block .item-block-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .item-blocks .item-block .inner .image, .link-blocks .item-block .inner .image {
    width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; }
  .item-blocks .item-block .inner .image img, .link-blocks .item-block .inner .image img {
    width: 100%;
    height: 100%; }
  .item-blocks .item-block .inner .text, .link-blocks .item-block .inner .text {
    padding: 5px 0;
    color: #484848;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Karla";
    position: absolute;
    bottom: -3px;
    background: #fff;
    width: 100%;
    /*width: calc(100% - 38px);*/
    /* added for ticket #0019184 - Breaks text thats too long for item block */
    overflow: hidden;
    /* added for ticket #0019184 */ }
  .item-blocks .item-block .inner .text .title-text, .link-blocks .item-block .inner .text .title-text {
    font-weight: 700;
    margin: 10px 0 0 0;
    color: #1c1c1c;
    text-transform: uppercase; }
  .item-blocks .item-block .inner .text .subtitle-text, .link-blocks .item-block .inner .text .subtitle-text {
    margin: 0 0 10px 0;
    color: #7f7f7f; }
  .item-blocks .item-block .inner .text .title-text p, .link-blocks .item-block .inner .text .title-text p, .item-blocks .item-block .inner .text .subtitle-text p, .link-blocks .item-block .inner .text .subtitle-text p {
    white-space: nowrap;
    overflow: hidden;
    /* added for ticket #0019184 */
    text-overflow: ellipsis;
    /* added for ticket #0019184 */ }
  .item-blocks .item-block .inner .tagInfo, .link-blocks .item-block .inner .tagInfo {
    position: absolute;
    z-index: 2;
    color: #000;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 200px;
    overflow: auto; }
  .item-blocks .item-block .inner .tagInfo .groupTitle, .link-blocks .item-block .inner .tagInfo .groupTitle {
    font-weight: bold;
    margin-top: 5px; }
  .item-blocks .item-block .inner .tagInfo .tags, .link-blocks .item-block .inner .tagInfo .tags {
    padding-left: 20px; }
  .item-blocks .item-block .inner .tagInfo .overlap, .link-blocks .item-block .inner .tagInfo .overlap {
    color: green;
    font-weight: bold; }
  .item-blocks .item-block .inner .coverText, .link-blocks .item-block .inner .coverText {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    color: #fff; }
  .item-blocks .item-block .inner .coverText .coverTextInner, .link-blocks .item-block .inner .coverText .coverTextInner {
    display: table-cell;
    padding: 0 15px;
    height: 225px;
    vertical-align: middle; }
  .item-blocks .item-block .hover-overlay, .link-blocks .item-block .hover-overlay {
    position: absolute;
    left: -2px;
    right: -2px;
    padding: 0px 2px;
    width: auto;
    background: #fff;
    height: 0;
    overflow: hidden;
    bottom: 0;
    max-height: 240px;
    color: #484848;
    /*padding-bottom:10px;*/
    font-size: 16px;
    font-size: 1rem;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out; }
  .item-blocks .item-block .hover-overlay .topper, .link-blocks .item-block .hover-overlay .topper {
    font-family: "Karla";
    padding: 35px 0 0 0;
    text-decoration: none;
    display: block;
    position: relative;
    /*margin-bottom:15px;*/ }
  .item-blocks .item-block .hover-overlay .topper .topper-text, .link-blocks .item-block .hover-overlay .topper .topper-text {
    width: calc(100% - 38px);
    overflow: hidden; }
  .item-blocks .item-block .hover-overlay .topper:before, .link-blocks .item-block .hover-overlay .topper:before {
    content: "";
    width: 9px;
    height: 12px;
    background: url('img/blockarrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 55px;
    right: 20px; }
  .item-blocks .item-block .hover-overlay .topper .topper-subtitle-text, .link-blocks .item-block .hover-overlay .topper .topper-subtitle-text {
    color: #7f7f7f;
    margin-bottom: 15px; }
  .item-blocks .item-block .hover-overlay .topper .topper-title-text, .link-blocks .item-block .hover-overlay .topper .topper-title-text {
    text-transform: uppercase;
    color: #ac8e56;
    font-weight: 700;
    text-decoration: none; }
  .item-blocks .item-block .hover-overlay .topper .text, .link-blocks .item-block .hover-overlay .topper .text {
    color: #484848;
    line-height: 26px; }
  .item-blocks .item-block .hover-overlay .topper .topper-subtitle-text, .link-blocks .item-block .hover-overlay .topper .topper-subtitle-text, .item-blocks .item-block .hover-overlay .topper .topper-title-text, .link-blocks .item-block .hover-overlay .topper .topper-title-text, .item-blocks .item-block .hover-overlay .topper .text, .link-blocks .item-block .hover-overlay .topper .text {
    /*white-space: nowrap;*/ }
    .item-blocks .item-block .hover-overlay .topper .topper-subtitle-text p, .link-blocks .item-block .hover-overlay .topper .topper-subtitle-text p, .item-blocks .item-block .hover-overlay .topper .topper-title-text p, .link-blocks .item-block .hover-overlay .topper .topper-title-text p, .item-blocks .item-block .hover-overlay .topper .text p, .link-blocks .item-block .hover-overlay .topper .text p {
      overflow: hidden;
      text-overflow: ellipsis; }
  .item-blocks .item-block .favorite, .link-blocks .item-block .favorite {
    position: absolute;
    display: none;
    width: 22px;
    height: 25px;
    float: right;
    background-image: url('img/favorite-sprite.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    right: 10px;
    top: 10px; }
  .item-blocks .item-block .favorite.active, .link-blocks .item-block .favorite.active {
    display: block;
    background-position: 0 -25px; }
  .item-blocks .item-block .bookmarked, .link-blocks .item-block .bookmarked {
    position: absolute;
    display: none;
    width: 12px;
    height: 19px;
    float: left;
    background-image: url('img/bookmark.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    left: 10px;
    top: 10px; }
  .item-blocks .item-block .bookmarked.active, .link-blocks .item-block .bookmarked.active {
    display: block; }
  .item-blocks .item-block:not(.locked):hover, .link-blocks .item-block:not(.locked):hover {
    /*.statuses*/ }
  .item-blocks .item-block:not(.locked):hover .hover-overlay, .link-blocks .item-block:not(.locked):hover .hover-overlay {
    height: 100%;
    /*overflow:auto;*/
    padding-bottom: 10px; }
  .item-blocks .item-block:not(.locked):hover .favorite, .link-blocks .item-block:not(.locked):hover .favorite {
    display: block; }
  .item-blocks .item-block.locked .topper, .link-blocks .item-block.locked .topper {
    font-family: "Karla";
    padding: 35px 0 0 0;
    text-decoration: none;
    display: block;
    position: relative; }
  .item-blocks .item-block.locked .topper:before, .link-blocks .item-block.locked .topper:before {
    background: none; }
  .item-blocks .item-block.locked .hover-overlay, .link-blocks .item-block.locked .hover-overlay {
    max-height: 100%;
    z-index: 1; }
  .item-blocks .item-block.locked .hover-overlay .lockedText, .link-blocks .item-block.locked .hover-overlay .lockedText {
    padding: 100px 45px 0;
    text-align: center; }
  .item-blocks .item-block.locked:hover .hover-overlay, .link-blocks .item-block.locked:hover .hover-overlay {
    height: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    max-height: 100%; }
  .item-blocks .item-block.locked .inner:before, .link-blocks .item-block.locked .inner:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url('img/icon-lock.png');
    background-size: 12px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10; }
  .item-blocks .item-block.locked .inner .image, .link-blocks .item-block.locked .inner .image, .item-blocks .item-block.locked .inner .text, .link-blocks .item-block.locked .inner .text {
    opacity: 0.2; }
  .item-blocks .item-block.completed .inner .image:not(.hasCoverText):before, .link-blocks .item-block.completed .inner .image:not(.hasCoverText):before {
    content: "";
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(28, 28, 28, 0.9);
    background-image: url('img/checkmark-white.png');
    background-size: 24px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .item-blocks .item-block.unseen .inner .image:before, .link-blocks .item-block.unseen .inner .image:before {
    content: "";
    border-left: 3px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block; }
  .item-blocks.group .table table.default td, .link-blocks.group .table table.default td {
    cursor: pointer; }

.filter-wrapper {
  float: left;
  font-family: "Karla";
  width: 100%;
  position: relative;
  z-index: 1; }
  .filter-wrapper.active {
    z-index: 1000; }
  .filter-wrapper h2, .filter-wrapper h3 {
    color: #1c1c1c;
    font-family: "LibreBaskerville"; }
  .filter-wrapper h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0; }
  .filter-wrapper h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  .filter-wrapper .sidemenu {
    padding: 20px 0;
    display: block;
    list-style-type: none; }
  .filter-wrapper .sidemenu.bordered {
    padding: 0;
    margin: 20px 0px;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2; }
  .filter-wrapper .sidemenu li {
    display: block; }
  .filter-wrapper .sidemenu li a {
    display: block;
    text-transform: uppercase;
    padding: 15px 0;
    color: #1c1c1c;
    font-weight: bold;
    font-family: "Karla";
    border-bottom: 1px solid #d2d2d2;
    position: relative; }
  .filter-wrapper .sidemenu li a.inactive {
    color: #7f7f7f; }
  .filter-wrapper .sidemenu li a.active:after {
    content: "";
    background-image: url('img/arrow-icon-brown-sprite.png');
    width: 6px;
    height: 10px;
    background-size: 13px;
    margin: 17px 3px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-position: top right;
    background-repeat: no-repeat; }
  .filter-wrapper .sidemenu li:last-child a {
    border-bottom: 0; }
  .filter-wrapper .filter-inner {
    display: none;
    padding: 10px 40px; }
  .filter-wrapper .filter-inner .filter-search-bar {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 50px;
    position: relative;
    color: #7f7f7f; }
  .filter-wrapper .filter-inner .filter-search-bar:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 16px;
    background-image: url('img/search-icon-gray.png');
    width: 17px;
    height: 16px; }
  .filter-wrapper .filter-inner .filter-search-bar input {
    font-family: "Karla";
    padding: 0 10px 0 50px;
    color: #7f7f7f;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    border: 0;
    width: 100%;
    height: 100%; }
  .filter-wrapper .filter-inner .filter-search-bar .options {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin-left: -1px;
    position: absolute;
    width: 100%;
    display: none; }
  .filter-wrapper .filter-inner .filter-search-bar .options .option {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px;
    cursor: pointer; }
  .filter-wrapper .filter-inner .selectedTags {
    margin: 10px 0; }
  .filter-wrapper .filter-inner .filter-section-wrapper .jsReset {
    cursor: pointer; }
  .filter-wrapper .filter-inner .filter-section {
    display: block;
    margin: 25px 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    text-align: right; }
  .filter-wrapper .filter-inner .filter-section h2 {
    display: inline;
    float: left;
    text-align: left; }
  .filter-wrapper .filter-inner .filter-section h2.custom {
    font-size: 19px;
    font-size: 1.1875rem; }
  .filter-wrapper .filter-inner .filter-section .select-all {
    display: inline-block;
    margin: 0;
    padding: 4px 0; }
  .filter-wrapper .filter-inner .filter-section .select-all .checkbox {
    padding: 10px 0; }
  .filter-wrapper .filter-inner .filter-option.half {
    width: 50%;
    display: inline-block;
    float: left; }
  .filter-wrapper .filter-inner .block-wrapper {
    display: block;
    margin: 25px auto 0; }
  .filter-wrapper .filter-inner .block-wrapper .half-block {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    font-size: 0.875rem; }
  .filter-wrapper .filter-inner .block-wrapper .half-block .subtitle {
    text-transform: uppercase;
    font-weight: bold; }
  .filter-wrapper .filter-inner .block-wrapper .half-block.to .checkbox {
    margin: 5px 0 0 0; }
  .filter-wrapper .filter-inner .block-wrapper .half-block:first-child .inner {
    padding: 0 5px 0 0; }
  .filter-wrapper .filter-inner .block-wrapper .half-block:last-child .inner {
    padding: 0 0 0 5px; }
  .filter-wrapper.active .filter-inner {
    display: block; }
  .filter-wrapper.active .filter-content .filter-fold .toggle {
    background-image: url(img/toggle-cross.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .filter-wrapper .searchTag {
    color: #fff;
    background: #7f7f7f;
    display: inline-block;
    padding: 0 15px;
    line-height: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 5px 5px 0; }
  .filter-wrapper .searchTag .remove {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 5px;
    cursor: pointer; }
  .filter-wrapper .searchTag .remove:after {
    content: "\274c"; }
  .filter-wrapper .filter-fold {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 0 40px;
    line-height: 55px;
    position: relative; }
  .filter-wrapper .filter-fold .toggle {
    background-image: url('img/filter-toggle-sprite.png');
    width: 10px;
    height: 13px;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 40px; }

@media only screen and (min-width: 768px) {
  .filter-wrapper .filter-fold .toggle {
    display: none; } }

.all-content-block {
  padding: 25px; }
  .all-content-block .btn {
    width: 100%;
    margin-top: 10px; }

a.filterToggle, .filterToggle {
  color: #1c1c1c;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Karla";
  font-weight: bold;
  margin: 20px 0 10px 0;
  display: block; }
  a.filterToggle .txt, .filterToggle .txt {
    display: inline-block;
    padding: 0 0 0 15px; }
  a.filterToggle .txt.hide, .filterToggle .txt.hide {
    display: none; }

.advancedFilters {
  display: none; }

.info-text {
  width: 100%;
  padding-left: 40px;
  position: relative;
  font-family: "Karla";
  color: #7f7f7f;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px; }
  .info-text:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url('img/icon-info.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 7px; }
/* Non-seasonal */
.topic-block {
  position: relative;
  padding: 25px; }
  .topic-block .topic-items-inner {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: move;
    user-select: none;
    touch-action: none;
    z-index: 1 !important;
    position: absolute;
    width: 1000px; }
  .topic-block .topic-items-inner .item-block {
    margin-right: 15px; }
  .topic-block .topic-items {
    text-align: left;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow-x: visible;
    height: 320px;
    position: relative; }
  .topic-block .topic-block-header {
    text-align: left;
    position: relative;
    font-size: 22px;
    font-size: 1.375rem;
    color: #1c1c1c;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
    font-family: "Karla"; }
  .topic-block .topic-block-header .title-appendage {
    font-size: 16px;
    font-size: 1rem;
    color: #7f7f7f;
    vertical-align: baseline;
    margin-left: 10px;
    display: none; }
  .topic-block .topic-block-header h2 {
    width: 195px;
    text-align: left;
    font-family: "LibreBaskerville"; }
  .topic-block .topic-block-header .progress {
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 16px;
    font-size: 1rem; }
  .topic-block .topic-block-header .progress .text {
    display: none;
    font-family: "Karla";
    padding-right: 30px; }
  .topic-block .topic-block-header .progress .percentage {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "LibreBaskerville";
    font-weight: bold; }
  .topic-block .topic-nav {
    border: 1px solid #bbb;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 20;
    /*display:none; changed for ticket #0019187 - nav arrows has to be visible on mobile and desktop */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .topic-block .topic-nav:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 12px;
    background-image: url('img/nav-icon-sprite.png');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .topic-block .topic-nav.prev {
    left: 5px; }
  .topic-block .topic-nav.next {
    right: 5px; }
  .topic-block .topic-nav.next:before {
    background-position: -11px 0px; }
  .topic-block .item-block {
    white-space: normal; }

@media only screen and (min-width: 769px) {
  .all-content-block {
    padding: 0px 25px; }
    .item-blocks {
      /*width:70%;*/
      width: calc(100% - 360px);
      display: inline-block;
      text-align: center;
      position: relative;
      margin: 0 0 25px 0; }
      .item-blocks .item-block {
        margin-left: 0;
        margin-right: 50px; }
      .item-blocks.large {
        width: 100%; }
      .item-blocks.profile {
        padding: 0 30px 0 50px; }
      .item-blocks.withSubtitle, .item-blocks.progress {
        padding: 0 30px 0 60px; }
    .topic-block .topic-block-header .progress .text {
      display: inline-block; }
      .topic-block .topic-items-inner .item-block {
        margin-left: 0;
        margin-right: 25px; }
    .filter-wrapper {
      /*width: 30%;*/
      width: 360px;
      position: relative;
      padding: 0 30px;
      z-index: 5;
      display: inline-block; }
      .filter-wrapper .filter-inner {
        display: block;
        padding: 0; }
      .filter-wrapper .filter-fold {
        border: 0;
        padding: 0; }
    .sidebar-blocks {
      /*width: 30%;*/
      width: 360px;
      display: inline-block; }
      .sidebar-blocks.solid {
        display: block; }
      .sidebar-blocks .filter-wrapper {
        width: 100%;
        float: none; }
    .info-text {
      padding: 0;
      display: inline-block;
      width: auto;
      vertical-align: middle; }
      .info-text:after {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0px 15px; }
    .all-content-block {
      text-align: right;
      margin: 0 auto; }
      .all-content-block .btn {
        display: inline-block;
        width: auto;
        margin: 0; } }

@media only screen and (min-width: 1024px) {
  .topic-block {
    margin: 0 auto;
    width: calc(100% - 200px); }
    .topic-block .topic-block-header h2 {
      width: auto;
      display: inline-block; }
      .topic-block .topic-block-header .title-appendage {
        display: inline-block; }
    .topic-block .topic-nav {
      /*display:block; changed for ticket #0019187 - nav arrows has to be visible on mobile and desktop */ }
      .topic-block .topic-nav.next {
        right: -70px; }
      .topic-block .topic-nav.prev {
        left: -70px; }
    .all-content-block {
      width: calc(100% - 200px); } }

body.magazineBody {
  position: relative;
  overflow: hidden; }
  body.magazineBody .main-wrapper {
    height: 100%; }

.magazine-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1c1c1c;
  text-align: center;
  z-index: 9999; }
  .magazine-header.charcoal-bg {
    background: #1c1c1c; }
  .magazine-header.white-bg {
    background: #fff; }
  .magazine-header.brass-bg {
    background: #ac8e56; }
  .magazine-header.loaded {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .magazine-header .header-inner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 1600px;
    padding: 7px 0;
    min-height: 50px; }
  .magazine-header .logo {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-family: "LibreBaskerville";
    letter-spacing: 3px;
    display: inline-block;
    padding: 0; }
  .magazine-header .page-back, .magazine-header .magazine-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .magazine-header .page-back {
    left: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Karla";
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 20px;
    background-image: url("img/arrow-left-bronze.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px 17px; }
  .magazine-header .page-back a {
    color: #fff; }
  .magazine-header.closeButton .page-back {
    text-align: left;
    width: 100%;
    background-image: url('img/option-incorrect-bronze.png');
    background-size: 11px; }
  .magazine-header.closeButton .page-back a {
    width: 0;
    overflow: hidden;
    display: block; }
  .magazine-header.closeButton .magazine-info {
    display: none; }
  .magazine-header .wvCounter {
    display: inline-block;
    right: 2em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .magazine-header .wvCounter .desc {
    display: none; }
  .magazine-header .wvCounter .count {
    font-family: "LibreBaskerville"; }
  .magazine-header .wvCounter.magazineCounter {
    font-family: "LibreBaskerville";
    font-size: 14px;
    font-size: 0.875rem; }
  .magazine-header .magazine-info {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Karla";
    font-size: 16px;
    font-size: 1rem;
    pointer-events: none; }
  .magazine-header .magazine-info .primary {
    text-transform: uppercase;
    font-weight: bold; }
  .magazine-header .magazine-info .secondary {
    color: #a5a5a5; }
  .magazine-header .logo, .magazine-header .page-back, .magazine-header .page-back a, .magazine-header .magazine-info, .magazine-header .magazineCounter {
    color: #fff; }
  .magazine-header.black .logo, .magazine-header.black .page-back, .magazine-header.black .page-back a, .magazine-header.black .magazine-info, .magazine-header.black .magazineCounter {
    color: #1c1c1c; }

@media only screen and (min-width: 768px) {
  .magazine-header .magazine-info {
    right: 10px;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.wv-media, .mpc-media {
  margin: 0 auto;
  margin-bottom: 40px; }
  .wv-media img, .mpc-media img {
    width: 100%;
    height: 100%; }
  .wv-media.display-landscape, .mpc-media.display-landscape {
    max-height: 434px;
    max-width: 770px;
    /*height: 480px;*/ }
  .wv-media.display-portrait, .mpc-media.display-portrait {
    /*height: 550px; */
    max-height: 500px;
    max-width: 340px; }
  .wv-media.display-square, .mpc-media.display-square {
    /*height: 440px;*/
    max-height: 500px;
    max-width: 500px; }

.magazine-content {
  display: block; }
  .magazine-content .wv-container {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    min-height: 100vh; }
  .magazine-content .wv-container .wrapper {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .magazine-content .wv-container .background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1; }
  .magazine-content .wv-container .container-wrap {
    display: table;
    /*min-height: calc(100vh - 50px);*/
    /*min-height: calc(100vh - 85px);*/
    height: 100vh;
    width: 100%;
    /*max-width: 1400px;	*/
    margin: 0 auto;
    position: relative;
    padding-top: 55px; }
  .magazine-content .wv-container .container-wrap .inner-container {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    font-size: 0;
    max-width: 1400px;
    padding: 30px 10px 120px 10px;
    width: 100%; }
  .magazine-content .wv-container .container-wrap .inner-container.alignTop {
    vertical-align: top; }
  .magazine-content .wv-container .container-wrap .inner-container.alignBottom {
    vertical-align: bottom; }
  .magazine-content .wv-container .container-wrap .inner-container .image, .magazine-content .wv-container .container-wrap .inner-container .video {
    display: block;
    margin: 0 auto;
    /*max-width: 650px;*/ }
    .magazine-content .wv-container .container-wrap .inner-container .image img, .magazine-content .wv-container .container-wrap .inner-container .video img {
      width: 100%;
      height: 100%;
      min-height: 1px; }
  .magazine-content .wv-container .container-wrap .inner-container .image {
    width: 100%;
    height: 100%; }
  .magazine-content .wv-container .container-wrap .inner-container .video {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
    max-width: 650px; }
  .magazine-content .wv-container .container-wrap .inner-container .content {
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    font-family: "Karla";
    text-align: left;
    padding: 0 0 20px 0; }
    .magazine-content .wv-container .container-wrap .inner-container .content.alignCenter {
      text-align: center; }
    .magazine-content .wv-container .container-wrap .inner-container .content.alignCenterMobile {
      text-align: center; }
    .magazine-content .wv-container .container-wrap .inner-container .content.alignRight {
      text-align: right; }
    .magazine-content .wv-container .container-wrap .inner-container .content p {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 20px;
      letter-spacing: 0.4px;
      margin-bottom: 0.5em; }
      .magazine-content .wv-container .container-wrap .inner-container .content p.italic {
        font-style: italic; }
    .magazine-content .wv-container .container-wrap .inner-container .content a p {
      font-size: inherit;
      line-height: inherit;
      letter-spacing: 0;
      margin-bottom: 0; }
    .magazine-content .wv-container .container-wrap .inner-container .content h1 {
      color: #fff;
      font-family: "LibreBaskerville";
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      margin: 0 0 0.25em 0;
      letter-spacing: 0; }
    .magazine-content .wv-container .container-wrap .inner-container .content h2 {
      color: #fff;
      font-family: "LibreBaskerville";
      line-height: 16px;
      font-weight: 500;
      /*margin: 0 0 0.65em 0;*/
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 0.5px; }
    .magazine-content .wv-container .container-wrap .inner-container .content h3 {
      font-family: "Karla";
      font-weight: bold;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px; }
    .magazine-content .wv-container .container-wrap .inner-container .content h1 p, .magazine-content .wv-container .container-wrap .inner-container .content h2 p, .magazine-content .wv-container .container-wrap .inner-container .content h3 p {
      font-size: inherit !important;
      line-height: inherit !important;
      letter-spacing: inherit !important;
      margin-bottom: 0; }
    .magazine-content .wv-container .container-wrap .inner-container .content ul {
      margin: 0 0 0 20px; }
    .magazine-content .wv-container .container-wrap .inner-container .content.black {
      color: #1c1c1c; }
      .magazine-content .wv-container .container-wrap .inner-container .content.black h1, .magazine-content .wv-container .container-wrap .inner-container .content.black h2, .magazine-content .wv-container .container-wrap .inner-container .content.black .title, .magazine-content .wv-container .container-wrap .inner-container .content.black .sub-title, .magazine-content .wv-container .container-wrap .inner-container .content.black .wv-feedback, .magazine-content .wv-container .container-wrap .inner-container .content.black .flip-title, .magazine-content .wv-container .container-wrap .inner-container .content.black .wv-intro, .magazine-content .wv-container .container-wrap .inner-container .content.black .resetItems, .magazine-content .wv-container .container-wrap .inner-container .content.black .options .option {
        color: #1c1c1c; }
    .magazine-content .wv-container .container-wrap .inner-container .content .title {
      color: #d2d2d2;
      font-weight: bold;
      line-height: 24px;
      font-size: 18px;
      font-size: 1.125rem; }
    .magazine-content .wv-container .container-wrap .inner-container .content .sub-title {
      color: #d2d2d2;
      line-height: 16px;
      font-size: 18px;
      font-size: 1.125rem; }
    .magazine-content .wv-container .container-wrap .inner-container .content .wv-intro {
      color: #fff;
      margin: 0 0 30px 0;
      line-height: 24px;
      font-size: 14px;
      font-size: 0.875rem; }
    .magazine-content .wv-container .container-wrap .inner-container .content .flip-title {
      font-weight: bold;
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0 0 10px 0; }
    .magazine-content .wv-container .container-wrap .inner-container .content .options {
      margin: 20px 0;
      display: block;
      position: relative; }
      .magazine-content .wv-container .container-wrap .inner-container .content .options .option {
        position: relative;
        font-family: "Karla";
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 17px 20px;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.25);
        font-size: 16px;
        font-size: 1rem; }
        .magazine-content .wv-container .container-wrap .inner-container .content .options .option:hover:not(.correct):not(.incorrect):not(.active) {
          background-color: rgba(255, 255, 255, 0.25); }
        .magazine-content .wv-container .container-wrap .inner-container .content .options .option.active {
          background-color: #fff;
          color: #1c1c1c; }
          .magazine-content .wv-container .container-wrap .inner-container .content .options .option.active.correct:before {
            background-image: url('img/option-correct-bronze.png');
            height: 9.5px;
            width: 13px; }
          .magazine-content .wv-container .container-wrap .inner-container .content .options .option.active.incorrect {
            padding: 17px 45px;
            text-decoration: line-through; }
            .magazine-content .wv-container .container-wrap .inner-container .content .options .option.active.incorrect:before {
              background-image: url('img/option-incorrect-bronze.png');
              height: 9px;
              width: 9px; }
        .magazine-content .wv-container .container-wrap .inner-container .content .options .option.correct:before {
          background-image: url('img/option-correct-white.png');
          height: 9.5px;
          width: 13px; }
        .magazine-content .wv-container .container-wrap .inner-container .content .options .option.incorrect, .magazine-content .wv-container .container-wrap .inner-container .content .options .option.correct {
          padding: 17px 45px; }
          .magazine-content .wv-container .container-wrap .inner-container .content .options .option.incorrect:before, .magazine-content .wv-container .container-wrap .inner-container .content .options .option.correct:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 20px;
            background-size: cover;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .magazine-content .wv-container .container-wrap .inner-container .content.black .options .option {
      background-color: #e4e4e4;
      border: 1px solid rgba(228, 228, 228, 0.25); }
      .magazine-content .wv-container .container-wrap .inner-container .content.black .options .option.active {
        background: rgba(228, 228, 228, 0.25); }
    .magazine-content .wv-container .container-wrap .inner-container .content .wv-feedback {
      font-family: "Karla";
      margin: 0 25px 25px 25px; }
      .magazine-content .wv-container .container-wrap .inner-container .content .wv-feedback .feedback-title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        margin: 0 0 2px 0; }
      .magazine-content .wv-container .container-wrap .inner-container .content .wv-feedback .feedback-text {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px; }
    .magazine-content .wv-container .container-wrap .inner-container .content .btn-block.alignCenter {
      text-align: center; }
    .magazine-content .wv-container .container-wrap .inner-container .content .wv-btn {
      display: inline-block;
      line-height: normal;
      /*width: 100%;*/
      color: #fff;
      text-align: center;
      padding: 20px 38px;
      text-transform: uppercase;
      border: 1px solid #ac8e56;
      background-color: #ac8e56;
      font-family: "Karla";
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      cursor: pointer;
      min-width: 150px;
      z-index: 1;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .magazine-content .wv-container .container-wrap .inner-container .content .wv-btn.disabled {
        background: transparent;
        border-color: #4b4b4b;
        opacity: 0.25;
        cursor: not-allowed; }
      .magazine-content .wv-container .container-wrap .inner-container .content .wv-btn.prev, .magazine-content .wv-container .container-wrap .inner-container .content .wv-btn.next {
        width: 48%; }
      .magazine-content .wv-container .container-wrap .inner-container .content .wv-btn.prev {
        float: left; }
      .magazine-content .wv-container .container-wrap .inner-container .content .wv-btn.next {
        float: right; }
      .magazine-content .wv-container .container-wrap .inner-container .content .wv-btn.flip-btn {
        position: absolute;
        bottom: 27px;
        left: 50%;
        padding: 11px 50px 11px 24px;
        min-width: 170px;
        font-weight: 500;
        font-size: 18px;
        font-size: 1.125rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .magazine-content .wv-container .container-wrap .inner-container .content .wv-btn.flip-btn:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 24px;
        background-size: cover;
        background-image: url('img/flip-icon.png');
        height: 29px;
        width: 21px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .magazine-content .wv-container .container-wrap .inner-container .content.black .wv-btn.disabled {
      color: #4b4b4b; }
    .magazine-content .wv-container .container-wrap .inner-container .content .popup-toggle {
      display: none;
      width: 42px;
      height: 42px;
      position: absolute;
      top: 0;
      right: 0;
      background: url('img/vergrootglas.png');
      cursor: pointer;
      margin: 10px; }
    .magazine-content .wv-container .container-wrap .inner-container .content .option-parent.open .option-overlay {
      opacity: 1;
      visibility: visible; }
    .magazine-content .wv-container .container-wrap .inner-container .content .option-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 10000;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /*padding: 40px 100px;*/
      padding: 40px 0; }
      .magazine-content .wv-container .container-wrap .inner-container .content .option-overlay .popup-toggle {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        right: -70px;
        background: url('img/close-overlay.png');
        margin: 10px;
        cursor: pointer;
        z-index: 10005; }
      .magazine-content .wv-container .container-wrap .inner-container .content .option-overlay.open {
        opacity: 1;
        visibility: visible; }
      .magazine-content .wv-container .container-wrap .inner-container .content .option-overlay .background-layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6); }
      .magazine-content .wv-container .container-wrap .inner-container .content .option-overlay .option-overlay-image {
        position: relative;
        height: 100%;
        display: inline;
        width: auto; }
      .magazine-content .wv-container .container-wrap .inner-container .content .option-overlay img {
        width: 75%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }
      .magazine-content .wv-container .container-wrap .inner-container .content .option-overlay .overlay-content {
        position: relative;
        z-index: 1;
        max-height: 100%;
        height: 100%;
        overflow: auto; }
  .magazine-content .wv-container.wv-match {
    /*width: 100%;
     min-height: 100%;
     padding-top: 68px;*/ }
  .magazine-content .wv-container.wv-match .container-wrap .inner-container {
    margin: 0 auto; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay {
      padding: 68px 0 0 0; }
  .magazine-content .wv-container.wv-elucidat .container-wrap {
    width: 100%;
    padding-bottom: 50px; }
  .magazine-content .wv-container.wv-video .container-wrap {
    max-width: 1000px; }
  .magazine-content .wv-container.wv-hotspot, .magazine-content .wv-container.wv-flipcards {
    /*margin-top: 55px;*/ }
  .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content p, .magazine-content .wv-container.wv-flipcards .container-wrap .inner-container .content p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px; }
    .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content .sub-title, .magazine-content .wv-container.wv-flipcards .container-wrap .inner-container .content .sub-title, .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content .title, .magazine-content .wv-container.wv-flipcards .container-wrap .inner-container .content .title {
      margin: 0 0 5px 0; }
  .magazine-content .wv-container.wv-flipcards .container-wrap .inner-container .content {
    /*position: absolute;
     top : 50%;
     left: 20px;
     right: 20px;
     @include transform(translateY(-50%));*/ }
    .magazine-content .wv-container.wv-flipcards .container-wrap .inner-container .content .flip-text-bottom {
      text-align: left;
      margin-bottom: 60px; }
  .magazine-content .wv-container.wv-flipcards .card-container.display-portrait .flip-container {
    max-width: 420px;
    max-height: 617px; }
    .magazine-content .wv-container.wv-flipcards .card-container.display-portrait .flip-container .flip-animation {
      /*width: 420px;
       height: 410px;*/ }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container {
      width: 100%;
      min-height: 333px;
      margin: 10px auto; }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container.flip .flip-animation .back {
      -webkit-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container.flip .flip-animation .front {
      -webkit-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg);
      opacity: 0; }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container.flip .flip-animation .back, .magazine-content .wv-container.wv-flipcards .card-container .flip-container.flip .flip-animation .front {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation {
      position: relative; }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .front, .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .back {
      width: 100%;
      min-height: 333px;
      padding: 40px 20px 20px 20px;
      border: 1px solid #ac8e56;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: 1.5s;
      -moz-transition: 1.5s;
      -ms-transition: 1.5s;
      transition: 1.5s; }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .front.display-portrait, .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .back.display-portrait {
      min-height: 500px; }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .front.hasImage, .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .back.hasImage {
      border-color: transparent; }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .back {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
    .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .front {
      z-index: 2;
      -webkit-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer.display-landscape {
    max-width: 770px;
    height: 480px; }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer.display-portrait {
    max-height: 500px;
    max-width: 340px; }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer.display-square {
    max-height: 500px;
    max-width: 500px; }
  .magazine-content .wv-container.wv-hotspotHidden .container-wrap .inner-container .content .wv-intro, .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content .wv-intro {
    margin: 0 0 15px 0; }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer, .magazine-content .wv-container.wv-hotspot .hotspotContainer {
    position: relative;
    margin: 15px auto 20px;
    display: block;
    width: 100%;
    height: 100%; }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer.display-landscape, .magazine-content .wv-container.wv-hotspot .hotspotContainer.display-landscape {
    /*max-height: 434px; 
     max-width: 770px;
     height: 480px;*/ }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer.display-portrait, .magazine-content .wv-container.wv-hotspot .hotspotContainer.display-portrait {
    /*height: 550px; 
     max-height: 500px; 
     max-width: 340px;*/ }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer.display-square, .magazine-content .wv-container.wv-hotspot .hotspotContainer.display-square {
    /*height: 440px;
     max-height: 500px;
     max-width: 500px;*/ }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot {
    width: 32px;
    height: 32px; }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hotspotImage, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hotspotImage {
    width: 100%;
    height: 100%; }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot {
    cursor: pointer;
    background-image: url('img/hotspot-open.png');
    background-size: 8px 8px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #ac8e56;
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot .open, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot .open {
      background-image: url('img/hotspot-open.png'); }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot.done, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot.done {
      background-image: url('img/hotspot-done.png');
      background-size: 9.5px 7px; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot.open, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot.open {
      background-image: url('img/hotspot-close.png');
      background-size: 8px 7px; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot.open.done, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot.open.done {
      background-image: url('img/hotspot-close.png'); }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hiddenDot {
    pointer-events: none;
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    background: url('img/user-dot.png');
    background-size: 54px 54px;
    /*border: 1px solid $whiteColor;
     background-position: center;
     background-repeat: no-repeat;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    /* &.userDot {
     &:not(.correct):not(wrong) {
     }
     }*/
    /*&:after {
     content: '';
     display: block;
     width: 7px;
     height: 7px;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     background-color: $whiteColor;
     @include radius(50%);
     }*/ }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot.correct, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hiddenDot.correct, .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot.wrong, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hiddenDot.wrong {
      margin-left: -15px;
      margin-top: -15px; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot .answerIcon, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hiddenDot .answerIcon {
      display: none;
      width: 26px;
      height: 26px;
      position: absolute;
      right: -13px;
      top: -4px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot.correct, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hiddenDot.correct, .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot.wrong, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hiddenDot.wrong {
      width: 30px;
      height: 30px; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot.correct, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hiddenDot.correct {
      background: url('img/hotspot-correct.png');
      background-size: 13px 9px;
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      /*.answerIcon {
       display: block;
       background-color: #a8b400;
       background-image: url('img/icons/checkmark-white-small.png');
       background-size: 12.5px 9px;
       }*/ }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot.wrong, .magazine-content .wv-container.wv-hotspot .hotspotContainer .hiddenDot.wrong {
      background: url('img/hotspot-incorrect.png');
      background-size: 9px 9px;
      background-color: #ac8e56;
      background-position: center;
      background-repeat: no-repeat;
      /*.answerIcon {
       display: block;
       background-color: #e60000;
       background-image: url('img/icons/cross-white-small.png');
       background-size: 9.5px 10px;
       }*/ }
  .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup {
    display: none;
    position: absolute;
    color: #1c1c1c;
    text-align: left;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup .popup-wrapper, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup .popup-wrapper {
      width: 90%;
      margin: 0 auto 25px;
      background: #e4e4e4;
      padding: 20px; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup .arrow, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup .arrow {
      content: '';
      display: block;
      left: 50%;
      top: -10px;
      position: absolute;
      width: 0;
      height: 0;
      border-bottom: 10px solid #e4e4e4;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup .popupTitle, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup .popupTitle {
      margin: 0 0 10px 0;
      font-weight: bold;
      font-family: "Karla";
      font-size: 18px;
      font-size: 1.125rem; }
    .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup .popupBody, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup .popupBody {
      font-family: "Karla";
      line-height: 24px;
      font-size: 14px;
      font-size: 0.875rem; }
  .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content h2, .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .sub-title {
    padding: 0px 10px; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content h2 {
      font-weight: bold; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .sub-title {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 24px; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .wv-media {
      margin: 15px auto 0px; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .media {
      width: 100%;
      height: auto;
      display: block;
      margin: 15px 0px; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .media.display-portrait {
      width: 100%;
      max-width: 340px;
      height: 500px; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .media.display-square {
      width: 100%;
      max-width: 340px;
      height: 340px; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .media img {
      width: 100%;
      height: 100%; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .section.right {
      margin-top: 40px; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item {
      width: 100%;
      font-size: 18px;
      font-size: 1.125rem;
      color: #fff;
      background: #ac8e56;
      margin: 5px 0px;
      /*line-height: 30px;*/
      padding: 15px 40px 10px 10px;
      position: relative;
      cursor: pointer; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored-item {
      color: #fff; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .toggle {
      cursor: pointer; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .toggle p {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.125rem; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .toggle-icon {
      opacity: 0;
      font-size: 0;
      color: #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      width: 12px;
      height: 18px;
      /*height: 30px*/
      /*line-height: 30px;*/
      text-align: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("img/chevron-right-white.png"); }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .inner {
      opacity: 0;
      height: 0;
      visibility: hidden; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .inner .blockcontent {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .tab-block-mobile .blocktitle {
      font-weight: bold;
      display: block;
      margin: 0 0 5px 0; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item:not(.open) .toggle-icon.close {
      opacity: 1; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open {
      background: #fff;
      color: #1c1c1c; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open .toggle-icon {
        /*opacity:1; 
         color:$beigeColor;*/ }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open .toggle-icon.close {
          opacity: 1;
          right: auto;
          left: 10px;
          top: 16px;
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          background-image: url("img/chevron-left-gold.png"); }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open .toggle {
        color: #ac8e56; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open .toggle p {
          padding-left: 20px; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open.colored-item {
        color: #fff; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open.colored-item .toggle {
          color: #fff; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open.colored-item .toggle-icon.close {
          background-image: url("img/chevron-left-white.png"); }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open .inner {
        opacity: 1;
        height: auto;
        visibility: visible; }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored {
      color: #fff; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored .toggle {
        color: #fff; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white {
        background-color: #fff;
        color: #ac8e56; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white .toggle {
          color: #ac8e56; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white.open .toggle {
          color: #ac8e56; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white.open .toggle-icon {
            background-image: url("img/chevron-right-gold.png"); }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-brass {
        background-color: #ac8e56;
        color: #fff; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-brass .toggle {
          color: #fff; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-brass.open .toggle {
          color: #fff; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-charcoal {
        background-color: #1c1c1c;
        color: #fff; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-charcoal .toggle {
          color: #fff; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-charcoal.open .toggle {
          color: #fff; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored .toggle-icon {
        opacity: 1;
        background-repeat: no-repeat;
        background-size: contain; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored .toggle-icon.open {
          background-image: url("img/chevron-right-white.png"); }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white .toggle-icon.open {
        background-image: url("img/chevron-right-gold.png"); }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.open .toggle-icon.open {
        display: none; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.open .toggle-icon.close {
          right: auto;
          left: 10px;
          top: 15px;
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          background-image: url("img/chevron-left-white.png"); }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.open .toggle p {
          padding-left: 25px; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.open.bg-white .toggle-icon.close {
          background-image: url("img/chevron-left-gold.png"); }
    .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block {
      display: none; }
  .magazine-content .scormiframe {
    width: 100%;
    height: 100vh;
    border: 0; }

.magazine-highlight {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  font-family: "Karla";
  text-align: left; }
  .magazine-highlight .top {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #ac8e56;
    font-weight: bold;
    padding: 10px 0 20px 0; }
  .magazine-highlight .top .icon {
    float: right;
    position: relative;
    top: 5px; }
  .magazine-highlight.item-blocks .item-block {
    width: 100%; }
  .magazine-highlight.item-blocks .item-block .hover-overlay {
    padding: 0 10px 10px 10px; }
  .magazine-highlight.item-blocks.white .inner .text .title-text {
    color: #fff; }
    .magazine-highlight.item-blocks.white .inner .text .subtitle-text {
      color: #a5a5a5; }

.magazine-nav {
  /*position: fixed;
   bottom: 0;
   left: 0;
   right: 0;	
   display: none; #0019654 navknoppen werden niet getoond
   */
  font-family: "Karla";
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99; }
  .magazine-nav.jsMainNav {
    display: block; }
  .magazine-nav .nav-container {
    display: block;
    margin: 0 auto;
    text-align: center;
    /*padding: 10px 0;*/
    /*.nav-item {
     display: inline-block;
     padding: 9px;
     width: 30px;
     height: 30px;
     @include radius(50%);
     span {
     display: block;
     width: 10px;
     height: 12px;	
     margin: 0 auto;	
     background-position: 0 0;
     background-repeat: no-repeat;
     }
     &.nav-back {
     span {
     background-image: url('img/arrow-up-sprite.png');	
     }
     }
     &.nav-next {
     span {
     background-image: url('img/arrow-down-sprite.png');	
     }
     }
     &.disabled {
     opacity: 0;
     pointer-events: none;	
     }
     &:hover {
     background-color: $beigeColor !important;
     border-color: $beigeColor !important;
     span {
     background-position: 0 -12px !important;
     }	
     }
     }*/ }
  .magazine-nav .nav-container .wv-btn {
    display: inline-block;
    /*width: 100%;*/
    color: #fff;
    text-align: center;
    padding: 20px 38px;
    margin: 5px 5px 0;
    text-transform: uppercase;
    border: 1px solid #ac8e56;
    background-color: #ac8e56;
    font-family: "Karla";
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    min-width: 165px;
    z-index: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .magazine-nav .nav-container .wv-btn.disabled {
    background: transparent;
    border-color: #4b4b4b;
    opacity: 0.25;
    cursor: not-allowed; }
  .magazine-nav .nav-container .wv-btn.prev {
    /*margin-right: 10px;*/
    /* changed for ticket #0019670 - equal margins for both buttons so view is better on mobile*/ }
  .magazine-nav .nav-container .wv-btn.flip-btn {
    position: absolute;
    bottom: 27px;
    left: 50%;
    padding: 11px 50px 11px 24px;
    min-width: 170px;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .magazine-nav .nav-container .wv-btn.flip-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    background-size: cover;
    background-image: url('img/flip-icon.png');
    height: 29px;
    width: 21px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .magazine-nav .nav-container .magazine-page {
    display: inline-block;
    padding: 5px 30px; }
  .magazine-nav.white .nav-container .wv-btn {
    color: #fff; }
  .magazine-nav.black .nav-container .wv-btn {
    color: #1c1c1c; }
  .magazine-nav.brass .nav-container .wv-btn {
    color: #ac8e56; }
  .magazine-nav.charcoal-bg .nav-container .wv-btn {
    background: #1c1c1c; }
  .magazine-nav.white-bg .nav-container .wv-btn {
    background: #fff; }
  .magazine-nav.brass-bg .nav-container .wv-btn {
    background: #ac8e56; }
  .magazine-nav.brass .nav-container {
    color: #ac8e56; }
  .magazine-nav.brass .nav-container .nav-item span {
    background-position: 0 -24px; }
  .magazine-nav.white .nav-container {
    color: #fff; }
  .magazine-nav.white .nav-container .nav-item span {
    background-position: 0 -12px; }
  .magazine-nav.black .nav-container {
    color: #1c1c1c; }
  .magazine-nav.black .nav-container .nav-item span {
    background-position: 0 0; }

@media screen and (max-width: 370px) {
  .magazine-nav .nav-container .wv-btn {
    min-width: 120px;
    padding: 20px 15px; } }
/*.wv-elucidat {
 .magazine-nav {
 position: absolute;	
 }	
 }*/
.wv-text .container-wrap .inner-container, .wv-conclusion .container-wrap .inner-container, .wv-video .container-wrap .inner-container {
  padding: 75px 0; }

.wv-conclusion .custom-form {
  margin: 35px 0 15px 0; }

.wv-conclusion .container-wrap .inner-container .image {
  display: block;
  width: 100%;
  padding: 0; }

@media only screen and (min-width: 768px) {
  .magazine-header .header-inner {
    padding: 16px 0; }
    .magazine-header.closeButton .page-back a {
      width: auto;
      display: inline-block; }
    .magazine-content .wv-container .container-wrap {
      width: 100%;
      padding-top: 68px;
      overflow: hidden;
      /*margin-bottom: 40px;*/ }
      .magazine-content .wv-container .container-wrap .inner-container .content, .magazine-content .wv-container .container-wrap .inner-container .image {
        display: inline-block;
        width: 50%;
        padding: 0 25px 25px; }
        .magazine-content .wv-container .container-wrap .inner-container .content.large-content, .magazine-content .wv-container .container-wrap .inner-container .image.large-content {
          width: 90%; }
        .magazine-content .wv-container .container-wrap .inner-container .content {
          /* disabled with ticket 19414, tablet view not specified */
          /*@include font-size(16px);
           line-height: 34px;*/ }
        .magazine-content .wv-container .container-wrap .inner-container .content .title p {
          font-size: 28px;
          font-size: 1.75rem;
          font-family: "LibreBaskerville";
          color: #1c1c1c;
          line-height: 32px; }
        .magazine-content .wv-container .container-wrap .inner-container .content .blockcontent p {
          line-height: 26px;
          font-size: 18px;
          font-size: 1.125rem; }
        .magazine-content .wv-container .container-wrap .inner-container .content h1 {
          font-size: 44px;
          font-size: 2.75rem;
          line-height: 65px;
          /*p {
           @include font-size(44px);	
           line-height: 65px;
           }*/ }
        .magazine-content .wv-container .container-wrap .inner-container .content h2 {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 32px;
          /*p {
           @include font-size(36px);	
           line-height: 56px;
           }*/ }
        .magazine-content .wv-container .container-wrap .inner-container .content h3 {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 44px;
          /*p {
           @include font-size(24px);	
           line-height: 44px;
           }*/ }
        .magazine-content .wv-container .container-wrap .inner-container .content .title {
          line-height: 38px;
          font-size: 24px;
          font-size: 1.5rem; }
        .magazine-content .wv-container .container-wrap .inner-container .content .sub-title {
          font-size: 18px;
          font-size: 1.125rem; }
        .magazine-content .wv-container .container-wrap .inner-container .content .flip-title {
          font-size: 26px;
          font-size: 1.625rem;
          line-height: 44px; }
        .magazine-content .wv-container .container-wrap .inner-container .content .wv-intro {
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 30px; }
        .magazine-content .wv-container .container-wrap .inner-container .content .options .option {
          font-size: 18px;
          font-size: 1.125rem; }
        .magazine-content .wv-container .container-wrap .inner-container .content.alignCenterMobile {
          text-align: inherit; }
        .magazine-content .wv-container .container-wrap .inner-container .content .cards .card-container {
          display: inline-block;
          width: 500px;
          min-height: 500px;
          margin: 0 10px; }
          .magazine-content .wv-container .container-wrap .inner-container .content .cards .card-container.display-portrait {
            width: 340px; }
        .magazine-content .wv-container .container-wrap .inner-container .content .flip-container .flip-title {
          line-height: 44px;
          font-size: 24px;
          font-size: 1.5rem; }
      .magazine-content .wv-container.wv-flipcards .container-wrap .inner-container .content p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px; }
      .magazine-content .wv-container.wv-flipcards .card-container .flip-container {
        min-height: 500px; }
        .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .front, .magazine-content .wv-container.wv-flipcards .card-container .flip-container .flip-animation .back {
          min-height: 500px; }
      .magazine-content .wv-container.wv-match.mpc-images, .magazine-content .wv-container.wv-mpc.mpc-images {
        /*width: 100%;
         max-width: 100% !important;
         min-height: 100vh;
         margin-bottom: 0;*/ }
      .magazine-content .wv-container.wv-match.mpc-images .container-wrap .inner-container, .magazine-content .wv-container.wv-mpc.mpc-images .container-wrap .inner-container {
        max-width: 1040px; }
    .wv-text .container-wrap .inner-container {
      padding: 68px 0; }
      .wv-text .container-wrap .inner-container .image {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .wv-text .container-wrap.squareLeftTextRight .inner-container .image {
        left: 0; }
        .wv-text .container-wrap.squareLeftTextRight .inner-container .content {
          float: right; }
      .wv-text .container-wrap.squareRightTextLeft .inner-container .image {
        right: 0; }
      .wv-text .container-wrap.landscapeRightTextLeft .inner-container .image {
        right: 0;
        left: 50%;
        padding-right: 0; }
      .wv-text .container-wrap.landscapeLeftTextRight .inner-container .image {
        left: 0;
        padding-left: 0; }
        .wv-text .container-wrap.landscapeLeftTextRight .inner-container .content {
          float: right; }
      .wv-text .container-wrap.portraitRightTextLeft .inner-container .image {
        right: 0;
        /*top: 0;
         @include transform(translateY(0%));*/ }
      .wv-text .container-wrap.portraitLeftTextRight .inner-container .image {
        left: 0;
        /*top: 0;
         @include transform(translateY(0%));*/ }
        .wv-text .container-wrap.portraitLeftTextRight .inner-container .content {
          float: right; }
      .wv-text .container-wrap.textMiddle .inner-container .image {
        display: none; }
        .wv-text .container-wrap.textMiddle .inner-container .content {
          display: block;
          margin: 0 auto; }
    .magazine-content .wv-container.wv-links .container-wrap .inner-container, .magazine-content .wv-container.wv-video .container-wrap .inner-container {
      padding: 68px 0; }
      .magazine-content .wv-container.wv-links .container-wrap.smallCentered .inner-container .video, .magazine-content .wv-container.wv-video .container-wrap.smallCentered .inner-container .video {
        display: block;
        width: 100%;
        /*height: 100%;*/
        padding: 25px; }
        .magazine-content .wv-container.wv-links .container-wrap.smallCentered .inner-container .video img, .magazine-content .wv-container.wv-video .container-wrap.smallCentered .inner-container .video img {
          height: 100%;
          width: 100%;
          min-height: 1px; }
        .magazine-content .wv-container.wv-links .container-wrap.smallCentered .inner-container .content, .magazine-content .wv-container.wv-video .container-wrap.smallCentered .inner-container .content {
          display: block;
          width: 100%; }
      .magazine-content .wv-container.wv-links .container-wrap.mediumRight .inner-container .video, .magazine-content .wv-container.wv-video .container-wrap.mediumRight .inner-container .video {
        display: inline-block;
        width: 66%;
        height: 100%;
        padding: 25px 25px 25px 100px; }
        .magazine-content .wv-container.wv-links .container-wrap.mediumRight .inner-container .video img, .magazine-content .wv-container.wv-video .container-wrap.mediumRight .inner-container .video img {
          height: 100%;
          width: 100%;
          min-height: 1px; }
        .magazine-content .wv-container.wv-links .container-wrap.mediumRight .inner-container .content, .magazine-content .wv-container.wv-video .container-wrap.mediumRight .inner-container .content {
          display: inline-block;
          width: 33%;
          padding: 0; }
      .magazine-content .wv-container.wv-elucidat .container-wrap {
        padding-bottom: 0; }
      .magazine-content .wv-container.wv-hotspotHidden .container-wrap.textMiddle .inner-container .content, .magazine-content .wv-container.wv-hotspot .container-wrap.textMiddle .inner-container .content, .magazine-content .wv-container.wv-flipcards .container-wrap.textMiddle .inner-container .content, .magazine-content .wv-container.wv-trueFalse .container-wrap.textMiddle .inner-container .content, .magazine-content .wv-container.wv-conclusion .container-wrap.textMiddle .inner-container .content {
        display: block;
        margin: 0 auto; }
        .magazine-content .wv-container.wv-hotspotHidden .container-wrap.textMiddle .inner-container .content .popup-toggle, .magazine-content .wv-container.wv-hotspot .container-wrap.textMiddle .inner-container .content .popup-toggle, .magazine-content .wv-container.wv-flipcards .container-wrap.textMiddle .inner-container .content .popup-toggle, .magazine-content .wv-container.wv-trueFalse .container-wrap.textMiddle .inner-container .content .popup-toggle, .magazine-content .wv-container.wv-conclusion .container-wrap.textMiddle .inner-container .content .popup-toggle {
          display: block; }
      .magazine-content .wv-container.wv-hotspotHidden .container-wrap .inner-container .image, .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .image, .magazine-content .wv-container.wv-flipcards .container-wrap .inner-container .image, .magazine-content .wv-container.wv-trueFalse .container-wrap .inner-container .image, .magazine-content .wv-container.wv-conclusion .container-wrap .inner-container .image {
        display: block;
        width: 100%;
        padding: 0; }
      .magazine-content .wv-container.wv-trueFalse .container-wrap .inner-container .content .options .option {
        display: inline-block;
        width: 48%; }
        .magazine-content .wv-container.wv-trueFalse .container-wrap .inner-container .content .options .option:nth-child(2) {
          float: right; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer, .magazine-content .wv-container.wv-hotspot .hotspotContainer {
        margin: 15px auto 20px;
        /*&.display-portrait {
         width: 440px;
         }
         &.display-square {
         width: 440px;
         }*/ }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot {
        background-image: url('img/hotspot-open.png');
        background-size: 16px 16px;
        /*background-size: 19px 14px;*/
        width: 46px;
        height: 46px;
        margin: -23px 0 0 -23px; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot .open, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot .open {
        background-image: url('img/hotspot-open.png'); }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot.done, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot.done {
        background-image: url('img/hotspot-done.png');
        background-size: 19px 14px; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot.open, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot.open {
        background-image: url('img/hotspot-close.png');
        background-size: 16px 14px; }
        .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .dot.open.done, .magazine-content .wv-container.wv-hotspot .hotspotContainer .dot.open.done {
          background-image: url('img/hotspot-close.png'); }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup {
        width: 435px; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup .popup-wrapper, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup .popup-wrapper {
        width: 100%;
        padding: 15px 25px; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup.right .arrow, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup.right .arrow {
        left: -10px;
        border-right: 10px solid #e4e4e4;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup.left .arrow, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup.left .arrow {
        left: unset;
        right: -30px;
        border-left: 10px solid #e4e4e4;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup .arrow, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup .arrow {
        top: 36px; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup .popupTitle, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup .popupTitle {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .popup .popupBody, .magazine-content .wv-container.wv-hotspot .hotspotContainer .popup .popupBody {
        line-height: 26px; }
      .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content {
        font-size: 0;
        width: 100%;
        /*max-width: 1600px;*/
        /*h2 {
         @include font-size(60px);
         margin: 0 0 10px 0;
         }*/ }
        .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content.image-left .block {
          padding: 30px 110px; }
        .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content.image-left .block:first-child {
          padding: 0; }
        .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content .block {
          display: inline-block;
          width: 50%;
          vertical-align: middle; }
        .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content .block h2 {
          margin: 0 0 0.25em 0; }
        .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content .block:first-child {
          /*padding: 30px;*/
          padding: 30px 110px; }
        .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content .title {
          margin: 0 0 8px 0; }
        .magazine-content .wv-container.wv-hotspot .container-wrap .inner-container .content .sub-title {
          margin: 0 0 15px 0; }
      .magazine-content .wv-container.wv-hotspotHidden .container-wrap .inner-container .content {
        width: 800px; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer {
        margin: 15px -25px 20px;
        width: calc(100% + 50px); }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot.correct, .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer .hiddenDot.wrong {
        width: 46px;
        height: 46px;
        margin-left: -23px;
        margin-top: -23px; }
      .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer.display-portrait, .magazine-content .wv-container.wv-hotspotHidden .hotspotContainer.display-square {
        margin: 15px auto 20px; }
      .magazine-content .wv-container.wv-tabs .container-wrap {
        max-width: 1600px; }
      .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        font-size: 0; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .section {
          position: relative; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .section.right {
          width: calc(75% - 20px); }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .section.left {
          width: calc(25% - 20px); }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .sub-title {
          font-size: 18px;
          line-height: 38px; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item {
          width: 380px;
          padding: 8px 40px 8px 20px; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .toggle {
          line-height: 44px; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .toggle p {
            line-height: 44px;
            margin-bottom: 0; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .toggle-icon {
          font-size: 0;
          right: 10px;
          background-size: 12px 18px;
          background-repeat: no-repeat;
          background-position: center center; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .toggle-icon.open {
            background-image: url('img/chevron-right-gold.png'); }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .toggle-icon.close {
            background-image: url('img/chevron-right-white.png'); }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item .tab-block-mobile {
          display: none; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open + .item-block {
          opacity: 1;
          visibility: visible; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open .toggle p {
            padding-left: 0; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open .toggle-icon.close {
            left: auto;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-image: url('img/chevron-right-gold.png'); }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.open.colored-item .toggle-icon.close {
            background-image: url('img/chevron-right-white.png'); }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored .toggle-icon.open {
          background-image: url('img/chevron-right-white.png'); }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.open .toggle-icon.close {
            left: auto;
            right: 10px;
            background-image: url('img/chevron-right-white.png'); }
            .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.open .toggle p {
              padding-left: 0; }
            .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.open .toggle-icon.open {
              background-image: url('img/chevron-right-white.png'); }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white .toggle-icon.open, .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white .toggle-icon.close {
            background-image: url("img/chevron-right-gold.png"); }
            .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white.open .toggle-icon.open, .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item.colored.bg-white.open .toggle-icon.close {
              background-image: url("img/chevron-right-gold.png"); }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block {
          display: inline-block;
          position: absolute;
          top: 5px;
          right: 0;
          width: calc(100% - 400px);
          background-color: #fff;
          color: #1c1c1c;
          opacity: 0;
          visibility: hidden; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block .inner {
          padding: 30px 30px 50px 30px; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block .inner .title {
            margin: 0 0 15px 0;
            font-weight: normal;
            font-size: 40px;
            font-size: 2.5rem; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block .inner .blocktitle {
            line-height: 44px;
            font-size: 24px;
            font-size: 1.5rem;
            font-weight: bold; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block .inner .blockcontent {
            font-size: 18px;
            font-size: 1.125rem; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block.colored-item {
          color: #fff; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block.colored-item .title p {
            color: #fff; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block.colored {
          color: #fff; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block.colored.bg-charcoal {
            background-color: #1c1c1c; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block.colored.bg-brass {
            background-color: #ac8e56; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items .item-block.colored.bg-white {
            color: #1c1c1c; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-left .section.left {
          width: 33%; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-left .section.left .wv-media {
            padding-right: 20px; }
            .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-left .section.left .wv-media.display-portrait {
              max-width: 500px;
              max-height: 735px; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-left .section.right {
          width: 66%;
          margin-left: 0; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-left .section.right .tab-items .item {
            width: calc(50% - 20px); }
            .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-left .section.right .tab-items .item-block {
              width: 50%; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-left .section .sub-title {
          display: none; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top {
          /*.sub-title {
           display: none;
           }*/ }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top .section .sub-title {
          display: block; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top .tab-items {
          position: relative; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top .tab-items .item {
          display: inline-block;
          width: auto;
          margin: 0 5px 0 0;
          padding: 8px 20px; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top .tab-items .item.colored-item {
            height: 60px;
            width: 60px;
            padding: 0; }
            .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top .tab-items .item.colored-item .tab-title {
              display: none; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top .tab-items .item .toggle-icon {
            display: none; }
          .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top .tab-items .item.colored-item .toggle-icon {
            display: none; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tap-position-top .tab-items .item-block {
          top: 60px;
          left: 0;
          width: 100%; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content h2 {
          font-size: 60px;
          line-height: 86px;
          margin-bottom: 10px; }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .section {
          display: inline-block;
          width: calc(50% - 20px); }
        .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .section.right {
          margin-left: 40px;
          margin-top: 10px; }
    .magazine-nav {
      /*position: relative;*/
      position: absolute;
      left: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block;
      /*&.charcoal-bg,
       &.white-bg,
       &.brass-bg {
       background: transparent;
       }*/
      /*.nav-container {
       padding: 0;
       .magazine-page {
       padding: 13px 30px;	
       }
       .nav-item {
       width: 40px;
       height: 40px;
       padding: 13px;
       border: 1px solid transparent;
       }
       }*/ }
    .magazine-nav.jsMainNav {
      display: none; }
    .magazine-nav .nav-container .wv-btn.prev {
      margin-right: 21px; }
    .magazine-nav.brass-bg .nav-container .nav-item {
      border-color: #ac8e56; }
    .magazine-nav.white-bg .nav-container .nav-item {
      border-color: #fff; }
    .magazine-nav.charcoal-bg .nav-container .nav-item {
      border-color: #1c1c1c; } }

@media only screen and (min-width: 992px) {
  .magazine-header .wvCounter {
    display: inline-block;
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid #4a4a4a;
    position: static;
    top: 0;
    transform: none;
    right: 0; }
    .magazine-header .wvCounter .desc {
      display: inline-block; }
    .magazine-header .wvCounter.magazineCounter {
      border-left: 0;
      position: absolute;
      left: 175px;
      right: auto;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 2px 0 0 0;
      padding: 0; }
    .magazine-header.closeButton .page-back {
      width: auto; }
    .magazine-header.closeButton .magazine-info {
      display: block; } }

@media only screen and (min-width: 1200px) {
  .magazine-content .wv-container .container-wrap .inner-container {
    padding: 0 0 75px 0; }
    .magazine-content .wv-container .container-wrap .inner-container .content {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px; }
      .magazine-content .wv-container .container-wrap .inner-container .content h1 {
        font-size: 64px;
        font-size: 4rem;
        line-height: 84px;
        /*p {
         @include font-size(64px);	
         line-height: 84px;
         }*/ } }

@media only screen and (min-width: 1200px) {
  .magazine-highlight {
    position: absolute;
    right: 5%;
    bottom: 0; } }

@media only screen and (max-width: 768px) {
  .magazine-nav .magazine-container .wv-btn.prev, .magazine-nav .magazine-container .wv-btn.next {
    padding: 13px 38px;
    width: 200px;
    margin: 0 20px;
    float: inherit; }

  .magazine-content .wv-container.wv-tabs .container-wrap .inner-container .content .tab-items {
    height: auto !important; } }

.magazine .magazine-content .wv-container.theme-dark {
  background: #1c1c1c; }
  .magazine .magazine-content .wv-container.theme-dark .container-wrap .inner-container .content h1, .magazine .magazine-content .wv-container.theme-dark .container-wrap .inner-container .content h3 {
    color: #fff; }

.wv-container .link-blocks .item-block {
  height: 225px; }
  .wv-container .link-blocks .item-block .inner .image {
    height: 225px; }
  .wv-container .link-blocks .item-block .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(28, 28, 28, 0.9);
    padding: 5px 60px 5px 15px;
    overflow: hidden; }
  .wv-container .link-blocks .item-block .text .title-text {
    color: #ac8e56;
    word-wrap: break-word;
    /* white-space: normal; */
    word-break: break-all; }
  .wv-container .link-blocks .item-block .text .subtitle-text {
    opacity: 0;
    height: 0;
    margin: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .wv-container .link-blocks .item-block:hover .text .subtitle-text {
    height: auto;
    opacity: 1;
    padding-bottom: 10px;
    /*#0019665*/ }
  .wv-container .link-blocks .item-block:hover .text .subtitle-text p {
    white-space: normal; }
  .wv-container .link-blocks .item-block .icon.icon-download {
    position: absolute;
    width: 13px;
    height: 17px;
    background-image: url('img/download-icon.png');
    background-size: cover;
    top: 0;
    right: 0;
    margin: 16px 23px; }

.magazine .magazine-content .wv-container.wv-links .inner-container .large-content-right .link-blocks {
  text-align: center; }

.italic-text {
  font-style: italic; }

.open-parent {
  margin-top: 10px;
  width: 100%;
  display: block; }
  .open-parent .openvalue {
    border: 1px solid #d2d2d2;
    width: 100%;
    min-height: 150px;
    font-family: "Karla";
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px;
    color: #1c1c1c;
    margin-top: 8px; }
  .open-parent .openvalue:focus {
    border-color: #aa8c59; }

@media only screen and (min-width: 768px) {
  .magazine-content .wv-container.wv-open.wv-large-width .container-wrap .inner-container .content {
    width: 50%;
    display: block;
    margin: 0 auto; }
    .open-parent .openvalue {
      min-height: 150px;
      font-size: 18px;
      font-size: 1.125rem; }
    .magazine .magazine-content .wv-container.wv-links .inner-container .content {
      width: 40%; }
      .magazine .magazine-content .wv-container.wv-links .inner-container .large-content-right {
        display: inline-block;
        width: 60%;
        text-align: left; }
        .magazine .magazine-content .wv-container.wv-links .inner-container .large-content-right .link-blocks {
          text-align: left; }
          .magazine .magazine-content .wv-container.wv-links .inner-container .large-content-right .link-blocks .item-block {
            margin: 10px;
            cursor: pointer; }
            .magazine .magazine-content .wv-container.wv-links .inner-container .large-content-right .link-blocks .item-block .image {
              width: 100%; } }

@media only screen and (min-width: 1024px) {
  .magazine .magazine-content .wv-container.wv-links .inner-container .content {
    width: 30%; }
    .magazine .magazine-content .wv-container.wv-links .inner-container .large-content-right {
      width: 70%; }
      .magazine .magazine-content .wv-container.wv-links .inner-container .large-content-right .link-blocks .item-block {
        margin: 15px; } }

.magazine-content .wv-container.wv-match.mpc-images .container-wrap .inner-container .content .options, .magazine-content .wv-container.wv-mpc.mpc-images .container-wrap .inner-container .content .options {
  max-width: 530px;
  margin: 0 auto; }
  .magazine-content .wv-container.wv-match .container-wrap .inner-container .content h2, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content h2 {
    max-width: calc(100% - 50px);
    margin: 0 auto; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .mpc-media, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .mpc-media, .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .video, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .video {
      width: 100%;
      margin-bottom: 40px;
      display: block; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .mpc-media.display-portrait, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .mpc-media.display-portrait, .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .video.display-portrait, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .video.display-portrait {
      width: 340px;
      height: 483px;
      margin: 0 auto;
      margin-bottom: 40px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .mpc-media img, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .mpc-media img, .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .video img, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .video img {
      width: 100%;
      height: 100%;
      min-height: 1px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options {
      margin-top: 10px;
      text-align: left; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent {
      width: 168px;
      display: inline-block;
      margin: 3px;
      text-align: center; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent.open .option-overlay, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent.open .option-overlay {
      opacity: 1;
      visibility: visible; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-overlay, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 10000;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      transition: all 0.5s linear;
      padding: 100px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-overlay .background-layer, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-overlay .background-layer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6); }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-overlay .option-overlay-image, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-overlay .option-overlay-image {
      position: relative; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-overlay .option-overlay-image .popup-toggle, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-overlay .option-overlay-image .popup-toggle {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        right: -70px;
        background: url('img/close-overlay.png');
        margin: 10px;
        cursor: pointer; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-overlay img, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-overlay img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-overlay .overlay-content, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-overlay .overlay-content {
      position: relative;
      z-index: 1;
      max-height: 100%;
      height: 100%; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-image {
      width: 100%; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image.display-portrait, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-image.display-portrait {
      height: 215px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image.display-square, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-image.display-square {
      height: 168px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image img, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-image img {
      width: 100%;
      height: 100%; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option {
      margin-top: 0;
      text-align: center; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option {
      padding: 19px 20px;
      line-height: 19px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option.correct, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option.correct, .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option.incorrect, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option.incorrect {
      padding: 15px 45px; }
  .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options {
    text-align: center; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image {
      height: 168px;
      position: relative;
      background-color: #fff; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image.has-text + .option.active {
      margin-top: 1px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image .text {
      font-weight: bold;
      line-height: 19px;
      padding: 0 30px;
      color: #1c1c1c;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 16px;
      font-size: 1rem; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 20px;
      padding: 14px 18px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active {
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem;
      line-height: 19px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active.incorrect {
        text-decoration: line-through; }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active.incorrect:before {
          background-image: url('img/option-incorrect-bronze.png');
          height: 9px;
          width: 9px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active.correct {
        color: #ac8e56; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active.correct:before, .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active.incorrect:before {
        left: 8px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option {
      position: relative;
      padding: 8px;
      height: 168px;
      line-height: 140px;
      background-color: rgba(255, 255, 255, 0.1); }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option img {
        width: 100%;
        height: 100%; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option.active.incorrect:before, .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option.active.correct:before {
        position: absolute;
        top: 50%;
        left: 50%;
        background-repeat: no-repeat;
        background-position: center center;
        height: 30px;
        width: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option.active.correct:before {
          background-color: #fff;
          background-size: 13px 9.5px; }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option.active.incorrect {
          padding: 8px; }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option.active.incorrect:before {
          background-image: url('img/option-incorrect-white.png');
          background-color: #ac8e56;
          background-size: 9px 9px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay {
      padding: 68px 0 0 0; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .thumbnail {
      position: relative;
      margin: auto;
      background-color: #fff;
      width: 200px;
      height: 200px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .thumbnail .text {
      font-weight: bold;
      line-height: 25px;
      padding: 0 30px;
      color: #1c1c1c;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 21px;
      font-size: 1.3125rem; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options {
      margin: 20px 10px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options .option {
      cursor: pointer; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options .option:hover:not(.correct):not(.incorrect):not(.active):not(.option-image) {
      background-color: #fff;
      color: #1c1c1c; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options .option.active {
      background-color: rgba(255, 255, 255, 0.25);
      color: #fff; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options .option-image {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 8px;
      display: inline-block;
      margin: 4px 2px;
      width: 168px;
      height: 168px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options .option-image.active {
      background-color: rgba(255, 255, 255, 0.25); }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options .option-image img {
      width: 100%;
      height: 100%; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .wv-btn {
      min-width: 200px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .resetItems {
      position: relative;
      display: block;
      color: #fff;
      margin: 0 auto 15px;
      max-width: 200px;
      line-height: 32px;
      font-size: 16px;
      font-size: 1rem; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .resetItems:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 10px;
      background-image: url('img/resset-white.png');
      width: 20px;
      height: 20px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content.black .resetItems {
      color: #1c1c1c; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content.black .resetItems:before {
      background-image: url('img/resset-dark.png'); }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content.black .options .option-parent .option-image {
      background-color: #e4e4e4;
      border-bottom: 1px solid #fff; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content.black .options .option-parent .option.image-option {
      background-color: #e4e4e4; }

@media only screen and (min-width: 768px) {
  .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content {
    max-width: 650px; } }

@media only screen and (min-width: 768px) {
  .magazine-content .wv-container.wv-match.mpc-images .container-wrap, .magazine-content .wv-container.wv-mpc.mpc-images .container-wrap {
    max-width: 1400px; }
    .magazine-content .wv-container.wv-match.mpc-images .container-wrap .inner-container .content, .magazine-content .wv-container.wv-mpc.mpc-images .container-wrap .inner-container .content {
      max-width: 1400px;
      width: 100%; }
      .magazine-content .wv-container.wv-match.mpc-images .container-wrap .inner-container .content h2, .magazine-content .wv-container.wv-mpc.mpc-images .container-wrap .inner-container .content h2, .magazine-content .wv-container.wv-match.mpc-images .container-wrap .inner-container .content .sub-title, .magazine-content .wv-container.wv-mpc.mpc-images .container-wrap .inner-container .content .sub-title {
        width: 650px;
        display: block;
        margin: 0 auto; }
      .magazine-content .wv-container.wv-match.mpc-images .container-wrap .inner-container .content .options, .magazine-content .wv-container.wv-mpc.mpc-images .container-wrap .inner-container .content .options {
        max-width: 1400px;
        text-align: center; }
    .magazine-content .wv-container.wv-match .container-wrap, .magazine-content .wv-container.wv-mpc .container-wrap {
      margin-top: 0px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content {
      width: 650px;
      margin: 0 auto;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 38px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content h1, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content h1 {
        font-size: 66px;
        font-size: 4.125rem;
        line-height: 85px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content h2, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content h2 {
        max-width: calc(100% - 100px);
        font-size: 36px;
        line-height: 56px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .sub-title, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .sub-title {
        font-size: 18px;
        padding: 30px 0px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options {
        margin-bottom: 50px; }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent {
          width: 320px; }
          .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-image {
            position: relative; }
            .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image.display-portrait, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-image.display-portrait {
              height: 400px; }
            .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image.display-square, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-image.display-square {
              height: 320px; }
            .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image .popup-toggle, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option-parent .option-image .popup-toggle {
              width: 42px;
              height: 42px;
              position: absolute;
              top: 0;
              right: 0;
              background: url('img/vergrootglas.png');
              cursor: pointer;
              margin: 10px; }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option, .magazine-content .wv-container.wv-mpc .container-wrap .inner-container .content .options .option {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 38px;
          padding: 15px 20px;
          letter-spacing: 1px; }
    .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option {
      line-height: 50px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active {
        padding: 29px 15px; }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active.incorrect:before, .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.active.correct:before {
          left: 20px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option {
        height: 320px;
        line-height: 304px;
        font-size: 36px;
        font-size: 2.25rem; }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option.active {
          padding: 8px; }
        .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option.image-option img {
          height: 100%;
          width: 100%; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image {
        height: 320px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .options .option-parent .option-image .text {
        line-height: 25px;
        font-size: 21px;
        font-size: 1.3125rem; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay {
        padding: 100px 0 30px 0; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay img {
        width: 450px;
        height: 450px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options .options {
        max-width: 450px; }
      .magazine-content .wv-container.wv-match .container-wrap .inner-container .content .option-overlay .option-overlay-options .option-image {
        width: 218px;
        height: 218px; } }

.magazine-content .wv-container.wv-accordion .container-wrap .inner-container {
  /*h2, .sub-title {
   padding: 0px 10px;
   }
   h2 {font-weight:bold;}*/ }
  .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .sub-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .media {
      width: 100%;
      height: auto;
      display: block;
      margin: 15px 0px; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .media img {
      width: 100%;
      height: 100%;
      min-height: 1px; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .section.right {
      margin-top: 40px; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item {
      width: 100%;
      font-size: 18px;
      color: #fff;
      background: #ac8e56;
      margin: 10px 0px;
      line-height: 30px;
      padding: 15px 40px 15px 10px;
      position: relative; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item .toggle {
      cursor: pointer; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item .toggle p {
      font-size: inherit !important;
      line-height: inherit !important;
      margin: 0; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item .toggle-icon {
      opacity: 0;
      font-size: 25px;
      color: #fff;
      position: absolute;
      top: 13px;
      right: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item .inner {
      opacity: 0;
      height: 0;
      visibility: hidden;
      /*.blockcontent {
       font-size: 14px;
       line-height: 24px;
       }*/ }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.color-brass {
      background: #ac8e56; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.color-brass .toggle {
      color: #fff; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.color-charcoal {
      background: #1c1c1c; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.color-charcoal .toggle {
      color: #fff; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.color-white {
      background: #fff; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.color-white .toggle {
      color: #ac8e56; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.color-white .toggle-icon.close {
      color: #ac8e56; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item:not(.open) .toggle-icon.close {
      opacity: 1; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.open {
      background: #fff;
      color: #1c1c1c; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.open .toggle-icon.open {
      opacity: 1;
      color: #ac8e56; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.open .toggle {
      color: #ac8e56; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item.open .inner {
      opacity: 1;
      height: auto;
      visibility: visible; }

@media only screen and (min-width: 768px) {
  .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content {
    width: 100%; } }

@media only screen and (min-width: 1200px) {
  .magazine-content .wv-container.wv-accordion .container-wrap {
    max-width: 1600px; }
    .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      font-size: 0;
      /*h2 {
       font-size: 60px;
       line-height: 86px;
       margin-bottom: 10px;
       }*/ }
      .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .sub-title {
        font-size: 18px;
        line-height: 38px; }
      .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item {
        padding: 18px 40px 18px 30px;
        /*.inner .blockcontent {
         font-size: 18px;
         line-height: 44px;
         }*/ }
        .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item .toggle {
          line-height: 44px; }
        .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .accordion-items .item .toggle-icon {
          top: 25px;
          right: 20px; }
      .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .section {
        display: inline-block;
        width: calc(50% - 20px); }
        .magazine-content .wv-container.wv-accordion .container-wrap .inner-container .content .section.right {
          margin-left: 40px;
          margin-top: 10px; } }

.magazine-content .showAnswers {
  text-decoration: none;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ac8e56;
  padding: 20px; }
  .magazine-content .showAnswers.default-hidden {
    display: none; }
  .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    display: block;
    /*h2 {font-weight:bold;}*/ }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .meta {
      text-align: center; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer {
      font-size: 18px;
      font-size: 1.125rem;
      background: #e4e4e4;
      line-height: 24px;
      color: #1c1c1c;
      padding: 18px 35px 18px 12px;
      font-weight: bold;
      margin: 5px 0px;
      position: relative; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer p {
      margin: 0; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.correct {
      padding-left: 35px; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.correct .text .inner {
      color: #ac8e56; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.correct:after {
      content: "";
      width: 18px;
      height: 14px;
      position: absolute;
      top: 22px;
      left: 10px;
      z-index: 1;
      background: url('img/check-gold.png');
      background-size: cover; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.incorrect {
      padding-left: 35px; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.incorrect .text .inner {
      color: #1c1c1c;
      text-decoration: line-through; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.incorrect:after {
      content: "";
      width: 14px;
      height: 14px;
      position: absolute;
      top: 23px;
      left: 12px;
      z-index: 1;
      background: url('img/close-gold.png');
      background-size: cover; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer .move-icon {
      position: absolute;
      top: 0;
      right: 0;
      margin: 15px 5px; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer .move-icon .up, .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer .move-icon .down {
      width: 12px;
      height: 8px;
      display: block;
      margin: 5px;
      background-size: cover; }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer .move-icon .up {
      background-image: url('img/chevron-up.png'); }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer .move-icon .down {
      background-image: url('img/chevron-down.png'); }

@media only screen and (min-width: 768px) {
  .magazine-content .wv-container.wv-sorting .container-wrap .inner-container {
    /*h2 {font-size: 60px;}*/ }
    .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer {
      padding: 28px 35px 28px 12px; }
      .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer .move-icon {
        margin: 24px 20px; }
      .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.correct, .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.incorrect {
        padding-left: 45px;
        background: rgba(228, 228, 228, 0.25); }
        .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.correct .move-icon, .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.incorrect .move-icon {
          opacity: 0.25; }
        .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.correct:after, .magazine-content .wv-container.wv-sorting .container-wrap .inner-container .content .answer.incorrect:after {
          top: 33px;
          left: 15px; } }

.magazine-content .meta {
  text-align: center;
  margin: 20px; }
  .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container {
    /*h2, .sub-title {
     padding: 0px 10px;
     }
     h2 {font-weight:bold;}
     */ }
  .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .sub-title, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .sub-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext {
      padding: 20px;
      margin: 10px 0 0 0;
      color: #1c1c1c; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext h2, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext h2 {
      margin: 0 0 15px 0; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext h3, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext h3 {
      margin: 0 0 10px 0; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext .block-title, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext .block-title {
      font-size: 33px;
      line-height: 37px;
      font-weight: bold;
      font-family: "LibreBaskerville"; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext .block-subtitle, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext .block-subtitle {
      font-size: 18px;
      font-weight: bold;
      padding: 10px 0px; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext .block-text, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext .block-text {
      font-size: 14px;
      line-height: 24px; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .nav-dots, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .nav-dots {
      text-align: center;
      height: 8px;
      margin: 20px 0 0 0; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .nav-dots.desktop-only, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .nav-dots.desktop-only {
      display: none; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .nav-dots .dot, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .nav-dots .dot {
      margin: 0 3px;
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #979797;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .nav-dots .dot.active, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .nav-dots .dot.active {
      background-color: #1c1c1c; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides {
      position: relative;
      max-width: calc(100vw - 20px);
      overflow: hidden;
      margin: 20px 0px;
      padding-bottom: 60px;
      background: #fff; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides.notext, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides.notext {
      padding-bottom: 0;
      margin-bottom: 0; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .nav, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .nav {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 20px;
      width: calc(100% - 40px);
      z-index: 1; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .nav .button, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .nav .button {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      background: #ac8e56;
      position: absolute;
      bottom: 0;
      cursor: pointer; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .nav .button.prev, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .nav .button.prev {
      left: 0; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .nav .button.next, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .nav .button.next {
      right: 0; }
      .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .nav .button.next:after, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .nav .button.next:after {
        background-position: top right;
        left: 20px; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .nav .button:after, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .nav .button:after {
      content: "";
      background-image: url('img/white-chevron-sprite.png');
      width: 12px;
      height: 18px;
      background-size: 24px 18px;
      background-position: top left;
      position: absolute;
      top: 14px;
      left: 16px; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .slides-inner, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .slides-inner {
      white-space: nowrap;
      font-size: 0; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .slide, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .slide {
      width: 100%;
      white-space: normal;
      display: inline-block; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .slide .image, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .slide .image {
      display: block;
      width: 100%;
      height: 189px;
      max-width: 100%; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .slide .slidetext, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .slide .slidetext {
      background: #fff; }

@media only screen and (min-width: 768px) {
  .magazine-content .wv-container.wv-carrousel .container-wrap, .magazine-content .wv-container.wv-large-width .container-wrap {
    max-width: 1600px; }
    .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      font-size: 0;
      /*h2 {
       font-size: 60px;
       line-height: 86px;
       margin-bottom: 10px;
       }*/ }
      .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .sub-title, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .sub-title {
        font-size: 18px;
        line-height: 38px; }
      .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .subblock, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .subblock {
        margin-top: 25px;
        width: 50%;
        display: inline-block; }
      .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext {
        padding: 30px; }
        .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext h3, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext h3 {
          margin: 0; }
        .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext .block-title, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext .block-title {
          font-size: 40px;
          line-height: 66px; }
        .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext .block-subtitle, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext .block-subtitle {
          font-size: 24px;
          line-height: 44px; }
        .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slidetext .block-text, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slidetext .block-text {
          font-size: 18px;
          line-height: 38px; }
      .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .nav-dots, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .nav-dots {
        display: none; }
        .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .nav-dots.desktop-only, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .nav-dots.desktop-only {
          width: 50%;
          display: inline-block;
          margin: 30px 0 0 0; }
      .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides {
        padding: 0; }
        .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides.notext, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides.notext {
          width: 50%;
          display: inline-block; }
          .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides.notext .slide .image, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides.notext .slide .image {
            width: 100%; }
        .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .nav, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .nav {
          margin: 40px;
          width: calc(100% - 80px); }
        .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .slide .image, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .slide .image {
          padding: 0; }
          .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .slide .image, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .slide .image, .magazine-content .wv-container.wv-carrousel .container-wrap .inner-container .content .slides .slide .slidetext, .magazine-content .wv-container.wv-large-width .container-wrap .inner-container .content .slides .slide .slidetext {
            width: 50%;
            display: inline-block;
            height: 450px; } }
/* Slider */
.wv-slider.completed .rangeSlider .slider-value-follow:before {
  opacity: 1; }
  .wv-slider.completed .black .rangeSlider .slider-value-follow:before {
    background-color: #1c1c1c;
    background-color: rgba(28, 28, 28, 0.5); }
  .wv-slider .black .rangeSlider .rangeui {
    background-color: #1c1c1c;
    background-color: rgba(28, 28, 28, 0.5); }
  .wv-slider .black .rangeSlider .rangeui .ui-slider-handle {
    background-color: #1c1c1c; }
    .wv-slider .black .rangeSlider .rangeui .ui-slider-handle:after {
      background-color: #1c1c1c;
      background-color: rgba(28, 28, 28, 0.5); }
  .wv-slider .black .rangeSlider .rangeui .correctAnswer {
    color: #1c1c1c; }
    .wv-slider .black .rangeSlider .rangeui .correctAnswer:before {
      background-color: #1c1c1c;
      background-color: rgba(28, 28, 28, 0.5); }
  .wv-slider .black .rangeSlider .rangeui .correctPoint {
    background-color: #1c1c1c; }
    .wv-slider .black .rangeSlider .rangeui .correctPoint:before {
      background-image: url(img/checkmark-white.png); }
  .wv-slider .button {
    margin: 90px auto 25px; }
  .wv-slider .rangeui-content {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 10px;
    overflow-x: hidden;
    min-height: 70px; }
  .wv-slider .rangeui-content .text {
    position: absolute;
    top: 3px;
    height: 47px;
    width: 100%;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    /* Forces hardware acceleration to stop stuttering in Chrome */
    -webkit-transform: translate3d(0, 0, 0);
    margin-left: 0px; }
  .wv-slider .rangeui-content .text .line svg {
    margin-left: 0px;
    transform-origin: 0px 0px 0px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .wv-slider .rangeui-content .text .line {
    /*background-image: url('img/range-val-bg.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 200%;
    height: 47px;
    display: block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .wv-slider .rangeui-content .text .value {
    font-weight: bold;
    color: #333;
    z-index: 4;
    top: 10px;
    width: 180px;
    text-align: center;
    position: absolute;
    left: -80px;
    font-size: 20px;
    font-family: "LibreBaskerville"; }
  .wv-slider .rangeui-content .text .value .prefixSlideRight {
    display: block;
    font-weight: normal;
    margin-top: -10px;
    font-size: 16px; }
  .wv-slider .slider-txt {
    position: absolute;
    top: 30px;
    opacity: 0.7;
    font-size: 18px; }
  .wv-slider .slider-txt.left {
    text-align: left;
    left: 0; }
  .wv-slider .slider-txt.right {
    text-align: right;
    right: 0; }
  .wv-slider .slider-txt .end {
    padding: 0; }
  .wv-slider .rangeSlider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 140px 0px 60px; }
  .wv-slider .rangeSlider .slider-value-follow {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 5px;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 18px; }
  .wv-slider .rangeSlider .slider-value-follow:before {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 37px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0; }
  .wv-slider .rangeSlider tbody, .wv-slider .rangeSlider tr {
    width: 100%; }
  .wv-slider .rangeSlider .start, .wv-slider .rangeSlider .end {
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    white-space: nowrap; }
  .wv-slider .rangeSlider .rangeui {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    -webkit-box-flex: 99;
    -webkit-flex-grow: 99;
    -ms-flex-positive: 99;
    flex-grow: 99;
    cursor: pointer;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    border: none;
    position: relative;
    z-index: 15; }
  .wv-slider .rangeSlider .rangeui.ui-state-disabled {
    cursor: normal;
    opacity: 1; }
  .wv-slider .rangeSlider .rangeui.ui-state-disabled .ui-slider-handle.hide-handle {
    display: none; }
  .wv-slider .rangeui .dot {
    position: absolute;
    left: 50%;
    top: -4px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 19px;
    background: #d1d1d1;
    box-shadow: inset 1px 9px 0 -6px #c6c6c6;
    transform: translateX(-50%); }
  .wv-slider .dot.start {
    left: 0; }
  .wv-slider .dot.end {
    right: 0;
    left: auto;
    z-index: -1;
    box-shadow: inset 1px 9px 0 -6px #c6c6c6;
    transform: translateX(50%); }
  .wv-slider .rangeui .correctPoint.neutral .scormicon-correct:before {
    color: #404040; }
  .wv-slider .rangeui .correctPoint.neutral {
    /*background: $secondColor;*/ }
  .wv-slider .rangeui .correctPoint, .wv-slider .rangeui .wrongPoint {
    position: absolute;
    top: -10px;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    background: #fff;
    font-size: 18px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: 30; }
  .wv-slider .rangeui .correctPoint:before, .wv-slider .rangeui .wrongPoint:before {
    content: "";
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .wv-slider .rangeui .correctPoint {
    background-color: #fff; }
  .wv-slider .rangeui .correctPoint:before {
    width: 14px;
    height: 11px;
    background-image: url('img/check-gold.png'); }
  .wv-slider .rangeui .wrongPoint {
    background-color: #ac8e56; }
  .wv-slider .rangeui .wrongPoint:before {
    width: 10px;
    height: 10px;
    background-image: url('img/hotspot-close.png'); }
  .wv-slider .rangeui .correctAnswer {
    position: absolute;
    color: #fff;
    opacity: 0.7;
    top: 60px;
    text-align: center;
    white-space: nowrap;
    margin-left: 6px;
    font-family: "Karla";
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .wv-slider .rangeui .correctAnswer:before {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1; }
  .wv-slider .rangeui .correctPoint span, .wv-slider .rangeui .wrongPoint span {
    font-size: 22px; }
  .wv-slider .rangeui .correctPoint span {
    color: #349651; }
  .wv-slider .rangeui .wrongPoint span {
    color: #f00; }
  .wv-slider .feedbackWrapper {
    max-width: 620px;
    float: right;
    width: 100%;
    position: relative; }
  .wv-slider .rangeSlider .rangeui .ui-slider-handle {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    z-index: 25;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    transform: translateX(-50%);
    top: -10px;
    margin-left: 5px; }
  .wv-slider .rangeSlider .rangeui .ui-slider-handle:after {
    content: "";
    width: 2px;
    background: rgba(255, 255, 255, 0.5);
    height: 22px;
    position: absolute;
    top: -22px;
    left: 12px; }
  .wv-slider .rangeOptions {
    display: block;
    position: relative;
    min-height: 60px; }
  .wv-slider .rangeOptions .text {
    position: absolute;
    display: inline-block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    white-space: nowrap;
    width: 100%;
    max-width: 130px;
    text-align: center; }
  .wv-slider .hasLeftBG .rangeOptions .text:last-of-type {
    white-space: normal; }
  .wv-slider .hasRightBG .rangeOptions .text:first-of-type {
    white-space: normal; }
  .wv-slider .rangeOptions .text:hover {
    cursor: pointer; }
  .wv-slider .case .section-inner .rangeOptions .text.correct {
    color: #349651; }
  .wv-slider .case .section-inner .rangeOptions .text.wrong {
    color: #f00; }
  .wv-slider .text.highlight {
    color: #333;
    font-size: 24px; }

.magazine-content .wv-container.wv-slider .container-wrap .inner-container .content {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: block; }
  .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content h2 {
    font-weight: bold; }

@media only screen and (min-width: 768px) {
  .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content .rangeSlider {
    margin: 180px 0px 100px; }
    .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content .rangeui .correctPoint, .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content .rangeui .wrongPoint {
      width: 46px;
      height: 46px;
      top: -21px; }
    .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content .rangeui .ui-slider-handle {
      height: 46px;
      width: 46px;
      top: -21px; }
      .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content .rangeui .ui-slider-handle:after {
        left: 22px;
        top: -32px; }
    .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content .slider-txt {
      top: 20px; }
    .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content .rangeSlider .slider-value-follow {
      top: -90px; }
    .magazine-content .wv-container.wv-slider .container-wrap .inner-container .content h2 {
      font-size: 60px;
      font-size: 3.75rem; } }
/*.wv-container.wv-large-width .container-wrap .inner-container .content h2 {
 font-size:33px;
 line-height:37px;
 }*/
.magazine-content .wv-container.wv-textcols .container-wrap.single-column {
  max-width: 840px;
  margin: 0 auto; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container {
    /*h2 {
     font-weight:bold;
     }*/ }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .sub-title {
    max-width: 790px;
    margin: 0 auto; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns {
    margin-top: 30px; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .text-column {
    padding: 0; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image {
    display: inline-block;
    overflow: hidden; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-square, .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-portrait {
    width: calc(50% - 5px); }
    .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-square.first, .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-portrait.first {
      margin-right: 5px; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image .col-media {
    /*width:100%;
     height:100%;*/
    margin: 0; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-text {
    padding: 5px;
    margin-bottom: 15px; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column {
    padding: 0;
    text-align: left; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column .col-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    font-weight: bold;
    font-family: "LibreBaskerville";
    margin-bottom: 10px; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column .col-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column .col-media {
    /*width:335px;
     width: 100%;
     height: 189px;*/
    margin: 15px auto;
    /*&.display-square {
     width: 240px;
     height: 240px;
     }
     &.display-portrait {
     width: 240px;
     height: 353px;
     }*/ }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column .col-media img {
    width: 100%;
    height: 100%; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column .bodytext {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px; }
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content.black {
    color: #1c1c1c; }

@media only screen and (min-width: 768px) {
  /*		.wv-container.wv-large-width .container-wrap .inner-container .content h2 {
   font-size: 60px;
   line-height: 86px;
   margin-bottom: 10px;
   }*/
    .magazine-content .wv-container.wv-textcols .container-wrap:not(.single-column) {
      max-width: 1660px; }
      .magazine-content .wv-container.wv-textcols .container-wrap:not(.single-column) .inner-container .content {
        max-width: 1660px; }
      .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.two-columns .text-column {
        width: calc(50% - 15px); }
        .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.two-columns .text-column:first-child {
          margin-right: 30px; }
        .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.three-columns .text-column {
          width: calc(33% - 15px);
          min-width: 500px;
          /*.col-media {
           width:100%;
           height:282px;
           &.display-square {
           width: 500px;
           height: 500px;
           }
           &.display-portrait {
           width: 340px;
           height: 500px;
           }
           }*/ }
        .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.three-columns .text-column:not(:first-child) {
          margin-left: 20px; }
        .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column {
          padding: 10px;
          display: inline-block;
          /*.col-media {
           width:100%;
           height:434px;
           &.display-square {
           width: 500px;
           height: 500px;
           }
           &.display-portrait {
           width: 340px;
           height: 500px;
           }
           }*/ }
        .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column .col-title {
          font-size: 40px;
          font-size: 2.5rem;
          line-height: 66px; }
        .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column .col-subtitle {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 38px; }
        .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .text-column .bodytext {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 38px; } }

@media only screen and (min-width: 1024px) {
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .text-column {
    margin-top: 35px; }
    .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-portrait {
      max-width: 340px;
      margin-right: 30px; }
      .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-portrait.first {
        margin-right: 30px; }
      .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-portrait + .column-text {
        width: calc(100% - 740px);
        display: inline-block; } }

@media only screen and (min-width: 1440px) {
  .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .text-column {
    margin-top: 35px; }
    .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-square + .column-text {
      width: calc(100% - 1070px);
      display: inline-block;
      margin-left: 30px; }
    .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-square {
      width: 500px;
      height: 500px;
      margin: 0; }
      .magazine-content .wv-container.wv-textcols .container-wrap .inner-container .content .columns.gifs-column .column-image.display-square:not(:first-child) {
        margin-left: 30px; } }

.magazine-content .wv-container.wv-quiz-page .container-wrap {
  margin-top: 55px; }
  .magazine-content .wv-container.wv-quiz-page .container-wrap .wv-btn {
    width: 100%; }
  .magazine-content .wv-container.wv-quiz-page .container-wrap .inner-container .content h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 46px; }
  .magazine-content .wv-container.wv-quiz-page .container-wrap .inner-container .content .sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px; }
  .magazine-content .wv-container.wv-quiz-page .magazine-nav {
    display: none !important; }
  .magazine-content .wv-container.wv-quiz-page .link-blocks .image {
    width: 100%; }
  .magazine-content .wv-container.wv-quiz-page .link-blocks .item-block {
    margin-bottom: 40px; }
  .magazine-content .wv-container.wv-quiz-page .link-blocks .item-block:hover .text .subtitle-text {
    padding-bottom: 10px; }
  .magazine-content .wv-container.wv-quiz-page .link-blocks .appendage {
    font-size: 16px;
    position: absolute;
    bottom: -35px;
    left: -15px;
    color: #fff;
    text-transform: uppercase;
    /* padding: 5px; */
    margin: 0; }
  .magazine-content .wv-container.wv-quiz-page .link-blocks .appendage .icon.icon-check {
    background-image: url(img/checkmark-gold-large.png);
    width: 14px;
    height: 10px;
    margin: 7px 6px 10px 16px; }
  .magazine-content .wv-container.wv-quiz-page .link-blocks .text .title-text {
    margin: 10px 0px;
    line-height: 25px; }
  .magazine-content .wv-container.wv-quiz-page .link-blocks .text:before {
    content: "";
    width: 9px;
    height: 12px;
    background: url(img/blockarrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 18px;
    right: 20px; }

.attempts {
  margin: 20px 0px 30px; }
  .attempts .number {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    line-height: 58px;
    font-family: LibreBaskerville;
    font-weight: bold;
    text-align: center; }
  .attempts .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    font-size: 16px;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: bold; }

@media only screen and (min-width: 768px) {
  .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview {
    font-size: 0; }
    .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .buttons {
      margin-top: 50px; }
    .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .content {
      width: 100%;
      max-width: 1600px; }
    .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .small-section {
      display: inline-block;
      width: 30%;
      padding: 0px 30px;
      display: table-cell;
      vertical-align: middle; }
    .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .large-section {
      display: inline-block;
      width: 69%;
      padding-left: 70px;
      text-align: left;
      display: table-cell; }
    .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .link-blocks .item-block {
      margin: 21px 21px 40px; }
      .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .link-blocks .item-block .text .title-text {
        margin: 6px 0px; }
        .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .link-blocks .item-block .text .subtitle-text {
          line-height: 20px; }
      .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .link-blocks .item-block .appendage .icon.icon-check {
        margin: 14px 6px 14px 22px; }
    .magazine-content .wv-container.wv-quiz-page.wv-quiz-overview .container-wrap .inner-container .content h2 {
      font-size: 46px;
      font-size: 2.875rem;
      line-height: 66px; }
    .magazine-content .wv-container.wv-quiz-page.wv-quiz-result .container-wrap .inner-container .content {
      width: 100%; }
      .magazine-content .wv-container.wv-quiz-page.wv-quiz-result .container-wrap .inner-container .content .wv-btn {
        margin: 5px; }
      .magazine-content .wv-container.wv-quiz-page.wv-quiz-result .container-wrap .inner-container .content .inner-content {
        width: 50%;
        margin: 0 auto; }
    .magazine-content .wv-container.wv-quiz-page.wv-quiz-result .attempts {
      margin: 40px 0px 50px; }
    .magazine-content .wv-container.wv-quiz-page .container-wrap {
      margin-top: 0px; }
    .magazine-content .wv-container.wv-quiz-page .container-wrap .wv-btn {
      width: auto; }
    .magazine-content .wv-container.wv-quiz-page .container-wrap .inner-container .content {
      display: block;
      margin: 0 auto; }
      .magazine-content .wv-container.wv-quiz-page .container-wrap .inner-container .content h2 {
        font-size: 66px;
        font-size: 4.125rem;
        line-height: 86px; }
      .magazine-content .wv-container.wv-quiz-page .container-wrap .inner-container .content .sub-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 32px; } }

.homescroller-nav {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 15;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Karla";
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .homescroller-nav:before {
    content: "";
    background-image: url('img/nav-icon-white-sprite.png');
    width: 10px;
    height: 10px;
    background-size: 18px;
    margin: 19px;
    display: block; }
  .homescroller-nav.prev {
    left: 0;
    right: auto;
    margin-left: 60px; }
  .homescroller-nav.prev:before {
    background-position: top left; }
  .homescroller-nav.next {
    right: 0;
    left: auto;
    margin-right: 60px; }
  .homescroller-nav.next:before {
    background-position: top right; }

.block-background-wrapper {
  position: relative;
  width: 100%; }
  .block-background-wrapper a {
    display: block; }
  .block-background-wrapper .block-background-image {
    position: absolute; }
  .block-background-wrapper .block-background-image.bottomRight {
    right: 0px;
    bottom: 0px; }
  .block-background-wrapper .block-background-image.bottomLeft {
    left: 0px;
    bottom: 0px; }
  .block-background-wrapper .block-background-image.topRight {
    right: 0px;
    top: 0px; }
  .block-background-wrapper .block-background-image.topLeft {
    left: 0px;
    top: 0px; }

@media only screen and (min-width: 992px) {
  .block-background-wrapper a.half-block {
    display: inline-block;
    width: calc(50% - 30px); } }

.personal-block .container .blocks .block {
  z-index: 1 !important;
  transition: all 0.2s ease-in-out; }

.personal-block .container .blocks .block:hover {
  transform: scale(1.05);
  z-index: 2 !important; }

.factBlock .slides {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .factBlock .slides .slide-inner {
    font-size: 0;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out; }
  .factBlock .slides .slide-inner .slide {
    text-align: center;
    display: inline-block;
    cursor: pointer; }
  .factBlock .slides .navigation {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .factBlock .slides .navigation .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .factBlock .slides .navigation .arrow.prev {
    left: 10px; }
  .factBlock .slides .navigation .arrow.next {
    right: 10px; }
  .factBlock .slides .navigation .arrow.next:before {
    background-position: top right; }
  .factBlock .slides .navigation .arrow:before {
    content: "";
    background-image: url('img/nav-icon-sprite.png');
    width: 10px;
    height: 12px;
    margin: 20px;
    display: block; }
  .factBlock .slides .navigation .arrow:hover:before {
    background-image: url('img/nav-icon-sprite-hover.png'); }
  .factBlock .slides .navigation .dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
  .factBlock .slides .navigation .dots .dot {
    display: inline-block;
    background: #ccc;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 10px; }
  .factBlock .slides .navigation .dots .dot.active {
    background: #ac8e56; }

@media only screen and (min-width: 992px) {
  .factBlock .slides .navigation {
    height: 375px; } }

@media only screen and (min-width: 1200px) {
  .factBlock .slides .navigation {
    height: 450px; } }

.facts-scroller {
  display: block;
  width: 100%;
  position: relative; }
  .facts-scroller .slides {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .facts-scroller .slides-inner {
    font-size: 0;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out; }
  .facts-scroller .slide {
    text-align: center;
    display: inline-block;
    cursor: pointer; }
  .facts-scroller .slide .slide-image {
    width: 200px;
    height: 150px;
    display: block;
    margin: 0 auto;
    background-size: cover; }
  .facts-scroller .slide .subtitle {
    font-size: 14px;
    font-family: "LibreBaskerville";
    color: #7f7f7f;
    font-style: italic;
    margin: 40px 0px 12px; }
  .facts-scroller .slide .title {
    color: #1c1c1c;
    font-size: 23px;
    font-weight: bold;
    font-family: "LibreBaskerville"; }
  .facts-scroller .slide .text {
    color: #484848;
    font-size: 14px;
    font-weight: normal;
    font-family: "Karla";
    margin: 15px 0px 0px;
    line-height: 24px;
    padding: 0px 20px; }
  .facts-scroller .navigation {
    width: 240px;
    height: 100px;
    position: relative;
    margin: 20px auto; }
  .facts-scroller .navigation .numbers {
    width: 100px;
    height: 100px;
    border: 1px solid #bbb;
    line-height: 100px;
    text-align: center;
    font-size: 22px;
    color: #7f7f7f;
    font-family: "LibreBaskerville";
    font-weight: bold;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .facts-scroller .navigation .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    cursor: pointer; }
  .facts-scroller .navigation .arrow.prev {
    left: 0; }
  .facts-scroller .navigation .arrow.next {
    right: 0; }
  .facts-scroller .navigation .arrow.next:before {
    background-position: top right; }
  .facts-scroller .navigation .arrow:before {
    content: "";
    background-image: url('img/nav-icon-sprite.png');
    width: 10px;
    height: 12px;
    margin: 20px;
    display: block; }
  .facts-scroller .navigation .arrow:hover:before {
    background-image: url('img/nav-icon-sprite-hover.png'); }

body.resetWrapper .main-wrapper {
  max-width: none; }
  body.resetWrapper .main-wrapper-inset {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.content-blocks {
  padding-top: 150px; }
  .content-blocks .block-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px; }
  .content-blocks .block {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
  .content-blocks .block.text-left {
    text-align: left; }
  .content-blocks .block.text-center {
    text-align: center; }
  .content-blocks .block.no-stroke .title {
    margin-bottom: 20px; }
  .content-blocks .sideAssets {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }
  .content-blocks .sideAssets .side-image {
    width: 400px;
    height: 400px;
    position: absolute;
    background-size: cover;
    z-index: 0; }
  .content-blocks .sideAssets .side-image.bottomRight {
    right: -100px;
    bottom: -100px; }
  .content-blocks .sideAssets .side-image.bottomLeft {
    left: -100px;
    bottom: -100px; }
  .content-blocks .sideAssets .side-image.topRight {
    right: -100px;
    top: -100px; }
  .content-blocks .sideAssets .side-image.topLeft {
    left: -100px;
    top: -100px; }
  .content-blocks .block-image {
    width: 100%;
    height: 280px;
    display: block;
    background-size: cover;
    position: relative;
    z-index: 2; }
  .content-blocks .block-text {
    text-align: center;
    z-index: 2;
    position: relative; }
  .content-blocks .block-text .block-text-inner {
    padding: 0px 20px; }
  .content-blocks .block-text p {
    display: inline; }
  .content-blocks .block-text .title {
    font-size: 33px;
    color: #1c1c1c;
    margin: 35px auto 0px;
    font-family: "LibreBaskerville";
    font-weight: bold; }
  .content-blocks .block-text .stroke-brass {
    margin: 15px auto 20px; }
  .content-blocks .block-text .magTitle {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Karla";
    color: #1c1c1c;
    margin-bottom: 8px;
    font-weight: bold; }
  .content-blocks .block-text .subtitle {
    font-size: 14px;
    font-family: "Karla";
    color: #7f7f7f;
    margin-bottom: 25px; }
  .content-blocks .block-text .text {
    font-size: 16px;
    font-family: "Karla";
    color: #484848;
    line-height: 26px; }

.show-all-btn {
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 auto;
  width: 95%; }
  .show-all-btn span {
    color: #1c1c1c;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold;
    font-family: "LibreBaskerville";
    display: block;
    line-height: 38px;
    margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .block-background-wrapper .block-background-image {
    display: none; }

  .blocks-wrap {
    width: 100%;
    height: 250px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute; }

  .personal-block .blocks {
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    min-width: 500px;
    position: relative; }
    .personal-block .blocks .block {
      width: 250px; } }

.header .top-header .profile-info .headerSearch {
  display: none; }

@media only screen and (min-width: 768px) {
  .content-blocks .block-text .block-text-inner {
    padding: 0; } }

@media only screen and (min-width: 992px) {
  .facts-scroller .dots {
    display: block;
    width: 4px;
    height: 62px;
    margin: 30px auto 40px;
    background-image: url('img/fact-dots.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .facts-scroller .navigation {
      float: left;
      margin: 0;
      margin-top: 80px; }
    .facts-scroller .slides {
      width: calc(100% - 350px);
      float: right; }
      .facts-scroller .slides .slides-inner {
        white-space: nowrap; }
    .facts-scroller .slide {
      white-space: normal; }
      .facts-scroller .slide .slide-image {
        width: 300px;
        height: 225px;
        float: right;
        margin-top: 40px; }
      .facts-scroller .slide .slide-content {
        float: left;
        width: calc(100% - 350px); }
        .facts-scroller .slide .slide-content.no-image {
          width: 100%; }
      .facts-scroller .slide .subtitle {
        font-size: 18px; }
      .facts-scroller .slide .title {
        font-size: 46px; }
      .facts-scroller .slide .text {
        font-size: 18px;
        line-height: 28px; }
    .content-blocks .block-wrapper {
      width: 95%;
      padding-top: 100px; }
    .content-blocks .block:not(.half-block) {
      /*width: 95%;*/
      width: 100%;
      padding: 0 30px;
      /*
       &.image-right .block-text {padding: 0px 90px 0px 0px;}
       &.image-left .block-text {padding: 0px 0px 0px 90px;}
       */
      margin-bottom: 100px; }
      .content-blocks .block:not(.half-block).image-left .block-image {
        float: left; }
      .content-blocks .block:not(.half-block).image-left .block-text {
        float: right; }
      .content-blocks .block:not(.half-block).image-right .block-image {
        float: right; }
      .content-blocks .block:not(.half-block).image-right .block-text {
        float: left; }
      .content-blocks .block:not(.half-block).image-right .block-text {
        padding: 0px 60px 0px 0px; }
      .content-blocks .block:not(.half-block).image-left .block-text {
        padding: 0px 0px 0px 60px; }
      .content-blocks .block:not(.half-block).text-left .stroke-brass {
        margin: 15px 0px 20px; }
        .content-blocks .block:not(.half-block).text-left .block-text .text {
          padding: 0px 20px 0px 0px; }
      .content-blocks .block:not(.half-block) .block-image {
        width: 57%;
        max-width: 800px;
        height: 600px; }
      .content-blocks .block:not(.half-block) .block-text {
        text-align: inherit;
        width: 43%;
        min-height: 600px;
        display: table; }
        .content-blocks .block:not(.half-block) .block-text .block-text-inner {
          display: table-cell;
          vertical-align: middle; }
        .content-blocks .block:not(.half-block) .block-text p {
          display: block; }
        .content-blocks .block:not(.half-block) .block-text .title {
          font-size: 66px; }
        .content-blocks .block:not(.half-block) .block-text .subtitle {
          font-size: 16px; }
        .content-blocks .block:not(.half-block) .block-text .text {
          font-size: 18px;
          line-height: 28px; }
    .content-blocks .block.half-block {
      width: calc(50% - 30px);
      display: inline-block; }
      .content-blocks .block.half-block .block-image {
        height: 375px; }
      .content-blocks .block.half-block .block-text .title {
        font-size: 26px; }
        .content-blocks .block.half-block .block-text .subtitle {
          font-size: 16px; }
        .content-blocks .block.half-block .block-text .text {
          font-size: 18px; }
      .content-blocks .block.half-block.first {
        margin-right: 55px; }
    .show-all-btn span {
      display: inline-block;
      line-height: 52px;
      padding: 0 50px;
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .homescroller-nav {
    display: block; }
    .search-list .item-blocks {
      display: block;
      width: 95%;
      margin: 0 auto;
      text-align: left; }
    .all-recent-posts {
      /*.item-blocks {
       display:block;
       width:95%;
       margin: 0 auto;
       text-align: left;
       }*/ }
      .all-recent-posts .load-more {
        margin: 0 auto;
        display: block; } }

@media only screen and (min-width: 1024px) {
  .header .top-header .profile-info .headerSearch {
    display: inline-block; } }

.passwordRule.active {
  color: #58ad56; }

.introText.invert {
  font-size: 12px;
  font-size: 0.75rem;
  color: #7f7f7f; }
  .introText.invert .passwordRule.active {
    color: #18c10e; }

@media only screen and (min-width: 1200px) {
  .content-blocks .block.half-block .block-image {
    height: 450px; } }

body.morningSessions {
  background-color: #1c1c1c; }

.morningSessions .background-slider {
  z-index: 1;
  position: fixed; }
  .morningSessions .inner {
    position: relative;
    z-index: 5; }
  .morningSessions .inner .side {
    display: block;
    padding: 0 20px; }
  .morningSessions .inner .side .page-back {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: "Karla";
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 20px;
    background-image: url('img/arrow-left-bronze.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px 17px; }
  .morningSessions .inner .side .block {
    display: block;
    width: 100%;
    margin: 25px 0;
    color: #7f7f7f;
    font-family: "Karla";
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px solid #484848;
    padding: 0 0 15px 0; }
  .morningSessions .inner .side .block .title {
    font-family: "LibreBaskerville";
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    border-bottom: 1px solid #484848;
    padding: 5px 0 15px 0;
    margin: 0 0 15px 0; }
  .morningSessions .inner .side .block .store-name {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 10px 0; }
  .morningSessions .inner .side .block .store-adres, .morningSessions .inner .side .block .store-city {
    display: block;
    margin: 0 0 5px 0; }
  .morningSessions .inner .side .change-store {
    display: block;
    text-transform: uppercase;
    font-family: "Karla";
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    color: #ac8e56; }
  .morningSessions .inner .wrapper {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px 20px 0 20px; }
  .morningSessions .inner .wrapper h1 {
    color: #fff; }
  .morningSessions .inner .wrapper .select-store {
    display: block;
    margin: 25px auto 50px;
    width: 100%;
    max-width: 400px; }
  .morningSessions .inner .wrapper .select-store.two-cols {
    max-width: 800px; }
  .morningSessions .inner .wrapper .select-store.two-cols .select-option {
    display: inline-block;
    width: 50%;
    padding: 0 5px;
    float: left; }
  .morningSessions .inner .wrapper .filter-search-wrapper {
    margin: 0 0 15px 0;
    position: relative;
    z-index: 50; }
  .morningSessions .inner .wrapper .filter-search-wrapper .filter-search-bar {
    border: 1px solid #c1c1c1;
    width: 100%;
    position: relative;
    color: #484848; }
  .morningSessions .inner .wrapper .filter-search-wrapper .filter-search-bar .jsSearch {
    font-family: "Karla";
    padding: 20px 28px;
    color: #484848;
    font-size: 18px;
    font-size: 1.125rem;
    border: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .morningSessions .inner .wrapper .filter-search-wrapper .filter-search-bar .dropDown.options {
    font-family: "Karla";
    text-align: left;
    background: #fff;
    border: 1px solid #c1c1c1;
    box-sizing: content-box;
    margin-left: -1px;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: none; }
  .morningSessions .inner .wrapper .filter-search-wrapper .filter-search-bar .dropDown .option {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 5px;
    cursor: pointer;
    padding: 20px 28px 0; }
  .morningSessions .inner .wrapper .filter-search-wrapper .filter-search-bar .dropDown .option:last-child {
    padding: 20px 28px; }
  .morningSessions .inner .wrapper .sub-block {
    display: block;
    margin: 25px 0; }
  .morningSessions .inner .wrapper .sub-block .title {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Karla";
    color: #7f7f7f;
    text-align: center;
    margin: 0 0 25px 0; }
  .morningSessions .inner .wrapper .sub-block .custom-select {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 200px;
    text-align: left; }
  .morningSessions .inner .wrapper .sub-block .custom-select .inner {
    padding: 0 25px 0 0; }
  .morningSessions .inner .wrapper .sub-block .custom-select .inner .item {
    display: block;
    border: 1px solid #7f7f7f;
    border-bottom: 0;
    padding: 20px;
    font-family: "Karla";
    cursor: pointer; }
  .morningSessions .inner .wrapper .sub-block .custom-select .inner .item:last-child {
    border-bottom: 1px solid #7f7f7f; }
  .morningSessions .inner .wrapper .sub-block .custom-select .inner .item .session {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 10px 0; }
  .morningSessions .inner .wrapper .sub-block .custom-select .inner .item .tagged {
    font-size: 16px;
    font-size: 1rem;
    color: #d2d2d2; }
  .morningSessions .inner .wrapper .visible {
    padding: 6px 0; }
  .morningSessions .inner .wrapper .hidden-input {
    display: none; }
  .morningSessions .inner .wrapper .hidden-input > div {
    margin: 0; }
  .morningSessions .inner .wrapper .errors {
    display: block;
    margin: 0 0 25px 0;
    font-family: "Karla";
    font-size: 16px;
    font-size: 1rem; }
  .morningSessions .inner .wrapper .errors .error {
    display: block;
    padding: 5px; }
  .morningSessions .inner .wrapper .overview {
    display: block;
    text-align: left; }
  .morningSessions .inner .wrapper .overview .item-title {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #484848; }
  .morningSessions .inner .wrapper .overview .item-title h1 {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem; }
  .morningSessions .inner .wrapper .overview .item-title .changeStep {
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    font-family: "Karla";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .morningSessions .inner .wrapper .overview .item-information {
    font-family: "Karla";
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin: 0 0 25px 0; }
  .morningSessions .inner .wrapper .overview .item-information ul {
    list-style-type: none; }
  .morningSessions .inner .wrapper .overview .item-information ul li {
    display: block;
    padding: 5px 0; }
  .morningSessions .inner .wrapper .overview .item-information h3, .morningSessions .inner .wrapper .overview .item-information h2 {
    font-weight: normal; }
  .morningSessions .inner .wrapper .overview .item-information h3 {
    color: #484848; }

@media only screen and (min-width: 1024px) {
  .morningSessions .inner .side {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 50px 20px 0 20px; }
    .morningSessions .inner .side .page-back {
      margin-bottom: 75px; }
    .morningSessions .inner .side .block {
      margin: 25px 0px 35px 0;
      padding: 0 0 20px 0; }
      .morningSessions .inner .side .block .title {
        margin: 0 0 25px 0; }
      .morningSessions .inner .side .block .store-name {
        margin: 0 0 15px 0; }
      .morningSessions .inner .side .block .store-city {
        margin: 0 0 10px 0; }
    .morningSessions .inner .wrapper {
      width: 50%;
      min-height: 75vh;
      padding: 50px 0; }
    .morningSessions .inner .wrapper .select-store {
      margin: 50px auto; } }

@media only screen and (min-width: 1200px) {
  .morningSessions h1 {
    font-size: 46px;
    font-size: 2.875rem; } }

.admin {
  /*@include bp-small {
   .breadcrumb {
   top: 100px;	
   }
   }	*/
  /* Admin color picker */ }
  .admin hr.divider {
    border: 0;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px; }
  .admin .range-slider {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 15px 0; }
  .admin .range-slider .ui-handler {
    width: 3em !important;
    height: 1.6em !important;
    top: 50% !important;
    margin-top: -0.8em;
    text-align: center;
    line-height: 1.6em; }
  .admin .main-wrapper {
    min-height: calc(100vh - 167px);
    padding: 0;
    max-width: 100%;
    /*height: 100%;*/ }
  .admin .main-wrapper.assetManager {
    height: calc(100vh - 167px); }
  .admin .popup .main-wrapper {
    min-height: 100%; }
  .admin .action {
    width: 90%;
    padding: 15px 0;
    margin: 0 auto; }
  .admin .adminDashboard {
    margin: 15px auto 0;
    width: 960px;
    font-size: 0; }
  .admin .adminDashboard a {
    display: inline-block;
    width: 240px;
    font-size: 12px;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 10px 0;
    font-size: 14px;
    color: #333; }
  .admin .adminDashboard a:hover {
    color: #1c1c1c; }
  .admin .adminDashboard img, .admin .adminDashboardImg {
    width: 159px;
    height: 159px;
    background: #fff no-repeat center center;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease-in-out; }
  .admin .adminDashboard img:hover, .admin .adminDashboardImg:hover {
    box-shadow: 0 0 5px rgba(28, 28, 28, 0.3); }
  .admin a.itemIcon, .admin .itemIcon {
    width: 27px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 0px;
    margin-left: 3px;
    color: #000;
    background-image: url('img/itemIconBg.png');
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 3px; }
  .admin .itemIcon.info {
    background-position: -27px -0px; }
  .admin .itemIcon.info:hover {
    background-position: 0 -0px;
    background-color: #1c1c1c; }
  .admin .itemIcon.preview {
    background-position: -27px -20px; }
  .admin .itemIcon.preview:hover {
    background-position: 0 -20px;
    background-color: #1c1c1c; }
  .admin .itemIcon.add {
    background-position: -27px -40px; }
  .admin .itemIcon.add:hover {
    background-position: 0 -40px;
    background-color: #1c1c1c; }
  .admin .itemIcon.delete {
    background-position: -27px -60px; }
  .admin .itemIcon.delete:hover {
    background-position: 0 -60px;
    background-color: #1c1c1c; }
  .admin .itemIcon.export {
    background-position: -27px -80px; }
  .admin .itemIcon.export:hover {
    background-position: 0 -80px;
    background-color: #1c1c1c; }
  .admin .itemIcon.download {
    background-position: -27px -100px; }
  .admin .itemIcon.download:hover {
    background-position: 0 -100px;
    background-color: #1c1c1c; }
  .admin .itemIcon.edit {
    background-position: -27px -120px; }
  .admin .itemIcon.edit:hover {
    background-position: 0 -120px;
    background-color: #1c1c1c; }
  .admin .itemIcon.close {
    background-position: -27px -140px; }
  .admin .itemIcon.close:hover {
    background-position: 0 -140px;
    background-color: #1c1c1c; }
  .admin .itemIcon.save {
    background-position: -27px -160px; }
  .admin .itemIcon.save:hover {
    background-position: 0 -160px;
    background-color: #1c1c1c; }
  .admin .itemIcon.nextEdit {
    background-position: -27px -180px; }
  .admin .itemIcon.nextEdit:hover {
    background-position: 0 -180px;
    background-color: #1c1c1c; }
  .admin .itemIcon.prevEdit {
    background-position: -27px -200px; }
  .admin .itemIcon.prevEdit:hover {
    background-position: 0 -200px;
    background-color: #1c1c1c; }
  .admin .itemIcon.clone {
    background-position: -27px -220px; }
  .admin .itemIcon.clone:hover {
    background-position: 0 -220px;
    background-color: #1c1c1c; }
  .admin .itemIcon.plus {
    background-position: -27px -240px; }
  .admin .itemIcon.plus:hover {
    background-position: 0 -240px;
    background-color: #1c1c1c; }
  .admin .itemIcon.text {
    width: auto;
    background: none;
    padding: 0 10px; }
  .admin .itemIcon.text:hover {
    background-color: #1c1c1c;
    color: #fff; }
  .admin .listView {
    width: 100%;
    font-size: 13px;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #efefef; }
  .admin .listView.removeBorder {
    border: 0; }
  .admin .listView .emptyListView {
    display: block;
    padding: 7px;
    background: #bde5f8;
    border: 1px solid #00529b;
    margin: 10px;
    border-radius: 3px; }
  .admin a.listViewItem, .admin .listViewItem {
    display: block;
    height: 44px;
    width: 100%;
    line-height: 44px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bebebe;
    color: black;
    position: relative; }
  .admin a.listViewItem.odd, .admin .listViewItem.odd {
    background: #f2f2f2; }
  .admin a.listViewItem.even, .admin .listViewItem.even {
    background: #e6e6e6; }
  .admin a.listViewItem.highlight, .admin .listViewItem.highlight {
    background-color: #2b78e4; }
  .admin a.listViewItem span:first-child, .admin .listViewItem span:first-child {
    margin-left: 15px; }
  .admin a.listViewItem span.second, .admin .listViewItem span.second {
    position: absolute;
    left: 60%; }
  .admin a.listViewItem .verticalLine, .admin .listViewItem .verticalLine {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 60%;
    width: 1px;
    background: #bebebe; }
  .admin a.listViewItem:first-of-type .verticalLine, .admin .listViewItem:first-of-type .verticalLine {
    top: 0; }
  .admin a.listViewItem .itemIcon, .admin .listViewItem .itemIcon {
    margin: 12px 0 0 7px; }
  .admin .triple a.listViewItem span.second, .admin .triple .listViewItem span.second {
    position: absolute;
    left: 33%; }
  .admin .triple a.listViewItem span.third, .admin .triple .listViewItem span.third {
    position: absolute;
    left: 66%; }
  .admin .triple a.listViewItem .verticalLine, .admin .triple .listViewItem .verticalLine {
    left: 33%; }
  .admin .triple a.listViewItem .verticalLine.second, .admin .triple .listViewItem .verticalLine.second {
    left: 66%; }
  .admin .iconRightArrow {
    background: url(img/arrowRight-blue.png) no-repeat center center;
    background-size: 9px 15px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 44px; }
  .admin .iconRightArrow.upArrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .admin .iconRightArrow.downArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .admin .contentManagerBlocks {
    width: 100%;
    height: 100%;
    font-size: 0;
    background: #ececec; }
  .admin .header.noEntry {
    min-height: 0px; }
  .admin .header.noEntry .slide {
    display: none; }
  .admin .sub-header {
    position: relative;
    width: 100%;
    background: #fff;
    height: 43px;
    z-index: 99; }
  .admin .sub-header.big {
    height: 60px; }
  .admin .sub-headerSpacer {
    height: 43px;
    width: 100%; }
  .admin .sub-headerSpacer.big {
    height: 60px; }
  .admin .sub-header > span {
    line-height: 42px;
    margin-left: 15px;
    font-size: 14px; }
  .admin .fixed-header {
    width: 100%;
    background: #fff;
    height: 43px;
    top: 0;
    z-index: 100;
    position: fixed;
    border-bottom: 1px solid #ccc; }
  .admin .order-content {
    margin: 43px 0 0 0; }
  .admin .sub-header-subtitle {
    margin-left: 15px;
    margin-top: 12px;
    font-size: 11px;
    text-transform: uppercase;
    color: #999; }
  .admin .sub-header-title {
    line-height: 60px;
    margin-left: 15px;
    font-size: 20px;
    display: inline-block; }
  .admin .sub-header-title.sub {
    line-height: 20px; }
  .admin .sub-header-controls {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
  .admin .sub-header-controls a {
    display: inline-block;
    height: 100%;
    line-height: 60px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 11px;
    color: #2b78e4;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-right: 1px solid #f2f2f2; }
  .admin .sub-header-controls a:last {
    border-right: 0; }
  .admin .sub-header-controls a.active {
    color: #b5d0f6; }
  .admin .blockLeftContent, .admin .blockRightContent {
    height: calc(100% - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block; }
  .admin .blockLeftContent {
    width: 30%;
    border-right: 1px solid #2b78e4; }
  .admin .blockRightContent {
    left: 30%;
    width: 70%; }
  .admin .popup .sub-header {
    position: absolute; }
  .admin .popup .rightToolbar {
    left: 30%; }
  .admin .popup .blockLeftContent {
    padding-top: 60px; }
  .admin .popup .blockLeftContent, .admin .popup .blockRightContent {
    height: 100%; }
  .admin .leftToolbar {
    width: 30%;
    border-right: 1px solid #2b78e4;
    display: inline-block; }
  .admin .rightToolbar {
    width: 70%;
    display: inline-block; }
  .admin .listViewIcon {
    display: inline-block;
    width: 44px;
    height: 44px; }
  .admin .listViewIcon.folder {
    background: url(img/foldericon.png) no-repeat center center;
    background-size: 20px 18px; }
  .admin .listViewIcon.file {
    background: url(img/fileicon.png) no-repeat center center;
    background-size: 16px 21px; }
  .admin .listViewIcon.add {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2b78e4 url(img/plusButtonSmall.png) no-repeat center center;
    background-size: 24px 24px;
    margin: 10px; }
  .admin div.listViewAddFile {
    position: absolute;
    right: 30px; }
  .admin div.listViewAddFolder {
    position: absolute;
    right: 80px; }
  .admin .treeArrow {
    display: inline-block;
    width: 6px;
    height: 44px;
    margin-left: 10px;
    position: relative; }
  .admin .treeArrow div {
    position: absolute;
    top: 19px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #2b78e4; }
  .admin .treeArrow.hidden div {
    border: 0; }
  .admin .listViewItemTitle {
    display: inline-block; }
  .admin .listViewItemTitle.active {
    color: #2b78e4; }
  .admin .listViewGroup {
    overflow: hidden; }
  .admin .listViewGroup.closed {
    height: 0; }
  .admin .popupOverlay {
    background: #000;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none; }
  .admin .popup {
    background: #fff;
    text-align: center;
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    box-shadow: 0 2px 20px 5px #2f2f2f;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .admin .popup.fullscreen {
    width: 90%;
    height: 90%; }
  .admin .popupText {
    padding: 30px;
    font-size: 20px; }
  .admin .popupTitle {
    line-height: 60px;
    padding-left: 15px;
    font-size: 20px;
    text-align: left;
    background: #fff; }
  .admin .popupTitle.double {
    line-height: 30px;
    padding-right: 15px;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid #2b78e4;
    padding-bottom: 20px; }
  .admin .popupButtons {
    background: #f1f1f1;
    min-width: 290px; }
  .admin .popupButtons a.blueButton {
    width: 125px;
    display: inline-block;
    margin: 10px 5px; }
  .admin .popupButtons .inputBlock {
    margin-top: 0px; }
  .admin .popup.fullscreen .popupButtons {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .admin .popupHeader {
    padding: 12px 12px 1px 12px;
    background: #f2f2f2;
    border-bottom: 1px solid #2b78e4;
    min-width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1; }
  .admin .popupContent {
    text-align: left;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #f1f1f1; }
  .admin .popupHeaderSpacer {
    height: 59px;
    width: 100%; }
  .admin .popupButtonsSpacer {
    height: 62px;
    width: 100%; }
  .admin .popupRatingExplanationTpl .inputBlock {
    margin-top: 0;
    padding-top: 20px;
    text-align: left; }
  .admin .popupRatingExplanationTpl .roundedInput {
    height: 150px; }
  .admin .popupInputsTpl .inputBlock {
    margin-top: 0;
    padding-top: 20px;
    text-align: left; }
  .admin .popupAssetTpl .popup {
    text-align: left;
    background-color: #ececec; }
  .admin .popupAssetTpl .sub-header {
    top: 0; }
  .admin .popupAssetTpl .contentManagerBlocks .toolbarSpacer {
    height: 60px; }
  .admin .popupAssetTpl .popup.fullscreen .popupButtons {
    text-align: center;
    background: transparent;
    position: static; }
  .admin .inputBlock {
    margin: 20px 16px 16px 16px; }
  .admin .inputHeader {
    font-size: 11px;
    text-transform: uppercase;
    color: #999; }
  .admin .roundedInput {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-bottom: 12px; }
  .admin .roundedInput.error {
    border: 1px solid red; }
  .admin .blueButton, .admin a.blueButton {
    -webkit-appearance: none;
    border-radius: 0;
    height: 42px;
    width: 100%;
    color: #fff;
    background: #2b78e4;
    border: 0;
    border-bottom: 2px solid #2260b6;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .admin a.blueButton {
    display: block;
    width: auto;
    text-align: center;
    line-height: 42px; }
  .admin .mediaPreview {
    background: white no-repeat center center;
    background-size: contain;
    border: 1px solid #eaeaea;
    margin: 25px;
    height: 270px;
    /* Mantis #0019587 */ }
  .admin .mediaPreview.bbwMedia {
    height: auto;
    min-height: 270px; }
  .admin .mediaDropUploadText {
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
    left: 50%;
    top: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .admin .mediaPreviewVideo {
    display: none;
    width: 100%;
    height: 100%; }
  .admin .mediaInfoWrap {
    margin: 25px; }
  .admin .mediaInfo {
    width: 100%; }
  .admin .miHeader {
    font-size: 12px;
    text-transform: uppercase;
    color: #999; }
  .admin .miContent {
    font-size: 16px;
    color: #1a1a1a; }
  .admin .miContent td {
    padding-bottom: 16px; }
  .admin .uploadInfo .miContent td {
    padding-bottom: 0; }
  .admin .uploadInfo .statsProgress {
    padding-bottom: 20px; }
  .admin .uploadAssetBtnInput {
    position: absolute;
    top: -999px;
    left: 0; }
  .admin .statsProgress {
    position: relative;
    height: 5px;
    width: 100%; }
  .admin .statsProgressLine {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 4px;
    left: 0;
    background: #b3b3b3; }
  .admin .statsProgressBar {
    position: absolute;
    width: 0;
    height: 3px;
    top: 3px;
    left: 0;
    background: #2b78e4; }
  .admin .listViewEditButtons {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 23px;
    display: none; }
  .admin .listViewEditButtons .cbEditItem {
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    margin: 0 4px;
    line-height: 23px;
    text-align: center;
    color: #2b78e4; }
  .admin .cbEditItem {
    display: inline-block;
    background: #fff no-repeat center center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: 35px 35px;
    box-shadow: 0 1px 1px 0 #c5c5c5;
    margin: 0 5px; }
  .admin .cbEditItem.move {
    background-image: url(img/moveIcon.png); }
  .admin .cbEditItem.edit {
    background-image: url(img/editIcon.png); }
  .admin .cbEditItem.copy {
    background-image: url(img/cloneIcon.png); }
  .admin .cbEditItem.remove {
    background-image: url(img/trashIcon.png); }
  .admin .focuspointSelect {
    margin: 10px; }
  .admin .mediaPreviewImage {
    position: relative; }
  .admin .focuspointSelector {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url(img/focuspointTarget.png) no-repeat center center;
    pointer-events: none; }
  .admin .editEntry {
    width: 100%;
    margin-bottom: 50px; }
  .admin .editEntry input[type="text"] {
    width: 100%; }
  .admin .editEntry .spacer {
    height: 10px;
    width: 100%; }
  .admin .editEntry h2 {
    font-size: 16px;
    color: #000;
    margin: 10px 0 5px 0;
    font: 16px / 26px Arial; }
  .admin .editEntry h2.subTitle {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Karla";
    margin: 0 0 5px 0; }
  .admin .inputElementToggle {
    white-space: nowrap; }
  .admin .inputTypeName {
    font-size: 11px;
    color: #707070;
    margin-left: 10px;
    font-weight: normal;
    display: inline-block;
    line-height: 18px; }
  .admin .addAnswer, .admin .removeAnswer {
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    line-height: 24px;
    height: 24px; }
  .admin .addAnswer span, .admin .removeAnswer span {
    background: #2b78e4 url(img/plusButtonSmall.png) no-repeat center center;
    background-size: 24px 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 17px;
    margin-right: 10px; }
  .admin .removeAnswer span {
    background-color: #f11f1f;
    background-image: url(img/closeWVsmall.png); }
  .admin .answerTable {
    border: 0px solid #383838;
    margin-bottom: 10px;
    width: 100%; }
  .admin .assetImage, .admin .assetName {
    display: inline-block;
    margin: 10px 5px;
    font-size: 14px; }
  .admin .modules {
    width: 100%;
    margin: 20px auto 0;
    padding: 25px 20px; }
  .admin .module-content {
    width: 100%; }
  .admin .module-content h1 {
    font-size: 25px;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f1f1f1; }
  .admin .module-content .formquestion {
    font-size: 14px;
    color: #000;
    margin: 10px 0 5px 0; }
  .admin .module-content input[type="text"], .admin .module-content select {
    padding: 7px;
    border: none;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    outline: none; }
  .admin .module-content input[type="text"]:focus, .admin .module-content select:focus, .admin .module-content input[type="text"].focus, .admin .module-content select.focus {
    border-bottom: solid 1px #969696; }
  .admin .module-content th {
    text-align: left;
    background: #f1f1f1;
    padding: 7px !important;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #ccc; }
  .admin .module-content tr.grayBg {
    background: rgba(0, 0, 0, 0.2); }
  .admin .module-content tr.redBg {
    background: rgba(255, 0, 0, 0.2); }
  .admin .module-content td {
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
    font-size: 13px; }
  .admin .module-content .topAlign td {
    vertical-align: top;
    padding-top: 10px; }
  .admin .module-content .formAddButton {
    margin: 10px 0 5px -5px; }
  .admin .module-content .formAddButton .text {
    line-height: 20px;
    padding-left: 5px; }
  .admin .module-content .formBlock {
    border: 1px solid #c9c9c9;
    display: inline-block;
    padding: 10px;
    margin: 10px -10px 0; }
  .admin .module-content .formBlock .delete {
    float: right; }
  .admin .module-content .formBlock .delete.disabled {
    display: none; }
  .admin .module-content .formBlock .disabled {
    pointer-events: none; }
  .admin .admintable {
    width: 100%; }
  .admin .admintable.question-table {
    border-collapse: separate;
    border-spacing: 0 5px; }
  .admin .admintable.question-table th, .admin .admintable.question-table td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .admin .admintable.question-table th:first-child, .admin .admintable.question-table td:first-child {
    border-left: 1px solid #ccc; }
  .admin .admintable.question-table th:last-child, .admin .admintable.question-table td:last-child {
    border-right: 1px solid #ccc; }
  .admin .admintable.question-table td {
    padding: 10px 5px; }
  .admin .admintable.question-table th {
    padding: 15px 7px !important; }
  .admin .admintable th {
    text-align: left; }
  .admin .admintable.striped tr:nth-child(odd) td {
    background: #fafafa; }
  .admin .admintable ul {
    margin-left: 19px; }
  .admin .bgImage {
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: no-repeat center top; }
  .admin .action .bgImage {
    width: 100%; }
  .admin .action .admin-input {
    padding: 7px;
    border: none;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    outline: none; }
  .admin .action .admin-input:focus, .admin .action .admin-input.focus {
    border-bottom: solid 1px #969696; }
  .admin .action .submitBtn {
    display: inline-block;
    background: #1c1c1c;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 5px; }
  .admin .action .submitBtn:hover {
    color: #fff;
    background: #0a0a0a; }
  .admin .breadcrumb {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #adadad;
    background: #eee;
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1; }
  .admin .breadcrumb a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    padding: 0 10px 0 30px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .admin .breadcrumb a:first-child {
    border-radius: 5px 0 0 5px;
    padding: 0 10px 0 20px; }
  .admin .breadcrumb a:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px; }
  .admin .breadcrumb a.active, .admin .breadcrumb a:hover {
    background: #333;
    background: linear-gradient(#999, #666); }
  .admin .breadcrumb a.active:after, .admin .breadcrumb a:hover:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000); }
  .admin .breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    z-index: 1;
    background: #ccc;
    background: linear-gradient(135deg, #ccc, #999);
    box-shadow: 1px -1px 0 1px rgba(0, 0, 0, 0.2), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
    -webkit-transform: scale(0.707) rotate(45deg);
    -ms-transform: scale(0.707) rotate(45deg);
    transform: scale(0.707) rotate(45deg); }
  .admin .breadcrumb a:last-child:after {
    content: none; }
  .admin .flat a, .admin .flat a:after {
    background: #fff;
    color: #000;
    transition: all 0.5s; }
  .admin .flat a:before {
    background: #fff;
    box-shadow: 0 0 0 1px #ccc; }
  .admin .flat a:hover, .admin .flat a.active, .admin .flat a:hover:after, .admin .flat a.active:after {
    background: #f1f1f1; }
  .admin .saveBtn, .admin .assetBtn {
    display: inline-block;
    background: #1c1c1c;
    font-size: 14px;
    padding: 7px 20px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s; }
  .admin .saveBtn:hover, .admin .assetBtn:hover {
    cursor: pointer;
    color: #fff;
    background: #0a0a0a; }
  .admin .saveBtn div, .admin .assetBtn div {
    display: inline-block;
    padding: 15px 30px; }
  .admin a.saveBtn, .admin a.assetBtn {
    color: #fff; }
  .admin .blueTitleColSemiWide, .admin .blueTitleColSmall {
    display: inline-block;
    margin: 0 0 10px 0; }
  .admin table.editInput {
    width: 100%; }
  .admin .editInputInfo {
    display: block;
    padding: 7px;
    background: #bde5f8;
    border: 1px solid #00529b;
    margin: 0 0 10px 0;
    border-radius: 3px; }
  .admin .modlist {
    margin-top: 15px;
    position: relative;
    overflow: auto; }
  .admin .modlist a {
    border-radius: 5px;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    background: #1f5f84;
    width: 100%;
    color: #fff;
    margin: 5px 0; }
  .admin .modlist a:hover {
    background: #277dae; }
  .admin .modlist a.gray {
    background: #818181; }
  .admin .modlist a.gray:hover, .admin .modlist a.gray.active {
    background: #949494; }
  .admin .modlist a.gray span {
    font-size: 14px; }
  .admin .modlist .itemIcon {
    margin-top: 8px; }
  .admin .modlist span {
    font-size: 14px;
    padding-left: 16px; }
  .admin .modlist span.itemsTitle {
    padding-left: 5px; }
  .admin .modlist span.itemsCountContainer {
    padding: 0;
    width: 35px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    float: right;
    margin: 7px 16px 0 0;
    color: #444;
    border-radius: 10px; }
  .admin .modlist span.itemsCount {
    background: #e0e0e0;
    padding: 0;
    width: 35px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    float: right;
    margin: 0px 0px 0 0;
    color: #444;
    border-radius: 10px; }
  .admin .modlist span.itemsType {
    padding: 0;
    font-size: 11px !important;
    font-style: italic;
    text-align: center;
    line-height: 20px;
    height: 20px;
    float: right;
    margin: 7px 16px 0 0; }
  .admin .modlist .answer-status {
    vertical-align: middle;
    margin: 0 5px 0 10px; }
  .admin .mover {
    background: url('img/move.png') no-repeat center center;
    width: 30px;
    height: 35px;
    cursor: move;
    display: inline-block; }
  .admin .workformList {
    border: 1px solid #111;
    background: #f1f1f1;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 32px;
    border-radius: 5px;
    outline: none; }
  .admin .farbtastic {
    position: relative;
    width: 195px;
    height: 195px; }
  .admin .farbtastic * {
    position: absolute;
    cursor: crosshair; }
  .admin .farbtastic .wheel {
    background: url(img/farbtasticwheel.png) no-repeat;
    width: 195px;
    height: 195px; }
  .admin .farbtastic .color, .admin .overlay1 {
    top: 47px;
    left: 47px;
    width: 101px;
    height: 101px; }
  .admin .farbtastic .overlay1 {
    background: url(img/farbtasticmask.png) no-repeat; }
  .admin .farbtastic .marker {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    overflow: hidden;
    background: url(img/farbtasticmarker.png) no-repeat; }
  .admin .colorpicker-row {
    float: left;
    margin-right: 25px; }
  .admin .colorpicker-row + tr {
    display: none; }
  .admin .colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url(img/bootstrap-colorpicker/saturation.png);
    cursor: crosshair;
    float: left; }
  .admin .colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px; }
  .admin .colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .admin .colorpicker-alpha, .admin .colorpicker-hue {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px; }
  .admin .colorpicker-alpha i, .admin .colorpicker-hue i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px; }
  .admin .colorpicker-hue {
    background-image: url(img/bootstrap-colorpicker/hue.png); }
  .admin .colorpicker-alpha {
    background-image: url(img/bootstrap-colorpicker/alpha.png);
    display: none; }
  .admin .colorpicker-alpha, .admin .colorpicker-hue, .admin .colorpicker-saturation {
    background-size: contain; }
  .admin .colorpicker {
    padding: 4px;
    min-width: 130px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2500; }
  .admin .colorpicker:after, .admin .colorpicker:before {
    display: table;
    content: "";
    line-height: 0; }
  .admin .colorpicker:after {
    clear: both; }
  .admin .colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .admin .colorpicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }
  .admin .colorpicker div {
    position: relative; }
  .admin .colorpicker.colorpicker-with-alpha {
    min-width: 140px; }
  .admin .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block; }
  .admin .colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url(img/bootstrap-colorpicker/alpha.png);
    background-position: 0 100%; }
  .admin .colorpicker-color div {
    height: 10px; }
  .admin .colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both; }
  .admin .colorpicker-selectors i {
    cursor: pointer;
    float: left;
    height: 10px;
    width: 10px; }
  .admin .colorpicker-selectors i + i {
    margin-left: 3px; }
  .admin .colorpicker-element .add-on i, .admin .colorpicker-element .input-group-addon i {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    vertical-align: text-top;
    width: 16px; }
  .admin .colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
    z-index: auto; }
  .admin .colorpicker.colorpicker-horizontal {
    width: 110px;
    min-width: 110px;
    height: auto; }
  .admin .colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px; }
  .admin .colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px; }
  .admin .colorpicker.colorpicker-horizontal .colorpicker-alpha, .admin .colorpicker.colorpicker-horizontal .colorpicker-hue {
    width: 100px;
    height: 15px;
    float: left;
    cursor: col-resize;
    margin-left: 0;
    margin-bottom: 4px; }
  .admin .colorpicker.colorpicker-horizontal .colorpicker-alpha i, .admin .colorpicker.colorpicker-horizontal .colorpicker-hue i {
    display: block;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    border: none;
    margin-top: 0; }
  .admin .colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url(img/bootstrap-colorpicker/hue-horizontal.png); }
  .admin .colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url(img/bootstrap-colorpicker/alpha-horizontal.png); }
  .admin .colorpicker-right:before {
    left: auto;
    right: 6px; }
  .admin .colorpicker-right:after {
    left: auto;
    right: 7px; }
  .admin .colorpicker-no-arrow:before {
    border-right: 0;
    border-left: 0; }
  .admin .colorpicker-no-arrow:after {
    border-right: 0;
    border-left: 0; }
  .admin .colorpicker-alpha.colorpicker-visible, .admin .colorpicker-hue.colorpicker-visible, .admin .colorpicker-saturation.colorpicker-visible, .admin .colorpicker-selectors.colorpicker-visible, .admin .colorpicker.colorpicker-visible {
    display: block; }
  .admin .colorpicker-alpha.colorpicker-hidden, .admin .colorpicker-hue.colorpicker-hidden, .admin .colorpicker-saturation.colorpicker-hidden, .admin .colorpicker-selectors.colorpicker-hidden, .admin .colorpicker.colorpicker-hidden {
    display: none; }
  .admin .colorpicker-inline.colorpicker-visible {
    display: inline-block; }
  .admin a.saveHotspot {
    display: inline-block;
    background: #2fac66;
    font-size: 14px;
    padding: 7px 20px;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    transition: all 0.5s;
    font-family: "Roboto"; }
  .admin a.saveHotspot:hover {
    cursor: pointer;
    color: #fff;
    background: #2fac66; }
  .admin .hotspotWrap {
    margin: 35px 0 35px 35px;
    overflow-x: overlay; }
  .admin .hotspotParent {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .admin .hotspotBackground {
    position: relative;
    width: 90%;
    margin: 0 auto; }
  .admin .hotspotBackground.landscape {
    width: 770px;
    height: 434px; }
  .admin .hotspotBackground.square {
    width: 500px;
    height: 500px; }
  .admin .hotspotBackground.portrait {
    width: 340px;
    height: 500px; }
  .admin .hotspotBackground.landscape img, .admin .hotspotBackground.square img, .admin .hotspotBackground.portrait img {
    width: 100%;
    height: 100%; }
  .admin .hotspotBackground img {
    max-width: 100%; }
  .admin .hotSpotArea {
    position: absolute;
    background: none;
    z-index: 9;
    background-color: rgba(50, 125, 83, 0.25); }
  .admin .hotspotParent.active .hotSpotArea {
    background-color: rgba(50, 125, 83, 0.4); }
  .admin .hotspotParent.active .hotSpotArea .hscolor, .admin .hotspotParent.active .hotspotPoly {
    background-color: #227b4a !important; }
  .admin .hscolor {
    background: #95caff;
    opacity: 0.5;
    width: 100%;
    height: 100%; }
  .admin .ui-resizable {
    position: relative; }
  .admin .ui-resizable.resizeCircle {
    border-radius: 50%; }
  .admin .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block; }
  .admin .ui-resizable-disabled .ui-resizable-handle, .admin .ui-resizable-autohide .ui-resizable-handle {
    display: none; }
  .admin .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0; }
  .admin .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0; }
  .admin .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%; }
  .admin .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%; }
  .admin .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px; }
  .admin .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px; }
  .admin .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px; }
  .admin .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px; }
  .admin .hotSpotArea.circle .hscolor {
    border-radius: 50%; }
  .admin .hotspotPoly {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    /*width: 23px;
     height: 23px;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #2fac66;
    background-image: url('img/hotspot-dot.png');
    background-repeat: no-repeat;
    /*background-size: 20px 20px;*/
    background-size: 15px;
    background-position: center center;
    z-index: 30;
    margin: -25px; }

.popupCloneTpl .popupButtons {
  padding-top: 10px; }

.tagEditRow {
  display: block; }
  .tagEditRow .selectedTags {
    width: 225px; }
  .tagEditRow .tagEditWrapper .dropdown {
    display: inline-block;
    width: 225px;
    position: relative; }
  .tagEditRow .tagEditWrapper .dropdown .default {
    display: block;
    padding: 9px 12px;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #f1f1f1;
    user-select: none; }
  .tagEditRow .tagEditWrapper .dropdown .default:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000; }
  .tagEditRow .tagEditWrapper .dropdown .list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ac8e56;
    display: none; }
  .tagEditRow .tagEditWrapper .dropdown.open {
    z-index: 99; }
  .tagEditRow .tagEditWrapper .dropdown.open .list {
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 200px; }
  .tagEditRow .tagEditWrapper .dropdown.open .list .option {
    display: block;
    /*padding: 7px 8px;*/
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    position: relative; }
  .tagEditRow .tagEditWrapper .dropdown.open .list .option.selectAll {
    padding: 7px 8px;
    font-weight: bold; }
  .tagEditRow .tagEditWrapper .dropdown.open .list .option.selectAll.disabled {
    cursor: not-allowed;
    opacity: 0.75; }
  .tagEditRow .tagEditWrapper .dropdown.open .list .option:last-child {
    border-bottom-color: transparent; }
  .tagEditRow .tagEditWrapper .dropdown.open .list .option:hover {
    background: #f1f1f1; }
  .tagEditRow .tagEditWrapper .dropdown.open .list .option .icon {
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    margin-right: 5px; }
  .tagEditRow .tagEditWrapper .dropdown.open .list .option .tag-title {
    display: block;
    padding: 7px 8px 7px 25px; }
  .tagEditRow .tagEditWrapper .dropdown.open .list .option.selected .icon {
    opacity: 1; }
  .tagEditRow .tagEditWrapper .dropdown.open .default:after {
    transform: translateY(-50%) rotate(180deg); }

/*# sourceMappingURL=include.css.map */
