﻿html,
body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fdfdfd;
}
.ui-widget {
  font-family: 'PT Sans', sans-serif;
}
body {
  overflow-y: scroll;
}
body.mobile .mobilehide {
  display: none !important;
}
a {
  color: #e00;
}
img {
  vertical-align: middle;
}
select {
  background: url(/art/select.png) no-repeat right;
  background-color: #ffffff;
  appearance: none;
  position: relative;
  z-index: 2;
  padding-right: 1em !important;
}
select.textcolor option {
  color: #000;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
.inputdiv:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  box-shadow: none;
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=date],
input[type=time],
input[type=email],
input[type=number],
textarea,
select,
button,
.inputdiv {
  border: 1px solid #d7d3d0;
  border-radius: 4px;
  font-family: 'PT Sans', sans-serif;
  font-size: 1em;
  padding: 0.25em 0.4em;
}
.inputdiv {
  background: #fff;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
textarea::placeholder {
  color: #ccc;
}
input[type=checkbox],
input[type=radio] {
  transform: scale(1.2);
  font-size: 1em;
}
_::-webkit-full-page-media,
_:future,
:root input[type=checkbox],
:root input[type=radio] {
  transform: none;
  font-size: 1.2em;
  width: 1em;
}
label {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
table {
  border: 0;
  border-collapse: collapse;
}
td {
  margin: 0;
  padding: 0;
}
.header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 0 24px 0 32px;
  position: relative;
  height: 82px;
  z-index: 100;
}
.header a {
  color: #333;
}
.header .login {
  display: inline-block;
  margin-right: 24px;
}
.header .login .logintile {
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 999;
  height: 32px;
}
.header .login .usertile {
  cursor: pointer;
  padding: 10px 15px 5px 15px;
  position: relative;
  margin: 8px 0 12px 20px;
  z-index: 999;
}
.header .login .usertile:hover {
  background: rgba(0, 0, 0, 0.05);
}
.header .login .logintab-sel {
  color: #fff !important;
  background: #575350 !important;
  border: 1px solid #000;
  border-bottom: 0 !important;
}
.header .login .logintab-sel .login-btn {
  color: #000;
  background: #d7d3d0;
}
.header .login-btn {
  background: #474340;
  border: 1px solid #474340;
  border-radius: 7px;
  color: #f0f0f0;
  cursor: pointer;
  font-size: 1em;
  padding: 0.25em 1em;
}
.header .login-btn:focus {
  outline: 0;
}
.header .login .userphoto,
.mininav .userphoto {
  background: #555;
  border: 2px solid #f3f1f0;
  border-radius: 36px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 2px 7px;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.headerlogo {
  margin-top: 20px;
  height: 42px;
}
.nav {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}
.nav a {
  color: #787472;
  display: inline-block;
  font-size: 16px;
  padding: 21px 20px;
  text-decoration: none;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  margin-bottom: 2px;
}
.nav a:hover {
  border-bottom: 4px solid #aaa;
  color: #3d3a37;
}
.nav .navsel {
  color: #111 !important;
  border-bottom: 4px solid #000 !important;
  font-weight: 700;
}
.nav .nav-red {
  color: #e00;
}
.nav .nav-red:hover {
  border-bottom: 4px solid #faa;
  color: #e00;
}
.nav .nav-red.navsel {
  border-bottom: 4px solid #e00 !important;
  color: #e00 !important;
}
.nav .focusup:focus-within {
  opacity: 1 !important;
}
.auth {
  display: none;
  position: relative;
  z-index: 999;
}
.auth .blackout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.auth .loginform-container {
  position: absolute;
  right: 24px;
  top: 68px;
  overflow: hidden;
}
.auth .loginform {
  color: #fff;
  background: #575350;
  border: 1px solid #000;
  margin-top: -32px;
  padding: 15px 24px 10px 24px;
  min-width: 120px;
}
.auth .loginform .loginitem {
  color: #e7e3e0;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 -10px;
  padding: 3px 12px;
  text-align: left;
  text-decoration: none;
  min-width: 100px;
}
.auth .loginform .loginitem:hover {
  background: #736f6c;
  color: #fff;
}
.auth .loginform .ham-link {
  font-size: 1.5em;
  color: #DDD;
  display: block;
  padding: 0.3em 0.7em;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}
.auth .loginform .ham-link:hover {
  border-bottom: 4px solid #aaa;
  color: #DDD;
}
.auth .loginform .ham-link.red {
  color: #E00;
}
.btn {
  display: inline-block;
  background: #676360;
  border: 1px solid #474340;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
  font-size: 0.9em;
  padding: 0.25em 1em;
  margin: 0;
  text-decoration: none !important;
  user-select: none;
  -webkit-user-select: none;
}
.btn:hover {
  background: #575350;
}
.btn-white {
  background: #f8f8f8;
  border: 1px solid #000;
  color: #373330;
}
.btn-white:hover {
  background: #fff;
  color: #171310;
}
.btn-green {
  background: #50e050;
  border: 1px solid #000;
  color: #373330;
}
.btn-green:hover {
  background: #70ff70;
  color: #171310;
}
.btn-medium {
  display: inline-block;
  background: #676360;
  border: 1px solid #474340;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.1em;
  padding: 0.3em 1.25em;
  margin: 0;
  text-decoration: none !important;
}
.btn-medium:hover {
  background: #474340;
}
.btn-medium.greenbg {
  background: #080;
}
.btn-big {
  display: inline-block;
  background: #676360;
  border: 1px solid #474340;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  padding: 0.35em 1.5em;
  margin: 0;
  text-decoration: none !important;
}
.btn:disabled,
.btn-medium:disabled,
.btn-big:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-lite {
  display: inline-block;
  background: #f7f3f0;
  border: 1px solid #d7d3d0;
  border-radius: 5px;
  color: #736f6c;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
  font-size: 0.8em;
  padding: 0.2em 1em;
  margin: 0;
  text-decoration: none !important;
}
.btn-lite:hover {
  background: #eeeae8;
  border: 1px solid #c7c3c0;
  color: #333;
}
.btn-lite:disabled, .btn-lite.disabled {
  background: #f7f3f0 !important;
  border: 1px solid #e7e3e0 !important;
  color: #d7d3d0 !important;
  cursor: not-allowed !important;
}
.btn-invis {
  display: inline-block;
  background: #fff;
  border: 1px solid #efebe8;
  border-radius: 5px;
  color: #736f6c;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
.btn-invis:hover {
  background: #fcfbfa;
  border: 1px solid #d7d3d0;
  color: #333;
}
.btn-invis:disabled {
  background: #f7f3f0;
  border: 1px solid #e7e3e0;
  color: #d7d3d0;
}
.btn-icn {
  display: inline-block;
  background: #f7f3f0;
  border: 1px solid #d7d3d0;
  border-radius: 5px;
  color: #736f6c;
  font-size: 1.2em;
  line-height: 1em;
  padding: 0.1em 0;
  margin: 0 0.15em;
  text-decoration: none;
  width: 1.25em;
}
.btn-icn:hover {
  background: #eeeae8;
  border: 1px solid #c7c3c0;
  color: #333;
}
.icn {
  display: inline-block;
  font-size: 1.4em;
  position: relative;
  top: 0.1em;
  margin-right: 0.35em;
  text-align: center;
  width: 1.1em;
}
.icn.fad,
.icn.far,
.icn.fad,
.icn.fal {
  font-size: 1.15em;
  margin: 0 0.75em 0 0.15em;
}
.content {
  padding: 0;
}
body.mobile .content {
  padding: 0 10px;
}
body.public .content {
  padding: 0 !important;
}
.contentwithsubnav {
  padding: 0;
  margin-left: 30px;
}
.subnav {
  background: #fcfcfc;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.03), inset 0 0 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: -10px 0 -10px -20px;
  padding: 10px 0 10px 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  z-index: 99;
}
.subnav:hover {
  margin: -10px 0 -10px -10px;
  width: 199px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.35), 0 0 20px rgba(0, 0, 0, 0.5);
}
.subnav:hover .cap {
  display: inline;
}
.subnav .sni {
  color: #777;
  display: block;
  padding: 0.7em 0 0.7em 0.7em;
  text-decoration: none;
}
.subnav .sni:hover {
  background: rgba(0, 0, 0, 0.03);
  color: #000;
}
.subnav .cap {
  display: none;
}
.subnavsel {
  color: #000 !important;
  background: #fdfdfd !important;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.2) !important;
  font-weight: 700;
}
.subnavinv {
  display: none;
}
.navline {
  height: 2px;
  background: #b7b3b0;
}
.navinv {
  color: #fff;
  background: #474340;
  padding: 2px 10px;
  box-shadow: 0 0 10px #777;
  padding: 1px 20px;
}
.navinv .sitedashthumb {
  display: none;
}
.navinv .dashlinks a {
  color: #fff;
}
body.mobile .subnav .sni {
  box-shadow: 0 0.5px 0.3px rgba(0, 0, 0, 0.07), inset 0 3em 3em -3em rgba(0, 0, 0, 0.1);
}
body.mobile .subnav .icn {
  transform: scale(0.75);
}
body.mobile .subnav:hover .icn {
  transform: scale(1);
}
body.mobile .navinv {
  width: calc(100% - 40px);
}
.texthint {
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline;
  margin-right: -3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 1;
}
.texthint > div {
  display: block;
  position: absolute;
  left: 0.45em;
  color: #8ad;
  text-align: left;
  white-space: nowrap;
  max-width: 100%;
}
.error {
  color: #e00;
  font-weight: 700;
  font-size: 0.8em;
}
.b {
  font-weight: 700;
}
.c {
  text-align: center;
}
.bc {
  margin: 0 auto;
}
.light {
  font-size: 0.85em;
  opacity: 0.33;
  font-weight: 500;
}
.nosel {
  user-select: none;
  -webkit-user-select: none;
}
.box {
  border: 1px solid #b7b3b0;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.03);
}
.fheader {
  border-bottom: 2px solid #b7b3b0;
  margin: 0 0 0.75em 0;
  line-height: 1.3em;
}
.fheader.lite {
  border-bottom: 2px solid #e7e3e0;
}
.f {
  display: block;
  margin-bottom: 12px;
  position: relative;
}
.select-background {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  z-index: 0;
}
.select-background.disabled {
  background: rgba(239, 239, 239, 0.3);
}
.ready-button {
  background: #ffffff;
  border: 3px solid #e00;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 1.2em;
  padding: 0 1em 0.1em 1em;
  text-decoration: none;
  white-space: nowrap;
  margin: auto 10px;
}
.ready-button:hover {
  background: #fff3f3;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.bignum {
  font-size: 3em;
  letter-spacing: -0.03em;
  line-height: 1.1em;
}
.grid {
  border: 2px solid #a7a3a0 !important;
  background: #fff;
}
.grid th {
  background: #d7d3d0;
  border: 1px solid #a7a3a0 !important;
  font-size: 0.85em;
  font-weight: 700;
  padding: 0.25em 0.75em;
}
.grid td {
  border: 1px solid #e7e3e0;
  padding: 0.15em 0.75em;
}
.grid-oneline td,
.grid-oneline th {
  white-space: nowrap;
}
.grid-tall td {
  padding: 0.25em 0.75em;
}
.grid-hoverrow tr:hover {
  background: #fdfcfb;
}
.grid-headlock th {
  position: sticky;
  top: -1px;
  box-shadow: 0 0 0 0.5px #a7a3a0;
}
.grid-cell200 th,
.grid-cell200 td {
  max-width: 200px;
}
.grid .sortup,
.grid .sortdown {
  color: #07f;
}
.grid tfoot td {
  border-top: 2px solid #a7a3a0;
}
.nogrid {
  border: 0;
  border-collapse: collapse;
}
.nogrid td {
  border: 0;
  padding: 0;
}
.hoverup:hover {
  opacity: 1 !important;
}
.hoverlink a {
  text-decoration: none;
}
.hoverlink a:hover {
  text-decoration: underline;
}
.meldload {
  background: #f8f8f8 url(/art/spinner.gif) center center no-repeat;
  background-size: 42%;
}
.picbox {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.picbox > img {
  position: absolute;
}
.uploadbox {
  background: url(/art/trans.png) #a7a3a0;
  border: 2px solid #736f6c;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.uploadbox > img {
  position: absolute;
}
.uploadbox .dropmessage {
  background: rgba(231, 227, 224, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tiles {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -40px -30px -20px;
  padding: 20px;
}
body.mobile .tiles {
  margin: -20px 0 -30px -20px;
  padding-right: 0;
}
.tile-attach {
  color: #979390;
  display: inline-block;
  height: 300px;
  min-width: 160px;
  text-align: center;
  margin: 0 40px 10px 0;
}
.tile-attach:hover {
  color: #333;
}
.tile-attach:hover .pdfbox {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.2);
}
.tile-attach .pdfbox {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.07);
  border: 7px solid #fff;
  display: inline-block;
  user-select: none;
  -webkit-user-select: none;
}
.tile-attach .cap {
  font-size: 1.2em;
  margin: 0 0 4px 2px;
  width: 160px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tile-attach .viewbtn {
  padding: 0.25em 0;
  width: 59px;
  margin: 7px 5px 0 0;
  text-align: center;
}
.tile-attach .deletebtn {
  padding: 0.25em 0;
  margin-top: 7px;
  width: 30px;
}
.tile-design {
  border: 1px solid #fff;
  color: #979390;
  cursor: pointer;
  display: inline-block;
  height: 200px;
  width: 200px;
  margin: 0 10px 10px 0;
  padding: 10px;
}
.tile-design:hover {
  color: #555;
  border: 1px solid #e7e3e0;
  background: #fcfbfa;
}
.tile-design.tile-selected,
.tile-design.tile-selected:hover {
  color: #000;
  border: 1px solid #cccbca;
  background: #f8f7f6;
}
.tile-design .cap {
  font-weight: 700;
  margin: 1px auto 6px auto;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tile-design .thumb {
  box-shadow: 0 0 1px #000, 0 0 30px rgba(0, 0, 0, 0.1);
  width: 180px;
  height: 120px;
  margin: 0 auto;
  font-size: 120px;
}
.tile-design .preview {
  display: block;
  text-align: center;
  width: 130px;
  margin: 12px auto 0 auto;
}
.tile-embed {
  color: #979390;
  display: inline-block;
  height: 220px;
  width: 220px;
  margin: 0 40px 10px 0;
}
.tile-embed:hover {
  color: #333;
}
.tile-embed .urlbox {
  display: block;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.07);
  position: relative;
  height: 130px;
  width: 220px;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}
.tile-embed:hover .urlbox {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.2);
}
.tile-embed .urlbox > img {
  opacity: 0;
}
.tile-embed .cap {
  font-size: 1.2em;
  margin: 0 0 4px 2px;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tile-embed .url {
  color: #777;
  font-size: 0.9em;
  position: absolute;
  bottom: 0.2em;
  left: 0.5em;
  width: 100%;
  white-space: nowrap;
}
.tile-embed .addbtn {
  padding: 0.25em 0;
  margin-top: 7px;
  width: 220px;
}
.tile-embed .viewbtn {
  padding: 0.25em 0;
  width: 88px;
  margin: 7px 5px 0 0;
  text-align: center;
}
.tile-embed .deletebtn {
  padding: 0.25em 0;
  margin-top: 7px;
  width: 30px;
}
.tile-flyer {
  border: 1px solid #fff;
  display: inline-block;
  height: 310px;
  width: 280px;
  margin: 0;
  text-align: center;
  line-height: 1.35em;
  padding: 10px;
  user-select: none;
  -webkit-user-select: none;
  max-width: calc(100vw - 105px);
}
.tile-flyer:hover {
  border: 1px solid #e7e3e0;
  background: #fcfbfa;
}
.tiles-m2 .tile {
  color: #979390;
  cursor: pointer;
  display: inline-block;
  height: 220px;
  width: 270px;
  margin: 0 10px 10px 0;
  position: relative;
}
.tiles-m2.tile:hover {
  color: #333;
}
.tiles-m2 .picbox,
.tiles-m2 .picbox-ex {
  background: #676360;
  border: 7px solid #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.1);
  height: 160px;
  width: 240px;
  user-select: none;
  -webkit-user-select: none;
}
.tiles .tile:hover .picbox,
.tiles .tile:hover .picbox-ex {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.3);
}
.tiles-m2 .cap {
  font-size: 1.2em;
  margin: -8px -20px -10px -13px;
  padding: 10px 20px;
  width: 240px;
  min-height: 1em;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tiles-media .highlighted .picbox {
  border-color: #fc0;
}
.tiles-floorplan .highlight,
.tiles-attach .highlight {
  display: none;
}
.tiles .tile:hover .cap a {
  opacity: 1;
}
.tile .cap a {
  opacity: 0.5;
}
.tile-site {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.tile-site > a {
  color: #333;
  border: 1px solid #d7d3d0;
  background: #fff;
  display: block;
  min-height: 126px;
  width: 418px;
  text-decoration: none;
  line-height: 1.35em;
  padding: 20px 15px 15px 15px;
  position: relative;
}
.tile-site > a:hover {
  border: 1px solid #a7a3a0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.tile-site > a .trim {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 5px;
  opacity: 0.4;
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.tile-site > a:hover .trim {
  opacity: 1;
}
.tile-site .notes {
  background: #fefde8;
  border: 1px solid #e7e3e0;
  border-top: 0;
  box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.07);
  color: #777;
  font-size: 0.85em;
  margin: 0 5px;
  padding: 3px 10px;
  width: 418px;
}
.tile-supportvid {
  display: inline-block;
  box-shadow: 0 0 0 1px #888, 0 0 20px #ddd;
  overflow: hidden;
  position: relative;
}
.tile-supportvid:hover {
  box-shadow: 0 0 0 1px #888, 0 0 20px #777;
}
.tile-supportvid > img {
  width: 512px;
  max-width: calc(100vw - 20px);
}
.tile-user {
  color: #333;
  display: inline-block;
  height: 190px;
  width: 150px;
  margin: 0 20px 20px 0;
  text-decoration: none;
}
a.tile-user:hover {
  font-weight: 700;
}
.tile-user .picbox {
  border: 2px solid #676360;
  width: 140px;
  height: 140px;
}
.tile-user .cap {
  line-height: 1.3em;
  width: 140px;
}
.tile-user .sub {
  color: #c7c3c0;
  font-size: 0.8em;
  line-height: 1.2em;
  width: 140px;
}
.overbuttons {
  display: flex;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}
.overbutton,
.overbutton2 {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 3px;
  text-align: center;
  width: 24px;
  opacity: 0.75;
}
.overbutton {
  margin-left: 4px;
}
.overbutton2 {
  position: absolute;
}
.overbutton:hover,
.tiles-media .tile:hover .overbutton2 {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.hd-footer {
  position: relative;
  background: #000;
  color: #888;
  font-size: 0.9em;
  padding: 0 0 24px 0;
  z-index: 101;
}
.hd-footer .testimonials {
  background: #404040;
  color: #eee;
  padding: 40px;
  text-align: center;
  box-shadow: inset 0 -90px 90px -90px #707070, inset 0 70px 70px -70px #282828;
}
.hd-footer .testimonials > div {
  overflow: visible !important;
}
.hd-footer .social {
  padding-top: 12px;
}
.hd-footer .social a {
  font-size: 2.3em;
  vertical-align: middle;
}
.hd-footer a {
  color: #bbb;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
}
.hd-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.hd-footer .social a {
  margin: 0.1em 0.05em;
  padding: 0.05em;
  width: 1.5em;
}
.hd-footer .social a:hover {
  background: #444;
}
.hd-footer span {
  display: inline-block;
  padding: 2px 10px;
}
.cookie-notification {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 50px #fff, 0 0 5px #fff;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  display: none;
  padding: 1.2em;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483640;
}
.cookie-notification button {
  background: #bbb;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 0.9em;
  margin-left: 1em;
  padding: 0.1em 0.7em;
}
.hd-dialog-object {
  position: relative;
  z-index: 9999;
}
.hd-dialog-container .blackout {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 37, 30, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.hd-dialog-container .dialog {
  background: #fdfdfd;
  border: 2px solid #736f6c;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.15);
  color: #000;
  padding: 20px 30px;
  position: relative;
}
.hd-dialog-container .dialog .dialog-closer {
  position: absolute;
  top: 0.7em;
  right: 0.2em;
  z-index: 999;
}
.hd-dialog-container .dialog .dialog-closer > div {
  cursor: pointer;
  color: #fff;
  text-shadow: 0 0 10px #000 !important;
  font-size: 36px;
  position: absolute;
  top: -24px;
  right: -18px;
  opacity: 0.6;
}
.hd-dialog-container .dialog .dialog-closer > div:hover {
  opacity: 1;
}
.dialog-paddle {
  background: #fbf7f4;
  cursor: pointer;
  text-align: center;
}
.dialog-paddle img {
  opacity: 0.5;
}
.dialog-paddle:hover {
  background: #f7f0ed;
  cursor: pointer;
  text-align: center;
}
.dialog-paddle:hover img {
  opacity: 1;
}
.itemlist {
  font-size: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.itemlist li {
  border: 1px solid #f7f3f0;
  cursor: pointer;
  padding: 2px 7px;
  margin: 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.itemlist li:hover {
  background: #fcfbf9;
  border: 1px solid #e7e3e0;
}
.itemlist li.selected {
  background: #f7f4f0;
  border: 1px solid #d7d3d0;
}
.itemlist li.disabled {
  cursor: not-allowed;
  background: #fff;
  border: 1px solid #f7ffd0;
  color: #ddd;
}
.colorpicker {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
}
.colorpicker .ui-selectmenu-icon {
  position: absolute;
  top: 17px;
  right: 4px;
}
.colorpicker .dropdown {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 7px;
  z-index: 10;
}
.colorpicker.colorpicker-open .dropdown {
  display: block;
}
.colorpicker .colorpickergrid .col {
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: relative;
}
.colorpicker .colorpickergrid .col:hover {
  box-shadow: 0 0 0 1px #777, inset 0 0 0 1px #fff;
  z-index: 2;
}
.colorpicker .colorpickergrid .col.active {
  box-shadow: 0 0 0 1px #000, inset 0 0 0 1px #fff;
  z-index: 2;
}
.colorpicker .colorpickerswatch .color2d {
  box-shadow: 0 0 0 1px #ccc;
  position: relative;
  width: 192px;
  height: 192px;
}
.colorpicker .colorpickerswatch .color1d {
  box-shadow: 0 0 0 1px #ccc;
  position: relative;
  width: 16px;
  height: 192px;
}
.colorpicker .colorpickerswatch .color2d span,
.colorpicker .colorpickerswatch .color1d span,
.fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.colorpicker .colorpickerswatch .btn {
  padding: 3px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 10px;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  text-align: center;
}
.colorpicker .colorpickerswatch input {
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  height: 22px;
  vertical-align: top;
}
.colorpicker .colorpickerswatch .hsvrgb {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  vertical-align: top;
  margin-bottom: 3px;
  width: 38px;
  text-align: center;
}
.colorpicker .colorpickertabs {
  width: 100%;
}
.colorpicker .colorpickertabs td {
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.4);
  color: #aaa;
  cursor: pointer;
  font-size: 0.85em;
  font-weight: 700;
  text-align: center;
  padding: 0.3em;
  width: 33.3%;
}
.colorpicker .colorpickertabs td.active {
  background: #fff;
  border-top: 1px solid #fff;
  box-shadow: none;
  cursor: default;
}
.ui-accordion .ui-accordion-content {
  padding: 0.1em 0.3em;
}
.ui-state-active {
  border: 1px solid #010101;
  background: #676360;
}
.custom-combobox {
  position: relative;
  display: inline-block;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  background: inherit;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  background: inherit;
}
.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 7px 21px;
}
.ui-selectmenu-button {
  background: inherit !important;
}
.ui-selectmenu-button:focus,
.colorpicker-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.ui-selectmenu-menu.ui-selectmenu-open,
.colorpicker .dropdown {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.ui-datepicker {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.ui-datepicker .ui-state-highlight {
  background: #ddd;
  border: 1px solid #bbb;
  font-weight: 700;
}
.ui-datepicker .ui-state-highlight:hover {
  background: #d4d4d4;
  border: 1px solid #aaa;
  font-weight: 700;
}
.ui-datepicker .ui-state-active {
  background: #777;
  border: 1px solid #000;
  color: #fff;
  font-weight: 700;
}
.ui-slider-horizontal {
  height: 0.2em;
  margin: 0.3em 0;
}
.ui-slider-horizontal .ui-slider-handle {
  border-radius: 1em;
  top: -0.58em;
}
.ui-slider-horizontal .ui-slider-range {
  background: #08f;
  height: 110%;
}
@media screen and (min-width: 1220px) {
  .contentwithsubnav {
    margin-left: 200px;
  }
  .subnav {
    width: 199px;
    margin: -10px 0 -10px -10px !important;
  }
  .subnav:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.03), inset 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .subnav .sni {
    padding: 1em 0 1em 1.2em;
  }
  .subnav .cap {
    display: inline;
  }
  .subnavinv {
    display: block;
  }
  .navinv .sitedashthumb {
    display: table-cell;
  }
}
.StripeACSS {
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #a8a4a0;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-bottom: 0.5em;
  display: inline;
}
.StripeACSS input,
.StripeACSS select {
  height: 24px;
  font-family: "PT Sans", Verdana, sans-serif;
  font-size: 18px;
  border: 0;
  padding: 0;
}
.StripeACSS input:focus,
.StripeACSS select:focus {
  box-shadow: none;
  outline: none;
}
.StripeACSS input::placeholder,
.StripeACSS select::placeholder {
  color: #b8b4b0;
  opacity: 1;
}
.StripeACSS.acssbillingname,
.StripeACSS.acssbillingemail {
  display: block;
  background-color: #fff;
  width: 470px;
}
.StripeACSS.acssinstitutionnumber {
  width: 150px;
  margin-right: 5px;
}
.StripeACSS.acsstransitnumber {
  width: 120px;
  margin-right: 5px;
}
.StripeACSS.acssaccountnumber {
  width: 130px;
  /*margin-right: 5px;*/
}
.StripeBank {
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #a8a4a0;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-bottom: 0.5em;
  display: inline;
}
.StripeBank input,
.StripeBank select {
  height: 24px;
  font-family: "PT Sans", Verdana, sans-serif;
  font-size: 18px;
  border: 0;
  padding: 0;
}
.StripeBank input:focus,
.StripeBank select:focus {
  box-shadow: none;
  outline: none;
}
.StripeBank input::placeholder,
.StripeBank select::placeholder {
  color: #b8b4b0;
  opacity: 1;
}
.StripeBank.bankname {
  display: block;
  background-color: #fff;
  width: 392px;
}
.StripeBank.bankroutingnumber,
.StripeBank.bankaccountnumber {
  width: 200px;
  margin-right: 5px;
}
.CardElement,
.StripeElement {
  background-color: #fff;
  height: 24px;
  max-width: 440px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #a8a4a0;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.CardElement input,
.StripeElement input {
  /*Is ignored by Stripe*/
  font-family: "PT Sans", Verdana, sans-serif !important;
}
.CardElement select,
.StripeElement select {
  padding: 0.25em 0.4em;
}
.CardElement.nameoncard,
.StripeElement.nameoncard {
  margin-bottom: 0.5em;
}
.CardElement.nameoncard input,
.StripeElement.nameoncard input {
  display: block;
  font-family: "PT Sans", Verdana, sans-serif;
  font-size: 18px;
  border: 0;
  padding: 0;
}
.CardElement.nameoncard input:focus,
.StripeElement.nameoncard input:focus {
  box-shadow: none;
  outline: none;
}
.CardElement.nameoncard input::placeholder,
.StripeElement.nameoncard input::placeholder {
  color: #b8b4b0;
  opacity: 1;
}
.CardElement.qbexpirationdate,
.StripeElement.qbexpirationdate,
.CardElement.qbcardnumber,
.StripeElement.qbcardnumber,
.CardElement.qbcvc,
.StripeElement.qbcvc,
.CardElement.qbpostalcode,
.StripeElement.qbpostalcode {
  margin: 0.5em 0.4em 0.5em 0;
  display: inline-flex;
}
.CardElement.qbexpirationdate input,
.StripeElement.qbexpirationdate input,
.CardElement.qbcardnumber input,
.StripeElement.qbcardnumber input,
.CardElement.qbcvc input,
.StripeElement.qbcvc input,
.CardElement.qbpostalcode input,
.StripeElement.qbpostalcode input {
  font-family: "PT Sans", Verdana, sans-serif;
  font-size: 18px;
  border: 0;
  padding: 0;
}
.CardElement.qbexpirationdate input:focus,
.StripeElement.qbexpirationdate input:focus,
.CardElement.qbcardnumber input:focus,
.StripeElement.qbcardnumber input:focus,
.CardElement.qbcvc input:focus,
.StripeElement.qbcvc input:focus,
.CardElement.qbpostalcode input:focus,
.StripeElement.qbpostalcode input:focus {
  box-shadow: none;
  outline: none;
}
.CardElement.qbexpirationdate input::placeholder,
.StripeElement.qbexpirationdate input::placeholder,
.CardElement.qbcardnumber input::placeholder,
.StripeElement.qbcardnumber input::placeholder,
.CardElement.qbcvc input::placeholder,
.StripeElement.qbcvc input::placeholder,
.CardElement.qbpostalcode input::placeholder,
.StripeElement.qbpostalcode input::placeholder {
  color: #b8b4b0;
  opacity: 1;
}
.CardElement.qbcardnumber,
.StripeElement.qbcardnumber {
  display: inline-block;
  margin-bottom: 10px;
}
.CardElement.qbcardnumber input,
.StripeElement.qbcardnumber input {
  width: 300px;
}
.CardElement.qbexpirationdate,
.StripeElement.qbexpirationdate {
  margin-top: 0px;
  display: inline-flex;
}
.CardElement.qbexpirationdate input,
.StripeElement.qbexpirationdate input {
  width: 125px;
}
.CardElement.qbcvc,
.StripeElement.qbcvc {
  margin-top: 0px;
  display: inline-flex;
}
.CardElement.qbcvc input,
.StripeElement.qbcvc input {
  width: 50px;
}
.CardElement--focus,
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.CardElement--invalid,
.StripeElement--invalid {
  border-color: #fa755a;
}
.CardElement--webkit-autofill,
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.helpq {
  color: #7bf;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #48e;
  border-radius: 10em;
  margin-left: 0.2em;
}
.note-important {
  background: #ffffc8;
  border: 0;
  border-left: 7px solid #f8c070;
  border-radius: 0.15em;
  margin-bottom: 1em;
  outline: 1px solid #aaa;
  padding: 0.65em 0.7em;
}
.note-activation {
  background: #e0f0ff;
  border: 0;
  border-left: 7px solid #6ae;
  border-radius: 0.15em;
  margin-bottom: 1em;
  outline: 1px solid #aaa;
  padding: 0.65em 0.7em;
}
.note-general {
  background: #e4fce4;
  border: 0;
  border-left: 7px solid #8c8;
  border-radius: 0.15em;
  margin-bottom: 1em;
  outline: 1px solid #aaa;
  padding: 0.65em 0.7em;
}
.ring {
  --progress: 0%;
  --fgcolor: #00c;
  --bgcolor: #eee;
  --innercolor: #fff;
  --innersize: 83%;
  --secprogress: 0%;
  --secsize: 87%;
  --seccolor: #ccc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ring > div {
  font-family: 'Roboto Condensed';
  position: relative;
  z-index: 2;
}
.ring::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, var(--innercolor) calc(var(--innersize) - 1px), transparent var(--innersize) 100%), 
              conic-gradient(var(--fgcolor) var(--progress), transparent 0),
              radial-gradient(closest-side, transparent calc(var(--secsize) - 1px), var(--bgcolor) var(--secsize) 100%), 
              conic-gradient(var(--seccolor) var(--secprogress), transparent 0),
              var(--bgcolor);
  outline: 5px solid var(--innercolor);
  z-index: 0;
}
.ring .marker {
  --csize: 18px;
  --lwidth: 2px;
  --lheight: 21px;
  --ltop: -5px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: 0 100%;
  transform: rotate(calc(360deg * var(--mprogress)));
  height: 50%;
}
.ring .marker::before {
  content: '';
  display: block;
}
.ring .marker.caret::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' stroke='%23fffa' stroke-width='10' viewBox='0 0 100 100'%3E%3Cpolyline points='50,5 95,55 5,55 50,5' /%3E%3C/svg%3E");
  margin-left: -50%;
  transform: rotate(180deg);
  transform-origin: 50% 15%;
  width: var(--csize);
  height: var(--csize);
}
.ring .marker.line::before {
  content: '';
  background: var(--fgcolor);
  width: var(--lwidth);
  margin-left: -50%;
  height: var(--lheight);
  margin-top: var(--ltop);
  outline: var(--outline);
  border-radius: calc(min(var(--lwidth), var(--lheight)) * 0.5);
}
.tagify__tag>div {
  max-width: calc(100% - 16px) !important;
}
.tagify__tag>div>* {
  white-space: nowrap !important;
}
.tagify__dropdown__item {
  white-space: nowrap !important;
}