@charset "UTF-8";
@font-face {
  font-family: "entityone";
  src: url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.eot");
  src: url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.eot?#iefix") format("eot"), url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.woff2") format("woff2"), url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.woff") format("woff"), url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.ttf") format("truetype"), url("/themes/custom/entityone/_sass-essentials/iconfonts/dist/entityone.svg#entityone") format("svg");
}

.icon-arrow-down:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-chevron-down-light:before, .icon-chevron-down-solid:before, .icon-close:before, .icon-external-link:before, .icon-facebook:before, .icon-instagram:before, .icon-linkedin:before, .icon-pinterest:before, .icon-play:before, .icon-plus:before, .icon-samples:before, .icon-twitter:before, .icon-vimeo:before, .icon-volume-slash:before, .icon-volume-up:before {
  font-family: "entityone";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-chevron-down-light:before {
  content: "";
}

.icon-chevron-down-solid:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-samples:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-volume-slash:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.form-type-checkbox {
  position: relative;
  margin-left: 6px;
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .form-type-checkbox {
    margin-left: 0.42vw;
  }
}

@media (min-width: 1440px) {
  .form-type-checkbox {
    margin-bottom: 1.4vw;
  }
}

input[type='checkbox'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  height: 18px;
  width: 18px;
  position: absolute;
  z-index: 2;
  margin-right: 11px;
  cursor: pointer;
  top: 0;
}

@media (min-width: 1440px) {
  input[type='checkbox'] {
    height: 1.26vw;
  }
}

@media (min-width: 1440px) {
  input[type='checkbox'] {
    width: 1.26vw;
  }
}

@media (min-width: 1440px) {
  input[type='checkbox'] {
    margin-right: 0.77vw;
  }
}

input[type='checkbox'] ~ .checkboxdummy {
  cursor: pointer;
  height: 18px;
  width: 18px;
  border: 1px solid #BBBBBB;
  border-width: 1px;
  pointer-events: none;
  margin-right: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  vertical-align: top;
}

@media (min-width: 1440px) {
  input[type='checkbox'] ~ .checkboxdummy {
    height: 1.26vw;
  }
}

@media (min-width: 1440px) {
  input[type='checkbox'] ~ .checkboxdummy {
    width: 1.26vw;
  }
}

@media (min-width: 1440px) {
  input[type='checkbox'] ~ .checkboxdummy {
    border-width: 0.07vw;
  }
}

input[type='checkbox'] ~ .checkboxdummy svg {
  pointer-events: none;
  display: block;
  z-index: 0;
  position: absolute;
  fill: #D0B64E;
  margin: auto;
  opacity: 0;
  height: 100%;
  width: 100%;
  padding: 2px;
}

@media (min-width: 1440px) {
  input[type='checkbox'] ~ .checkboxdummy svg {
    padding: 0.14vw;
  }
}

input[type='checkbox'] ~ .checkboxdummy + label {
  margin-left: 31px;
}

@media (min-width: 1440px) {
  input[type='checkbox'] ~ .checkboxdummy + label {
    margin-left: 2.17vw;
  }
}

#layout-builder-modal input[type='checkbox'] ~ .checkboxdummy + label {
  margin-left: 31px;
}

@media (min-width: 1440px) {
  #layout-builder-modal input[type='checkbox'] ~ .checkboxdummy + label {
    margin-left: 2.17vw;
  }
}

input[type='checkbox']:disabled {
  cursor: not-allowed;
}

input[type='checkbox']:disabled ~ label {
  cursor: not-allowed;
}

input[type='checkbox']:disabled ~ .checkboxdummy {
  cursor: not-allowed;
}

input[type='checkbox']:disabled ~ .checkboxdummy svg {
  opacity: .6 !important;
}

#layout-builder-modal input[type='checkbox'] {
  width: 18px;
}

@media (min-width: 1440px) {
  #layout-builder-modal input[type='checkbox'] {
    width: 1.26vw;
  }
}

input[type="checkbox"]:checked ~ .checkboxdummy {
  -webkit-animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
          animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"]:checked ~ .checkboxdummy svg {
  opacity: 1;
}
