@charset "UTF-8";
/*
 *	Made by Webbmaffian AB
 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; }

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

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="search"] {
  -webkit-appearance: textfield; }

fieldset,
legend {
  border: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

.spinner-blockage-element {
  position: relative; }

.spinner-blockage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: 200ms fadein;
  -moz-animation: 200ms fadein;
  -ms-animation: 200ms fadein;
  -o-animation: 200ms fadein;
  animation: 200ms fadein; }
  .spinner-blockage .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .spinner-blockage .spinner:before {
      border-color: #c7caed; }

.scrollable-x {
  overflow-x: auto; }
  .scrollable-x::-webkit-scrollbar {
    height: 6px; }

.scrollable-y {
  overflow-y: auto; }
  .scrollable-y::-webkit-scrollbar {
    width: 6px; }

.full-width {
  width: 100%; }

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

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

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

.text-success {
  color: #28a745; }

.text-error {
  color: #FF4F37; }

.col.mini, .site-header .mini.site-branding, .site-header .mini.main-navigation {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  white-space: nowrap; }

@media (min-width: 1201px) {
  .tab-distance {
    margin-top: 3em; } }
html,
body,
button,
input,
select,
optgroup,
textarea {
  color: #4F4F4F;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em;
  font-size: 14px; }

p, ul, ol, dl {
  margin: 0 0 1.5em; }

p {
  line-height: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375;
  line-height: 1.6em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: transparent;
  text-decoration: none; }

big {
  font-size: 125%; }

@font-face {
  font-family: 'translegal';
  src: url("../font/translegal.eot?9953865");
  src: url("../font/translegal.eot?9953865#iefix") format("embedded-opentype"), url("../font/translegal.woff2?9953865") format("woff2"), url("../font/translegal.woff?9953865") format("woff"), url("../font/translegal.ttf?9953865") format("truetype"), url("../font/translegal.svg?9953865#translegal") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'translegal';
	  src: url('../font/translegal.svg?9953865#translegal') format('svg');
	}
  }
  */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "translegal";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  width: 1em;
  margin-right: .2em;
  line-height: 1em;
  margin-left: .2em; }

.icon-account:before {
  content: '\e800'; }

/* '' */
.icon-arrow:before {
  content: '\e801'; }

/* '' */
.icon-phone:before {
  content: '\e802'; }

/* '' */
.icon-logout:before {
  content: '\e803'; }

/* '' */
.icon-cart:before {
  content: '\e804'; }

/* '' */
.icon-close:before {
  content: '\e805'; }

/* '' */
.icon-database:before {
  content: '\e806'; }

/* '' */
.icon-email:before {
  content: '\e807'; }

/* '' */
.icon-facebook:before {
  content: '\e808'; }

/* '' */
.icon-idea:before {
  content: '\e809'; }

/* '' */
.icon-menu:before {
  content: '\e80a'; }

/* '' */
.icon-notes:before {
  content: '\e80b'; }

/* '' */
.icon-password:before {
  content: '\e80c'; }

/* '' */
.icon-play:before {
  content: '\e80d'; }

/* '' */
.icon-search:before {
  content: '\e80e'; }

/* '' */
.icon-trans:before {
  content: '\f1ab'; }

/* '' */
.icon-twitter:before {
  content: '\e810'; }

/* '' */
.icon-uni:before {
  content: '\e811'; }

/* '' */
.icon-youtube:before {
  content: '\e812'; }

/* '' */
.icon-angle-down:before {
  content: '\e813'; }

/* '' */
.icon-ok:before {
  content: '\e814'; }

/* '' */
.icon-ok-circled:before {
  content: '\e815'; }

/* '' */
.icon-circle:before {
  content: '\f111'; }

/* '' */
.icon-sound:before {
  content: '\e826'; }

/* '' */
.icon-notice:before {
  content: '\e816'; }

/* '' */
.icon-pin:before {
  content: '\f031'; }

/* '' */
.icon-warning:before {
  content: '\e828'; }

/* '' */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1,
.h1 {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1em;
  color: #333;
  margin-bottom: 40px; }
  h1 strong,
  .h1 strong {
    color: #2b338a; }

h2,
.h2 {
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1em;
  color: #333;
  margin-bottom: 1.5rem; }

h3,
.h3 {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #333; }

h4,
.h4,
h5,
.h5
h6,
.h6 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5em;
  color: #333; }

a {
  color: #2b338a;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    color: #3E4ACE;
    text-decoration: underline; }
  a:focus, a:hover, a:active {
    outline: 0; }

.tippy-content a {
  color: #fff; }

ul {
  list-style: disc; }

.wp-block-group__inner-container > ul, .wp-block-group__inner-container > ol {
  padding-left: 1.5em; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1em 0 0.5em; }

dt, dd {
  display: inline-block; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

table {
  margin: 0 0 1.5em;
  width: 100%; }
  table .checkbox-column {
    padding: 0;
    width: 2em;
    height: 1px;
    /* This is a hack to make its content fill the height */ }
    table .checkbox-column label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 100%;
      padding: 0 0.5em; }
      table .checkbox-column label input + span,
      table .checkbox-column label input + span:before {
        display: block;
        margin: 0 auto; }
  table.striped tr:nth-child(2n) td {
    background: #fafafa; }
  table.striped td {
    transition: background-color 100ms; }
  table.striped tr:hover td {
    background-color: #f2f2f2; }

th,
td {
  text-align: left; }

th {
  font-weight: bold;
  color: #333; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
form .input,
.tagify__input,
textarea {
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1.25rem;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0.1875rem 1rem 0.3125rem;
  margin-right: 6px;
  min-height: 40px;
  max-height: none;
  outline: none !important;
  transition: box-shadow 150ms; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='tel']:focus,
  input[type='range']:focus,
  input[type='date']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='time']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='color']:focus,
  form .input:focus,
  .tagify__input:focus,
  textarea:focus {
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 0 1px #3E4ACE;
    -webkit-box-shadow: inset 0 0 0 1px #3E4ACE;
    box-shadow: inset 0 0 0 1px #3E4ACE; }
  input[type='text'].error,
  input[type='email'].error,
  input[type='url'].error,
  input[type='password'].error,
  input[type='search'].error,
  input[type='number'].error,
  input[type='tel'].error,
  input[type='range'].error,
  input[type='date'].error,
  input[type='month'].error,
  input[type='week'].error,
  input[type='time'].error,
  input[type='datetime'].error,
  input[type='datetime-local'].error,
  input[type='color'].error,
  form .input.error,
  .tagify__input.error,
  textarea.error {
    background: rgba(255, 79, 55, 0.15);
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 0 1px #FF4F37;
    -webkit-box-shadow: inset 0 0 0 1px #FF4F37;
    box-shadow: inset 0 0 0 1px #FF4F37; }

input ~ .message, label ~ .message {
  display: block;
  text-align: right; }
  input ~ .message.error, label ~ .message.error {
    color: #FF4F37; }

label {
  transition: color 150ms; }
  label.active {
    color: #3E4ACE; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BDBDBD; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BDBDBD; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #BDBDBD; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #BDBDBD; }

.button input {
  display: none; }

button,
.button,
.wp-core-ui .button-primary,
input[type='button'],
input[type='reset'],
input[type='submit'],
.woocommerce-checkout #payment .button,
.woocommerce-checkout .woocommerce-form-coupon .button,
.wp-block-button__link,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.86em;
  padding: 0 2em;
  display: inline-block;
  cursor: pointer;
  box-shadow: none;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  background: #2b338a;
  background: -webkit-linear-gradient(54.92deg, #2b338a 8.51%, #3E4ACE 91.35%);
  background: linear-gradient(35.08deg, #2b338a 8.51%, #3E4ACE 91.35%);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ }
  button:hover,
  .button:hover,
  .wp-core-ui .button-primary:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .woocommerce-checkout #payment .button:hover,
  .woocommerce-checkout .woocommerce-form-coupon .button:hover,
  .wp-block-button__link:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    background: #3E4ACE;
    color: #fff; }
  button:active,
  .button:active,
  .wp-core-ui .button-primary:active,
  input[type='button']:active,
  input[type='reset']:active,
  input[type='submit']:active,
  .woocommerce-checkout #payment .button:active,
  .woocommerce-checkout .woocommerce-form-coupon .button:active,
  .wp-block-button__link:active,
  .woocommerce #respond input#submit:active,
  .woocommerce a.button:active,
  .woocommerce button.button:active,
  .woocommerce input.button:active {
    background: #2b338a; }
  button:active, button:focus, button:visited,
  .button:active,
  .button:focus,
  .button:visited,
  .wp-core-ui .button-primary:active,
  .wp-core-ui .button-primary:focus,
  .wp-core-ui .button-primary:visited,
  input[type='button']:active,
  input[type='button']:focus,
  input[type='button']:visited,
  input[type='reset']:active,
  input[type='reset']:focus,
  input[type='reset']:visited,
  input[type='submit']:active,
  input[type='submit']:focus,
  input[type='submit']:visited,
  .woocommerce-checkout #payment .button:active,
  .woocommerce-checkout #payment .button:focus,
  .woocommerce-checkout #payment .button:visited,
  .woocommerce-checkout .woocommerce-form-coupon .button:active,
  .woocommerce-checkout .woocommerce-form-coupon .button:focus,
  .woocommerce-checkout .woocommerce-form-coupon .button:visited,
  .wp-block-button__link:active,
  .wp-block-button__link:focus,
  .wp-block-button__link:visited,
  .woocommerce #respond input#submit:active,
  .woocommerce #respond input#submit:focus,
  .woocommerce #respond input#submit:visited,
  .woocommerce a.button:active,
  .woocommerce a.button:focus,
  .woocommerce a.button:visited,
  .woocommerce button.button:active,
  .woocommerce button.button:focus,
  .woocommerce button.button:visited,
  .woocommerce input.button:active,
  .woocommerce input.button:focus,
  .woocommerce input.button:visited {
    outline: none; }
  button:disabled, button.disabled, button.progress,
  .button:disabled,
  .button.disabled,
  .button.progress,
  .wp-core-ui .button-primary:disabled,
  .wp-core-ui .button-primary.disabled,
  .wp-core-ui .button-primary.progress,
  input[type='button']:disabled,
  input[type='button'].disabled,
  input[type='button'].progress,
  input[type='reset']:disabled,
  input[type='reset'].disabled,
  input[type='reset'].progress,
  input[type='submit']:disabled,
  input[type='submit'].disabled,
  input[type='submit'].progress,
  .woocommerce-checkout #payment .button:disabled,
  .woocommerce-checkout #payment .button.disabled,
  .woocommerce-checkout #payment .button.progress,
  .woocommerce-checkout .woocommerce-form-coupon .button:disabled,
  .woocommerce-checkout .woocommerce-form-coupon .button.disabled,
  .woocommerce-checkout .woocommerce-form-coupon .button.progress,
  .wp-block-button__link:disabled,
  .wp-block-button__link.disabled,
  .wp-block-button__link.progress,
  .woocommerce #respond input#submit:disabled,
  .woocommerce #respond input#submit.disabled,
  .woocommerce #respond input#submit.progress,
  .woocommerce a.button:disabled,
  .woocommerce a.button.disabled,
  .woocommerce a.button.progress,
  .woocommerce button.button:disabled,
  .woocommerce button.button.disabled,
  .woocommerce button.button.progress,
  .woocommerce input.button:disabled,
  .woocommerce input.button.disabled,
  .woocommerce input.button.progress {
    background: #BDBDBD !important;
    color: #fff !important;
    box-shadow: none !important;
    cursor: default; }
  button .spinner,
  .button .spinner,
  .wp-core-ui .button-primary .spinner,
  input[type='button'] .spinner,
  input[type='reset'] .spinner,
  input[type='submit'] .spinner,
  .woocommerce-checkout #payment .button .spinner,
  .woocommerce-checkout .woocommerce-form-coupon .button .spinner,
  .wp-block-button__link .spinner,
  .woocommerce #respond input#submit .spinner,
  .woocommerce a.button .spinner,
  .woocommerce button.button .spinner,
  .woocommerce input.button .spinner {
    font-size: 0.65em;
    vertical-align: middle; }
  button .badge,
  .button .badge,
  .wp-core-ui .button-primary .badge,
  input[type='button'] .badge,
  input[type='reset'] .badge,
  input[type='submit'] .badge,
  .woocommerce-checkout #payment .button .badge,
  .woocommerce-checkout .woocommerce-form-coupon .button .badge,
  .wp-block-button__link .badge,
  .woocommerce #respond input#submit .badge,
  .woocommerce a.button .badge,
  .woocommerce button.button .badge,
  .woocommerce input.button .badge {
    margin-left: 1em;
    background: #fff;
    color: #3E4ACE; }

.button-secondary, .quiz-submit.save, .quiz-submit.reset,
.button.secondary,
.woocommerce a.button.secondary {
  background: none;
  box-shadow: inset 0 0 0 1px #2b338a;
  color: #2b338a; }
  .button-secondary:hover, .quiz-submit.save:hover, .quiz-submit.reset:hover,
  .button.secondary:hover,
  .woocommerce a.button.secondary:hover {
    background: transparent;
    background: -webkit-linear-gradient(-90deg, transparent 50%, #f2f2f2 100%);
    background: linear-gradient(180deg, transparent 50%, #f2f2f2 100%);
    color: #2b338a; }
  .button-secondary:active, .quiz-submit.save:active, .quiz-submit.reset:active,
  .button.secondary:active,
  .woocommerce a.button.secondary:active {
    background: #f2f2f2; }
  .button-secondary.progress, .progress.quiz-submit.save, .progress.quiz-submit.reset,
  .button.secondary.progress,
  .woocommerce a.button.secondary.progress {
    background: none;
    box-shadow: inset 0 0 0 1px #BDBDBD; }
  .button-secondary.danger, .danger.quiz-submit.save, .danger.quiz-submit.reset,
  .button.secondary.danger,
  .woocommerce a.button.secondary.danger {
    color: #FF4F37;
    box-shadow: inset 0 0 0 1px #FF4F37; }
    .button-secondary.danger:hover, .danger.quiz-submit.save:hover, .danger.quiz-submit.reset:hover,
    .button.secondary.danger:hover,
    .woocommerce a.button.secondary.danger:hover {
      background: transparent;
      background: -webkit-linear-gradient(-90deg, transparent 50%, #f2f2f2 100%);
      background: linear-gradient(180deg, transparent 50%, #f2f2f2 100%);
      color: #FF4F37; }
  .button-secondary .badge, .quiz-submit.save .badge, .quiz-submit.reset .badge,
  .button.secondary .badge,
  .woocommerce a.button.secondary .badge {
    background: #3E4ACE;
    color: #fff; }

.button.cta {
  background: #FF8A00;
  background: -webkit-linear-gradient(-94.61deg, #FF8A00 1.5%, #DF7800 107.97%);
  background: linear-gradient(184.61deg, #FF8A00 1.5%, #DF7800 107.97%); }
  .button.cta:hover {
    background: #FF8A00; }
  .button.cta:active {
    background: #DF7800; }

.progress.button {
  position: relative; }
  .progress.button .percent {
    display: block;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1em; }
    .progress.button .percent .progress {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      overflow: hidden; }
      .progress.button .percent .progress span {
        display: block;
        width: 0;
        height: 100%;
        background: #2b338a;
        opacity: 0.75;
        transition: width 200ms; }
    .progress.button .percent .text {
      position: absolute;
      top: 100%;
      left: 0;
      font-size: 0.8em;
      font-weight: 400;
      color: #2b338a; }

.round.button {
  border-radius: 50%;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
  width: 2.86rem;
  height: 2.86rem;
  line-height: 2.86rem; }

.small.button {
  font-size: 0.8em;
  line-height: 2em;
  padding: 0 1em;
  border-radius: 0.75em; }

.button:not(.small) + .button:not(.small) {
  margin-left: 20px; }

.widget {
  /* Make sure select elements fit in widgets. */ }
  .widget:not(:last-child) {
    margin-bottom: 1.5em; }
  .widget select {
    max-width: 100%; }

hr {
  display: block;
  background-color: #f2f2f2;
  border: none;
  height: 1px;
  margin-bottom: 1.5em; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  font-size: 1.25em; }
  .woocommerce-pagination ul.page-numbers li {
    padding: 0 10px; }
  .woocommerce-pagination ul.page-numbers a {
    text-decoration: none; }

select[multiple] ~ .select2-container .select2-dropdown {
  margin-bottom: 0;
  border-radius: 5px; }
  select[multiple] ~ .select2-container .select2-dropdown .select2-results__option {
    padding-right: 20px;
    vertical-align: middle; }
  select[multiple] ~ .select2-container .select2-dropdown .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 15px;
    vertical-align: middle; }
  select[multiple] ~ .select2-container .select2-dropdown .select2-results__option[aria-selected=true]:before {
    font-family: "translegal";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e814'; }

.select2-container.select2-container--default {
  display: block;
  height: 2.857143em; }
  .select2-container.select2-container--default.select2 .select2-selection::before {
    font-family: 'translegal';
    font-size: 2rem;
    color: #2b338a;
    content: '\e813';
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select2-container.select2-container--default.select2.select2-container--open .select2-selection::before {
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .select2-container.select2-container--default .select2-dropdown {
    border: none;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border-collapse: separate;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    .select2-container.select2-container--default .select2-dropdown .select2-search__field {
      border-color: #E0E0E0; }
  .select2-container.select2-container--default .select2-filter-text {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #444;
    max-width: calc(100% - 40px);
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase; }
  .select2-container.select2-container--default.select2-container--focus .select2-selection {
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 0 1px #3E4ACE;
    -webkit-box-shadow: inset 0 0 0 1px #3E4ACE;
    box-shadow: inset 0 0 0 1px #3E4ACE; }
  .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-right: 36px;
    padding-left: 20px; }
  .select2-container.select2-container--default .selection .select2-selection--multiple {
    height: 100%;
    line-height: 27px; }
    .select2-container.select2-container--default .selection .select2-selection--multiple .select2-search__field {
      min-height: 0;
      height: 100%; }
    .select2-container.select2-container--default .selection .select2-selection--multiple .select2-selection__choice {
      border: none;
      background: #f2f2f2;
      border-collapse: separate;
      -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
      -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03); }
  .select2-container.select2-container--default .selection .select2-selection--single {
    height: 100%;
    background-color: #f2f2f2;
    border: none; }
    .select2-container.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
      padding-right: 46px;
      padding-left: 20px;
      line-height: 2.857143em;
      font-weight: bold;
      color: #2b338a; }
    .select2-container.select2-container--default .selection .select2-selection--single .select2-selection__arrow {
      height: calc(100% - 2px); }
      .select2-container.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .select2-container.select2-container--default .select2-results__option:hover {
    background-color: #eee !important; }
  .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
  .select2-container.select2-container--default .select2-results__option[data-selected="true"] {
    background-color: #f2f2f2;
    color: #4F4F4F;
    outline: none; }
  .select2-container.select2-container--default .select2-selection {
    outline: none !important;
    border-radius: 5px !important;
    transition: 150ms; }
  .select2-container.select2-container--default .select2-results > .select2-results__options {
    max-height: 230px; }
  .select2-container.select2-container--default .select2-results__options {
    padding-left: 0; }
    .select2-container.select2-container--default .select2-results__options li {
      background-color: #fff;
      padding: 10px 20px;
      border-radius: 0;
      font-size: 12px;
      border-bottom: 1px solid #f2f2f2; }
      .select2-container.select2-container--default .select2-results__options li:last-child {
        border-bottom: none; }

.ghostkit-tabs-select + .select2 {
  margin-bottom: 20px; }

.select-toggler {
  display: inline-block;
  background-color: #f2f2f2;
  height: 2.857143em;
  line-height: 2.857143em;
  padding: 0 20px;
  border-radius: 5px;
  color: #2b338a;
  cursor: pointer; }

.box {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 901px) {
    .box {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    .box {
      padding: 20px;
      margin-bottom: 20px; } }
  .box.sharp-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .box .section {
    display: block;
    width: auto;
    padding: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    @media (min-width: 901px) {
      .box .section {
        margin-left: -40px;
        margin-right: -40px; } }
    @media (max-width: 900px) {
      .box .section {
        margin-left: -20px;
        margin-right: -20px; } }
  .box .box-header {
    position: relative;
    padding-bottom: 40px; }
    .box .box-header h2 {
      margin-bottom: 0; }
    .box .box-header .button {
      position: absolute;
      top: calc(50% - 20px);
      right: 0;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .box .box-content {
    padding: 40px; }
    @media (min-width: 901px) {
      .box .box-content {
        padding: 40px; } }
    @media (max-width: 900px) {
      .box .box-content {
        padding: 20px; } }
    .box .box-content > *:last-child {
      margin-bottom: 0; }
  .box hr {
    margin: 40px 0; }
    @media (min-width: 901px) {
      .box hr {
        margin-left: -40px;
        margin-right: -40px; } }
    @media (max-width: 900px) {
      .box hr {
        margin-left: -20px;
        margin-right: -20px; } }
  .box.video {
    padding: 0; }
    .box.video .box-content {
      font-size: 0.8em;
      line-height: 1.5em; }

.box-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style-type: none; }
  .box-tabs a {
    display: block;
    height: 100%;
    padding: 0.75em 2em;
    background: #E0E0E0;
    background: -webkit-linear-gradient(-90deg, #E0E0E0 80%, lightgray 100%);
    background: linear-gradient(180deg, #E0E0E0 80%, lightgray 100%);
    text-align: center;
    color: inherit !important;
    font-weight: 400;
    text-decoration: none !important;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    outline: none; }
    .box-tabs a:link:hover {
      background: #ededed;
      text-decoration: none;
      color: inherit !important;
      border-right-color: transparent; }
    .box-tabs a:link:active, .box-tabs a:link:focus {
      outline: none;
      text-decoration: none;
      color: inherit;
      border-collapse: separate;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .box-tabs a:link:active {
      background: #E0E0E0; }
  .box-tabs li {
    display: block; }
    .box-tabs li.active {
      color: #2b338a; }
      .box-tabs li.active a {
        background: #fff;
        font-weight: 700;
        border-right: none; }
        .box-tabs li.active a:hover {
          text-decoration: none;
          background: #fff; }
    .box-tabs li:first-child a {
      border-top-left-radius: 10px; }
    .box-tabs li:last-child a {
      border-top-right-radius: 10px;
      border-right: none; }
  .box-tabs:not(.right) + .box {
    border-top-left-radius: 0; }
  .box-tabs.full-width li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .box-tabs.full-width + .box {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .box-tabs.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    .box-tabs.right + .box {
      border-top-right-radius: 0; }
  .box-tabs.scrollable-x {
    white-space: nowrap; }

@media (max-width: 1200px) {
  .box-tabs li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .box-tabs + .box {
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }
.tabs {
  display: flex;
  flex-flow: row nowrap; }
  .tabs .tab {
    flex: 1;
    text-align: center;
    background: #E0E0E0; }
    .tabs .tab:hover {
      background: #ededed; }
    .tabs .tab.active {
      background: #fff; }
      .tabs .tab.active a {
        color: #2b338a;
        font-weight: bold; }
    .tabs .tab a {
      line-height: 40px;
      color: #828282;
      text-decoration: none;
      display: block; }

@media (max-width: 414px) {
  .tabs .tab a {
    line-height: 50px; } }
label.checkbox {
  cursor: pointer;
  transition: 150ms; }
  label.checkbox input {
    display: none !important; }
    label.checkbox input + span {
      line-height: inherit; }
    label.checkbox input + span:before {
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1em;
      margin-right: 0.5em;
      vertical-align: middle;
      border-radius: 2px;
      transition: 150ms;
      border-collapse: separate;
      -moz-box-shadow: 0 0 0 1px #4F4F4F;
      -webkit-box-shadow: 0 0 0 1px #4F4F4F;
      box-shadow: 0 0 0 1px #4F4F4F; }
    label.checkbox input:checked + span:before {
      border-collapse: separate;
      -moz-box-shadow: 0 0 0 1px #3E4ACE;
      -webkit-box-shadow: 0 0 0 1px #3E4ACE;
      box-shadow: 0 0 0 1px #3E4ACE; }
    label.checkbox input[type='checkbox'] + span:before {
      font-family: "translegal";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: '\e814';
      color: transparent; }
    label.checkbox input[type='checkbox']:checked + span:before {
      color: #3E4ACE !important; }
    label.checkbox input[type='radio'] + span:before {
      content: '';
      border: 2px solid transparent;
      border-radius: 50%; }
    label.checkbox input[type='radio']:checked + span:before {
      background: #3E4ACE !important;
      border-color: #fff; }
  label.checkbox:hover input[type='checkbox'] + span:before {
    color: #E0E0E0; }
  label.checkbox:hover input[type='radio'] + span:before {
    background: #E0E0E0; }

.spinner-container {
  display: block;
  text-align: center; }

.spinner {
  display: inline-block;
  width: 3em;
  height: 3em;
  position: relative; }
  .spinner:before, .spinner:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.75em solid transparent;
    position: absolute;
    top: 0;
    left: 0; }
  .spinner:before {
    border-color: rgba(43, 51, 138, 0.25); }
  .spinner:after {
    border-top-color: rgba(43, 51, 138, 0.25);
    -webkit-animation: rotate 750ms linear infinite;
    -moz-animation: rotate 750ms linear infinite;
    -ms-animation: rotate 750ms linear infinite;
    -o-animation: rotate 750ms linear infinite;
    animation: rotate 750ms linear infinite; }
  .spinner.negative:before {
    border-color: rgba(255, 255, 255, 0.25); }
  .spinner.negative:after {
    border-top-color: rgba(255, 255, 255, 0.25); }
  .spinner.dark:before {
    border-color: rgba(51, 51, 51, 0.25); }
  .spinner.dark:after {
    border-top-color: rgba(51, 51, 51, 0.25); }

.world-map {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .world-map .world-map-inner {
    text-align: center; }
    .world-map .world-map-inner img {
      width: 100%; }
  .world-map .world-map-pins {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .world-map .world-map-pins .icon-pin {
      position: absolute;
      font-size: 1.5rem;
      color: #3E4ACE;
      -moz-transform: translate(-50%, -100%);
      -o-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      -webkit-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%); }
      .world-map .world-map-pins .icon-pin::before {
        margin: 0; }

.translegal-icon-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  position: relative; }
  .translegal-icon-menu > li {
    display: block; }
    .translegal-icon-menu > li > a {
      display: block;
      font-size: 1.25em;
      padding: 0.25em; }
    .translegal-icon-menu > li .menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      transition: 200ms;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #fff;
      border-radius: 10px;
      padding: 20px;
      font-size: 0.9em;
      border-collapse: separate;
      -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      width: calc(100vw - 40px);
      z-index: 9; }
      @media (max-width: 1200px) {
        .translegal-icon-menu > li .menu {
          width: calc(100vw - 20px); } }
    .translegal-icon-menu > li:hover .menu {
      visibility: visible;
      opacity: 1; }
  .translegal-icon-menu ul.menu {
    list-style-type: none;
    margin: -0.5em 0;
    max-width: 200px; }
    .translegal-icon-menu ul.menu li {
      display: block;
      border-bottom: 1px solid #E0E0E0; }
      .translegal-icon-menu ul.menu li:last-child {
        border-bottom: none; }
      .translegal-icon-menu ul.menu li a {
        display: block;
        padding: 0.5em 0;
        color: inherit;
        text-decoration: none; }
        .translegal-icon-menu ul.menu li a:hover {
          color: #3E4ACE; }

.transcript {
  margin-top: 15px;
  margin-bottom: 30px;
  border: 1px solid #828282;
  border-radius: 2px; }
  .transcript .transcript-inner {
    display: none;
    padding: 0 15px 15px; }
  .transcript .transcript-title {
    font-weight: bold;
    font-size: 1.1em;
    position: relative;
    padding: 15px;
    cursor: pointer; }
    .transcript .transcript-title:hover {
      background-color: #f2f2f2; }
    .transcript .transcript-title::after {
      content: '';
      position: absolute;
      right: 18px;
      top: calc(50% - 3px);
      transform: translateY(-50%) rotate(45deg);
      border: 6px solid #828282;
      border-top-color: transparent;
      border-left-color: transparent; }
  .transcript.active .transcript-title::after {
    top: calc(50% + 3px);
    transform: translateY(-50%) rotate(225deg); }

.translegal-dictionary-term .transcript {
  margin-top: 0; }

.translegal-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000001;
  padding: 40px;
  overflow-y: scroll !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-animation: 200ms fadein;
  -moz-animation: 200ms fadein;
  -ms-animation: 200ms fadein;
  -o-animation: 200ms fadein;
  animation: 200ms fadein; }
  .translegal-modal .box {
    position: relative; }
  .translegal-modal.centered .box {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .translegal-modal .modal-title {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1em; }
  .translegal-modal .modal-subtitle {
    font-weight: 700;
    font-size: 1.1rem; }
  .translegal-modal .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer; }
  .translegal-modal > * {
    width: 100%;
    max-width: 1040px;
    margin-bottom: 0 !important;
    background: #fff; }
    .translegal-modal > * > *:last-child {
      margin-bottom: 0; }
  .translegal-modal .notes {
    list-style: none;
    overflow-y: auto;
    max-height: 60vh;
    padding-right: 10px; }
    .translegal-modal .notes .note {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      padding: 10px 0;
      border-bottom: 1px solid #E0E0E0; }
    .translegal-modal .notes p:last-of-type {
      margin-bottom: 0; }
    .translegal-modal .notes .author {
      margin-bottom: 10px;
      font-weight: bold; }
    .translegal-modal .notes p:not(:first-of-type) {
      flex: 1 0 100%; }
  .translegal-modal .tagify {
    margin-bottom: 10px;
    border: none; }
  .translegal-modal .submit {
    text-align: right; }

.tagify__dropdown {
  z-index: 2000000 !important; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.row, .site-header .content-wrapper, .site-footer .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .site-header .no-gutters > .site-branding, .site-header .no-gutters > .main-navigation, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.tight.row, .site-header .tight.content-wrapper, .site-footer .tight.content-wrapper {
  margin-right: -10px;
  margin-left: -10px; }
  .tight.row > .col, .site-header .tight.content-wrapper > .col, .site-footer .tight.content-wrapper > .col, .site-header .tight.row > .site-branding, .site-header .tight.content-wrapper > .site-branding, .site-header .site-footer .tight.content-wrapper > .site-branding, .site-header .tight.row > .main-navigation, .site-header .tight.content-wrapper > .main-navigation, .site-header .site-footer .tight.content-wrapper > .main-navigation, .tight.row > [class*="col-"], .site-header .tight.content-wrapper > [class*="col-"], .site-footer .tight.content-wrapper > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.site-header .site-branding,
.site-header .main-navigation,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }

.col, .site-header .site-branding, .site-header .main-navigation {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (max-width: 414px) {
  .row, .site-header .content-wrapper, .site-footer .content-wrapper {
    margin-right: -10px;
    margin-left: -10px; }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .site-header .site-branding,
  .site-header .main-navigation,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto,
  .col-xxl {
    padding-right: 10px;
    padding-left: 10px; } }
@media (min-width: 415px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

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

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

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

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

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

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

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

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

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

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

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

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 901px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

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

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

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

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

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

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1201px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

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

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

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

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

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

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1681px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 415px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 769px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 901px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1201px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

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

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center, .site-header .content-wrapper, .site-footer .content-wrapper {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 415px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 769px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 901px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1201px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
body {
  background: #f2f2f2; }

.site {
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.site-content {
  flex: 1; }

.content-wrapper {
  overflow: hidden; }

body.error404,
body.woocommerce-account {
  background-color: #fff; }

body.error404 .page-content {
  text-align: center; }

body.post-type-archive-product .content-area,
body.archive .content-area,
body.single-lesson .content-area,
body.single-quiz .content-area,
body.course-results .content-area,
body.woocommerce-account .content-area,
body.error404 .content-area {
  padding-top: 160px;
  padding-bottom: 40px; }

@media (min-width: 901px) {
  body.post-type-archive-product .content-area .site-main,
  body.archive .content-area .site-main,
  body.single-lesson .content-area .site-main,
  body.single-quiz .content-area .site-main,
  body.course-results .content-area .site-main,
  body.woocommerce-account .content-area .site-main,
  body.error404 .content-area .site-main {
    max-width: 1120px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto; } }
@media (max-width: 900px) {
  body.post-type-archive-product .content-area,
  body.archive .content-area,
  body.single-lesson .content-area,
  body.single-quiz .content-area,
  body.course-results .content-area,
  body.woocommerce-account .content-area,
  body.error404 .content-area {
    padding-top: 80px; }
    body.post-type-archive-product .content-area .site-main,
    body.archive .content-area .site-main,
    body.single-lesson .content-area .site-main,
    body.single-quiz .content-area .site-main,
    body.course-results .content-area .site-main,
    body.woocommerce-account .content-area .site-main,
    body.error404 .content-area .site-main {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0; } }
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .site-header .content-wrapper {
    height: 80px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: visible;
    border-collapse: separate;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .site-header .site-branding {
    max-width: 240px; }
    .site-header .site-branding a {
      display: block; }
    .site-header .site-branding .logo {
      background-image: url("/wp-content/themes/translegal-theme/assets/img/translegal-logo.png");
      background-image: url("/wp-content/themes/translegal-theme/assets/img/translegal-logo.svg");
      background-position: left center;
      background-repeat: no-repeat;
      height: 35px;
      width: 100%; }
  .site-header .account-menu {
    margin-left: 1em; }
  .site-header .account-button {
    text-decoration: none;
    font-size: 1.25em; }
    .site-header .account-button .icon {
      line-height: 30px;
      width: 30px;
      text-align: center; }
    .site-header .account-button span.mobile {
      display: none; }
    .site-header .account-button:not(:first-child) {
      margin-left: 10px; }

.logged-in .site-header .account-menu {
  margin-left: 0; }

@media (min-width: 901px) {
  .account-button.text {
    border: 1px solid;
    border-radius: 5px;
    padding: 0.4rem 0.8rem;
    font-size: 1em !important; } }
@media (max-width: 900px) {
  .site-header .content-wrapper {
    height: 60px; }
  .site-header .site-branding .logo {
    height: 25px; }
  .site-header .account-menu {
    margin-left: 0; }
  .site-header .account-button span.mobile {
    display: inline; }
  .site-header .account-button span:not(.mobile) {
    display: none; } }
@media (max-width: 414px) {
  .site-header .content-wrapper {
    padding: 0 10px; } }
body.page .site-footer {
  margin-top: -60px; }

.site-footer .content-wrapper {
  height: 60px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom: 6px solid #3E4ACE;
  background: #2b338a;
  background: -webkit-linear-gradient(54.92deg, #2b338a 8.51%, #3E4ACE 91.35%);
  background: linear-gradient(35.08deg, #2b338a 8.51%, #3E4ACE 91.35%);
  border-collapse: separate;
  -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); }
.site-footer .footer-logo {
  max-width: 240px;
  position: relative; }
  .site-footer .footer-logo .logo {
    background-image: url("/wp-content/themes/translegal-theme/assets/img/translegal-logo-neg.png");
    background-image: url("/wp-content/themes/translegal-theme/assets/img/translegal-logo-neg.svg");
    background-position: left center;
    background-repeat: no-repeat;
    height: 33px;
    width: 100%; }
  .site-footer .footer-logo .copyright {
    position: absolute;
    bottom: -4px;
    left: 20px;
    color: #fff;
    font-size: 0.55rem;
    line-height: 1em; }
.site-footer .footer-phone, .site-footer .footer-email {
  font-size: .9rem;
  padding: 0 10px; }
.site-footer .menu-footer-container .menu {
  list-style-type: none;
  display: flex;
  margin: 0 -10px; }
  .site-footer .menu-footer-container .menu .menu-item {
    padding: 0 10px;
    font-size: .75rem; }
.site-footer .footer-social {
  font-size: 1.25em;
  margin-left: auto; }
.site-footer a {
  text-decoration: none;
  color: #fff !important; }
.site-footer:not(.open) .mobile-content {
  padding: 0; }
.site-footer:not(.open) .mobile-content-toggle {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.site-footer .mobile-content, .site-footer .mobile-content-toggle {
  display: none;
  background-color: #3E4ACE;
  text-align: center;
  color: #fff;
  max-width: 1120px;
  margin: 0 auto; }
.site-footer .mobile-content {
  padding: 20px;
  padding-top: 3px;
  height: 0;
  overflow: hidden; }
  .site-footer .mobile-content .menu {
    flex-flow: row wrap; }
    .site-footer .mobile-content .menu .menu-item {
      font-size: .9rem; }
  .site-footer .mobile-content hr {
    background-color: #fff; }
  .site-footer .mobile-content .footer-email {
    margin-top: 5px;
    margin-bottom: 20px; }

@media (max-width: 1200px) {
  .site-footer .mobile-content, .site-footer .mobile-content-toggle {
    display: block; }
  .site-footer .mobile-content-toggle .icon-angle-down {
    font-size: 1.5em;
    display: block;
    line-height: 30px; }
  .site-footer .content-wrapper {
    border: none;
    max-height: 50px; }
    .site-footer .content-wrapper .footer-logo, .site-footer .content-wrapper .footer-email, .site-footer .content-wrapper .footer-phone, .site-footer .content-wrapper .footer-navigation {
      display: none; }
    .site-footer .content-wrapper .footer-social {
      margin: 0;
      flex: 1;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-evenly;
      font-size: 1.5em; } }
.main-navigation .menu-main-container > .menu, .mobile-navigation .menu-main-container > .menu {
  display: flex;
  justify-content: flex-end; }
.main-navigation .menu-item, .mobile-navigation .menu-item {
  padding: 0 10px;
  color: #333; }
  .main-navigation .menu-item a, .mobile-navigation .menu-item a {
    color: inherit;
    text-decoration: none; }
  .main-navigation .menu-item.current-menu-item, .mobile-navigation .menu-item.current-menu-item {
    color: #2b338a;
    font-weight: bold; }
  .main-navigation .menu-item:hover, .mobile-navigation .menu-item:hover {
    color: #3E4ACE; }
.main-navigation a, .mobile-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }

.menu-toggle, .mobile-navigation, .mobile-navigation-overlay {
  display: none; }

.mobile-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  width: 90%;
  background: #f2f2f2;
  height: 100vh;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: transform .2s ease;
  overflow: hidden;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.mobile-navigation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #333;
  z-index: 100;
  transition: opacity .4s ease;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/* Mobile menu */
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-left: 20px;
    font-size: 1.5rem;
    line-height: 1em;
    color: #2b338a; }
    .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
      background: none;
      color: #2b338a; }

  .main-navigation {
    display: none !important; }

  .menu-active .mobile-navigation {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .menu-active .mobile-navigation-overlay {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: .6; }

  .mobile-navigation-overlay {
    display: block; }

  .mobile-navigation {
    display: block; }
    .mobile-navigation .moble-menu-header {
      display: flex;
      align-items: center;
      background: #fff;
      padding: 0 10px; }
    .mobile-navigation .site-branding {
      padding: 20px; }
      .mobile-navigation .site-branding .logo {
        max-height: 20px; }
    .mobile-navigation ul {
      list-style-type: none; }
    .mobile-navigation .menu-main-container {
      padding: 0 20px;
      background: #fff; }
    .mobile-navigation .menu {
      margin: 0;
      flex-flow: column nowrap; }
    .mobile-navigation .menu-item {
      padding: 1rem 0;
      border-top: 1px solid #BDBDBD; }
    .mobile-navigation .menu-footer .menu-item {
      padding: 1rem 0;
      margin: 0 20px;
      border-top: none;
      border-bottom: 1px solid #BDBDBD; }
    .mobile-navigation .menu-footer .icon {
      font-size: 1.25em;
      color: #2b338a; } }
@media (max-width: 414px) {
  .menu-toggle {
    margin: 0 0 0 10px; }

  .moble-menu-header {
    padding: 0; }

  .menu-main-container {
    padding: 0 10px; } }
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

body.login.login-action-lostpassword #login .message {
  border: none;
  padding: 0;
  box-shadow: none; }
body.login .back-to-login {
  text-align: center; }
body.login h1 {
  display: none; }
body.login .login-heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1.35em;
  font-weight: bold; }
body.login .logo {
  text-align: center;
  margin: 0; }
  body.login .logo a {
    background-image: url("/wp-content/themes/translegal-theme/assets/img/translegal-logo.png");
    background-image: url("/wp-content/themes/translegal-theme/assets/img/translegal-logo.svg");
    max-width: 222px;
    height: 40px;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 20px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
    width: 100%; }
body.login .login-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 20px; }
  body.login .login-wrapper .login-wrapper-inner {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    border-collapse: separate;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    background-color: transparent; }
    @media (min-width: 901px) {
      body.login .login-wrapper .login-wrapper-inner {
        padding: 40px;
        margin-bottom: 40px; } }
    @media (max-width: 900px) {
      body.login .login-wrapper .login-wrapper-inner {
        padding: 20px;
        margin-bottom: 20px; } }
  body.login .login-wrapper .box {
    border-collapse: separate;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0; }
body.login .login_error {
  color: #FF4F37; }
body.login .login_success {
  color: #28a745; }
body.login .back {
  display: inline-block;
  color: #828282;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 1.1rem; }
  body.login .back i {
    font-size: 1.25rem; }
  body.login .back i, body.login .back span {
    vertical-align: middle; }
body.login #login {
  width: 460px;
  max-width: 100%;
  padding: 0;
  margin: auto; }
  body.login #login > .message.reset-pass, body.login #login > .message.register {
    display: none; }
  body.login #login #login_error, body.login #login .message, body.login #login .success {
    box-shadow: none;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  body.login #login .user-pass1-wrap label {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px; }
body.login #nav,
body.login #backtoblog,
body.login #reg_passmail,
body.login br.clear,
body.login .privacy-policy-page-link {
  display: none; }
body.login #login > form {
  border: none;
  margin: 20px 0 0;
  padding: 0;
  font-weight: 400;
  border-collapse: separate;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  body.login #login > form .submit {
    clear: both;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 40px; }
    body.login #login > form .submit .button {
      float: none;
      width: 100%;
      max-width: 240px;
      line-height: 2.86rem;
      padding: 0 1em; }
body.login label {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3px;
  color: #4F4F4F; }
body.login input[type="checkbox"],
body.login input[type="radio"] {
  outline: 0; }
body.login .lostpassword {
  float: right; }
body.login .forgetmenot,
body.login .terms {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  body.login .forgetmenot input,
  body.login .terms input {
    margin-left: 5px;
    margin-right: 5px; }
body.login .d-sm-flex {
  margin: 0 -10px; }
  body.login .d-sm-flex > * {
    padding-left: 10px;
    padding-right: 10px; }
body.login .notice {
  padding: 10px;
  margin: 20px 0;
  background: #3E4ACE;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 10px; }
  body.login .notice strong {
    text-transform: uppercase;
    color: #fff; }
  body.login .notice a {
    color: inherit; }

@media (max-width: 414px) {
  body.login h1 a {
    height: 25px;
    max-width: 140px; }
  body.login .login-heading {
    font-size: 1.5rem; }
  body.login .back {
    position: absolute;
    top: 25px;
    left: 20px; }
    body.login .back span {
      display: none; }
  body.login label {
    font-size: 10px; }
  body.login .forgetmenot label,
  body.login .pw-weak label {
    font-size: 12px; }
  body.login .submit {
    margin-bottom: 20px; }
  body.login #user_login,
  body.login #user_pass {
    margin-bottom: 10px; }
  body.login input[type="checkbox"],
  body.login input[type="radio"] {
    margin-top: -.1rem; } }
body ::-webkit-scrollbar-track {
  background: #f2f2f2; }
body ::-webkit-scrollbar-thumb {
  background: #2b338a;
  border-radius: 3px; }
body ::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

body.woocommerce-account .woocommerce {
  display: flex;
  flex-flow: row nowrap; }
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 20px;
  border-radius: 10px;
  margin-right: 40px;
  min-width: 200px;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
body.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1; }
body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  color: #333; }
  body.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover, body.woocommerce-account .woocommerce-MyAccount-navigation-link a:active, body.woocommerce-account .woocommerce-MyAccount-navigation-link a:focus {
    color: #3E4ACE; }
body.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active {
  color: #2b338a;
  font-weight: bold; }
body.woocommerce-account .wc-payment-form,
body.woocommerce-account .edit-account fieldset {
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 20px; }
body.woocommerce-account .edit-account fieldset {
  margin-bottom: 20px; }
body.woocommerce-account ul.payment_methods {
  list-style-type: none; }
  body.woocommerce-account ul.payment_methods input[type="radio"] {
    margin-right: 5px; }

@media (min-width: 901px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    padding: 1rem 0; }
    body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(:first-child) {
      border-top: 1px solid #BDBDBD; } }
@media (min-width: 769px) {
  body.woocommerce-account .form-row-first {
    width: 49%;
    float: left; }
  body.woocommerce-account .form-row-last {
    width: 49%;
    float: right; }
  body.woocommerce-account .form-row-wide {
    clear: both; } }
@media (max-width: 900px) {
  body.woocommerce-account .woocommerce {
    flex-flow: column nowrap; }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    order: 2; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
      margin: 0;
      display: flex;
      flex-flow: row wrap; }
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0.25rem 0; }
  body.woocommerce-account .woocommerce-MyAccount-content {
    order: 1; } }
.mini-cart > a {
  position: relative; }
  .mini-cart > a:after {
    content: attr(data-count);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background: #FF8A00;
    color: #fff;
    text-align: center;
    font-size: 10px; }
.mini-cart .menu {
  max-width: 400px; }
  .mini-cart .menu .woocommerce-mini-cart-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px; }
    .mini-cart .menu .woocommerce-mini-cart-item .product-image {
      max-width: 50px;
      width: 100%; }
      .mini-cart .menu .woocommerce-mini-cart-item .product-image img {
        display: block;
        height: auto;
        width: 100%; }
    .mini-cart .menu .woocommerce-mini-cart-item .product-name {
      margin: 0 5px; }
    .mini-cart .menu .woocommerce-mini-cart-item .quantity {
      white-space: nowrap; }
    .mini-cart .menu .woocommerce-mini-cart-item .remove {
      min-width: 1.5rem;
      text-align: center; }
  .mini-cart .menu .mini-cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mini-cart .menu .mini-cart-footer p {
      margin: 0; }

.woocommerce-checkout {
  background-color: #fff;
  margin-top: 2rem; }
  .woocommerce-checkout .woocommerce table.shop_table {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #E0E0E0; }
    .woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce-checkout .woocommerce table.shop_table tbody td, .woocommerce-checkout .woocommerce table.shop_table tfoot th, .woocommerce-checkout .woocommerce table.shop_table tfoot td {
      border-color: #E0E0E0; }
  .woocommerce-checkout .woocommerce form .form-row textarea:focus {
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px -5px #828282;
    -webkit-box-shadow: inset 0 0 10px -5px #828282;
    box-shadow: inset 0 0 10px -5px #828282; }
  .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
    border: none; }
    .woocommerce-checkout #payment ul.payment_methods {
      border: 1px solid #E0E0E0;
      border-radius: 10px; }
    .woocommerce-checkout #payment .button {
      font-size: 1.15rem; }
    .woocommerce-checkout #payment div.payment_box {
      background-color: #f2f2f2; }
      .woocommerce-checkout #payment div.payment_box::before {
        border-bottom-color: #f2f2f2; }
    .woocommerce-checkout #payment .wc-credit-card-form > br {
      display: none; }
    .woocommerce-checkout #payment .place-order {
      border: none; }
  .woocommerce-checkout .woocommerce-billing-fields {
    margin-bottom: 14px; }
  .woocommerce-checkout .woocommerce .shop_table,
  .woocommerce-checkout .woocommerce-additional-fields {
    margin-bottom: 20px; }
  .woocommerce-checkout form.woocommerce-form-coupon {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .woocommerce-checkout form.woocommerce-form-coupon .form-row-wide {
      display: flex;
      flex-flow: row nowrap; }
      .woocommerce-checkout form.woocommerce-form-coupon .form-row-wide input:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .woocommerce-checkout form.woocommerce-form-coupon .form-row-wide .button:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0; }
  .woocommerce-checkout .woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 1.25rem; }
    .woocommerce-checkout .woocommerce-thankyou-order-received .button {
      margin: 1.5rem 0; }

ul.products,
.wc-block-grid__products {
  margin: 0 -20px;
  list-style-type: none;
  clear: both;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  ul.products .product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products .product,
  .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 25% !important;
    max-width: 25% !important;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1rem !important; }
  ul.products .woocommerce-loop-product__link,
  ul.products .wc-block-grid__product-link,
  .wc-block-grid__products .woocommerce-loop-product__link,
  .wc-block-grid__products .wc-block-grid__product-link {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #4F4F4F;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    border-collapse: separate;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    ul.products .woocommerce-loop-product__link:hover,
    ul.products .wc-block-grid__product-link:hover,
    .wc-block-grid__products .woocommerce-loop-product__link:hover,
    .wc-block-grid__products .wc-block-grid__product-link:hover {
      text-decoration: none;
      color: #4F4F4F; }
    ul.products .woocommerce-loop-product__link img,
    ul.products .wc-block-grid__product-link img,
    .wc-block-grid__products .woocommerce-loop-product__link img,
    .wc-block-grid__products .wc-block-grid__product-link img {
      width: 100px;
      border-radius: 50%;
      margin-bottom: 20px; }
    ul.products .woocommerce-loop-product__link .price,
    ul.products .wc-block-grid__product-link .price,
    .wc-block-grid__products .woocommerce-loop-product__link .price,
    .wc-block-grid__products .wc-block-grid__product-link .price {
      display: block;
      margin-top: 5px;
      margin-bottom: 20px; }
    ul.products .woocommerce-loop-product__link .button,
    ul.products .wc-block-grid__product-link .button,
    .wc-block-grid__products .woocommerce-loop-product__link .button,
    .wc-block-grid__products .wc-block-grid__product-link .button {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      border-radius: 0;
      text-align: center; }
      ul.products .woocommerce-loop-product__link .button .icon-arrow,
      ul.products .wc-block-grid__product-link .button .icon-arrow,
      .wc-block-grid__products .woocommerce-loop-product__link .button .icon-arrow,
      .wc-block-grid__products .wc-block-grid__product-link .button .icon-arrow {
        font-size: 1.25rem;
        vertical-align: middle;
        margin-left: 5px; }
        ul.products .woocommerce-loop-product__link .button .icon-arrow::before,
        ul.products .wc-block-grid__product-link .button .icon-arrow::before,
        .wc-block-grid__products .woocommerce-loop-product__link .button .icon-arrow::before,
        .wc-block-grid__products .wc-block-grid__product-link .button .icon-arrow::before {
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  ul.products .woocommerce-loop-product__title,
  ul.products .wc-block-grid__product-title,
  .wc-block-grid__products .woocommerce-loop-product__title,
  .wc-block-grid__products .wc-block-grid__product-title {
    font-size: 1.25rem;
    line-height: 1.5em;
    color: #333;
    font-weight: bold;
    margin: 0; }
  ul.products img,
  .wc-block-grid__products img {
    width: 100%; }

@media (max-width: 768px) {
  ul.products .product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products .product,
  .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 50% !important;
    max-width: 50% !important; } }
@media (max-width: 414px) {
  ul.products .product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products .product,
  .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 100% !important;
    max-width: 100% !important; } }
body.single-product .content-area {
  padding-top: 120px;
  padding-bottom: 40px; }
body.single-product .product {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; }
body.single-product .prices {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0 !important; }
  @media (min-width: 901px) {
    body.single-product .prices {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    body.single-product .prices {
      padding: 20px;
      margin-bottom: 20px; } }
  body.single-product .prices .price {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    color: #3E4ACE; }
body.single-product .summary {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  margin-right: 20px;
  overflow: visible; }
  @media (min-width: 901px) {
    body.single-product .summary {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    body.single-product .summary {
      padding: 20px;
      margin-bottom: 20px; } }
  body.single-product .summary h2, body.single-product .summary h3 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 0.5em; }
  body.single-product .summary .translegal-search-wrapper {
    margin: 0 0 1.5em; }
body.single-product .product-sidebar-wrapper {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 20px; }
body.single-product .summary-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E0E0E0; }
  body.single-product .summary-header .entry-title {
    margin-bottom: 1rem; }
  body.single-product .summary-header p {
    margin: 0; }
  body.single-product .summary-header .summary-title {
    flex: 1; }
  body.single-product .summary-header .woocommerce-product-gallery__wrapper {
    padding-right: 20px; }
    body.single-product .summary-header .woocommerce-product-gallery__wrapper img {
      border-radius: 50%;
      overflow: hidden;
      display: block; }
body.single-product .woocommerce-product-attributes {
  border-collapse: collapse;
  margin-bottom: 0; }
  body.single-product .woocommerce-product-attributes p {
    margin: 0; }
  body.single-product .woocommerce-product-attributes th, body.single-product .woocommerce-product-attributes td {
    line-height: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #E0E0E0; }
  body.single-product .woocommerce-product-attributes th {
    text-align: left;
    padding-left: 40px;
    padding-right: 15px; }
  body.single-product .woocommerce-product-attributes td {
    text-align: right;
    padding-right: 40px;
    padding-left: 15px; }
body.single-product .price, body.single-product .cart, body.single-product .product_meta {
  padding-left: 40px;
  padding-right: 40px; }
body.single-product .cart {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 40px; }
  body.single-product .cart .button,
  body.single-product .cart .add-to-cart-button-wrapper {
    width: 100%; }
  body.single-product .cart .quantity:not(.hidden) {
    max-width: 100px;
    margin-right: 20px; }
body.single-product .woocommerce-product-details__short-description {
  overflow: visible; }
  body.single-product .woocommerce-product-details__short-description h2, body.single-product .woocommerce-product-details__short-description h3 {
    margin-bottom: 0.5em; }
  body.single-product .woocommerce-product-details__short-description .translegal-search-wrapper {
    max-width: 100%; }
body.single-product .category-products {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0 !important; }
  @media (min-width: 901px) {
    body.single-product .category-products {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    body.single-product .category-products {
      padding: 20px;
      margin-bottom: 20px; } }
  body.single-product .category-products .category-product {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 40px;
    line-height: 50px;
    text-decoration: none;
    color: #333; }
    body.single-product .category-products .category-product:not(:last-child) {
      border-bottom: 1px solid #E0E0E0; }
    body.single-product .category-products .category-product.active {
      background-color: #ededed; }
    body.single-product .category-products .category-product:hover {
      background-color: #fafafa; }
  body.single-product .category-products .image {
    max-width: 35px;
    padding-right: 10px; }
    body.single-product .category-products .image img {
      border-radius: 50%;
      vertical-align: middle; }
body.single-product .product-notification {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 901px) {
    body.single-product .product-notification {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    body.single-product .product-notification {
      padding: 20px;
      margin-bottom: 20px; } }
  body.single-product .product-notification h2 {
    font-size: 1.75rem; }
  body.single-product .product-notification input {
    margin: 0 0 10px 0;
    max-width: 400px; }
  body.single-product .product-notification input ~ .message {
    text-align: left;
    margin: 0.5rem 0; }
    body.single-product .product-notification input ~ .message.success {
      color: #28a745; }
    body.single-product .product-notification input ~ .message.error {
      color: #FF4F37; }
body.single-product .dictionary-editors {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0 !important; }
  @media (min-width: 901px) {
    body.single-product .dictionary-editors {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    body.single-product .dictionary-editors {
      padding: 20px;
      margin-bottom: 20px; } }
  body.single-product .dictionary-editors .dictionary-editor {
    display: block;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    color: #4F4F4F; }
  body.single-product .dictionary-editors h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 1.5rem; }
  body.single-product .dictionary-editors .image {
    max-width: 100px;
    margin: 0 auto 10px; }
    body.single-product .dictionary-editors .image img {
      border-radius: 50%; }
  body.single-product .dictionary-editors .name, body.single-product .dictionary-editors .description {
    max-width: 300px;
    margin: 0 auto; }
body.single-product .limited-subscription-notice {
  padding: 0 40px;
  max-width: 340px; }

@media (min-width: 901px) {
  body.single-product .content-area .site-main {
    max-width: 1120px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto; }
  body.single-product .product-sidebar-wrapper {
    max-width: 400px; } }
@media (max-width: 900px) {
  body.single-product .content-area .site-main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0; }
  body.single-product .content-area .summary, body.single-product .content-area .product-sidebar-wrapper {
    flex: 1 0 100%;
    margin-right: 0;
    margin-left: 0; } }
.woocommerce .page-title {
  text-align: center; }

.woocommerce-notices-wrapper {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px !important;
  padding: 10px !important; }
  @media (min-width: 901px) {
    .woocommerce-notices-wrapper {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    .woocommerce-notices-wrapper {
      padding: 20px;
      margin-bottom: 20px; } }
  .woocommerce-notices-wrapper .button {
    margin-right: 10px; }
  .woocommerce-notices-wrapper:empty {
    display: none; }

body.archive.woocommerce .term-description {
  margin-bottom: 3rem; }
  body.archive.woocommerce .term-description p {
    max-width: 800px;
    margin: 1em auto; }

body.single-lesson .site-main > article,
body.single-quiz .site-main > article,
body.course-results .site-main > article {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 901px) {
    body.single-lesson .site-main > article,
    body.single-quiz .site-main > article,
    body.course-results .site-main > article {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    body.single-lesson .site-main > article,
    body.single-quiz .site-main > article,
    body.course-results .site-main > article {
      padding: 20px;
      margin-bottom: 20px; } }
  body.single-lesson .site-main > article .sensei-message,
  body.single-quiz .site-main > article .sensei-message,
  body.course-results .site-main > article .sensei-message {
    padding: 10px;
    border: 1px solid #E0E0E0;
    border-left: 2px solid #3E4ACE;
    border-radius: 2px;
    margin-bottom: 1.5em; }

.sensei .post-entries {
  display: none; }
.sensei .sensei-message {
  padding: 20px; }
.sensei .archive-header h1 {
  text-align: center; }
.sensei .sensei-ordering {
  margin-bottom: 20px; }
.sensei .meter {
  height: 25px;
  /* Can be anything */
  line-height: 25px;
  position: relative;
  margin: 20px 0;
  /* Just for demo spacing */
  background: #e5e5e5;
  border-radius: 25px;
  clear: both; }
  .sensei .meter .value {
    display: block;
    padding: 0 10px 0 0;
    height: 100%;
    background-color: #28a745;
    position: relative;
    overflow: hidden;
    text-align: right;
    color: #fff;
    min-width: 45px;
    font-weight: bold;
    border-radius: 20px; }
  .sensei .meter.orange > span {
    background: #DF7800; }
  .sensei .meter.red > span {
    background: #FF4F37; }
.sensei #user-course-status-toggle,
.sensei .sensei-course-filters {
  position: relative;
  zoom: 1;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  max-width: 95%; }
  .sensei #user-course-status-toggle + .course-container,
  .sensei .sensei-course-filters + .course-container {
    border-top-left-radius: 0; }
  .sensei #user-course-status-toggle a,
  .sensei .sensei-course-filters a {
    display: block;
    position: relative;
    padding: .75em 1em;
    color: #4F4F4F;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    background: #ededed;
    border: 1px solid #E0E0E0;
    border-left: none;
    bottom: -1px; }
    .sensei #user-course-status-toggle a.active,
    .sensei .sensei-course-filters a.active {
      border-bottom-color: #fff;
      background: #fff;
      color: #2b338a;
      font-weight: bold; }
      .sensei #user-course-status-toggle a.active:hover,
      .sensei .sensei-course-filters a.active:hover {
        background: #fff; }
    .sensei #user-course-status-toggle a:hover,
    .sensei .sensei-course-filters a:hover {
      background: #fafafa; }
  .sensei #user-course-status-toggle > a:first-child,
  .sensei #user-course-status-toggle li:first-child > a,
  .sensei .sensei-course-filters > a:first-child,
  .sensei .sensei-course-filters li:first-child > a {
    border-top-left-radius: 10px;
    border-left: 1px solid #E0E0E0; }
  .sensei #user-course-status-toggle > a:last-child,
  .sensei #user-course-status-toggle li:last-child > a,
  .sensei .sensei-course-filters > a:last-child,
  .sensei .sensei-course-filters li:last-child > a {
    border-top-right-radius: 10px; }
.sensei .sensei-course-filters {
  list-style-type: none; }
.sensei .course-container {
  list-style-type: none;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  background: #fff;
  border-collapse: separate;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .sensei .course-container .course {
    padding: 20px;
    border-bottom: 1px solid #E0E0E0; }
    .sensei .course-container .course:last-child {
      border-bottom: none; }
  .sensei .course-container .sensei-course-meta {
    margin-bottom: .5rem;
    font-style: italic; }
    .sensei .course-container .sensei-course-meta > span {
      margin-right: 1rem; }
  .sensei .course-container .sensei-results-links {
    margin-bottom: 0; }

body.single-course .content-area {
  padding-top: 120px;
  padding-bottom: 40px; }
body.single-course .course-completion-rate {
  display: none; }
body.single-course .course-enrolment {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px; }
body.single-course .single-course-content > a {
  display: block;
  overflow: hidden; }
body.single-course .single-course-content,
body.single-course .single-course-content-after {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 901px) {
    body.single-course .single-course-content,
    body.single-course .single-course-content-after {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    body.single-course .single-course-content,
    body.single-course .single-course-content-after {
      padding: 20px;
      margin-bottom: 20px; } }
body.single-course .single-course-content-after header h2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  body.single-course .single-course-content-after header h2 span {
    font-size: 1rem;
    color: #4F4F4F;
    font-style: italic; }
body.single-course .lesson-meta > * {
  margin-right: 10px; }
body.single-course .course-meta.course-enrolment > * {
  margin-bottom: 1.5rem; }
body.single-course .lessons-list .completed a {
  text-decoration: line-through; }
body.single-course .lessons-list .completed .icon-ok {
  float: right; }
body.single-course .lessons-list li {
  border-bottom: 1px solid #E0E0E0;
  margin-top: 4px;
  padding-bottom: 4px; }
  body.single-course .lessons-list li a {
    text-decoration: none;
    color: #4F4F4F; }
body.single-course .lesson-title h2 {
  font-size: 1.3rem; }
body.single-course ul.lesson-categories {
  list-style-type: disc;
  padding-left: 1.5em; }

.course-results .parent-module, .course-results .lesson,
.single-course .parent-module,
.single-course .lesson {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
  break-inside: avoid; }
  .course-results .parent-module ul, .course-results .lesson ul,
  .single-course .parent-module ul,
  .single-course .lesson ul {
    list-style-type: none; }
.course-results .parent-module h3,
.single-course .parent-module h3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 1.5rem; }
  .course-results .parent-module h3 .unit,
  .single-course .parent-module h3 .unit {
    font-size: 1rem;
    font-weight: 400;
    color: #333; }
.course-results .parent-module h4,
.single-course .parent-module h4 {
  font-size: 1.25rem; }
.course-results .parent-module.single-parent h4,
.single-course .parent-module.single-parent h4 {
  display: none; }

@media (min-width: 901px) {
  body.single-course .content-area .site-main {
    max-width: 1120px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto; }

  body.single-course .child-modules,
  .course-results .child-modules,
  .single-course .child-modules {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px; }
    body.single-course .child-modules > *,
    .course-results .child-modules > *,
    .single-course .child-modules > * {
      flex: 1 0 50%;
      max-width: 50%;
      padding: 0 10px; } }
@media (max-width: 900px) {
  body.single-course .content-area {
    padding-top: 80px; }
    body.single-course .content-area .site-main {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0; } }
body.single-lesson .lesson-inner footer {
  display: flex;
  flex-flow: row wrap;
  clear: both; }
  body.single-lesson .lesson-inner footer p, body.single-lesson .lesson-inner footer input[type="submit"] {
    margin-bottom: 10px; }
body.single-lesson .lesson-inner form {
  margin-bottom: 1.5rem; }
body.single-lesson .single-lesson-sidebar {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 901px) {
    body.single-lesson .single-lesson-sidebar {
      padding: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    body.single-lesson .single-lesson-sidebar {
      padding: 20px;
      margin-bottom: 20px; } }

.widget_sensei_course_progress ul {
  list-style-type: none; }
.widget_sensei_course_progress .course-title {
  font-size: 1.5rem;
  margin-bottom: 1em; }
  .widget_sensei_course_progress .course-title a {
    color: #333;
    text-decoration: none; }
.widget_sensei_course_progress .course-progress-navigation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
.widget_sensei_course_progress .course-progress-module {
  margin-top: 1em; }
  .widget_sensei_course_progress .course-progress-module ~ .course-progress-lesson {
    padding-left: 10px; }
.widget_sensei_course_progress .course-progress-lessons {
  margin: 0; }
.widget_sensei_course_progress .course-progress-lesson.completed {
  position: relative; }
  .widget_sensei_course_progress .course-progress-lesson.completed::after {
    font-family: "translegal";
    content: '\e814';
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .widget_sensei_course_progress .course-progress-lesson.completed a {
    text-decoration: line-through; }

@media (min-width: 901px) {
  body.single-lesson .lesson-inner footer p {
    margin-right: 10px; }
  body.single-lesson .site-main {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start; }
  body.single-lesson article.lesson {
    flex: 1 0 calc(70% - 20px);
    max-width: calc(70% - 20px);
    margin-right: 20px; }
  body.single-lesson .single-lesson-sidebar {
    flex: 1 0 calc(30% - 20px);
    max-width: calc(30% - 20px);
    margin-left: 20px; } }
@media (max-width: 900px) {
  body.single-lesson .lesson-inner footer p,
  body.single-lesson .lesson-inner footer form {
    width: 100%; }
    body.single-lesson .lesson-inner footer p a, body.single-lesson .lesson-inner footer p input[type="submit"],
    body.single-lesson .lesson-inner footer form a,
    body.single-lesson .lesson-inner footer form input[type="submit"] {
      display: block;
      width: 100%; } }
body.single-quiz #sensei-quiz-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px; }
  body.single-quiz #sensei-quiz-list > li {
    margin-bottom: 2em; }
  body.single-quiz #sensei-quiz-list .category, body.single-quiz #sensei-quiz-list .select2-results__option {
    margin-bottom: 0; }
  body.single-quiz #sensei-quiz-list .h3 {
    margin: 1.5em 0 0.5em; }
  body.single-quiz #sensei-quiz-list .category + li .question_media_display {
    margin-bottom: 1.5rem;
    padding-bottom: 1em;
    border-bottom: 1px solid #E0E0E0; }
body.single-quiz .question-title {
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }
body.single-quiz .gapfill-answer-gap {
  max-width: 125px;
  margin: 0 5px; }
body.single-quiz select.gapfill-answer-gap + .select2 {
  display: inline-block;
  margin: 0 5px; }
body.single-quiz .answers {
  list-style-type: none;
  margin-left: 0; }
  body.single-quiz .answers li {
    margin-bottom: .5em; }
body.single-quiz .grade {
  display: none; }
body.single-quiz .user_wrong {
  color: #FF4F37; }
body.single-quiz .user_right {
  color: #28a745; }

.gap-fill.inline-question {
  line-height: 4em; }
  .gap-fill.inline-question .question-title, .gap-fill.inline-question > p:not(.gapfill-answer) {
    display: none; }

article.quiz ul, article.quiz ol,
article.lesson ul,
article.lesson ol {
  padding-left: 1.5em; }

body.page .entry-content > .wp-block-group {
  padding-top: 70px;
  padding-bottom: 140px; }
  body.page .entry-content > .wp-block-group:first-child {
    padding-top: 160px; }
  body.page .entry-content > .wp-block-group:not(:first-child) {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: -100px; }
  body.page .entry-content > .wp-block-group:nth-child(odd) {
    background-color: #fff; }
  body.page .entry-content > .wp-block-group:nth-child(even) {
    background-color: #f2f2f2; }

.wp-block-columns {
  margin-bottom: 20px; }

p.has-width-narrow {
  max-width: 550px;
  margin: 0 auto 1.5em; }

.ghostkit-icon-box,
.grid-box-icon {
  display: block;
  padding: 0;
  border: none; }
  .ghostkit-icon-box .ghostkit-icon-box-icon ~ .ghostkit-icon-box-content,
  .grid-box-icon .ghostkit-icon-box-icon ~ .ghostkit-icon-box-content {
    padding-left: 0; }
  .ghostkit-icon-box h3,
  .grid-box-icon h3 {
    margin: 10px 0; }
  .ghostkit-icon-box .ghostkit-icon-box-icon, .ghostkit-icon-box i,
  .grid-box-icon .ghostkit-icon-box-icon,
  .grid-box-icon i {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    background: #fff; }
  .ghostkit-icon-box .ghostkit-icon-box-icon svg,
  .ghostkit-icon-box i::before,
  .grid-box-icon .ghostkit-icon-box-icon svg,
  .grid-box-icon i::before {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    font-size: 3rem;
    color: #2b338a;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.ghostkit-alert {
  align-items: center; }

.wp-block-separator {
  max-width: 600px;
  margin: 30px auto 70px; }

.ghostkit-google-maps {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.ghostkit-tabs .ghostkit-tab {
  max-height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important; }
  .ghostkit-tabs .ghostkit-tab ul, .ghostkit-tabs .ghostkit-tab ol {
    padding-left: 1.5rem; }
  .ghostkit-tabs .ghostkit-tab > ul > li, .ghostkit-tabs .ghostkit-tab ol > li {
    margin-bottom: 1em; }

.ghostkit-grid-gap-lg {
  margin-left: -60px;
  margin-right: -60px; }
  .ghostkit-grid-gap-lg .ghostkit-col {
    padding-left: 60px;
    padding-right: 60px; }

.ghostkit-grid-gap-md {
  margin-left: -20px;
  margin-right: -20px; }
  .ghostkit-grid-gap-md .ghostkit-col {
    padding-left: 20px;
    padding-right: 20px; }

.ghostkit-grid-gap-sm {
  margin-left: -10px;
  margin-right: -10px; }
  .ghostkit-grid-gap-sm .ghostkit-col {
    padding-left: 10px;
    padding-right: 10px; }

.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading {
  text-decoration: none;
  color: #4F4F4F;
  border-color: #E0E0E0;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: bold;
  padding: 1.5rem 0; }
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-content {
  padding-top: 0; }

@media (max-width: 1200px) {
  body.page .entry-content > .wp-block-group {
    padding-top: 30px;
    padding-bottom: 90px; }
    body.page .entry-content > .wp-block-group:not(:first-child) {
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      margin-top: -50px; } }
@media (min-width: 901px) {
  body.page .entry-content .wp-block-group__inner-container {
    max-width: 1120px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto; } }
@media (max-width: 900px) {
  body.page .entry-content > .wp-block-group:first-child {
    padding-top: 100px; }
  body.page .entry-content .wp-block-group__inner-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0; } }
@media (min-width: 769px) {
  .ghostkit-tabs {
    padding: 50px 30px 50px 60px;
    background: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    border-collapse: separate;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    .ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
      height: 400px;
      padding: 0; }
    .ghostkit-tabs .ghostkit-tab {
      padding: 0 30px !important; }
    .ghostkit-tabs .ghostkit-tabs-buttons {
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 100%;
      flex-wrap: nowrap; }
      .ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item {
        border: none;
        background-color: transparent !important;
        text-decoration: underline;
        color: #4F4F4F;
        opacity: 1 !important; }
        .ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active {
          color: #2b338a;
          position: relative; }
          .ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active::before {
            content: '';
            background-color: #2b338a;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
@media (max-width: 768px) {
  .ghostkit-tabs .ghostkit-tabs-buttons {
    display: none; }
  .ghostkit-tabs .ghostkit-tabs-content {
    background: #fff;
    border-radius: 10px;
    border-collapse: separate;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .ghostkit-tabs .ghostkit-tabs-content {
    height: 500px;
    padding: 20px 0 !important; }
  .ghostkit-tabs .ghostkit-tab {
    padding: 0 20px !important; }
  .ghostkit-tabs .select2-container.select2-container--default .select2-dropdown,
  .ghostkit-tabs .select2-container.select2-container--default .select2-selection {
    border-collapse: separate;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .ghostkit-tabs .select2-container.select2-container--default .select2-dropdown {
    border-radius: 0 0 10px 10px; }
  .ghostkit-tabs .select2-container.select2-container--default .select2-selection {
    border-radius: 10px; }
    .ghostkit-tabs .select2-container.select2-container--default .select2-selection[aria-expanded="false"] {
      border: none; } }
.translegal-dictionary h2, .translegal-dictionary h3 {
  font-weight: normal;
  line-height: 1.5em;
  color: #333; }
.translegal-dictionary h2 {
  font-size: 1.5rem; }
.translegal-dictionary h3 {
  font-size: 1.25rem;
  margin-top: 25px; }
.translegal-dictionary h2, .translegal-dictionary h3, .translegal-dictionary p {
  margin-bottom: 15px; }
.translegal-dictionary .site-header .translegal-search-wrapper {
  max-width: 100%;
  flex: 1 0 100%;
  padding: 20px 20px 40px; }
.translegal-dictionary .site-header .content-wrapper {
  padding-top: 20px;
  align-content: space-between;
  overflow: visible; }
.translegal-dictionary .box .striped {
  margin: 0;
  list-style-type: none; }
  .translegal-dictionary .box .striped li {
    border-bottom: 1px solid #E0E0E0; }
    .translegal-dictionary .box .striped li:last-child {
      border-bottom: none; }
    .translegal-dictionary .box .striped li > *:last-child {
      margin-bottom: 0; }
.translegal-dictionary.dictionary-front .translegal-dictionary-wrapper .box h1 {
  line-height: 1.5em; }
.translegal-dictionary.dictionary-front .translegal-dictionary-wrapper .box figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 175px;
  margin-top: 50px; }
@media (min-width: 901px) {
  .translegal-dictionary .site-header .content-wrapper {
    height: 160px; }
  .translegal-dictionary .site-content {
    padding-top: 200px; }
    .translegal-dictionary .site-content .translegal-wrapper {
      max-width: 1120px;
      padding-left: 40px;
      padding-right: 40px;
      margin: 0 auto; }
  .translegal-dictionary.dictionary-front .site-header .content-wrapper {
    height: 80px; }
  .translegal-dictionary.dictionary-front .translegal-search-wrapper {
    margin: 80px auto 0; }
  .translegal-dictionary.dictionary-front .translegal-dictionary-wrapper .box figure {
    max-width: 225px; }
  .translegal-dictionary.dictionary-front .site-content {
    padding-top: 120px; } }
@media (max-width: 900px) {
  .translegal-dictionary .site-header .translegal-search-wrapper {
    padding-bottom: 30px; }
  .translegal-dictionary .site-header .content-wrapper {
    height: 150px; }
  .translegal-dictionary .site-content .translegal-wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0; }
  .translegal-dictionary.dictionary-front h1 {
    font-size: 1.8em; }
  .translegal-dictionary.dictionary-front .site-header .content-wrapper {
    height: 60px; }
  .translegal-dictionary.dictionary-front .site-content {
    padding-top: 80px; } }
@media (max-width: 414px) {
  .translegal-dictionary .translegal-dictionary .site-header .content-wrapper {
    align-content: flex-start; } }

.translegal-dictionary-search .search-error h1 {
  color: #2b338a; }
.translegal-dictionary-search .search-error .box p {
  font-size: 1.15rem; }
.translegal-dictionary-search .search-error .query-string {
  color: #3E4ACE; }
.translegal-dictionary-search .search-error .pos {
  margin-left: 15px;
  color: #BDBDBD; }

.translegal-search-wrapper {
  max-width: 500px;
  margin: 0 auto; }
  .translegal-search-wrapper .login-prompt {
    text-align: center;
    margin-top: 10px; }

.site-header .translegal-search-wrapper .login-prompt {
  display: none; }

.translegal-search-form {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  position: relative; }
  .translegal-search-form .input-wrapper {
    position: relative;
    flex: 1; }
  .translegal-search-form .input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px; }
  .translegal-search-form .button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .translegal-search-form .language {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 58px;
    border-radius: 8px 0 8px 8px;
    background: #fff;
    z-index: 100; }
    .translegal-search-form .language .language-selected {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .translegal-search-form .language .language-dropdown {
      background: #fff;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      overflow: hidden; }
      .translegal-search-form .language .language-dropdown .lang {
        padding: 0 10px; }
        .translegal-search-form .language .language-dropdown .lang:hover {
          background: #2b338a;
          color: #fff; }
    .translegal-search-form .language:not(.open) {
      overflow: hidden;
      height: 36px;
      border-bottom-right-radius: 0; }
    .translegal-search-form .language.open {
      border-collapse: separate;
      -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
      .translegal-search-form .language.open .language-selected i {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .translegal-search-form .language .lang {
      color: #2b338a;
      line-height: 36px;
      font-weight: bold;
      cursor: pointer; }
    .translegal-search-form .language + .input {
      padding-left: 70px; }
    .translegal-search-form .language + .input + ul {
      left: 60px; }
  .translegal-search-form .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    overflow: hidden;
    z-index: 100;
    border-collapse: separate;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
    .translegal-search-form .dropdown li a {
      display: block;
      line-height: 30px;
      padding: 5px 15px;
      text-decoration: none;
      color: inherit; }
    .translegal-search-form .dropdown li:hover {
      background-color: #f2f2f2; }
    .translegal-search-form .dropdown li:not(:last-child) {
      border-bottom: 1px solid #E0E0E0; }
  .translegal-search-form .icon-search {
    font-size: 1.5em; }

.translegal-search-form-regular .icon-search {
  display: none; }

.translegal-search-form-tiny button.button {
  padding-left: 0;
  padding-right: 0;
  width: 2.86em; }
.translegal-search-form-tiny .search-text {
  display: none; }

.example-terms {
  margin-top: 0.5em;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  height: 1.5em; }
  .example-terms ul {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden; }
    .example-terms ul:not(:empty):before {
      content: 'e.g.\00a0'; }
  .example-terms li {
    display: inline;
    white-space: nowrap; }
    .example-terms li:after {
      content: ',\00a0'; }
    .example-terms li:last-child:after {
      content: normal; }

@media (max-width: 414px) {
  .translegal-search-form .search-text {
    display: none; }
  .translegal-search-form .icon-search {
    display: block; }
  .translegal-search-form .button.primary {
    padding: 0 0.5em; }
  .translegal-search-form .input-wrapper ul {
    left: 8px;
    right: 8px; } }
.dictionary-autosuggestions {
  position: relative; }
  .dictionary-autosuggestions ul {
    display: block;
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    overflow: hidden;
    z-index: 100;
    font-weight: 700;
    color: #000;
    border-collapse: separate;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
    .dictionary-autosuggestions ul:empty {
      display: none; }
    .dictionary-autosuggestions ul li > * {
      display: block;
      line-height: 1.5em;
      padding: 5px 15px;
      text-decoration: none;
      color: inherit;
      cursor: pointer; }
      .dictionary-autosuggestions ul li > *:hover {
        text-decoration: none; }
    .dictionary-autosuggestions ul li.focus > * {
      background-color: #3E4ACE; }
      .dictionary-autosuggestions ul li.focus > *, .dictionary-autosuggestions ul li.focus > * u {
        color: #fff; }
    .dictionary-autosuggestions ul li:not(:last-child) {
      border-bottom: 1px solid #E0E0E0; }
    .dictionary-autosuggestions ul li .badge,
    .dictionary-autosuggestions ul li i {
      float: right;
      line-height: inherit;
      font-weight: 400;
      margin: 0 3px; }
    .dictionary-autosuggestions ul li i {
      font-size: 0.8em;
      opacity: 0.8; }
    .dictionary-autosuggestions ul li u {
      text-decoration: none;
      font-weight: 400;
      color: #4F4F4F; }

.translegal-dictionary-search ul.search-results {
  margin: -15px 0; }
  .translegal-dictionary-search ul.search-results a {
    padding: 15px 0; }

.sidebar-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
  transition: transform 200ms ease-out 200ms;
  transform: translateX(calc(100% - 30px));
  z-index: 1000000; }
  .sidebar-container:hover {
    transition: transform 200ms ease-out 0ms;
    transform: translateX(0); }

.sidebar {
  position: sticky;
  top: 120px;
  right: 0;
  padding: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
  border-collapse: separate;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .sidebar .box {
    border-collapse: separate;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0; }
  .sidebar .box-tabs li:first-child a {
    border-top-left-radius: 20px; }
  .sidebar,
  .sidebar .sidebar-pagination .button.next,
  .sidebar .box-tabs li:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .sidebar nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2; }
    .sidebar nav .text {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
    .sidebar nav .button {
      border-radius: 0; }
      .sidebar nav .button,
      .sidebar nav .button span,
      .sidebar nav .button span:before {
        height: 50px;
        line-height: 50px;
        vertical-align: top; }
      .sidebar nav .button span {
        display: inline-block;
        font-size: 2em; }
      .sidebar nav .button.previous {
        border-bottom-left-radius: 20px; }
      .sidebar nav .button.next {
        border-bottom-right-radius: 20px; }
        .sidebar nav .button.next span {
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.translegal-dictionary-wrapper .sidebar-container {
  position: fixed;
  height: fit-content;
  right: 30px; }
  .translegal-dictionary-wrapper .sidebar-container:hover {
    transform: translateX(30px); }
  .translegal-dictionary-wrapper .sidebar-container .search-history-icon {
    vertical-align: bottom;
    margin-right: 20px; }
.translegal-dictionary-wrapper .sidebar {
  position: static;
  margin-top: 200px; }
  .translegal-dictionary-wrapper .sidebar .box {
    padding: 20px 0 0; }
    .translegal-dictionary-wrapper .sidebar .box h2 {
      padding: 0 20px; }
    .translegal-dictionary-wrapper .sidebar .box ul.striped li {
      line-height: 3em;
      padding: 0 20px; }
      .translegal-dictionary-wrapper .sidebar .box ul.striped li:first-child {
        border-top: 1px solid #E0E0E0; }
@media (max-width: 900px) {
  .translegal-dictionary-wrapper .sidebar-container {
    display: none; }
  .translegal-dictionary-wrapper .sidebar {
    margin-top: 170px; } }

@media (min-width: 1681px) {
  .dictionary-admin .sidebar-container {
    transform: translateX(0); }
  .dictionary-admin .container {
    width: calc(100% - 450px); } }
@media (max-width: 900px) {
  .dictionary-admin .sidebar {
    top: 80px; } }

.translegal-dictionary .terms a {
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  .translegal-dictionary .terms a i {
    color: #BDBDBD; }
  .translegal-dictionary .terms a:hover {
    color: #3E4ACE; }
.translegal-dictionary .terms li.current span {
  font-weight: bold;
  color: #333; }
.translegal-dictionary .terms li.current i {
  color: #4F4F4F; }
.translegal-dictionary .terms li.current a {
  pointer-events: none; }
.translegal-dictionary .terms + * {
  margin-top: 40px; }

.translegal-dictionary-term .flag {
  flex: 0 0 35px;
  position: relative;
  margin-right: 20px; }
  .translegal-dictionary-term .flag:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
.translegal-dictionary-term .select-original {
  margin-bottom: 20px; }
.translegal-dictionary-term .fol {
  list-style-type: none;
  margin: 0 0 0.5em;
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  overflow: hidden;
  display: none; }
  .translegal-dictionary-term .fol.current {
    display: block; }
  .translegal-dictionary-term .fol li {
    display: inline-block;
    padding: 0.35em 0.5em;
    border-radius: 0.5em;
    border: 1px solid #E0E0E0;
    background: #fbfbfb;
    margin-bottom: 3px; }
.translegal-dictionary-term .audio {
  cursor: pointer;
  font-size: 1em;
  margin-left: 20px;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }
  .translegal-dictionary-term .audio.active {
    animation-name: color;
    animation-duration: 2s;
    animation-iteration-count: infinite; }
@keyframes color {
  0% {
    color: #FF4F37; }
  50% {
    color: #ff7c6a; }
  100% {
    color: #FF4F37; } }
.translegal-dictionary-term .accordion .audio {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #3E4ACE;
  font-size: 1.25em; }
.translegal-dictionary-term .definitions .audio {
  position: static;
  margin: 0 0 0 5px;
  display: inline; }
.translegal-dictionary-term .term {
  position: relative; }
  .translegal-dictionary-term .term.lang-select-open .lang-select-dropdown {
    display: block; }
  .translegal-dictionary-term .term.lang-select-open .lang-select .lang-select-inner .icon-angle-down {
    transform: rotate(180deg); }
  .translegal-dictionary-term .term .box {
    padding: 0; }
  .translegal-dictionary-term .term .lang-select-dropdown {
    position: absolute;
    left: 0;
    background-color: #fff;
    list-style: none;
    width: 140px;
    z-index: 100;
    border-collapse: separate;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    display: none; }
    .translegal-dictionary-term .term .lang-select-dropdown li:hover {
      background-color: #f2f2f2; }
    .translegal-dictionary-term .term .lang-select-dropdown li a {
      text-decoration: none;
      color: #4F4F4F;
      display: flex;
      flex-flow: row nowrap;
      padding: 30px 10px;
      font-size: 1.25em;
      line-height: 1.5em; }
      .translegal-dictionary-term .term .lang-select-dropdown li a .flag {
        margin-right: 5px; }
    .translegal-dictionary-term .term .lang-select-dropdown li:not(:last-child) {
      border-bottom: 1px solid #E0E0E0; }
  .translegal-dictionary-term .term .lang-select {
    background-color: #2b338a;
    cursor: pointer; }
    .translegal-dictionary-term .term .lang-select .lang-select-inner {
      padding: 0 20px;
      display: flex;
      align-items: center;
      height: 100%; }
      .translegal-dictionary-term .term .lang-select .lang-select-inner > * {
        flex-grow: 1; }
      .translegal-dictionary-term .term .lang-select .lang-select-inner .flag {
        align-self: stretch;
        margin-right: 10px;
        margin-left: 10px; }
      .translegal-dictionary-term .term .lang-select .lang-select-inner p {
        color: #fff;
        margin: 0;
        font-size: 0.75em; }
      .translegal-dictionary-term .term .lang-select .lang-select-inner .icon-angle-down {
        font-size: 1em;
        color: #fff; }
  .translegal-dictionary-term .term .term-text {
    padding: 20px 30px;
    font-size: 1.75rem;
    line-height: 1.65em;
    position: relative; }
    .translegal-dictionary-term .term .term-text .term-word {
      flex: 1;
      align-self: center; }
      .translegal-dictionary-term .term .term-text .term-word h1 {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        margin-bottom: 0; }
      .translegal-dictionary-term .term .term-text .term-word .pos {
        font-size: 1.25rem;
        color: #fff;
        margin: 0;
        opacity: 0.65; }
    .translegal-dictionary-term .term .term-text.original .audio {
      color: #2b338a;
      margin-right: 15px; }
    .translegal-dictionary-term .term .term-text.original .flag {
      margin-left: 20px; }
    .translegal-dictionary-term .term .term-text.original .term-word .pos {
      color: #4F4F4F; }
    .translegal-dictionary-term .term .term-text.main {
      background: #2b338a;
      background: -webkit-linear-gradient(54.92deg, #2b338a 8.51%, #3E4ACE 91.35%);
      background: linear-gradient(35.08deg, #2b338a 8.51%, #3E4ACE 91.35%);
      color: #fff;
      display: flex;
      padding: 0; }
      .translegal-dictionary-term .term .term-text.main::before {
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        background: #3E4ACE;
        width: 20px;
        height: 100%;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
        clip-path: polygon(0 0, 0 100%, 100% 50%); }
      .translegal-dictionary-term .term .term-text.main[data-lang="en"] {
        padding-left: 30px;
        padding-right: 15px; }
      .translegal-dictionary-term .term .term-text.main .audio {
        color: #fff; }
      .translegal-dictionary-term .term .term-text.main .term-word,
      .translegal-dictionary-term .term .term-text.main .lang-select {
        padding: 20px; }
      .translegal-dictionary-term .term .term-text.main .term-word {
        overflow: hidden; }
        .translegal-dictionary-term .term .term-text.main .term-word h1 {
          overflow: hidden;
          text-overflow: ellipsis; }
  .translegal-dictionary-term .term .original-term-text {
    display: flex;
    flex-flow: row nowrap;
    height: 100%; }
    .translegal-dictionary-term .term .original-term-text:not(.current) {
      display: none; }
  .translegal-dictionary-term .term .equivalency {
    position: absolute;
    top: 15px;
    right: 35px;
    display: inline-block;
    font-size: 0.5em;
    line-height: 1em;
    color: #DF7800;
    text-transform: capitalize; }
    .translegal-dictionary-term .term .equivalency i {
      margin-right: 2px;
      position: relative;
      top: -1px; }
.translegal-dictionary-term .comparative-notes .note:not(.current) {
  display: none; }
.translegal-dictionary-term .box.notice, .translegal-dictionary-term .box.warning {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .translegal-dictionary-term .box.notice i, .translegal-dictionary-term .box.warning i {
    font-size: 2.5rem;
    margin-left: 20px;
    flex: 0 0 50px; }
  .translegal-dictionary-term .box.notice span, .translegal-dictionary-term .box.warning span {
    color: #3E4ACE; }
  .translegal-dictionary-term .box.notice p, .translegal-dictionary-term .box.warning p {
    flex: 2;
    padding: 20px 10px; }
  .translegal-dictionary-term .box.notice p:last-of-type, .translegal-dictionary-term .box.warning p:last-of-type {
    margin: 0; }
  .translegal-dictionary-term .box.notice .originals, .translegal-dictionary-term .box.warning .originals {
    flex: 1;
    align-self: stretch;
    border-left: 3px solid #E0E0E0;
    margin: 0;
    list-style: none; }
    .translegal-dictionary-term .box.notice .originals li, .translegal-dictionary-term .box.warning .originals li {
      padding: 10px 20px;
      border-left: 3px solid #E0E0E0;
      border-bottom: 1px solid #E0E0E0;
      position: relative;
      left: -3px;
      width: calc(100% + 3px);
      color: #3E4ACE;
      font-weight: 700;
      cursor: pointer; }
      .translegal-dictionary-term .box.notice .originals li.current, .translegal-dictionary-term .box.warning .originals li.current {
        border-left-color: #3E4ACE; }
      .translegal-dictionary-term .box.notice .originals li:hover, .translegal-dictionary-term .box.warning .originals li:hover {
        background-color: #f2f2f2; }
.translegal-dictionary-term .box.notice i {
  color: #2b338a; }
.translegal-dictionary-term .box.warning i {
  color: #FF4F37; }
.translegal-dictionary-term .box.warning strong {
  color: #000; }
.translegal-dictionary-term .translations .box {
  padding: 0; }
.translegal-dictionary-term .translations ul {
  margin: 0;
  list-style-type: none; }
  .translegal-dictionary-term .translations ul li:not(:last-child) {
    border-bottom: 1px solid #E0E0E0; }
  .translegal-dictionary-term .translations ul li:hover {
    background-color: #f2f2f2; }
  .translegal-dictionary-term .translations ul li > a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: #4F4F4F;
    font-size: 1.5rem; }
    .translegal-dictionary-term .translations ul li > a .flag {
      flex: 0 0 35px;
      align-self: stretch; }
    .translegal-dictionary-term .translations ul li > a p {
      flex: 1;
      margin: 0; }
    .translegal-dictionary-term .translations ul li > a .icon-angle-down {
      transform: rotate(270deg);
      font-size: 30px;
      color: #3E4ACE; }
.translegal-dictionary-term .descriptions .accordion {
  padding: 0;
  margin-bottom: 20px; }
  .translegal-dictionary-term .descriptions .accordion header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
    padding: 20px 30px; }
  .translegal-dictionary-term .descriptions .accordion .box-header {
    padding-left: 30px;
    padding-right: 30px; }
  .translegal-dictionary-term .descriptions .accordion .box-content {
    display: none;
    padding: 0;
    border-top: 1px solid #E0E0E0; }
    .translegal-dictionary-term .descriptions .accordion .box-content li {
      padding: 20px 30px;
      position: relative; }
  .translegal-dictionary-term .descriptions .accordion h2 {
    margin-bottom: 0;
    flex: 1; }
  .translegal-dictionary-term .descriptions .accordion .flag {
    align-self: stretch; }
  .translegal-dictionary-term .descriptions .accordion .icon-angle-down {
    font-size: 30px;
    color: #3E4ACE;
    transform: translateX(20px);
    transition: transform 0.2s ease-out; }
  .translegal-dictionary-term .descriptions .accordion.open .icon-angle-down {
    transform: translateX(20px) rotate(180deg); }
.translegal-dictionary-term .descriptions article {
  display: none; }
  .translegal-dictionary-term .descriptions article.current, .translegal-dictionary-term .descriptions article:only-child {
    display: block; }
.translegal-dictionary-term .descriptions ul {
  margin: -15px 0; }
.translegal-dictionary-term .descriptions li {
  padding: 15px 0; }
.translegal-dictionary-term .descriptions .example {
  font-style: italic;
  color: #BDBDBD; }
.translegal-dictionary-term .descriptions mark {
  color: #3E4ACE;
  background: none;
  display: inline;
  text-decoration: inherit; }
.translegal-dictionary-term .footnote {
  text-align: center; }
.translegal-dictionary-term .checklist {
  list-style-type: none; }
  .translegal-dictionary-term .checklist li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.25em; }
    .translegal-dictionary-term .checklist li:before {
      font-family: "translegal";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "";
      position: absolute;
      left: 0; }

@media (min-width: 1201px) {
  .translegal-dictionary-term .term.lang-select-open > .box {
    border-bottom-left-radius: 0; } }
@media (max-width: 414px) {
  .translegal-dictionary-term .notice.select-original {
    flex-flow: row wrap; }
    .translegal-dictionary-term .notice.select-original .originals {
      flex: 1 0 100%; }
  .translegal-dictionary-term .term .term-text.original .flag {
    margin-left: 10px; } }
.suggestion-form {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 40px; }
  .suggestion-form .input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0; }
  .suggestion-form .button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }

.translegal-dictionary-wrapper.logged-out > * {
  margin-bottom: 40px; }
.translegal-dictionary-wrapper.logged-out .box {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0; }
  .translegal-dictionary-wrapper.logged-out .box:first-child {
    text-align: center; }
  .translegal-dictionary-wrapper.logged-out .box .button {
    max-width: 250px;
    width: 100%;
    margin: auto auto 0; }

.secret-text {
  display: block;
  width: 100%;
  background: url("../img/secret-text.png") repeat right top;
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.secret-video {
  display: block;
  width: 100%;
  padding-top: 75%;
  background: url("../img/secret-video.jpg") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

body.dictionary-editors .flag {
  max-width: 175px;
  margin: 0 auto 40px; }
body.dictionary-editors .wp-block-group header {
  margin-bottom: 40px; }
body.dictionary-editors .wp-block-group .avatar {
  max-width: 150px;
  margin-right: 40px;
  border-radius: 50%;
  overflow: hidden; }
  body.dictionary-editors .wp-block-group .avatar img {
    display: block; }
body.dictionary-editors .wp-block-group h2 {
  margin: 0; }

@media (min-width: 415px) {
  body.dictionary-editors .wp-block-group header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; } }
@media (max-width: 414px) {
  body.dictionary-editors .flag {
    max-width: 125px;
    margin-bottom: 20px; }
  body.dictionary-editors h1 {
    font-size: 2rem;
    margin-bottom: 0; }
  body.dictionary-editors .wp-block-group header {
    text-align: center;
    margin-bottom: 20px; }
    body.dictionary-editors .wp-block-group header h2 {
      font-size: 1.75rem; }
    body.dictionary-editors .wp-block-group header .avatar {
      margin: 0 auto 20px;
      max-width: 100px; } }

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