/**
 * Options
 */
/**
 * Reset
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
/*html {
  font-size: 62.5% !important;
}*/
html,
body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;

 /* -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;*/
  -ms-text-size-adjust: 100%;

  letter-spacing: 0.01em;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;

  -ms-overflow-x: hidden;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
/*h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
ul,
li {
  /*list-style: none;*/
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
:focus {
  outline: 0;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.do-select {
  -webkit-touch-callout: all;
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.cursor-default {
  cursor: default;
}
.pen {
  pointer-events: none;
}
.clear:after {
  content: '';
  clear: both;
  display: block;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.border-box-reset {
  box-sizing: content-box;
}
.reset-summary summary::-webkit-details-marker {
  display: none;
}
/**
 * Setup
 */
.admin-wrapper {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  line-height: 1.7;
  -ms-overflow-y: scroll;
}
.admin-wrapper .social-font {
  font-family: "Social", sans-serif;
}
.admin-wrapper input[type="text"].colorpicker {
  display: none;
}
.admin-wrapper .color-picker .sp-replacer.sp-light {
  display: block;
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-left: 0;
  cursor: pointer;
  margin-top: 0;
  vertical-align: auto;
}
.admin-wrapper .color-picker .sp-preview {
  /*width: 3rem;
  height: 3rem;*/
  width: 100%;
  height:100%;
  position: absolute;
}
.admin-wrapper .main_nav {
  line-height: 1.6;
}
.admin-wrapper .main_nav > *:not(.active):active {
  background: #d5d5d5;
}
.admin-wrapper .main_nav > *.active {
  background: #f2f2f2;
  color: #222;
  fill: #222;
  font-weight: bold;
}
.admin-wrapper .main_nav > *.sub-active:active {
  background: #e6e6e6;
}
.admin-wrapper .main_nav > *.active:before {
  background: #f2f2f2;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  z-index: 2;
}
.admin-wrapper .main_nav > *.active:after {
  background: #f2f2f2;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  z-index: 2;
}
.admin-wrapper .main_nav > *.active:first-child:before {
  display: none;
}
.admin-wrapper .main_nav > *.active:last-child:after {
  display: none;
}
.admin-wrapper .subnav div.active {
  background: #698FFF;
  color: #fff;
  fill: #fff;
}
.admin-wrapper [data-destination],
.admin-wrapper [data-admin-navigation] {
  cursor: pointer;
}
.admin-wrapper .user-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 4rem;
  width: 100%;
  background: #222222;
  font-size: 1.4rem;
  color: #fff;
  fill: #fff;
}
.admin-wrapper .admin-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  min-height: 4rem;
  width: 100%;
  background: #dddddd;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #666;
  fill: #888;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight: 400;
}
.admin-wrapper .admin-subnav {
  background: #f2f2f2;
  padding: 3rem;
  font-size: 1.4rem;
  text-align: center;
  color: #222222;
  fill: #222222;
}
.admin-wrapper .admin-subnav > * {
  margin-left: 1px;
}
.admin-wrapper .admin-subnav > *:first-child {
  margin-left: 0 !important;
}
.admin-wrapper .site-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 4rem;
  width: 100%;
  background: #f2f2f2;
  font-size: 1.4rem;
  color: #222222;
  fill: #222222;
}
.admin-wrapper .site-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  min-height: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background: #f2f2f2;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: -1px;
}
.admin-wrapper .site-section summary::-webkit-details-marker {
  display: none;
}
.admin-wrapper .site-section > summary {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.admin-wrapper .arrow {
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem inset transparent;
  border-left: 0.6rem solid #222222;
  -webkit-transition: -webkit-transform 100ms ease-out;
          transition: transform 100ms ease-out;
}
.admin-wrapper .arrow.arrow-blue {
  border-left: 0.6rem solid #698FFF;
}
.admin-wrapper [open] > summary .arrow,
.admin-wrapper .open > summary .arrow,
.admin-wrapper [data-faux-details].open > [data-faux-summary] .arrow,
.admin-wrapper .site-section-arrow .arrow.open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg); 
          transform: rotate(90deg);
}
.admin-wrapper .site-section-arrow {
  min-height: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3rem;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #dddddd;
  fill: #dddddd;
}
.admin-wrapper .site-section-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 4rem;
  width: 100%;
  background: #f2f2f2;
  padding: 3rem;
  font-size: 1.4rem;
}

.admin-wrapper .margin-top-1 {
  margin-top: 1px;
}

.admin-wrapper .margin-bottom-1 {
  margin-bottom: 1px;
}

.admin-wrapper .margin-left-1 {
  margin-left: 1px;
}

.admin-wrapper .margin-right-1 {
  margin-right: 1px;
}

.admin-wrapper .site-section-group:not(.margin-none) > * {
  margin-bottom: 1px;
}
.admin-wrapper .site-section-group:not(.margin-none) > *:last-child {
  margin-bottom: 0;
}
.admin-wrapper .group-label {
  min-height: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding-bottom: 0.75rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #999999;
  fill: #999999;
}
.admin-wrapper .group-label a {
  font-weight: normal;
  color: #f2f2f2;
  fill: #f2f2f2;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  background: #ccc;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}
.admin-wrapper .group-label a:hover {
  background: #698FFF;
}
.admin-wrapper .group-merge-next {
  padding-bottom: 1px;
}
.admin-wrapper .group-merge-next + .site-section-group {
  padding-top: 0;
}
.admin-wrapper .sub-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  min-height: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.admin-wrapper .sub-section summary::-webkit-details-marker {
  display: none;
}
.admin-wrapper .sub-section > summary {
  background: #dddddd;
  color: #222222;
  width: 100%;
}
/*.admin-wrapper details:not([open]) + details[open] .summary-pad-top-medium {
  padding-top: 4rem;
}*/
.admin-wrapper .sub-section .group-vertical {
  padding-top: 1px;
}
.admin-wrapper .sub-section .site-section-group {
  padding: 0;
}
.admin-wrapper .sub-section .arrow {
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem inset transparent;
  border-left: 0.6rem solid #222222;
  -webkit-transition: -webkit-transform 100ms ease-out;
          transition: transform 100ms ease-out;
}
.admin-wrapper .sub-section[open],
.admin-wrapper .sub-section.open {
  color: #000;
}
.admin-wrapper .sub-section[open] .arrow,
.admin-wrapper .sub-section.open .arrow {
  opacity: 1;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.admin-wrapper .subnav .col.active:before {
  background: #698FFF;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  z-index: 2;
}
.admin-wrapper .subnav .col.active:after {
  background: #698FFF;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  z-index: 2;
}
.admin-wrapper .subnav .col.active:first-child:before {
  display: none;
}
.admin-wrapper .subnav .col.active:last-child:after {
  display: none;
}
.admin-wrapper .status-circle {
  background: #0FCE83;
  border-radius: 50%;
  height: 0.8rem;
  width: 0.8rem;
}
.admin-wrapper .status-circle-off {
  background: #dddddd;
}
.admin-wrapper .status-off .status-circle {
  background: #dddddd;
}
.admin-wrapper .arrow-right {
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem inset transparent;
  border-left: 0.6rem solid #222222;
}
.admin-wrapper .arrow-down {
  width: 0;
  height: 0;
  border-left: 0.4rem inset transparent;
  border-right: 0.4rem inset transparent;
  border-top: 0.6rem solid #222222;
}
.admin-wrapper .arrow-down-arrow-up {
  width: 0;
  height: 0;
  border-left: 0.4rem inset transparent;
  border-right: 0.4rem inset transparent;
  border-top: 0.6rem solid #222222;
  margin-top: 10px;
}
.admin-wrapper .arrow-down-arrow-up:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.4rem inset transparent;
  border-right: 0.4rem inset transparent;
  border-bottom: 0.6rem solid #222222;
  position: absolute;
  top: 12px;
  right: 16px;
}
.admin-wrapper [data-section-open] {
  cursor: pointer;
}
.admin-wrapper [data-drag-y] {
  cursor: ns-resize;
}
.admin-wrapper .row .value {
  pointer-events: none;
  padding: .75rem 1.5rem 0.75rem 0.75rem;
  position: absolute;
  top: 0rem;
  right: 0;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight: normal;
  color: #777777;
}
.admin-wrapper .img-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.admin-wrapper .img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.admin-wrapper .clickable {
  cursor: pointer;
}
.admin-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 4rem;
  width: 100%;
}
.admin-wrapper .group-vertical:not(.margin-none) > * {
  margin-bottom: 1px;
}
.admin-wrapper .group-vertical:not(.margin-none) > *:last-child {
  margin-bottom: 0;
}
.admin-wrapper .group-horizontal > * {
  margin-left: 1px;
}
.admin-wrapper .group-horizontal > *:first-child {
  margin-left: 0 !important;
}
.admin-wrapper .col {
  min-height: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.admin-wrapper .col-third {
  width: 36%;
}
.admin-wrapper .col-half {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.admin-wrapper .col-full {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.admin-wrapper .col-square {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.0rem;
      -ms-flex: 0 0 4.0rem;
          flex: 0 0 4.0rem;
}
.admin-wrapper .col-narrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3rem;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
}
.admin-wrapper .col-1-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.3%;
      -ms-flex: 1 0 33.3%;
          flex: 1 0 33.3%;
}
.admin-wrapper .col-2-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 66.3%;
      -ms-flex: 1 0 66.3%;
          flex: 1 0 66.3%;
}
.admin-wrapper .col-left {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.admin-wrapper .col-right {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.admin-wrapper .col-collapse {
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.admin-wrapper .disabled,
.admin-wrapper input:disabled + label {
  pointer-events: none;
  opacity: .45;
}
.admin-wrapper .disabled span.value {
  display: none;
}
.admin-wrapper .display-inline {
  display: inline;
}
.admin-wrapper .bg-white {
  background: #fff;
}
.admin-wrapper .bg-gray-light {
  background: #f2f2f2;
}
.admin-wrapper .bg-gray-light-medium {
  background: #dddddd;
}
.admin-wrapper .bg-gray-medium {
  background: #dddddd;
}
.admin-wrapper .bg-gray-medium-dark {
  background: #aaaaaa;
}
.admin-wrapper .bg-gray-dark {
  background: #3d3d3d;
}
.admin-wrapper .bg-dark {
  background: #222222;
}
.admin-wrapper .bg-black {
  background: #000000;
}
.admin-wrapper .bg-blue {
  background: #698FFF;
}
.admin-wrapper .bg-green {
  background: #0FCE83;
}
.admin-wrapper .bg-green-hover:hover {
  background: #35cc7e;
}
.admin-wrapper .bg-red {
  background: #f03;
}
.bg-yellow {
  background: #E8D804;
}
.admin-wrapper .sub-section .bg-white {
  background: rgba(255,255,255,.7);
}
.admin-wrapper .sub-section .bg-white.clickable:active {
  background: rgba(255,255,255,.35);
}
.admin-wrapper .sub-section .bg-white input {
  background: transparent;
}
.admin-wrapper .message-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0px 9px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: calc(1rem - 1px);
  bottom: -9px;
  z-index: 9998;
}
.admin-wrapper .message-arrow-top {
  bottom: auto;
  top: -9px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.admin-wrapper .bg-gray-medium-dark .message-arrow {
  border-color: #aaa transparent transparent transparent;  
}
.admin-wrapper .bg-black .message-arrow {
  border-color: #000 transparent transparent transparent;  
}
.admin-wrapper .bg-red .message-arrow {
  border-color: #FB0C3C transparent transparent transparent;  
}
.admin-wrapper .message-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  font-size: 30px;
  font-weight: normal;
  line-height: 12px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  opacity: .7;
}
.admin-wrapper .message-close:hover {
  opacity: 1;
}
.admin-wrapper .message-close:active {
  opacity: .8;
}
.admin-wrapper .align-middle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.admin-wrapper .position-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.admin-wrapper .position-absolute {
  position: absolute;
}
.admin-wrapper .position-relative {
  position: relative;
}
.admin-wrapper .display-inline-block {
  display: inline-block;
}
.admin-wrapper .display-block {
  display: block;
}
.admin-wrapper .overflow-hidden {
  overflow: hidden;
}
.admin-wrapper .scroll-y {
  overflow-y: scroll;
}
.admin-wrapper .icon-square {
  height: 0;
  padding-bottom: 100%;
}
.admin-wrapper [data-svg] {
  position: relative;
}
.admin-wrapper [data-svg] > svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.admin-wrapper [data-svg="relative"] > svg {
  position: relative;
}
.admin-wrapper [data-svg] > svg *.clip {
  fill: transparent;
}
.admin-wrapper [data-svg] > svg *:not(.clip),
.admin-wrapper .svg * {
  fill: #ccc;
}
.admin-wrapper svg *.svg-gray {
  fill: rgba(0,0,0,.25);
}
.admin-wrapper .button [data-svg] > svg * {
  fill: #666666;
}
.admin-wrapper [data-svg].active > svg *:not(.clip) {
  fill: #698FFF;
}
.admin-wrapper [data-svg].active-pink > svg *:not(.clip) {
  fill: #FF395A;
}
.admin-wrapper [data-svg="blue"] > svg *:not(.clip) {
  fill: #698FFF;
}
.admin-wrapper div[data-indicator] {
    float: left;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
}

.admin-wrapper .type-ellipses {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.admin-wrapper .type-size-small {
  font-size: 1.2rem;
}
.admin-wrapper .type-size-normal {
  font-size: 1.4rem;
}
.admin-wrapper .is_mobile .type-size-normal {
  font-size: 1.6rem;
}
.admin-wrapper .type-size-normalish {
  font-size: 1.7rem;
}
.admin-wrapper .type-size-medium {
  font-size: 2.4rem;
}
.admin-wrapper .type-size-big {
  font-size: 2rem;
}
.admin-wrapper .type-regular {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight: normal;
}
.admin-wrapper .type-bold {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
}
.admin-wrapper .type-italic {
  font-style: italic;
}
.admin-wrapper .type-capitalize {
  text-transform: capitalize;
}
.admin-wrapper .type-caps {
  text-transform: uppercase;
}
.admin-wrapper .type-small-caps {
  font-variant: small-caps;
  letter-spacing: 0;
}
.admin-wrapper .type-mono {
  /*font-weight: normal;*/
}
.admin-wrapper .type-center {
  text-align: center;
}
.admin-wrapper .type-right {
  text-align: right;
}
.admin-wrapper .lh1 {
  line-height: 1;
}
.admin-wrapper .multi-line {
  line-height: 1.3em;
}
.admin-wrapper .color-white {
  color: #fff;
  fill: #fff;
}
.admin-wrapper .color-gray-light {
  color: #f2f2f2;
  fill: #f2f2f2;
}
.admin-wrapper .color-gray-medium {
  color: #dddddd;
  fill: #dddddd;
}
.admin-wrapper .color-gray-medium-dark {
  color: #aaaaaa;
  fill: #aaaaaa;
}
.admin-wrapper .color-gray-dark {
  color: #999999;
  fill: #999999;
}
.admin-wrapper .color-gray-darker {
  color: #666666;
  fill: #666666;
}
.admin-wrapper .color-dark {
  /*color: #222222;
  fill: #222222;*/
  color: #333333;
  fill: #333333;
}
.admin-wrapper .color-blue {
  color: #698FFF;
  fill: #698FFF;
}
.admin-wrapper .color-red {
  color: #ff0033;
  fill: #ff0033;
}
.admin-wrapper .color-pink {
  color: #FF395A;
  fill: #FF395A;
}
.admin-wrapper .color-green {
  color: #0FCE83;
  fill: #0FCE83;
}
.admin-wrapper .select {
  cursor: pointer;
  position: relative;
}
.admin-wrapper .select select {
  background: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  border: 0;
  margin: 0;
  outline: none;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.admin-wrapper .select select::-ms-expand {
  display: none;
}
.admin-wrapper .select .arrow-select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
}
.admin-wrapper .text {
  padding: 0.75rem 1.5rem;
}
.admin-wrapper .text:before {
  background: #698FFF;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
}
.admin-wrapper .text:after {
  background: #698FFF;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.admin-wrapper .group-horizontal .text:not(.non-adjacent-text):first-child:after {
  display: none;
}
.admin-wrapper .text.reset-after:after,
.admin-wrapper .text.reset-before:before {
  display: none;
}
.admin-wrapper .text.after-offset {
  right: -2px;
  z-index: 99;
}
.admin-wrapper .text.before-offset,
.admin-wrapper .group-horizontal .text.adjacent:before {
  left: -2px;
  z-index: 99;
}
.admin-wrapper .group-horizontal .text.error:first-child:after {
  display: block;
  z-index: 99;
  right: -1px;
}
.admin-wrapper .text.error:before,
.admin-wrapper .text.error:after {
  background: #f03;
}
.admin-wrapper .text input[type="text"] {
  color: #698FFF;  
}
.admin-wrapper .text input[type="text"],
.admin-wrapper .text input[type="email"],
.admin-wrapper .text input[type="password"],
.admin-wrapper input[type="submit"],
.admin-wrapper .text textarea {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.03em;
  border: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.admin-wrapper .is_mobile .text input[type="text"],
.admin-wrapper .is_mobile .text input[type="email"],
.admin-wrapper .is_mobile .text input[type="password"],
.admin-wrapper .is_mobile .text textarea {
  font-size: 1.9rem;
}
.admin-wrapper .password-placeholder {
  position: absolute;
  pointer-events: none;
  line-height: 25px;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  font-size: 8px;
  letter-spacing: .75px;
}
.admin-wrapper .text textarea {
  vertical-align: top;
}
.admin-wrapper .field-title {
  width: 100px;
}
.admin-wrapper .content-editable {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  font-size: 0;
  max-height: 25px;
}
.admin-wrapper .ellipsis {
  display: none;
}
.admin-wrapper input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.admin-wrapper .range {
  padding: 0.75rem 1.5rem;
  position: relative;
}
.admin-wrapper .range label {
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.admin-wrapper .range input[type=range] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
.admin-wrapper input[type=range] {
  padding: 0;
  position: relative;
  z-index: 2;
  cursor: ew-resize;
  -webkit-appearance: none;
  width: 100%;
  height: 4.0rem;
  background: #dddddd;
  overflow: hidden;
  margin: 0;
}
.admin-wrapper input[type=range]::-moz-range-track {
  padding: 0;
  position: relative;
  z-index: 2;
  cursor: ew-resize;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: #dddddd;
  overflow: hidden;
  margin: 0;
}
.admin-wrapper input[type=range]::-ms-track {
  padding: 0;
  position: relative;
  z-index: 2;
  cursor: ew-resize;
  width: 100%;
  height: 4rem;
  background: transparent;
  overflow: hidden;
  margin: 0;
  border: 0;
  color: transparent;
}
.admin-wrapper input[type="range"][disabled] {
  cursor: default;
  opacity: 0.33;
}
.admin-wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-right: 2px solid transparent;
  width: 2px;
  height: 4.0rem;
  background: none;
  position: relative;
  pointer-events: none;
  z-index: 9;
}
.admin-wrapper input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  border-right: 2px solid #698FFF;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  width: 0px;
  height: 100%;
  background: none;
  position: relative;
  pointer-events: none;
  z-index: 3;
  border-radius: 0;
}
.admin-wrapper input[type=range]::-ms-thumb {
  background-color: #698FFF;
  border: 0;
  width: 2px;
  height: 4rem;
  position: relative;
  pointer-events: none;
  z-index: 3;
  border-radius: 0;
}
.admin-wrapper input[type="range"]:active::-webkit-slider-thumb:after {
  content: " ";
  width: 1000px;
  height: 4.0rem;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background: #fff;
  pointer-events: none;
}
.col.range {
  overflow: hidden;
  position: relative;
}
.range-progress {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  /*left: 0;*/
  background: #fff;
  z-index: 1;
  width: 1000px;
}
.range-progress:after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: '';
  background: #698FFF;
}
.admin-wrapper input[type="range"]::-moz-range-progress {
  background: #fff;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.admin-wrapper input[type=range]::-ms-fill-lower {
  background: #fff;
  pointer-events: none;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.admin-wrapper input[type=range]::-moz-focus-outer {
  border: 0;
}
.admin-wrapper .radio {
  position: relative;
  margin-left: 1px;
}
.admin-wrapper .radio label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.admin-wrapper .radio input[type="radio"] {
  visibility: hidden;
}
.admin-wrapper .radio input[type="radio"]:checked + label {
  fill: white;
  background: #698FFF;
  color: #fff;
  fill: #fff;
}
.admin-wrapper .radio input[type="radio"]:checked + label svg *:not(.clip),
.admin-wrapper .radio input[type="radio"]:checked + label [data-svg] svg *:not(.clip) {
  fill: #fff;
}
/*.admin-wrapper .radio input[type="radio"]:checked + label:before {
  background: #698FFF;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  z-index: 2;
  height: 100%;
}
.admin-wrapper .radio input[type="radio"]:checked + label:after {
  background: #698FFF;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  z-index: 2;
  height: 100%;
}*/
.admin-wrapper .radio:first-child input[type="radio"]:checked + label:before {
  display: none;
}
.admin-wrapper .radio:last-child input[type="radio"]:checked + label:after {
  display: none;
}
.admin-wrapper .radio input[type="radio"]:not(:checked) + label {
  fill: #222222;
  background: #fff;
}
.admin-wrapper .color-picker {
  border: 5px solid transparent;
  cursor: pointer;
  /*position: absolute;*/
  right: 0;
}
.admin-wrapper .color-picker .sp-replacer.sp-light {
  display: block !important;
}
.admin-wrapper .checkbox {
  position: relative;
}
.admin-wrapper .checkbox label {
  display: block;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
}
.admin-wrapper .checkbox label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: #dddddd;
  border-radius: 50%;
  height: 0.8rem;
  width: 0.8rem;
}
.admin-wrapper .checkbox input:checked + label:after {
  background-color: #698FFF;
}
.admin-wrapper .checkbox input {
  display: none;
}
.admin-wrapper .file {
  padding: 0.75rem 1.5rem;
  position: relative;
}
.admin-wrapper .file label {
  cursor: pointer;
}
.admin-wrapper .file input[type="file"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.admin-wrapper .button {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  color: #666666;
  fill: #666666;
  margin-left: 1px;
}
.admin-wrapper .button svg * {
  color: #666666;
  fill: #666666;
}
.admin-wrapper .button.active {
  background: #698FFF;
  color: #fff;
  fill: #fff;
  outline: 1px solid #698FFF;
}
.admin-wrapper .button.in-use svg * {
  color: #698FFF;
  fill: #698FFF;
}
.admin-wrapper .button.active > *:not(svg),
.admin-wrapper .button.active svg * {
  color: #fff;
  fill: #fff;
}
.admin-wrapper .button.inactive {
  cursor: default;
  color: #ccc;
  fill: #ccc;
  margin-left: 1px;
}
.admin-wrapper .button.inactive svg * {
  color: #ccc;
  fill: #ccc;
}
.admin-wrapper .button.unreachable {
  pointer-events: none;
  cursor: auto;
  background: #dddddd;
}
/*.admin-wrapper .button.active:before {
  background: #698FFF;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  z-index: 2;
}*/
/*.admin-wrapper .button.active:after {
  background: #698FFF;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  z-index: 2;
}*/
.admin-wrapper .button.active:first-child:before {
  display: none;
}
.admin-wrapper .button.active:last-child:after {
  display: none;
}
.admin-wrapper .pad-block-xsmall {
  padding: .75rem;
}
.admin-wrapper .pad-block-small {
  padding: 1.5rem;
}
.admin-wrapper .pad-small {
  padding: 0.75rem 1.5rem;
}
.admin-wrapper .pad-y-small {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.admin-wrapper .pad-x-small {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.admin-wrapper .pad-y-reset {
  padding-top: 0;
  padding-bottom: 0;
}
.admin-wrapper .pad-bottom-small {
  padding-bottom: 0.75rem;
}
.admin-wrapper .pad-medium {
  padding: 3rem;
}
.admin-wrapper .pad-y-medium {
  padding: 3rem 0;
}
.admin-wrapper .pad-x-medium {
  padding-left: 3rem;
  padding-right: 3rem;
}
.admin-wrapper .pad-small-medium {
  padding: 0.75rem 3rem;
}
.admin-wrapper .pad-bottom-small-medium {
  padding: 0 3rem 0.75rem 3rem;
}
.admin-wrapper .pad-medium-small-y {
  padding: 3rem 0 1.5rem 0;
}
.admin-wrapper .pad-y-smaller {
  padding: 0.75rem 0;
}
.admin-wrapper .pad-top-smaller {
  padding-top: 0.375rem;
}
.admin-wrapper .pad-bottom-smaller {
  padding-bottom: 0.375rem;
}
.admin-wrapper .pad-top-small {
  padding-top: 0.75rem;
}
.admin-wrapper .pad-top-medium {
  padding-top: 3rem;
}
.admin-wrapper .pad-bottom-medium {
  padding-bottom: 3rem;
}
.admin-wrapper .pad-top-single {
  padding-top: 1px;
}
.admin-wrapper .pad-bottom-single {
  padding-bottom: 1px;
}
.admin-wrapper .pad-single {
  padding: 1px;
}
.admin-wrapper .pad-top-reset {
  padding-top: 0;
}
.admin-wrapper .pad-left-reset {
  padding-left: 0;
}
.admin-wrapper .pad-right-reset {
  padding-right: 0;
}
.admin-wrapper .pad-bottom-reset {
  padding-bottom: 0;
}
.admin-wrapper .pad-reset {
  padding: 0;
}
.admin-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.admin-wrapper .border-bottom-grey-dark {
    border-bottom: 1px solid #333;
}
.min-height-reset,
.admin-wrapper .row.min-height-reset,
.admin-wrapper .col.min-height-reset {
    min-height: initial;
}
.admin-wrapper .group-vertical:not(.margin-none) > *.margin-bottom-reset {
    margin-bottom: 1px;
}
/**
 * Flex
 */
.admin-wrapper .x { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
.admin-wrapper .xw { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap }
.admin-wrapper .xc { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center }
.admin-wrapper .xb { -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline }
.admin-wrapper .xa { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto }
.admin-wrapper .xn { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none }
.admin-wrapper .xdr  { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row }
.admin-wrapper .xdrr { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse }
.admin-wrapper .xdc  { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column }
.admin-wrapper .xdcr { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse }
.admin-wrapper .xjc { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center }
.admin-wrapper .xjb { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between }
.admin-wrapper .xja { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around }
.admin-wrapper .xjs { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start }
.admin-wrapper .xje { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end }
/**
 * Z-Index
 */
.admin-wrapper .z1 { z-index: 1 }
.admin-wrapper .z2 { z-index: 2 }
.admin-wrapper .z3 { z-index: 3 }
.admin-wrapper .z4 { z-index: 4 }
/**
 * Text
 */
.admin-wrapper .tal  { text-align: left }
.admin-wrapper .tar  { text-align: right }
.admin-wrapper .tac  { text-align: center }
.admin-wrapper .taj  { text-align: justify }
.admin-wrapper .tafj { text-align: justify }
.admin-wrapper .tafj:after { 
  content: "";
  display: inline-block;
  width: 100%;
}
/**
 * Positioning
 */
.admin-wrapper .pss { position: static }
.admin-wrapper .psr { position: relative }
.admin-wrapper .psa { position: absolute }
.admin-wrapper .psf { position: fixed }
.admin-wrapper .t0 { top: 0 }
.admin-wrapper .r0 { right: 0 }
.admin-wrapper .b0 { bottom: 0 }
.admin-wrapper .l0 { left: 0 }

.dropover:before {
    /*content: 'Upload';*/
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 99999;
    color: white;
    padding: .75rem 2.5rem;
    text-align: center;
}

/**
 * Slideshow UI
 */
.slideshow-editor {
  background: #fff;
  height: 97px;
  overflow: hidden;
  width: 100%;
}

.slideshow-editor-container {
  overflow: auto;
  height: 112px;
  width: 100%;
}

.slideshow-editor-content {
  width: 1000px;
}

.slideshow-editor .project_images .image_container {
  height: 82px;
  width: 82px;
}

.slideshow-editor-arrows {
  position: absolute;
  top: calc(38px + 3rem);
  left: 0;
  right: 0;
  line-height: 2rem;
  margin-top: -1rem;
}

.slideshow-editor-arrows > div {
  color: #aaa;
  padding: 1rem;
  cursor: pointer;
  width: 50%;
}

.slideshow-editor-arrows > div:hover {
  color: #212121;
}



/*active states*/

.col.checkbox.bg-white:active,
.col.clickable.bg-white:active,
.col.clickable:active .bg-white,
.col.button.bg-white:not(.active):active,
.admin-wrapper .radio input[type="radio"]:not(:checked) + label:active,
.admin-wrapper summary:active > .bg-white,
.mousedown.bg-white {
 /*background: rgba(255,255,255,.65);  */
 background: #FAFAFA;
}

.col.checkbox.bg-black:active,
.col.clickable.bg-black:active,
.col.clickable:active .bg-black {
  background: rgba(0,0,0,.85)
}

.col.checkbox.bg-blue:active,
.col.clickable.bg-blue:active,
.col.clickable:active .bg-blue,
.admin-wrapper .col.checkbox.bg-blue:active,
.admin-wrapper .col.clickable.bg-blue:active,
.admin-wrapper  .col.clickable:active .bg-blue {
  background: rgba(105, 143, 255, .85);
}

.col.button.active:active {
  outline: 1px solid rgba(105, 143, 255, .85);
  background: rgba(105, 143, 255, .85);
}

.col.checkbox.bg-green:active,
.col.clickable.bg-green:active,
.col.clickable:active .bg-green {
  background-color: #2EB46E;
}

.admin-wrapper input[type="range"]:active::-webkit-slider-thumb:after {background: #FAFAFA;}
.admin-wrapper input[type="range"]:active::-moz-range-progress {background: #FAFAFA;}
.admin-wrapper input[type=range]:active::-ms-fill-lower {background: #FAFAFA;}

/*.admin-wrapper input[type="range"]:active::-webkit-slider-thumb {background: #26A5FF;}*/
.admin-wrapper input[type="range"]:active::-moz-range-thumb {background: #26A5FF;}
.admin-wrapper input[type=range]:active::-ms-thumb {background: #26A5FF;}
.col.clickable:active .bg-white input
.col.clickable:active .bg-white label {
  background: transparent;
}

/* Resets at the end */
.admin-wrapper .hidden {
  display: none;
}
.admin-wrapper .margin-none,
.admin-wrapper .group-horizontal > *.margin-none {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.admin-wrapper [data-faux-summary].set-border:after {
  top: 0;
}
.admin-wrapper .back-indicator {
  display: none;
}
.admin-wrapper .sub-active .back-indicator {
  display: flex;
}
.admin-wrapper .sf-arrow {
  font-size: 1.8rem;
  line-height: 1.3;
}



section {
  margin-bottom: 1.5rem;
}

#domain_wrapper {
  /*background: #f2f2f2;*/
  /*padding: 7rem;*/
}

#search {
  max-width: 500px;
  margin: 0 auto;
}

[data-domainlist-set-toggle] {
  font-size: 1.4rem;
}

[data-domain-search] .submit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.0rem;
    -ms-flex: 0 0 4.0rem;
    flex: 0 0 4.0rem;
}

[data-domain-search] .submit svg {
  width: 100%;
  height: auto;
}

[data-domain-search] a.submit_button {
  height: 4rem !important;
  width: auto !important;
  line-height: 0;
}

.admin-wrapper .text.bg-white {
  outline-offset: -1px;
  background: white;
    outline: 1px solid rgba(0,0,0,.15);
}

.admin-wrapper .text:after,
.admin-wrapper .text:before {
  display: none;
}

.admin-wrapper .bg-white {
  /*background: #f5f5f5;*/
}

.more-domains {
  margin-top: 1.5rem;
}
.next_domainlist_set {
    background: #698FFF;
    padding: 0.75rem 1.5rem;
  min-height: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.next_domainlist_set, .next_domainlist_set * {
  color: white!important;
}

[data-persona-purchased-domain] {
  display: none;
}

#search [data-input-parent] {
  margin-right: -1px;
}





/* TEMPLATES page */
[data-id="545"] {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 5rem 5rem;
  background: #FAF8F8;
}

[data-id="545"] .page_container,
[data-id="545"] .container {
  overflow: visible;
}

/*:not([data-id="115630"])*/
body:not(.mobile) [data-id="545"] [data-container="page"]:not([data-id="52078"]) {
  flex: 0 0 50%;
  width: 50%;
  padding: 2.5rem;
}

body:not(.mobile) [data-id="545"] [data-container="page"]:nth-child(odd) {
  padding-left: 0;
}

body:not(.mobile) [data-id="545"] [data-container="page"]:nth-child(even) {
  padding-right: 0;
}

[data-id="545"] [data-container="page"] .content_padding {
  padding: 0;
}

[data-id="545"] .content img {
  margin-bottom: 0;
}

[data-id="545"] .content [image-gallery="slideshow"] {
  line-height: 0;
  margin-bottom: 1.00em;
  /*height: 0;*/
  /*width: 100%;*/
  /*padding-bottom: 71.5%;*/
}

[data-id="545"] .content .template_slideshow_wrapper [image-gallery="slideshow"] {
  margin-bottom: 0;
}

[data-id="545"] .content [image-gallery="slideshow"] img {
    margin-top: 0px;
    outline: 0;
    box-shadow: none;
    margin-bottom: 0;
}

body:not(.mobile) [data-id="545"] .content .template_slideshow_wrapper.loaded {
    height: auto;
    padding: 0;
    margin-bottom: 1em;
    /*padding-bottom: -1em;*/
    background: transparent;
}

[data-id="545"] .image-gallery.slick-initialized:before {
    content: "";
    border-right: 1px solid #EDEBEB;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    z-index: 9;
}

body:not(.mobile) [data-id="545"] .content .template_slideshow_wrapper:not(.preview-hover) [image-gallery="slideshow"]:after {
    outline: 1px solid rgba(0,0,0,.1);
    outline-offset: -1px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

body:not(.mobile)  [data-id="545"] .content .template_slideshow_wrapper.preview-hover [image-gallery="slideshow"]:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 3;
    outline: 1px solid rgba(0,0,0,.1);
    outline-offset: -1px;
}

body:not(.mobile) .preview_buttonz {
    position: fixed;
    width: 20rem;
    /*text-align: center;*/
    top: 0;
    left: 0;
    height: 4rem;
    /*transform: translate(-50%, -50%);*/
    /*-webkit-transform: translate(-50%, -50%);*/
    color: rgba(255,255,255,1);
    z-index: 5;
}

body:not(.mobile) .preview_buttonz:after {
  content: 'Preview Template';
  position: absolute; 
  top: 0; 
  left: 0;
  background: rgba(0,0,0,.8);
  padding: .4em .75em .5em;
  font-size: 1.6rem;
  font-weight: 400;
  /*color: rgba(0, 0, 0, 0.85);*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
  font-style: normal;
  line-height: 1.3;
}

[data-id="545"] .image-gallery {
  /*overflow: hidden;*/
}

[data-id="545"] .slick-arrow.slick-next,
[data-id="545"] .slick-arrow.slick-prev {
    display: block;
    overflow: visible;
    position: absolute;
    bottom: -4.1rem;
    opacity: 1 !important;
    top: auto;
    right: 0px;
    width: 2rem;
    height: 2.5rem !important;
    font-family: Icons;
}

[data-id="545"] .slick-arrow.slick-prev {
  right: 2.5rem;
}

[data-id="545"] .slick-arrow.slick-next:after,
[data-id="545"] .slick-arrow.slick-prev:after {
  content: '';
    line-height: 2.5rem;
    font-size: 2.15rem;
}

[data-id="545"] .slick-arrow.slick-next:after {
  content: '';
}

[data-id="545"] .slick-arrow.slick-next:active:after,
[data-id="545"] .slick-arrow.slick-prev:active:after { 
  opacity: .7;
}

[data-id="545"] .slick-arrow.slick-next svg,
[data-id="545"] .slick-arrow.slick-prev svg { 
   display: none;
}

.template_slideshow_wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 71.3%;
    margin-bottom: 1em;
    /*overflow: hidden;*/
    background: rgba(0,0,0,0.25);
}

.template_slideshow_wrapper {
  outline: 1px solid rgba(0,0,0,.05);
    outline-offset: -1px;
}

.content .template_slideshow_wrapper img {
  box-shadow: none;
  width: 100% !important;
  height: auto !important;
}


/* Signup flow on /templates */

.signup_frame {
  border: 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: 46px 0 0;
  height: calc(100% - 46px);
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}

html.templates_view {
  background-color: #212121;
}

.signup_bg {
  background-image: url('https://auth.cargocollective.com/_gfx/checkered-grid.gif');
  background-size: 8px 8px;
  opacity: 0.2;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
}

/*.signup_bg:after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 47px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  z-index: 999;
}*/

.signup_bg_loader {
  border: 0;
  background: #222;
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: 46px 0;
    height: calc(100% - 46px);
    width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}

.signup_nav {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif,  Icons;
  justify-content: center;
  position: fixed;
  height: 46px;
  text-align: center;
  line-height: 44px;
  letter-spacing: 0.01em;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid transparent;
  background: rgba(0,0,0,1);
}

.newlink_icon {
  display: inline-block;
  float: right;
  font-size: 21px;
  line-height: 42px;
  opacity: .95;
}

.signup_prev,
.signup_next,
.signup_mobile,
.signup_close {
  display: block;
  /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
  height: 46px;
  width: 46px;
}

.signup_mobile {
  display: block;
  padding: 1.275rem 1.15rem 1.15rem 1.35rem;
}

.signup_prev,
.signup_next,
.signup_mobile {
  display: none;
}


.signup_mobile img {
  vertical-align: top;
}

.signup_title {
  margin-right: 2rem;
  border-left: 0;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  /*position: absolute;*/
  font-size: 17px;
  left: 0;
  height: 46px;
  padding: 0 17px;
  width: auto;
  cursor: pointer;
}

.signup_title:hover {
  color: rgba(255,255,255,.6);
}

.template_nav {
    position: absolute;
    height: 46px;
    width: auto;
    display: flex;
    right: 0;
}

.signup_close {
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
  cursor: pointer;
  background-color: #3d3d3d;
  color: #ccc;
  font-size: 22.5px;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  margin-left: 38px;
}

.signup_nav .signup_close:hover {
    background-color: #555;
    color: #eee;
}

.signup_nav .signup_close:active {
    background-color: #444;
    color: #999;
}

.signup_link {
  border-left: 0;
  color: rgb(15, 206, 131);
  text-decoration: none;
  position: absolute;
  font-size: 17px;
  left: 17px;
  cursor: pointer;
  /*transform: translate(-50%, 0);*/
  /*-webkit-transform: translate(-50%, 0);*/
  height: 46px;
  padding-right: 20px;
  width: auto;
  font-weight: bold;
}

.signup_generate_message {
  border-left: 0;
  color: rgba(225,255,255,.9);
  text-decoration: none;
  position: absolute;
  font-size: 17px;
  left: 17px;
  cursor: default;
  /*transform: translate(-50%, 0);*/
  /*-webkit-transform: translate(-50%, 0);*/
  height: 46px;
  padding-right: 20px;
  width: auto;
  font-weight: normal;
}

.signup_link:hover {
  color: rgb(15, 206, 131);
}

.signup_nav .admin-wrapper {
  width: calc(100% - 10rem)
}

[data-toggle] {
  cursor: pointer;
  padding: 10.5px 5px;
  line-height: 0;
}

[data-toggle]:active {
  opacity: .7;
}

[data-toggle="phone"] {
  padding-right: 14px;
  /*margin-right: .35rem;*/
  /*width: 3rem;*/
  /*height: 4rem;*/
}

[data-toggle="desktop"] svg {
  width: 33px;
  height: 24px;
}

.signup_nav [data-toggle] svg * {
  color: rgba(255,255,255,.6);
    fill: rgba(255,255,255,.6);
}

.signup_nav [data-toggle].active svg * {
    color: #698FFF;
    fill: #698FFF;
}

.progress-bar {
    width: 100%;
    position: absolute !important;
    left: 0;
    right: 45px;
    bottom: 0;
    top: 0;
    z-index: -1;
    width: auto !important;
}

.progress-indicator {
  background: #698FFF;
}

.progress-indicator:after {
  display: none !important;
}

.progress-bar,
[data-progress] .progress-percentage,
[data-progress] .progress-indicator {
  height: 100%;
}

body.templates_view {
  overflow: hidden !important;
}

body.templates_view:after {
  content: '';
  position: fixed; 
  top: 0; left: 0; right: 0;
  height: 5.5rem;
  background: #fff;
  z-index: 9;
}

/*Stream Page*/

[local-style="47344"] .page {
  height: 100%;
  min-height: auto !important;
}

/* Josh removed */
[local-style="47344"] .page:after {
  position: absolute;
  top: 5rem; left: 15rem; right: 15rem; bottom: 5rem;
  background: url(https://files.cargocollective.com/c25/obs-overlay.svg) center center no-repeat;
  background-size: contain;
  content: '';
  pointer-events: none;
  z-index: 5;
}

/*https://files.cargocollective.com/c25/obs-overlay.svg*/





#obs_logo {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 80%;
    width: 90%;
}

#obs_logo * {
  fill: #005CFF !important;
}

/*[data-id="47003"] {
  border-top: 1px solid rgba(0,0,0,.15);
}*/

[data-id="47003"] a.image-link {
  display: inline-block;
}

[data-id="47003"] .content [data-in-use-grid] a.image-link img,
[data-id="47003"] .content [data-in-use-grid] a [image-gallery="slideshow"] .gallery_card img {
  box-shadow: none;
  margin-bottom: 0;
}  

[data-id="47003"] .content [data-in-use-grid] a.image-link,
[data-id="47003"] .content [data-in-use-grid] a.gallery-link {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
  border-bottom: 0;
}

[data-id="47003"] .content [data-in-use-grid] a.gallery-link {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
}

[data-id="47003"] .content [data-in-use-grid] a.gallery-link [data-gallery] {
  pointer-events: none !important;
}

[data-id="47003"] [grid-col] a.image-link + br + small {
  padding-top: 1.2rem;
}

.mockup_gallery {
  background: #FAF8F8 !important;
}

a.frame_wrapper_wrapper_link {
  display: block;
  background: none;
}

.frame_wrapper_wrapper:active {
  opacity: .7;
}





/*FEATURES*/
[data-id="106699"]{
  display: flex;
  flex-wrap: wrap;
}

[data-id="106699"] [data-container="page"]{
  width: 33.3333%;
}

body.mobile [data-id="106699"] [data-container="page"] {
  width: 100%;
}

body.mobile [data-id="106699"] [data-container="page"] .content_padding {
  padding: 1.6rem !important;
}

[local-style="46971"] {
  overflow: visible !important;
}

[local-style="46971"]:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: rgb(250, 248, 248);
  z-index: 9;
}


[local-style="46971"] .backdrop > div{
  position:absolute!important;
  transform:translate3d(0,0,0)!important;
}


/*tutorials page*/

[data-id="109129"] [data-container="page"]:only-child {
    height: 100vh;
}

[data-id="109129"] [data-container="page"]:only-child .content_padding {
    padding-top: 5rem !important;
}

[data-id="109129"] [data-container="page"]:only-child .page a.active {
    opacity: 1;
}

[data-id="109129"] [data-container="page"]:not(:only-child) .page a[href="Basics"] {
    display: none;
}


/*mobile start form*/
.mobile_start_wrapper {

}

[data-mobile-startform] [data-modal-textarea] {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
}

[data-mobile-startform] [data-modal-textarea].error {
  color: #ff0033;
}

[data-mobile-startform] [data-modal-textarea]::placeholder {
  color: rgba(0,0,0,.25);
}
[data-mobile-startform] [data-modal-textarea]::-webkit-input-placeholder {
  color: rgba(0,0,0,.25);
}

[data-mobile-startform] [data-sform-message] {
  padding: 1.5rem 4rem;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  color: rgba(0,0,0,.6);
}

[data-mobile-startform] .confirm-button:after {
  position: absolute;
  top:0;left:0;bottom:0;right:0;
  content: 'Send';
  font-weight: normal;
  padding: 7.5px 15px;
  background: #698FFF;
  pointer-events: none;
}

[data-mobile-startform] .confirm-button:active:after {
  background: #5981f7;
}


/*Migration Modal*/
#migration_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    z-index: 99999999999;
}

#migration_modal > div {
    background: #FFDD00;
    padding: 4rem 4rem 5rem 4rem;
    font-size: 2.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) ;
    -webkit-transform: translate(-50%, -50%);
    max-width: 70rem;
    min-width: 55rem;
}

body.mobile #migration_modal {
  display: none !important;
}

#migration_modal > div a {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}

#migration_modal > div ol {
  /*padding-left: 1em;*/
}


/*MOBILE overrides*/
body.homepage.mobile .page:not([data-id="46971"]) h1 {
  font-size: 2.5rem !important;
}

body.homepage.mobile [data-id="106705"] {
  padding-bottom: 1rem !important;
}

[data-predefined-style="true"] body.homepage.mobile [local-style="46971"] h1 {
  /*font-size: 1.8rem !important;*/
}

body.homepage.mobile h1 b {
  font-weight: normal;
}

body.homepage.mobile [grid-col]:empty {
    padding: 0;
}

body.mobile [data-mobile-hidden],
body:not(.mobile) [data-mobile-visible] {
  display: none;
}

body.mobile [data-mobile-visible] {
  display: block;
}

body.mobile .icons_wrapper {
    width: 100%;
    position: relative;
    padding: 1.5rem;
    text-align: center;
    display: block;
}

body.mobile .icons_wrapper .icon:last-child {
  margin-right: 0;
}


body.homepage.mobile [data-id="47003"] {
  padding-top: 3rem;
}

body.mobile [data-id="47003"] [grid-row]:not([data-in-use-grid]):not([data-break-mobile]) [grid-col] {
  width: 50% !important;
}

body.mobile [data-id="47003"] [grid-row]:not([data-in-use-grid]):not([data-break-mobile]) [grid-col] {
  width: 50% !important;
}

body.mobile [data-id="47003"] [grid-row]:not([data-in-use-grid]):not([data-break-mobile]) [grid-col]:nth-child(odd) {
  padding-right: .75rem !important;
}

body.mobile [data-id="47003"] [grid-row]:not([data-in-use-grid]):not([data-break-mobile]) [grid-col]:nth-child(even) {
  padding-left: .75rem !important;
}

body.homepage.mobile [data-id="46971"] {
  z-index: 2!important;
}

body.homepage.mobile [data-id="46971"] .content_padding {
  padding: 3.5rem 2rem 4rem !important
}

body.homepage.mobile [href="Templates"] {
  /*border-bottom: 0;*/
}

body.homepage.mobile [data-id="51919"] [grid-row],
body.homepage.mobile [data-id="748041"] [grid-row] {
  padding-top:0;
  padding-bottom: 0;
}

body.homepage.mobile [data-id="51919"] iframe,
body.homepage.mobile [data-id="748041"] iframe {
  margin-bottom: .7em;
}

body.mobile [data-id="109129"] [data-container="page"]:first-child .content_padding {
  padding-top: 3.2rem !important;
}

body.mobile [data-id="109129"] [data-container="page"]:not(:first-child) .content_padding {
  padding-top: 8rem !important;
}

body.mobile [data-id="109129"] [data-container="page"]:nth-child(2) .content_padding {
  padding-top: 4rem !important;
}

body.mobile [data-id="109129"] [data-container="page"] [grid-col] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.mobile #newsletter_signup {
  margin-bottom: 1em;
}

body.homepage.mobile [local-style="51919"] .container_width,
body.homepage.mobile [local-style="748041"] .container_width {
  width: 100%;
}





a.gallery_card {
  border-bottom: 0 !important;
  text-decoration: none;
}

[data-domain-settings] { display: none; }

[data-domainlist-set-toggle] .next_domainlist_set.color-blue {
  background: transparent;
  color: #698FFF !important;
  padding-left: 0 !important;
}

[data-domainlist-set-toggle] .next_domainlist_set.color-blue span {
  color: #698FFF !important;
}

[data-domainlist-set-toggle] [data-destination="settings"] {
  display: none;
}


/*In Use Thumbs*/

[data-page-id="658"] [thumbnails] {
    line-height: .8em;
    font-size: 1.8rem;
    justify-content: center;
}

[data-css-preset] [data-page-id="658"] [thumbnails] .thumbnail[thumbnails-pad] {
  padding-bottom: 4rem;
}

[data-page-id="658"] [thumbnails] .thumbnail img {
  outline: 1px solid rgba(0,0,0,.1);
}

[data-page-id="658"] .title {
  display: none;;
}

.updated-url > small {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.featured_thumb_wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
}

body:not(.mobile)[data-page-id="658"] [thumbnails] .thumbnail.featured {
    width: 50%;
}

[data-page-id="658"] [thumbnails] .thumbnail.featured small {
    font-size: 1.4rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
        padding-right: 1rem;
    padding-top: 1.5rem;
    line-height: 1.4;
}

[data-page-id="658"] [thumbnails] .thumbnail.featured small a {
    color: rgba(0, 0, 0, 0.65);
}


.inuse_info {
  /*display: none;*/
  padding-right: 1rem;
  padding-top: 1.5rem;
}


.inuse_info span {
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
  display: block;
  line-height: 1.4;
}

.inuse_info span a {
    color: rgba(0, 0, 0, 0.75);
}



/*
  Pro Tips
*/

[data-id="109129"] [data-id="1179148"] {
  display: none;
  flex-wrap: wrap;
  background: #FAF8F8;
}

[data-id="109129"] [data-id="1179148"] [data-container="page"]:not(:first-child) {
  width: 33.3333%;
}

[data-id="109129"] [data-id="1179148"] [data-container="page"] [grid-row] {
    flex-direction: column;
}

[data-id="109129"] [data-id="1179148"] [data-container="page"] [grid-col] {
    width: 100%;
}

[data-id="109129"] [data-id="1179148"] [data-container="page"] [grid-col]:nth-child(1),
[data-id="109129"] [data-id="1179148"] [data-container="page"] [grid-col]:nth-child(4) {
  display: none;
}