<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: Penguin
Theme URI: -
Author: -
Author URI: -
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: penguin
Tags: custom-theme

Penguin is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group &gt; :first-child, .input-group &gt; :first-child.input-group-button &gt; * {
    border-radius: 0 0 0 0; }
  .input-group &gt; :last-child, .input-group &gt; :last-child.input-group-button &gt; * {
    border-radius: 0 0 0 0; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x &gt; .auto {
  width: auto; }

.grid-x &gt; .shrink {
  width: auto; }

.grid-x &gt; .small-shrink, .grid-x &gt; .small-full, .grid-x &gt; .small-1, .grid-x &gt; .small-2, .grid-x &gt; .small-3, .grid-x &gt; .small-4, .grid-x &gt; .small-5, .grid-x &gt; .small-6, .grid-x &gt; .small-7, .grid-x &gt; .small-8, .grid-x &gt; .small-9, .grid-x &gt; .small-10, .grid-x &gt; .small-11, .grid-x &gt; .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x &gt; .medium-shrink, .grid-x &gt; .medium-full, .grid-x &gt; .medium-1, .grid-x &gt; .medium-2, .grid-x &gt; .medium-3, .grid-x &gt; .medium-4, .grid-x &gt; .medium-5, .grid-x &gt; .medium-6, .grid-x &gt; .medium-7, .grid-x &gt; .medium-8, .grid-x &gt; .medium-9, .grid-x &gt; .medium-10, .grid-x &gt; .medium-11, .grid-x &gt; .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x &gt; .large-shrink, .grid-x &gt; .large-full, .grid-x &gt; .large-1, .grid-x &gt; .large-2, .grid-x &gt; .large-3, .grid-x &gt; .large-4, .grid-x &gt; .large-5, .grid-x &gt; .large-6, .grid-x &gt; .large-7, .grid-x &gt; .large-8, .grid-x &gt; .large-9, .grid-x &gt; .large-10, .grid-x &gt; .large-11, .grid-x &gt; .large-12 {
    flex-basis: auto; } }

.grid-x &gt; .small-12, .grid-x &gt; .small-11, .grid-x &gt; .small-10, .grid-x &gt; .small-9, .grid-x &gt; .small-8, .grid-x &gt; .small-7, .grid-x &gt; .small-6, .grid-x &gt; .small-5, .grid-x &gt; .small-4, .grid-x &gt; .small-3, .grid-x &gt; .small-2, .grid-x &gt; .small-1 {
  flex: 0 0 auto; }

.grid-x &gt; .small-1 {
  width: 8.3333333333%; }

.grid-x &gt; .small-2 {
  width: 16.6666666667%; }

.grid-x &gt; .small-3 {
  width: 25%; }

.grid-x &gt; .small-4 {
  width: 33.3333333333%; }

.grid-x &gt; .small-5 {
  width: 41.6666666667%; }

.grid-x &gt; .small-6 {
  width: 50%; }

.grid-x &gt; .small-7 {
  width: 58.3333333333%; }

.grid-x &gt; .small-8 {
  width: 66.6666666667%; }

.grid-x &gt; .small-9 {
  width: 75%; }

.grid-x &gt; .small-10 {
  width: 83.3333333333%; }

.grid-x &gt; .small-11 {
  width: 91.6666666667%; }

.grid-x &gt; .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x &gt; .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x &gt; .medium-12, .grid-x &gt; .medium-11, .grid-x &gt; .medium-10, .grid-x &gt; .medium-9, .grid-x &gt; .medium-8, .grid-x &gt; .medium-7, .grid-x &gt; .medium-6, .grid-x &gt; .medium-5, .grid-x &gt; .medium-4, .grid-x &gt; .medium-3, .grid-x &gt; .medium-2, .grid-x &gt; .medium-1, .grid-x &gt; .medium-shrink {
    flex: 0 0 auto; }
  .grid-x &gt; .medium-shrink {
    width: auto; }
  .grid-x &gt; .medium-1 {
    width: 8.3333333333%; }
  .grid-x &gt; .medium-2 {
    width: 16.6666666667%; }
  .grid-x &gt; .medium-3 {
    width: 25%; }
  .grid-x &gt; .medium-4 {
    width: 33.3333333333%; }
  .grid-x &gt; .medium-5 {
    width: 41.6666666667%; }
  .grid-x &gt; .medium-6 {
    width: 50%; }
  .grid-x &gt; .medium-7 {
    width: 58.3333333333%; }
  .grid-x &gt; .medium-8 {
    width: 66.6666666667%; }
  .grid-x &gt; .medium-9 {
    width: 75%; }
  .grid-x &gt; .medium-10 {
    width: 83.3333333333%; }
  .grid-x &gt; .medium-11 {
    width: 91.6666666667%; }
  .grid-x &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x &gt; .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x &gt; .large-12, .grid-x &gt; .large-11, .grid-x &gt; .large-10, .grid-x &gt; .large-9, .grid-x &gt; .large-8, .grid-x &gt; .large-7, .grid-x &gt; .large-6, .grid-x &gt; .large-5, .grid-x &gt; .large-4, .grid-x &gt; .large-3, .grid-x &gt; .large-2, .grid-x &gt; .large-1, .grid-x &gt; .large-shrink {
    flex: 0 0 auto; }
  .grid-x &gt; .large-shrink {
    width: auto; }
  .grid-x &gt; .large-1 {
    width: 8.3333333333%; }
  .grid-x &gt; .large-2 {
    width: 16.6666666667%; }
  .grid-x &gt; .large-3 {
    width: 25%; }
  .grid-x &gt; .large-4 {
    width: 33.3333333333%; }
  .grid-x &gt; .large-5 {
    width: 41.6666666667%; }
  .grid-x &gt; .large-6 {
    width: 50%; }
  .grid-x &gt; .large-7 {
    width: 58.3333333333%; }
  .grid-x &gt; .large-8 {
    width: 66.6666666667%; }
  .grid-x &gt; .large-9 {
    width: 75%; }
  .grid-x &gt; .large-10 {
    width: 83.3333333333%; }
  .grid-x &gt; .large-11 {
    width: 91.6666666667%; }
  .grid-x &gt; .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) &gt; .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) &gt; .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x &gt; .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x &gt; .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x &gt; .auto {
    width: auto; }
  .grid-margin-x &gt; .shrink {
    width: auto; }
  .grid-margin-x &gt; .small-1 {
    width: calc(8.3333333333% - 1.25rem); }
  .grid-margin-x &gt; .small-2 {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x &gt; .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x &gt; .small-4 {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x &gt; .small-5 {
    width: calc(41.6666666667% - 1.25rem); }
  .grid-margin-x &gt; .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x &gt; .small-7 {
    width: calc(58.3333333333% - 1.25rem); }
  .grid-margin-x &gt; .small-8 {
    width: calc(66.6666666667% - 1.25rem); }
  .grid-margin-x &gt; .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x &gt; .small-10 {
    width: calc(83.3333333333% - 1.25rem); }
  .grid-margin-x &gt; .small-11 {
    width: calc(91.6666666667% - 1.25rem); }
  .grid-margin-x &gt; .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x &gt; .auto {
      width: auto; }
    .grid-margin-x &gt; .shrink {
      width: auto; }
    .grid-margin-x &gt; .small-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .small-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x &gt; .small-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .small-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x &gt; .small-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .small-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x &gt; .small-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .small-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x &gt; .medium-auto {
      width: auto; }
    .grid-margin-x &gt; .medium-shrink {
      width: auto; }
    .grid-margin-x &gt; .medium-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .medium-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x &gt; .medium-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .medium-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x &gt; .medium-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .medium-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x &gt; .medium-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .medium-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x &gt; .large-auto {
      width: auto; }
    .grid-margin-x &gt; .large-shrink {
      width: auto; }
    .grid-margin-x &gt; .large-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .large-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x &gt; .large-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .large-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x &gt; .large-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .large-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x &gt; .large-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x &gt; .large-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x &gt; .large-12 {
      width: calc(100% - 1.875rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-container:not(.full) &gt; .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) &gt; .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-padding-x &gt; .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x &gt; .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.small-up-1 &gt; .cell {
  width: 100%; }

.small-up-2 &gt; .cell {
  width: 50%; }

.small-up-3 &gt; .cell {
  width: 33.3333333333%; }

.small-up-4 &gt; .cell {
  width: 25%; }

.small-up-5 &gt; .cell {
  width: 20%; }

.small-up-6 &gt; .cell {
  width: 16.6666666667%; }

.small-up-7 &gt; .cell {
  width: 14.2857142857%; }

.small-up-8 &gt; .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 &gt; .cell {
    width: 100%; }
  .medium-up-2 &gt; .cell {
    width: 50%; }
  .medium-up-3 &gt; .cell {
    width: 33.3333333333%; }
  .medium-up-4 &gt; .cell {
    width: 25%; }
  .medium-up-5 &gt; .cell {
    width: 20%; }
  .medium-up-6 &gt; .cell {
    width: 16.6666666667%; }
  .medium-up-7 &gt; .cell {
    width: 14.2857142857%; }
  .medium-up-8 &gt; .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 &gt; .cell {
    width: 100%; }
  .large-up-2 &gt; .cell {
    width: 50%; }
  .large-up-3 &gt; .cell {
    width: 33.3333333333%; }
  .large-up-4 &gt; .cell {
    width: 25%; }
  .large-up-5 &gt; .cell {
    width: 20%; }
  .large-up-6 &gt; .cell {
    width: 16.6666666667%; }
  .large-up-7 &gt; .cell {
    width: 14.2857142857%; }
  .large-up-8 &gt; .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 &gt; .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 &gt; .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 &gt; .cell {
  width: calc(33.3333333333% - 1.25rem); }

.grid-margin-x.small-up-4 &gt; .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 &gt; .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 &gt; .cell {
  width: calc(16.6666666667% - 1.25rem); }

.grid-margin-x.small-up-7 &gt; .cell {
  width: calc(14.2857142857% - 1.25rem); }

.grid-margin-x.small-up-8 &gt; .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 &gt; .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 &gt; .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 &gt; .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.small-up-4 &gt; .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 &gt; .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 &gt; .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.small-up-7 &gt; .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.small-up-8 &gt; .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 &gt; .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 &gt; .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 &gt; .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 &gt; .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 &gt; .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 &gt; .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 &gt; .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 &gt; .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 &gt; .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 &gt; .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 &gt; .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.large-up-4 &gt; .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 &gt; .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 &gt; .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.large-up-7 &gt; .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.large-up-8 &gt; .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse &gt; .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse &gt; .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse &gt; .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse &gt; .small-3 {
    width: 25%; }
  .small-margin-collapse &gt; .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse &gt; .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse &gt; .small-6 {
    width: 50%; }
  .small-margin-collapse &gt; .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse &gt; .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse &gt; .small-9 {
    width: 75%; }
  .small-margin-collapse &gt; .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse &gt; .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse &gt; .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse &gt; .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse &gt; .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse &gt; .medium-3 {
      width: 25%; }
    .small-margin-collapse &gt; .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse &gt; .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse &gt; .medium-6 {
      width: 50%; }
    .small-margin-collapse &gt; .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse &gt; .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse &gt; .medium-9 {
      width: 75%; }
    .small-margin-collapse &gt; .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse &gt; .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse &gt; .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse &gt; .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse &gt; .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse &gt; .large-3 {
      width: 25%; }
    .small-margin-collapse &gt; .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse &gt; .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse &gt; .large-6 {
      width: 50%; }
    .small-margin-collapse &gt; .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse &gt; .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse &gt; .large-9 {
      width: 75%; }
    .small-margin-collapse &gt; .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse &gt; .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse &gt; .large-12 {
      width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse &gt; .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse &gt; .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse &gt; .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse &gt; .small-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse &gt; .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse &gt; .small-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse &gt; .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse &gt; .small-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse &gt; .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse &gt; .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse &gt; .medium-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse &gt; .medium-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse &gt; .medium-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse &gt; .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse &gt; .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse &gt; .large-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse &gt; .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse &gt; .large-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse &gt; .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse &gt; .large-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse &gt; .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse &gt; .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse &gt; .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse &gt; .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse &gt; .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse &gt; .small-3 {
    width: 25%; }
  .large-margin-collapse &gt; .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse &gt; .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse &gt; .small-6 {
    width: 50%; }
  .large-margin-collapse &gt; .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse &gt; .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse &gt; .small-9 {
    width: 75%; }
  .large-margin-collapse &gt; .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse &gt; .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse &gt; .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse &gt; .medium-3 {
    width: 25%; }
  .large-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse &gt; .medium-6 {
    width: 50%; }
  .large-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse &gt; .medium-9 {
    width: 75%; }
  .large-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse &gt; .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse &gt; .large-3 {
    width: 25%; }
  .large-margin-collapse &gt; .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse &gt; .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse &gt; .large-6 {
    width: 50%; }
  .large-margin-collapse &gt; .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse &gt; .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse &gt; .large-9 {
    width: 75%; }
  .large-margin-collapse &gt; .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse &gt; .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse &gt; .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse &gt; .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x &gt; .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.grid-margin-x &gt; .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.grid-margin-x &gt; .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem); }

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

.grid-margin-x &gt; .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.grid-margin-x &gt; .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.grid-margin-x &gt; .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem); }

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

.grid-margin-x &gt; .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.grid-margin-x &gt; .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.grid-margin-x &gt; .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem); }

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

.grid-margin-x &gt; .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.grid-margin-x &gt; .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.grid-margin-x &gt; .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x &gt; .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x &gt; .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x &gt; .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x &gt; .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x &gt; .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x &gt; .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x &gt; .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x &gt; .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x &gt; .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x &gt; .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x &gt; .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x &gt; .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x &gt; .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x &gt; .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x &gt; .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x &gt; .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x &gt; .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x &gt; .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x &gt; .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x &gt; .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x &gt; .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x &gt; .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x &gt; .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x &gt; .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y &gt; .cell {
    width: auto;
    max-width: none; }
  .grid-y &gt; .auto {
    height: auto; }
  .grid-y &gt; .shrink {
    height: auto; }
  .grid-y &gt; .small-shrink, .grid-y &gt; .small-full, .grid-y &gt; .small-1, .grid-y &gt; .small-2, .grid-y &gt; .small-3, .grid-y &gt; .small-4, .grid-y &gt; .small-5, .grid-y &gt; .small-6, .grid-y &gt; .small-7, .grid-y &gt; .small-8, .grid-y &gt; .small-9, .grid-y &gt; .small-10, .grid-y &gt; .small-11, .grid-y &gt; .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y &gt; .medium-shrink, .grid-y &gt; .medium-full, .grid-y &gt; .medium-1, .grid-y &gt; .medium-2, .grid-y &gt; .medium-3, .grid-y &gt; .medium-4, .grid-y &gt; .medium-5, .grid-y &gt; .medium-6, .grid-y &gt; .medium-7, .grid-y &gt; .medium-8, .grid-y &gt; .medium-9, .grid-y &gt; .medium-10, .grid-y &gt; .medium-11, .grid-y &gt; .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y &gt; .large-shrink, .grid-y &gt; .large-full, .grid-y &gt; .large-1, .grid-y &gt; .large-2, .grid-y &gt; .large-3, .grid-y &gt; .large-4, .grid-y &gt; .large-5, .grid-y &gt; .large-6, .grid-y &gt; .large-7, .grid-y &gt; .large-8, .grid-y &gt; .large-9, .grid-y &gt; .large-10, .grid-y &gt; .large-11, .grid-y &gt; .large-12 {
      flex-basis: auto; } }
  .grid-y &gt; .small-12, .grid-y &gt; .small-11, .grid-y &gt; .small-10, .grid-y &gt; .small-9, .grid-y &gt; .small-8, .grid-y &gt; .small-7, .grid-y &gt; .small-6, .grid-y &gt; .small-5, .grid-y &gt; .small-4, .grid-y &gt; .small-3, .grid-y &gt; .small-2, .grid-y &gt; .small-1 {
    flex: 0 0 auto; }
  .grid-y &gt; .small-1 {
    height: 8.3333333333%; }
  .grid-y &gt; .small-2 {
    height: 16.6666666667%; }
  .grid-y &gt; .small-3 {
    height: 25%; }
  .grid-y &gt; .small-4 {
    height: 33.3333333333%; }
  .grid-y &gt; .small-5 {
    height: 41.6666666667%; }
  .grid-y &gt; .small-6 {
    height: 50%; }
  .grid-y &gt; .small-7 {
    height: 58.3333333333%; }
  .grid-y &gt; .small-8 {
    height: 66.6666666667%; }
  .grid-y &gt; .small-9 {
    height: 75%; }
  .grid-y &gt; .small-10 {
    height: 83.3333333333%; }
  .grid-y &gt; .small-11 {
    height: 91.6666666667%; }
  .grid-y &gt; .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y &gt; .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y &gt; .medium-12, .grid-y &gt; .medium-11, .grid-y &gt; .medium-10, .grid-y &gt; .medium-9, .grid-y &gt; .medium-8, .grid-y &gt; .medium-7, .grid-y &gt; .medium-6, .grid-y &gt; .medium-5, .grid-y &gt; .medium-4, .grid-y &gt; .medium-3, .grid-y &gt; .medium-2, .grid-y &gt; .medium-1, .grid-y &gt; .medium-shrink {
      flex: 0 0 auto; }
    .grid-y &gt; .medium-shrink {
      height: auto; }
    .grid-y &gt; .medium-1 {
      height: 8.3333333333%; }
    .grid-y &gt; .medium-2 {
      height: 16.6666666667%; }
    .grid-y &gt; .medium-3 {
      height: 25%; }
    .grid-y &gt; .medium-4 {
      height: 33.3333333333%; }
    .grid-y &gt; .medium-5 {
      height: 41.6666666667%; }
    .grid-y &gt; .medium-6 {
      height: 50%; }
    .grid-y &gt; .medium-7 {
      height: 58.3333333333%; }
    .grid-y &gt; .medium-8 {
      height: 66.6666666667%; }
    .grid-y &gt; .medium-9 {
      height: 75%; }
    .grid-y &gt; .medium-10 {
      height: 83.3333333333%; }
    .grid-y &gt; .medium-11 {
      height: 91.6666666667%; }
    .grid-y &gt; .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y &gt; .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y &gt; .large-12, .grid-y &gt; .large-11, .grid-y &gt; .large-10, .grid-y &gt; .large-9, .grid-y &gt; .large-8, .grid-y &gt; .large-7, .grid-y &gt; .large-6, .grid-y &gt; .large-5, .grid-y &gt; .large-4, .grid-y &gt; .large-3, .grid-y &gt; .large-2, .grid-y &gt; .large-1, .grid-y &gt; .large-shrink {
      flex: 0 0 auto; }
    .grid-y &gt; .large-shrink {
      height: auto; }
    .grid-y &gt; .large-1 {
      height: 8.3333333333%; }
    .grid-y &gt; .large-2 {
      height: 16.6666666667%; }
    .grid-y &gt; .large-3 {
      height: 25%; }
    .grid-y &gt; .large-4 {
      height: 33.3333333333%; }
    .grid-y &gt; .large-5 {
      height: 41.6666666667%; }
    .grid-y &gt; .large-6 {
      height: 50%; }
    .grid-y &gt; .large-7 {
      height: 58.3333333333%; }
    .grid-y &gt; .large-8 {
      height: 66.6666666667%; }
    .grid-y &gt; .large-9 {
      height: 75%; }
    .grid-y &gt; .large-10 {
      height: 83.3333333333%; }
    .grid-y &gt; .large-11 {
      height: 91.6666666667%; }
    .grid-y &gt; .large-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
.grid-padding-y &gt; .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y &gt; .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y &gt; .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y &gt; .auto {
    height: auto; }
  .grid-margin-y &gt; .shrink {
    height: auto; }
  .grid-margin-y &gt; .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y &gt; .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y &gt; .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y &gt; .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y &gt; .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y &gt; .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y &gt; .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y &gt; .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y &gt; .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y &gt; .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y &gt; .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y &gt; .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .auto {
      height: auto; }
    .grid-margin-y &gt; .shrink {
      height: auto; }
    .grid-margin-y &gt; .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y &gt; .medium-auto {
      height: auto; }
    .grid-margin-y &gt; .medium-shrink {
      height: auto; }
    .grid-margin-y &gt; .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y &gt; .large-auto {
      height: auto; }
    .grid-margin-y &gt; .large-shrink {
      height: auto; }
    .grid-margin-y &gt; .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .large-12 {
      height: calc(100% - 1.875rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container &gt; .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container &gt; .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container &gt; .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y &gt; .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y &gt; .auto {
    height: auto; }
  .grid-margin-y &gt; .shrink {
    height: auto; }
  .grid-margin-y &gt; .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y &gt; .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y &gt; .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y &gt; .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y &gt; .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y &gt; .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y &gt; .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y &gt; .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y &gt; .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y &gt; .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y &gt; .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y &gt; .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .auto {
      height: auto; }
    .grid-margin-y &gt; .shrink {
      height: auto; }
    .grid-margin-y &gt; .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y &gt; .medium-auto {
      height: auto; }
    .grid-margin-y &gt; .medium-shrink {
      height: auto; }
    .grid-margin-y &gt; .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y &gt; .large-auto {
      height: auto; }
    .grid-margin-y &gt; .large-shrink {
      height: auto; }
    .grid-margin-y &gt; .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y &gt; .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y &gt; .large-12 {
      height: calc(100% - 1.875rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label &gt; .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label &gt; .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout &gt; :first-child {
    margin-top: 0; }
  .callout &gt; :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card &gt; :last-child {
    margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider &gt; :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section &gt; :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child &gt; :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) &gt; .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active &gt; .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child &gt; .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

/*Accordion on csr page */
.csr-ini-accordion{padding-top: 20px;}
.csr-ini-accordion .accordion-title{
  color: #0a0a0a;
}
@media screen and (min-width: 800px) {
    .csr-ini-accordion .accordion-title{font-size: inherit;}
}    
.csr-ini-accordion .accordion-title::before {
    content: '\25bc'; }
  .csr-ini-accordion .is-active &gt; .accordion-title::before {
    content: '\25B2'; }

  .csr-ini-accordion .is-active &gt; .accordion-title{
    color: #ff5a00;
  }  

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section &gt; :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
    outline: 0; }
  .orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical &gt; li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple &gt; li &gt; a {
  padding: 0; }
  .tabs.simple &gt; li &gt; a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary &gt; li &gt; a {
    color: #fefefe; }
    .tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title &gt; a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title &gt; a {
      outline: 0; }
    .tabs-title &gt; a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active &gt; a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active &gt; a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered &gt; .menu {
  justify-content: center; }
  .menu-centered &gt; .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered &gt; .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent &gt; a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent &gt; a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] &gt; a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle &gt; a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent &gt; a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back &gt; a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu &gt; li &gt; a {
  padding: 0.7rem 1rem; }

.dropdown.menu &gt; li.is-active &gt; a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px; }

.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu &gt; li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0.5rem;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu &gt; li &gt; a {
  justify-content: flex-start; }

.align-right.vertical.menu &gt; li &gt; a {
  justify-content: flex-end; }

.align-center.vertical.menu &gt; li &gt; a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'AvantGarde-Medium';
  font-weight: normal; }

body {
  font-family: 'AvantGarde-Medium';
  font-weight: normal; }

p {
  font-family: 'AvantGarde-Medium';
  font-weight: normal;
  font-size: 15px; }

p.special {
  font-family: 'AvantGarde-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 30px; }

h2 {
  font-size: 29px;
  font-family: 'AvantGarde-Medium';
  font-weight: normal;
  letter-spacing: 1.16px;
  color: #000000;
  margin-bottom: 40px; }

h2.heading {
  font-size: 60px;
  font-family: 'AvantGarde-Medium';
  font-weight: normal;
  line-height: normal;
  letter-spacing: -2.14px;
  margin-bottom: 25px; }

h3 {
  font-size: 23px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #000000;
  font-family: 'AvantGarde-Medium';
  font-weight: normal; }
  h3.small {
    font-size: 20px;
    letter-spacing: 0.43;
    line-height: 20px; }

h4 {
  font-size: 23px;
  font-family: 'AvantGarde-Medium';
  font-weight: normal;
  letter-spacing: normal;
  color: #000000; }

h6 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-family: 'AvantGarde-Medium';
  color: #000000; }

a {
  color: #ff5a00; }
  a:hover, a:focus {
    color: #ff6703; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'],
[type='url'], [type='color'], textarea, select {
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  border: 1px solid #C5C3C6;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus,
[type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus, select:focus {
  box-shadow: none;
  border: 1px solid #FF5A00; }

select {
  padding-right: 30px;
  background-image: url("img/select-arrow.svg");
  background-size: 12px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none; }

.button {
  height: 40px;
  border-radius: 5px;
  background-color: #FF5A00;
  padding-left: 30px;
  padding-right: 30px; }
  .button:hover {
    background: #ef7f3c; }
  .button.white-orange {
    background: #ffffff;
    border: 2px solid #F26816;
    color: #F26816;
    padding-left: 15px;
    padding-right: 15px;
    padding: 11px 15px; }
  .button.orange {
    background: #FF5A00; }
    .button.orange:hover {
      background: #000000; }

.input-group &gt; :first-child, .input-group &gt; :first-child.input-group-button &gt; * {
  border-radius: 5px 0px 0px 5px; }

.grid-container {
  max-width: 1220px;
  padding-right: 15px;
  padding-left: 15px; }

.grid-padding-x &gt; .cell {
  padding-right: 15px;
  padding-left: 15px; }

.grid-padding-x .grid-padding-x {
  margin-right: -15px;
  margin-left: -15px; }

#top-menu {
  position: fixed;
  z-index: 99999;
  width: 100%; }
  #top-menu .top-bar-wrap {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*transition: all 0.3s ease;*/
  }
  #top-menu .top-bar-wrap.is-stuck, #top-menu .top-bar-wrap:hover, #top-menu .white-header-menu .top-bar-wrap {
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 16px 0px rgba(119, 119, 119, 0.16);
  }
    #top-menu .top-bar-wrap.is-stuck a, #top-menu .top-bar-wrap:hover a, #top-menu .white-header-menu .top-bar-wrap a {
      color: #000000; }
    #top-menu .top-bar-wrap.is-stuck .dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after, #top-menu .top-bar-wrap.is-stuck .mega-menu &gt; .has-submenu &gt; a:after, #top-menu .top-bar-wrap:hover .dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after, #top-menu .top-bar-wrap:hover .mega-menu &gt; .has-submenu &gt; a:after, #top-menu .white-header-menu .top-bar-wrap .dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after, #top-menu .white-header-menu .top-bar-wrap .mega-menu &gt; .has-submenu &gt; a:after {
      background-image: url("img/dropdown-black.svg"); background-size: 13px; background-repeat: no-repeat; }
    #top-menu .top-bar-wrap.is-stuck .search, #top-menu .top-bar-wrap:hover .search, #top-menu .white-header-menu .top-bar-wrap .search {
      background-image: url("img/search-black.svg");
      transition: all 0.3s ease; }
    #top-menu .top-bar-wrap.is-stuck .hamburger, #top-menu .top-bar-wrap:hover .hamburger, #top-menu .white-header-menu .top-bar-wrap .hamburger {
      background-image: url("img/hamburger-black.svg");
      transition: all 0.3s ease; }
    #top-menu .top-bar-wrap.is-stuck .top-bar-right .search-input-wrap .search-input, #top-menu .top-bar-wrap:hover .top-bar-right .search-input-wrap .search-input, #top-menu .white-header-menu .top-bar-wrap .top-bar-right .search-input-wrap .search-input {
      border-color: #000000; }
  #top-menu .top-bar {
    padding: 0px;
    max-width: 1220px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    height: 80px;
    background: transparent;
    position: relative; }
    #top-menu .top-bar ul {
      background: transparent; }
    #top-menu .top-bar .site-logo {
      width: 47px;
      float: left;
      padding-top: 7.5px; }
      #top-menu .top-bar .site-logo a {
        padding: 0px; }
    #top-menu .top-bar a {
      color: #ffffff;
      font-size: 18px;
      padding: 31px 40px; }
    #top-menu .top-bar .dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
      background-image: url("img/dropdown.svg");
      border: none;
      width: 14px;
      height: 8px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      margin-top: -2px;
      right: 20px; }
    #top-menu .top-bar .mega-menu &gt; .has-submenu {
      position: relative; }
    #top-menu .top-bar .mega-menu &gt; .has-submenu &gt; a:after {
      content: "";
      background: url("img/dropdown.svg");
      border: none;
      width: 14px;
      height: 8px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      margin-top: -2px;
      right: 20px;
      position: absolute;
      right: 20px;
      top: 49%;
      top: -webkit-calc(50% - 1px);
      top: -moz-calc(50% - 1px);
      top: calc(50% - 1px);
    }
    #top-menu .top-bar .mega-menu &gt; .has-submenu &gt; a.hover {
      color: #ff6600; }
      #top-menu .top-bar .mega-menu &gt; .has-submenu &gt; a.hover:after {
        transform: rotate(180deg);
        background-image: url("img/dropdown-orange.svg"); }
    #top-menu .top-bar .dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
      background: #ffffff;
      border: 0px; }
    #top-menu .top-bar .search {
      width: 26px;
      height: 26px;
      background-image: url("img/search.svg");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer;
      transition: all 0.3s ease; }
    #top-menu .top-bar .hamburger {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 56px;
      height: 100%;
      background-image: url("img/hamburger.svg");
      background-size: 26px;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer;
      transition: all 0.3s ease; }
  #top-menu .top-bar-right {
    display: flex; }
    #top-menu .top-bar-right .search {
      height: 80px; }
    #top-menu .top-bar-right .search-input-wrap {
      height: 80px;
      padding-top: 20px;
      position: relative;
      display: none; }
      #top-menu .top-bar-right .search-input-wrap .search-input {
        background: transparent;
        border: 0px;
        border-bottom: 1px solid #ffffff;
        margin: 0px;
        border-radius: 0px;
        min-width: 350px;
        margin-left: 15px;
        display: none; }
      #top-menu .top-bar-right .search-input-wrap .search-results-dropdown {
        position: absolute;
        left: 0px;
        top: 60px;
        width: 100%;
        height: 400px;
        padding: 5px 0px 0px 15px;
        display: none; }
        #top-menu .top-bar-right .search-input-wrap .search-results-dropdown .results-wrap {
          background: #ffffff;
          padding: 15px;
          padding-top: 0px; }
          #top-menu .top-bar-right .search-input-wrap .search-results-dropdown .results-wrap .result-group {
            border-bottom: 1px solid #979797;
            padding-bottom: 19px;
            padding-top: 25px; }
            #top-menu .top-bar-right .search-input-wrap .search-results-dropdown .results-wrap .result-group:last-child {
              border: 0px; }
          #top-menu .top-bar-right .search-input-wrap .search-results-dropdown .results-wrap .group-title {
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.64px;
            color: #bfbfbf;
            text-transform: uppercase;
            margin-bottom: 5px; }
          #top-menu .top-bar-right .search-input-wrap .search-results-dropdown .results-wrap li a {
            font-size: 16px;
            padding: 7px 0px;
            color: #000000; }
    #top-menu .top-bar-right.search-active {
      position: absolute;
      left: 100px;
      background: #ffffff;
      width: calc(100% - 100px); }
      #top-menu .top-bar-right.search-active .search-input-wrap {
        display: block;
        width: 100%; }
      #top-menu .top-bar-right.search-active .search-input-wrap .search-input {
        display: block;
        min-width: calc(100% - 47px);
        border-bottom: 0px; }
      #top-menu .top-bar-right.search-active .search-input-wrap .search-close {
        position: absolute;
        right: 0px;
        height: 17px;
        width: 17px;
        top: 26px; }
  #top-menu .mega-dropdown .menu li a {
    color: #646464;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -0.13px;
    padding: 0px; }
  #top-menu .mega-menu h4 {
    font-size: 16px;
    letter-spacing: -0.17px; }
    #top-menu .mega-menu h4 a {
      font-size: 16px;
      letter-spacing: -0.17px;
      color: #000000;
      padding: 0px; }
  #top-menu .mega-menu a:hover, #top-menu .mega-menu li a:hover, #top-menu .mega-menu .book-special-menu-wrap .book-special-menu li a:hover {
    color: #ff5a00;
    text-decoration: underline; }
  #top-menu .mega-menu .dropdown-pane {
    position: fixed;
    width: 100%;
    max-width: 100%;
    padding: 30px 0px;
    margin: 0 auto !important;
    left: 0% !important;
    right: 0% !important;
    top: 80px !important;
    border: 0px;
    border-top: 1px solid rgba(202, 202, 202, 0.42);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
  #top-menu .mega-menu .menu {
    background: none; }
  #top-menu .mega-menu &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    margin-left: 10px;
    margin-top: 11%; }
  #top-menu .mega-menu .book-special-menu-wrap {
    height: 100%; }
    #top-menu .mega-menu .book-special-menu-wrap .book-special-menu {
      padding-left: 30px; }
      #top-menu .mega-menu .book-special-menu-wrap .book-special-menu li a {
        color: #000000;
        font-size: 16px;
        letter-spacing: -0.15px;
        line-height: normal;
        margin-bottom: 30px; }
  #top-menu .mega-menu #authors-mega-menu .alphabet-list-top {
    margin-top: 30px; }
    #top-menu .mega-menu #authors-mega-menu .alphabet-list-top a {
      color: #000000;
      padding: 0px;
      margin-right: 25px;
      font-size: 15px;
      line-height: 15px;
      margin-bottom: 40px;
      color: #646464; }
      #top-menu .mega-menu #authors-mega-menu .alphabet-list-top a.active, #top-menu .mega-menu #authors-mega-menu .alphabet-list-top a:hover {
        color: #FF5A00; }
  #top-menu .mega-menu .view-all {
    font-size: 12px;
    padding: 0px;
    letter-spacing: 0px;
    color: #636161; }

#sub-menu {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 80px;
  height: 50px;
  background: linear-gradient(to right, #ff6600 0%, #ff9f00 100%);
  padding: 0px; }
  #sub-menu .top-bar-left {
    padding: 0px;
    padding-left: 73px;
    max-width: 1220px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; }
  #sub-menu .menu {
    background: transparent; }
    #sub-menu .menu li {
      padding: 0px 30px; }
    #sub-menu .menu a {
      color: #ffffff;
      height: 50px;
      padding: 17px 0px;
      font-size: 16px;
      line-height: 16px;
      transition: all 0.3s ease; }
      #sub-menu .menu a.active, #sub-menu .menu a:hover {
        border-bottom: 3px solid #FFFFFF;
        transition: all 0.3s ease; }

.breadcrumbs {
  margin-bottom: 30px; }
  .breadcrumbs a {
    color: #000000;
    font-size: 13px;
    line-height: normal;
    text-transform: none; }
  .breadcrumbs li {
    color: #878787;
    text-transform: none;
    font-size: 13px; }
  .breadcrumbs li:not(:last-child)::after {
    background: url("img/arrow-breadcrumb.svg");
    width: 4px;
    height: 6px;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 10px; }

.filter-active {
  margin-bottom: 30px; }
  .filter-active a {
    background-color: #FFDECC;
    border-radius: 5px;
    display: inline-block;
    color: #000000;
    font-size: 13px;
    padding: 4px 12px 4px 12px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 12px; }

.title-and_select {
  display: flex; }
  .title-and_select .list-title {
    flex: 1; }
  .title-and_select .filter-active {
    flex: 1; }
  .title-and_select select {
    max-width: 220px;
    height: 35px; }

.block.blog {
  margin-bottom: 30px;
  padding: 0px 0px; }
  .block.blog .image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px 0 rgba(119, 119, 119, 0.16);
    margin-bottom: 10px; }
  .block.blog .date {
    color: #878787;
    font-size: 12px; }
  .block.blog h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }
  .block.blog.small h3 {
    font-size: 18px;
    letter-spacing: 0.43px;
    line-height: 24px;
    margin-bottom: 5px; }
  .block.blog.small .image {
    margin-bottom: 10px; }

.book-block {
  padding: 0px 0px 20px 0px;
  overflow: hidden; }
  .book-block.offwhite {
    background: #ffe5d7;
    padding: 70px 0px 20px 0px;
    margin-bottom: 70px; }

.book-card {
  padding-bottom: 40px;
  height: 100%; }
  .book-card:focus, .book-card:hover {
    outline: none; }
  .book-card .wrap {
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column; }
    .book-card .wrap .image {
      position: relative;
      /*flex: 1;*/      
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 10px; }
      .book-card .wrap .image img {
        border-radius: 0px; box-shadow: 1px 1px 5px #333; }
    .book-card .wrap .description {
      height: 58px; }
    .book-sub-title{
      margin-top: 4px;
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0.5px;
      color: #000000;
    }
      .book-card .wrap .description .book-name {
        font-size: 15px;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        margin-bottom: 4px; }
      .book-card .wrap .description .author {
        font-size: 13px;
        line-height: normal;
        letter-spacing: normal;
        color: #323a45;
        margin: 0px; }

.book-slider {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -10px; }
  .book-slider .book-card {
    padding: 10px 20px 20px 20px;
    margin: 0px; }
    .book-slider .book-card:focus, .book-slider .book-card:hover {
      outline: none; }
    .book-slider .book-card .wrap {
      border-radius: 0px;
      overflow: hidden;
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column; }
      .book-slider .book-card .wrap .image {
        position: relative;
        /*flex: 1;*/        
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0px; }
      .book-slider .book-card .wrap .description {
        padding: 15px 0px 0px 0px;
        min-height: 96px;
        /*height: 96px;*/
        height: auto;
      }
        .book-slider .book-card .wrap .description .book-name {
          font-size: 15px;
          line-height: normal;
          letter-spacing: normal;
          color: #000000; }
        .book-slider .book-card .wrap .description .author {
          font-size: 12px;
          line-height: normal;
          letter-spacing: normal;
          color: #323a45; }
  .book-slider .slick-disabled {
    opacity: 0; }

.slick-track {
  display: flex !important;
  /*align-items: flex-start;*/
}

.slick-slide {
  height: auto; }

.slick-next {
  position: absolute;
  right: -50px;
  bottom: calc(50% + 34px);
  width: 20px;
  height: 32px;
  background-image: url("img/slider-right.svg");
  background-position: center;
  background-size: 100%;
  color: transparent; }

.slick-prev {
  position: absolute;
  left: -50px;
  bottom: calc(50% + 34px);
  width: 20px;
  height: 32px;
  background-image: url("img/slider-left.svg");
  background-position: center;
  background-size: 100%;
  color: transparent;
  font-size: 0;
}

.slick-list &gt; div {
  margin-left: 0; }

#trending-collections {
  padding: 70px 0px 20px 0px; }
  #trending-collections h2 {
    margin-bottom: 30px; }

#home-slider {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 700px;
  max-height: 1200px; }
  #home-slider .orbit-caption {
    width: 45%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    padding: 0px 50px 50px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    background: transparent; }
  #home-slider .orbit-caption a:hover{
    text-decoration: underline;
    color:#fff;
  }
  #home-slider .orbit-previous, #home-slider .orbit-next {
    left: 100px;
    bottom: 100px;
    top: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0px;
    opacity: 0.6;
    transition: all 0.3s ease; }
    #home-slider .orbit-previous:hover, #home-slider .orbit-previous:focus, #home-slider .orbit-next:hover, #home-slider .orbit-next:focus {
      opacity: 1;
      transition: all 0.3s ease;
      background-color: transparent; }
  #home-slider .orbit-slide {
    height: 100vh;
    min-height: 700px;
    max-height: 1200px; }
    #home-slider .orbit-slide img {
      display: block;
      width: 100%;
      height: 100vh;
      object-fit: cover;
      min-height: 700px;
      max-height: 1200px; }
  #home-slider .orbit-next {
    left: 180px; }
  #home-slider h2 {
    color: #ffffff;
    margin-bottom: 5px; }
  #home-slider p {
    color: #ffffff;
    margin: 0px;
    font-size: 17px; }
  #home-slider .scroll-down {
    position: absolute;
    width: 20px;
    bottom: 25px;
    left: calc(50% - 10px);
    cursor: pointer; }

.banner {
  margin-bottom: 100px; }
  .banner.style-one .banner-wrap {
    padding: 40px 50px;
    background-color: #009D3A;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 5px; }
    .banner.style-one .banner-wrap .content {
      max-width: 45%; }
    .banner.style-one .banner-wrap h2 {
      color: #ffffff;
      margin-bottom: 26px;
      line-height: 34px; }
    .banner.style-one .banner-wrap .button {
      margin: 0px; }
  .banner.style-two .banner-wrap {
    /*padding: 150px; from index template*/
    padding: 50px;
    background-color: #009D3A;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px; }
    .banner.style-two .banner-wrap h2 {
      color: #ffffff;
      font-size: 30px;
      letter-spacing: 3px;
      line-height: normal;
      text-align: center;
      margin: 0px;
      line-height: 50px; }

#site-footer .subscribe-newsletter {
  background: #ff6600;
  padding: 30px; }
  #site-footer .subscribe-newsletter h2 {
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: normal;
    margin-bottom: 20px; }
  #site-footer .subscribe-newsletter .newsletter-form-wrap {
    display: flex;
    padding: 0px 100px; }
    #site-footer .subscribe-newsletter .newsletter-form-wrap .email {
      margin-right: 20px;
      margin-bottom: 0px; }
    #site-footer .subscribe-newsletter .newsletter-form-wrap .gender {
      margin-right: 20px;
      margin-bottom: 0px;
      max-width: 200px;
      min-width: 200px;
      color: #c5c3c6; }
    #site-footer .subscribe-newsletter .newsletter-form-wrap .select {
      display: inline-block;
      margin-right: 20px;
      width: 200px;
      color: #c5c3c6;
      height: 40px; }
    #site-footer .subscribe-newsletter .newsletter-form-wrap .select-styled {
      margin-bottom: 0px;
      max-width: 200px;
      width: 200px;
      color: #c5c3c6;
      height: 40px;
      position: relative;
      border: 0px;
      padding-top: 11px; }
    #site-footer .subscribe-newsletter .newsletter-form-wrap .location {
      margin-right: 40px;
      margin-bottom: 0px;
      width: 200px; }
    #site-footer .subscribe-newsletter .newsletter-form-wrap input {
      border: 0px; }
    #site-footer .subscribe-newsletter .newsletter-form-wrap .button {
      background: #000000;
      padding-left: 50px;
      padding-right: 50px;
      border: 2px solid #000000; }
      #site-footer .subscribe-newsletter .newsletter-form-wrap .button:hover {
        border: 2px solid #ffffff;
        background: #ffffff;
        color: #FF5A00; }

#site-footer .footer-wrap {
  padding: 30px 0px 50px 0px; }
  #site-footer .footer-wrap .wrap {
    padding: 0px 50px 0px 0px;}
  #site-footer .footer-wrap h3 {
    font-size: 14px;
    line-height: 54px;
    letter-spacing: 0.78px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(117, 125, 135, 0.5);
    width: 100%;
  }
    .footer-wrap .menu{
      margin-bottom: 20px;
    }
  #site-footer .footer-wrap .menu a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    color: #646464;
    padding: 7px 0px; }
  #site-footer .footer-wrap .social-links a {
    margin-right: 18px; }
  #site-footer .footer-wrap .logo-wrap {
    float: right;
    max-width: 280px;
    padding-top: 52px; }
    #site-footer .footer-wrap .logo-wrap p {
      margin: 0px;
      margin-top: 20px;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: normal;
      color: #646464; }

#page-header {
  padding-top: 100px;
  margin-bottom: 40px; }
  #page-header .wrap {
    /*height: 336px;*/
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    #page-header .wrap h2 {
      display: block;
      color: #ffffff;
      text-align: center;
      width: 100%;
      position: absolute;
      left: 0px;
      bottom: 40px;
      margin: 0px; }

.sidebar-wrap {
  border-right: 1px solid #cecece;
  padding-right: 10px; }
  .sidebar-wrap .sidebar-menu-wrap {
    margin-bottom: 50px;
    padding-right: 20px; }
    .sidebar-wrap .sidebar-menu-wrap h4 {
      border-bottom: 1px solid #cecece;
      font-size: 18px;
      padding: 10px 0px;
      margin-bottom: 10px;
      letter-spacing: 0px; }
      .sidebar-wrap .sidebar-menu-wrap h4 img {
        position: relative;
        top: -2px;
        margin-right: 6px; }
    .sidebar-wrap .sidebar-menu-wrap ul.menu a {
      font-size: 23px;
      color: #000000;
      padding: 8px 0px; }
    .sidebar-wrap .sidebar-menu-wrap ul.menu ul {
      padding-bottom: 20px;
      margin-left: 10px; }
    .sidebar-wrap .sidebar-menu-wrap ul.menu ul a {
      font-size: 14px;
      color: #000000; }
      .sidebar-wrap .sidebar-menu-wrap ul.menu ul a:hover, .sidebar-wrap .sidebar-menu-wrap ul.menu ul a.active {
        color: #ff5a00;
        text-decoration: underline; }
    .sidebar-wrap .sidebar-menu-wrap .accordion-menu li {
      margin-bottom: 15px; }
    .sidebar-wrap .sidebar-menu-wrap .accordion-menu li li {
      margin-bottom: 0px; }
    .sidebar-wrap .sidebar-menu-wrap .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after {
      right: 0px;
      border: 0px;
      width: 12px;
      height: 7px;
      background: url("img/arrow-down.svg"); }
  .sidebar-wrap .ad-banners .side-banner {
    padding-bottom: 50px;
    border-radius: 2px;
    overflow: hidden; }

.list-content-wrap {
  padding: 20px 0px 0px 40px; }
  .list-content-wrap .book-grid {
    margin-left: -25px;
    margin-right: -25px; }
    .list-content-wrap .book-grid .cell {
      padding-right: 25px;
      padding-left: 25px; }

@media print, screen and (min-width: 40em) {
  .book-grid.five-column-grid .medium-2 {
    width: 20%; } }

.book-highlight {
  margin-bottom: 50px;
  margin-top: 0px;
  background: #e9b698;
  border-radius: 5px;
  overflow: hidden; }
  .book-highlight .wrap {
    position: relative; }
  .book-highlight .image {
    text-align: right; }
    .book-highlight .image img {
      border-radius: 5px; }
  .book-highlight .description {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 470px;
    height: 100%;
    padding: 60px 0px 60px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start; }
    .book-highlight .description .title {
      font-size: 45px;
      line-height: 54px;
      margin-bottom: 20px; }
    .book-highlight .description .details {
      color: #231F20; }
    .book-highlight .description a {
      margin: 0px; }

.pagination {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px; }
  .pagination li {
    width: 30px;
    height: 30px;
    padding: 0px 0px;
    text-align: center;
    margin-right: 10px; }
  .pagination .current {
    padding: 5px 0px;
    background: #FF5A00;
    border-radius: 2px; }
  .pagination a {
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    padding: 6px 0px;
    height: 30px;
    width: 30px;
    text-align: center; }
    .pagination .disable-click{
      cursor: not-allowed;
    }
    .pagination .disable-click:hover{
      background: transparent;
    }
    .pagination .disable-click img{
      opacity: 0.4 !important;
    }
    .pagination a:hover {
      border-radius: 2px; }

.book-article-block {
  margin-bottom: 50px; }
  .book-article-block .grid-x {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden; }
  .book-article-block .text-wrap {
    padding: 50px 0px 50px 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start; }
  .book-article-block .image-wrap {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    min-height: 350px; }
  .book-article-block.image-left .image-cell {
    padding-right: 40px;
    margin-right: -40px; }
  .book-article-block.image-right .image-cell {
    padding-left: 40px; }
  .book-article-block .title {
    font-size: 30px;
    line-height: normal; }
  .book-article-block .description {
    font-size: 18px;
    line-height: normal; }
  .book-article-block a {
    color: #FF6600;
    font-size: 20px;
    line-height: normal;
    border-bottom: 1px solid #FF6600; }

#author-list-page-header {
  padding-top: 100px;
  margin-bottom: 80px; }
  #author-list-page-header .wrap {
    min-height: 400px;
    width: 100%;
    border-radius: 10px;
    background-color: #42474A;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    padding: 50px; }
    #author-list-page-header .wrap h2 {
      display: block;
      color: #ffffff;
      width: 100%;
      margin-bottom: 40px;
      font-size: 50px;
      line-height: 62px; }
    #author-list-page-header .wrap .button {
      margin: 0px;
      font-size: 25px;
      height: auto;
      padding: 14px 25px;
      border-radius: 0px; }

#author-list {
  margin-bottom: 200px; }
  #author-list h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #323A45; }
  #author-list .search-authors {
    max-width: 340px;
    margin: 0 auto;
    background-image: url("img/search-grey.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 30px;
    margin-bottom: 36px; }
  #author-list .alphabet-list {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 60px; }
    #author-list .alphabet-list a {
      color: #000000;
      padding: 10px 17px; }
      #author-list .alphabet-list a.active {
        color: #FF5A00; }
  #author-list .filtered-author {
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #F3F3F3;
    color: #323A45; }
  #author-list .the-list {
    margin-left: -15px;
    margin-right: -15px; }
    #author-list .the-list li {
      width: 25%;
      padding: 15px; }
    #author-list .the-list a {
      font-size: 16px;
      letter-spacing: 0.47px;
      line-height: 21px;
      color: #585757;
      padding: 15px 35px 15px 15px;
      border: 1px solid #cccccc;
      border-radius: 5px;
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: center;
      justify-content: flex-start;
      position: relative; }
      #author-list .the-list a:after {
        content: "";
        position: absolute;
        background-image: url("img/arrow_right_grey.svg");
        right: 10px;
        top: 0px;
        height: 100%;
        width: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        transition: all 0.3s ease; }
      #author-list .the-list a:hover {
        border-color: #FF5A00; }
        #author-list .the-list a:hover:after {
          right: 5px;
          transition: all 0.3s ease; }

#community-page-header {
  height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center; }

#commnunity-content .content-wrap {
  position: relative;
  top: -450px;
  margin-bottom: -450px;
  background: #ffffff;
  padding: 100px 150px 100px 150px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  min-height: 500px; }
  #commnunity-content .content-wrap h2 {
    text-align: center; }
  #commnunity-content .content-wrap p {
    text-align: center; }
    #commnunity-content .content-wrap .mobSecmenu{
      display: none;
    }
  #commnunity-content .content-wrap .content-navigation {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1); }
    #commnunity-content .content-wrap .content-navigation .menu li {
      flex: 1;
      text-align: center; }
      #commnunity-content .content-wrap .content-navigation .menu li a {
        border-right: 1px solid #E1E1E1;
        font-size: 14px;
        line-height: 14px;
        height: 60px;
        padding-top: 23px;
        color: #000000;
        transition: all 0.3s ease; }
        #commnunity-content .content-wrap .mobSecmenu .menu li a{
          color: #ffffff;
          min-width: 118px;
        }
        #commnunity-content .content-wrap .content-navigation .menu li a.active, #commnunity-content .content-wrap .content-navigation .menu li a:hover {
          border-bottom: 3px solid #FF6600;
          font-size: 15px;
          line-height: 14px;
          transition: all 0.3s ease; }
          #commnunity-content .content-wrap .mobSecmenu .menu li a.active,
          #commnunity-content .content-wrap .mobSecmenu .menu li a:hover{
            color: #ffffff !important;
            border-bottom-color: #ffffff;
          }
      #commnunity-content .content-wrap .content-navigation .menu li:last-child a {
        border-right: 0px; }
  #commnunity-content .content-wrap .page-title {
    font-size: 50px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 40px; }
  #commnunity-content .content-wrap p,
  #commnunity-content .content-wrap &gt; ul {
    font-family: 'SabonLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
  }

#commnunity-content .community-sub-menu-wrap {
  background: #ffffff;
  position: relative;
  top: -290px;
  margin-bottom: -290px;
  height: 100%;
  padding: 10px;
  border-radius: 5px 5px 0px 0px; }
  #commnunity-content .community-sub-menu-wrap .menu a {
    color: #000000; }
    #commnunity-content .community-sub-menu-wrap .menu a.active {
      color: #FF5A00; }

#commnunity-content .community-breadcrumb-wrap {
  position: relative;
  top: -480px;
  margin-bottom: -480px; }

#commnunity-content .more-title {
  font-size: 35px;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center; }

#commnunity-content .box-cell {
  margin-bottom: 100px; }
  #commnunity-content .box-cell .box-wrap {
    min-height: 350px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 80px 100px 50px;
    background-position: bottom right;
    background-repeat: no-repeat; }
    #commnunity-content .box-cell .box-wrap h4 {
      font-size: 30px;
      margin-bottom: 10px;
      line-height: normal; }
    #commnunity-content .box-cell .box-wrap p {
      font-size: 18px;
      line-height: 30px; }
    #commnunity-content .box-cell .box-wrap a {
      color: #FF5A00;
      border-bottom: 1px solid #FF5A00; }
  #commnunity-content .box-cell .box-left {
    background-image: url("img/box-art1.png"); }
  #commnunity-content .box-cell .box-right {
    background-image: url("img/box-art2.png"); }

#commnunity-content .penguin-festival {
  overflow: hidden;
  margin-bottom: 140px; }
  #commnunity-content .penguin-festival .image-wrap {
    border-radius: 5px 5px 0px 0px; }
  #commnunity-content .penguin-festival .text-wrap {
    display: flex;
    padding: 20px;
    background: #000000;
    border-radius: 0px 0px 5px 5px; }
    #commnunity-content .penguin-festival .text-wrap p {
      margin: 0px;
      color: #ffffff;
      line-height: 30px; }
    #commnunity-content .penguin-festival .text-wrap .left {
      flex: 1;
      text-align: left; }
      #commnunity-content .penguin-festival .text-wrap .left p {
        font-size: 25px; }
    #commnunity-content .penguin-festival .text-wrap .right {
      text-align: right; }
      #commnunity-content .penguin-festival .text-wrap .right p {
        font-size: 15px; }

#author-detail-single {
  padding-top: 100px;
  margin-bottom: 110px; }
  #author-detail-single h1 {
    font-size: 50px;
    letter-spacing: 1.67px;
    line-height: normal;
    margin-bottom: 20px;
    float: left;
    max-width: 100%; }
  #author-detail-single .social-share {
    float: right;
    position: relative;
    top: 10px; }
  #author-detail-single p {
    font-family: 'SabonLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.67px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #737373;
    clear: both; }

.tab-links {
  padding-top: 120px;
  text-align: center;
  padding-bottom: 50px; }
  .tab-links a {
    width: 120px;
    text-align: center;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    color: #b3b3b3;
    line-height: normal;
    font-size: 15px;
    position: relative; }
    .tab-links a:before {
      content: "";
      width: 100%;
      height: 7px;
      background: #fce1d3;
      border-radius: 4px;
      position: absolute;
      top: -10px;
      left: 0px; }
    .tab-links a.active {
      color: #000000; }
      .tab-links a.active:before {
        background: #ff5a00; }

.single-book-tabs .book-cover-wrap {
  padding-right: 10px; }
  .single-book-tabs .book-cover-wrap img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 40px; }
  .single-book-tabs .book-cover-wrap .book-info-wrap {
    margin-bottom: 50px; }
    .single-book-tabs .book-cover-wrap .book-info-wrap p {
      font-size: 14px;
      line-height: 30px;
      margin: 0px;
      letter-spacing: 1px;
      color: #414141; }
    .single-book-tabs .book-cover-wrap .book-info-wrap .details-left {
      float: left;
      width: 100%; }
    .single-book-tabs .book-cover-wrap .book-info-wrap .details-right {
      float: right;
      width: 100%; }
    .single-book-tabs .book-cover-wrap .book-info-wrap:after {
      content: "";
      display: block;
      clear: both; }

.single-book-tabs .book-details-wrap {
  padding-left: 60px; }
  .single-book-tabs .book-details-wrap h2 {
    margin-bottom: 0px; }
  .single-book-tabs .book-details-wrap h6{
    text-transform: uppercase;
    padding-top: 25px;
  }
  .single-book-tabs .book-details-wrap h5.author-name {
    font-size: 25px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #737373;
    margin-bottom: 35px;
    margin-top: 13px;
  }
  .single-book-tabs .book-details-wrap h5.author-name-multi{
    font-size: 19px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #737373;
    margin-bottom: 35px;
    margin-top: 7px;
  }
  .single-book-tabs .aut-comma{
    color: #737373;
  }
  .single-book-tabs .book-details-wrap p.special {
    color: #737373;
    margin-bottom: 45px; }
  .single-book-tabs .book-details-wrap select {
    max-width: 340px;
    border: 1px solid #000000;
    background-image: url("img/select-arrow-black.svg");
    margin-bottom: 30px; }
  .single-book-tabs .book-details-wrap .select {
    margin-bottom: 30px;
    height: 40px; }
    .single-book-tabs .book-details-wrap .select .select-styled {
      height: 40px;
      border-color: #000000;
      padding: 10px 15px; }
    .single-book-tabs .book-details-wrap .select .select-options {
      border-color: #000000;
      top: 35px; }
  .single-book-tabs .book-details-wrap .buying-links-wrap {
    max-width: 395px; }
    .single-book-tabs .book-details-wrap .buying-links-wrap .buying-link {
      color: #000000;
      display: inline-block;
      margin-bottom: 24px;
      margin-right: 30px; }
      .single-book-tabs .book-details-wrap .buying-links-wrap .buying-link .brand-image {
        width: 56px;
        height: 36px;
        background: #000000;
        border-radius: 4px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 12px; }
      .single-book-tabs .book-details-wrap .buying-links-wrap .buying-link:after {
        content: "";
        width: 16px;
        height: 16px;
        background-image: url("img/external-link.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 3px; }

.single-book-tabs .reviews {
  margin-top: 20px;
  margin-bottom: 20px; }

.single-book-tabs .review-outer-wrap {
  padding: 0px 15px; }

.single-book-tabs .review-wrap {
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 25px 20px;
  margin-bottom: 100px;
  min-height: 160px;
}
  .single-book-tabs .review-wrap h3 {
    font-size: 20px;
    line-height: 38px;
    margin: 0px;
    letter-spacing: 0.67px; }
  .single-book-tabs .review-wrap h6 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #737373;
    margin-bottom: 20px; }
  .single-book-tabs .review-wrap p {
    margin: 0px; }

.single-book-tabs .reviews-title-arrow-wrap {
  position: relative; }
  .single-book-tabs .reviews-title-arrow-wrap img {
    width: 10px; }
  .single-book-tabs .reviews-title-arrow-wrap .left-arrow {
    position: absolute;
    top: 0px;
    right: 36px;
    padding: 7px; }
  .single-book-tabs .reviews-title-arrow-wrap .right-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px; }

.single-book-tabs .book-reviews {
  margin-left: -15px;
  margin-right: -15px; }
  .single-book-tabs .book-reviews .slick-disabled {
    opacity: 0; }

.single-book-tabs .heighlighted-post .image {
  position: relative;
  margin-bottom: 30px; }
  .single-book-tabs .heighlighted-post .image img {
    height: 450px;
    width: 100%;
    object-fit: cover; }
  .single-book-tabs .heighlighted-post .image:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 89%);
    z-index: 1;
    display: none; }

.single-book-tabs .heighlighted-post .details {
  max-width: 590px;
  margin: 0 auto; }

.single-book-tabs .heighlighted-post .title {
  font-size: 42px;
  letter-spacing: 1.67px;
  line-height: normal;
  margin-bottom: 20px;
  color: #000000; }

.single-book-tabs .heighlighted-post p {
  font-family: 'SabonLTStd-Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.67px;
  line-height: 50px;
  margin-bottom: 0px;
  color: #737373; }

.single-book-tabs .heighlighted-post .scroll-down-book {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  .single-book-tabs .heighlighted-post .scroll-down-book img {
    display: inline-block; }

.single-book-tabs .article-tab {
  padding-bottom: 50px; }
  .single-book-tabs .article-tab .blog-mobile-slider .cell {
    padding-right: 25px;
    padding-left: 25px; }
  .single-book-tabs .article-tab .blog-mobile-slider.grid-padding-x {
    margin-right: -25px;
    margin-left: -25px; }
  .single-book-tabs .article-tab .block.blog.first-block {
    margin-bottom: 30px; }
    .single-book-tabs .article-tab .block.blog.first-block .image {
      max-width: 56%;
      float: left;
      margin-right: 30px;
      margin-bottom: 0px; }
    .single-book-tabs .article-tab .block.blog.first-block .meta.desktop h6 {
      font-size: 15px;
      line-height: normal;
      color: #909090; }
    .single-book-tabs .article-tab .block.blog.first-block h3 {
      font-size: 30px;
      line-height: normal; }
    .single-book-tabs .article-tab .block.blog.first-block p {
      font-family: 'SabonLTStd-Roman';
      font-weight: normal;
      font-style: normal;
      font-size: 15px;
      letter-spacing: 0.5px;
      line-height: 30px;
      color: #737373; }
    .single-book-tabs .article-tab .block.blog.first-block a {
      /*font-size: 20px;
      line-height: normal;
      border-bottom: 1px solid #ff6600; */}
    .single-book-tabs .article-tab .block.blog.first-block .description {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .single-book-tabs .article-tab .block.blog.first-block:after {
      content: "";
      display: block;
      clear: both; }
  .single-book-tabs .article-tab .block.blog {
    margin-bottom: 0px; }

.single-book-tabs .author-tab #author-detail-single {
  padding: 0px; }

.single-book-tabs .slick-slide {
  height: fit-content;
  outline: none; }

.petit-wrap h3 {
  margin-bottom: 20px; }

.petit-wrap .petit-book-slider {
  margin: 0px;
  margin-left: -10px;
  margin-right: -10px; }

.petit-wrap .petit-book-slider .book-card {
  padding: 0px 10px 20px 10px; }

.petit-wrap .petit-book-slider .book-card .wrap .description {
  padding: 0px 0px 0px 0px;
  height: 60px; }

.petit-wrap .petit-book-slider .book-card .wrap .description .book-name {
  font-size: 12px; }

.petit-wrap .petit-title-arrow-wrap {
  position: relative; }
  .petit-wrap .petit-title-arrow-wrap img {
    width: 10px; }
  .petit-wrap .petit-title-arrow-wrap .left-arrow {
    position: absolute;
    top: 0px;
    right: 30px;
    padding: 7px; }
  .petit-wrap .petit-title-arrow-wrap .right-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px; }

#saerch-page-wrap {
  padding-top: 100px; }
  #saerch-page-wrap .search-result-navigation {
    border-bottom: 1px solid #C5C3C6;
    margin-bottom: 30px; }
    #saerch-page-wrap .search-result-navigation .menu li a {
      font-size: 14px;
      line-height: 14px;
      padding: 20px 30px;
      color: #000000; }
      #saerch-page-wrap .search-result-navigation .menu li a.active {
        border-bottom: 3px solid #FF5A00; }
  #saerch-page-wrap .search-result-count {
    margin-bottom: 30px; }
    #saerch-page-wrap .search-result-count h6 {
      color: #C5C3C6; }
  #saerch-page-wrap .result-block {
    margin-bottom: 50px; }
    #saerch-page-wrap .result-block .result-title {
      color: #646464;
      margin-bottom: 20px;
      flex: 1; }
    #saerch-page-wrap .result-block .view-all {
      font-size: 14px;
      padding: 0px;
      letter-spacing: 0px;
      color: #FF5A00;
      text-decoration: underline;
      text-transform: uppercase;
      position: relative;
      top: 6px;
      text-align: right;
      flex: 1; }
    #saerch-page-wrap .result-block .title-wrap {
      display: flex; }
      #saerch-page-wrap .result-block .title-wrap .result-title {
        flex: 1; }
      #saerch-page-wrap .result-block .title-wrap:after {
        content: "";
        display: block;
        clear: both; }
  #saerch-page-wrap .results-authors-found .author-card a {
    border: 2px solid #C5C3C6;
    border-radius: 10px;
    padding: 20px 30px;
    display: block;
    margin-bottom: 20px; }
    #saerch-page-wrap .results-authors-found .author-card a .wrap {
      display: flex; }
    #saerch-page-wrap .results-authors-found .author-card a .image {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 30px; }
    #saerch-page-wrap .results-authors-found .author-card a .description {
      display: flex;
      align-items: center;
      justify-content: center;
      justify-content: flex-start; }
      #saerch-page-wrap .results-authors-found .author-card a .description h3 {
        margin: 0px; }
  #saerch-page-wrap .search-form-wrap .search-form {
    position: relative;
    max-width: 500px; }
    #saerch-page-wrap .search-form-wrap .search-form .search-field {
      padding-left: 40px;
      margin-bottom: 30px; }
    #saerch-page-wrap .search-form-wrap .search-form .search-submit {
      position: absolute;
      left: 10px;
      top: 10px;
      height: 20px;
      width: 20px;
      background: url("img/search-black.svg");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      border: 0px;
      color: transparent; }

.slick-slider {
  user-select: text; }

.title-wrap {
  display: flex; }
  .title-wrap h2, .title-wrap .result-title, .title-wrap .block-title {
    flex: 1;
    margin-bottom: 20px;
    margin-right: 10px; }
  .title-wrap .view-all {
    font-size: 16px;
    padding: 0px;
    letter-spacing: 0px;
    color: #FF5A00;
    text-decoration: underline;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    text-align: right; }
  .title-wrap:after {
    content: "";
    display: block;
    clear: both; }

.banner-style-1 {
  min-height: 300px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #42474A;
  border-radius: 5px;
  margin-bottom: 70px; }
  .banner-style-1 h2 {
    color: #ffffff; }
  .banner-style-1 .button {
    margin: 0px; }

#article-single {
  padding-top: 100px; }
  #article-single .grid-container {
    max-width: 1000px; }
  #article-single .breadcrumbs li, #article-single .breadcrumbs li a, #article-single .breadcrumbs li span {
    font-family: 'SabonLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 40px; }
  #article-single .article-title {
    font-size: 45px;
    line-height: 80px;
    letter-spacing: -0.36px; }
  #article-single .article-meta {
    text-transform: uppercase;
    color: #858585;
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.12px;
    margin: 15px 0px; }
  #article-single .excerpt p {
    font-family: 'SabonLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    letter-spacing: -0.71px;
    line-height: 40px;
    font-style: italic; }
  #article-single .article-author p {
    margin-bottom: 25px; }
  #article-single .article-author a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.14px;
    font-family: 'AvantGarde-Medium';
    font-weight: normal; }
  #article-single .share .menu a {
    padding: 0px;
    height: 63px;
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px; }
  #article-single .article-main-img {
    margin-bottom: 60px; }
  #article-single figure{
    margin: 15px;
  }
  #article-single p {
    font-family: 'SabonLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    letter-spacing: -0.71px;
    line-height: 2;
    margin-bottom: 60px; }
  .single.single-news #article-single p{
    margin-bottom: 23px;
  }
  #article-single .featured-text-with-image {
    margin-bottom: 60px; }
    #article-single .featured-text-with-image p {
      margin-bottom: 0px;
      text-align: center;
      font-style: italic; }
  #article-single .book-link-wrap {
    width: 234px;
    float: left;
    margin-right: 30px; }
    #article-single .book-link-wrap .book-card {
      margin-bottom: 15px;
      box-shadow: 0px 4px 16px 0px rgba(119, 119, 119, 0.16);
      border-radius: 5px; }
      #article-single .book-link-wrap .book-card .wrap .image {
        border-radius: 5px 5px 0px 0px;
        overflow: hidden; }
      #article-single .book-link-wrap .book-card .wrap .description {
        padding-left: 10px;
        padding-right: 10px; }
    #article-single .book-link-wrap .button {
      margin: 0px;
      display: block;
      width: 100%; }

#article-related {
  padding: 100px 0px; }
  #article-related h3 {
    margin-bottom: 20px; }

.article-listing-wrap .grid-x {
  margin-left: -15px;
  margin-right: -15px; }

.article-listing-wrap h2 {
  margin-bottom: 20px; }

.article-listing-wrap .block.blog {
  margin-bottom: 70px; }

.article-listing-wrap .block.blog .image {
  border-radius: 7.5px; }

.article-listing-wrap .block.blog.small .image {
  border-radius: 5px; }

.article-listing-wrap .block.blog.small h3 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.33px; }

.article-listing-wrap .block.blog.small .date {
  font-size: 9px;
  line-height: normal;
  letter-spacing: normal; }

.article-listing-wrap.children-listing .title-wrap {
  background: #FAD716;
  margin-bottom: 20px;
  padding: 10px; }

.article-listing-wrap.children-listing .block-title {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal; }

.article-listing-wrap.children-listing .title-wrap .view-all {
  font-size: 12px;
  color: #000000;
  top: 2px; }

.article-listing-wrap.children-listing .filter-active a {
  background-color: #FAD716; }

.article-listing-wrap.children-listing .pagination .current {
  background-color: #FAD716;
  color: #000000; }

.mobile-close, .mobile-menu {
  display: none; }

.block-article-wrap {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.11);
  min-height: 250px;
  margin-bottom: 50px; }
  .block-article-wrap .grid-x {
    height: 100%; }
  .block-article-wrap .image {
    min-height: 250px;
    background-color: grey;
    background-size: cover;
    background-position: initial;
    height: 100%; }
  .block-article-wrap .content {
    padding: 30px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start; }
    .page-template-template-career-list .block-article-wrap .image {
    min-height: 250px;
    background-color: grey;
    background-size: cover;
    background-position: top !important;
    height: 100%; }
    .block-article-wrap .content h3, .block-article-wrap .content .title {
      font-size: 26px;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #323a45;
      margin-bottom: 15px; }
    .block-article-wrap .content p {
      font-family: 'SabonLTStd-Roman';
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: italic;
      line-height: 30px;
      letter-spacing: normal;
      color: #323a45;
      margin-bottom: 15px; }
    .block-article-wrap .content a {
     /* font-size: 18px;
      border-bottom: 1px solid #ff6600;*/ }
      .block-article-wrap .content a:after {
        content: "";
        width: 14px;
        height: 14px;
        display: inline-block;
        background-image: url("img/arrow-right-orange.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 5px;
        position: relative;
        top: 2px; }
.imprints-block &gt; .grid-x{
  justify-content: center;
}
.imprints-block .imprint-wrap {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.5s ease; }
  .imprints-block .imprint-wrap:hover {
    border-color: #ff5a00;
    transition: all 0.5s ease; }
  .imprints-block .imprint-wrap img {
    max-height: 120px; }

.audio-grid.book-grid {
  margin-left: -20px;
  margin-right: -20px; }
  .audio-grid.book-grid .grid-padding-x {
    margin-left: -20px;
    margin-right: -20px; }
  .audio-grid.book-grid &gt; .cell {
    padding-right: 20px;
    padding-left: 20px; }
  .audio-grid.book-grid .wrap .image {
    flex: 1;
    margin-bottom: 20px; }

.audio-slider-block {
  padding-bottom: 50px; }
  .audio-slider-block.offwhite {
    padding-bottom: 50px; }
  .audio-slider-block h2 {
    text-align: center;
    margin-bottom: 70px; }

.audio-highlight-wrap .block-article-wrap {
  border-radius: 5px;
  overflow: hidden; }

.audio-highlight-wrap .block-article-wrap .content p {
  font-family: 'AvantGarde-Medium';
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #323a45; }

.audio-highlight-wrap .block-article-wrap .content a:after {
  display: none; }

.pdf-grid.book-grid {
  margin-left: -35px;
  margin-right: -35px; }
  .pdf-grid.book-grid .grid-padding-x {
    margin-left: -35px;
    margin-right: -35px; }
  .pdf-grid.book-grid &gt; .cell {
    padding-right: 35px;
    padding-left: 35px; }
  .pdf-grid.book-grid .book-card {
    height: auto;
    box-shadow: 0px 4px 16px 0px rgba(119, 119, 119, 0.16);
    border-radius: 15px;
    overflow: hidden; }
  .pdf-grid.book-grid .wrap .image {
    margin: 0px; }
  .pdf-grid.book-grid .wrap .description {
    padding: 20px;
    height: auto; }

.pdf-listing-content {
  padding: 40px 0px 60px 0px; }
  .pdf-listing-content .title-and_select {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px; }
  .pdf-listing-content .align-center {
    text-align: center;
    flex-basis: 100%; }
  .pdf-listing-content .align-right {
    text-align: right;
    flex-basis: 100%;
    margin-bottom: -40px; }
    .pdf-listing-content .align-right select {
      position: relative;
      top: -40px;
      margin-bottom: 0px;
      height: 40px; }
  .pdf-listing-content h2 {
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
    padding: 0px 20px;
    box-shadow: 0px 4px 16px 0px rgba(119, 119, 119, 0.16);
    display: inline-block;
    border-radius: 10px;
    letter-spacing: normal; }

.petit-grid .book-card .wrap {
  overflow: visible; }

.petit-grid .book-card .wrap .image img {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.23); }

#enterprise-page h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px; }

#enterprise-page p {
  font-family: 'SabonLTStd-Roman';
  font-weight: normal;
  font-size: 20px;
  line-height: 45px;
  color: #686868;
  margin-bottom: 40px; }

#enterprise-page .header-page-title {
  background-size: cover;
  background-position: center;
  min-height: 600px;
  height: 100vh;
  max-height: 700px;
  position: relative;
  margin-bottom: 50px; }
  #enterprise-page .header-page-title .text-wrap {
    width: 600px;
    position: absolute;
    left: calc(50% - 300px);
    bottom: 80px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center; }
    #enterprise-page .header-page-title .text-wrap h3 {
      color: #ffffff;
      font-size: 50px;
      text-align: center;
      padding: 50px 40px;
      line-height: 60px;
      margin: 0px; }

#enterprise-header {
  padding: 150px 0px 100px 0px;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px; }
  #enterprise-header .text-wrap {
    max-width: 380px; }
    #enterprise-header .text-wrap h3 {
      font-size: 54px;
      line-height: 80px;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 50px; }
      #enterprise-header .text-wrap h3 span {
        font-family: 'SabonLTStd-Roman';
        font-weight: normal;
        font-style: italic;
        color: #FF5A00;
        text-transform: uppercase; }
    #enterprise-header .text-wrap .button {
      font-size: 18px;
      height: auto;
      margin: 0px; }

#how-it-works p {
  font-size: 15px;
  line-height: 35px; }

#how-it-works-process .number {
  font-family: 'AvantGarde-Medium';
  font-weight: normal;
  font-size: 80px;
  opacity: 0.04;
  font-weight: bold;
  margin: 0px;
  line-height: 0px;
  margin-bottom: -15px;
  position: relative;
  z-index: 1; }

#how-it-works-process .icon {
  background-image: url("img/hexagon.svg");
  width: 200px;
  height: 200px;
  background-size: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: 20px; }
  #how-it-works-process .icon img {
    width: 69px;
    position: relative;
    top: 7px; }
  #how-it-works-process .icon:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50px;
    width: 25px;
    height: 25px;
    background: #FF6600;
    border-radius: 50%;
    opacity: 0.4;
    z-index: -1; }
  #how-it-works-process .icon:after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 10px;
    width: 9px;
    height: 9px;
    background: #FF6600;
    border-radius: 50%;
    opacity: 0.4;
    z-index: -1; }

#how-it-works-process .details h4 {
  letter-spacing: 1.8px;
  line-height: 27px; }

#how-it-works-process .details p {
  letter-spacing: 0px;
  line-height: 22px;
  margin: 0px;
  font-size: 15px; }

#top-menu.enterprise-top-menu .top-bar .site-logo {
  width: 110px;
  background: #ffffff;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.3s ease; }

#top-menu.enterprise-top-menu .top-bar ul.menu {
  padding-left: 120px; }

#top-menu.enterprise-top-menu .top-bar-wrap.is-stuck .top-bar .site-logo {
  padding-bottom: 0px;
  padding-top: 13px;
  padding-right: 54px;
  border-radius: 0px;
  transition: all 0.3s ease; }

#enterprise-footer {
  background: #fff4ed;
  padding: 100px 0px;
  margin-top: 100px; }
  #enterprise-footer h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px; }
  #enterprise-footer p {
    font-family: 'SabonLTStd-Roman';
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    color: #686868;
    margin-bottom: 40px;
    max-width: 750px;
    margin: 0px auto 100px auto; }
  #enterprise-footer .footer-info-block .details p {
    color: #000000;
    margin: 0px; }
  #enterprise-footer .footer-info-block .details a {
    color: #000000; }
    #enterprise-footer .footer-info-block .details a:hover {
      color: #FF5A00;
      text-decoration: underline; }

.enterprise-footer-bar {
  background: #4f4f4f; }
  .enterprise-footer-bar p {
    margin: 0px;
    color: #ffffff;
    font-family: 'SabonLTStd-Roman';
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    padding: 25px 0px; }

.featured-book-mobile {
  background: #F5F5F5;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 30px; }
  .featured-book-mobile .wrap {
    text-align: center; }
  .featured-book-mobile .image {
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .featured-book-mobile .description .book-name {
    text-align: center;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 0.86px; }
  .featured-book-mobile .description .author {
    text-align: center;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.62px;
    margin-bottom: 20px; }
  .featured-book-mobile .button {
    margin: 0 auto; }

.next-article {
  border-radius: 2.5px;
  border: 0.5px solid #979797;
  margin: 0px 20px;
  color: #000000;
  padding: 20px;
  text-align: center; }
  .next-article p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 10px; }
  .next-article span {
    font-size: 12px;
    letter-spacing: -0.43px;
    margin: 0px;
    line-height: normal;
    border-bottom: 0.5px solid #000000;
    position: relative; }
    .next-article span:after {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      right: -15px;
      top: 4px;
      background: url("img/arrow_right.svg");
      background-repeat: no-repeat;
      background-size: 100%; }

#enterprise-books-block .book-wrap {
  margin-bottom: 50px; }
  #enterprise-books-block .book-wrap .book-cover {
    width: 100%;
    padding-top: 100%;
    background: url("img/book-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 20px; }
    #enterprise-books-block .book-wrap .book-cover .center-wrap {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      #enterprise-books-block .book-wrap .book-cover .center-wrap img {
        max-height: 82%;
        max-width: 82%;
        width: auto; }
  #enterprise-books-block .book-wrap .book-details {
    text-align: center; }
    #enterprise-books-block .book-wrap .book-details p {
      margin: 0px; }
    #enterprise-books-block .book-wrap .book-details .book-name {
      font-size: 20px;
      line-height: normal;
      letter-spacing: 1.2px;
      color: #000000;
      margin-bottom: 5px; }
    #enterprise-books-block .book-wrap .book-details .author {
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 1px;
      color: #5b5b5b; }

.community-form {
  padding: 50px 140px; }
  .community-form label {
    font-family: 'AvantGarde-Medium';
    font-size: 18px;
    letter-spacing: normal;
    color: #000000; }
  .community-form [type='text'], .community-form [type='password'], .community-form [type='date'], .community-form [type='datetime'], .community-form [type='datetime-local'], .community-form [type='month'], .community-form [type='week'], .community-form [type='email'], .community-form [type='number'], .community-form [type='search'], .community-form [type='tel'], .community-form [type='time'], .community-form [type='url'], .community-form [type='color'], .community-form textarea, .community-form select {
    border: 0px;
    border-bottom: solid 2px #dadada;
    border-radius: 0px;
    padding-left: 0px;
    margin-bottom: 50px; }
  .community-form [type='text']:focus, .community-form [type='password']:focus, .community-form [type='date']:focus, .community-form [type='datetime']:focus, .community-form [type='datetime-local']:focus, .community-form [type='month']:focus, .community-form [type='week']:focus, .community-form [type='email']:focus, .community-form [type='number']:focus, .community-form [type='search']:focus, .community-form [type='tel']:focus, .community-form [type='time']:focus, .community-form [type='url']:focus, .community-form [type='color']:focus, .community-form textarea:focus, .community-form select:focus {
    border-color: #005690; }
  .community-form .align-right {
    text-align: right; }
  .community-form .button {
    margin-bottom: 50px; }
  .community-form .button.community-upload-button {
    background-color: #ffffff;
    border: solid 1px #9e9e9e;
    border-style: dotted;
    height: 200px;
    width: 100%;
    display: block;
    background-image: url("img/upload.svg");
    background-position: center;
    background-size: 82px auto;
    background-repeat: no-repeat; }

.link-box-cell {
  margin-bottom: 30px; }

.link-box-wrap {
  background: #ffe5d7;
  padding: 30px;
  height: 100%;
  display: block; }
  .link-box-wrap p {
    margin: 0px;
    font-size: 12px;
    line-height: 21px;
    color: #323a45; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000000;
  width: 250px;
  height: 35px; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in;
  height: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  border: 1px solid #C5C3C6;
  box-shadow: none;
  padding: 8px 15px; }
  .select-styled:after {
    content: "";
    width: 12px;
    height: 8px;
    background-image: url("img/select-arrow.svg");
    background-size: 12px 8px;
    position: absolute;
    top: 16px;
    right: 10px; }
  .select-styled:active, .select-styled.active {
    background-color: #ffffff; }
    .select-styled:active:after, .select-styled.active:after {
      transform: rotate(180deg); }

.select-options {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #C5C3C6;
  border-top: 0px;
  border-radius: 0px 0px 5px 5px;
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px; }
  .select-options li {
    margin: 0;
    font-size: 12px;
    color: #323a45;
    line-height: 12px;
    letter-spacing: normal;
    padding: 10px 15px;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      color: #FF5A00; }
    .select-options li[rel="hide"] {
      display: none; }

/*blog book img*/
  #article-single .blogBookFig{
    margin-bottom: 0;
    width: 205px !important;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    margin-top: 49px;
  }
  .blogBookFig.aligncenter{
    margin-left: auto;
    margin-right: auto;
  }
  .blogBookFig ~ h5{
    display: inline-block;
    width: 100%;
  }
  .blogBookCon{
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
    width: 100%;
  }
  .blogBookCon &gt; div{
    box-shadow: 0px 4px 16px 0px rgba(119, 119, 119, 0.16);
    padding: 10px 10px 20px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
  }
  .blogBookCon img{
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
  .blogBookCon h3{
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 4px;
  }
  #article-single .blogBookCon p{
    font-family: 'AvantGarde-Medium';
    font-size: 13px;
    line-height: normal;
    letter-spacing: normal;
    color: #323a45;
    margin: 0px;
  }
  .blogBookCon button{
    height: 40px;
    border-radius: 5px;
    background-color: #FF5A00;
    padding: 0.75em 10px;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
  }
  .blogBookCon button:hover{
    background: #ef7f3c;
    color: #ffffff;
  }
  .blogBookFig figcaption{
    display: none;
  }

/*template css*/
  /*sticky*/
  #sticky-anchor{
    padding-top:90px;
    width: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #sticky-anchor.stick {
    position: fixed;
    top: 0;
    padding-top:80px;
    background-color: #fff;
    width: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #sticky-anchor li a{font-size:18px;}
  .flexi-container{width: 80%;float:right;}
  /*template-community-page start*/
  .book-slider-com .slick-next{right:-15px !important;}
  .book-slider-com .slick-prev{left:-15px !important;}
  .book-slider-com .book-card {
    padding: 10px 20px 20px 20px;
    margin: 0px;
  }
  .pub-house-content h2{padding-top:20px;}
  .pub-house-content p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .side-links{padding-top:40px;margin-left: 15px;}
  .side-links li{
    list-style-type: none;
    padding-bottom: 20px;
    width: 150px;
    border-right: 1px solid #E1E1E1;
  }
  .side-links li a{ color: #0a0a0a; }
  .side-links li.active a{color: #ff5a00; }
  .side-links li a:hover{text-decoration: underline; color: #ff5a00; }
  .pub-house-sel{width: 100%;}
  .imprints-block .medium-6{
    padding : 0px;
  }
  .imprints-block .cell:last-child .imprint-wrap &gt; img,
  .imprints-block .cell:nth-last-child(2) .imprint-wrap &gt; img{
    width: auto !important;
  }
  /* style for faq page */
  .faq-acc li .accordion-title{
    font-size: 17px;
    letter-spacing: normal;
    line-height: 30px;
    color: black;
  }
  .faq-acc .accordion-content p{
    text-align: justify !important;
  }
  .side-container{
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .side-container &gt; .select{
    width:100% !important;
  }
  /*template-community-page end*/
  #commnunity-content .content-wrap{padding:75px 25px 100px !important;}
  #commnunity-content .community-sub-menu-wrap{
    position: relative;
    top: 0px !important;
    border-radius: 0px;
    padding: 0px !important;
    /*text-align: center;*/
  }
  /*article listing start*/
  .page-template-template-article-listing-children-filter #site-footer .subscribe-newsletter,
  .page-template-template-article-listing-children #site-footer .subscribe-newsletter {background: #FAD716;}
  .page-template-template-article-listing-children-filter #site-footer .subscribe-newsletter h2,
  .page-template-template-article-listing-children  #site-footer .subscribe-newsletter {color: #000000;}
  /*children*/
  /*article listing end*/
  /*listing start*/
  .audio-slider-block h2{margin-bottom: 40px;}
  .title-and_select ,nav,.filter-active{
    padding: 20px 0px 0px 40px;
  }
  .select{width: 250px;}
  .book-highlight{background:transparent;}
  .book-highlight .description1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 5px 5px;
    max-width: 100%;
    display: none;
  }
  .book-highlight .bl-img {width:100%}
  .book-highlight .description-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .book-highlight .description1 .title{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.7;
    width: 77%;
  } 
  .book-highlight .description1 .button{
    margin-bottom: 0;
    background-color: #ff5a00;
  }
  /*listing end*/
  /*index*/
  .spl-img{height: 275px;width: 100%;}


/*focus remove*/
*:focus {outline:none;}

/*responsive media starts*/
@media screen and (max-width: 1024px) {
  /*templates css start*/
  .spl-img{height: auto;}
  /*templates css start*/
  #home-slider .orbit-caption {
        width: 70%;
    padding: 0px 30px 50px;
    top: 0px; }
  .slick-list {
    padding: 0 10% 0 0; }
  .audio-slider.book-slider .slick-list {
    padding: 0 20% 0 20%; }
  .single-book-tabs .slick-list {
    padding: 0px; }
  .book-slider .book-card .wrap .image {
    height: auto; }
  #site-footer .subscribe-newsletter .newsletter-form-wrap {
    padding: 0px; }
  #site-footer .footer-wrap .logo-wrap {
    float: none;
    max-width: 100%;
    padding-top: 0px; }
    #site-footer .footer-wrap .logo-wrap p {
      font-size: 12px;
      line-height: normal; }
    #site-footer .footer-wrap .logo-wrap img {
      max-width: 100%; }
  .book-slider .book-card .wrap .description {
    padding: 15px;
    height: 78px; }
  .book-slider .book-card .wrap .description .book-name {
    font-size: 13px;
    margin-bottom: 3px; }
  .book-slider .book-card .wrap .description .author {
    font-size: 10px;
    margin: 0px; }
  .banner.style-one .banner-wrap {
    padding: 30px 20px; }
  .banner.style-one .banner-wrap h2 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 18px; }
  .banner.style-one .banner-wrap .button {
    font-size: 12px;
    padding: 6px;
    height: auto; }
  #sub-menu .menu li {
    padding: 0px 20px; }
  #community-page-header {
    height: 500px; }
    /*banner*/
    #home-slider,
    #home-slider .orbit-slide img,
    #home-slider .orbit-slide{
      height: 47vh;
      min-height: 570px;
    }
    #home-slider .orbit-previous,
    #home-slider .orbit-next{
      bottom:50px;
    }
    #home-slider h2{
      font-size: 43px;
    }
}/*1024*/
@media screen and (min-width: 640px){
  /*template css start*/
  .pub-house-specific{
    padding:80px 50px 75px 15px !important;
  }
  /*template css end*/
}
@media screen and (max-width: 640px) {
  /*template css start*/
  .flexi-container{width: 100%;float:right;}
  
  /*listing*/
  .title-and_select ,nav,.filter-active{
    padding: 0px;
  }
  .book-highlight .description1{
    position: relative;
  }
  .book-highlight .description-wrap{
    flex-direction: column;
    align-items: flex-start;
  }
  .book-highlight .description1 .title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .book-highlight .description1 .button{
    height: 35px;
    /* font-size: 12px; */
    padding-left: 25px;
    padding-right: 25px;
    line-height: 11px;
  }
  /*index*/
  #home-slider{min-height: unset;}
  #home-slider .orbit-slide img{min-height:100%}
  #home-slider,
  #home-slider .orbit-slide img,
  #home-slider .orbit-slide{
    height: 91vh;
    min-height: 540px;
  }
  /*blog page*/
  #article-single figure{
    margin: auto;
    display: flex;
    flex-direction: column;
    float: none;
    align-items: center;
    margin-bottom: 20px;
  }
  /*template css end*/
  h2 {
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 20px; }
  h3 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.33px; }
  #top-menu .top-bar {
    height: 60px; }
  #top-menu .top-bar .dropdown.menu {
    display: none; }
  #top-menu .top-bar .site-logo {
    width: 30px;
    float: none;
    margin: 0 auto;
    padding-top: 9px; }
  #top-menu .top-bar .search {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 56px;
    background-size: 26px; }
  .orbit-controls {
    display: none; }
  #home-slider .orbit-caption {
    width: 100%;
    padding: 0px;
    height: auto;
    padding: 0px 20px 100px 20px;
    align-items: flex-end;
      justify-content: flex-end;
      /*justify-content: center; removed from home page template*/
  }
  #home-slider h2 {
    font-size: 3vh;
    line-height: normal;
    letter-spacing: -1.25px;
    text-align: center; }
  #home-slider p {
    text-align: center;
    font-size: 1.5vh;
  }
  #home-slider .orbit-slide img {
    object-position: 80% 100%; }
  #home-slider .orbit-bullets {
    position: absolute;
    bottom: 60px;
    width: 100%;
    margin: 0px; }
    #home-slider .orbit-bullets button {
      width: 8px;
      height: 8px;
      margin: 8px;
      background-color: #cacaca;
      opacity: 0.5; }
      #home-slider .orbit-bullets button.is-active {
        background-color: #ffffff;
        opacity: 1; }
  #home-slider .scroll-down {
    bottom: 10px; }
  #trending-collections {
    padding: 30px 0px 0px 0px; }
  .book-block.offwhite {
    padding: 30px 0px 0px 0px;
    margin-bottom: 30px; }
  .book-block {
    padding: 0px 0px 0px 0px; }
  .book-slider .book-card .wrap .description {
    padding: 6px 6px;
    height: 72px; }
  .book-slider .book-card .wrap .description .book-name {
    font-size: 10px;
    margin-bottom: 3px; }
  .book-slider .book-card .wrap .description .author {
    font-size: 8px;
    margin: 0px; }
  #site-footer .subscribe-newsletter {
    padding: 20px 0px; }
  #site-footer .subscribe-newsletter .newsletter-form-wrap {
    display: block; }
  #site-footer .subscribe-newsletter h2 {
    font-size: 16px; }
  #site-footer .subscribe-newsletter .newsletter-form-wrap .email {
    margin-bottom: 20px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px; }
  #site-footer .subscribe-newsletter .newsletter-form-wrap .gender, #site-footer .subscribe-newsletter .newsletter-form-wrap .select {
    float: left;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    padding-left: 0px;
    padding-right: 30px; }
  #site-footer .subscribe-newsletter .newsletter-form-wrap .select-styled {
    width: 100%;
    position: absolute; }
  #site-footer .subscribe-newsletter .newsletter-form-wrap .location {
    float: left;
    margin-bottom: 20px;
    margin-right: 0px;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    padding-left: 10px;
    padding-right: 10px; }
  #site-footer .subscribe-newsletter .newsletter-form-wrap .button {
    display: block;
    width: 100%; }
  #site-footer .footer-wrap {
    padding: 30px 0px 30px 0px; }
  #site-footer .footer-wrap .wrap {
    padding: 0px 0px 0px 0px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  #site-footer .footer-wrap h3 {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 10px; }
  #site-footer .footer-wrap .menu a {
    font-size: 12px;
    line-height: normal;
    padding: 5px 0px; }
  #site-footer .footer-wrap .menu.social-links a {
    margin-right: 13px;
    width: 23px;
    height: 23px;
    padding: 0px;
    margin-bottom: 10px;
  }
  #site-footer .footer-wrap .wrap &gt; div{
    width: 50%;
  }
  #site-footer .footer-wrap .wrap &gt; div:last-child{
    width: 100%;
  }
  .footer-wrap .wrap &gt; div &gt; h6{
    margin-bottom: 15px;
    font-size: 14px;
  }
  .book-slider .book-card {
    padding: 5px 0px 30px 20px; }
  .blog-mobile-slider .block.blog {
    padding: 0px 10px; }
  .blog-mobile-slider .slick-list {
    padding: 0 10% 0 5px; }
  .blog-mobile-slider .block.blog .image {
    margin-bottom: 10px; }
  .blog-mobile-slider h3 {
    margin-bottom: 4px; }
  .blog-mobile-slider .block.blog .date {
    font-size: 12px; }
  .banner {
    margin-bottom: 30px; }
  .banner.style-one .banner-wrap .content {
    max-width: 57%; }
  .banner.style-one .banner-wrap {
    padding: 20px 12px;
    background-size: 60%; }
  .banner.style-one .banner-wrap h2 {
    margin-bottom: 7px;
    line-height: 20px;
    font-size: 15px; }
  .banner.style-one .banner-wrap .button {
    font-size: 10px;
    padding: 5px 8px;
    height: auto; }
  .banner.style-two .banner-wrap {
    /*padding: 50px;from index page*/
    padding: 30px; }
  .banner.style-two .banner-wrap h2 {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 30px; }
  
  #commnunity-content .content-wrap .page-title {
    font-size: 30px;
    margin-bottom: 30px; }
  #commnunity-content .content-wrap p {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 25px; }
  #commnunity-content .more-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px; }
  #commnunity-content .box-cell {
    margin-bottom: 20px; }
  #commnunity-content .box-cell .box-wrap {
    padding: 30px 60px 80px 30px;
    min-height: 230px;
    background-size: 100px; }
    #commnunity-content .box-cell .box-wrap h4 {
      font-size: 19.8px;
      line-height: normal; }
    #commnunity-content .box-cell .box-wrap p {
      font-size: 11.8px;
      line-height: 19.8px;
      margin-bottom: 5px; }
    #commnunity-content .box-cell .box-wrap a {
      font-size: 13.2px;
      line-height: 20px; }
  #commnunity-content .penguin-festival {
    margin-top: 30px;
    margin-bottom: 50px; }
  #author-list-page-header {
    display: none; }
  #author-list {
    padding-top: 0;
    /*padding-top: 100px;*/
  }
  #author-list .the-list li {
    width: 100%; }
  #author-list .search-authors {
    max-width: none;
    border-radius: 40px;
    margin-bottom: 20px; }
  #author-list .alphabet-list {
    justify-content: flex-start;
    margin-bottom: 50px; }
  #author-list .alphabet-list a {
    font-size: 16px;
    color: #878787;
    line-height: 16px;
    padding: 12px 18px; }
  #page-header {
    /*display: none; */
  }
  .sidebar-wrap {
    display: none; }
  #book-listing-content {
    /*padding-top: 80px; */
  }
  .breadcrumbs {
    margin-bottom: 20px; }
  .list-content-wrap {
    padding: 0px; }
  .list-content-wrap .book-grid .cell {
    padding-left: 15px;
    padding-right: 15px; }
  .list-content-wrap .book-grid {
    margin-left: -15px;
    margin-right: -15px; }
  .book-highlight {
    margin-top: 30px;
    margin-bottom: 60px; }
  .book-highlight .description {
    padding: 40px 30% 40px 20px; }
  .book-highlight .description .title {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px; }
  .book-highlight .description .details {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 10px; }
  .book-highlight .description .button {
    font-size: 12px;
    padding: 8px 12px;
    height: auto;
    margin: 0px; }
  .pagination {
    margin-top: 30px;
    margin-bottom: 60px; }
  .pagination li {
    display: inline-block; }
  .book-card {
    padding-bottom: 30px; }
  .filter-active {
    display: none; }
  .book-article-block {
    margin-bottom: 40px; }
  .book-article-block .text-wrap {
    padding: 30px; }
  .book-article-block.image-right .image-cell {
    padding: 0px; }
  .book-article-block.image-left .image-cell {
    padding: 0px;
    margin: 0px; }
  .book-article-block .title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px; }
  .book-article-block .description {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 10px; }
  .book-article-block a {
    font-size: 10.5px; }
  .book-article-block .image-wrap, .book-article-block .text-wrap {
    min-height: 230px; }
  #author-detail-single {
    margin-bottom: 20px; }
  #author-detail-single h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1px; }
  #author-detail-single .social-share {
    display: none; }
  #author-detail-single p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.5px; }
  .tab-links {
    padding: 90px 40px 20px 40px; }
  .tab-links.article-page-tabs {
    padding: 20px 20px 20px 20px; }
  .tab-links a {
    margin-right: 15px;
    margin-left: 15px;
    width: calc(32% - 30px);
    font-size: 12px; }
  .single-book-tabs {
    padding: 0px 0px; }
  .single-book-tabs .book-cover-wrap {
    padding: 0px; }
  .single-book-tabs .book-details-wrap {
    padding: 0px; }
  .single-book-tabs .article-tab .first-block .image {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0px; }
  .single-book-tabs .article-tab .first-block .description p, .single-book-tabs .article-tab .first-block .description .learn-more {
    display: none; }
  .single-book-tabs .article-tab .first-block .description h3 {
    font-size: 20px;
    letter-spacing: 0.43px;
    line-height: 20px; }
  .single-book-tabs .article-tab .first-block .image {
    margin-bottom: 15px; }
  .single-book-tabs .article-tab .block.blog {
    padding: 0px; }
  .single-book-tabs .article-tab .block.blog.first-block .image {
    max-width: 100%;
    float: none;
    margin: 0px;
    margin-bottom: 10px; }
  .single-book-tabs .article-tab .block.blog.first-block h3 {
    font-size: 18px;
    letter-spacing: 0.43px;
    line-height: 24px;
    margin-bottom: 5px; }
  .single-book-tabs .article-tab .block.blog.first-block {
    margin-bottom: 10px; }
  #top-menu .top-bar-right .search-input-wrap, #top-menu .top-bar-right.search-active .search-input-wrap {
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 9999;
    padding: 0px; }
    #top-menu .top-bar-right .search-input-wrap .search-back, #top-menu .top-bar-right.search-active .search-input-wrap .search-back {
      position: fixed;
      left: 0px;
      top: 0px;
      height: 60px;
      width: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #top-menu .top-bar-right .search-input-wrap .search-close, #top-menu .top-bar-right.search-active .search-input-wrap .search-close {
      position: fixed;
      right: 0px;
      top: 0px;
      height: 60px;
      width: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
  #top-menu .top-bar-right .search-input-wrap .search-results-dropdown {
    padding: 0px; }
  #top-menu .top-bar-right .search-input-wrap .search-input {
    height: 60px;
    border: 0px;
    width: 100%;
    min-width: 100% !important;
    margin: 0px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px; }
  .slick-slider {
    user-select: none; }
  #article-single {
    padding-top: 70px; }
    #article-single .breadcrumb-wrap {
      display: none; }
    #article-single .article-title {
      font-size: 25px;
      line-height: 40px;
      letter-spacing: -0.2px; }
    #article-single .article-meta {
      font-size: 11px; }
    #article-single p, #article-single .excerpt p {
      font-size: 15px;
      line-height: 30px;
      letter-spacing: -0.54px;
      margin-bottom: 20px; }
    #article-single .excerpt p {
      margin-bottom: 10px; }
    #article-single .article-author a {
      font-size: 11px; }
    #article-single .share .menu a {
      width: 30px;
      height: 30px;
      margin-bottom: 10px; }
      #article-single .share .menu a img {
        width: 21px; }
    #article-single .article-main-img {
      margin-bottom: 20px; }
    #article-single .featured-text-with-image {
      margin-bottom: 20px; }
    #article-single .featured-text-with-image .image-wrap {
      margin-top: 20px;
      text-align: center; }
    #article-single .book-link-wrap {
      width: 115px;
      margin-right: 20px; }
      #article-single .book-link-wrap .book-card {
        margin-bottom: 10px; }
      #article-single .book-link-wrap .book-card .wrap .description .book-name {
        font-size: 10px; }
      #article-single .book-link-wrap .book-card .wrap .description .author {
        font-size: 9px; }
      #article-single .book-link-wrap .button {
        height: 35px;
        font-size: 12px;
        line-height: 12px;
        padding: 11px 0px; }
  .next-article {
    border-radius: 2.5px;
    border: 0.5px solid #979797;
    margin: 0px 20px;
    color: #000000;
    padding: 20px; }
    .next-article p {
      font-size: 15px;
      line-height: 25px;
      letter-spacing: -0.5px;
      margin-bottom: 10px; }
    .next-article span {
      font-size: 12px;
      letter-spacing: -0.43px;
      margin: 0px;
      line-height: normal;
      border-bottom: 0.5px solid #000000;
      position: relative; }
      .next-article span:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: -15px;
        top: 4px;
        background: url("img/arrow_right.svg");
        background-repeat: no-repeat;
        background-size: 100%; }
  .featured-book-mobile {
    background: #F5F5F5;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 30px; }
    .featured-book-mobile .wrap {
      text-align: center; }
    .featured-book-mobile .image {
      max-width: 170px;
      margin: 0 auto;
      margin-bottom: 20px; }
    .featured-book-mobile .description .book-name {
      text-align: center;
      font-size: 25px;
      line-height: normal;
      letter-spacing: 0.86px; }
    .featured-book-mobile .description .author {
      text-align: center;
      font-size: 18px;
      line-height: normal;
      letter-spacing: 0.62px;
      margin-bottom: 20px; }
    .featured-book-mobile .button {
      height: 50px;
      margin: 0 auto;
      padding: 17px 25px;
      border-radius: 0px;
      font-size: 18px; }
  #article-related {
    padding: 60px 0px; }
  #book-listing-content.article-page {
    padding-top: 20px; }
  #page-header.article-page {
    padding-top: 70px;
    margin-bottom: 30px;
    display: block; }
    #page-header.article-page .wrap {
      height: 112px; }
      #page-header.article-page .wrap h2 {
        font-size: 12px;
        bottom: 20px; }
  .article-listing-wrap .block.blog {
    margin-bottom: 50px; }
  .banner-style-1 {
    margin-bottom: 50px;
    min-height: unset; }
  .mobile-menu {
    background: #ffffff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 83%;
    height: auto;
    overflow: scroll;
    z-index: 100001;
    height: 100%; }
    .mobile-menu.show {
      display: block;
      -webkit-animation: slide-in-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-in-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .mobile-menu .accordion-menu .nested.is-accordion-submenu {
      margin: 0px; }
    .mobile-menu .menu a {
      padding: 25px 20px;
      display: block;
      font-size: 20px;
      color: #000000;
      font-weight: bold; }
      .mobile-menu .menu a:hover {
      color: #000000 !important;
    }

    .mobile-menu .menu h4 {
      font-size: 15px;
      color: #aaaaaa;
      letter-spacing: -0.16px;
      padding: 0px 30px;
      margin-top: 25px; }
    .mobile-menu .menu h4:first-child {
      margin: 0px; }
    .mobile-menu .menu .menu a {
      padding: 0px;
      font-weight: normal;
      padding: 5px 30px;
      font-size: 15px;
      line-height: 2.33;
      letter-spacing: -0.16px;
      color: #000000; }
    .mobile-menu .menu .menu .menu a {
      padding-left: 45px; }
    .mobile-menu .site-logo {
      padding: 12px 20px;
      border-bottom: 2px solid #e6e6e6; }
      .mobile-menu .site-logo img {
        max-width: 40px; }
    .mobile-menu .menu h4 a, .mobile-menu .menu .menu h4 a {
      font-size: 15px;
      color: #aaaaaa;
      letter-spacing: -0.16px;
      padding: 0px; }
    .mobile-menu .accordion-menu .submenu-toggle {
      height: 70px; }
    .mobile-menu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after, .mobile-menu .accordion-menu .submenu-toggle:after {
      width: 20px;
      height: 70px;
      background-image: url("img/plus_orange.svg");
      background-position: center;
      background-size: 15px;
      background-repeat: no-repeat;
      margin-top: 0px;
      border: 0px;
      top: 0px; }
    .mobile-menu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded="true"] &gt; a::after, .mobile-menu .accordion-menu .submenu-toggle[aria-expanded="true"]:after {
      background-image: url("img/minus_orange.svg"); }
    .mobile-menu .accordion-menu .is-accordion-submenu-parent .is-accordion-submenu .submenu-toggle {
      height: 44px; }
    .mobile-menu .accordion-menu .is-accordion-submenu-parent .is-accordion-submenu-parent &gt; a::after, .mobile-menu .accordion-menu .is-accordion-submenu-parent .is-accordion-submenu .submenu-toggle:after {
      width: 20px;
      height: 44px;
      background-image: url("img/plus_black.svg");
      background-position: center;
      background-size: 10px;
      background-repeat: no-repeat;
      margin-top: 0px;
      border: 0px; }
    .mobile-menu .accordion-menu .is-accordion-submenu-parent .is-accordion-submenu-parent[aria-expanded="true"] &gt; a::after, .mobile-menu .accordion-menu .is-accordion-submenu-parent .is-accordion-submenu .submenu-toggle[aria-expanded="true"]:after {
      background-image: url("img/minus_black.svg");
      background-size: 10px; }
    .mobile-menu .menu.accordion-menu {
      padding-bottom: 60px;
      /*padding-bottom: 80px;
      border-bottom: 2px solid #e6e6e6;*/
    }
    .mobile-menu .mobile-menu-more {
      padding: 20px;
      border-bottom: 2px solid #e6e6e6; }
      .mobile-menu .mobile-menu-more .publish-with-us {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.89px;
        color: #000000;
        text-transform: uppercase;
        text-decoration: underline;
        margin-bottom: 30px;
        display: block; }
        .mobile-menu .mobile-menu-more .publish-with-us h3{
          letter-spacing: unset;
          font-size: 20px;
          color: #000000;
          font-weight: bold;
          text-transform: none;
        }
      .mobile-menu .mobile-menu-more .connect-wth-us {
        /*font-size: 12px;*/
        font-size: 18px;
        /*letter-spacing: 0.67px;*/
        color: #000000;
        /*text-transform: uppercase;*/
        margin: 20px 0;
        font-weight: bold;
      }
      .mobile-menu .mobile-menu-more .menu.social-share a {
        padding: 0px 15px 0px 15px; }
        .mobile-menu .social-share .ssLiin{
          width: 27px;
        }
      .mobile-menu .mobile-menu-more .menu.social-share li:first-child a {
        padding-left: 0px; }
    .mobile-menu .mobile-menu-footer-logo-wrap {
      padding: 20px; }
      .mobile-menu .mobile-menu-footer-logo-wrap img {
        height: 50px;
        width: auto;
        margin-bottom: 10px; }
      .mobile-menu .mobile-menu-footer-logo-wrap .copy p {
        font-size: 8px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        margin: 0px; }
    .mobile-menu .alphabet-list.menu {
      display: flex;
      padding: 20px;
      justify-content: center; }
      .mobile-menu .alphabet-list.menu li {
        flex: 1;
        text-align: center;
        flex-grow: initial; }
        .mobile-menu .alphabet-list.menu li a {
          padding: 5px 12px; }
      .mobile-menu .alphabet-list.menu .view-all {
        background: transparent;
        display: block;
        width: 100%;
        text-align: center; }
  @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; } }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; } }
  .mobile-close {
    background: #000000;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    transition: all 0.3s ease; }
    .mobile-close.show {
      display: block;
      transition: all 0.3s ease; }
  .title-wrap {
    display: flex;
    margin-bottom: 20px; }
    .title-wrap h2, .title-wrap .title-wrap, .title-wrap .block-title {
      margin-bottom: 0px;
      display: inline;
      padding-right: 0px; }
    .title-wrap .view-all {
      position: static;
      display: inline-block; }
  .block-article-wrap {
    margin-bottom: 30px;margin-left:15px; }
  .block-article-wrap .image {
    height: 180px;
    min-height: 180px; }
  .block-article-wrap .content {
    padding: 20px;
    height: auto;
    min-height: auto; }
  .block-article-wrap .content h3, .block-article-wrap .content .title {
    font-size: 24px; }
  .block-article-wrap .content p {
    font-size: 14px;
    display: none; }
  .single-book-tabs .book-slider {
    padding-bottom: 40px; }
  .single-book-tabs .book-slider .slick-next {
    right: 15px;
    bottom: 50px;
    top: auto;
    width: 11px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 999; }
  .single-book-tabs .book-slider .slick-prev {
    left: 15px;
    bottom: 50px;
    top: auto;
    width: 11px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 999; }
  .single-book-tabs .book-slider .slick-disabled {
    opacity: 1; }
  .single-book-tabs .heighlighted-post .image {
    margin-bottom: 15px; }
  .single-book-tabs .heighlighted-post .image:after {
    display: none; }
  .single-book-tabs .heighlighted-post p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.5px; }
  .single-book-tabs .heighlighted-post .title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: left; }
  .single-book-tabs .heighlighted-post .scroll-down-book {
    padding-top: 50px;
    padding-bottom: 50px; }
  .single-book-tabs .article-tab .block.blog {
    margin-bottom: 20px; }
  .single-book-tabs .book-details-wrap .buying-links-wrap {
    max-width: 100%;
    margin-bottom: 30px; }
  .single-book-tabs .book-details-wrap p.special {
    margin-bottom: 30px; }
  .book-view-all-center {
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    top: -35px;
    border-bottom: 1px solid #ff5a00;
    font-size: 12px; }
  #page-header.audio-page-header {
    display: block;
    padding-top: 90px;
    margin-bottom: 30px; }
    #page-header.audio-page-header .wrap {
      height: 110px; }
    #page-header.audio-page-header .wrap h2 {
      font-size: 12px;
      bottom: 30px; }
  .audio-slider.book-slider .book-card {
    padding: 0px 25px; }
  .audio-slider.book-slider .book-card .wrap .image {
    margin-bottom: 20px; }
  .audio-slider.book-slider .book-card .wrap .description {
    height: 80px; }
  .audio-slider.book-slider .book-card .wrap .description .book-name {
    font-size: 14px; }
  .audio-slider.book-slider .book-card .wrap .description .author {
    font-size: 12px; }
  .pdf-listing-content {
    padding: 20px 0px 10px 0px; }
  .pdf-grid.book-grid {
    margin-left: -10px;
    margin-right: -10px; }
  .pdf-grid.book-grid &gt; .cell {
    padding-right: 10px;
    padding-left: 10px; }
  .pdf-grid.book-grid .wrap .description {
    padding: 15px; }
  .pdf-listing-content .align-center {
    text-align: left; }
  .pdf-listing-content .title-and_select {
    margin-bottom: 30px; }
  .pdf-listing-content h2 {
    box-shadow: none;
    font-size: 25px;
    color: #4d4d4d;
    line-height: normal;
    padding: 0px; }
  .pdf-grid.book-grid .book-card {
    margin-bottom: 40px; }
  .pdf-listing-content .align-right {
    display: none; }
  #top-menu.enterprise-top-menu .top-bar .hamburger {
    left: auto;
    right: 0px; }
  #top-menu.enterprise-top-menu .top-bar ul.menu {
    display: none;
    transition: all 0.3s ease; }
  #top-menu.enterprise-top-menu .top-bar ul.menu.show {
    display: block;
    padding: 0px;
    background: #ffffff;
    top: 60px;
    left: 0px;
    margin-right: -15px;
    margin-left: -15px;
    transition: all 0.3s ease; }
  #top-menu.enterprise-top-menu .top-bar-wrap .top-bar .site-logo, #top-menu.enterprise-top-menu .top-bar-wrap.is-stuck .top-bar .site-logo {
    padding-bottom: 0px;
    padding-top: 6px;
    padding-right: 60px;
    border-radius: 0px; }
  .enterprise-mobile-close {
    display: none;
    background-color: #ffffff;
    background-image: url("img/menu-close.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 56px;
    height: 100%; }
  .enterprise-mobile-close.show {
    display: block; }
  #enterprise-page .header-page-title {
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    margin-bottom: 30px; }
  #enterprise-page .header-page-title .text-wrap {
    width: 90%;
    left: 5%;
    bottom: 10px; }
  #enterprise-page .header-page-title .text-wrap h3 {
    font-size: 20px;
    padding: 0px;
    line-height: 40px; }
  #enterprise-books-block .book-wrap .book-details .book-name {
    font-size: 14px; }
  #enterprise-books-block .book-wrap .book-details .author {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: normal; }
  #enterprise-books-block .book-wrap .book-cover {
    margin-bottom: 10px; }
  #enterprise-books-block .book-wrap {
    margin-bottom: 30px; }
  #enterprise-footer {
    padding: 50px 0px;
    margin-top: 50px; }
  #enterprise-footer h2 {
    font-size: 30px;
    line-height: normal; }
  #enterprise-footer p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px; }
  #enterprise-footer .footer-info-block {
    margin-bottom: 30px; }
  #enterprise-page p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px; }
  #saerch-page-wrap .search-result-navigation {
    margin-left: -20px;
    margin-right: -20px;
    position: relative; }
    #saerch-page-wrap .search-result-navigation .menu {
      overflow: auto;
      white-space: nowrap;
      display: block;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      #saerch-page-wrap .search-result-navigation .menu li {
        text-align: center;
        display: inline-block; }
        #saerch-page-wrap .search-result-navigation .menu li a {
          padding: 15px 20px; }
    #saerch-page-wrap .search-result-navigation:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 30px;
      height: 100%;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 999; }
    #saerch-page-wrap .search-result-navigation:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 0px;
      width: 30px;
      height: 100%;
      background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 999; }
  #saerch-page-wrap .result-block .title-wrap .result-title {
    margin-bottom: 0px; }
  #saerch-page-wrap .result-block .view-all {
    top: 0px; }
  #saerch-page-wrap .result-block {
    margin-bottom: 0px; }
  .filter-sort-action-wrap {
    margin-bottom: 30px;
    display: flex; }
    .filter-sort-action-wrap .filter-wrap, .filter-sort-action-wrap .sort-wrap {
      cursor: pointer;
      flex: 1; }
      .filter-sort-action-wrap .filter-wrap h4, .filter-sort-action-wrap .sort-wrap h4 {
        font-size: 18px;
        margin: 0px;
        color: #FF5A00; }
      .filter-sort-action-wrap .filter-wrap img, .filter-sort-action-wrap .sort-wrap img {
        width: 20px;
        position: relative;
        top: -3px;
        margin-right: 5px; }
    .filter-sort-action-wrap .sort-wrap {
      text-align: right; }
  .filter-open-mobile.show {
    display: block;
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 60px);
    z-index: 99999;
    background: #ffffff;
    padding: 0px;
    border: 0px;
    overflow: scroll; }
    .filter-open-mobile.show .ad-banners {
      display: none; }
    .filter-open-mobile.show h4 {
      display: none; }
    .filter-open-mobile.show .filter-sort-action-wrap .filter-wrap h4 {
      display: block; }
  .sidebar-wrap .sidebar-menu-wrap {
    padding-left: 20px; }
  .sort-list-wrap {
    display: none;
  }
  .sort-list-wrap .sort-option &gt; input{
    display: none;
  }
  .sort-list-wrap.show {
    display: block;
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #ffffff;
    padding: 0px;
    border: 0px;
    overflow: scroll;
    padding: 20px; }
    .sort-list-wrap.show .sort-wrap {
      cursor: pointer;
      flex: 1;
      margin-bottom: 30px; }
      .sort-list-wrap.show .sort-wrap h4 {
        font-size: 18px;
        margin: 0px;
        color: #FF5A00;
        border-bottom: 1px solid #cecece;
        padding: 10px 0px; }
      .sort-list-wrap.show .sort-wrap img {
        width: 20px;
        position: relative;
        top: -3px;
        margin-right: 5px; }
  .community-form {
    padding: 20px 0px; }
    .community-form .grid-container {
      padding: 0px; }
    .community-form .grid-container:not(.full) &gt; .grid-padding-x, .community-form .grid-padding-x .grid-padding-x {
      margin-right: -15px;
      margin-left: -15px; }
    .community-form .button {
      display: block;
      width: 100%; }
  .single-book-tabs .book-block h2 {
    max-width: calc(100% - 60px); } }

.read-more-common{
  font-size: 16px;
  padding: 0px;
  padding-left: 10px;
  letter-spacing: 0px;
  color: #FF5A00;
  text-decoration: underline;
  text-transform: uppercase;
  position: relative;
  text-align: right;
  font-family: 'AvantGarde-Medium';
  display: inline-block;
}

/*slick dragable*/
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
@media (max-width: 1024px) {
  #commnunity-content .content-wrap &gt; .flexi-container{
    width: 100%;
  }
  #commnunity-content .community-sub-menu-wrap,
  #sub-menu {
    display: none; }
  #commnunity-content .content-wrap {
    overflow: visible;
    top: 0;
    margin-bottom: 0;
    padding: 30px 15px; }
  #commnunity-content .content-wrap .content-navigation {
    top: -125px;
    background: #ffffff;
    left: -20px;
    width: calc(100% + 40px); }
    #commnunity-content .content-wrap .mobSecmenu{
      display: block;
      top: -61px;
      background-color: #FF6600;
    }
    #commnunity-content .content-wrap .content-navigation:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 30px;
      height: 100%;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 999; }
      #commnunity-content .content-wrap .mobSecmenu:before{
        background: linear-gradient(90deg, #ff6600 0%, rgba(255, 102, 0, 0) 100%);
      }
    #commnunity-content .content-wrap .content-navigation:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 0px;
      width: 30px;
      height: 100%;
      background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 999; }
      #commnunity-content .content-wrap .mobSecmenu:after {
        background: linear-gradient(270deg, #ff6600 0%, rgba(255, 102, 0, 0) 100%);
      }
  #commnunity-content .content-wrap .content-navigation .menu {
    overflow: auto;
    white-space: nowrap;
    display: block;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  #commnunity-content .content-wrap .content-navigation .menu::-webkit-scrollbar {
    display: none; }
  #commnunity-content .content-wrap .content-navigation .menu li {
    text-align: center;
    display: inline-block; }
  #commnunity-content .content-wrap .content-navigation .menu li a {
    height: 50px;
    padding-top: 18px; }
    #commnunity-content .content-wrap{
    padding: 30px 15px !important;
  }
  #community-page-header{
    position: absolute;
  }
  #commnunity-content{
    padding-top: 320px;
  }
}
@media (max-width: 680px){
  #top-menu .top-bar a{
    padding: 31px 32px;
  }
  #top-menu .top-bar .mega-menu &gt; .has-submenu &gt; a:after{
    right: 10px;
  }
}
@media (max-width: 767px) {
  #commnunity-content .content-wrap .content-navigation .menu{
    text-align: left;
  }
}

/*leadership team css*/
.leader-menu .pub-sub-mnu a {
    padding: 0;
    line-height: 24px;
}
.menu.vertical.leader-menu {
    margin-top: 30px;
}
#commnunity-content .menu.leader-menu .pub-sub-mnu a:hover {
    color: black !important;
    background: white !important;
}
.leader-menu .pub-sub-mnu:hover{
  background: white !important;
}
h2.page-title.leader-title{
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: left !important;
    margin-bottom: 30px !important;
}
.leader-menu .pub-sub-mnu {
    background: white;
}
.page-template-template-leadership-team-php p.lead-para{
    width: 60%;
    margin-bottom: 50px!important;
}
.leader-img img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 20px;
}
.leader-indiv {
    display: flex;
    align-items: center;
    padding: 17px 20px;
    border-left: 1px solid #bebebe;
    position: relative;
    height: 180px;

}
.leader-details h3 {
    font-size: 28px;
    font-weight: 600;
    width: 30%;
    line-height: 32px;
    letter-spacing: 1.5px;
}
.leader-details h4 {
    font-size: 14px;
    width: 100%;
}
.leader-divider {
    margin: 10px 0;
    width: 83.3333333333%;
}
.leader-indiv a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.leader-indiv:hover h3{
    color: #ff5a00;
}
.leader-menu .pub-sub-mnu a:hover {
    text-decoration: underline;
}
.leader-divider:last-child {
    display: none;
}

.leader-indiv img {
    width: 76px;
    margin-right: 20px;
    border-radius: 5%;
}

@media screen and (max-width: 767.9px){
.leader-details h4{
  display: none;
}
.leader-details h3{
  font-size: 19px;
  width: 100%;
}
.leader-indiv{
  height: auto;
  margin-top: 20px;
}
.page-template-template-leadership-team-php p.lead-para{
  width: 100%;
}
.page-title.leader-title{
  margin-top: 30px;
}
}
@media screen and (min-width: 1200px){
.leader-img {
    margin-right:20px;
}
}

/*single leader css*/
.page-template-template-single-team-leader-php h3 {
    font-size: 36px;
    margin-bottom: 30px;
}
.leader-details img{
  width: 278px;
  height: 278px;
  object-fit: contain;
  float: left;
  margin: 0 15px 15px 0;
}
.leader-details p {
  width: 75%;
  font-size: 18px;
}
.lead-extra-det p{
  margin-bottom: 40px !important;
}
.leadership-back-btn a {
    font-size: 20px;
    color: #000000;
}
.leadership-back-btn {
    position: relative;
    top: -22px;
}

@media screen and (max-width: 767.9px){
  .page-template-template-single-team-leader-php .page-title.leader-title{
    font-size: 28px !important;
    margin-top: 30px;
  }
  .page-template-template-single-team-leader-php h3{
    line-height: 44px;
    font-size: 26px;
  }
  .leader-details p{
    width: 100%;
  }
  .leader-details img{
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
  .leadership-back-btn{
    position: unset;
    margin-top: 10px;
  }
}





/*wordpress default alignments */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }</pre></body></html>