/* compiled by scssphp v1.0.5 on Thu, 30 May 2024 03:46:47 +0000 (5.0155s) */

/* 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;
}
/* 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 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;
}
/* Show as desktop link */
#desktop-link {
  display: none;
}
/* 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;
}
/* Service slide box (legacy?) */
#slidebox {
  width: 940px;
  color: #ffffff;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
#slidebox-holder {
  float: left;
  width: 940px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#slidebox-slider {
  position: absolute;
  left: 0px;
  top: 0px;
}
#slidebox a {
  color: #ffffff;
}
#slidebox a:hover {
  text-decoration: underline;
}
#slidebox .slidebox-item {
  float: left;
  width: 200px;
}
#slidebox #slidebox-left {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 140px;
  z-index: 850;
}
#slidebox #slidebox-left a {
  display: block;
  height: 140px;
  text-decoration: none;
  background-color: #d6d6d6;
  background-image: url(../images/slider_left.png);
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
#slidebox #slidebox-left a:hover {
  background-color: #ededed;
}
#slidebox #slidebox-right {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 140px;
  z-index: 851;
}
#slidebox #slidebox-right a {
  display: block;
  height: 140px;
  text-decoration: none;
  background-color: #d6d6d6;
  background-image: url(../images/slider_right.png);
  background-position: center;
  background-repeat: no-repeat;
}
#slidebox #slidebox-right a:hover {
  background-color: #ededed;
}
#slidebox #slidebox-left a:focus, #slidebox #slidebox-right a:focus {
  outline: 0;
}
/* BEFORE AND AFTER GALLERY PAGES */
.beforeafter-holder {
  display: block;
}
.beforeafter-holder .beforeafter-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: left;
  position: relative;
}
.beforeafter-holder .beforeafter-item .before-image img {
  max-width: 60%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.beforeafter-holder .beforeafter-item .after-image img {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 980;
  max-width: 50%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.beforeafter-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.beforeafter-holder div:nth-child(3n+4) {
  clear: left;
}
.beforeafter-side-holder {
  display: block;
}
.beforeafter-side-holder .beforeafter-item {
  float: left;
  width: 140px;
  text-align: left;
  position: relative;
  padding-bottom: 102px;
}
.beforeafter-side-holder .beforeafter-item .before-image img {
  position: absolute;
  left: 0px;
  top: 18px;
}
.beforeafter-side-holder .beforeafter-item .after-image img {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 980;
}
.beforeafter-cat-holder {
  display: block;
}
.beforeafter-cat-holder .beforeafter-item {
  float: left;
  width: 22%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 14px;
  text-align: center;
}
.beforeafter-cat-holder .beforeafter-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.beforeafter-details .before-image {
  float: left;
  width: 47%;
}
.beforeafter-details .after-image {
  float: right;
  width: 47%;
}
/* 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 */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Main body */
html, body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  letter-spacing: -0.2px;
  background-color: #ffffff;
}
strong, b {
  font-weight: 600;
}
/* Default links */
a {
  color: #e51b23;
}
/* Links with no colour */
a .silent, a.silent {
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
/* Button link */
.readmore, .buynow, .backlink {
  display: inline-block;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
article h1, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h2 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h4, article h1, h4.uk-modal-title {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 110%;
}
/* Backgrounds */
.background.light {
  background-color: #f5f6f7;
}
.background.dark {
  color: #ffffff;
  background-color: #181718;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.image {
  color: #ffffff;
}
.background.parallax {
  color: #ffffff;
}
/* Borders */
.border, .divider, hr {
  border: solid #f5f6f7 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;
}
#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. */
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .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: 1440px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Mobile quick call */
#mobile-link {
  display: none;
}
#mobile-link a {
  display: inline-block;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  height: 90px;
  line-height: 90px;
  z-index: 700;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
/* Header */
#container-header {
  background-color: #ffffff;
  border-bottom: 6px solid #f04822;
}
#header {
  height: 90px;
  color: #000000;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  padding-left: 0;
  max-width: 372px;
}
#header #logo img {
  vertical-align: middle;
}
#navigation {
  float: right;
  height: 90px;
  color: #21409a;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 90px;
  color: #21409a;
}
#mobile-navigation {
  height: 90px;
  line-height: 90px;
  color: #21409a;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 90px;
  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:hover {
  z-index: 910;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  color: #21409a;
  text-transform: uppercase;
  padding-top: 0px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 90px;
  line-height: 90px;
  font-weight: 600;
}
#navigation > ul > li > a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: block;
  height: 0px;
  background-color: #00aeef;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation .material-icons {
  line-height: 90px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #21409a;
  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:hover:after, #navigation > ul > li > a.on:after {
  height: 6px;
}
#navigation > ul > li > a.on:after {
  background: #223f99;
}
#navigation > ul > li.drop > a:hover:after {
  height: 0;
}
/* Navigation divider */
#navigation .nav-div {
  display: none;
}
#navigation > ul ul {
  display: none;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 90px;
  left: 0px;
  display: none;
  color: #000000;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 10px 0;
  background-color: #f5f6f7;
  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: 100%;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000000;
  background: none;
  padding: 12px 12px;
  text-transform: none;
  background-color: #f5f6f7;
  border-bottom: solid #f5f6f7 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: #ffffff;
  border-radius: 0px;
  background-color: #e51b23;
  border-bottom: solid #e51b23 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;
}
/* Mobile menu button */
#mobile-menu {
  float: right;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #000000;
  line-height: 90px;
  padding: 0 20px;
  font-size: 24px;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 33px;
  vertical-align: middle;
}
/* Members bars */
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #ffffff;
  background-color: #181718;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details .wrap {
  padding: 10px 0;
  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;
}
#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: 120px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #ffffff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: left;
  padding: 100px 50px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin-top: 30px;
}
/* Rotating images */
.sliderimg .backgroundimage-content .wrap {
  max-width: 1160px;
}
.sliderimg .slidertext {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.sliderimg .slidertext h2 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  padding: 0 0 0 0;
}
.sliderimg .slidertext h3 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  padding: 16px 0 4px 0;
}
/* Main title area */
.container-main-title .content {
  line-height: 1.5;
  padding: 100px 0;
  padding-bottom: 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 {
  line-height: 1.5;
  padding: 100px 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.5;
  padding: 100px 0;
}
.content h1 {
  color: #000000;
}
.content article h1 {
  color: inherit;
}
.content h5:first-of-type, .content h6:first-of-type {
  padding-top: 15px;
}
.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.5;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  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 areas spacing */
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.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.5;
  padding: 100px 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: 100px;
  padding-bottom: 100px;
}
.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: 100px;
  padding-bottom: 100px;
}
/* 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: 100px;
}
/* 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: 100px;
}
/* Image boxes */
.imageboxes.textunder .module-image {
  position: relative;
}
.imageboxes.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.imageboxes.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.imageboxes.textunder .imagebox-item:hover .module-image:after {
  opacity: 0.7;
}
.imageboxes.textunder .module-image .view {
  display: none;
}
.imageboxes.textunder .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s 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.textunder .module-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/*.imageboxes.textunder .module-text h2:before {
 content:'';
 display:inline-block;
 color:$headers-slash-color;
 padding-right:5px;
 }*/
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #e51b23;
}
.imageboxes.textunder .imagebox-item:hover .module-text h2 {
  color: #e51b23;
}
/* Services */
.services.textunder .module-image {
  position: relative;
}
.services.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.services.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.services.textunder .service-item:hover .module-image:after {
  opacity: 0.7;
}
.services.textunder .module-image .view {
  display: none;
}
.services.textunder .service-item:hover .module-image img {
  opacity: 1;
}
.services.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s 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;
}
.services.textunder .module-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/*.services.textunder .module-text h1:before {
 content:'';
 display:inline-block;
 color:$headers-slash-color;
 padding-right:5px;
 }*/
.services.textunder .service-item:hover .module-text {
  color: #e51b23;
}
.services.textunder .service-item:hover .module-text h1 {
  color: #e51b23;
}
/* Staff */
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.staff.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.staff.textunder .staff-item:hover .module-image:after {
  opacity: 0.7;
}
.staff.textunder .module-image .view {
  display: none;
}
.staff.textunder .staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s 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;
}
.staff.textunder .module-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.staff.textunder .module-text h4:before {
  content: '/';
  display: inline-block;
  color: #e51b23;
  padding-right: 5px;
}
.staff.textunder .staff-item:hover .module-text {
  color: #e51b23;
}
.staff.textunder .staff-item:hover .module-text h4 {
  color: #e51b23;
}
.staff .module-text .staff-item-text-position {
  font-weight: 300 !important;
}
/* Photo gallery */
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.gallery.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.gallery.textunder .gallery-item:hover .module-image:after {
  opacity: 0.7;
}
.gallery.textunder .module-image .view {
  display: none;
}
.gallery.textunder .gallery-item:hover .module-image {
  opacity: 1;
}
.gallery.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s 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;
}
.gallery.textunder .module-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.gallery.textunder .module-text h4:before {
  content: '/';
  display: inline-block;
  color: #e51b23;
  padding-right: 5px;
}
.gallery.textunder .gallery-item:hover .module-text {
  color: #e51b23;
}
.gallery.textunder .gallery-item:hover .module-text h4 {
  color: #e51b23;
}
/* News */
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #e51b23;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e51b23;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.news.mainfirst .news-item:hover .module-image:after {
  opacity: 0.7;
}
.news.mainfirst .module-image .view {
  display: none;
}
.news.mainfirst a.news-item:hover .module-image {
  opacity: 1 !important;
}
.news.mainfirst .module-text {
  display: block;
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s 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;
}
.news.mainfirst .news-item-text-date {
  color: #e51b23;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news.mainfirst .module-text h4:before {
  content: '/';
  display: inline-block;
  color: #e51b23;
  padding-right: 5px;
}
.news.mainfirst .news-item:hover .module-text {
  color: #e51b23;
}
.news.mainfirst .news-item:hover .module-text h4 {
  color: #e51b23;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 600 !important;
}
/* Testimonials */
.testimonials.speechbubble .testimonial-item-image {
  display: none;
  width: 32%;
  margin-bottom: 10px;
}
.testimonials.speechbubble .hasimage .testimonial-item-image {
  display: inline-block;
}
.testimonials.speechbubble .testimonial-item {
  color: #ffffff;
  padding: 20px 25px;
  border-radius: 0px !important;
  border: none;
  background-color: #181718;
  border-bottom: solid #ffffff 40px;
  position: relative;
}
.testimonials.speechbubble .testimonial-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px !important;
  width: auto !important;
  height: 5px !important;
  background-color: #e51b23;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #000000;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #181718 transparent transparent transparent !important;
}
/* Home page */
#home-container {
  background: #f36c28;
  background: linear-gradient(0deg, #f36c28 0%, #ee1e23 100%);
}
#home-container .content {
  color: #ffffff;
}
#home-container .content h1 {
  color: #21409a;
  font-size: 44px;
}
#home-container .imageboxes.iconover .imagebox-item, #home-container .imageboxes.iconover .imagebox-item h2 {
  color: #ffffff;
  transition: 0.2s;
}
#home-container .imageboxes.iconover a.imagebox-item:hover, #home-container .imageboxes.iconover a.imagebox-item:hover h2 {
  color: #21409a;
}
#home-container .imageboxes.iconover .imagebox-item > * {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}
#home-container .imageboxes.iconover .module-text h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 30px 0 10px 0;
}
#home-container .imageboxes.iconover .imagebox-item-icon > span {
  font-size: 130px !important;
}
#home-container .cta {
  padding-top: 80px;
}
#home-container .cta a {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 50px 100px 50px 260px;
  background: #223f99;
  background: linear-gradient(90deg, #223f99 0%, #00adee 100%);
  border-radius: 45px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  transition: 0.2s;
}
#home-container .cta a:hover {
  background: #203a8e;
  background: linear-gradient(90deg, #203a8e 0%, #0492d2 100%);
}
#home-container .cta span {
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 130px;
}
/* Contact page */
#contact-us-bottom-container .wrap {
  /*max-width:none;*/
}
#contact-us-bottom-container .content {
  /*padding-bottom:0px;*/
}
#contact-us-bottom-container .map-holder {
  /*width:100% !important;*/
}
/* Prefooter */
#container-prefooter .content {
  padding-bottom: 50px;
}
#container-prefooter h2 {
  color: #21409a;
  font-size: 44px;
}
#container-prefooter .imageboxes.textunder .module-image {
  text-align: center;
}
#container-prefooter .imageboxes.textunder .module-image:before, #container-prefooter .imageboxes.textunder .module-image:after {
  display: none;
}
/* Footer */
#container-footer {
  background: #ffffff;
}
#footer {
  color: #21409a;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  padding: 100px 0;
  text-transform: uppercase;
  font-weight: 500;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #21409a;
}
#footer a:hover {
  color: #ed1c24;
}
#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 {
  padding-bottom: 30px;
  color: #ed1c24;
  font-size: 14px;
  font-weight: 700;
}
#footer h3 {
  color: #21409a;
  padding: 8px 0 12px;
  font-size: 28px;
  font-weight: 600;
}
#footer h3 a {
  color: #21409a;
}
#footer h3 a:hover {
  color: #ed1c24;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-left {
  float: left;
  width: 33.33333%;
  text-align: left;
}
/* Round social link styles */
#footer .links.iconlinks a.link-item {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #223f99;
  color: #ffffff;
  border-radius: 30px;
}
#footer .links.iconlinks .link-item + .link-item {
  margin-left: 10px;
}
#footer .links.iconlinks a.link-item:hover {
  background-color: #ee1d23;
}
#footer .links.iconlinks a.link-item > i {
  font-size: 14px !important;
}
#footer .footer-middle {
  float: left;
  width: 33.33333%;
  text-align: left;
}
#footer .footer-middle a {
  clear: both;
  float: left;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-middle a:hover {
  padding-left: 15px;
}
#footer .footer-middle a .material-icons {
  position: absolute;
  top: 4px;
  left: -18px;
  color: #ed1c24;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-middle a:hover .material-icons {
  left: -3px;
}
#footer .footer-right {
  float: right;
  width: 33.33333%;
  text-align: left;
}
#footer .footer-right img {
  margin-bottom: 40px;
}
/* Base */
#container-base {
  background: #ffffff;
  border-top: solid rgba(255, 255, 255, 0.1) 1px;
}
#base {
  color: #21409a;
  font-size: smaller;
  line-height: 1.8;
  text-align: left;
  padding: 20px 0;
}
#base a {
  color: #21409a;
}
#base a:hover {
  text-decoration: underline;
}
/* Show as desktop link */
#desktop-link {
  display: none;
}
/* Grid */
.grid.two-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
}
/* Pagination */
.paginate a.paginate-number {
  background-color: #e51b23;
  border-color: #e51b23;
  color: #ffffff;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  color: #ffffff;
  background-color: #181718;
  border-color: #181718;
}
/* Form */
/* Job Card Form CSS */
#job-card-form-container form {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
}
#job-card-form-container form .form-item {
  flex: 45% 1 1;
  max-width: unset;
}
#job-card-form-container form .clearer, #job-card-form-container form .clearer + h4, #job-card-form-container form .form-item:has(textarea) {
  flex: 100% 1 1;
}
.req {
  color: #D60309;
  font-weight: 600;
  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 {
  float: left;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 4px 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;*/
}
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: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #ffffff;
  border: solid #d1d1d2 1px;
  border-radius: 0px;
  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.recaptcha-item, .form-item.submit-item {
  padding-top: 15px;
}
/* Custom button */
button, .uk-button, .uk-button.uk-button-primary, .form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #e51b23;
  margin-top: 5px;
  line-height: normal;
}
button:hover, .uk-button:hover, .uk-button.uk-button-primary:hover, .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;
  color: #e51b23;
  background-color: #181718;
}
.uk-button {
  background: #ffffff;
  color: #e51b23;
  border: solid 1px #e51b23;
  padding: 10px 20px;
}
.uk-button:hover {
  color: #e51b23;
  background-color: #181718;
}
.payment-holder h5 {
  padding-top: 0 !important;
}
.shopping-cart-list .shopping-cart-list-header {
  position: relative;
  color: #777777;
  font-size: 13px;
  font-weight: normal;
}
.shopping-cart-list .shopping-cart-list-items {
  position: relative;
}
.shopping-cart-list .scl-products {
  width: 27%;
  padding-right: 3%;
}
.shopping-cart-list .scl-date {
  float: left;
  width: 15%;
  padding-right: 3%;
  font-size: 14px;
}
.shopping-cart-list .scl-date input {
  width: 100%;
}
.shopping-cart-list .scl-address {
  float: left;
  width: 33%;
  padding-right: 1%;
  font-size: 14px;
  line-height: 1.2;
}
.shopping-cart-list .scl-price {
  position: absolute;
  right: 0;
  top: 0;
}
.ui-datepicker, .ui-datepicker-div {
  z-index: 10100 !important;
}
ul.nc_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid 1px #999;
  background: #fff;
  font-size: 15px;
  z-index: 10100;
}
ul.nc_list li.nc_item {
  cursor: pointer;
  padding: 5px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
}
ul.nc_list li.nc_item.nc_hover {
  background-color: #337ab7;
  color: white;
}
ul.nc_list li.nc_footer {
  font-size: 15px;
  color: #555;
  text-align: right;
  background: #eee;
  padding: 3px 5px;
  font-weight: bold;
}
li.nc_empty {
  padding: 5px 5px;
  border-bottom: 1px solid #ccc;
}
.nc_highlight {
  font-weight: bold;
}
ul.nc_list li.nc_item:before {
  display: none;
}
.shopping-cart-list .shopping-cart-list-items {
  padding-bottom: 40px !important;
}
.shopping-cart-list .scl-edit-booking {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.shopping-cart-list .scl-edit-booking button {
  padding: 5px 10px;
  font-weight: 400;
  font-size: 90%;
  background: #21409a;
  color: #ffffff;
}
.shopping-cart-list .scl-edit-booking button:hover {
  color: #ffffff;
  background-color: #181718;
}
.edit-booking {
  text-align: left;
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
}
.edit-booking label {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}
.edit-booking input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.booking-edit-modal .uk-modal-dialog {
  width: 400px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../images/fonts/icomoon.eot?7sbpe0');
  src: url('../images/fonts/icomoon.eot?7sbpe0#iefix') format('embedded-opentype'), url('../images/fonts/icomoon.ttf?7sbpe0') format('truetype'), url('../images/fonts/icomoon.woff?7sbpe0') format('woff'), url('../images/fonts/icomoon.svg?7sbpe0#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_calendar .path1:before {
  content: "\e901";
}
.icon-icons_calendar .path2:before {
  content: "\e902";
  margin-left: -0.9775390625em;
}
.icon-icons_building:before {
  content: "\e900";
}
.icon-icons_cog:before {
  content: "\e90a";
}
.icon-icons_home:before {
  content: "\e90b";
}
.icon-icons_home2:before {
  content: "\e90c";
}
.icon-icons_temperature-up:before {
  content: "\e040";
}
/* ---------------------------------------------------
 TEMPLATE.RESPONSIVE.SCSS contains responsive design styles
 to effect the design layout based on screen resolution
 --------------------------------------------------- */
/* Mobile layout spacing */
/* Phone link */
/* Mobile menu */
/* Responsive start */
@media screen and (max-width: 1260px) {
  .sliderimg .slidertext {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Small Screens / Tablets */
@media screen and (max-width: 1130px) {
  #header #logo {
    max-width: 290px;
  }
  #navigation {
    font-size: 15px;
  }
  #navigation li > a, #mobile-navigation a {
    padding-left: 9px;
    padding-right: 9px;
  }
  #home-container .cta a {
    padding: 10px 30px 10px 80px;
    font-size: 24px;
  }
  #home-container .cta span {
    left: 20px;
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  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;
  }
  .img-left, .img-right {
    max-width: 50%;
  }
  #container-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #header #logo {
    padding-left: 20px;
    /* 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;
  }
  #header {
    height: auto;
  }
  #container-header {
    border-bottom: 0;
  }
  #header-wrapper {
    padding-right: 20px;
    line-height: 90px;
    border-bottom: 2px solid #f04822;
    /* Hide navigation for mobile */
  }
  #navigation {
    display: none !important;
  }
  #mobile-navigation {
    display: none;
    clear: both;
    height: auto;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    padding: 0;
    background: #223f99;
    background: linear-gradient(90deg, #223f99 0%, #00adee 100%);
  }
  #mobile-navigation a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    color: #ffffff;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-top: 1px solid #ffffff;
  }
  #mobile-navigation a:first-child {
    border-top: 0;
  }
  #mobile-menu {
    display: inline-block;
    vertical-align: middle;
  }
  #mobile-menu a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    background: #ee1f23;
    background: linear-gradient(0deg, #ee1f23 0%, #f15324 100%);
    color: #ffffff;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
  }
  .mobile-active #mobile-menu .fa-bars, #mobile-menu .fa-times {
    display: none;
  }
  #mobile-menu .fa-bars, .mobile-active #mobile-menu .fa-times {
    display: inline-block;
  }
  #mobile-link {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 85px;
    height: 90px;
    line-height: 90px;
  }
  #mobile-link a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #1b459c;
    background: linear-gradient(0deg, #1b459c 0%, #00adee 100%);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
  }
  #mobile-link a .material-icons {
    font-size: 32px;
    /* Slide out mobile menu */
    /*.mobile-active #container-outer {
     max-width:100%;
     overflow-x:hidden;
     background-color:$menu-background;
     }
     .mobile-active #mobile-navigation {
     position:absolute;
     top:0px;
     right:0px;
     width:270px;
     }
     #mobile-navigation a.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;
     }
     #mobile-navigation a.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;
     }*/
  }
  #site-messages .wrap {
    padding: 0 0px;
  }
  #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
    padding: 15px 0px;
  }
  .sliderimg .slidertext h2 {
    font-size: calc(30px + 6vw);
  }
  .sliderimg .slidertext h3 {
    font-size: calc(30px + 6vw);
  }
  #container-flash.backgroundimage-container .backgroundimage-content h1 {
    font-size: calc(30px + 4vw);
  }
  #home-container:after {
    left: 70%;
  }
  /* 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: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .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,3 column grid to 2 column */
  }
  .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 6%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    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: 6%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    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: 6%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    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: 6%;
  }
  .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;
  }
  #slidebox {
    display: none;
  }
  #desktop-link {
    display: inline;
  }
  .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: 850px) {
  #home-container .layout.half {
    float: left;
    width: 100%;
  }
  #home-container .layout-two-col-equal .layout.half + .layout.half {
    display: none;
  }
  #home-container:before {
    top: 0px;
    left: 0px;
    right: 0%;
    bottom: 0px;
    transform: rotate(0deg);
  }
  #home-container:after {
    display: none;
  }
  #footer {
    padding-bottom: 1px;
  }
  #footer .footer-left, #footer .footer-right, #footer .footer-middle {
    width: 100%;
    padding-bottom: 40px;
    border-top: 1px solid #cfcfcf;
  }
  #footer .footer-right {
    padding-top: 20px;
  }
  #footer .footer-right img {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .checkout-page .layout.half, .shopping-cart-page .layout.half, .checkout-page .layout.main, .shopping-cart-page .layout.main, .checkout-page .layout.side, .shopping-cart-page .layout.side, .checkout-page .layout.middle, .shopping-cart-page .layout.middle, .checkout-page .layout.third, .shopping-cart-page .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .checkout-page .layout.gap, .shopping-cart-page .layout.gap, .checkout-page .layout.third.gap, .shopping-cart-page .layout.third.gap {
    margin-left: 0%;
  }
  .checkout-page .layout.main, .shopping-cart-page .layout.main {
    margin-bottom: 50px;
  }
  .checkout-page .layout-two-col-equal .layout.half + .layout.half, .shopping-cart-page .layout-two-col-equal .layout.half + .layout.half {
    margin-top: 50px;
  }
}
/* Small Tablets */
@media screen and (max-width: 650px) {
  html, body {
    font-size: 15px;
    /*
     .unslider .backgroundimage-image {
     position: relative !important;
     overflow: hidden !important;
     width: 100% !important;
     }
     .unslider .backgroundimage-image img {
     position: relative !important;
     left: -10% !important;
     width: 120% !important;
     height: auto !important;
     }
     .sliderimg .backgroundimage-content {
     position: absolute !important;
     left: 0;
     right: 0;
     top: 50%;
     }
     .unslider-fade .unslider-wrap li {
     position: relative !important;
     display: none;
     }
     .unslider-fade .unslider-wrap li.unslider-active {
     display: block;
     }*/
  }
  .unslider-holder, .unslider-fade .unslider-wrap li, .sliderimg .backgroundimage-content .wrap {
    height: auto !important;
    min-height: 200px;
  }
  .sliderimg .slidertext h2 {
    font-size: 30px;
  }
  #mobile-menu {
    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%;
  }
  .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: 50px;
  }
  .layout-two-col-equal .layout.half + .layout.half {
    margin-top: 50px;
  }
  #footer .footer-left {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 50px;
  }
  #footer .footer-right {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    /* 7,6,5,4,3,2 column grid to 1 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, .grid.two-column .grid-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 40px;
    /* Before and After */
  }
  .beforeafter-holder .beforeafter-item {
    width: 45%;
    margin-right: 10%;
  }
  .beforeafter-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .beforeafter-holder div:nth-child(3n+4) {
    clear: none;
  }
  .beforeafter-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .beforeafter-holder div:nth-child(2n+3) {
    clear: left;
    /* 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;
  }
  #job-card-form-container form .form-item {
    flex: 100% 1 1;
  }
  .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, .form-item .g-recaptcha, #recaptcha_image {
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0%;
  }
  .form-item .g-recaptcha > div > div {
    max-width: 100%;
    overflow: hidden;
  }
  .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;
    padding-right: 0px;
    text-align: right;
  }
  .shopping-cart-list .scl-image img {
    max-height: 60px;
  }
  .shopping-cart-list .scl-products {
    width: 68%;
    min-height: 60px;
    padding-right: 0%;
    margin-bottom: 10px;
  }
  .shopping-cart-list .scl-products-title {
    float: left;
    width: 100%;
  }
  .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 0px;
  }
  .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: 5px;
    margin-top: 68px;
    /*margin-top:8px;*/
    padding-top: 8px;
    border-top: solid #f0e8e6 0px;
  }
  .shopping-cart-list .scl-date {
    width: 33%;
    margin-bottom: 10px;
  }
  .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%;
  }
  #container-prefooter .grid.three-column .grid-item {
    margin-bottom: 0;
  }
  #home-container .grid.four-column .grid-item {
    width: 50% !important;
  }
  #home-container .imageboxes.iconover .imagebox-item-icon > span {
    font-size: 100px !important;
  }
  #home-container .imageboxes.iconover .module-text h2 {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  #home-container .content h1 {
    font-size: 26px;
  }
  #container-prefooter h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 540px) {
  .wrap, #container-flash.backgroundimage-container .backgroundimage-content {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Phones */
@media screen and (max-width: 480px) {
  .sliderimg .slidertext h2 {
    font-size: 30px;
  }
  #home-container .cta {
    padding-top: 20px;
  }
  #home-container .cta a {
    border-radius: 15px;
    font-size: 14px;
  }
  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;
  }
  ul > li:before {
    top: 0px;
  }
  #container1 {
    width: 100%;
  }
  #container2 {
    width: 100%;
  }
  #container-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #header #logo {
    padding-left: 20px;
    max-width: 200px;
  }
  #slider, #flash, #slidebox, #image-rotator {
    display: block !important;
  }
  .sliderimg .slidertext {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mobile-navigation a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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;
  }
  .content, .layout.side p, .layout.side .side-holder {
    font-size: 16px;
    line-height: 24px;
  }
  #container-flash.backgroundimage-container .backgroundimage-content h1, .content h1 {
    font-size: 36px;
    line-height: 1;
  }
  .content h2 {
    font-size: 32px;
    line-height: 1;
  }
  .content h3 {
    font-size: 26px;
    line-height: 1;
  }
  .content h4 {
    font-size: 22px;
    line-height: 1;
  }
  .layout.side h5 {
    font-size: 18px;
    line-height: 1.3;
  }
  .layout.side h6 {
    font-size: 18px;
    line-height: 1.3;
  }
  .small {
    font-size: 15px;
    line-height: 23px;
  }
  .large {
    font-size: 17px;
    line-height: 25px;
  }
  #desktop-link {
    display: inline;
  }
  .sliderimg .slidertext h2 {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    /* Set new spacing for mobile*/
    /* Breadcrump area */
  }
  /* breadcrumb */
  #breadcrumb {
    padding: 16px 0px 4px 0px;
  }
  #container-flash.backgroundimage-container .backgroundimage-content {
    padding-top: 50px;
    padding-bottom: 25px;
    /* Main title area */
  }
  .container-main-title .content {
    padding: 25px 0px;
    padding-bottom: 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: 25px 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: 25px 0px;
    /* Main areas spacing */
  }
  .container-main-title + .container-main .content {
    padding-top: 0px;
  }
  .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: 25px 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: 25px;
    padding-bottom: 25px;
  }
  .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: 25px;
    padding-bottom: 25px;
    /* 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: 25px;
    /* 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: 40px;
  }
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
    /* Site Map */
  }
  .sitemap-holder {
    width: 100%;
    /* Grid */
  }
  .grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Before and After */
  }
  .beforeafter-holder .beforeafter-item, .beforeafter-details .before-image, .beforeafter-details .after-image {
    width: 100%;
    margin-right: 0%;
  }
  .beforeafter-details .before-image {
    margin-bottom: 12%;
    /* 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%;
  }
  .shopping-cart-list .scl-date, .shopping-cart-list .scl-address {
    width: 100%;
    clear: left;
  }
  .shopping-cart-list .scl-date input {
    width: auto;
    max-width: 140px;
    /* 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;
  }
}
/*# 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%3BAD7ID%2CaAAA%3BACkJA%3BAAAA%2C4BAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C2BAAA%3BAAAA%3BAD5JD%2CsBAAA%3BACgKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADhKA%2CsBAAA%3BAC6KA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAD7KA%2CkBAAA%3BAC4LC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BADhMD%2CeAAA%3BACwMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAD5MD%2CuBAAA%3BACkNC%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%3BAD9OD%2CkBAAA%3BACyPA%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%3BADzSF%2C4BAAA%3BACqTA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%3BgBAAA%3BAAAA%3BADtTA%2CkDAAA%3BACyTA%3BAAAA%2CgBAAA%3BAAAA%3BADzTA%2CuDAAA%3BAC6TA%3BAAAA%2CgBAAA%3BAAAA%3BAD7TA%2CmCAAA%3BACgUA%3BAAAA%3BcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BcAAA%3BAAAA%3BADlUA%2CcAAA%3BACqUA%3BAAAA%3BcAAA%3BAAAA%3BADrUA%2CoBAAA%3BAC8UA%3BAAAA%3B%3B%3BWAAA%3BAAAA%3BAD9UA%2CuDAAA%3BACqVA%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%3BAD1WF%2CmBAAA%3BACmXA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAD3XA%2C0EAAA%3BAC4YA%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%3BAD7aA%2CYAAA%3BAC0bA%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%3BAD7cH%2CuBAAA%3BACmdE%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BADvdH%2CoBAAA%3BAC2dE%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%3BAD3fL%2CYAAA%3BACmgBE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BADnhBH%2CqBAAA%3BAC8hBE%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%3BADhmBJ%2CwBAAA%3BAC0nBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BADvoBJ%2CoBAAA%3BAC4oBI%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAD5oBJ%2CsCAAA%3BACwpBK%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%3BADrsBL%2CuCAAA%3BAC4sBE%3BAAAA%2CeAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAMD%3BAAAA%2C2BAAA%3BAAAA%3BADzuBD%2CwBAAA%3BAC4uBC%3BAAAA%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3ByBAAA%3BAAAA%3BADzvBH%2CkBAAA%3BACswBC%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%3BADtxBF%2CmBAAA%3BAC6xBC%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%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BADz0BF%2CqBAAA%3BAAAA%2CgBAAA%3BACi1BC%3BAAAA%3B%3B8BAAA%3BAAAA%3BADj1BD%2CyBAAA%3BAC21BC%3BAAAA%3BmBAAA%3BAAAA%3BAD31BD%2CqBAAA%3BACo2BC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADp2BD%2CmBAAA%3BAC82BC%3BAAAA%3BqBAAA%3BAAAA%3BAD92BD%2CoCAAA%3BACu3BC%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%3BADn5BF%2CwCAAA%3BAAAA%2CmBAAA%3BACg6BE%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%3BADv6BF%2CuBAAA%3BAAAA%2CsBAAA%3BAC%2B6BG%3BAAAA%2CeAAA%3BAAAA%3BAD%2F6BH%2C0BAAA%3BACm7BG%3BAAAA%2CeAAA%3BAAAA%3BADn7BH%2C2BAAA%3BACu7BG%3BAAAA%2CeAAA%3BAAAA%3BADv7BH%2C8BAAA%3BAC27BG%3BAAAA%2CeAAA%3BAAAA%3BAD37BH%2C4BAAA%3BAC%2B7BG%3BAAAA%2CeAAA%3BAAAA%3BAD%2F7BH%2C6BAAA%3BACm8BG%3BAAAA%2CeAAA%3BAAAA%3BADn8BH%2CwBAAA%3BACu8BG%3BAAAA%2CeAAA%3BAAAA%3BADv8BH%2CyBAAA%3BAC88BG%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%3BAD9%2FBL%2CsBAAA%3BACwgCC%3BAAAA%3BqBAAA%3BAAAA%3BADxgCD%2C%2BBAAA%3BAC%2BgCA%3BAAAA%2CmBAAA%3BAAAA%3BAD%2FgCA%2CiBAAA%3BAAAA%2CyDAAA%3BACshCC%3BAAAA%2CoBAAA%3BAAAA%3BADthCD%2CuCAAA%3BAC6hCC%3BAAAA%3BuBAAA%3BAAAA%3BAD7hCD%2CYAAA%3BACuiCA%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%3BADvlCF%2CUAAA%3BACmmCC%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQC%3BAAAA%2C6BAAA%3BAAAA%3BAD3mCF%2C0BAAA%3BAC8mCC%3BAAAA%2CgBAAA%3BAAAA%3BAD9mCD%2CuCAAA%3BAAAA%2CyBAAA%3BAAAA%2CuBAAA%3BACmoCE%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CyBAAA%3BAAAA%3BADvoCH%2CmBAAA%3BAC4oCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADxpCH%2CmBAAA%3BAC2pCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADvqCH%2CmBAAA%3BAC0qCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADtrCH%2CmBAAA%3BACyrCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADrsCH%2CmBAAA%3BACwsCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BADttCH%2CmBAAA%3BACytCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BADvuCH%2CmBAAA%3BAC0uCE%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%2CqBAAA%3BAAAA%3BADlvCH%2CeAAA%3BAC2vCE%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BADlwCH%2C2BAAA%3BACywCC%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%3BADnzCH%2C2BAAA%3BAC6zCC%3BAAAA%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAD90CF%2CsCAAA%3BACy1CC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%3BAAAA%3BAD72CF%2CiCAAA%3BACo3CC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3BWAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAUC%3BAAAA%2C4BAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAASC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BADp8CL%2CoCAAA%3BACg9CC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAUD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAIF%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAASH%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAUD%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAD%2FhDF%2CiBAAA%3BACuiDC%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%3BAD1jDH%2CcAAA%3BACgkDC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADhkDD%2CwBAAA%3BACykDC%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%3BAD%2FnDF%2CYAAA%3BAC2oDE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAD3oDF%2C2BAAA%3BAC4pDE%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BADjqDF%2CmBAAA%3BAC8qDE%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%3BADp0DH%2CkCAAA%3BAC80DC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOF%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BADr2DD%2C6BAAA%3BAC%2B2DC%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%3BAD14DH%2CyBAAA%3BACq5DE%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%3BAD56DF%2C4BAAA%3BACm7DE%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAD57DF%2C8BAAA%3BACm8DC%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%3BADt%2BDH%2CsBAAA%3BAC8%2BDC%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAD5%2FDF%2CwBAAA%3BACqgEC%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BADhhED%2C0BAAA%3BACkiEE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%2C4BAAA%3BAAAA%3BAD%2FiEF%2CiBAAA%3BACwjEE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADxkEF%2CWAAA%3BACilEG%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BADtlEJ%2CoCAAA%3BAC%2BlEC%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%3BADr3EH%2CmBAAA%3BACm4EI%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%3BAD96EH%2CeAAA%3BACw7EG%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%2CsBAAA%3BAAAA%3BAD58EJ%2CqBAAA%3BACk9EC%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%3BADhgFH%2CoCAAA%3BAC2gFC%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%3BADxlFH%2CqBAAA%3BACgmFC%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%3BAD%2FsFD%3B%3B%3BuDAAA%3BAAAA%2CaAAA%3BAAAA%2CgBAAA%3BAAAA%2CYAAA%3BAAAA%2CgBAAA%3BAAAA%2CaAAA%3BAAAA%2CWAAA%3BAAAA%2CUAAA%3BAAAA%2CcAAA%3BAAAA%2CWAAA%3BAAAA%2CaAAA%3BAAAA%2CYAAA%3BAAAA%2CeAAA%3BAEkIA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%2CmBAAA%3BAAAA%3BAF5IA%2CmBAAA%3BAEgJA%3BAAAA%2CiBAAA%3BAAAA%3BAFhJA%2C0BAAA%3BAEqJC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BiBAAA%3BAAAA%3BAFvJD%2CiBAAA%3BAE0JC%3BAAAA%2CwBAAA%3BAAAA%3BAF1JD%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BAEiLA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQC%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%3BAAEA%3BAAAA%2CkBAAA%3BAAAA%3BAFxMD%2CiBAAA%3BAEgNC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAF9ND%2CaAAA%3BAEmOA%3BAAAA%2C4BAAA%3BAAAA%3BAFnOA%2CkBAAA%3BAE4OC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAFhPD%2CkBAAA%3BAEsPA%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%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAF9SA%2C0EAAA%3BAEkUA%3BAAAA%2C4BAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAFjVA%2CuBAAA%3BAE0VA%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAFvWF%2CYAAA%3BAEgXA%3BAAAA%3BmCAAA%3BAAAA%3BAAKC%3BAAAA%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CyBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYA%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%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAcA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAASA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAF5fJ%2CwBAAA%3BAEihBG%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAFrhBJ%2CoBAAA%3BAE0hBI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAF1hBJ%2CsCAAA%3BAEyiBK%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%3B%3B%3ByBAAA%3BAAAA%3BAAmBC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAaD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAFxlBL%2CuCAAA%3BAE%2BlBE%3BAAAA%2CeAAA%3BAAAA%3BAF%2FlBF%2CwBAAA%3BAE%2BmBC%3BAAAA%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAF3nBH%2CkBAAA%3BAEwoBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAFzpBF%2CmBAAA%3BAEgqBC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAFnsBH%2CmBAAA%3BAE2sBC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAFpuBH%2CqBAAA%3BAEovBE%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAF7wBH%2CqBAAA%3BAAAA%2CgBAAA%3BAE6xBC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAF7xBD%2CqBAAA%3BAEwyBC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAFxyBD%2C6BAAA%3BAE%2ByBC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFlzBD%2CmBAAA%3BAEwzBC%3BAAAA%3BmBAAA%3BAAAA%3BAFxzBD%2C2BAAA%3BAE8zBC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFj0BD%2CoCAAA%3BAEu0BC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAFn2BF%2CwCAAA%3BAAAA%2CmBAAA%3BAEg3BE%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%3BAFv3BF%2CyBAAA%3BAE63BG%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%3BAF76BL%2CwBAAA%3BAEk7BC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFr7BD%2CsBAAA%3BAE67BC%3BAAAA%3BmBAAA%3BAAAA%3BAF77BD%2C%2BBAAA%3BAEo8BC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFt8BD%2CiBAAA%3BAE48BE%3BAAAA%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%3BwBAAA%3BAAAA%3BAFp9BF%2CyDAAA%3BAE69BE%3BAAAA%2CqBAAA%3BAAAA%3BAF79BF%2CyDAAA%3BAEi%2FBE%3BAAAA%2CqBAAA%3BAAAA%3BAFj%2FBF%2CiBAAA%3BAEygCE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF1jCH%3B%3B%3B%3B%3BIAAA%3BAEglCG%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAFnlCJ%2CcAAA%3BAE2lCE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF5oCH%3B%3B%3B%3B%3BIAAA%3BAEkqCG%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAFrqCJ%2CWAAA%3BAE6qCE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2C8BAAA%3BAAAA%3BAF3vCH%2CmBAAA%3BAEmwCE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAF70CJ%2CUAAA%3BAEq1CE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYC%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CiCAAA%3BAAAA%3BAAIC%3BAAAA%2C8BAAA%3BAAAA%3BAF76CH%2CkBAAA%3BAEq7CE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYD%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3BuEAAA%3BAAAA%3BAFx9CF%2CeAAA%3BAEi%2BCA%3BAAAA%3B8DAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcA%3BAAAA%3B%2BDAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAFzhDF%2CkBAAA%3BAEwiDC%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAF%2FiDF%2CeAAA%3BAEsjDC%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAFhkDD%2CYAAA%3BAEwkDA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAF7nDF%2C8BAAA%3BAEqoDG%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAIC%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2CsBAAA%3BAAAA%3BAF5rDH%2CUAAA%3BAEksDA%3BAAAA%3BiDAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAF%2FsDF%2C0BAAA%3BAEktDC%3BAAAA%2CgBAAA%3BAAAA%3BAFltDD%2CUAAA%3BAEytDC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAF7tDD%2CgBAAA%3BAEmuDA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAFzuDD%2CUAAA%3BAAAA%2CuBAAA%3BAEwvDG%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%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%3ByBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAFl1DH%2CmBAAA%3BAEw1DI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAA4BC%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B4BAAA%3BAAAA%3BAAMN%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMC%3BAAAA%2CcAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BSAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%3B4BAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOD%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAFtkEA%3B%3B%3BuDAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2CiBAAA%3BAAAA%2CsBAAA%3BAG2BA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAH7BD%2C6BAAA%3BAGuCA%3BAAEC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BuBAAA%3BAAAA%3BAAMD%3BAAAA%3BoBAAA%3BAAAA%3BAAIC%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEC%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAUD%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B2DAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BoCAAA%3BAAAA%3BAAQA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiEAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAWA%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3B2BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%2C0BAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAWC%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%3BQAAA%3BAAAA%3BAA%2BDD%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAASA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAKD%3BAAAA%2CcAAA%3BAAAA%3BAAKA%2CyBAAA%3BAAMC%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%3ByCAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQC%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%3BAAEA%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%3BAAGF%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEC%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAKE%3BAAAA%3B2BAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAHjcH%2CmBAAA%3BAGwcA%3BAAGC%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%3BQAAA%3BAAAA%3BAA6BA%3BAAAA%3BsBAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAASA%3BAAAA%3B4BAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B2BAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B6CAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAcD%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BgBAAA%3BAAAA%3BAAID%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%3BAAKC%3BAAAA%2CmBAAA%3BAAAA%3BAAMD%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAgBA%3BAAAA%3BqBAAA%3BAAAA%3BAAEA%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%3B%3B%3BsBAAA%3BAAAA%3BAAWC%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%3BgBAAA%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%3B%3BkCAAA%3BAAAA%3BAAYA%3BAAAA%3BwBAAA%3BAAAA%3BAAMA%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%3BAAGD%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEC%3BAAAA%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAH32BD%2CYAAA%3BAGs3BA%3BAAGC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAWD%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKC%3BAAAA%2CaAAA%3BAAAA%3BAAKD%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2C8BAAA%3BAAAA%3BAAOC%3BAAAA%3BwBAAA%3BAAAA%3BAAMD%3BAAAA%3BwBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAYD%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAEA%3BAAAA%3BmBAAA%3BAAAA%3BAACA%3BAAAA%3BmBAAA%3BAAAA%3BAACA%3BAAAA%3BmBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKA%2CkBAAA%3BAAGC%3BAAAA%2C8BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%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%2CqBAAA%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%3BAAoBF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAQA%3BAAAA%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%3BeAAA%3BAAAA%3BAAID%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%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%22%7D */