/* compiled by scssphp 1.1.1 on Sun, 08 Nov 2020 21:45:47 +0000 (4.5967s) */

/* All core SCSS documents combined using import */
/* SCSS Mixins Document - @import "styles/mixins.scss"; */
/* Border Box: @include border-box(); */
/* Appearance: @include appearance(); */
/* Position: @include position(0px); */
/* Transition: @include transition(all,0.3s,ease,0.0s); */
/* Clearfix: @extend %clearfix; */
/* --------------------------------------------------- 
 TEMPLATE.CORE.CSS contains the default styles for websites
 built in the edit system.
 --------------------------------------------------- */
/* Typekit FOUT Fix */
.wf-loading {
  visibility: visible;
}
.material-icons {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.wf-active .material-icons {
  visibility: visible;
}
/* Main body */
html, body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #000000;
  clear: both;
  margin: 0 auto;
}
body .content {
  visibility: hidden;
}
.wf-active body .content {
  visibility: visible;
}
.hide {
  display: none;
}
/* Default links */
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.backgroundimage-content a {
  color: #ffffff;
}
/* Links with no colour */
a .silent, a.silent {
  color: #000000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a img {
  border: none;
}
/* Button link */
.readmore, .buynow, .backlink {
  display: inline-block;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h2 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 22px 0;
}
h2 {
  font-size: 22px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
/* Backgrounds */
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #ffffff;
  background-color: #204659;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.image {
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background.parallax {
  color: #ffffff;
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.backgroundimage-content {
  color: #ffffff;
}
.backgroundimage-content h1, .backgroundimage-content h2, .backgroundimage-content h3, .backgroundimage-content h4 {
  color: #ffffff;
}
/* Borders */
.border, .divider, hr {
  border: solid #e1e1e1 0px;
}
.border.full {
  border-width: 1px;
}
.border.top {
  border-top-width: 1px;
}
.border.left {
  border-left-width: 1px;
}
.border.right {
  border-right-width: 1px;
}
.border.bottom {
  border-bottom-width: 1px;
}
/* Standard clearer */
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
/* Standard divider */
.divider, hr {
  background: none;
  clear: both;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border-top-width: 1px;
}
/* Text colours */
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
/* Text size */
.tiny {
  font-size: 80%;
}
.small {
  font-size: 90%;
}
.small-center {
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
.large {
  font-size: 110%;
}
.center {
  text-align: center;
}
/* Align divs center */
.align.center {
  text-align: center;
}
.align.right {
  text-align: right;
}
.align.center-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align.center-horz {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.align.center-horz.center-vert, .align.center-vert.center-horz {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* list element */
ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
ul.af_list li:before {
  display: none;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 35px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
/* Other default elements */
acronym {
  border: none;
}
p {
  padding-top: 0;
  margin-top: 0;
}
/* Hide elements that only work with javascript */
.js-show {
  display: none;
}
/* Hide/show element that should only show on mobile */
.show-on-mobile {
  display: none;
}
/* Legacy gaps to space elements */
.gap1 {
  float: left;
  width: 10px;
}
.gap2 {
  float: left;
  width: 4px;
}
.gap3 {
  float: left;
  width: 30px;
}
/* Embedded */
embed, object, iframe, .map-holder {
  max-width: 100%;
  width: 100%;
}
/* Images default */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
/* Image holders to hold images to the left or right */
.img-left {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-right {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-left-small {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-right-small {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-main, .img-center {
  text-align: center;
  margin-bottom: 6px;
}
.img-left img, .img-right img, .img-left-small img, .img-right-small img, .img-main img, .img-center img {
  vertical-align: middle;
}
img.lazyload {
  opacity: 0;
}
img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Random images */
.random-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
/* Standard page elements for laying out the main content of a website. */
#container1 {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#container2 {
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-intro, .container-title, .container-main, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
/* Header */
#container-header {
  background-color: #204659;
}
#container-header.random-image {
  background-color: transparent;
}
#header {
  height: 100px;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  padding-left: 25px;
  max-width: 260px;
}
#header #logo img {
  vertical-align: middle;
}
/* Mobile quick call */
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
}
/* Top navigation */
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#top-nav ul li {
  float: left;
  display: inline-block;
  line-height: 22px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
}
#top-nav ul li:before {
  display: none;
}
#top-nav ul ul.sub-nav {
  position: relative;
  display: none;
  z-index: 950;
}
/* Search */
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
}
/* Main navigation */
#navigation {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 40px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation li > a {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #ffffff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
/* Navigation divider */
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  text-align: center;
  /*font-size:0;*/
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
}
/* Align last dropdown to the right */
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  background: none;
  padding: 12px 13px;
  background-color: #204659;
  border-bottom: solid #204659 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #000000;
  border-radius: 0px;
  background-color: #6d9ead;
  border-bottom: solid #6d9ead 1px;
}
#navigation .sub-nav li:last-child a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
/* Second navigation if central logo */
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery, #container-navigation #shopping-cart-summery {
  font-size: 13px;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  line-height: 1.6;
  padding: 10px 20px;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  color: #000000;
}
#container-header #shopping-cart-summery .summery-item, #container-navigation #shopping-cart-summery .summery-item {
  padding-bottom: 10px;
}
.close-menu {
  display: none !important;
}
/* Mobile menu button */
#mobile-menu {
  float: left;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
/* Members bars */
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #ffffff;
  background-color: #204659;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #ffffff;
}
.auth-details a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
/* Site messages */
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #ffffff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #ffffff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #ffffff;
  background-color: #999999;
}
#site-messages .success-message {
  color: #ffffff;
  background-color: #5ea90d;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1, #container-flash.backgroundimage-container .backgroundimage-content h2, #container-flash.backgroundimage-container .backgroundimage-content h3, #container-flash.backgroundimage-container .backgroundimage-content h4 {
  color: #ffffff;
}
#container-flash.backgroundimage-container .backgroundimage-content a {
  color: #ffffff;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 25px 4px 25px;
}
/* Sub page intro area */
.container-main-intro .content {
  line-height: 1.8;
  padding: 0px 0px;
}
/* Main title area */
.container-main-title .content {
  line-height: 1.8;
  padding: 25px 25px;
  padding-bottom: 0px;
}
/* Main top area */
.container-main-top .content {
  line-height: 1.8;
  padding: 25px 25px;
}
/* Main content area with layouts */
.content {
  line-height: 1.8;
  padding: 25px 25px;
}
.content h1 {
  color: #204659;
}
.background.dark .content h1, .backgroundimage-content .content h1 {
  color: inherit;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
/* Layout defines main content widths */
/* Layout widths */
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
/* Full width column */
/* Two column equal */
.layout-two-col-equal .layout.half + .layout.half {
  float: right;
}
/* Two column main left */
.layout-two-col-left .layout.side {
  float: right;
}
/* Two column main right */
.layout-two-col-right .layout.main {
  float: right;
}
/* Three column main middle */
.layout-three-col .layout.middle + .layout.side {
  float: right;
}
/* Three column main left */
.layout-three-col-left .layout.middle + .layout.side + .layout.side {
  float: right;
}
/* Three column main right */
.layout-three-col-right .layout.middle {
  float: right;
}
/* Three column equal */
.layout-three-col-equal .layout.third + .layout.third + .layout.third {
  float: right;
}
/* Layout side content */
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
/* Main bottom area */
.container-main-bottom .content {
  line-height: 1.8;
  padding: 25px 25px;
}
/* Content container spacing */
.content-container + .content-container .content {
  padding-top: 0px;
}
/* Backgrounds */
/* Overwrite padding for areas adjacent to backgrounds */
.content-container + .content-container.background .content, .content-container.background + .content-container .content, .content-container.backgroundimage-container + .content-container .content {
  padding-top: 25px;
}
/* Overwrite padding for backgrounds */
.content-container.background .content, .content-container.backgroundimage-container .content {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* Footer */
#container-footer {
  background: #204659;
}
#container-footer.random-image {
  background-color: transparent;
}
#footer {
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  padding: 20px 25px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a:hover {
  color: #ffffff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #204659;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-contact2 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-links1 {
  float: right;
  width: 34%;
  text-align: right;
}
/* Base */
#base {
  line-height: 1.5;
  font-size: smaller;
  color: #cbcccc;
  text-align: center;
  padding: 10px 25px 10px;
}
#base a:hover {
  text-decoration: underline;
}
/* Common styles for database pages. */
/* Module class styles */
/* Grid class styles */
.grid .grid-item {
  float: left;
  display: inline-block;
}
.grid .grid-item img {
  vertical-align: middle;
}
/* 7 column grid */
.grid.seven-column .grid-item {
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.grid.seven-column.no-spacing .grid-item {
  width: 14.2857142857%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.seven-column .grid-item:nth-child(7n+7) {
  margin-right: 0%;
}
.grid.seven-column .grid-item:nth-child(7n+8) {
  clear: both;
}
/* 6 column grid */
.grid.six-column .grid-item {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.grid.six-column.no-spacing .grid-item {
  width: 16.6666666667%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.six-column .grid-item:nth-child(6n+6) {
  margin-right: 0%;
}
.grid.six-column .grid-item:nth-child(6n+7) {
  clear: both;
}
/* 5 column grid */
.grid.five-column .grid-item {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}
.grid.five-column.no-spacing .grid-item {
  width: 20%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.five-column .grid-item:nth-child(5n+5) {
  margin-right: 0%;
}
.grid.five-column .grid-item:nth-child(5n+6) {
  clear: both;
}
/* 4 column grid */
.grid.four-column .grid-item {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.grid.four-column.no-spacing .grid-item {
  width: 25%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.four-column .grid-item:nth-child(4n+4) {
  margin-right: 0%;
}
.grid.four-column .grid-item:nth-child(4n+5) {
  clear: both;
}
/* 3 column grid */
.grid.three-column .grid-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.grid.three-column.no-spacing .grid-item {
  width: 33.3333333333%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0%;
}
.grid.three-column .grid-item:nth-child(3n+4) {
  clear: both;
}
.layout.side .grid.three-column .grid-item {
  margin-bottom: 12px;
}
/* 2 column grid */
.grid.two-column .grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.grid.two-column.no-spacing .grid-item {
  width: 50%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0%;
}
.grid.two-column .grid-item:nth-child(2n+3) {
  clear: both;
}
.layout.side .grid-two-column .grid-item {
  margin-bottom: 12px;
}
/* 1 column grid */
.grid.one-column .grid-item {
  clear: both;
  float: none;
  display: block !important;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.grid.one-column.no-spacing .grid-item {
  margin-bottom: 0px;
}
/* Waypoints */
.waypoint-fade {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.waypoint-fade.waypoint-on {
  opacity: 1;
}
/* Paginate class styles */
.paginate {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
.paginate .paginate-title {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate .paginate-direction {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate span.paginate-direction {
  color: #e1e1e1;
}
.paginate [class^="icon-"], .paginate [class*=" icon-"], .paginate .material-icons {
  font-size: 22px;
  line-height: 24px;
}
.paginate a.paginate-number {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 4px;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  color: #ffffff;
  background-color: #204659;
  border-color: #204659;
}
/* Standard table styles */
.standard-table-wrap {
  overflow: auto;
  margin-bottom: 30px;
}
.standard-table tr.row-important td {
  font-weight: bold;
  background-color: #f9f9f9;
}
.standard-table tr td.column-important {
  font-weight: bold;
}
.standard-table td {
  line-height: 1.4;
  padding: 12px 15px;
  white-space: nowrap;
}
/* Older styles for database pages. */
.googlemap-box {
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.googlemap-box .img-right {
  max-width: none !important;
}
.googlemap-box img {
  width: auto;
  max-width: none !important;
}
.googlemap-box a:hover {
  color: #000000;
}
.map-holder img {
  width: auto;
  max-width: none !important;
}
/* VIDEO PAGES */
.video-holder {
  display: block;
}
.video-holder .video-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.video-holder .video-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.video-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.video-holder div:nth-child(3n+4) {
  clear: left;
}
/* Site map */
.sitemap-holder {
  float: left;
  width: 30%;
  margin-bottom: 14px;
}
/* Subscription plans */
.subscription-plans {
  display: block;
}
.subscription-plans .subscription-plan {
  float: left;
  width: 32%;
  height: auto;
  padding: 10px 15px;
  margin-right: 2%;
  margin-bottom: 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.subscription-plans .subscription-plan .subs-plan-desc {
  min-height: 120px;
  padding-bottom: 20px;
}
.subscription-plans .subscription-plan .subs-plan-desc h2 {
  font-size: 24px;
  font-weight: normal;
}
.subscription-plans div.subscription-plan:nth-child(3n+3) {
  margin-right: 0%;
}
.subscription-plans div.subscription-plan:nth-child(3n+4) {
  clear: left;
}
.subscription-payments {
  float: left;
  max-width: 600px;
}
.subscription-table .subscription-left {
  float: left;
  width: 30%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-middle {
  float: left;
  width: 40%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .full-subscription-middle {
  float: left;
  width: 70%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-right {
  float: left;
  width: 30%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
/* Laybuy */
.laybuy-info img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  margin-top: -2px;
}
/* Shopping cart summary */
#shopping-cart-summery .summery-image {
  float: left;
  width: 20%;
}
#shopping-cart-summery .summery-text {
  float: right;
  width: 75%;
}
/* Shopping cart */
.shopping-cart-list .shopping-cart-list-header {
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-list-items {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .scl-image {
  float: left;
  width: 15%;
  padding-right: 3%;
}
.shopping-cart-list .scl-image img {
  max-height: 100px;
}
.shopping-cart-list .scl-products {
  float: left;
  width: 55%;
  padding-right: 3%;
}
.shopping-cart-list .scl-products .was-price-line {
  font-style: italic;
}
.shopping-cart-list .scl-products .was-price-line .was-price {
  text-decoration: line-through;
}
.shopping-cart-list .scl-products .scl-products-additional .label {
  width: 100%;
}
.shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
  width: 70%;
  margin: 1px 0 6px 0;
}
.shopping-cart-list .scl-products .cart-msg-box textarea {
  width: 70%;
  height: 70px;
}
.shopping-cart-list .scl-quantity {
  float: left;
  width: 10%;
  text-align: center;
  padding-right: 3%;
}
.shopping-cart-list .scl-quantity .scl-quantity-text {
  display: none;
}
.shopping-cart-list .scl-quantity input.text {
  width: 30px;
}
.shopping-cart-list .remove-link {
  font-size: 10px;
}
.shopping-cart-list .scl-price {
  float: right;
  width: 10%;
  text-align: right;
  padding-right: 1%;
}
.shopping-cart-list .shopping-cart-update {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-update .scl-quantity {
  float: right;
  width: auto;
  text-align: right;
  padding-right: 0px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space {
  float: left;
  width: 45%;
  padding-top: 5px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
  float: left;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space select {
  max-width: 96%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
  float: left;
  width: 40%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
  float: left;
  width: 12%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-space {
  float: left;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-final .totals-text {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-value {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals #sc-subtotals .totals-text, .shopping-cart-totals #sc-subtotals .totals-value {
  border-top: none;
}
/* Shopping cart message Holder */
.message-holder {
  padding: 4px 6px;
  background-color: #f3f3f3;
  border: solid #e1e1e1 1px;
  margin-bottom: 16px;
}
.message-holder ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.message-holder ul li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.msg-small {
  font-size: 11px;
  color: #666666;
}
.cart-box-holder {
  padding: 10px 15px;
  border: solid #f1f1f1 1px;
  margin-bottom: 10px;
}
/* Checkout address select */
.address-selector {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.address-selector li {
  float: left;
  width: 50%;
  line-height: 18px;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.address-selector li:before {
  display: none;
}
.address-selector .address-selector-button {
  position: absolute;
  top: 22px;
  left: 10px;
}
.address-selector .address-selector-address {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Checkout checkboxes */
.cart-checkradio-holder .checkradio {
  float: left;
  width: 33%;
  padding-bottom: 4px;
}
.cart-checkradio-holder .checkradio .checkradio-button {
  float: left;
  width: 10%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-checkradio-holder .checkradio label {
  float: left;
  width: 80%;
}
.checkout-error {
  padding-bottom: 16px;
}
.cart-progress .cart-progress-item {
  display: block;
}
/* Checkout order summary */
.order-summary .os-left {
  padding: 2px 4px 2px 0;
}
.order-summary .os-right {
  padding: 2px 0 2px 0;
  text-align: right;
}
.order-summary .os-total {
  padding-top: 6px;
  border-top: solid #c3d0d2 1px;
}
/* Checkout payment holders */
.payment-holder-table {
  margin-bottom: 10px;
  padding: 0 0 0 0;
  border: solid #e1e1e1 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-radio-holder {
  position: absolute;
  top: 20px;
  left: 20px;
}
.payment-holder {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: right top;
  background-repeat: no-repeat;
}
.payment-holder h5 {
  padding-top: 0px;
}
.payment-holder label {
  display: block;
}
.payment-holder img {
  margin-top: 6px;
}
.payment-holder label, .payment-holder h5, .payment-holder p {
  cursor: pointer;
}
/* Checkout country */
#country-line {
  line-height: 28px;
}
.country-holder {
  float: left;
  display: inline-block;
}
.country-changer {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.country-picker {
  float: left;
  display: none;
  padding-left: 10px;
  padding-top: 4px;
}
/* Cart order history */
.orderhistory-titles {
  padding: 5px 3px;
  background-color: #f9f9f8;
  border-bottom: solid #d9d9d9 1px;
}
.orderhistory-td {
  padding: 5px 3px;
}
.ie-alert {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  background-color: #1a1a1a;
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  margin-top: 6px;
  margin-bottom: 10px;
}
/* Tables Module Styles */
.display-table th {
  color: #ffffff;
  text-align: left;
  background-color: #5a5a5a;
}
.display-table td {
  text-align: left;
}
.display-table .dt-colhighlight {
  font-weight: bold;
}
.display-table .dt-modon {
  background-color: #eeeff0;
}
/* User Images */
.user-images .user-image {
  float: left;
  width: 15%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 14px;
  text-align: center;
}
.user-images .user-image img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.user-images .user-image:nth-child(6n+6) {
  margin-right: 0%;
}
.user-images .user-image:nth-child(6n+7) {
  clear: left;
}
/* Login */
#login .login-form li {
  padding-left: 0px;
  background: none;
}
#login .login-form li label {
  display: inline-block;
  width: 200px;
}
/* Form styles for standard forms */
form {
  margin: 0 auto;
  padding: 0 0 0 0;
}
.req {
  color: #D60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label, .form-item .label2 {
  /*width:38%;*/
  width: 100%;
}
.form-item .label-padding {
  /*margin-left:38%;*/
  margin-left: 0%;
}
.layout.side .form-item .label-padding .layout.third .form-item .label-padding {
  margin-left: 0%;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, .form-footer, #recaptcha_image {
  /*padding-left:38%;*/
  padding-left: 0%;
}
.form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea {
  /*width:62%;*/
  width: 100%;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.layout.side .form-item .label, .layout.third .form-item .label {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2px;
}
.form-item .label-details {
  clear: both;
  display: block;
  width: 100%;
  margin-right: 0%;
  font-weight: normal;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-top: 2px;
}
.form-item .input {
  float: left;
  height: auto;
}
.layout.side .form-item .input, .layout.third .form-item .input {
  float: none;
  width: auto;
}
.form-item .input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .select {
  float: left;
  height: auto;
}
.layout.side .form-item .select, .layout.third .form-item .select {
  float: none;
  width: auto;
}
.form-item .select select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .checkbox {
  float: left;
  height: auto;
  vertical-align: middle;
}
.layout.side .form-item .checkbox, .layout.third .form-item .checkbox {
  float: none;
  width: auto;
}
.form-item .checkbox-list .checkbox {
  width: 50%;
  margin-right: 0%;
}
.form-item .checkbox-list .checkbox:nth-child(2n+3) {
  clear: both;
}
.form-item .checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.form-item .radio {
  float: left;
  height: auto;
}
.layout.side .form-item .radio, .layout.third .form-item .radio {
  float: none;
  width: auto;
}
.form-item .textarea {
  float: left;
  height: auto;
  margin-bottom: 5px;
}
.layout.side .form-item .textarea, .layout.third .form-item .textarea {
  float: none;
  width: auto;
}
.form-item .textarea textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .textarea img {
  padding-top: 3px;
}
.form-item .input.input-small input, .form-item .select.select-small select {
  max-width: 100px;
}
.form-item .input.input-medium input, .form-item .select.select-medium select {
  max-width: 300px;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  /* Custom styles here */
  /*border:none;*/
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #ffffff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item .image-file {
  clear: both;
  height: auto;
  padding: 8px 8px;
}
.form-item .image-file input[type=file] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-item .image-file.with-image input[type=file] {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-item .image-file .image-holder {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f7f7f7;
  margin-right: 15px;
}
.form-item .image-file .image-holder img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, #recaptcha_image {
  width: 100%;
  margin-top: 6px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .form-item .subbut, .layout.third .form-item .subbut, .layout.side .recaptcha-item .g-recaptcha, .layout.third .recaptcha-item .g-recaptcha, .layout.side #recaptcha_image, .layout.third #recaptcha_image {
  width: 100% !important;
  float: none;
  margin-left: 0%;
  padding-left: 0px;
}
/* Custom button */
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  /* Custom button styles here*/
  /*appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   border:none;
   background:none;*/
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
}
#checkout_button {
  margin-left: 5px;
}
.form-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666666;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .form-footer, .layout.third .form-footer {
  float: none;
  width: auto;
}
/* Sub forms */
.subform th {
  background-color: #CCCCCC;
}
.subform td {
  border-bottom: solid #CCCCCC 1px;
}
.sub-button-holder {
  text-align: right;
  margin: 10px 0;
}
.sub-form-holder {
  padding: 10px 0;
  border: solid #CCCCCC 1px;
  display: none;
  margin: 10px 0;
}
.sub-form-holder .subbut2 {
  padding-left: 150px;
}
/* Disabled button */
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999999;
  border-color: transparent #999999 #999999 #999999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Google reCaptcha widget styles */
.recaptcha-item .g-recaptcha > div > div {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha > div > div > iframe {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha {
  overflow: hidden;
}
#recaptcha_image {
  width: 60% !important;
  margin-left: 40%;
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
  border: solid #e1e1e1 1px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#recaptcha_image img {
  max-width: 100%;
  max-height: 100%;
}
#recaptcha_image embed, #recaptcha_image object, #recaptcha_image iframe {
  float: left;
  max-width: 0px;
  width: 0px;
  height: 0px;
}
#recaptcha_image br {
  display: none;
}
#recaptcha_image #recaptcha_audio_play_again, #recaptcha_image #recaptcha_audio_download {
  clear: left;
  float: left;
  cursor: pointer;
}
.recaptcha_input {
  position: relative;
}
.recaptcha_input .input {
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .input, .layout.third .input {
  padding-right: 0px;
}
.recaptcha_options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li a {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  overflow: hidden;
}
.recaptcha_options #recaptcha_refresh_button a {
  right: 60px;
}
.recaptcha_options #recaptcha_sound_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_image_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_help_button a {
  right: 0px;
}
.layout.side .recaptcha_options li a, .layout.third .recaptcha_options li a {
  top: 0px;
}
/* Icon set styles */
*[class*='iconblack-'] {
  background-repeat: no-repeat;
}
.iconblack-refresh {
  background-image: url(../images/icons/iconblack_refresh.png);
}
.iconblack-sound {
  background-image: url(../images/icons/iconblack_sound.png);
}
.iconblack-picture {
  background-image: url(../images/icons/iconblack_picture.png);
}
.iconblack-help {
  background-image: url(../images/icons/iconblack_help.png);
}
@font-face {
  font-family: 'social';
  src: url('../images/social/social.eot?dbpphs');
  src: url('../images/social/social.eot?dbpphs#iefix') format('embedded-opentype'), url('../images/social/social.woff2?dbpphs') format('woff2'), url('../images/social/social.ttf?dbpphs') format('truetype'), url('../images/social/social.woff?dbpphs') format('woff'), url('../images/social/social.svg?dbpphs#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="social-"], [class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
}
.social-facebook:before {
  content: "\e906";
}
.social-facebook-boxed:before {
  content: "\e907";
}
.social-facebook2:before {
  content: "\e908";
}
.social-facebook2-boxed:before {
  content: "\e909";
}
.social-twitter:before {
  content: "\e905";
}
.social-twitter2:before {
  content: "\e90c";
}
.social-twitter2-boxed:before {
  content: "\e90d";
}
.social-instagram:before {
  content: "\e904";
}
.social-instagram2:before {
  content: "\e90e";
}
.social-google:before {
  content: "\e903";
}
.social-google-plus:before {
  content: "\e902";
}
.social-google-plus-boxed:before {
  content: "\e90a";
}
.social-google2:before {
  content: "\e90f";
}
.social-google-plus2:before {
  content: "\e910";
}
.social-google-plus2-boxed:before {
  content: "\e911";
}
.social-youtube2:before {
  content: "\e912";
}
.social-youtube3:before {
  content: "\e913";
}
.social-youtube3-boxed:before {
  content: "\e914";
}
.social-youtube:before {
  content: "\e901";
}
.social-linkedin:before {
  content: "\e900";
}
.social-linkedin-boxed:before {
  content: "\e90b";
}
.social-linkedin2:before {
  content: "\e915";
}
.social-linkedin2-boxed:before {
  content: "\e916";
}
.social-pinterest:before {
  content: "\e917";
}
.social-pinterest2-boxed:before {
  content: "\e918";
}
/* --------------------------------------------------- 
 TEMPLATE.CSS contains the default styles for websites
 built in the edit system.
 --------------------------------------------------- */
/* Spacing */
/* Header */
/* Navigation */
/* Rotator */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Main body */
html, body {
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
html {
  background: #243166;
}
body {
  background: #ffffff;
}
strong, b {
  font-weight: 600;
}
em {
  color: inherit;
}
/* Default links */
a {
  color: #d7382a;
}
/* Links with no colour */
a .silent, a.silent {
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
/* Button link */
.readmore, .buynow, .backlink, .button a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
  background-color: #d1232a;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover, a.button:hover, .button a:hover {
  background-color: #bd282e;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h5, h6 {
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4 {
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 40px;
  line-height: 1;
  padding: 0px 0 22px 0;
}
h2 {
  font-family: inherit;
  font-size: 48px;
  line-height: 1.2;
  padding: 0px 0 35px 0;
  font-weight: 400;
}
h3 {
  font-size: 27px;
  line-height: 1.2;
  padding: 10px 0 35px 0;
}
h4, article h1 {
  font-size: 24px;
  line-height: 1.3;
  padding: 10px 0 35px 0;
}
h5 {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 110%;
}
h2.short, h3.short {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
h2.margin, h3.margin {
  padding-bottom: 90px;
}
h3.short, .content h3.short {
  color: #283266;
  font-size: 24px;
  font-weight: 700;
}
h2.short, .content h2.short {
  color: #000000;
  font-size: 36px;
}
strong.em-title span:first-child {
  color: #d2232a;
}
strong.em-title span:last-child {
  color: #243166;
}
/* Backgrounds */
.background.light {
  background-color: #eeeeee;
}
.background.dark {
  color: #ffffff;
  background-color: #145989;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.image {
  color: #ffffff;
}
.background.parallax {
  color: #ffffff;
}
/* Borders */
.border, .divider, hr {
  border: solid #eeeeee 0px;
}
/* Text colours */
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
/* list element */
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
ol.browser-instructions > li {
  max-width: 600px;
  margin: 0 auto 30px;
}
ol.browser-instructions > li img {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.tiny-width {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.small-width {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
#product-details-bottom-container .content {
  padding-top: 20px;
}
#product-details-container .content, #home-boxes-container .content {
  padding-bottom: 0;
}
#home-boxes-container .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#our-story-timeline-container {
  background: #f3f4f6;
}
#our-story-timeline-container .imageboxes.textunder.grid.three-column .grid-item {
  width: 30.6%;
  margin-right: 4.1%;
}
#our-story-timeline-container .imageboxes.textunder.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0;
}
#our-story-timeline-container .imageboxes.textunder .module-text h2 {
  padding-bottom: 25px;
  color: #000000;
  font-size: 35px;
}
#our-story-timeline-bottom-container .content {
  padding-top: 95px;
}
#our-story-timeline-bottom-container h2 {
  padding-bottom: 100px;
}
.timeline {
  position: relative;
}
.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background: #4c558a;
}
.timeline .item {
  padding: 15px 0 45px;
}
.timeline .item:after {
  content: '';
  display: block;
  clear: both;
}
.timeline .year {
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding-left: 30px;
  color: #4c558a;
  font-weight: 700;
  text-align: left;
}
.timeline .desc {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 80px;
  text-align: right;
}
.timeline .desc:before {
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  width: 50px;
  height: 1px;
  background: #4c558a;
}
.timeline .desc h3 {
  padding: 0 0 10px;
  color: #275b73;
  font-size: 24px;
  font-weight: 700;
}
.timeline .desc p {
  display: inline-block;
  max-width: 350px;
  margin: 0;
  font-size: 16px;
}
.timeline .item:nth-child(even) .year {
  float: left;
  padding: 0 30px 0 0;
  text-align: right;
}
.timeline .item:nth-child(even) .desc {
  float: right;
  padding: 0 0 0 80px;
  text-align: left;
}
.timeline .item:nth-child(even) .desc:before {
  left: 0;
  right: auto;
}
#our-mission-container .content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#our-mission-container .layout.half {
  width: 45%;
}
#our-mission-container .layout.half.gap {
  margin-left: 10%;
}
#our-mission-container h2 {
  position: relative;
  padding: 35px 0;
  color: #275b73;
  font-size: 60px;
}
#our-mission-container h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  display: block;
  width: 139px;
  height: 108px;
  margin-bottom: 30px;
  background: url(../images/our_mission_quote.png) no-repeat;
}
#our-mission-container h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 115px;
  height: 9px;
  background: #4c558a;
}
#our-mission-sub-container {
  background: #f3f4f6;
}
#our-mission-sub-container h2 {
  color: #000000;
  font-size: 36px;
}
#our-mission-sub-container p {
  margin-bottom: 10px;
}
#our-story-sub-container .content {
  padding-top: 95px;
}
#our-story-sub-container h2 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  color: #275b73;
}
#our-story-sub-container p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.imageboxes.iconover {
  display: flex;
  flex-wrap: wrap;
}
.imageboxes.iconover .imagebox-item {
  background: #ffffff;
  text-align: left !important;
}
.imageboxes.iconover.grid.two-column .imagebox-item {
  width: 46.5%;
  margin-right: 7%;
}
.imageboxes.iconover.grid.two-column .imagebox-item:nth-child(2n+2) {
  margin-right: 0;
}
.imageboxes.iconover .imagebox-item .imagebox-item-icon {
  width: 320px;
  height: 320px;
  line-height: 320px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #2a4e7d;
  color: #ffffff;
  font-size: 108px;
  text-align: center !important;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.imageboxes.iconover .imagebox-item .module-text {
  box-sizing: border-box;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 110px;
}
.imageboxes.iconover .imagebox-item .module-text h2 {
  color: #000000;
  font-size: 36px;
}
#home-boxes-container .content .imageboxes.iconover {
  display: flex;
  flex-wrap: wrap;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item {
  width: 32.5%;
  margin-right: 1.25%;
  text-align: left;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item:nth-child(3n+3) {
  margin-right: 0;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item, #home-boxes-container .content .imageboxes.iconover .imagebox-item h2 {
  color: #ffffff;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item:nth-child(1) {
  background: #283266;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item:nth-child(2) {
  background: #2a4e7d;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item:nth-child(3) {
  background: #275b73;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item .imagebox-item-icon {
  margin: 0 auto 20px;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item:nth-child(1) .imagebox-item-icon {
  background: #4c558a;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item:nth-child(2) .imagebox-item-icon {
  background: #557197;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item:nth-child(3) .imagebox-item-icon {
  background: #527c8f;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item .module-text {
  box-sizing: border-box;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 120px;
}
#home-boxes-container .content .imageboxes.iconover .imagebox-item h2 {
  font-size: 36px;
}
#our-mission-sub-2-container .imageboxes.iconover {
  padding-top: 60px;
}
#our-mission-sub-2-container .imageboxes.iconover.grid.five-column .grid-item {
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 3%;
}
#our-mission-sub-2-container .imageboxes.iconover.grid.five-column .grid-item:nth-child(5n+5) {
  margin-right: 0;
}
#our-mission-sub-2-container .imageboxes.iconover .imagebox-item {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #d0d0d0;
}
#our-mission-sub-2-container .imageboxes.iconover .imagebox-item .imagebox-item-icon {
  position: absolute;
  right: 20px;
  top: -30px;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  background: #ffffff;
  color: #275b73;
  border-radius: 0;
  font-size: 60px;
  -webkit-transform: none;
  transform: none;
}
#our-mission-sub-2-container .imageboxes.iconover .imagebox-item .module-text {
  padding: 80px 20px 20px;
  font-size: 16px;
}
#our-mission-sub-2-container .imageboxes.iconover .imagebox-item .imagebox-item-icon:empty + .module-text {
  padding-top: 50px;
}
#our-mission-sub-2-container .imageboxes.iconover .imagebox-item .module-text h2 {
  padding-bottom: 20px;
  color: #275b73;
  font-size: 24px;
  font-weight: 700;
}
#our-mission-sub-2-container .imageboxes.iconover .imagebox-item .imagebox-item-icon:empty + .module-text h2 {
  color: #4c558a;
}
#our-mission-sub-2-bottom-container {
  background: #f3f4f6;
}
#our-mission-sub-2-bottom-container .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
#our-mission-sub-2-bottom-container .img-left {
  margin: 0 80px 0 0;
}
#our-mission-sub-2-bottom-container h2 {
  overflow: hidden;
  padding-top: 50px;
  color: #000000;
  font-size: 36px;
  line-height: 1.8;
}
#our-mission-sub-2-bottom-container h2 strong {
  display: inline-block;
  color: #283266;
  font-size: 48px;
  line-height: 1.2;
}
#home-information-container .imageboxes.iconside .imagebox-item {
  min-height: 120px;
  border: 0;
}
#home-information-container .imageboxes.iconside .imagebox-item-icon {
  width: 120px !important;
  height: 120px !important;
  line-height: 120px;
  background: #275b73;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 43px;
  text-align: center;
}
#home-information-container .imageboxes.iconside .imagebox-item-icon:before {
  display: none;
}
#home-information-container .imageboxes.iconside .module-text {
  padding-left: 135px !important;
  font-size: 16px;
}
#home-information-container .imageboxes.iconside .module-text h2 {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
#home-information-container .layout.half {
  width: 380px;
}
#home-information-container .layout.half.gap {
  width: 55%;
  padding-top: 725px;
}
#home-information-container .layout.gap a {
  display: inline-block;
  height: 120px;
  line-height: 120px;
  padding: 0 120px;
  background: #d2232a;
  color: #ffffff;
  border-radius: 120px;
  box-shadow: 3px 4px 0 #9a262c;
  font-size: 32px;
  font-weight: 700;
  transition: 0.2s;
}
#home-information-container .layout.gap a:hover {
  background: #c1242b;
}
#home-information-container {
  height: 1600px;
  margin-bottom: 20px;
  background: #f3f4f6 url(../images/home_info_background.jpg?v=3) no-repeat right top;
}
#home-information-container .text {
  position: relative;
  padding: 50px;
  margin: 100px 0;
  background: #ffffff;
  border-radius: 50px;
}
#home-information-container .text .icon {
  position: absolute;
  left: 100%;
  top: 100%;
  display: block;
  width: 240px;
  height: 240px;
  line-height: 240px;
  background: #283266;
  color: #ffffff;
  border-radius: 50%;
  font-size: 86px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-intro-container .content {
  padding-top: 70px;
  padding-bottom: 20px;
}
#home-intro-container .content .layout.half {
  width: 40%;
}
#home-intro-container .layout-two-col-equal .layout.half + .layout.half {
  width: 54%;
}
#home-intro-container .content .imageboxes.iconside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#home-intro-container .content .imageboxes.iconside .imagebox-item {
  box-sizing: border-box;
  width: 48.1%;
  margin: 0 3.8% 3.8% 0;
  padding: 30px 30px 30px 20px;
  border: 1px solid #e4e5ec;
}
#home-intro-container .content .imageboxes.iconside .imagebox-item:nth-child(2n+2) {
  margin-right: 0;
}
#home-intro-container .content .imageboxes.iconside .imagebox-item-icon {
  left: 30px;
  top: 50% !important;
  width: auto !important;
  height: auto !important;
  color: #283266 !important;
  font-size: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home-intro-container .content .imageboxes.iconside .imagebox-item-icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  display: block;
  width: 4px;
  height: 90px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-51deg);
  transform: translate(-50%, -50%) rotate(-51deg);
}
#home-intro-container .content .imageboxes.iconside .imagebox-item-icon:after {
  content: '';
  position: absolute;
  left: 53%;
  top: 53%;
  display: block;
  width: 4px;
  height: 90px;
  background: #242e64;
  -webkit-transform: translate(-50%, -50%) rotate(-51deg);
  transform: translate(-50%, -50%) rotate(-51deg);
}
#home-intro-container .content .imageboxes.iconside h2 {
  padding-bottom: 15px;
  color: #275b73;
  font-size: 16px;
  font-weight: 700;
}
#home-intro-container .content .imageboxes.iconside .module-text {
  padding-left: 90px !important;
}
#home-intro-container .content .imageboxes.iconside .module-text p {
  font-size: 14px;
}
/* Standard page elements for laying out the main content of a website. */
#container-header, #container-navigation, #container-flash, #container-intro, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #ffffff;
}
.wrap {
  width: 100%;
  max-width: 1430px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.login-page #container-flash {
  color: #ffffff;
  background-color: #243166;
}
.login-page #container-flash .wrap {
  text-align: center;
  padding: 15px 0;
}
.login-page #container-flash a {
  color: #8a92bb;
}
.login-page #container-flash a:hover {
  color: #ffffff;
}
#login-container .content {
  max-width: 960px;
  margin: 0 auto;
}
.login-container {
  display: flex;
  color: #283266;
  background-color: #f3f4f6;
}
#forgottenForm {
  max-width: 500px;
  margin: 0 auto;
}
#loginForm {
  width: 45%;
  color: #ffffff;
  text-align: center;
  padding: 50px 50px 100px;
  background-color: #323c6d;
}
#loginForm [class*="fa-"] {
  color: #8a92bb;
  font-size: 62px;
  margin-bottom: 20px;
}
#loginForm h1 {
  color: #ffffff;
  font-weight: 500;
}
#loginForm .form-item .label {
  color: #ffffff;
}
#loginForm .form-item .subbut {
  margin-top: 25px;
}
#loginForm .form-item .subbut input {
  width: 100%;
  box-sizing: border-box;
}
.login-base {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.login-base label, #registerForm label {
  cursor: pointer;
}
.login-base .uk-checkbox, #registerForm .uk-checkbox {
  height: 20px;
  width: 20px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  margin-top: -2px;
  margin-right: 5px;
}
.login-base .uk-checkbox:focus, #registerForm .uk-checkbox:focus {
  border: 2px solid #8a92bb;
}
.login-base .uk-checkbox:checked, #registerForm .uk-checkbox:checked {
  border: 2px solid #2ea952;
  background-color: #2ea952;
}
.login-base a:hover {
  color: #ffffff;
}
.login-register-message {
  display: flex;
  align-items: center;
  width: 55%;
  color: #283266;
  padding: 30px 80px;
  background-color: #f3f4f6;
}
.content .login-register-message h3 {
  color: #3b728c;
  font-weight: 600;
  padding-bottom: 24px;
}
.login-register-message .button {
  background-color: #275b73;
}
.login-register-message .button:hover {
  background-color: #427f9a;
}
@media screen and (max-width: 1020px) {
  #loginForm {
    width: 50%;
    text-align: center;
    padding: 50px 50px 80px;
  }
  .login-register-message {
    width: 50%;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 780px) {
  .login-page #site-messages {
    margin-top: 0px;
  }
  .login-page #container-flash .wrap {
    padding: 50px 0 24px 0;
  }
  .login-container {
    flex-direction: column;
    background: none;
  }
  #loginForm {
    display: block;
    width: 100%;
    padding: 50px 20vw 60px;
    box-sizing: border-box;
  }
  .login-register-message {
    width: 100%;
    padding: 40px 20vw 30px;
    background: none;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 540px) {
  #loginForm {
    padding: 50px 50px 60px;
  }
  .login-register-message {
    padding: 40px 50px 30px;
  }
}
@media screen and (max-width: 400px) {
  .login-page #container-flash .wrap {
    font-size: 14px;
  }
  #loginForm {
    padding: 30px 30px 30px;
  }
  .login-base {
    flex-direction: column;
  }
  .login-base > *:nth-child(1) {
    margin-top: 10px;
    order: 2;
  }
  .login-register-message {
    padding: 20px 0px 10px;
  }
}
#create-account-container .wrap {
  max-width: 700px;
}
.create-an-account-page #container-flash {
  color: #ffffff;
  background-color: #275b73;
}
.create-an-account-page #container-flash .wrap {
  text-align: center;
  padding: 15px 0;
}
.create-an-account-page #container-flash a {
  color: #94c1d6;
}
.create-an-account-page #container-flash a:hover {
  color: #ffffff;
}
#registerForm {
  color: #ffffff;
  text-align: center;
  padding: 50px 70px 50px;
  background-color: #2e6782;
}
#registerForm [class*="fa-"] {
  color: #94c1d6;
  font-size: 62px;
  margin-bottom: 20px;
}
#registerForm a {
  color: #94c1d6;
}
#registerForm a:hover {
  color: #ffffff;
}
#registerForm h1 {
  color: #ffffff;
  font-weight: 500;
}
#registerForm .form-item .label {
  color: #ffffff;
}
#registerForm fieldset {
  padding: 0 0 0 0;
  border: none;
  margin: 15px 0 0 0;
}
#registerForm legend {
  color: #94c1d6;
  font-size: 22px;
  text-align: left;
  padding: 0 0 0 0;
  border: none;
  margin: 0px 0 8px 0;
}
#registerForm .req {
  color: #ea4c52;
}
#registerForm .g-recaptcha > div {
  margin: 0 auto;
}
#registerForm .register-name {
  /*display: flex;*/
}
#registerForm .register-name > * + * {
  /*margin-left: 15px;*/
}
#registerForm .register-dob {
  display: flex;
}
#registerForm .register-dob > * + * {
  margin-left: 15px;
}
#registerForm .register-dob select {
  width: 40%;
}
#registerForm .form-item .subbut {
  margin-top: 25px;
}
#registerForm .form-item .subbut input {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .create-an-account-page #site-messages {
    margin-top: 0px;
  }
  .create-an-account-page #container-flash .wrap {
    padding: 50px 0 24px 0;
  }
  #registerForm {
    display: block;
    width: 100%;
    padding: 50px 70px 50px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 540px) {
  #registerForm {
    padding: 50px 50px 50px;
  }
}
@media screen and (max-width: 480px) {
  #registerForm .form-item .g-recaptcha {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #registerForm .form-item .g-recaptcha > div {
    width: auto !important;
  }
}
@media screen and (max-width: 400px) {
  .create-an-account-page #container-flash .wrap {
    font-size: 14px;
  }
  #registerForm {
    padding: 30px 30px 30px;
  }
}
.credits-code-form label {
  display: block;
}
#product-details-container .product-details-buy-container {
  display: flex;
  flex-direction: row;
}
#product-details-container .product-details-buy {
  box-sizing: border-box;
  float: left;
  width: 32%;
  margin-right: 3%;
  padding: 20px 20px 15px;
  background: #275b73;
  color: #ffffff;
}
#product-details-container .product-details-buy:last-child {
  margin-right: 0;
  background: #283266;
}
#product-details-container .content .product-details-buy h4, #product-details-container .content .product-details-buy h2 {
  color: #ffffff;
}
#product-details-container .product-details-description {
  clear: both;
}
.patient-dashboard {
  position: relative;
}
.patient-dashboard .action-links {
  position: absolute;
  right: 0;
  top: -189px;
  height: 94px;
  line-height: 94px;
  white-space: nowrap;
}
.patient-dashboard .action-links .link {
  display: inline-block;
  height: 74px;
  line-height: 74px;
  padding: 0 10px;
  margin-left: 10px;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.patient-dashboard .action-links span {
  display: inline-block;
  height: 74px;
  line-height: 74px;
  vertical-align: top;
}
.patient-dashboard .action-links .label {
  font-weight: 700;
  text-transform: uppercase;
}
.patient-dashboard .action-links .count {
  height: auto;
  margin-left: 5px;
  padding: 11px 10px;
  background: #eff3f4;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}
.patient-dashboard .action-links strong {
  font-size: 22px;
}
.patient-dashboard .action-links .box {
  display: inline-block;
  height: auto;
  margin-left: 5px;
  padding: 6px 10px;
  background: #2a4e7d;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.patient-dashboard .action-links .box i {
  font-size: 26px;
}
.patient-dashboard .profile-box {
  margin: 0 0 40px 0;
}
.patient-dashboard .profile-box .inner {
  margin-bottom: 20px;
  padding: 20px 30px 1px;
  background: #2a4e7d;
  color: #ffffff;
}
.patient-dashboard .profile-box h3 {
  color: #93adb9;
}
.patient-dashboard .profile-box h3 strong {
  color: #ffffff;
}
.patient-dashboard .profile-box .credits-balance {
  float: left;
  width: 160px;
  margin-right: 30px;
  padding: 30px 0;
  background: #ffffff;
  color: #283266;
  border-radius: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.patient-dashboard .profile-box .credits-balance strong {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
}
.patient-dashboard .profile-box .credits-balance strong.c4 {
  font-size: 50px;
}
.patient-dashboard .profile-box .right {
  overflow: hidden;
}
.patient-dashboard .profile-box a.buy {
  color: #ffffff;
}
.patient-dashboard .profile-box a.buy:hover {
  text-decoration: underline;
}
.patient-dashboard .profile-box a.buy .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  background: #283266;
  border-radius: 7px;
  text-align: center;
}
.patient-dashboard .profile-box a.make-appointment {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 15px 15px 15px 135px;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 17px;
  color: #000000;
  transition: 0.2s;
}
.patient-dashboard .profile-box a.make-appointment .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 110px;
  background: #283265;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
.patient-dashboard .profile-box a.make-appointment .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.patient-dashboard .profile-box a.make-appointment strong {
  font-size: 20px;
  text-transform: uppercase;
}
.patient-dashboard .right {
  overflow: hidden;
}
.patient-dashboard .patient-actions {
  box-sizing: border-box;
  padding: 30px 30px 1px;
  border: 5px solid #2a4e7d;
}
.patient-dashboard .patient-actions p {
  margin-bottom: 14px;
}
.patient-dashboard .patient-actions a.buy-consults {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #d2232a;
  border: 1px solid #d2232a;
  border-radius: 5px;
  color: #ffffff;
  transition: 0.2s;
}
.patient-dashboard .patient-actions a.buy-consults:hover {
  background: #eeeeee;
  color: #283266;
}
.patient-dashboard .patient-actions .wait-time {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.patient-dashboard .patient-actions .symptoms-field {
  float: left;
  width: 50%;
  margin-right: 20px;
}
.patient-dashboard .patient-actions .symptoms-field select {
  width: 100%;
}
.patient-dashboard .patient-actions .symptoms-field .type-credits {
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  background: #f3f4f6;
  color: #999999;
  font-size: 15px;
  pointer-events: none;
}
.patient-dashboard .patient-actions .symptoms-field .type-credits.no-credits {
  margin-bottom: 0;
  background: #ffe5e5;
}
.patient-dashboard .patient-actions .symptoms-field .type-add-credits {
  font-size: 15px;
}
.patient-dashboard .patient-actions textarea {
  width: 100%;
  height: 140px;
  font-family: inherit;
  font-size: inherit;
}
.patient-dashboard .patient-actions .photo-field {
  overflow: hidden;
  padding: 30px 20px;
  background: #eff3f4;
  text-align: center;
}
.patient-dashboard .patient-actions .photo-field label {
  display: block;
  cursor: pointer;
}
.patient-dashboard .patient-actions .photo-field .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #275b73;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.patient-dashboard .patient-actions .photo-field strong {
  display: inline-block;
  color: #2a4e7e;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
.patient-dashboard .patient-actions .photo-field span.btn {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  background: #ffffff;
  color: #275b73;
  font-size: 20px;
  font-weight: 700;
}
.patient-dashboard .patient-actions .photo-field input {
  display: none;
}
.patient-dashboard .patient-actions .submit {
  clear: both;
  text-align: left;
}
.patient-dashboard .patient-actions .submit .button {
  height: 80px;
  line-height: 80px;
  padding: 0 40px;
  font-size: 18px;
}
.patient-dashboard .patient-actions a.start {
  border-color: #d12329;
}
.patient-dashboard .patient-actions a.start:hover {
  background: #f6d3d4;
}
.patient-dashboard .patient-actions a.start strong {
  color: #d12329;
}
.patient-dashboard .patient-actions a.start .icon {
  background: #d12329;
}
.patient-dashboard .patient-actions a.make-appointment {
  border-color: #283265;
}
.patient-dashboard .patient-actions a.make-appointment:hover {
  background: #d4d6e0;
}
.patient-dashboard .patient-actions a.make-appointment strong {
  color: #283265;
}
.patient-dashboard .patient-actions a.make-appointment .icon {
  background: #283265;
}
.patient-dashboard .patient-appointments {
  overflow: hidden;
}
.patient-dashboard .patient-appointments a.appointment-link {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 25px 25px 25px 135px;
  background: #f3f4f6;
  color: #000000;
  border-radius: 17px;
  transition: 0.2s;
}
.patient-dashboard .patient-appointments a.appointment-link:hover {
  background: #dadbdd;
}
.patient-dashboard .patient-appointments a.appointment-link .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 110px;
  background: #2a4e7d;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
}
.patient-dashboard .patient-appointments a.appointment-link .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.patient-dashboard .patient-appointments a.appointment-link strong {
  color: #283265;
  font-size: 20px;
  text-transform: uppercase;
}
#login-top-container .content {
  padding-bottom: 0;
}
.down-for-maintenance {
  color: #ffffff;
  text-align: center;
  background-color: #d2232a;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.content .down-for-maintenance h2 {
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 4px;
}
/*#loginForm .login-left {
 float: left;
 width: 100%;
 max-width: 500px;
 margin-right: 40px;
 }
 #loginForm .login-right {
 overflow: hidden;
 padding-top: 23px;
 }
 #loginForm .login-base {
 }*/
/*.register-left {
 float: left;
 clear: left;
 width: 100%;
 max-width: 500px;
 margin-right: 40px;
 }
 .register-right {
 overflow: hidden;
 }*/
.btn-large {
  height: 75px !important;
  line-height: 75px !important;
  padding: 0 50px !important;
  font-size: 20px !important;
  letter-spacing: 0.1em;
}
.btn-green {
  background: #0d5540 !important;
}
.btn-green:hover {
  background: #266653 !important;
}
.btn-margin {
  margin-right: 30px;
}
.outline-button {
  display: inline-block;
  color: #d2232a;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 10px;
  border: 1px solid #d2232a;
  border-radius: 3px;
}
.outline-button:hover {
  color: #ffffff;
  background-color: #d2232a;
}
/* Header */
.site-head {
  height: 50px;
  line-height: 50px;
  background: #d2232a;
  background: linear-gradient(90deg, #d2232a 0%, #283266 100%);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.site-head:empty {
  display: none;
}
.site-head .links {
  float: right;
}
.site-head .links a {
  display: inline-block;
  margin-left: 25px;
  color: #ffffff;
}
.site-head .links a:first-child {
  margin-left: 0;
}
.site-head .links a:before {
  display: inline-block;
  margin-right: 5px;
  font-weight: 100;
}
.site-head .links a.edit5e5db78dec852:before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f25a';
}
.site-head .links a.edit5e532029aa0b0:before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f007';
}
.site-head .links a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.site-head .emergency-banner {
  float: left;
}
.site-head .sms-toggle {
  float: left;
  font-size: 14px;
  cursor: pointer;
}
.site-head .sms-toggle input {
  display: none;
}
.site-head .sms-toggle .state {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  height: 24px;
  background: #ffffff;
  border-radius: 24px;
  vertical-align: middle;
}
.site-head .sms-toggle .state:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  background: #aaaaaa;
  border-radius: 50%;
  transition: 0.1s;
}
.site-head .sms-toggle input:checked ~ .state:before {
  left: 13px;
  background: #7fd374;
}
#container-header {
  position: relative;
  z-index: 600;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  clear: both;
}
.site-head > .wrap, #container-header > .wrap, .auth-details > .wrap {
  max-width: 1430px;
}
#header {
  height: 120px;
  color: #145989;
}
#header .talk-now {
  float: right;
  height: 60px;
  line-height: 60px;
  margin: 30px 0 0;
  padding: 0 40px 0 36px;
  background: #d2232a;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  transition: 0.2s;
  /*animation: 1.2s infinite heartBeat;*/
}
#header a:hover .talk-now {
  background: #bd1f26;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  padding-left: 0;
  max-width: 375px;
}
#header #logo img {
  vertical-align: middle;
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Mobile quick call */
#header #mobile-link {
  float: right;
  display: inline-block;
}
#header #mobile-link a {
  font-size: 30px;
  font-weight: 700;
  color: #145989;
  height: 120px;
  line-height: 120px;
}
#header #mobile-link a:hover {
  color: #d7382a;
}
#header #mobile-link a [class^="icon-"], #header #mobile-link a [class*=" icon-"], #header #mobile-link a .material-icons {
  display: inline-block;
  color: #ffffff;
  font-size: 21px;
  padding: 7px 7px;
  background-color: #d7382a;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
/* Main navigation */
#container-navigation {
  background-color: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 610;
}
/* Home link */
.home-link {
  float: left;
  display: inline-block;
  height: 120px;
  line-height: 120px;
  color: #273266;
  padding-left: 20px;
  padding-right: 20px;
}
/* Navigation button */
.nav-button {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #273266;
  padding: 0 30px;
  background-color: #d1232a;
  border-radius: 10px;
  margin-top: 15px;
}
.nav-button:hover {
  color: #273266;
  background-color: #d7382a;
}
#navigation {
  float: left;
  height: 120px;
  line-height: 120px;
  padding-left: 110px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #273266;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #273266;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 120px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 120px;
  line-height: 120px;
  color: #273266;
  padding-left: 20px;
  padding-right: 20px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 120px;
  line-height: 120px;
  font-weight: 400;
}
#navigation .material-icons {
  line-height: 120px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #273266;
  background-color: transparent;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul > li > a:before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1px;
  display: block;
  height: 4px;
  background: #d1232a;
  opacity: 0;
  transition: 0.3s;
}
#navigation > ul > li > a.on:before, #navigation > ul > li > a:hover:before {
  opacity: 1;
}
/* Navigation divider */
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 1px;
  text-align: center;
  /*font-size:0;*/
  line-height: 120px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 120px;
  padding: 0 0 0 0;
  margin: 0 auto;
  margin-right: 1px;
  border: none;
  position: relative;
}
#navigation .nav-div:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 1px;
  bottom: 0px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 892;
}
#navigation > ul ul {
  display: none;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 120px;
  left: 0;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
}
/* Align last dropdown to the right */
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li:before {
  display: none;
}
#navigation .sub-nav li > a {
  position: relative;
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0;
  color: #273266;
  background: none #ffffff;
  padding: 15px 20px;
  margin: 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 4px;
  background: #d1232a;
  opacity: 0;
  transition: 0.3s;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #273266;
  border-radius: 0px;
  background-color: #ffffff;
  border-bottom: none;
}
#navigation .sub-nav li > a:hover:before, #navigation .sub-nav li > a.over:hover:before, #navigation .sub-nav li > a.on:before {
  opacity: 1;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
/* Second navigation if central logo */
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
/* Mobile menu button */
#mobile-menu {
  float: left;
  width: 100%;
  display: none;
}
#mobile-menu a {
  display: block;
  color: #273266;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 22px;
  padding: 15px 30px;
  line-height: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#2b000000',GradientType=0);
  background-color: #ffffff;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  margin-top: -2px;
}
#container-flash {
  clear: both;
}
/* Members bars */
.auth-details {
  position: relative;
  z-index: 610;
  float: right;
  height: auto;
  line-height: 50px;
  text-align: right;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
}
.auth-details .wrap {
  height: 30px;
  line-height: 30px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #ffffff;
}
.auth-details a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
.auth-details .wrap > a, .auth-details .wrap > span, .auth-details .wrap > .dropdown {
  display: inline-block;
  margin-left: 40px;
}
.auth-details .dropdown {
  position: relative;
  display: inline-block;
}
.auth-details .dropdown > i {
  margin-left: 5px;
  font-size: 12px;
  vertical-align: middle;
}
.auth-details .dropdown ul {
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  display: none;
  margin: 0;
  padding: 10px 0;
  background: #ffffff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #dfdfdf;
  line-height: 1.5;
}
.auth-details .dropdown:hover ul {
  display: block;
}
.auth-details .dropdown li {
  padding: 0;
  text-align: center;
}
.auth-details .dropdown li:before {
  display: none;
}
.auth-details .dropdown li a {
  color: #243166;
}
.auth-details a.panic-alert {
  padding: 5px 10px;
  background: #d2232a;
  color: #ffffff;
  border-radius: 3px;
  line-height: 1;
  transition: 0.2s;
}
.auth-details a.panic-alert:hover {
  background: #a81c22;
  text-decoration: none;
}
.auth-details > * {
  margin-right: 20px;
}
.auth-details > *:last-child {
  margin-right: 0;
}
.auth-details .hover-text {
  position: relative;
}
.auth-details .hover-text span {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  box-sizing: border-box;
  min-width: 100%;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #243166;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}
.auth-details .hover-text:hover span {
  display: block;
}
form .input input:disabled {
  background: #dddddd;
  color: #777777;
}
/* Site messages */
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 25px;
}
.queue-join-error {
  margin-bottom: 30px;
  padding: 20px;
  color: #ffffff;
  background-color: #b60d04;
  text-align: center;
}
.queue-join-error a {
  color: #ffffff;
  text-decoration: underline;
}
#site-messages a {
  color: #ffffff;
  text-decoration: underline;
}
#site-messages a:hover {
  color: #dddddd;
  text-decoration: underline;
}
.queue-page #site-messages .alert-message {
  background-color: #b60d04;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #ffffff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #ffffff;
  background-color: #999999;
}
#site-messages .success-message {
  color: #ffffff;
  background-color: #2ea952;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
}
/* Random images */
#container-flash.random-image {
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #ffffff;
}
/* Ratating images */
.sliderimg .slidertext {
  min-width: 80%;
}
.sliderimg .slidertext h2 {
  font-size: 80px;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.unslider .unslider-arrow {
  position: absolute;
  top: auto !important;
  right: auto;
  left: 50% !important;
  bottom: 30px;
  width: 40px;
  text-align: center;
  height: 40px !important;
  line-height: 40px !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#2b000000',GradientType=0);
  color: #000000 !important;
  background-color: #ffffff;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
  margin-top: 0px;
  margin-left: -550px !important;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.unslider .unslider-arrow.next {
  left: 50% !important;
  right: auto !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#2b000000',GradientType=0);
  color: #ffffff !important;
  background-color: #ffffff;
  margin-left: -507px !important;
}
.unslider .unslider-arrow .material-icons {
  font-size: 35px !important;
  line-height: 40px !important;
  vertical-align: middle;
}
.unslider .unslider-arrow:hover {
  color: #273266 !important;
  background-color: #d1232a;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 14px;
  line-height: 1.7;
  padding: 16px 0 4px 0;
  text-align: center;
}
#breadcrumb a {
  display: inline-block;
  color: #ffffff;
  white-space: nowrap;
}
#breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#breadcrumb a:last-child {
  color: #8086ab;
}
#breadcrumb a:last-child:hover {
  color: #7077a1;
}
/* Main title area */
.container-main-title {
  background: #243166 url(../images/page_title_bg.png) no-repeat center center;
}
.container-main-title .content {
  line-height: 1.7;
  padding: 50px 0;
  color: #ffffff;
}
.container-main-title .content h1 {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
/* Main title area spacing */
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
}
#home-intro-title-container {
  background: transparent none;
}
#home-intro-title-container .content {
  padding-top: 40px;
  color: inherit;
}
#home-intro-title-container h3 {
  color: inherit;
}
#home-intro-container .content {
  padding-top: 65px;
}
/* Main top area */
.container-main-top .content {
  line-height: 1.7;
  padding: 95px 0;
}
/* Main top area spacing */
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
}
/* Main content area with layouts */
.content {
  line-height: 1.7;
  padding: 95px 0;
}
.content h1, .content h2, .content h4 {
  color: #283266;
}
.content article h1 {
  color: inherit;
}
.content h3, .content h5, .content h6 {
  color: #d7382a;
}
.backgroundimage-content .content h1, .backgroundimage-content .content h2, .backgroundimage-content .content h3, .backgroundimage-content .content h4, .backgroundimage-content .content h5, .backgroundimage-content .content h6 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
/* Layout defines main content widths */
/* Layout widths */
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
/* Layout side content */
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.7;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.7;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6 {
  margin-top: 10px;
}
.layout h5:first-of-type {
  padding-top: 0;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
/* Main areas spacing */
.container-main-title + .container-main .content {
  padding-top: 95px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
}
/* Main bottom area */
.container-main-bottom .content {
  line-height: 1.7;
  padding: 95px 0;
}
/* Main bottom areas spacing */
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
}
/* Backgrounds */
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 95px;
  padding-bottom: 95px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 95px;
  padding-bottom: 95px;
}
/* Overwrite padding for areas adjacent to backgrounds */
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 95px;
}
/* Overwrite padding for areas adjacent to backgrounds */
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 95px;
}
/* Image boxes */
.imageboxes.textabove .module-image .view {
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 30px;
  background-color: #d7382a;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.imageboxes.textabove .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textabove .module-text {
  color: #ffffff;
  text-align: center;
  padding: 20px 25px !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#2b000000',GradientType=0);
  background-color: #145989;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 0px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.imageboxes.textabove .module-text h2 {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 0 0;
  vertical-align: middle;
}
.imageboxes.textabove .imagebox-item:hover .module-text {
  background-color: #0e79ba;
}
/* Services */
.services.textunder .service-item {
  overflow: hidden;
  border-radius: 7px;
}
.services.textunder .module-text {
  padding: 35px 35px 35px !important;
  background-color: transparent;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.services.textunder .module-text h1 {
  padding: 0 0 10px;
  color: #275b73;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
.services.textunder .module-text p:after {
  content: '\f178';
  margin-left: 0.5em;
  color: #d2232a;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
}
.services .module-text .readmore {
  margin-top: 20px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* Staff */
#staff-container, #services-container {
  background: #f3f4f6;
}
.staff {
  max-width: 1230px;
  margin: 0 auto;
}
.staff-category-holder > h3 {
  color: #283266;
  font-size: 36px;
  text-align: center;
}
.staff.textunder .staff-item {
  background: #ffffff;
}
.staff.textunder .module-image {
  position: relative;
  box-sizing: border-box;
  padding: 0 25px;
  background: #f3f4f6;
}
.staff.textunder a.staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 95px;
  background: #ffffff;
}
.staff.textunder .module-image img {
  position: relative;
  z-index: 5;
  border-radius: 7px;
  transition: 0.2s;
}
.staff.textunder a.staff-item:hover .module-image img {
  opacity: 0.7;
}
.staff.textunder .module-text {
  padding: 40px 25px 100px !important;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.staff.textunder .module-text h4 {
  padding: 0;
  color: #275b73;
  font-size: 24px;
  font-weight: 700;
}
.staff.textunder .module-text .staff-item-text-position span:first-child {
  display: block;
  padding-bottom: 10px;
  color: #a4b3b6;
  font-size: 18px;
  font-weight: 400;
}
.staff.textunder .module-text .staff-item-text-position span:last-child {
  display: block;
  padding-bottom: 10px;
  color: #283266;
  font-size: 16px;
}
.staff.textunder .module-text p {
  font-size: 16px;
}
.staff.textunder .module-text .readmore {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0;
  background: transparent;
  border-top: 1px solid #e9e6e6;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
/* Gallery */
.gallery.textunder .module-text {
  padding: 25px 25px 25px !important;
  background-color: #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery.textunder .module-text h4 {
  padding-top: 0px;
}
.gallery .module-text .readmore {
  margin-top: 20px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* News */
.news.textunder .module-image {
  padding-bottom: 0px !important;
}
.news.textunder .module-text {
  padding: 25px 25px 25px !important;
  background-color: #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.news.textunder .module-text h4 {
  padding-top: 0px;
}
.news .module-text .readmore {
  margin-top: 20px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* Home page */
#home-title-container {
  background: transparent none;
}
#home-title-container .wrap {
  max-width: 100%;
  padding: 0;
}
#home-title-container .cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-title-container .cta > a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 50%;
  padding: 60px 180px 60px 300px;
  font-size: 18px;
  transition: 0.2s;
}
#home-title-container .cta > a.left {
  background: #f4f4f7;
  color: #273266;
}
#home-title-container .cta > a.left:hover {
  background: #e8ecf1;
}
#home-title-container .cta > a.right {
  background: #0d5540;
  color: #ffffff;
}
#home-title-container .cta > a.right:hover {
  background: #266653;
}
#home-title-container .cta i {
  position: absolute;
  left: 180px;
  top: 80px;
  font-size: 80px;
}
#home-title-container .cta strong {
  font-size: 30px;
  line-height: 1.2;
}
#home-top-container {
  background: transparent none;
  border-bottom: 1px solid #e1e1e1;
}
#home-top-container .content {
  padding-top: 95px;
  padding-bottom: 95px;
}
#home-top-container .imageboxes {
  margin: 80px 0 60px;
}
#home-container {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
#home-container .content {
  padding-top: 165px;
  padding-bottom: 165px;
}
#home-container .imageboxes.iconover {
  margin-bottom: 50px;
}
#home-container .imageboxes.iconover .imagebox-item-icon {
  display: inline-block;
  margin: 0 0 20px;
  color: #e5e5e5;
  font-size: 80px;
}
#home-container .imageboxes.iconover .imagebox-item-icon span {
  font-size: 80px;
}
#home-container .imageboxes.iconover .module-text h2 {
  max-width: 200px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 30px;
  font-weight: 400;
}
#home-container .imageboxes.iconover .module-text h3 {
  padding: 0;
  font-size: 22px;
  font-weight: 400;
}
#home-container .buttons {
  margin: 0;
  font-size: 16px;
}
#home-container .buttons a {
  color: #000000;
  text-decoration: underline;
}
#home-container .buttons a.btn {
  display: inline-block;
  width: 250px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  background: #d1232a;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
#home-container .buttons a.btn:hover {
  background: #d63940;
  color: #ffffff;
}
#home-bottom-container .content {
  padding-top: 150px;
  padding-bottom: 40px;
}
/* Contact page */
#contact-us-bottom-container .wrap {
  max-width: none;
  padding: 0 0 0 0;
}
#contact-us-bottom-container .content {
  padding-bottom: 0px;
}
#contact-us-bottom-container .map-holder {
  width: 100% !important;
}
.quote {
  display: block;
  text-align: right;
  width: 60%;
  float: right;
  font-style: italic;
}
/* Footer */
#footer-wrapper {
  background: #243166 url(../images/footer2.png) no-repeat right top;
  padding-top: 20px;
}
#container-footer {
  background: transparent;
}
#footer {
  color: #ffffff;
  font-size: 14px;
  line-height: 2.2;
  font-weight: 100;
  text-align: left;
  padding: 95px 0;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 54px;
  text-transform: none;
}
#footer .links {
  padding-top: 5px;
}
#footer .links.iconlinks a {
  font-size: 18px;
}
#footer .links.iconlinks a:hover {
  color: #5c5b83;
}
#footer .links.iconlinks a i {
  vertical-align: middle;
}
#footer .links.iconlinks a .fa-instagram {
  font-size: 22px;
}
#footer .footer-left {
  float: left;
  width: 21%;
  padding-right: 40px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-sitemap {
  float: left;
  width: 19%;
  padding-right: 40px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-contact {
  float: left;
  width: 20%;
  padding-right: 40px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-right {
  float: left;
  width: 32%;
  padding-right: 80px;
  text-align: left;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-right img {
  display: block;
  margin-bottom: 42px;
}
#footer .footer-right strong.em-title {
  font-weight: 100;
}
#footer .footer-right strong.em-title span:first-child, #footer .footer-right strong.em-title span:last-child {
  color: inherit;
}
#footer .footer-right strong.em-title span:first-child {
  margin-right: 0.3em;
}
#footer .footer-sitemap a, #footer .footer-contact a {
  position: relative;
  transition: 0.2s;
}
#footer .footer-sitemap a:before, #footer .footer-contact a:before {
  content: '\f054';
  position: absolute;
  right: 100%;
  color: #273266;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 900;
  opacity: 0;
  transition: 0.2s;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
#footer .footer-sitemap a:hover, #footer .footer-contact a:hover {
  padding-left: 12px;
  color: #ffffff;
}
#footer .footer-sitemap a:hover:before, #footer .footer-contact a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
#footer .footer-sitemap a, #footer .footer-contact a {
  display: block;
  text-transform: none;
}
/* Base */
#container-base {
  background: transparent;
}
#base {
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  padding: 0 0;
  border-top: 1px solid #ffffff;
}
#base .nav {
  float: right;
  padding-right: 20px;
}
#base .nav a {
  display: inline-block;
  margin: 0 3px;
  color: #ffffff;
}
#base .nav a:hover {
  text-decoration: underline;
}
#base strong.em-title {
  font-weight: 400;
}
#base strong.em-title span {
  color: #ffffff !important;
}
/* Grid class styles */
/* 7 column grid */
.grid.seven-column .grid-item {
  width: 13.75%;
  margin-right: 0.625%;
}
/* 6 column grid */
.grid.six-column .grid-item {
  width: 16%;
  margin-right: 0.8%;
}
/* 5 column grid */
.grid.five-column .grid-item {
  width: 19.5%;
  margin-right: 0.625%;
}
/* 4 column grid */
.grid.four-column .grid-item {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 30px;
}
/* 3 column grid */
.grid.three-column .grid-item {
  width: 32.5%;
  margin-right: 1.25%;
}
/* 2 column grid */
.grid.two-column .grid-item {
  width: 49.5%;
  margin-right: 1%;
}
/* Form */
.form-col {
  float: left;
  width: 45%;
}
.form-col + .form-col {
  float: right;
}
.req {
  color: #D60309;
  font-weight: bold;
  font-size: 12px;
}
.content .form-heading {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #92acb8;
  color: #92acb8;
  font-size: 16px;
  font-weight: 700;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item.edit5f2caf58af69a-item {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 5px;
}
.form-item.edit5f2caf58afc0d-item {
  box-sizing: border-box;
  float: left;
  clear: none;
  width: 50%;
  padding-left: 5px;
}
.form-item.recaptcha-item {
  margin-top: 15px;
}
.form-item .label {
  float: left;
  color: #283266;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin: 5px 0 2px 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .credits-code-form input.text, .buy-sessions-product select, .buy-sessions-coupon input[type="text"], .buy-dropdown {
  /* Custom styles here */
  /*border:none;*/
  height: 44px;
  font-size: 15px;
  padding: 0 15px;
  border-radius: 0;
  background: #f3f4f6;
  border: 0;
  vertical-align: middle;
  margin: 0 0 0 0;
  outline: none;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input:focus, form select:focus, form textarea:focus, .buy-sessions-product select:focus, .buy-sessions-coupon input[type="text"]:focus {
  background: #ebecee;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px;
}
/* Custom button */
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button, .button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  padding: 15px 30px;
  background-color: #d1232a;
  font-family: inherit;
  transition: 0.2s;
}
.form-item .subbut input:focus {
  outline: none;
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover, .button:hover {
  cursor: pointer;
  background-color: #bd282e;
  color: #ffffff;
}
.button.alt {
  background: #000000;
}
.button.green {
  background: #0d5540;
}
.button.green:hover {
  background: #266653;
}
.button.block {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.button.fluid {
  height: auto;
  padding: 23px 30px;
  line-height: 1.2;
  text-align: center;
}
.button.cancel {
  background: #333333;
}
.button.disabled, .button.disabled:hover {
  background: #aaaaaa;
  cursor: default;
}
.patient-consults-overview {
  margin-bottom: 20px;
  padding: 20px 30px 5px;
  border: 1px solid #2a4e7d;
}
.patient-consults-overview h4 {
  padding: 0 0 15px !important;
  text-align: center;
}
.patient-consults-overview p {
  margin-bottom: 15px !important;
}
.patient-consults-overview .balance {
  box-sizing: border-box;
  float: left;
  width: 49%;
  padding: 10px 15px;
  background: #eeeeee;
  color: #000000;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
}
.patient-consults-overview .balance + .balance {
  float: right;
}
.patient-consults-overview .button.fluid {
  padding-left: 10px;
  padding-right: 10px;
}
/* Shopping cart */
.shopping-cart-list .scl-products {
  width: 73%;
  line-height: 1.2;
}
.shopping-cart-list .scl-products small {
  color: #888888;
  font-size: 16px;
}
a.refresh-video {
  display: block;
  padding: 5px 15px;
  background: #2d9627;
  color: #ffffff;
  text-align: center;
  transition: 0.2s;
}
a.refresh-video:hover {
  background: #32ab2c;
}
a.refresh-video strong {
  white-space: nowrap;
}
/* Patient queue */
.patient-video {
  position: relative;
  height: 500px;
  margin-bottom: 30px;
  background: #eeeeee;
}
.patient-video #videos {
  height: 100%;
}
.patient-video #subscriber {
  height: 100%;
}
.patient-video #publisher {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  width: 200px;
  height: 150px;
}
.patient-queue-form p {
  margin-bottom: 10px;
  font-size: 18px;
}
ul#session-photos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
ul#session-photos:empty {
  display: none;
}
ul#session-photos li {
  box-sizing: border-box;
  margin-left: 1.5%;
  width: 18.8%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
}
ul#session-photos li:first-child {
  margin-left: 0;
}
ul#session-photos li:before {
  display: none;
}
#container-flash {
  position: relative;
  z-index: 500;
}
#image-rotator {
  position: relative;
  background: #283266 url(../images/slider_bg.jpg) no-repeat right bottom;
  margin-bottom: 30px;
}
#image-rotator .rotator-extra {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
#image-rotator .rotator-extra .covid-banner {
  position: relative;
  max-width: 1430px;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
}
#image-rotator .rotator-extra .covid-banner p:before {
  content: '';
  position: absolute;
  right: 100%;
  display: block;
  height: 60px;
  width: 100%;
  background: #fecc08;
}
#image-rotator .rotator-extra .covid-banner p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 45px 0 0;
  height: 60px;
  line-height: 60px;
  background: #fecc08;
  color: #000000;
  font-size: 16px;
}
#image-rotator .rotator-extra .covid-banner a {
  color: #000000;
  font-weight: 700;
}
#image-rotator .rotator-extra .covid-banner .icon {
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #000000;
  color: #fecc08;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#image-rotator .rotator-extra:empty {
  display: none;
}
#image-rotator .flexslider {
  height: 800px !important;
  background: transparent;
}
#image-rotator .image-mobile {
  display: none;
}
#image-rotator .flex-caption {
  top: 85px;
  bottom: auto !important;
}
#image-rotator .flex-caption .wrap {
  max-width: 1430px;
}
#image-rotator .flex-caption .wrap .flex-caption-inner {
  display: block !important;
  overflow: hidden;
  color: #ffffff;
}
#image-rotator .flex-caption h2 {
  padding-bottom: 10px;
  color: #d2232a;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
}
#image-rotator .flex-caption h2 small {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #4c558a;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
#image-rotator .flex-caption h3 {
  max-width: 550px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}
#image-rotator .flex-caption h3 a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 50px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background: #283266;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  transition: 0.2s;
}
#image-rotator .flex-caption h3 a:hover {
  background: #ffffff;
  color: #283266;
}
#image-rotator .product-slide .flex-caption {
  position: relative;
  top: 0;
}
.flexslider .slides .product-image {
  float: right;
}
.flexslider .slides .product-image img {
  width: auto;
}
.testimonials.slider {
  position: relative;
}
.testimonials .testimonial-stars {
  display: block;
  margin-bottom: 10px;
  color: #c3c0d1;
  text-align: center;
}
.testimonials .testimonial-stars i {
  display: inline-block;
  margin: 0 2px;
}
.testimonials .testimonial-stars .star {
  background: url(../images/star_rating.png) no-repeat;
}
.testimonials .testimonial-stars .non-star {
  background: url(../images/nonstar_rating.png) no-repeat;
}
.testimonials.slider .owl-carousel .owl-stage-outer {
  margin-right: -20px;
}
.testimonials.slider .owl-carousel .owl-stage {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
}
.testimonials.slider .owl-carousel li {
  box-sizing: border-box;
  height: 100%;
}
.testimonials.slider .owl-carousel .testimonial-item-text, .testimonials.slider .owl-carousel .testimonial-item-person {
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.testimonials.slider .owl-carousel .testimonial-item-text {
  padding-bottom: 20px;
}
.testimonials.slider .owl-carousel .owl-prev, .testimonials.slider .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  color: #ececec;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
  font-weight: 400;
}
.testimonials.slider .owl-carousel .owl-prev {
  right: 100%;
  margin-right: 80px;
}
.testimonials.slider .owl-carousel .owl-next {
  left: 100%;
  margin-left: 80px;
}
.testimonials.slider .owl-carousel .owl-prev:before {
  content: '\f053';
}
.testimonials.slider .owl-carousel .owl-next:before {
  content: '\f054';
}
.shopping-cart-list .scl-products {
  width: 63%;
}
.shopping-cart-list .scl-price {
  width: 20%;
}
.shopping-cart-totals .shopping-cart-total-final .totals-space, .shopping-cart-totals .shopping-cart-total-item .totals-space-base {
  width: 35%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
  width: 22%;
}
.staff, .services {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.staff .staff-item, .services .service-item {
  background: #ffffff;
}
.service-page-page #container1 > main + main {
  display: flex;
  flex-direction: column;
}
.service-page-page #container1 #service-page-sub-top-container {
  order: 1;
}
.service-page-page #container1 #service-page-sub-container {
  width: 100%;
  order: 3;
}
.service-page-page #container1 #service-page-sub-bottom-container {
  width: 100%;
  order: 2;
}
@font-face {
  font-family: 'icomoon';
  src: url('../images/fonts/icomoon.eot?bg4yp');
  src: url('../images/fonts/icomoon.eot?bg4yp#iefix') format('embedded-opentype'), url('../images/fonts/icomoon.ttf?bg4yp') format('truetype'), url('../images/fonts/icomoon.woff?bg4yp') format('woff'), url('../images/fonts/icomoon.svg?bg4yp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icons_card:before {
  content: "\e900";
  color: #fff;
}
.icon-icons_doctor:before {
  content: "\e901";
  color: #fff;
}
.icon-icons_person:before {
  content: "\e902";
  color: #fff;
}
.ui-widget.ui-widget-content {
  z-index: 5001 !important;
}
.ui-widget-overlay {
  z-index: 5000 !important;
  background: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}
#our-story-top-container .content {
  padding-bottom: 50px;
}
#our-story-top-container .content h3 {
  max-width: 880px;
  margin: 0 auto;
  padding: 105px 0 10px;
  color: #283266;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
#our-story-top-container .content h3 + h3 {
  padding-top: 0;
  padding-bottom: 105px;
}
#our-story-container .wrap {
  max-width: 1300px;
}
#our-story-container .layout.main {
  width: 54%;
}
#our-story-container .layout.side {
  width: 39%;
}
#our-story-container .layout.side h2 {
  padding-bottom: 10px;
}
#our-story-container .layout.side p {
  padding-bottom: 0;
}
#our-story-sub-top-container {
  background: #f3f4f6;
}
.doctor-quote {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 29%;
  margin-left: 6%;
  margin-top: 40px;
  padding: 50px 20px 5px;
  border: 1px solid #cccccc;
  font-size: 16px;
  line-height: 1.4;
}
.doctor-quote:first-child {
  margin-left: 0;
}
.doctor-quote:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -20px;
  display: block;
  width: 46px;
  height: 36px;
  background: url(../images/quote_open.png) no-repeat;
}
.doctor-quote p {
  margin-bottom: 15px;
}
.doctor-quote strong {
  color: #275b73;
}
.home-page #container-bread, .queue-page #container-bread {
  display: none;
}
.queue-page .container-main-title .content {
  padding: 20px 0;
}
.queue-page .container-main-title .content h1 {
  float: left;
}
.home-page #container-flash .imageboxes {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 270px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1430px;
  padding: 0 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-page #container-flash .imageboxes.iconside .imagebox-item-icon {
  line-height: 60px;
  color: #ffffff;
  font-size: 43px;
}
.home-page #container-flash .imageboxes.iconside .imagebox-item-icon i {
  vertical-align: middle;
}
.home-page #container-flash .imageboxes.iconside .module-text h2 {
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: #ffffff;
  font-size: 24px;
}
#image-rotator .wrap {
  position: relative;
}
#image-rotator a.icon {
  position: absolute;
  right: 75px;
  top: 25px;
  display: block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: #4b5489;
  border-radius: 50%;
  font-size: 45px;
  text-align: center;
}
#image-rotator a.icon:hover {
  background: #5d6595;
  color: #ffffff;
}
.faqs-page .faqs {
  max-width: 900px;
}
.faqs-page .faq-item {
  box-sizing: border-box;
  width: 100%;
}
.faqs-page .faq-item .faq-item-question, .faqs-page .faq-item .faq-item-answer {
  width: 100%;
  box-sizing: border-box;
}
.faqs-page .faq-item .faq-item-question {
  position: relative;
  padding: 7px 45px;
  color: #000000;
  border: 2px solid #e8e8e8;
  border-radius: 20px;
  line-height: 1.4;
  transition: 0.2s;
}
.faqs-page .faq-item .faq-item-question:hover {
  background: #f1f1f1;
}
.faqs-page .faq-item .faq-item-question:before {
  content: '\f059';
  position: absolute;
  left: 9px;
  top: 7px;
  color: #d7382a;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}
.faqs-page .faq-item .faq-item-question:after {
  content: '\f067';
  position: absolute;
  right: 10px;
  top: 11px;
  color: #cccccc;
  font-family: "Font Awesome 5 Pro", sans-serif;
  line-height: 1;
  font-weight: 900;
}
.faqs-page .faq-item .faq-item-question.uncollapsed:after {
  content: '\f068';
}
.faqs-page .faq-item .faq-item-answer {
  padding: 20px 20px 5px 45px;
  background-color: transparent;
  font-size: 16px;
}
.faqs.simplelist.collapse-holder > li {
  padding-left: 0;
  padding-bottom: 15px;
}
.faqs.simplelist.collapse-holder > li:before {
  display: none;
}
.faqs.simplelist.collapse-holder.grid.two-column .grid-item {
  width: 45%;
  margin-right: 10%;
}
.faqs.simplelist.collapse-holder.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0;
}
#services-container h3 {
  color: #283266;
  font-size: 32px;
}
#service-page-top-container, #service-page-container {
  background: #f3f4f6;
}
#service-page-top-container .content {
  padding-top: 95px;
}
#service-page-container .wrap {
  max-width: 1300px;
}
#service-page-container .layout.main {
  width: 59%;
}
#service-page-container .layout.main h2 {
  padding-bottom: 30px;
}
#service-page-container .layout.main p {
  margin-bottom: 15px;
}
#service-page-container .layout.side {
  width: 26.25%;
}
#service-page-sub-top-container .imageboxes.iconover .imagebox-item {
  background: #f3f4f6;
}
#service-page-sub-top-container .imageboxes.iconover .imagebox-item .imagebox-item-icon {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin-bottom: 0;
  font-size: 69px;
}
#service-page-sub-top-container .imageboxes.iconover .imagebox-item:nth-child(1) .imagebox-item-icon {
  background: #283266;
}
#service-page-sub-top-container .imageboxes.iconover .imagebox-item:nth-child(2) .imagebox-item-icon {
  background: #2a4e7d;
}
#service-page-sub-top-container .imageboxes.iconover .imagebox-item:nth-child(3) .imagebox-item-icon {
  background: #275b73;
}
#service-page-sub-top-container .imageboxes.iconover .imagebox-item .module-text {
  padding-left: 65px;
  padding-right: 65px;
}
#service-page-sub-top-container .imageboxes.iconover .imagebox-item .module-text h2 {
  padding-bottom: 25px;
}
#service-page-sub-container {
  background: #f3f4f6;
}
#service-page-sub-container .content {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 120px;
}
#service-page-sub-container .layout.main {
  box-sizing: border-box;
  width: 63%;
  padding: 85px 85px 75px;
  background: #ffffff;
}
#service-page-sub-container .layout.main .form-item .textarea textarea {
  height: 225px;
}
#service-page-sub-container .layout.main .form-item .subbut input {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
#service-page-sub-container .layout.main .recaptcha-item {
  padding-top: 20px;
  padding-bottom: 10px;
}
#service-page-sub-container .layout.main .recaptcha-item .label {
  padding: 0 14px;
}
#service-page-sub-container .layout.main .recaptcha-item .g-recaptcha {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#service-page-sub-container .layout.side {
  position: relative;
  box-sizing: border-box;
  width: 37%;
  padding: 240px 75px 40px;
  background: #2a4e7d;
  color: #ffffff;
  font-size: 16px;
}
#service-page-sub-container .layout.side .icon {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 190px;
  height: 190px;
  line-height: 190px;
  background: #557197;
  border-radius: 50%;
  font-size: 65px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#service-page-sub-container .layout.side h3 {
  padding: 0 0 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#service-page-sub-bottom-container .register-block {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50px;
  width: 58%;
  margin: 50px auto 150px auto;
  padding: 80px 75px 70px 75px;
  box-sizing: border-box;
  position: relative;
}
#service-page-sub-bottom-container .register-block h2 {
  padding-bottom: 20px;
}
#service-page-sub-bottom-container .register-block p {
  margin-bottom: 0px;
}
#service-page-sub-bottom-container .register-block:after {
  content: '\f0f0';
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
  position: absolute;
  bottom: -194px;
  right: -122px;
  margin-bottom: 0;
  width: 245px;
  height: 245px;
  line-height: 245px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #2a4e7d;
  color: #ffffff;
  font-size: 108px;
  text-align: center !important;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.imageboxes.iconside .imagebox-item {
  min-height: 70px;
  padding: 30px 0 15px;
  border: 1px solid #cfcfcf;
}
.imageboxes.iconside .imagebox-item-icon {
  top: 25px !important;
  width: 110px !important;
  height: auto !important;
  color: #4c558a !important;
  font-size: 60px;
  text-align: center;
}
.imageboxes.iconside .imagebox-item-icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 3px;
  height: 96px;
  background: #242e64;
  -webkit-transform: translate(-50%, -50%) rotate(-51deg);
  transform: translate(-50%, -50%) rotate(-51deg);
}
.imageboxes.iconside .module-text {
  padding-left: 110px !important;
  font-size: 14px;
  font-weight: 300;
}
.imageboxes.iconside .module-text h2 {
  padding-bottom: 10px;
  color: #275b73;
  font-size: 16px;
  font-weight: 700;
}
.modal-popup {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 50, 102, 0.8);
}
.modal-popup .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1350px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  background: #ffffff;
  border-radius: 7px;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-popup .modal-text {
  box-sizing: border-box;
  min-height: 100px;
  padding: 40px;
}
.modal-popup h2 {
  padding-bottom: 15px;
  font-size: 40px;
}
.modal-popup .close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.modal-popup .staff-details-image {
  float: left;
  margin-right: 70px;
  padding: 0;
}
.modal-popup .staff-details-contact, .modal-popup .staff-details-description {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  max-width: 640px;
  margin-right: 20px;
}
.modal-popup .staff-details-contact {
  padding-top: 75px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2dede;
}
.modal-popup .staff-details-contact h2 {
  padding: 0 0 10px;
  color: #283266;
  font-size: 48px;
}
.modal-popup .staff-details-contact h4 {
  padding: 0;
  color: #a4b3b6;
  font-size: 24px;
  font-weight: 700;
}
.modal-popup .staff-details-contact h4 span {
  display: block;
  padding-bottom: 14px;
}
.modal-popup .staff-details-contact h4 span + span {
  color: #275b73;
  font-size: 16px;
}
.modal-popup .staff-details-description {
  padding-top: 25px;
}
.modal-popup .staff-details-description p {
  margin-bottom: 15px;
}
.devices-permission-error {
  padding: 20px 20px 1px;
  border: 5px solid #ff0000;
}
.devices-permission-error hr {
  height: 2px;
  margin-bottom: 30px;
  background: #777777;
  border-color: #777777;
}
.devices-permission-error img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.patient-waiting-room .waiting-status {
  display: inline-block;
  margin: 0 30px 20px 0;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 15px;
}
.doctor-reports-form input[type=text] {
  box-sizing: border-box;
  width: 150px;
  height: 44px;
  padding: 0 10px;
  background: #f3f4f6;
  border: 0;
}
.doctor-reports-form .button.fluid {
  padding-top: 0;
  padding-bottom: 0;
  height: 44px;
}
.doctor-report-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.doctor-report-table th, .doctor-report-table td {
  padding: 15px 5px;
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  line-height: 1.2;
}
/* --------------------------------------------------- 
 TEMPLATE.RESPONSIVE.SCSS contains responsive design styles
 to effect the design layout based on screen resolution
 --------------------------------------------------- */
/* Mobile layout spacing */
@media screen and (max-width: 1800px) {
  #image-rotator .flex-caption h2 {
    padding-bottom: 15px;
    font-size: 40px;
  }
  #image-rotator .flex-caption h3 a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1640px) {
  #home-title-container .cta > a {
    padding-left: 210px;
    padding-right: 140px;
  }
  #home-title-container .cta i {
    left: 90px;
  }
}
@media screen and (max-width: 1380px) {
  .patient-dashboard .right {
    clear: both;
  }
}
@media screen and (max-width: 1350px) {
  #our-mission-sub-2-bottom-container h2 {
    padding-top: 20px;
  }
  #our-mission-container h2 {
    font-size: 45px;
  }
  #image-rotator .flex-caption {
    top: 25px;
  }
  .testimonials.slider {
    padding: 0 50px;
  }
  .testimonials.slider .owl-carousel .owl-prev {
    margin-right: 10px;
  }
  .testimonials.slider .owl-carousel .owl-next {
    margin-left: 10px;
  }
  #footer .footer-contact [class^="icon-"], #footer .footer-contact [class*=" icon-"], #footer .footer-contact .material-icons {
    display: none;
  }
  #home-title-container .cta > a {
    padding-left: 160px;
    padding-right: 50px;
  }
  #home-title-container .cta i {
    left: 50px;
    top: 60px;
  }
  #navigation {
    padding-left: 30px;
  }
  #navigation li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sliderimg .slidertext h2 {
    font-size: calc(30px + 4vw);
  }
  .unslider .unslider-arrow {
    left: 50px !important;
    margin-left: 0px !important;
  }
  .unslider .unslider-arrow.next {
    left: 93px !important;
    margin-left: 0px !important;
  }
}
/* Small Screens / Tablets */
@media screen and (max-width: 1180px) {
  .form-col, .form-col + .form-col {
    float: none;
    width: auto;
  }
  .form-item.edit5f2caf58af69a-item, .form-item.edit5f2caf58afc0d-item {
    float: none;
    width: 100%;
    padding: 0;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  #none {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    /*height:auto;*/
  }
  #image-rotator .flexslider {
    height: auto !important;
  }
  .img-left, .img-right {
    max-width: 50%;
  }
  #image-rotator .flex-caption .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #image-rotator .flex-caption .wrap .flex-caption-inner {
    padding-right: 40px;
  }
  #image-rotator a.icon {
    right: 60px;
    top: 5px;
    /* Hide/show element that should only show on mobile */
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inline;
  }
  #container2, #container-header, #container-navigation, #container-flash, #container-bread, #container-intro, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
    width: 100%;
  }
  #container1, .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap {
    max-width: 1080px;
    padding: 0 30px;
  }
  #breadcrumb, .auth-details, .container-main .content, .container-main-title .content, .container-main-top .content, .container-main-bottom .content, #footer, #base {
    padding-left: 0px;
    padding-right: 0px;
  }
  #site-messages .wrap {
    padding: 0 0px;
  }
  #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
    padding: 20px 20px;
  }
  .product-item {
    width: 32%;
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+4) {
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+5) {
    clear: none;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 1100px) {
  #image-rotator {
    overflow: visible !important;
  }
}
@media screen and (max-width: 1230px) {
  #header #logo {
    padding-left: 0px;
  }
  #header #logo img {
    max-width: 187px;
  }
  #container-navigation .wrap {
    padding: 0 30px 0 0;
  }
  #navigation > div:first-child {
    display: none;
  }
  .unslider .unslider-arrow {
    left: 30px !important;
  }
  .unslider .unslider-arrow.next {
    left: 73px !important;
  }
  #footer .footer-left, #footer .footer-sitemap, #footer .footer-contact, #footer .footer-right {
    width: 30%;
    padding-right: 0;
    margin-right: 3%;
  }
  #footer .footer-left {
    clear: left;
  }
  #footer .footer-right {
    max-width: 50%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 36px;
  }
  #footer h4 {
    padding-bottom: 30px;
  }
  .footer-phone {
    font-size: 30px;
  }
  #footer a.footer-phone [class^="icon-"], #footer a.footer-phone [class*=" icon-"], #footer a.footer-phone .material-icons {
    font-size: 28px;
  }
  /* Grid class styles */
  .grid .grid-item {
    float: left;
    display: inline-block;
  }
  .grid .grid-item img {
    vertical-align: middle;
    /* 7 column grid to 4 column */
  }
  .grid.seven-column .grid-item {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 1%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: both;
    /* 6,5,4 column grid to 3 column */
  }
  .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 40px;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 1.25%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 1.25%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 1.25%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 1180px) {
  .patient-dashboard .profile-box {
    margin-bottom: 0;
  }
  .patient-dashboard .mobile-switch {
    display: flex;
    flex-direction: column-reverse;
  }
  .patient-dashboard .action-links {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 1080px) {
  #footer {
    padding: 30px 0 50px;
  }
  #base {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1020px) {
  .form-col {
    float: left;
    width: 48%;
  }
  .form-col + .form-col {
    float: right;
    width: 48%;
  }
  #service-page-sub-container .layout.main .recaptcha-item .label {
    padding: 0;
  }
  #service-page-sub-container .layout.main .recaptcha-item .g-recaptcha {
    -webkit-transform: none;
    transform: none;
  }
  #service-page-sub-container .content {
    flex-direction: column-reverse;
  }
  #service-page-sub-container .layout.side {
    padding: 200px 30px 20px;
  }
  #service-page-sub-container .layout.main {
    padding: 40px 30px 20px;
  }
  .staff.textunder .staff-item {
    display: block;
    float: none;
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #our-story-timeline-container .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .site-head .links {
    float: none;
  }
  #service-page-top-container .content {
    padding-top: 35px;
  }
  h2.margin, h3.margin {
    padding-bottom: 35px;
  }
  #our-mission-sub-2-bottom-container .content {
    padding-top: 35px;
    padding-bottom: 5px;
  }
  #our-mission-sub-2-bottom-container h2 {
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
  }
  #our-mission-sub-2-bottom-container h2 strong {
    padding-top: 5px;
    font-size: 35px;
  }
  #our-mission-sub-2-container .imageboxes.iconover.grid.five-column {
    display: flex;
  }
  #our-mission-sub-2-container .imageboxes.iconover.grid.five-column .grid-item {
    width: 48% !important;
    margin-right: 4% !important;
    margin-bottom: 40px;
  }
  #our-mission-sub-2-container .imageboxes.iconover.grid.five-column .grid-item:nth-child(even) {
    margin-right: 0 !important;
  }
  #our-mission-sub-2-container .imageboxes.iconover .imagebox-item .module-text {
    max-width: 100%;
  }
  #our-mission-sub-2-container .imageboxes.iconover .imagebox-item .module-text {
    padding-top: 50px;
  }
  #our-mission-container .content {
    display: block;
  }
  #our-mission-container h2 {
    padding-top: 70px;
    font-size: 48px;
  }
  #our-mission-container h2:before {
    top: 0;
    bottom: auto;
    width: 84px;
    height: 65px;
    margin-bottom: 0;
    background-size: contain;
  }
  #our-mission-container .layout.half.gap {
    margin-left: 0;
  }
  #our-story-container .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .site-head {
    height: auto;
    line-height: 1.9;
    padding: 15px 0;
  }
  .site-head .wrap {
    padding: 0;
    text-align: center;
  }
  .site-head .emergency-banner {
    float: none;
  }
  .site-head .auth-details {
    float: none;
    line-height: 1.9;
    text-align: center;
  }
  .site-head .auth-details > * {
    display: inline-block;
    margin: 0 10px;
    white-space: nowrap;
  }
  .site-head .auth-details a.panic-alert {
    display: block;
    max-width: 200px;
    margin: 10px auto 0;
  }
  .site-head .sms-toggle {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
  #image-rotator a.icon {
    left: 50%;
    right: auto;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  .home-page #container-flash .imageboxes {
    display: none;
  }
  .patient-dashboard .patient-actions {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .patient-dashboard .patient-profiles {
    max-width: 100%;
  }
  .patient-dashboard .patient-appointments {
    clear: both;
  }
  #login-container .content {
    flex-direction: column-reverse;
  }
  #login-container .layout-two-col-equal .layout.half.gap {
    margin-top: 0;
  }
  #login-container .layout.half.gap {
    background: transparent;
  }
  .login-mobile-msg {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px 30px;
    background: #e7e8ea;
    text-align: center;
  }
  .login-mobile-msg a {
    color: #283266;
    font-weight: 700;
    white-space: nowrap;
  }
  .mobile-active #header .talk-now {
    display: none;
  }
  #home-information-container .layout.half.gap {
    margin-top: 0;
  }
  #image-rotator {
    background-image: url(../images/slider_bg_mobile.png);
    background-position: right bottom;
  }
  #image-rotator .flex-caption .wrap .flex-caption-inner {
    padding-bottom: 10px;
  }
  #image-rotator .flex-caption h2 small {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  #image-rotator .rotator-extra, #image-rotator .rotator-extra .covid-banner, #image-rotator .rotator-extra .covid-banner p {
    height: auto;
    line-height: 1.5;
  }
  #image-rotator .rotator-extra .covid-banner p {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #image-rotator .rotator-extra .covid-banner p:before {
    top: 0;
    height: 100%;
  }
  #image-rotator .flex-caption h3 a {
    padding: 0 20px;
  }
  #home-information-container {
    height: auto;
    background: none #f3f4f6;
  }
  #home-information-container .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #home-information-container .layout.half:first-child {
    box-sizing: border-box;
    padding: 0 30px;
  }
  #home-information-container .layout.half.gap {
    box-sizing: border-box;
    height: 1088px;
    padding-top: 590px;
    background: #eff3f4 url(../images/home_info_background_mobile.jpg) no-repeat center top;
  }
  #home-information-container .layout.gap a {
    height: 100px;
    line-height: 100px;
    padding-left: 55px;
    border-radius: 0 100px 100px 0;
    font-size: 20px;
  }
  #home-information-container .text {
    padding-top: 150px;
    padding-bottom: 20px;
    text-align: center;
  }
  #home-information-container .text .icon {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #create-account-container .img-right {
    display: none;
  }
  .home-page-switch {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e1e1e1;
  }
  .home-page-switch #container-navigation {
    order: 1;
  }
  .home-page-switch #home-title-container {
    order: 2;
  }
  .home-page-switch #home-top-container {
    order: 3;
  }
  .home-page-switch #container-flash {
    order: 4;
  }
  #home-top-container .img-left {
    display: none;
  }
  .btn-margin {
    margin-right: 0;
  }
  #home-title-container .cta {
    display: block;
  }
  #home-title-container .cta > a {
    width: auto;
  }
  .mobile-active #container-header {
    border-bottom: 1px solid #d7d9e3;
  }
  #header #mobile-link a {
    font-size: 24px;
  }
  #header .talk-now {
    margin-right: 90px;
  }
  .nav-button {
    display: none;
  }
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .img-left, .content .img-right, .content .img-center {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 40px;
  }
  .layout-two-col-equal .layout.half + .layout.half {
    margin-top: 40px;
    /* Three column equal */
  }
  .layout-three-col-equal .layout.third {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .layout-three-col-equal .layout.third.gap {
    margin-left: 0%;
    /* 7,6,5,4,3 column grid to 2 column */
  }
  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 40px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 1%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 1%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 1%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 1%;
  }
  .grid.six-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 1%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 1%;
  }
  .grid.five-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 1%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 1%;
  }
  .grid.four-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 1%;
  }
  .grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  #product-details-container .product-details-buy-container {
    display: block;
  }
  #product-details-container .product-details-buy {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  #home-information-container .layout.half > h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
  }
  #home-information-container .layout.half > h2:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 100%;
    display: block;
    width: calc(100% + 30px);
    height: 3px;
    background: #283266;
  }
  .imageboxes.iconover {
    display: block;
  }
  .imageboxes.iconover .imagebox-item {
    margin-bottom: 70px;
  }
  #service-page-sub-top-container .imageboxes.iconover .imagebox-item .module-text, .imageboxes.iconover .imagebox-item .module-text {
    padding: 0 30px 30px;
  }
  #home-boxes-container .content .imageboxes.iconover .imagebox-item .module-text {
    padding-bottom: 50px;
  }
  .imageboxes.iconover .imagebox-item .imagebox-item-icon {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin-bottom: 0;
    font-size: 65px;
  }
  #home-boxes-container .content .imageboxes.iconover .imagebox-item .imagebox-item-icon {
    width: 260px;
    height: 260px;
    line-height: 260px;
  }
  .imageboxes.iconover .imagebox-item .module-text h2 {
    font-size: 28px;
  }
  .flexslider .slides .product-image {
    display: block;
    float: none;
    text-align: center;
  }
  .flexslider .slides .product-image img {
    display: inline;
    max-height: 400px;
  }
  #header a.talk-now {
    display: none;
  }
  .auth-details .wrap {
    height: auto;
    line-height: 1.6;
    padding: 5px 20px;
    text-align: center;
  }
  .auth-details .wrap > a, .auth-details .wrap > span, .auth-details .wrap > .dropdown {
    margin: 0 10px;
  }
  .container-main-title .content h1 {
    height: auto;
    line-height: 1.2;
  }
  #container-header .wrap {
    padding: 0 0 0 0;
  }
  #header {
    position: relative;
    height: 120px;
  }
  #header #logo {
    height: auto;
    line-height: 120px;
    padding-left: 20px;
    margin-right: 0px;
  }
  #header #logo img {
    max-width: 100%;
  }
  #header #mobile-link a {
    height: auto;
    line-height: 90px;
    padding-right: 30px;
  }
  #mobile-menu a {
    font-size: 30px;
  }
  #mobile-menu .opened, .mobile-active #mobile-menu .closed {
    display: none;
  }
  .mobile-active #mobile-menu .opened {
    display: inline;
  }
  #container-navigation .wrap {
    padding-right: 0;
    /* Hide navigation for mobile */
  }
  #navigation {
    display: none !important;
    /* Show mobile navigation */
  }
  #mobile-navigation {
    display: none;
    height: auto;
    font-size: 21px;
    line-height: 1.4;
    color: #ffffff;
    padding: 0;
    position: relative;
    overflow: auto;
    max-height: calc(100vh - 120px);
  }
  #mobile-navigation a {
    position: relative;
    float: none;
    display: block;
    height: auto;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    color: #273266;
    padding: 9px 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #d7d9e3;
    box-sizing: border-box;
  }
  #mobile-navigation a.child-link {
    padding-left: 65px;
  }
  #mobile-navigation a.js-hide {
    display: none;
  }
  #mobile-navigation a .js-toggle {
    position: absolute;
    right: 9px;
    top: 0;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 22px;
  }
  #mobile-navigation a .js-toggle:before {
    content: '\f067';
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900;
  }
  #mobile-navigation a.js-open .js-toggle:before {
    content: '\f068';
    /*#mobile-navigation a:first-child {
     background: #d1232a;
     color: #ffffff;
     font-weight: 700;
     }*/
  }
  #mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 78px;
  }
  #mobile-menu a {
    height: 120px;
    line-height: 120px;
    padding: 0 20px;
    background: transparent none;
    /* Set new spacing for mobile*/
    /* Breadcrump area */
  }
  /* breadcrumb */
  #breadcrumb {
    padding: 16px 0px 4px 0px;
  }
  #base {
    height: auto;
    line-height: 1.8;
    padding: 35px 0;
  }
  #base .nav {
    float: none;
  }
  #base .nav a {
    margin: 0 6px 0 0;
    /* Main title area */
  }
  .container-main-title .content {
    padding: 50px 0px;
    /* Main title area spacing */
  }
  .container-main-title + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-title .content {
    padding-top: 0px;
    /* Main top area */
  }
  .container-main-top .content {
    padding: 35px 0px;
    /* Main top area spacing */
  }
  .container-main-title + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-top .content {
    padding-top: 0px;
    /* Main content area with layouts */
  }
  .content {
    padding: 35px 0px;
    /* Main areas spacing */
  }
  .container-main-title + .container-main .content {
    padding-top: 35px;
  }
  .container-main-top + .container-main .content {
    padding-top: 0px;
  }
  .container-main + .container-main .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main .content {
    padding-top: 0px;
    /* Main bottom area */
  }
  .container-main-bottom .content {
    padding: 35px 0px;
    /* Main bottom areas spacing */
  }
  .container-main-top + .container-main-bottom .content {
    padding-top: 0px;
  }
  .container-main + .container-main-bottom .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-bottom .content {
    padding-top: 0px;
    /* Backgrounds */
  }
  .container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
    padding-top: 35px;
    padding-bottom: 35px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
    padding-top: 35px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
    padding-top: 35px;
  }
  #home-intro-container .content {
    padding-top: 30px;
    /* Grid */
  }
  .grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Videos */
  }
  .video-holder .video-item {
    width: 45%;
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+4) {
    clear: none;
  }
  .video-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .video-holder div:nth-child(2n+3) {
    clear: left;
  }
  .subscription-plans .subscription-plan {
    width: 47%;
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+3) {
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+4) {
    clear: none;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: left;
  }
  .pricelist-header .pricelist-price, .pricelist-header .pricelist-inclusive {
    display: none;
  }
  .pricelist-product {
    float: left;
    width: 75%;
    margin-right: 2%;
    padding-bottom: 6px;
  }
  .pricelist-price {
    clear: left;
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-inclusive {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-qty {
    float: right;
    width: 23%;
  }
  .product-item {
    width: 47%;
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: none;
  }
  .products-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(2n+3) {
    clear: both;
  }
  .form-item .label, .form-item .label2 {
    margin-bottom: 2px;
  }
  .form-item .label, .form-item .label2, .form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea, .form-item .label-padding, .form-item .subbut, #recaptcha_image {
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0%;
  }
  .form-item .g-recaptcha {
    position: relative;
    height: 80px;
  }
  .recaptcha_input .input {
    padding-right: 0px;
  }
  .recaptcha_options li a {
    top: 0px;
  }
  .shopping-cart-list .shopping-cart-list-header {
    display: none;
  }
  .shopping-cart-list .shopping-cart-list-items {
    padding: 4px 10px;
    border: solid #f0e8e6 1px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
  }
  .shopping-cart-list .scl-image {
    float: right;
    position: absolute;
    text-align: center;
    right: 5px;
    top: 8px;
    width: 20%;
    max-height: 60px;
  }
  .shopping-cart-list .scl-image img {
    max-height: 60px;
  }
  .shopping-cart-list .scl-products {
    width: 100%;
    min-height: 60px;
    padding-right: 0%;
  }
  .shopping-cart-list .scl-products-title {
    float: left;
    width: 68%;
  }
  .shopping-cart-list .scl-products-additional {
    clear: both;
    width: 100%;
  }
  .shopping-cart-list .scl-products .cart-msg-box, .shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
    width: 98%;
  }
  .msg-small {
    font-size: 13px;
    line-height: 17px;
  }
  .shopping-cart-list .scl-quantity {
    clear: both;
    width: 59%;
    text-align: left;
    padding-right: 0px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-list .scl-quantity .scl-quantity-text {
    float: left;
    display: inline-block;
    padding-right: 3%;
    line-height: 26px;
    font-size: 14px;
  }
  .shopping-cart-list .scl-quantity input {
    float: left;
    font-size: 15px;
    display: inline-block;
    margin-right: 12%;
  }
  .shopping-cart-list .remove-link {
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 26px;
    font-size: 12px;
  }
  .shopping-cart-list .scl-price {
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-right: 1%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-space, .shopping-cart-totals .shopping-cart-total-final .totals-space, #sc-subtotals .totals-space-base {
    display: none;
  }
  .shopping-cart-totals .shopping-cart-total-item, .shopping-cart-totals .shopping-cart-total-final {
    display: block;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
    float: left;
    width: 66%;
    text-align: left;
    padding-right: 0;
    padding-left: 4%;
    margin: 0 0 0 0;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
    float: left;
    width: 26%;
    font-size: 15px;
    padding-right: 4%;
    margin: 0 0 0 0;
  }
  .address-selector li {
    width: 48%;
  }
  .cart-checkradio-holder .checkradio {
    width: 50%;
  }
  .payment-radio-holder {
    width: 10%;
  }
  .payment-holder {
    width: 90%;
  }
}
@media screen and (min-width: 1181px) and (max-height: 1100px) {
  #home-intro-container .content {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  #image-rotator .flexslider {
    height: 640px !important;
  }
  #image-rotator .flex-caption {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #image-rotator .flex-caption .wrap .flex-caption-inner {
    padding-bottom: 20px;
  }
  .flexslider .slides .product-image img {
    width: 580px;
  }
}
@media screen and (min-width: 1181px) and (max-height: 900px) {
  #image-rotator .flexslider {
    height: 530px !important;
  }
  #image-rotator .flex-caption .wrap .flex-caption-inner {
    padding-bottom: 20px;
  }
  .flexslider .slides .product-image img {
    width: 485px;
  }
}
@media screen and (max-width: 1000px) {
  #service-page-sub-bottom-container .register-block {
    width: 100%;
    margin: 50px auto;
  }
  #service-page-sub-bottom-container .register-block:after {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #site-messages {
    margin-top: 50px;
  }
  .container-main-title + #site-messages {
    margin-top: 0px;
  }
  #image-rotator .flex-caption h2 {
    font-size: 36px;
  }
  .patient-dashboard .action-links {
    height: auto;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .patient-dashboard .action-links .link {
    height: auto;
    line-height: 1.2;
    padding: 0;
  }
  .patient-dashboard .action-links a.link .box {
    margin-top: 20px;
  }
  .patient-dashboard .action-links a.link .label {
    display: none;
  }
  .patient-dashboard .action-links div.link .label {
    display: block;
    height: auto;
    line-height: 1.2;
  }
  .patient-dashboard .action-links .count {
    margin-left: 0;
  }
  #header {
    padding-bottom: 40px;
  }
  .mobile-active #header {
    padding-bottom: 4px;
  }
  #header #logo {
    margin-right: 80px;
  }
  #header .talk-now {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 10px;
    margin: 0;
    text-align: center;
    animation: none;
  }
  #header .talk-now {
    bottom: auto;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .container-main-title .content {
    padding-top: 75px;
  }
  .mobile-active .container-main-title .content {
    padding-top: 50px;
  }
}
@keyframes heartBeatMobile {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  15% {
    -webkit-transform: scale(1.02) translate(-50%, -50%);
    transform: scale(1.02) translate(-50%, -50%);
  }
  30% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  45% {
    -webkit-transform: scale(1.02) translate(-50%, -50%);
    transform: scale(1.02) translate(-50%, -50%);
  }
  60% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
@media screen and (max-width: 750px) {
  #home-container .imageboxes.iconover .imagebox-item {
    margin-bottom: 20px;
  }
  #home-container .imageboxes.iconover .imagebox-item:after {
    display: none;
  }
  .imageboxes.iconover .module-text h2 {
    padding-bottom: 20px;
  }
  #home-container .imageboxes.iconover .module-text h2 {
    padding-bottom: 0;
  }
  #footer-wrapper {
    background-position: right -280px bottom;
  }
  #footer .footer-left {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 0 0;
  }
  #footer .footer-sitemap {
    clear: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 0 0;
    border: none;
  }
  #footer .footer-contact {
    clear: left;
    width: 100%;
    padding: 0 0 0 0;
    border: none;
  }
  #footer .footer-right {
    clear: left;
    width: 100%;
    max-width: none;
    border: none;
  }
}
@media screen and (max-width: 680px) {
  #image-rotator .flex-caption .wrap {
    display: block !important;
  }
  #image-rotator .flex-caption .wrap .flex-caption-inner {
    max-width: 500px;
    padding-top: 20px;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  h2.short, .content h2.short {
    font-size: 28px;
  }
  .button.mobile-block {
    display: block;
    margin-bottom: 5px;
  }
  .form-col, .form-col + .form-col {
    float: none;
    width: auto;
  }
  .container-main-title .content h1 {
    font-size: 28px;
  }
  #our-mission-sub-2-container .imageboxes.iconover.grid.five-column .grid-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #our-mission-sub-2-container .imageboxes.iconover .imagebox-item .module-text, #our-mission-sub-2-container .imageboxes.iconover .imagebox-item .imagebox-item-icon:empty + .module-text {
    padding-top: 20px;
  }
  #our-story-sub-container .content, #our-story-timeline-bottom-container .content {
    padding-top: 35px;
  }
  #our-story-timeline-bottom-container h2 {
    padding-bottom: 35px;
  }
  .timeline:before {
    display: none;
  }
  .timeline .item {
    padding: 0 0 25px;
  }
  .timeline .year, .timeline .item:nth-child(even) .year {
    float: left;
    width: 60px;
    padding: 0;
    text-align: left;
  }
  .timeline .desc, .timeline .item:nth-child(even) .desc {
    float: none;
    width: auto;
    padding: 0 0 0 30px;
    overflow: hidden;
    text-align: left;
  }
  .timeline .desc p {
    max-width: 100%;
  }
  .timeline .desc:before, .timeline .item:nth-child(even) .desc:before {
    left: 0;
    right: auto;
    width: 20px;
  }
  .timeline .desc h3 {
    font-size: 20px;
  }
  .doctor-quote {
    float: none;
    width: auto;
    margin-left: 0;
  }
  #our-story-top-container .content h3 {
    padding-top: 40px;
  }
  #our-story-top-container .content h3 + h3 {
    padding-bottom: 40px;
  }
  .patient-dashboard .profile-box .inner {
    padding: 10px 20px 1px;
  }
  .patient-dashboard .profile-box {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .patient-dashboard .profile-box h3 {
    font-size: 18px;
  }
  .patient-dashboard .action-links .link {
    display: block;
    margin-left: 0;
  }
  .patient-dashboard .action-links a.link .box {
    display: block;
    margin: 10px 0 0;
  }
  .patient-dashboard .patient-actions {
    padding: 15px 15px 1px;
  }
  .patient-dashboard .patient-actions .wait-time {
    float: none;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .patient-dashboard .patient-actions .symptoms-field {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .patient-dashboard .patient-actions .submit .button {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
  #home-top-container .content, #home-container .content, #home-bottom-container .content {
    padding-top: 50px;
  }
  #home-top-container .content, #home-container .content {
    padding-bottom: 50px;
  }
  .quote {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  #service-page-sub-bottom-container .register-block a.button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0px;
  }
}
/* Phones */
@media screen and (max-width: 480px) {
  .patient-dashboard .profile-box a.make-appointment {
    padding-left: 105px;
  }
  .patient-dashboard .profile-box a.make-appointment .icon {
    width: 80px;
  }
  .patient-consults-overview {
    padding: 10px 20px 5px;
  }
  .modal-popup .staff-details-image {
    float: none;
    margin: 0;
    padding: 20px 20px 1px;
    text-align: center;
  }
  .modal-popup .staff-details-contact, .modal-popup .staff-details-description {
    margin: 0;
    padding: 20px 20px 1px;
  }
  .modal-popup .staff-details-contact h2 {
    font-size: 38px;
  }
  #our-mission-container h2 {
    font-size: 26px;
  }
  #registerForm .button, #loginForm .button {
    font-size: 18px;
  }
  #home-information-container .layout.half > h2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  #home-information-container .layout.gap a {
    padding-right: 90px;
  }
  #home-intro-container .content {
    padding-top: 10px;
  }
  .site-head {
    font-size: 14px;
  }
  .site-head .emergency-banner {
    font-size: 11px;
  }
  #image-rotator {
    display: block !important;
  }
  #home-title-container .cta > a {
    padding: 20px 20px 20px 90px;
  }
  #home-title-container .cta i {
    left: 20px;
    font-size: 40px;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    /*height:auto;*/
  }
  ul li {
    line-height: 26px;
    padding-bottom: 8px;
    background-position: 5px 9px;
  }
  #container1 {
    width: 100%;
  }
  #container2 {
    width: 100%;
  }
  #header #mobile-link {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
    padding: 0 30px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header #mobile-link a {
    clear: both;
    float: none;
    display: inline-block;
    line-height: normal;
    padding: 20px 0 30px;
  }
  #image-rotator {
    display: block;
    /* Slide out mobile menu */
    /*.mobile-active #container-outer {
     max-width:100%;
     overflow-x:hidden;
     background-color:#151515;
     }
     .mobile-active #mobile-navigation {
     position:absolute;
     top:0px;
     right:0px;
     width:270px;
     transform:translateX(270px);
     }
     .close-menu {
     position: absolute;
     top:5px !important;
     right:0px !important;
     width:60px !important;
     height:60px !important;
     display:inline-block !important;
     line-height:60px;
     text-align:center !important;
     padding:0 0 0 0 !important;
     margin:0 0 0 0 !important;
     z-index:1001;
     }
     .close-menu .material-icons {
     line-height:60px;	
     }
     #container1 {
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     }
     .mobile-active #container1 {
     transform:translateX(-270px);
     background-color:#ffffff;
     }
     .mobile-active #container1:after {
     content:'';
     position:absolute;
     left:0px;
     right:0px;
     top:0px;
     bottom:0px;
     background-color:rgba(0,0,0,0.75);
     z-index:1000;
     }*/
  }
  .content, .layout.side p, .layout.side .side-holder {
    font-size: 16px;
  }
  .content h1 {
    font-size: 26px;
  }
  .content h2 {
    font-size: 26px;
    /*.content h1 {font-size:38px;line-height:38px;}
     .content h2 {font-size:32px;line-height:32px;}
     .content h3 {font-size:26px;line-height:24px;}
     .content h4 {font-size:22px;line-height:24px;}
     .layout.side h5 {font-size:18px;line-height:24px;}
     .layout.side h6 {font-size:18px;line-height:24px;}*/
  }
  .small {
    font-size: 13px;
  }
  .large {
    font-size: 17px;
    /* Site Map */
  }
  .sitemap-holder {
    width: 100%;
    /* Video */
  }
  .video-holder .video-item {
    width: 100%;
    margin-right: 0%;
  }
  .product-item {
    width: 100%;
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .subscription-plans .subscription-plan {
    width: 100%;
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: none;
  }
  .subscription-table .subscription-left, .subscription-table .subscription-middle, .subscription-table .full-subscription-middle, .subscription-table .subscription-right {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #f1f1f1 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subscription-table .subscription-left {
    padding-top: 8px;
    border-bottom: none;
  }
  .subscription-table .subscription-middle {
    border-top: none;
    border-bottom: none;
  }
  .subscription-table .full-subscription-middle {
    padding-bottom: 8px;
    border-top: none;
  }
  .subscription-table .subscription-right {
    padding-bottom: 8px;
    border-top: none;
  }
  .address-selector li {
    width: 100%;
    margin-bottom: 18px;
  }
  .cart-checkradio-holder .checkradio {
    width: 100%;
    /* iPhone zoom fix */
  }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 420px) {
  #service-page-sub-bottom-container .register-block {
    padding: 40px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 400px) {
  #loginForm .icon {
    width: 235px;
    height: 235px;
  }
  #loginForm .password-reset {
    display: block;
    float: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fall.scss%22%2C%22template.core.scss%22%2C%22template.scss%22%2C%22template.responsive.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CmDAAA%3BAAAA%2C0DAAA%3BAAAA%2CwCAAA%3BAAAA%2CwCAAA%3BAAAA%2CuCAAA%3BAAAA%2C0DAAA%3BAAAA%2CkCAAA%3BAAAA%3B%3B%3BuDAAA%3BAAAA%2CsBAAA%3BACcA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BADjBA%2CeAAA%3BACqBA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAGD%3BAAAA%2CgBAAA%3BAAAA%3BADlCA%2CmBAAA%3BACsCA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAD5CD%2C0BAAA%3BACiDC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%3BiBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BADtDD%2CiBAAA%3BACyDC%3BAAAA%2CwBAAA%3BAAAA%3BADzDD%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BACgFA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAD%2FFD%2CiBAAA%3BACqGC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAuBA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BADhJF%2CaAAA%3BACwJA%3BAAAA%2C4BAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C2BAAA%3BAAAA%3BADlKD%2CsBAAA%3BACsKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADtKA%2CsBAAA%3BACmLA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BADnLA%2CkBAAA%3BACkMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BADtMD%2CeAAA%3BAC8MC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BADlND%2CuBAAA%3BACwNC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BADpPD%2CkBAAA%3BAC%2BPA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAEF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAD%2FSF%2C4BAAA%3BAC2TA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%3BgBAAA%3BAAAA%3BAD5TA%2CkDAAA%3BAC%2BTA%3BAAAA%2CgBAAA%3BAAAA%3BAD%2FTA%2CuDAAA%3BACmUA%3BAAAA%2CgBAAA%3BAAAA%3BADnUA%2CmCAAA%3BACsUA%3BAAAA%3BcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BcAAA%3BAAAA%3BADxUA%2CcAAA%3BAC2UA%3BAAAA%3BcAAA%3BAAAA%3BAD3UA%2CoBAAA%3BACoVA%3BAAAA%3B%3B%3BWAAA%3BAAAA%3BADpVA%2CuDAAA%3BAC2VA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAEC%3BAAAA%2CyBAAA%3BAAAA%3BAASA%3BAAAA%2CaAAA%3BAAAA%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BADhXF%2CmBAAA%3BACyXA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BADjYA%2C0EAAA%3BACkZA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADnbA%2CYAAA%3BACgcA%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CyBAAA%3BAAAA%3BADndH%2CuBAAA%3BACydE%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAD7dH%2CoBAAA%3BACieE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BeAAA%3BAAAA%3BADjgBL%2CYAAA%3BACygBE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BADzhBH%2CqBAAA%3BACoiBE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcC%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BADtmBJ%2CwBAAA%3BACgoBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BAD7oBJ%2CoBAAA%3BACkpBI%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADlpBJ%2CsCAAA%3BAC8pBK%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAiBC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAaD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAD3sBL%2CuCAAA%3BACktBE%3BAAAA%2CeAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAMD%3BAAAA%2C2BAAA%3BAAAA%3BAD%2FuBD%2CwBAAA%3BACkvBC%3BAAAA%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAD%2FvBH%2CkBAAA%3BAC4wBC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAD5xBF%2CmBAAA%3BACmyBC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BADr1BF%2CqBAAA%3BAAAA%2CgBAAA%3BAC61BC%3BAAAA%3B%3B8BAAA%3BAAAA%3BAD71BD%2CyBAAA%3BACu2BC%3BAAAA%3BmBAAA%3BAAAA%3BADv2BD%2CqBAAA%3BACg3BC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADh3BD%2CmBAAA%3BAC03BC%3BAAAA%3BqBAAA%3BAAAA%3BAD13BD%2CoCAAA%3BACm4BC%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAD%2F5BF%2CwCAAA%3BAAAA%2CmBAAA%3BAC46BE%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BADn7BF%2CuBAAA%3BAAAA%2CsBAAA%3BAC27BG%3BAAAA%2CeAAA%3BAAAA%3BAD37BH%2C0BAAA%3BAC%2B7BG%3BAAAA%2CeAAA%3BAAAA%3BAD%2F7BH%2C2BAAA%3BACm8BG%3BAAAA%2CeAAA%3BAAAA%3BADn8BH%2C8BAAA%3BACu8BG%3BAAAA%2CeAAA%3BAAAA%3BADv8BH%2C4BAAA%3BAC28BG%3BAAAA%2CeAAA%3BAAAA%3BAD38BH%2C6BAAA%3BAC%2B8BG%3BAAAA%2CeAAA%3BAAAA%3BAD%2F8BH%2CwBAAA%3BACm9BG%3BAAAA%2CeAAA%3BAAAA%3BADn9BH%2CyBAAA%3BAC09BG%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BAD1gCL%2CsBAAA%3BACohCC%3BAAAA%3BqBAAA%3BAAAA%3BADphCD%2C%2BBAAA%3BAC2hCA%3BAAAA%2CmBAAA%3BAAAA%3BAD3hCA%2CiBAAA%3BAAAA%2CyDAAA%3BACkiCC%3BAAAA%2CoBAAA%3BAAAA%3BADliCD%2CuCAAA%3BACyiCC%3BAAAA%3BuBAAA%3BAAAA%3BADziCD%2CYAAA%3BACmjCA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BADnmCF%2CUAAA%3BAC%2BmCC%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQC%3BAAAA%2C6BAAA%3BAAAA%3BADvnCF%2CuCAAA%3BAAAA%2CyBAAA%3BAAAA%2CuBAAA%3BAC4oCE%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CyBAAA%3BAAAA%3BADhpCH%2CmBAAA%3BACqpCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADjqCH%2CmBAAA%3BACoqCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADhrCH%2CmBAAA%3BACmrCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD%2FrCH%2CmBAAA%3BACksCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD9sCH%2CmBAAA%3BACitCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAD%2FtCH%2CmBAAA%3BACkuCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BADhvCH%2CmBAAA%3BACmvCE%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%2CqBAAA%3BAAAA%3BAD3vCH%2CeAAA%3BACowCE%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BAD3wCH%2C2BAAA%3BACkxCC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAD5zCH%2C2BAAA%3BACs0CC%3BAAAA%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BADv1CF%2CsCAAA%3BACk2CC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%3BAAAA%3BADt3CF%2CiBAAA%3BAC63CC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADh5CH%2CcAAA%3BACs5CC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADt5CD%2CwBAAA%3BAC%2B5CC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BuBAAA%3BAAAA%3BAAIC%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAGF%3BAAAA%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BADr9CF%2CYAAA%3BACi%2BCE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BADj%2BCF%2C2BAAA%3BACk%2FCE%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BADv%2FCF%2CmBAAA%3BACogDE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAUD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAYA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOC%3BAAAA%2CmBAAA%3BAAAA%3BAD1pDH%2CkCAAA%3BACoqDC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOF%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAD3rDD%2C6BAAA%3BACqsDC%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BADhuDH%2CyBAAA%3BAC2uDE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%3BAAAA%3BAAMF%3BAAAA%2CuBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BADlwDF%2C4BAAA%3BACywDE%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BADlxDF%2C8BAAA%3BACyxDC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAASC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAD5zDH%2CsBAAA%3BACo0DC%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BADl1DF%2CwBAAA%3BAC21DC%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BADt2DD%2C0BAAA%3BACw3DE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%2C4BAAA%3BAAAA%3BADr4DF%2CiBAAA%3BAC84DE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD95DF%2CWAAA%3BACu6DG%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAD56DJ%2CoCAAA%3BACq7DC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3BcAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%2CcAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAD3sEH%2CmBAAA%3BACytEI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAkBC%3BAAAA%2CkBAAA%3BAAAA%3BAAYF%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3BcAAA%3BAAAA%3BADpwEH%2CeAAA%3BAC8wEG%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%2CsBAAA%3BAAAA%3BADlyEJ%2CqBAAA%3BACwyEC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAA2BA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3B%3B%3B%3BkDAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoDAAA%3BAAAA%3BAAAA%3BADt1EH%2CoCAAA%3BACi2EC%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAQD%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAMF%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CWAAA%3BAAAA%3BAD96EH%2CqBAAA%3BACs7EC%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIC%3BAAAA%2C%2BDAAA%3BAAAA%3BAACA%3BAAAA%2C6DAAA%3BAAAA%3BAACA%3BAAAA%2C%2BDAAA%3BAAAA%3BAACA%3BAAAA%2C4DAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BADriFD%3B%3B%3BuDAAA%3BAAAA%2CaAAA%3BAAAA%2CYAAA%3BAAAA%2CgBAAA%3BAAAA%2CaAAA%3BAAAA%2CUAAA%3BAAAA%2CcAAA%3BAAAA%2CWAAA%3BAAAA%2CaAAA%3BAAAA%2CYAAA%3BAAAA%2CeAAA%3BAEwFA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAFtGD%2CmBAAA%3BAE6GA%3BAAAA%2CiBAAA%3BAAAA%3BAF7GA%2C0BAAA%3BAEkHC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BiBAAA%3BAAAA%3BAFpHD%2CiBAAA%3BAEuHC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYC%3BAAAA%2C4BAAA%3BAAAA%3BAFnIF%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BAEyJA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAEA%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAFtMA%2CiBAAA%3BAE4MC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAF1ND%2CaAAA%3BAE%2BNA%3BAAAA%2C4BAAA%3BAAAA%3BAF%2FNA%2CkBAAA%3BAEwOC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAF5OD%2CkBAAA%3BAEkPA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUF%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAcA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOD%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUC%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B6DAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWD%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOC%3BAAAA%3BkBAAA%3BAAAA%3BAAKH%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAKH%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQF%3BAAAA%3BYAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKD%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaA%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BsFAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAkBF%3BAAAA%3BuBAAA%3BAAAA%3BAAII%3BAAAA%2CaAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAGJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAF9yBD%2C0EAAA%3BAEuzBA%3BAAAA%2C4BAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUI%3BAAAA%3B4BAAA%3BAAAA%3BAAII%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAIR%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKI%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3ByBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASI%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAMJ%3BAAAA%2CiBAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQI%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAGI%3BAAAA%2C4BAAA%3BAAAA%3BAAKhB%3BAAEQ%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAASR%3BAAEQ%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAII%3BAAAA%2C4BAAA%3BAAAA%3BAAGI%3BAAAA%2C2BAAA%3BAAAA%3BAAGI%3BAAAA%3BaAAA%3BAAAA%3BAAKR%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%2CmBAAA%3BAAAA%3BAAII%3BAAAA%3B4BAAA%3BAAAA%3BAAII%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%2CwBAAA%3BAAAA%3BAAIJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3ByBAAA%3BAAAA%3BAAKZ%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAASR%3BAAEQ%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAII%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaC%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAeC%3BAAAA%2CkBAAA%3BAAAA%3BAAGF%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAACD%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAOD%3BAAAA%3B4BAAA%3BAAAA%3BAAIH%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAASA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAQD%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACD%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACF%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAOH%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAFphDJ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAEojDA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYI%3BAAAA%3B4BAAA%3BAAAA%3BAF5kDJ%2CYAAA%3BAEmlDA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%2CeAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAGD%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQC%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAaA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CyBAAA%3BAAAA%3BAAKH%3BAACC%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAF3uDD%2CuBAAA%3BAEmvDE%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAFhwDH%2CqBAAA%3BAEmxDA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAFnxDA%2CeAAA%3BAE2xDC%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAF3xDD%2CuBAAA%3BAEsyDC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWC%3BAAAA%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeA%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAcC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAUC%3BAAAA%2CkBAAA%3BAAAA%3BAA0BD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%2CaAAA%3BAAAA%3BAF16DH%2CwBAAA%3BAEi7DG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAeC%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWA%3BAAAA%2CgBAAA%3BAAAA%3BAF38DJ%2CoBAAA%3BAEg9DI%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAFh9DJ%2CsCAAA%3BAE49DK%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CaAAA%3BAAAA%3BAAWD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAF1hEL%2CuCAAA%3BAEiiEE%3BAAAA%2CeAAA%3BAAAA%3BAFjiEF%2CwBAAA%3BAEijEC%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAWH%3BAAAA%2CcAAA%3BAAAA%3BAF%2FkEA%2CkBAAA%3BAEolEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAiBA%3BAAAA%2CiBAAA%3BAAAA%3BAAKH%3BAAAA%3BiBAAA%3BAAAA%3BAFzsED%2CmBAAA%3BAEgtEC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAAEA%3BAAAA%2C4BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAFlwEH%2CmBAAA%3BAE0wEC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAFjxEF%2CqBAAA%3BAEuxEE%3BAAAA%2CiBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%2BCAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAoBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAASA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAFp0EH%2CqBAAA%3BAAAA%2CgBAAA%3BAE80EC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAF%2F1EF%2CqBAAA%3BAEs2EA%3BAAAA%2C%2BEAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAF%2F2EF%2C6BAAA%3BAE03EC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAGD%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGC%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CoBAAA%3BAAAA%3BAF34EA%2CmBAAA%3BAEm5EC%3BAAAA%3BkBAAA%3BAAAA%3BAFn5ED%2C2BAAA%3BAEy5EC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAF55ED%2CoCAAA%3BAEk6EC%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CiBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAASD%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAF18EF%2CwCAAA%3BAAAA%2CmBAAA%3BAEu9EE%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAF99EF%2CyBAAA%3BAEo%2BEG%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BAFxhFL%2CwBAAA%3BAE6hFC%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFhiFD%2CsBAAA%3BAEwiFC%3BAAAA%3BkBAAA%3BAAAA%3BAFxiFD%2C%2BBAAA%3BAE%2BiFC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFjjFD%2CiBAAA%3BAEujFE%3BAAAA%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%3BuBAAA%3BAAAA%3BAF%2FjFF%2CyDAAA%3BAEwkFE%3BAAAA%2CoBAAA%3BAAAA%3BAFxkFF%2CyDAAA%3BAE4lFE%3BAAAA%2CoBAAA%3BAAAA%3BAF5lFF%2CiBAAA%3BAEqnFG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%2C4BAAA%3BAAAA%3BAF7pFH%2CcAAA%3BAEoqFE%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAF7rFH%2CWAAA%3BAEqsFC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAFjxFH%2CaAAA%3BAEqyFE%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAF%2FyFH%2CUAAA%3BAEyzFE%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAFv0FH%2CeAAA%3BAEk1FA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGC%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAKF%3BAAAA%3BmCAAA%3BAAAA%3BAAIC%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%3BmCAAA%3BAAAA%3BAAIC%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKD%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B6BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaA%3BAAAA%3BiBAAA%3BAAAA%3BAAKF%3BAAAA%3BuBAAA%3BAAAA%3BAFt8FA%2CkBAAA%3BAE%2B8FC%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAF59FA%2CYAAA%3BAEq%2BFA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAaA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAOC%3BAAAA%3BuBAAA%3BAAAA%3BAF5mGH%2CUAAA%3BAEonGA%3BAAAA%2C0BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAUC%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAGD%3BAAAA%2CmBAAA%3BAAAA%3BAACC%3BAAAA%2C4BAAA%3BAAAA%3BAF%2FoGH%2CuBAAA%3BAAAA%2CmBAAA%3BAEwpGE%3BAAAA%3BuBAAA%3BAAAA%3BAFxpGF%2CmBAAA%3BAE8pGE%3BAAAA%3BqBAAA%3BAAAA%3BAF9pGF%2CmBAAA%3BAEoqGE%3BAAAA%3BuBAAA%3BAAAA%3BAFpqGF%2CmBAAA%3BAE0qGE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAF1qGF%2CmBAAA%3BAEirGE%3BAAAA%3BsBAAA%3BAAAA%3BAFjrGF%2CmBAAA%3BAEurGE%3BAAAA%3BmBAAA%3BAAAA%3BAFvrGF%2CUAAA%3BAEksGE%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAuBA%3BAAAA%2CsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAFpzGH%2CmBAAA%3BAE2zGI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAA4BC%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAeD%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAKH%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAFn6GF%2CmBAAA%3BAEy6GA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BkBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAF97GD%2CmBAAA%3BAEo8GA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASD%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAeF%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B0BAAA%3BAAAA%3BAAIC%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAeA%3BAAAA%3BiBAAA%3BAAAA%3BAAQH%3BAAAA%3BSAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3BgBAAA%3BAAAA%3BAAIA%3BAAAA%2CuDAAA%3BAAAA%3BAAGA%3BAAAA%2C0DAAA%3BAAAA%3BAAGD%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAGD%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%2CWAAA%3BAAAA%3BAACA%3BAAAA%3BWAAA%3BAAAA%3BAACA%3BAAAA%3BWAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3BwBAAA%3BAAAA%3BAAKD%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGC%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsDAAA%3BAAAA%3BAAUC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAYC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CyBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQD%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaA%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAIC%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMD%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGC%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGD%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CuBAAA%3BAAAA%3BAAGF%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAASE%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQM%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWQ%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAA0Bf%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAcA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAIF%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CyCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAFhzID%3B%3B%3BuDAAA%3BAAAA%2C2BAAA%3BAGiBA%3BAAEC%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEC%3BAAAA%3ByBAAA%3BAAAA%3BAAIC%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEC%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAMF%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAHhHF%2C6BAAA%3BAGyHA%3BAAEC%3BAAAA%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAUD%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAIO%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2DAAA%3BAAAA%3BAAOP%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAKC%3BAAAA%3BoBAAA%3BAAAA%3BAAYD%3BAAAA%3BuBAAA%3BAAAA%3BAAmBC%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CuBAAA%3BAAAA%3BAAOD%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEC%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAAMD%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%2CwBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAQA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAMM%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CyBAAA%3BAAAA%3BAAIN%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAMD%2CyBAAA%3BAAKC%3BAAAA%3B0BAAA%3BAAAA%3BAAIC%3BAAAA%3BmCAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BuCAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOC%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAIH%3BAAGC%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BmCAAA%3BAAAA%3BAAIA%3BAAAA%3BWAAA%3BAAAA%3BAAAA%3BAAOD%3BAAGC%3BAAAA%2CyBAAA%3BAAAA%3BAAIG%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGC%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAASD%3BAAAA%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3BoBAAA%3BAAAA%3BAAMD%3BAAAA%2CkBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAOA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAASD%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3BsCAAA%3BAAAA%3BAAIC%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%3BiCAAA%3BAAAA%3BAAMD%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B6BAAA%3BAAAA%3BAAIC%3BAAAA%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4FAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BqCAAA%3BAAAA%3BAAQF%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAKC%3BAAAA%2CaAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAED%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAME%3BAAAA%2CqCAAA%3BAAAA%3BAAIH%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAiBA%3BAAAA%3B2BAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B2CAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAIF%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAYD%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAGC%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAOD%3BAAAA%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOD%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%2CoBAAA%3BAAAA%3BAAGD%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAcA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BQAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUD%2CkBAAA%3BAAGC%3BAAAA%2C8BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3ByBAAA%3BAAAA%3BAAOD%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B6DAAA%3BAAAA%3BAASA%3BAAAA%3B6DAAA%3BAAAA%3BAAoBA%3BAAAA%2CsBAAA%3BAAAA%3BAAoBC%3BAAAA%3BcAAA%3BAAAA%3BAAMH%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAQA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BeAAA%3BAAAA%3BAAMD%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAeA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWF%3BAAAA%2CeAAA%3BAAAA%3BAASA%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CeAAA%3BAAAA%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEC%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3BoCAAA%3BAAAA%3BAAIC%3BAAAA%2CyBAAA%3BAAAA%3BAAGD%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEI%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGC%3BAAAA%2CqBAAA%3BAAAA%3BAAEG%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKH%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAAMD%3BAAAA%2CyBAAA%3BAAAA%3BAAGO%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIN%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOE%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAMR%3BAACC%3BAAAA%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3BiDAAA%3BAAAA%3BAAIA%3BAAAA%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3BiDAAA%3BAAAA%3BAAIA%3BAAAA%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B8CAAA%3BAAAA%3BAAAA%3BAAOD%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2C6CAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAUF%3BAAEI%3BAAAA%2C8BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAAA%3BAAUR%3BAAGC%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQD%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEI%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAAA%3BAHxzDJ%2CYAAA%3BAGk0DA%3BAAEC%3BAAAA%2CwBAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B2BAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAASA%3BAAAA%2CwBAAA%3BAAAA%3BAAIG%3BAAAA%2CsBAAA%3BAAAA%3BAAIH%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAWD%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BQAAA%3BAAAA%3BAA6DA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3ByDAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAGD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BwBAAA%3BAAAA%3BAASA%3BAAAA%3ByBAAA%3BAAAA%3BAAKD%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAsBD%3BAAEI%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAKE%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%22%7D */