@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:
*/
/* ubuntu-regular - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/ubuntu-v20-latin-regular.woff2") format("woff2"), url("fonts/ubuntu-v20-latin-regular.woff") format("woff");
}
/* ubuntu-700 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/ubuntu-v20-latin-700.woff2") format("woff2"), url("fonts/ubuntu-v20-latin-700.woff") format("woff");
}
@media only screen and (max-width: 1199px) {
  #nav2 {
    background: #054e81;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    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 {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 25px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 25px;
  }
  .arrow_down svg {
    height: 100%;
    width: 100%;
  }
  .openSubnav .arrow_down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s 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;
    text-transform: uppercase;
    -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 ul {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    max-height: 0;
    opacity: 0;
    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;
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  #nav2 ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #nav2 ul ul li:last-child {
    border-bottom: 0;
  }
  #nav2 ul ul a,
  #nav2 ul ul a:link,
  #nav2 ul ul a:visited {
    color: #aaa;
    padding: 10px 0 10px 20px;
  }
  #nav2 ul ul a:hover {
    color: #fff;
  }
  #nav2 .sub_nav {
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0;
    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;
}

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;
  color: #054e81;
  font-family: "Ubuntu", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}
body.locked {
  overflow: hidden;
}
body.locked .wrap {
  filter: blur(10px);
}
body.loaded {
  opacity: 1;
  transition: opacity 0.5s linear;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #054e81;
  font-family: "Ubuntu", arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
  text-wrap: balance;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

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

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

h1 {
  font-size: 2.986rem;
}

h2 {
  font-size: 2.488rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.7rem;
}

h5 {
  font-size: 1.44rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1rem 0;
}

p img {
  margin: 0;
}

address {
  margin: 0 0 1rem 0;
}

em {
  font-style: italic;
}

.strong,
strong {
  font-weight: 700;
}

.smallText {
  font-size: 0.8em;
}

.largeText {
  font-size: 1.2em;
  line-height: 1.3em;
}

.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: 830px) {
  body html {
    font-size: 18.4px;
  }
  .smallText {
    font-size: 15px;
  }
  .largeText {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 22.4px;
  }
}
/*	Blockquotes  */
blockquote, blockquote p {
  color: #054e81;
  font-style: normal;
}

blockquote {
  background: #fafafa;
  margin: 0 0 1rem;
  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: #054e81;
  text-decoration: underline;
  transition: all 0.2s linear;
}

a:hover, a:focus {
  color: rgb(5.9514925373, 92.8432835821, 153.5485074627);
  transition: all 0.2s linear;
}

a:active {
  background: inherit;
}

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

/* #Lists */
ul, ol {
  margin: 0 0 0 2rem;
  padding-bottom: 2rem;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

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

dl {
  margin: 0 0 30px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 30px;
}

/* #Notification Styles */
.hidden-fields-container {
  border: 0;
  margin: 0;
  padding: 0;
}

.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: 1rem;
  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: 1rem;
  padding: 5px 10px 5px 28px;
}

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

.info,
.information {
  background-color: #0056A6;
  background-image: url(images/icon-info.svg);
  background-position: 7px 10px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 1rem;
  padding: 5px 10px 5px 28px;
}

.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 {
  background-image: url("data:image/svg+xml,%3Csvg width='100pt' height='100pt' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m83.332 39.582v-20.832l-7.293 7.293c-6.457-7.0859-15.832-11.461-26.039-11.461-19.582 0-35.418 15.836-35.418 35.418s15.832 35.418 35.418 35.418c10 0 18.957-4.168 25.418-10.832l-5.832-6.043c-4.793 5.207-11.879 8.5391-19.586 8.5391-15 0-27.082-12.082-27.082-27.082s12.082-27.082 27.082-27.082c7.918 0 15.207 3.543 20.207 8.957l-7.707 7.707z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  -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;
  width: 36px;
}

.wpcf7-spinner:before {
  display: inline-block;
  height: 36px;
  transform-origin: center center;
  width: 36px;
}

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

pre {
  margin-bottom: 1rem;
}

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: "”";
}

.chip {
  background: #eee;
  color: #054e81;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  padding: 8px 16px;
}
.chip a {
  color: #054e81;
  text-decoration: none;
}

.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 20px auto;
}

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

.mobile {
  display: none;
}

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

th {
  background: #eee;
  border: 0;
  color: #054e81;
}

th, td {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 10px;
}

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

/* #Buttons */
button {
  background: transparent;
  border: 0;
}

button,
.button,
.button:visited,
.btn,
.btn:visited,
input[type=submit],
input[type=reset],
input[type=button] {
  background-color: #054e81;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  overflow: visible;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
  -webkit-appearance: none;
}

button:hover,
.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background-color: rgb(5.9514925373, 92.8432835821, 153.5485074627);
  color: #fff;
  transition: all 0.2s linear;
}

button:active,
.button:active,
.button:focus,
.btn:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  box-shadow: inset 0 0 2px rgb(0, 0, 0);
  color: #fff;
}

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

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

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: 1px solid #ccc;
  border-radius: 2px;
  color: #777;
  display: block;
  font-family: "Ubuntu", arial, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 12px;
  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: 1px solid #aaa;
  -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: #444;
}

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: 1px solid #ccc;
  border-radius: 2px;
  height: 40px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
}
.select-input:focus-within {
  outline: rgb(0, 95, 204) auto 2px;
  outline-offset: 1px;
}

select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  cursor: pointer;
  border: 0;
  display: block;
  font-family: "Ubuntu", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  outline: 0;
  padding: 12px 11px 12px 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: 1rem;
  }
}
/* 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-half,
.container .three-quarter,
.container .one-third,
.container .two-thirds {
  margin: 0;
  width: 100%;
}

.container.gridRow,
.row {
  margin: 0 auto 2% auto;
}

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

.gridRow .column,
.gridRow .columns {
  background: #eee;
  box-sizing: border-box;
  padding: 20px;
}

@media only screen and (min-width: 600px) {
  .gridRow .column,
  .gridRow .columns {
    padding: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
/* #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;
}

.locked > .wrap {
  filter: blur(10px);
}

.skipLink {
  position: absolute;
  left: 50%;
  transform: translateY(-100%);
  z-index: 9999;
}
.skipLink:focus {
  transform: translateY(0%);
}

#header {
  height: 100px;
  position: relative;
}
#header .container {
  height: 100px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  #header {
    height: 100px;
  }
  #header .container {
    height: 100px;
    position: relative;
  }
}
#headerLogo {
  height: auto;
  position: absolute;
  left: 20px;
  top: 25px;
  width: 200px;
}
#headerLogo img {
  display: block;
  max-height: 100%;
}

@media only screen and (min-width: 1200px) {
  #headerLogo {
    margin: 0;
    position: absolute;
    left: 1%;
    bottom: 20px;
    width: 200px;
  }
}
#header .social,
#nav2 {
  display: none;
}

#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;
  display: block;
  font-size: 0;
  height: 29px;
  overflow: visible;
  padding: 0;
  width: 29px;
}
#headerMenuMobile button span {
  background: #D38726;
  display: block;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:before {
  background: #D38726;
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:after {
  background: #D38726;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:active {
  box-shadow: none;
}
#headerMenuMobile button.navOpen:before {
  background: #D38726;
  transform: rotate(45deg);
  top: 12px;
  left: -3px;
  width: 38px;
}
#headerMenuMobile button.navOpen span {
  opacity: 0;
}
#headerMenuMobile button.navOpen:after {
  background: #D38726;
  transform: rotate(-45deg);
  bottom: 12px;
  left: -3px;
  width: 38px;
}

@media only screen and (min-width: 1200px) {
  #headerMenuMobile {
    display: none;
  }
}
#headerContactMobile {
  display: inline-block;
  font-size: 0;
  height: 34px;
  position: absolute;
  top: 32px;
  right: 70px;
  vertical-align: top;
  width: 36px;
}
#headerContactMobile a {
  display: block;
}

@media only screen and (min-width: 1200px) {
  #headerMenuMobile {
    display: none;
  }
  #headerContactMobile {
    display: none;
  }
}
/* Homepage */
/* Flexible content */
.white {
  background: #fff;
}

.introPanel {
  padding: 40px 0;
}

.imageFit p {
  height: 100%;
}
.imageFit img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.rounded {
  border-radius: 20px;
  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;
  }
}
.jobCode {
  padding: 15px 0;
  text-align: center;
}

.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: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.hero .banner .inner h1, .hero .banner .inner h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.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;
}

.filler {
  padding: 20px 0 0 0;
}
.filler.smallFill {
  padding: 20px 0 0 0;
}
.filler.mediumFill {
  padding: 40px 0 0 0;
}
.filler.largeFill {
  padding: 60px 0 0 0;
}

@media only screen and (min-width: 600px) {
  .filler {
    padding: 40px 0 0 0;
  }
  .filler.smallFill {
    padding: 24px 0 0 0;
  }
  .filler.mediumFill {
    padding: 40px 0 0 0;
  }
  .filler.largeFill {
    padding: 70px 0 0 0;
  }
}
.container .filler {
  flex: 0 0 100%;
}

.testimonials {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  font-size: 16px;
  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%;
  }
}
.tabs .container {
  max-width: 800px;
}
.tabs .tabList {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 400;
}
.tabs .tabList li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.tabs .tabList li button {
  background: #eee;
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #054e81;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
}
.tabs .tabList li button:hover {
  text-decoration: none;
}
.tabs .tabList li.active button {
  background: #fff;
  padding-bottom: 11px;
}
.tabs .tabsPanel {
  border: 1px solid #ddd;
  margin-top: -1px;
  position: relative;
}
.tabs .tabContent {
  background: #fff;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: all 0.2s linear;
  z-index: 300;
}
.tabs .tabContent.active {
  display: block;
  opacity: 1;
  transition: all 0.2s linear;
}

.accordion .container {
  max-width: 800px;
}
.accordion .accordionPanel h3 {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 0;
  padding: 10px 20px;
}
.accordion .accordionPanel h3 a {
  cursor: pointer;
  display: block;
}
.accordion .accordionPanel .inner {
  border: 1px solid #eee;
  height: 0;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0s linear;
}
.accordion .accordionPanel.active .inner {
  height: unset;
  opacity: 1;
  padding: 20px;
  transition: opacity 0.2s linear, height 0.2s linear, padding 0s linear;
}

.fadeTest {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
}

.newsCards h2 {
  margin-top: 0;
  padding: 0 20px;
  text-align: center;
}
.newsCards h3 {
  margin-top: 0;
}
.newsCards .card {
  background: #fff;
  margin-bottom: 40px;
}
.newsCards .card .newsThumb img {
  display: block;
  width: 100%;
}
.newsCards .card:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 900px) {
  .newsCards .card {
    flex: 0 0 31.333%;
    margin: 0 1%;
  }
  .newsCards .card:last-child {
    margin-bottom: 0;
  }
}
.scrolling_cards {
  background: #eee;
  overflow: hidden;
  padding: 40px 0 50px 0;
  position: relative;
}
.scrolling_cards .tns-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}
.scrolling_cards .tns-inner {
  padding-bottom: 80px;
  padding-right: 50px;
}
.scrolling_cards .tns-nav {
  display: none;
}
.scrolling_cards button:disabled {
  opacity: 0.4;
}
.scrolling_cards .tns-ovh {
  overflow: visible;
}
.scrolling_cards .container {
  display: block;
}
.scrolling_cards .card .card_image {
  margin-bottom: 2rem;
}
.scrolling_cards .card .card_image img {
  display: block;
  width: 100%;
}
.scrolling_cards .card .card_content {
  padding-right: 2rem;
}

@media only screen and (min-width: 600px) {
  .scrolling_cards .tns-inner {
    padding-right: 0;
  }
  .scrolling_cards .tns-outer {
    margin: 0 1%;
  }
}
.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;
  padding: 0 20px;
}
.full p:last-child {
  margin: 0;
}
.full .btn {
  margin-top: 10px;
}

.boxes .box {
  margin: 0 0 20px 0;
}
.boxes .box p:last-child {
  margin: 0;
}
.boxes .box:last-child {
  margin-bottom: 0;
}
.boxes .gutters {
  margin: 0 1%;
}

@media only screen and (min-width: 600px) {
  .boxes .box {
    margin: 0 1%;
  }
  .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: 30px;
  }
}
.textImage {
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.textImage .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  float: none;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.textImage .text h2, .textImage .text h3 {
  color: #fff;
}

@media only screen and (min-width: 900px) {
  .textImage .text.right {
    float: right;
    margin-right: 1%;
    text-align: right;
    width: 50%;
  }
  .textImage .text.left {
    float: left;
    margin-left: 1%;
    text-align: left;
    width: 50%;
  }
  .textImage .text.centre {
    display: block;
    float: none;
    margin: 0 auto;
    width: 50%;
  }
}
.faqs {
  margin: 0 auto;
  padding: 0;
}
.faqs .faq {
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 40px;
  position: relative;
}
.faqs .faq:first-child {
  border-top: 1px solid #eee;
}
.faqs .faq-question {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 16px;
  position: relative;
}
.faqs .showFaq {
  background: transparent;
  content: "";
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 24px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0;
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 30px;
}
.faqs .showFaq svg {
  display: block;
  height: 24px;
  width: 30px;
}
.faqs .showFaq svg path {
  fill: #666;
}
.faqs .faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.faqs .faq.active .showFaq {
  -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;
}
.faqs .faq.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 20px;
  transition: all 0.2s ease;
}

.logoPanel {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  font-size: 16px;
  padding: 0 0 120px 0;
  position: relative;
  text-align: center;
}
.logoPanel .container {
  position: inherit;
}
.logoPanel blockquote {
  padding: 0 12%;
}
.logoPanel h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.logoPanel cite {
  opacity: 0.75;
}
.logoPanel .slides .logo.tns-item {
  vertical-align: middle;
}
.logoPanel .tns-nav {
  display: none;
}
.logoPanel .tns-controls {
  position: absolute;
  bottom: -60px;
  left: 0;
  text-align: center;
  width: 100%;
}
.logoPanel .logo img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

@media only screen and (min-width: 800px) {
  .logoPanel {
    padding: 0;
  }
  .logoPanel .tns-outer {
    padding: 0 75px;
    position: relative;
  }
  .logoPanel .tns-controls {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .logoPanel .tns-controls button:first-child {
    float: left;
  }
  .logoPanel .tns-controls button:last-child {
    float: right;
  }
}
/* Blog section */
.blogListing h1 {
  text-align: center;
}
.blogListing .newsThumb img {
  display: block;
}
.blogListing .post {
  margin-bottom: 50px;
}

.blogPost #bread {
  padding: 15px 0;
}
.blogPost .newsThumb img {
  display: block;
}

@media only screen and (min-width: 830px) {
  .blogListing {
    max-width: 800px;
  }
  .blogListing .post {
    display: flex;
    align-items: center;
  }
  .blogListing .post .newsThumb {
    flex: 40% 0 0;
  }
  .blogListing .post .newsText {
    flex: 60% 0 0;
    padding-left: 30px;
  }
  .blogListing .post .newsText.wide {
    flex: 100% 0 0;
    padding: 0;
  }
  .blogPost {
    max-width: 800px;
  }
  .blogPost .newsThumb {
    padding-bottom: 10px;
  }
  .blogPost .entry {
    padding-bottom: 50px;
  }
}
.postMetadata {
  background: #fafafa;
  border: 1px solid #eee;
  font-size: 12px;
  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: 40px 0;
}

/* Footer */
#footer {
  background: #054e81;
  color: #5fb8cc;
  padding: 50px 0;
  text-align: center;
}
#footer a {
  color: #5fb8cc;
}
#footer a:hover {
  color: #fff;
}

#nav3 ul {
  list-style: none;
  margin: 0;
  padding: 0 0 3rem 0;
}
#nav3 ul li {
  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: #5fb8cc;
  transition: all 0.2s linear;
}
.btt svg:hover path {
  fill: #fff;
  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 {
  font-size: 0;
  margin-bottom: 40px;
}
.social a {
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}
.social svg {
  height: 100%;
  width: auto;
}
.social a path {
  fill: #ccc;
  transition: all 0.2s linear;
}
.social a:hover path {
  fill: #fff;
  transition: all 0.2s linear;
}
.social .youtube svg {
  height: 25px;
  padding-top: 5px;
}

@media only screen and (min-width: 1200px) {
  #nav2 {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 1%;
    width: auto;
  }
  #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 {
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
  }
  #nav2 ul li:last-child a {
    padding-right: 0;
  }
  #nav2 ul li button.sub_nav {
    display: none;
  }
  #nav2 ul li.openSubnav .sub-menu {
    display: block;
  }
  .navclose {
    display: none;
  }
  #nav2 ul li .sub-menu {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 10px 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;
    overflow: hidden;
    width: 180px;
  }
  #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: 12px;
    top: 11px;
    transition: all 0.1s linear;
    vertical-align: middle;
    width: 15px;
  }
  #nav2 .menu-parent-item.openSubnav > a:after {
    opacity: 0;
    transition: all 0.1s linear rotate(0.0001deg);
  }
}
.wpcf7 {
  /* Hide the browser's default checkbox */
}
.wpcf7 .hidden-fields-container {
  border: 0;
  margin: 0;
  padding: 0;
}
.wpcf7 input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #054e81;
  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: #054e81;
  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-quiz-label {
  font-size: 13px;
}

.wpcf7-acceptance {
  display: inline-block;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance input {
  margin: 0 10px 0 0;
}
.wpcf7-acceptance label {
  display: block;
}
.wpcf7-acceptance span {
  vertical-align: middle;
}

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: 10px 0 10px 0;
}

#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;
  top: 50px;
}

.graphBar1 {
  border: 1px solid #c00;
  height: 1px;
}

.gsapInView {
  opacity: 1;
  position: relative;
  transition: all 0.2s ease;
}
.gsapInView:after {
  background: #c00;
  color: #fff;
  content: "ACTIVE";
  padding: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#myPlot1 rect {
  opacity: 0;
}

/* Practice HCP popup */
.practicePopup {
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.practicePopup.popShow {
  display: flex;
}
.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: #054e81;
  content: "";
  height: 4px;
  position: absolute;
  top: 13px;
  left: -4px;
  transform: rotate(45deg);
  width: 38px;
}
.practicePopupExternal .popClose:after {
  background: #054e81;
  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;
  }
}
.boxes video,
.full video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.chip {
  background: #5fb8cc;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 5px;
  padding: 8px 16px;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*	
	1. Buttons
*/
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
