@charset "UTF-8";
/*
Theme Name: The Practice 
Theme URI: http://www.the-practice.co.uk
Description: Wordpress theme by The Practice
Author: Nick Hayward
Author URI: http://www.the-practice.co.uk
Version: 1.0
Tags: 
License:
License URI:
*/
/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/noto-sans-v36-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/noto-sans-v36-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@media only screen and (max-width: 1199px) {
  #nav2 {
    background: rgba(50, 50, 50, 0.95);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 100px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    z-index: 1500;
  }
  #nav2.navopen {
    display: block;
  }
  .arrow_down {
    height: 25px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 36px;
  }
  .arrow_down svg {
    height: 100%;
    width: 100%;
  }
  .open {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear rotate(0.0001deg);
  }
  #nav2 {
    /* Second Level */
  }
  #nav2 ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 80px auto 0 auto;
    max-width: 300px;
  }
  #nav2 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
  }
  #nav2 ul li a,
  #nav2 ul li a:link,
  #nav2 ul li a:visited {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    float: none;
    padding: 10px 0;
    clear: both;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
  }
  #nav2 ul li a span,
  #nav2 ul li a:link span,
  #nav2 ul li a:visited span {
    display: block;
    font-size: 15px;
    opacity: 0.5;
  }
  #nav2 ul li.menu-item-has-children > a {
    display: none;
  }
  #nav2 ul ul {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    max-height: 10000px;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    transition: max-height 0.2s;
    width: 100%;
    z-index: 999999;
  }
  #nav2 ul ul.show {
    max-height: 500px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  #nav2 ul ul li:last-child {
    border-bottom: 0;
  }
  #nav2 ul ul a,
  #nav2 ul ul a:link,
  #nav2 ul ul a:visited {
    padding: 10px 0;
  }
  #nav2 ul ul a:hover {
    color: #fff;
  }
  #nav2 .sub_nav {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: 12px;
    margin: 0;
    padding: 0;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 500;
  }
  #nav2 ul.sub-menu ul.sub-menu {
    display: none;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* #Reset & Basics (Inspired by E. Meyers) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* #Basic Styles */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans", arial, sans-serif;
  font-weight: 400;
  color: #212529;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}
body.loaded {
  opacity: 1;
  transition: opacity 0.5s linear;
}
body.locked {
  overflow: hidden;
}

/* #Typography */
h1, h2, h3, h4, h5, h6 {
  color: #D0004F;
  font-family: "Noto Sans", arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

h3, h4, h5, h6 {
  margin-bottom: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 15px;
}

p {
  margin: 0 0 18px 0;
}

p img {
  margin: 0;
}

address {
  margin: 0 0 15px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

.wp-caption {
  background: #eee;
  margin-bottom: 20px;
}
.wp-caption p {
  padding: 5px 10px;
}
.wp-caption .wp-caption-text:last-child {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  body {
    font-size: 17px;
  }
  p {
    margin-bottom: 25px;
  }
  h1 {
    font-size: 54px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
}
/*	Blockquotes  */
blockquote, blockquote p {
  color: #212529;
  font-style: normal;
}

blockquote {
  background: #fafafa;
  margin: 0 0 15px;
  padding: 20px;
}
blockquote p:last-child {
  margin: 0;
}

blockquote cite {
  display: block;
  font-size: 12px;
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* #Links */
a, a:visited {
  color: #1b66b1;
  text-decoration: underline;
  transition: all 0.2s linear;
}

a:hover, a:focus {
  color: rgb(233.5, 0, 88.6850961538);
  transition: all 0.2s linear;
}

a:active {
  background: inherit;
}

p a, p a:visited {
  line-height: inherit;
}

/* #Lists */
ul, ol {
  margin: 0 0 40px 40px;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 0 0 0 30px;
}

dl {
  margin: 0 0 30px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 30px;
}

/* #Notification Styles */
.wpcf7-submit {
  margin-bottom: 10px;
}

.sent .wpcf7-response-output,
.positive, .wpcf7-mail-sent-ok {
  background-color: #006600;
  background-image: url(images/icon-pos.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}

.invalid .wpcf7-response-output,
.negative,
div.wpcf7-validation-errors,
div span.wpcf7-not-valid-tip {
  background-color: #c00;
  background-image: url(images/icon-neg.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}

span.wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 br,
.screen-reader-response {
  display: none;
}

/* CSS animation for CF7 ajax loader */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* hide original loader */
.wpcf7-spinner {
  display: none;
}

.submitting .wpcf7-spinner {
  display: inline-block;
}

/* style for custom loader - '1s' for speeding up animation */
.wpcf7-spinner {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  height: 36px;
  margin-left: 10px;
  transform-origin: center center;
  vertical-align: middle;
}

.wpcf7-spinner:before {
  content: url(images/icon-refresh2.svg);
  transform-origin: center center;
}

tt,
kbd,
code,
pre {
  font-family: monospace;
  white-space: pre-wrap;
}

pre {
  margin-bottom: 20px;
}

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

sub {
  top: 0.5ex;
}

sup {
  bottom: 1ex;
}

var {
  font-style: italic;
}

cite {
  font-style: italic;
}

q:before {
  content: "“";
}

q:after {
  content: "”";
}

.left {
  float: left;
}

.right {
  float: right;
}

.imgleft, .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.imgright, .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.centre {
  text-align: center;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

abbr, acronym {
  font-style: italic;
  text-decoration: underline;
}

.mobile {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  text-align: left;
}

th {
  background: #f7f7f7;
  border: 0;
  color: #fff;
}

th, td {
  border: none;
  border-left: 0;
  border-right: 0;
  padding: 0;
}

/* #Images */
img {
  height: auto;
  max-width: 100%;
}

/* #Buttons */
a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button,
.button:visited,
.btn,
.btn:visited,
input[type=submit],
input[type=reset],
input[type=button] {
  background-color: #D0004F;
  background-image: url(images/arrow-right-white.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border: 2px solid #D0004F;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  overflow: visible;
  padding: 12px 50px 12px 20px;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-appearance: none;
}
.button.kinpeygoBtn,
.button:visited.kinpeygoBtn,
.btn.kinpeygoBtn,
.btn:visited.kinpeygoBtn,
input[type=submit].kinpeygoBtn,
input[type=reset].kinpeygoBtn,
input[type=button].kinpeygoBtn {
  background-color: #8C3C96;
  border-color: #8C3C96;
}
.button.kinpeygoBtn:hover,
.button:visited.kinpeygoBtn:hover,
.btn.kinpeygoBtn:hover,
.btn:visited.kinpeygoBtn:hover,
input[type=submit].kinpeygoBtn:hover,
input[type=reset].kinpeygoBtn:hover,
input[type=button].kinpeygoBtn:hover {
  background-color: transparent;
  background-image: url(images/arrow-right-kinpeygo.svg);
  color: #8C3C96;
}
.button.ximluciBtn,
.button:visited.ximluciBtn,
.btn.ximluciBtn,
.btn:visited.ximluciBtn,
input[type=submit].ximluciBtn,
input[type=reset].ximluciBtn,
input[type=button].ximluciBtn {
  background-color: #f7941d;
  border-color: #f7941d;
}
.button.ximluciBtn:hover,
.button:visited.ximluciBtn:hover,
.btn.ximluciBtn:hover,
.btn:visited.ximluciBtn:hover,
input[type=submit].ximluciBtn:hover,
input[type=reset].ximluciBtn:hover,
input[type=button].ximluciBtn:hover {
  background-color: transparent;
  background-image: url(images/arrow-right-orange.svg);
  color: #f7941d;
}
.button.movymiaBtn,
.button:visited.movymiaBtn,
.btn.movymiaBtn,
.btn:visited.movymiaBtn,
input[type=submit].movymiaBtn,
input[type=reset].movymiaBtn,
input[type=button].movymiaBtn {
  background-color: #7477b8;
  border-color: #7477b8;
}
.button.movymiaBtn:hover,
.button:visited.movymiaBtn:hover,
.btn.movymiaBtn:hover,
.btn:visited.movymiaBtn:hover,
input[type=submit].movymiaBtn:hover,
input[type=reset].movymiaBtn:hover,
input[type=button].movymiaBtn:hover {
  background-color: transparent;
  background-image: url(images/arrow-right-purple.svg);
  color: #7477b8;
}

.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background-color: #fff;
  background-image: url(images/arrow-right-pink.svg);
  border: 2px solid #D0004F;
  color: #D0004F;
  transition: all 0.2s linear;
}

.button:active,
.button:focus,
.btn:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  background-image: url(images/arrow-right-pink.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  color: #D0004F;
}

input[type=submit]:disabled {
  background: #999;
  cursor: not-allowed;
}

@media only screen and (min-width: 600px) {
  .button,
  .button:visited,
  .btn,
  .btn:visited,
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    font-size: 17px;
  }
}
/* #Forms */
form {
  margin-bottom: 20px;
}
form h4 {
  font-size: 90%;
  margin-bottom: 5px;
}

form > div {
  margin-bottom: 10px;
}

fieldset {
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 2%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
  background: #fff;
  border: 2px solid #212529;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #212529;
  display: block;
  font-family: "Noto Sans", arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
  padding: 12px 20px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  border: 2px solid #111;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #244;
}

textarea {
  min-height: 60px;
}

.select-input {
  background-color: #fff;
  background-image: url(images/icon-chev-down-blue.svg);
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 2px solid #212529;
  border-radius: 0;
  height: 55px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
}

select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  display: block;
  font-family: "Noto Sans", arial, sans-serif;
  font-size: 11.25px;
  font-weight: 400;
  line-height: 1.2;
  padding: 11px 11px 11px 12px;
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  display: inline;
}

@media only screen and (min-width: 600px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number],
  textarea,
  select {
    font-size: 17px;
  }
}
/* Grid < 600px */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}

.container .container {
  margin: 0;
  width: 100%;
}

.container .one,
.container .one,
.container .two,
.container .three,
.container .four,
.container .five,
.container .six,
.container .seven,
.container .eight,
.container .nine,
.container .ten,
.container .eleven,
.container .twelve,
.container .one-quarter,
.container .one-fifth,
.container .one-half,
.container .three-quarter,
.container .one-third,
.container .two-thirds {
  margin: 0;
  width: 100%;
}

.row {
  margin: 0 0 1% 0;
}

/* Grid > 600px */
@media only screen and (min-width: 600px) {
  .container {
    background: transparent;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container .column,
  .container .columns {
    margin: 0 1%;
    overflow: hidden;
    word-wrap: break-word;
  }
  .gridRow,
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
  /* Base Grid */
  .grid .one.column,
  .grid .one.columns {
    flex: 0 0 6.333%;
  }
  .grid .two.columns {
    flex: 0 0 14.666%;
  }
  .grid .three.columns {
    flex: 0 0 23%;
  }
  .grid .four.columns {
    flex: 0 0 31.333%;
  }
  .grid .five.columns {
    flex: 0 0 41.666%;
  }
  .grid .six.columns {
    flex: 0 0 48%;
  }
  .grid .seven.columns {
    flex: 0 0 58.333%;
  }
  .grid .eight.columns {
    flex: 0 0 64.666%;
  }
  .grid .nine.columns {
    flex: 0 0 75%;
  }
  .grid .ten.columns {
    flex: 0 0 83.333%;
  }
  .grid .eleven.columns {
    flex: 0 0 91.666%;
  }
  .grid .twelve.columns {
    flex: 0 0 98%;
  }
  .grid .one-quarter.column {
    flex: 0 0 23%;
  }
  .grid .one-fifth.column {
    flex: 0 0 18%;
  }
  .grid .one-half.column {
    flex: 0 0 48%;
  }
  .grid .three-quarter.column {
    flex: 0 0 73%;
  }
  .grid .one-third.column {
    flex: 0 0 31.333%;
  }
  .grid .two-thirds.column {
    flex: 0 0 64.666%;
  }
  .row {
    margin: 0 -1% 2% -1%;
  }
  .container .twelve.columns {
    width: 98%;
  }
}
.gridRow {
  clear: both;
  margin-bottom: 2%;
  width: 100%;
}

.gridRow .column,
.gridRow .columns {
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}

@media only screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
/* #Clearing */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
}

/* Header */
.wrap {
  background: transparent;
  padding-top: 100px;
}

@media only screen and (min-width: 1200px) {
  .wrap {
    padding-top: 200px;
    transition: all 0.2s ease;
  }
  .scrollHeader.wrap {
    padding-top: 110px;
    transition: all 0.2s ease;
  }
}
#header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
}
#header .container {
  height: 100px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  #header {
    height: 200px;
    transition: all 0.2s ease;
  }
  #header .container {
    height: 200px;
    position: relative;
  }
  .scrollHeader #header {
    height: 110px;
    transition: all 0.2s ease;
  }
  .scrollHeader #header .container {
    height: 110px;
    transition: all 0.2s ease;
  }
}
#headerLogo {
  height: auto;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 80px;
}
#headerLogo img {
  display: block;
  max-height: 100%;
}

@media only screen and (min-width: 1200px) {
  #headerLogo {
    margin: 0;
    position: absolute;
    left: 1%;
    top: 20px;
    transition: all 0.2s ease;
    width: 180px;
  }
  .scrollHeader #headerLogo {
    top: 15px;
    transition: all 0.2s ease;
    width: 90px;
  }
}
#header .social,
#nav2 {
  display: none;
}

#headerStadaLogo {
  position: absolute;
  top: 30px;
  right: 100px;
  transition: all 0.2s ease;
  width: 100px;
}

#headerMenuMobile {
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 20px;
  vertical-align: top;
  z-index: 2000;
}
#headerMenuMobile button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0;
  padding: 0;
}
#headerMenuMobile button:active {
  box-shadow: none;
}
#headerMenuMobile button {
  border-radius: 0;
  display: block;
  height: 29px;
  overflow: visible;
  width: 29px;
}
#headerMenuMobile button span {
  background: #D0004F;
  display: block;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:before {
  background: #D0004F;
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:after {
  background: #D0004F;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button.navOpen:before {
  background: #fff;
  transform: rotate(45deg);
  top: 12px;
  left: -3px;
  width: 38px;
}
#headerMenuMobile button.navOpen span {
  opacity: 0;
}
#headerMenuMobile button.navOpen:after {
  background: #fff;
  transform: rotate(-45deg);
  bottom: 12px;
  left: -3px;
  width: 38px;
}

@media only screen and (min-width: 1200px) {
  #headerMenuMobile {
    display: none;
  }
  #headerStadaLogo {
    position: absolute;
    top: 50px;
    right: 1%;
    width: 175px;
  }
  .scrollHeader #headerStadaLogo {
    transition: all 0.2s ease;
    top: 30px;
    width: 130px;
  }
}
/* Homepage */
.homeHero h1 {
  max-width: 1200px;
}
.homeHero h4 {
  color: #fff;
  font-family: quicksand;
  font-weight: normal;
}

/* Flexible content */
.white {
  background: #fff;
}

.grey {
  background: #f7f7f7;
}

.mgrey {
  background: #d9dadf;
}

.dgrey {
  background: #212529;
}

.blue {
  background-color: #1b66b1;
  color: #fff;
}
.blue h2, .blue h3 {
  color: #fff;
}

.pink {
  background-color: #D0004F;
  color: #fff;
}
.pink h2, .pink h3 {
  color: #fff;
}

.orange {
  background: #f7941d;
}

.lilac {
  background: #7477b8;
}

.lightLilac {
  background: rgba(72, 47, 146, 0.1);
}

.purple {
  background: #8C3C96;
}

.plum {
  background: #464a7a;
}

.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.padded {
  padding: 20px;
}

@media only screen and (min-width: 600px) {
  .padded {
    padding: 30px;
  }
}
.pastelFade {
  background-image: url(images/pastel2.webp);
  background-size: 100% 100%;
}

.movymiaBox {
  background: rgba(72, 47, 146, 0.1);
  border-left: 15px solid #7477b8;
  margin-bottom: 30px;
  padding: 30px;
}

@media only screen and (min-width: 600px) {
  .movymiaBox {
    margin-bottom: 2%;
    padding: 40px;
  }
}
.ximluciBox {
  background: #FEF5EB;
  border-left: 15px solid #f7941d;
  margin-bottom: 30px;
  padding: 30px;
}

@media only screen and (min-width: 600px) {
  .ximluciBox {
    margin-bottom: 2%;
    padding: 40px;
  }
}
.percentage {
  font-size: 35px;
}

@media only screen and (min-width: 600px) {
  .percentage {
    font-size: 80px;
  }
}
.hero .container {
  padding: 0;
}
.hero .stayInTouch {
  display: none;
}
.hero .heroProductLogo {
  padding: 0 20px;
  position: absolute;
  bottom: 100px;
  right: 1%;
  text-align: right;
  width: 100%;
}
.hero .heroProductLogo img {
  float: right;
  max-width: 560px;
}
.hero .banner {
  background: #333;
  display: block;
  position: relative;
}
.hero .banner img {
  display: block;
  width: 100%;
}
.hero .banner .inner {
  color: #fff;
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%);
  width: 100%;
}
.hero .banner .inner h1, .hero .banner .inner h2, .hero .banner .inner h3 {
  line-height: 1;
}
.hero .banner .inner a {
  color: #fff;
  text-decoration: none;
}
.hero .banner .inner h1:last-child,
.hero .banner .inner p:last-child {
  margin-bottom: 0;
}
.hero .banner .text {
  font-size: 20px;
  padding: 0 20px;
  max-width: 500px;
}
.hero .banner .text.seoHide {
  display: none;
}
.hero .smallPrint {
  display: none;
}
.hero .scrollMore {
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 300px;
}
.hero .scrollMore img {
  margin: 0 auto;
  max-width: 150px;
}
.hero .scrollMore a {
  color: #fff;
  text-decoration: none;
}
.hero.newsBanner {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .hero .container {
    max-width: 1360px;
  }
  .hero .stayInTouch {
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: inline-block;
    padding: 10px 30px 17px;
    position: absolute;
    top: -1px;
    left: 1%;
    text-decoration: none;
  }
  .hero .heroProductLogo {
    padding: 0;
  }
  .hero .scrollMore {
    font-size: 22px;
  }
  .hero .smallPrint {
    display: block;
  }
  .hero .banner .inner {
    top: 50%;
  }
  .hero .banner .inner .text {
    max-width: 5000px;
  }
  .hero.newsBanner {
    text-align: right;
  }
}
.filler {
  padding: 30px 0 0 0;
}

@media only screen and (min-width: 600px) {
  .filler {
    padding: 50px 0 0 0;
  }
}
.testimonials {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  font-size: 15px;
  padding: 60px 20px 120px 20px;
  position: relative;
  text-align: center;
}
.testimonials .container {
  position: inherit;
}
.testimonials blockquote {
  padding: 0 12%;
}
.testimonials h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.testimonials cite {
  opacity: 0.75;
}
.testimonials .tns-nav {
  display: none;
}
.testimonials .tns-controls {
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
}

.tns-controls button {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  font-size: 0;
  height: 40px;
  margin: 0 5px;
  width: 40px;
}
.tns-controls button:first-child {
  background-image: url(images/icon-down-grey.svg);
  transform: rotate(90deg);
}
.tns-controls button:nth-child(2) {
  background-image: url(images/icon-down-grey.svg);
  transform: rotate(-90deg);
}

.gallery {
  background: #f6f6f6;
  clear: both;
  padding: 0;
  text-align: center;
}
.gallery .one-quarter.column {
  float: left;
  margin: 0 1% 2% 1%;
  position: relative;
  width: 48%;
}
.gallery img {
  display: block;
}
.gallery .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.5s;
}
.gallery .close-overlay {
  display: none;
}

.gallery .column:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
}

html .gallery .expand {
  color: #fff !important;
  opacity: 0;
  height: 60px;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-left: -30px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  width: 60px;
  z-index: 100;
}

.gallery .column:hover .expand {
  opacity: 1;
  transition: all 0.5s;
}

@media only screen and (min-width: 600px) {
  .gallery .one-quarter.column {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
}
.boxes.padding {
  padding: 40px 0;
}
.boxes .box {
  margin: 0 0 40px 0;
  overflow-wrap: break-word;
}
.boxes .box p:last-child {
  margin: 0;
}
.boxes .box:last-child {
  margin-bottom: 0;
}
.boxes.padded .box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.boxes.shadowed .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.boxes .gutters {
  margin: 0 1%;
}

@media only screen and (min-width: 600px) {
  .boxes.padding {
    padding: 70px 0;
  }
  .boxes .box {
    margin: 0 1% 2% 1%;
  }
  .boxes .box:last-child {
    margin-bottom: 2%;
  }
  .boxes .normal {
    align-items: normal;
  }
  .boxes .top {
    align-items: start;
  }
  .boxes .middle {
    align-items: center;
  }
  .boxes .bottom {
    align-items: flex-end;
  }
  .boxes.padded .box {
    margin-bottom: 0;
    padding: 40px;
  }
  .boxes .dotsPink {
    border-left: 5px dotted #FAE5ED;
    border-right: 5px dotted #FAE5ED;
    padding: 0 10px;
  }
  .boxes .dotsLilac {
    border-left: 5px dotted #ADADD7;
    border-right: 5px dotted #ADADD7;
    padding: 0 10px;
  }
}
.fifty .container {
  padding: 0 20px;
}
.fifty .content {
  overflow: hidden;
  padding: 30px;
}
.fifty .content img {
  vertical-align: baseline;
}
.fifty .content p img {
  max-height: 12px;
  width: auto;
}
.fifty .content .smallPrint img {
  max-height: 10px;
  width: auto;
}

@media only screen and (min-width: 600px) {
  .fifty .container {
    padding: 0 20px;
  }
  .fifty .image {
    padding: 30px 30px 1px 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .fifty .container {
    max-width: 1360px;
    padding: 0 20px;
  }
  .fifty .twelve {
    align-items: center;
  }
  .fifty .image {
    flex: 0 0 50%;
    padding: 0;
  }
  .fifty .image img {
    display: block;
    width: 100%;
  }
  .fifty .content {
    flex: 0 0 50%;
    padding: 30px 40px;
  }
  .fifty .content p img {
    max-height: 15px;
  }
  .fifty .content .smallPrint img {
    max-height: 12px;
  }
  .fifty.flipped1 .grid {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .fifty .container {
    padding: 0;
  }
  .fifty .image {
    padding: 0;
  }
}
.callToAction .padded {
  padding: 30px;
}
.callToAction p:last-child {
  margin: 0;
}
.callToAction .ctaContent.padded {
  padding-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .callToAction .padded {
    padding: 50px;
  }
  .callToAction .ctaContent.padded {
    padding-bottom: 50px;
  }
  .callToAction .container {
    max-width: 1360px;
  }
  .callToAction .twelve {
    align-items: center;
  }
}
.eyePanel .twelve {
  background: #FEF5EB;
}
.eyePanel .eyeImage {
  padding: 30px;
}
.eyePanel .eyeContent {
  padding-left: 30px;
  padding: 0 30px 30px 30px;
}
.eyePanel p:last-child {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .eyePanel .twelve {
    display: flex;
    align-items: center;
  }
  .eyePanel .eyeImage {
    flex: 0 0 320px;
    margin-bottom: 0;
    padding: 50px;
  }
  .eyePanel .eyeContent {
    padding: 50px 50px 50px 10px;
  }
}
.borderLeftXimluci {
  border-left: 15px solid #f7941d;
}

.borderLeftKinpeygo {
  border-left: 15px solid #8C3C96;
}

.borderLeftMovymia {
  border-left: 15px solid #7477b8;
}

.full {
  clear: both;
}
.full .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 700px;
  overflow-wrap: break-word;
  padding: 0 20px;
}
.full p:last-child {
  margin: 0;
}
.full .btn {
  margin-top: 10px;
}

.text-and-image {
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.text-and-image .text-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.text-and-image .text-block h2, .text-and-image .text-block h3 {
  color: #fff;
}

@media only screen and (min-width: 900px) {
  .text-and-image .text-block.right {
    float: right;
    text-align: right;
    width: 50%;
  }
  .text-and-image .text-block.left {
    float: left;
    text-align: left;
    width: 50%;
  }
  .text-and-image .text-block.centre {
    display: block;
    float: none;
    margin: 0 auto;
    width: 50%;
  }
}
.faqs {
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
}

.faq {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}

.faq:first-child {
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.faq-question {
  cursor: pointer;
  margin-bottom: 16px;
}

.faq-question:before {
  background-image: url(images/icon-chev-down-blue.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 20px;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq.active .faq-question:before {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 20px;
  transition: all 0.2s ease;
}

.newsCards h4 {
  color: #09347a;
}
.newsCards .newsItem {
  margin-bottom: 50px;
}
.newsCards .newsItem .smallPrint {
  margin-bottom: 5px;
}
.newsCards .newsItem .newsItemImage {
  margin-bottom: 15px;
  position: relative;
}
.newsCards .newsItem .newsItemImage .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media only screen and (min-width: 600px) {
  .newsCards .newsItemImage {
    height: 28%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 800px) {
  .newsCards .container {
    max-width: 1280px;
  }
  .newsCards .newsItem {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .newsCards .newsItem .newsItemImage {
    height: 50%;
    overflow: hidden;
  }
  .newsCards .newsItem .newsItemImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
/* Blog section */
.postmetadata {
  background: #fafafa;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 40px;
  padding: 5px 10px;
}
.postmetadata span {
  display: inline-block;
}

.blogcat {
  padding: 0 16px 0 0;
}

.blogdate {
  padding: 0 16px 0 0;
}

.blogcomments {
  color: #999;
  padding: 0 16px 0 0;
}

.entry img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.navigation {
  text-align: center;
}
.navigation .navlink {
  display: inline-block;
}

/* Sidebar section */
#sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar #submit {
  float: left;
  margin-left: 5px;
}
#sidebar > li {
  background: #eee;
  margin: 0 0 20px 0;
  padding: 10px;
}
#sidebar li li {
  margin: 0;
}
#sidebar form > div {
  margin: 0;
}
#sidebar label {
  display: none;
}

#s {
  float: left;
  margin-right: 5px;
  width: 50%;
}

#searchform {
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: right;
  width: 100%;
}
#searchform input {
  height: 46px;
  padding: 0 12px;
}

#search {
  position: absolute;
  left: 0;
  right: 75px;
}

#s {
  border: none;
  border-radius: 0;
}

#search input[type=text] {
  width: 100%;
}

#searchsubmit {
  width: 60px;
}

#searchwrapper {
  background: #eee;
  padding: 10px;
}
#searchwrapper label {
  display: none;
}
#searchwrapper div {
  margin: 0;
}

.searchPage {
  margin: 0 auto;
  max-width: 800px;
  padding: 50px 0 40px 0;
}

/* footer */
#footer {
  background: #F7F7F7;
  padding: 50px 0;
  text-align: center;
}
#footer ul {
  list-style: none;
  margin: 0;
}

#footerNav,
#footerLogo {
  margin-bottom: 40px;
}

#footerLogo svg {
  margin: 0 auto;
  width: 150px;
}

@media only screen and (min-width: 600px) {
  #footerNav {
    margin-bottom: 0;
    text-align: left;
  }
  #footerMeta {
    margin-bottom: 0;
    text-align: right;
  }
}
#subFooter {
  background: #212529;
  color: #f7f7f7;
  padding: 20px 0;
  text-align: center;
}
#subFooter span {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 600px) {
  #subFooter span {
    display: inline-block;
    margin: 0 10px;
  }
}
.btt {
  display: block;
  font-size: 0;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  width: auto;
}
.btt a {
  display: inline-block;
}
.btt svg {
  height: auto;
  width: 30px;
}
.btt svg path {
  fill: #1b66b1;
  transition: all 0.2s linear;
}
.btt svg:hover path {
  fill: #D0004F;
  transition: all 0.2s linear;
}

/* #Media Queries */
@media only screen and (min-width: 600px) {
  .mobile {
    display: block;
  }
}
#wpadminbar {
  display: none;
}

@media only screen and (min-width: 960px) {
  #wpadminbar {
    display: block;
  }
}
.social a {
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  width: auto;
}
.social svg {
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .scrollHeader #nav2 {
    top: 30px;
    transition: all 0.2s ease;
  }
  #nav2 {
    display: inline-block;
    position: absolute;
    top: 65px;
    left: 50%;
    transition: all 0.2s ease;
    transform: translateX(-50%);
    width: auto;
    z-index: 999;
  }
  #nav2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nav2 ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  #nav2 ul li a {
    color: #212529;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 25px;
    text-decoration: none;
  }
  #nav2 ul li a img {
    height: 10px;
    width: auto;
  }
  #nav2 ul li a:hover {
    color: #D0004F;
  }
  #nav2 ul li button.sub_nav {
    display: none;
  }
  .navclose {
    display: none;
  }
  #nav2 ul li .sub-menu {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 20px 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 200;
  }
  #nav2 ul li .sub-menu li {
    float: none;
  }
  #nav2 ul li .sub-menu li a {
    border: none;
    height: auto;
    line-height: 1.2;
    overflow: hidden;
    padding: 15px 0;
    width: 300px;
  }
  #nav2 a.mobile_handle {
    display: none;
  }
  #nav2 .menu-parent-item {
    position: relative;
    z-index: 400;
  }
  #nav2 .menu-parent-item a {
    padding-right: 30px;
  }
  #nav2 .menu-parent-item > a:after {
    background-image: url(images/icon-chev-down-blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 15px;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 11px;
    transition: all 0.1s linear;
    vertical-align: middle;
    width: 15px;
  }
  #nav2 .menu-parent-item:hover > a:after {
    opacity: 0;
    transition: all 0.1s linear;
  }
}
.wpcf7 {
  /* Hide the browser's default checkbox */
}
.wpcf7 input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #1b66b1;
  border-radius: 5px;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 24px;
}
.wpcf7 input[type=checkbox]:focus {
  border-color: #918cad;
  border-radius: 5px;
  box-shadow: 0 0 0 0.25rem rgba(35, 24, 91, 0.25);
}
.wpcf7 input:checked[type=checkbox] {
  background-color: #1b66b1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.wpcf7-acceptance {
  display: inline-block;
  line-height: 27px;
  position: relative;
}

html .wcpt-product-form select {
  height: 40px;
  width: 100%;
}

label {
  font-weight: bold;
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.wpcf7-form-control-wrap {
  display: block;
  margin: 5px 0 10px 0;
}

.wpcf7-quiz-label {
  font-size: 13px;
}

#gmap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* GSAP stuff */
.fadeIn {
  opacity: 0;
  position: relative;
}

.movy-tri {
  font-size: 11px;
  position: relative;
  top: -8px;
}

.adverse {
  border: 1px solid #1b66b1;
  padding: 20px;
}
.adverse p:last-child {
  margin: 0;
}

.smallPrint {
  font-size: 12px;
}

.largePrint {
  font-size: 16px;
}

.portfolio {
  font-weight: 600;
  text-align: center;
}
.portfolio .column {
  opacity: 0;
  position: relative;
  top: 50px;
}

@media only screen and (min-width: 600px) {
  .smallPrint {
    font-size: 14px;
  }
  .largePrint {
    font-size: 24px;
  }
  .portfolio p {
    min-height: 150px;
  }
}
.twoColumnProduct .text {
  opacity: 0;
  position: relative;
  right: -50px;
}
.twoColumnProduct .image {
  opacity: 0;
  position: relative;
  left: -50px;
}
.twoColumnProduct .title {
  border-radius: 20px;
  max-width: 450px;
  padding: 20px;
  position: relative;
  z-index: 500;
}
.twoColumnProduct .title h2, .twoColumnProduct .title h3 {
  color: #fff;
  margin-bottom: 5px;
}
.twoColumnProduct .title p:last-child {
  margin: 0;
}
.twoColumnProduct .info {
  background: #fff;
  border-radius: 20px;
  margin-top: -70px;
  padding: 110px 20px 20px 20px;
  position: relative;
  z-index: 400;
}

@media only screen and (min-width: 600px) {
  .twoColumnProduct .container {
    align-items: center;
  }
  .twoColumnProduct.flipped1 .container {
    flex-direction: row-reverse;
  }
  .twoColumnProduct.flipped1 .container .text {
    right: auto;
    left: -50px;
  }
  .twoColumnProduct.flipped1 .container .image {
    left: auto;
    right: -50px;
  }
  .twoColumnProduct .title {
    padding: 30px;
  }
  .twoColumnProduct .info {
    padding: 120px 30px 30px 30px;
  }
}
.productTable {
  vertical-align: middle;
}
.productTable tr, .productTable td {
  border: 0;
  vertical-align: middle;
}
.productTable td {
  border-top: 1px solid #eee;
  padding: 20px 0 20px 20px;
}
.productTable tr:last-child td {
  border-bottom: 1px solid #eee;
}
.productTable img {
  max-width: 120px;
  margin-right: 20px;
}

.stayForm .text {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 50px;
}

/* Practice HCP popup */
.practicePopup {
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}
.practicePopup.popShow {
  display: block;
}
.practicePopup.popHide {
  display: none;
}
.practicePopup .practicePopupHcp {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  max-width: 330px;
  overflow-y: auto;
  padding: 30px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.practicePopup .practicePopupHcp .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

@media only screen and (min-width: 600px) {
  .practicePopup .practicePopupHcp {
    display: block;
    max-height: 75%;
    min-height: 300px;
    max-width: 800px;
    padding: 40px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75%;
  }
  .practicePopup .practicePopupHcp .btn {
    margin-bottom: 0;
  }
}
/* Practice external link popup */
.practicePopupExternal {
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.practicePopupExternal.popShow {
  display: block;
}
.practicePopupExternal.popHide {
  display: none;
}
.practicePopupExternal .practicePopupLink {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  max-width: 350px;
  overflow-y: auto;
  padding: 40px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.practicePopupExternal .practicePopupLink .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}
.practicePopupExternal .popClose {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 0;
  height: 29px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 29px;
}
.practicePopupExternal .popClose:before {
  background: #D0004F;
  content: "";
  height: 4px;
  position: absolute;
  top: 13px;
  left: -4px;
  transform: rotate(45deg);
  width: 38px;
}
.practicePopupExternal .popClose:after {
  background: #D0004F;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 12px;
  left: -4px;
  transform: rotate(-45deg);
  width: 38px;
}
.practicePopupExternal p:last-child {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .practicePopupExternal .practicePopupLink {
    display: block;
    max-height: 75%;
    min-height: 300px;
    max-width: 900px;
    padding: 60px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75%;
  }
  .practicePopupExternal .practicePopupLink .btn {
    margin-bottom: 0;
  }
}
.tabs .container {
  max-width: 800px;
}
.tabs .tabList {
  list-style: none;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 400;
}
.tabs .tabList li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.tabs .tabList li a {
  background: #eee;
  border-bottom: 0;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabs .tabList li a:hover {
  text-decoration: none;
}
.tabs .tabList li.active a {
  background: #f7941d;
  color: #fff;
}
.tabs .tabsPanel {
  border-top: 2px solid #f7941d;
  position: relative;
  width: 100%;
}
.tabs .tabContent {
  background: #fff;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 30px 0 0 0;
  position: relative;
  transition: all 0.2s linear;
  z-index: 300;
}
.tabs .tabContent.active {
  display: block;
  opacity: 1;
  transition: all 0.2s linear;
}
.tabs .tabContent .box {
  background: #f7f7f7;
  border-left: 15px solid #f7941d;
  margin-bottom: 30px;
  padding: 30px;
}
.tabs .tabContent .box p:last-child {
  margin: 0;
}
.tabs .tabContent .tabBox .image img {
  display: block;
  margin-bottom: 15px;
}
.tabs.kinpeygo .btn {
  background-color: #8C3C96;
  border-color: #8C3C96;
}
.tabs.kinpeygo .btn:hover {
  background-color: transparent;
  background-image: url(images/arrow-right-kinpeygo.svg);
  color: #8C3C96;
}
.tabs.kinpeygo .tabsPanel {
  border-color: #8C3C96;
}
.tabs.kinpeygo .tabList li.active a {
  background: #8C3C96;
  color: #fff;
}
.tabs.kinpeygo .tabContent .box {
  border-color: #8C3C96;
}
.tabs.movymia h4 {
  color: #472f92;
}
.tabs.movymia .btn {
  background-color: #472f92;
  border-color: #472f92;
}
.tabs.movymia .btn:hover {
  background-color: transparent;
  background-image: url(images/arrow-right-purple.svg);
  color: #472f92;
}
.tabs.movymia .tabsPanel {
  border-color: #7477b8;
}
.tabs.movymia .tabList li.active a {
  background: #7477b8;
  color: #fff;
}
.tabs.movymia .tabContent .box {
  border-color: #7477b8;
}
.tabs.ximluci {
  color: #06357a;
}
.tabs.ximluci h3, .tabs.ximluci h4 {
  color: #06357a;
}
.tabs.ximluci .tabHCP .tabBox {
  border-left-color: #f7941d;
}
.tabs.ximluci .tabHCP .btn {
  background-color: #f7941d;
  border-color: #f7941d;
}
.tabs.ximluci .tabHCP .btn:hover {
  background-color: #fff;
  background-image: url(images/arrow-right-orange.svg);
  color: #f7941d;
}
.tabs.ximluci .tabPatient .tabBox {
  border-left-color: #06357a;
}
.tabs.ximluci .tabPatient .btn {
  background-color: #06357a;
  border-color: #06357a;
}
.tabs.ximluci .tabPatient .btn:hover {
  background-color: #fff;
  color: #06357a;
}

@media only screen and (min-width: 830px) {
  .tabs .tabContent {
    margin: 0 -1%;
  }
  .tabs .tabContent .box {
    margin-bottom: 2%;
    padding: 60px 40px;
  }
  .tabs .tabContent .tabBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .tabs .tabContent .tabBox .image {
    flex: 0 0 50%;
    padding-right: 30px;
  }
  .tabs .tabContent .tabBox .image img {
    margin: 0 auto;
  }
  .tabs .tabContent .tabBox .content {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs .tabContent .tabBox .image img {
    max-height: 200px;
  }
}
.iconTable {
  padding-bottom: 20px;
}
.iconTable img {
  display: block;
  width: 47px;
}
.iconTable td {
  padding-right: 20px;
  vertical-align: middle;
}

.pageUzpruvo.wrap {
  background: #F0F1F4;
}
.pageUzpruvo h1, .pageUzpruvo h2, .pageUzpruvo h3, .pageUzpruvo h4, .pageUzpruvo h5, .pageUzpruvo h6 {
  color: #464a7a;
}
.pageUzpruvo button, .pageUzpruvo .btn {
  background-color: #464a7a;
  border: 2px solid #464a7a;
  color: #fff;
}
.pageUzpruvo button:hover, .pageUzpruvo .btn:hover {
  background-color: transparent;
  background-image: url(images/arrow-right-uzpruvo.svg);
  color: #464a7a;
}
.pageUzpruvo .faq-question:before {
  background-image: url(images/icon-chev-down-coral.svg);
}
.pageUzpruvo .plum {
  background: #464a7a;
  color: #fff;
}
.pageUzpruvo .plum a, .pageUzpruvo .plum h2 {
  color: #fff;
}
.pageUzpruvo .coralHeading h1, .pageUzpruvo .coralHeading h2, .pageUzpruvo .coralHeading h3, .pageUzpruvo .coralHeading h4 {
  color: rgb(231, 124, 106);
}
.pageUzpruvo .maxtwelvehundred {
  max-width: 1200px;
  margin: 0 auto;
}
.pageUzpruvo .tabs .tabList li.active a {
  background: #464a7a;
  color: #fff;
}
.pageUzpruvo .tabs .tabContent {
  background: #fff;
}
.pageUzpruvo .tabs .tabsPanel {
  border: 1px solid rgb(70, 74, 122);
}
.pageUzpruvo .tabs .tabContent .box {
  background-color: rgba(70, 74, 122, 0.05);
  border: 1px solid rgba(70, 74, 122, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.pageUzpruvo .tabs .tabContent .box img {
  box-shadow: 3px 3px 6px #888888;
}
.pageUzpruvo img.noBox {
  box-shadow: none;
}
.pageUzpruvo .faqs {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
  background-color: rgba(231, 124, 106, 0.05);
  border: 1px solid rgba(231, 124, 106, 0.1);
  border-radius: 10px;
}
.pageUzpruvo .faq:first-child {
  border-top: none;
  padding-top: 24px;
}
.pageUzpruvo .faq {
  border-bottom: 0;
}
.pageUzpruvo .faqs .faq h4 {
  color: rgb(231, 124, 106);
}
.pageUzpruvo .uzpruvoBox {
  background: #fff;
  border-left: 15px solid #464a7a;
  margin-bottom: 30px;
  padding: 30px;
}
.pageUzpruvo .zeroMarginPadding {
  margin: 0;
  padding: 0;
}
.pageUzpruvo .orangeRule {
  border-top: 1px solid #e77c6a;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .pageUzpruvo .uzpruvoBox {
    margin-bottom: 2%;
    padding: 40px;
  }
  .pageUzpruvo .paddedfifteenpx {
    padding: 15px 0 15px 0;
    margin: 0 !important;
  }
  .pageUzpruvo .boxes .borderOrange {
    border: 1px solid rgba(231, 124, 106, 0.1);
    background-color: rgba(231, 124, 106, 0.05);
  }
  .pageUzpruvo .boxes .borderPlum {
    border: 1px solid rgba(70, 74, 122, 0.1);
    background-color: rgba(70, 74, 122, 0.05);
  }
  .pageUzpruvo .boxes .borderOrange h4 {
    color: rgb(231, 124, 106);
  }
  .pageUzpruvo .boxes {
    margin: 0 40px;
  }
}
.pageUzpruvo .lightPlum {
  background: #edebf1;
}
@media only screen and (min-width: 830px) {
  .pageUzpruvo .tabs {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 830px) {
  .pageUzpruvo .tabContent {
    padding: 20px;
  }
}

.social {
  font-size: 0;
}

.social a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 40px;
}

.social a:hover {
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.social a:visited {
  color: #fff;
}

.facebook,
.facebook:active {
  background-color: #3B5998;
  background-image: url(../images/icon-facebook.svg);
}

.facebook:hover {
  background-color: #3B77C9;
  color: #fff;
}

.twitter,
.twitter:active {
  background-color: #4099FF;
  background-image: url(../images/icon-twitter.svg);
}

.twitter:hover {
  background-color: #53BAFF;
}

.linkedin,
.linkedin:active {
  background-color: #343434;
  background-image: url(images/icon-linkedin.svg);
}

.linkedin:hover {
  background-color: #666;
}

.pinterest,
.pinterest:active {
  background-color: #cb2027;
  background-image: url(../images/icon-pinterest.svg);
}

.pinterest:hover {
  background-color: #DB5748;
  color: #fff;
}

.instagram,
.instagram:active {
  background-color: #E1306C;
  background-image: url(../images/icon-instagram.svg);
}

.instagram:hover {
  background-color: rgb(228.2278481013, 70.2721518987, 123.8164556962);
}

.rss,
.rss:active {
  background: #E48645;
}

.rss:hover {
  background: #ECA471;
}

.flickr,
.flickr:active {
  background: #0063DC;
}

.flickr:hover {
  background: #1B76E5;
}

.flickr:before {
  content: "\f16e";
}

.youtube,
.youtube:active {
  background-color: #e52d27;
  background-image: url(../images/icon-youtube.svg);
}

.youtube:hover {
  background: #EA4944;
}
