@charset "UTF-8";
div.cms {
  /* prettier-ignore */
  /* prettier-ignore */
  /* prettier-ignore */
  /* prettier-ignore */
  /* prettier-ignore */
  /* prettier-ignore */
}
div.cms h1, div.cms h2, div.cms h3, div.cms h4, div.cms h5, div.cms h6,
div.cms .h1, div.cms .h2, div.cms .h3, div.cms .h4, div.cms .h5, div.cms .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
div.cms h1, div.cms .h1 {
  font-size: 2.5rem;
}
div.cms h2, div.cms .h2 {
  font-size: 2rem;
}
div.cms h3, div.cms .h3 {
  font-size: 1.75rem;
}
div.cms h4, div.cms .h4 {
  font-size: 1.5rem;
}
div.cms h5, div.cms .h5 {
  font-size: 1.25rem;
}
div.cms h6, div.cms .h6 {
  font-size: 1rem;
}
div.cms .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
div.cms .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
div.cms .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
div.cms .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
div.cms .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
div.cms hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
div.cms small,
div.cms .small {
  font-size: 80%;
  font-weight: 400;
}
div.cms mark,
div.cms .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
div.cms .list-unstyled {
  padding-left: 0;
  list-style: none;
}
div.cms .list-inline {
  padding-left: 0;
  list-style: none;
}
div.cms .list-inline-item {
  display: inline-block;
}
div.cms .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
div.cms .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
div.cms .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
div.cms .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
div.cms .blockquote-footer::before {
  content: "— ";
}
div.cms .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div.cms .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
div.cms .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b3e0f9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 176, 239, 0.25);
}
div.cms .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
div.cms .form-control:disabled, div.cms .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
div.cms select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
div.cms select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
div.cms .form-control-file,
div.cms .form-control-range {
  display: block;
  width: 100%;
}
div.cms .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
div.cms .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
div.cms .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
div.cms .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
div.cms .form-control-plaintext.form-control-sm, div.cms .input-group-sm > .form-control-plaintext.form-control,
div.cms .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
div.cms .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
div.cms .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
div.cms .input-group-sm > .input-group-append > .form-control-plaintext.btn, div.cms .form-control-plaintext.form-control-lg, div.cms .input-group-lg > .form-control-plaintext.form-control,
div.cms .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
div.cms .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
div.cms .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
div.cms .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
div.cms .form-control-sm, div.cms .input-group-sm > .form-control,
div.cms .input-group-sm > .input-group-prepend > .input-group-text,
div.cms .input-group-sm > .input-group-append > .input-group-text,
div.cms .input-group-sm > .input-group-prepend > .btn,
div.cms .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
div.cms select.form-control-sm:not([size]):not([multiple]), div.cms .input-group-sm > select.form-control:not([size]):not([multiple]),
div.cms .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
div.cms .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
div.cms .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
div.cms .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
div.cms .form-control-lg, div.cms .input-group-lg > .form-control,
div.cms .input-group-lg > .input-group-prepend > .input-group-text,
div.cms .input-group-lg > .input-group-append > .input-group-text,
div.cms .input-group-lg > .input-group-prepend > .btn,
div.cms .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
div.cms select.form-control-lg:not([size]):not([multiple]), div.cms .input-group-lg > select.form-control:not([size]):not([multiple]),
div.cms .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
div.cms .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
div.cms .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
div.cms .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
div.cms .form-group {
  margin-bottom: 1rem;
}
div.cms .form-text {
  display: block;
  margin-top: 0.25rem;
}
div.cms .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
div.cms .form-row > .col,
div.cms .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
div.cms .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
div.cms .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
div.cms .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
div.cms .form-check-label {
  margin-bottom: 0;
}
div.cms .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
div.cms .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
div.cms .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #30c659;
}
div.cms .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(48, 198, 89, 0.8);
  border-radius: 0.2rem;
}
.was-validated div.cms .form-control:valid, div.cms .form-control.is-valid,
.was-validated div.cms .custom-select:valid,
div.cms .custom-select.is-valid {
  border-color: #30c659;
}
.was-validated div.cms .form-control:valid:focus, div.cms .form-control.is-valid:focus,
.was-validated div.cms .custom-select:valid:focus,
div.cms .custom-select.is-valid:focus {
  border-color: #30c659;
  box-shadow: 0 0 0 0.2rem rgba(48, 198, 89, 0.25);
}
.was-validated div.cms .form-control:valid ~ .valid-feedback,
.was-validated div.cms .form-control:valid ~ .valid-tooltip, div.cms .form-control.is-valid ~ .valid-feedback,
div.cms .form-control.is-valid ~ .valid-tooltip,
.was-validated div.cms .custom-select:valid ~ .valid-feedback,
.was-validated div.cms .custom-select:valid ~ .valid-tooltip,
div.cms .custom-select.is-valid ~ .valid-feedback,
div.cms .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated div.cms .form-check-input:valid ~ .form-check-label, div.cms .form-check-input.is-valid ~ .form-check-label {
  color: #30c659;
}
.was-validated div.cms .form-check-input:valid ~ .valid-feedback,
.was-validated div.cms .form-check-input:valid ~ .valid-tooltip, div.cms .form-check-input.is-valid ~ .valid-feedback,
div.cms .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated div.cms .custom-control-input:valid ~ .custom-control-label, div.cms .custom-control-input.is-valid ~ .custom-control-label {
  color: #30c659;
}
.was-validated div.cms .custom-control-input:valid ~ .custom-control-label::before, div.cms .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #91e4a8;
}
.was-validated div.cms .custom-control-input:valid ~ .valid-feedback,
.was-validated div.cms .custom-control-input:valid ~ .valid-tooltip, div.cms .custom-control-input.is-valid ~ .valid-feedback,
div.cms .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated div.cms .custom-control-input:valid:checked ~ .custom-control-label::before, div.cms .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #54d577;
}
.was-validated div.cms .custom-control-input:valid:focus ~ .custom-control-label::before, div.cms .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 198, 89, 0.25);
}
.was-validated div.cms .custom-file-input:valid ~ .custom-file-label, div.cms .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #30c659;
}
.was-validated div.cms .custom-file-input:valid ~ .custom-file-label::before, div.cms .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated div.cms .custom-file-input:valid ~ .valid-feedback,
.was-validated div.cms .custom-file-input:valid ~ .valid-tooltip, div.cms .custom-file-input.is-valid ~ .valid-feedback,
div.cms .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated div.cms .custom-file-input:valid:focus ~ .custom-file-label, div.cms .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(48, 198, 89, 0.25);
}
div.cms .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
div.cms .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated div.cms .form-control:invalid, div.cms .form-control.is-invalid,
.was-validated div.cms .custom-select:invalid,
div.cms .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated div.cms .form-control:invalid:focus, div.cms .form-control.is-invalid:focus,
.was-validated div.cms .custom-select:invalid:focus,
div.cms .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated div.cms .form-control:invalid ~ .invalid-feedback,
.was-validated div.cms .form-control:invalid ~ .invalid-tooltip, div.cms .form-control.is-invalid ~ .invalid-feedback,
div.cms .form-control.is-invalid ~ .invalid-tooltip,
.was-validated div.cms .custom-select:invalid ~ .invalid-feedback,
.was-validated div.cms .custom-select:invalid ~ .invalid-tooltip,
div.cms .custom-select.is-invalid ~ .invalid-feedback,
div.cms .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated div.cms .form-check-input:invalid ~ .form-check-label, div.cms .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated div.cms .form-check-input:invalid ~ .invalid-feedback,
.was-validated div.cms .form-check-input:invalid ~ .invalid-tooltip, div.cms .form-check-input.is-invalid ~ .invalid-feedback,
div.cms .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated div.cms .custom-control-input:invalid ~ .custom-control-label, div.cms .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated div.cms .custom-control-input:invalid ~ .custom-control-label::before, div.cms .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated div.cms .custom-control-input:invalid ~ .invalid-feedback,
.was-validated div.cms .custom-control-input:invalid ~ .invalid-tooltip, div.cms .custom-control-input.is-invalid ~ .invalid-feedback,
div.cms .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated div.cms .custom-control-input:invalid:checked ~ .custom-control-label::before, div.cms .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated div.cms .custom-control-input:invalid:focus ~ .custom-control-label::before, div.cms .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated div.cms .custom-file-input:invalid ~ .custom-file-label, div.cms .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated div.cms .custom-file-input:invalid ~ .custom-file-label::before, div.cms .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated div.cms .custom-file-input:invalid ~ .invalid-feedback,
.was-validated div.cms .custom-file-input:invalid ~ .invalid-tooltip, div.cms .custom-file-input.is-invalid ~ .invalid-feedback,
div.cms .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated div.cms .custom-file-input:invalid:focus ~ .custom-file-label, div.cms .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
div.cms .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
div.cms .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  div.cms .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  div.cms .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  div.cms .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  div.cms .form-inline .form-control-plaintext {
    display: inline-block;
  }
  div.cms .form-inline .input-group {
    width: auto;
  }
  div.cms .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  div.cms .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  div.cms .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  div.cms .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
div.cms .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div.cms .btn:hover, div.cms .btn:focus {
  text-decoration: none;
}
div.cms .btn:focus, div.cms .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 176, 239, 0.25);
}
div.cms .btn.disabled, div.cms .btn:disabled {
  opacity: 0.65;
}
div.cms .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
div.cms .btn:not(:disabled):not(.disabled):active, div.cms .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
div.cms a.btn.disabled,
div.cms fieldset:disabled a.btn {
  pointer-events: none;
}
div.cms .btn-primary {
  color: #fff;
  background-color: #3db0ef;
  border-color: #3db0ef;
}
div.cms .btn-primary:hover {
  color: #fff;
  background-color: #1aa2ec;
  border-color: #139be6;
}
div.cms .btn-primary:focus, div.cms .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 176, 239, 0.5);
}
div.cms .btn-primary.disabled, div.cms .btn-primary:disabled {
  color: #fff;
  background-color: #3db0ef;
  border-color: #3db0ef;
}
div.cms .btn-primary:not(:disabled):not(.disabled):active, div.cms .btn-primary:not(:disabled):not(.disabled).active, .show > div.cms .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #139be6;
  border-color: #1293da;
}
div.cms .btn-primary:not(:disabled):not(.disabled):active:focus, div.cms .btn-primary:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 176, 239, 0.5);
}
div.cms .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
div.cms .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
div.cms .btn-secondary:focus, div.cms .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
div.cms .btn-secondary.disabled, div.cms .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
div.cms .btn-secondary:not(:disabled):not(.disabled):active, div.cms .btn-secondary:not(:disabled):not(.disabled).active, .show > div.cms .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
div.cms .btn-secondary:not(:disabled):not(.disabled):active:focus, div.cms .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
div.cms .btn-success {
  color: #fff;
  background-color: #30c659;
  border-color: #30c659;
}
div.cms .btn-success:hover {
  color: #fff;
  background-color: #29a74b;
  border-color: #269d47;
}
div.cms .btn-success:focus, div.cms .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 198, 89, 0.5);
}
div.cms .btn-success.disabled, div.cms .btn-success:disabled {
  color: #fff;
  background-color: #30c659;
  border-color: #30c659;
}
div.cms .btn-success:not(:disabled):not(.disabled):active, div.cms .btn-success:not(:disabled):not(.disabled).active, .show > div.cms .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #269d47;
  border-color: #249342;
}
div.cms .btn-success:not(:disabled):not(.disabled):active:focus, div.cms .btn-success:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 198, 89, 0.5);
}
div.cms .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
div.cms .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
div.cms .btn-info:focus, div.cms .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
div.cms .btn-info.disabled, div.cms .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
div.cms .btn-info:not(:disabled):not(.disabled):active, div.cms .btn-info:not(:disabled):not(.disabled).active, .show > div.cms .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
div.cms .btn-info:not(:disabled):not(.disabled):active:focus, div.cms .btn-info:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
div.cms .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
div.cms .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
div.cms .btn-warning:focus, div.cms .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
div.cms .btn-warning.disabled, div.cms .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
div.cms .btn-warning:not(:disabled):not(.disabled):active, div.cms .btn-warning:not(:disabled):not(.disabled).active, .show > div.cms .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
div.cms .btn-warning:not(:disabled):not(.disabled):active:focus, div.cms .btn-warning:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
div.cms .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
div.cms .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
div.cms .btn-danger:focus, div.cms .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
div.cms .btn-danger.disabled, div.cms .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
div.cms .btn-danger:not(:disabled):not(.disabled):active, div.cms .btn-danger:not(:disabled):not(.disabled).active, .show > div.cms .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
div.cms .btn-danger:not(:disabled):not(.disabled):active:focus, div.cms .btn-danger:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
div.cms .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
div.cms .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
div.cms .btn-light:focus, div.cms .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
div.cms .btn-light.disabled, div.cms .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
div.cms .btn-light:not(:disabled):not(.disabled):active, div.cms .btn-light:not(:disabled):not(.disabled).active, .show > div.cms .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
div.cms .btn-light:not(:disabled):not(.disabled):active:focus, div.cms .btn-light:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
div.cms .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
div.cms .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
div.cms .btn-dark:focus, div.cms .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
div.cms .btn-dark.disabled, div.cms .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
div.cms .btn-dark:not(:disabled):not(.disabled):active, div.cms .btn-dark:not(:disabled):not(.disabled).active, .show > div.cms .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
div.cms .btn-dark:not(:disabled):not(.disabled):active:focus, div.cms .btn-dark:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
div.cms .btn-outline-primary {
  color: #3db0ef;
  background-color: transparent;
  background-image: none;
  border-color: #3db0ef;
}
div.cms .btn-outline-primary:hover {
  color: #fff;
  background-color: #3db0ef;
  border-color: #3db0ef;
}
div.cms .btn-outline-primary:focus, div.cms .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 176, 239, 0.5);
}
div.cms .btn-outline-primary.disabled, div.cms .btn-outline-primary:disabled {
  color: #3db0ef;
  background-color: transparent;
}
div.cms .btn-outline-primary:not(:disabled):not(.disabled):active, div.cms .btn-outline-primary:not(:disabled):not(.disabled).active, .show > div.cms .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3db0ef;
  border-color: #3db0ef;
}
div.cms .btn-outline-primary:not(:disabled):not(.disabled):active:focus, div.cms .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 176, 239, 0.5);
}
div.cms .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
div.cms .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
div.cms .btn-outline-secondary:focus, div.cms .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
div.cms .btn-outline-secondary.disabled, div.cms .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
div.cms .btn-outline-secondary:not(:disabled):not(.disabled):active, div.cms .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > div.cms .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
div.cms .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, div.cms .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
div.cms .btn-outline-success {
  color: #30c659;
  background-color: transparent;
  background-image: none;
  border-color: #30c659;
}
div.cms .btn-outline-success:hover {
  color: #fff;
  background-color: #30c659;
  border-color: #30c659;
}
div.cms .btn-outline-success:focus, div.cms .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 198, 89, 0.5);
}
div.cms .btn-outline-success.disabled, div.cms .btn-outline-success:disabled {
  color: #30c659;
  background-color: transparent;
}
div.cms .btn-outline-success:not(:disabled):not(.disabled):active, div.cms .btn-outline-success:not(:disabled):not(.disabled).active, .show > div.cms .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #30c659;
  border-color: #30c659;
}
div.cms .btn-outline-success:not(:disabled):not(.disabled):active:focus, div.cms .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 198, 89, 0.5);
}
div.cms .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
div.cms .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
div.cms .btn-outline-info:focus, div.cms .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
div.cms .btn-outline-info.disabled, div.cms .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
div.cms .btn-outline-info:not(:disabled):not(.disabled):active, div.cms .btn-outline-info:not(:disabled):not(.disabled).active, .show > div.cms .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
div.cms .btn-outline-info:not(:disabled):not(.disabled):active:focus, div.cms .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
div.cms .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
div.cms .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
div.cms .btn-outline-warning:focus, div.cms .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
div.cms .btn-outline-warning.disabled, div.cms .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
div.cms .btn-outline-warning:not(:disabled):not(.disabled):active, div.cms .btn-outline-warning:not(:disabled):not(.disabled).active, .show > div.cms .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
div.cms .btn-outline-warning:not(:disabled):not(.disabled):active:focus, div.cms .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
div.cms .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
div.cms .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
div.cms .btn-outline-danger:focus, div.cms .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
div.cms .btn-outline-danger.disabled, div.cms .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
div.cms .btn-outline-danger:not(:disabled):not(.disabled):active, div.cms .btn-outline-danger:not(:disabled):not(.disabled).active, .show > div.cms .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
div.cms .btn-outline-danger:not(:disabled):not(.disabled):active:focus, div.cms .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
div.cms .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
div.cms .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
div.cms .btn-outline-light:focus, div.cms .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
div.cms .btn-outline-light.disabled, div.cms .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
div.cms .btn-outline-light:not(:disabled):not(.disabled):active, div.cms .btn-outline-light:not(:disabled):not(.disabled).active, .show > div.cms .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
div.cms .btn-outline-light:not(:disabled):not(.disabled):active:focus, div.cms .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
div.cms .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
div.cms .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
div.cms .btn-outline-dark:focus, div.cms .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
div.cms .btn-outline-dark.disabled, div.cms .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
div.cms .btn-outline-dark:not(:disabled):not(.disabled):active, div.cms .btn-outline-dark:not(:disabled):not(.disabled).active, .show > div.cms .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
div.cms .btn-outline-dark:not(:disabled):not(.disabled):active:focus, div.cms .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > div.cms .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
div.cms .btn-link {
  font-weight: 400;
  color: #3db0ef;
  background-color: transparent;
}
div.cms .btn-link:hover {
  color: #118bce;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
div.cms .btn-link:focus, div.cms .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
div.cms .btn-link:disabled, div.cms .btn-link.disabled {
  color: #6c757d;
}
div.cms .btn-lg, div.cms .btn-group-lg > .btn {
  padding: 0.67rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
div.cms .btn-sm, div.cms .btn-group-sm > .btn {
  padding: 0.333rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
div.cms .btn-block {
  display: block;
  width: 100%;
}
div.cms .btn-block + .btn-block {
  margin-top: 0.5rem;
}
div.cms input[type=submit].btn-block,
div.cms input[type=reset].btn-block,
div.cms input[type=button].btn-block {
  width: 100%;
}
div.cms .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
div.cms .fade.show {
  opacity: 1;
}
div.cms .collapse {
  display: none;
}
div.cms .collapse.show {
  display: block;
}
div.cms tr.collapse.show {
  display: table-row;
}
div.cms tbody.collapse.show {
  display: table-row-group;
}
div.cms .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
div.cms .btn-group,
div.cms .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
div.cms .btn-group > .btn,
div.cms .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
div.cms .btn-group > .btn:hover,
div.cms .btn-group-vertical > .btn:hover {
  z-index: 1;
}
div.cms .btn-group > .btn:focus, div.cms .btn-group > .btn:active, div.cms .btn-group > .btn.active,
div.cms .btn-group-vertical > .btn:focus,
div.cms .btn-group-vertical > .btn:active,
div.cms .btn-group-vertical > .btn.active {
  z-index: 1;
}
div.cms .btn-group .btn + .btn,
div.cms .btn-group .btn + .btn-group,
div.cms .btn-group .btn-group + .btn,
div.cms .btn-group .btn-group + .btn-group,
div.cms .btn-group-vertical .btn + .btn,
div.cms .btn-group-vertical .btn + .btn-group,
div.cms .btn-group-vertical .btn-group + .btn,
div.cms .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
div.cms .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
div.cms .btn-toolbar .input-group {
  width: auto;
}
div.cms .btn-group > .btn:first-child {
  margin-left: 0;
}
div.cms .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
div.cms .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.cms .btn-group > .btn:not(:first-child),
div.cms .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.cms .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
div.cms .dropdown-toggle-split::after {
  margin-left: 0;
}
div.cms .btn-sm + .dropdown-toggle-split, div.cms .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
div.cms .btn-lg + .dropdown-toggle-split, div.cms .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
div.cms .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
div.cms .btn-group-vertical .btn,
div.cms .btn-group-vertical .btn-group {
  width: 100%;
}
div.cms .btn-group-vertical > .btn + .btn,
div.cms .btn-group-vertical > .btn + .btn-group,
div.cms .btn-group-vertical > .btn-group + .btn,
div.cms .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
div.cms .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
div.cms .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
div.cms .btn-group-vertical > .btn:not(:first-child),
div.cms .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div.cms .btn-group-toggle > .btn,
div.cms .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
div.cms .btn-group-toggle > .btn input[type=radio],
div.cms .btn-group-toggle > .btn input[type=checkbox],
div.cms .btn-group-toggle > .btn-group > .btn input[type=radio],
div.cms .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
div.cms .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
div.cms .input-group > .form-control,
div.cms .input-group > .custom-select,
div.cms .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
div.cms .input-group > .form-control:focus,
div.cms .input-group > .custom-select:focus,
div.cms .input-group > .custom-file:focus {
  z-index: 3;
}
div.cms .input-group > .form-control + .form-control,
div.cms .input-group > .form-control + .custom-select,
div.cms .input-group > .form-control + .custom-file,
div.cms .input-group > .custom-select + .form-control,
div.cms .input-group > .custom-select + .custom-select,
div.cms .input-group > .custom-select + .custom-file,
div.cms .input-group > .custom-file + .form-control,
div.cms .input-group > .custom-file + .custom-select,
div.cms .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
div.cms .input-group > .form-control:not(:last-child),
div.cms .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.cms .input-group > .form-control:not(:first-child),
div.cms .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.cms .input-group > .custom-file {
  display: flex;
  align-items: center;
}
div.cms .input-group > .custom-file:not(:last-child) .custom-file-label, div.cms .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.cms .input-group > .custom-file:not(:first-child) .custom-file-label, div.cms .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.cms .input-group-prepend,
div.cms .input-group-append {
  display: flex;
}
div.cms .input-group-prepend .btn,
div.cms .input-group-append .btn {
  position: relative;
  z-index: 2;
}
div.cms .input-group-prepend .btn + .btn,
div.cms .input-group-prepend .btn + .input-group-text,
div.cms .input-group-prepend .input-group-text + .input-group-text,
div.cms .input-group-prepend .input-group-text + .btn,
div.cms .input-group-append .btn + .btn,
div.cms .input-group-append .btn + .input-group-text,
div.cms .input-group-append .input-group-text + .input-group-text,
div.cms .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
div.cms .input-group-prepend {
  margin-right: -1px;
}
div.cms .input-group-append {
  margin-left: -1px;
}
div.cms .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
div.cms .input-group-text input[type=radio],
div.cms .input-group-text input[type=checkbox] {
  margin-top: 0;
}
div.cms .input-group > .input-group-prepend > .btn,
div.cms .input-group > .input-group-prepend > .input-group-text,
div.cms .input-group > .input-group-append:not(:last-child) > .btn,
div.cms .input-group > .input-group-append:not(:last-child) > .input-group-text,
div.cms .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
div.cms .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.cms .input-group > .input-group-append > .btn,
div.cms .input-group > .input-group-append > .input-group-text,
div.cms .input-group > .input-group-prepend:not(:first-child) > .btn,
div.cms .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
div.cms .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
div.cms .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.cms .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
div.cms .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
div.cms .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
div.cms .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #3db0ef;
}
div.cms .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(61, 176, 239, 0.25);
}
div.cms .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e2f3fd;
}
div.cms .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
div.cms .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
div.cms .custom-control-label {
  margin-bottom: 0;
}
div.cms .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
div.cms .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
div.cms .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
div.cms .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3db0ef;
}
div.cms .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
div.cms .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #3db0ef;
}
div.cms .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
div.cms .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(61, 176, 239, 0.5);
}
div.cms .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(61, 176, 239, 0.5);
}
div.cms .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
div.cms .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3db0ef;
}
div.cms .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
div.cms .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(61, 176, 239, 0.5);
}
div.cms .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
div.cms .custom-select:focus {
  border-color: #b3e0f9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(179, 224, 249, 0.5);
}
div.cms .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
div.cms .custom-select[multiple], div.cms .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
div.cms .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
div.cms .custom-select::-ms-expand {
  opacity: 0;
}
div.cms .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
div.cms .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
div.cms .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
div.cms .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
div.cms .custom-file-input:focus ~ .custom-file-control {
  border-color: #b3e0f9;
  box-shadow: 0 0 0 0.2rem rgba(61, 176, 239, 0.25);
}
div.cms .custom-file-input:focus ~ .custom-file-control::before {
  border-color: #b3e0f9;
}
div.cms .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
div.cms .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
div.cms .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
div.cms .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
div.cms .close:hover, div.cms .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
div.cms .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
div.cms button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
div.cms .modal-open {
  overflow: hidden;
}
div.cms .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open div.cms .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
div.cms .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade div.cms .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show div.cms .modal-dialog {
  transform: translate(0, 0);
}
div.cms .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
div.cms .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0.3rem;
  outline: 0;
}
div.cms .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
div.cms .modal-backdrop.fade {
  opacity: 0;
}
div.cms .modal-backdrop.show {
  opacity: 0.5;
}
div.cms .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
div.cms .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
div.cms .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
div.cms .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem 1.5rem;
}
div.cms .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 1.5rem;
  border-top: 1px solid #e9ecef;
}
div.cms .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
div.cms .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
div.cms .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  div.cms .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  div.cms .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  div.cms .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  div.cms .modal-lg {
    max-width: 800px;
  }
}
div.cms .login-form-wrapper {
  font-family: "Ubuntu", sans-serif;
}
div.cms .card {
  border-radius: 20px;
  border: none;
}
div.cms .password_lost_wrapper {
  text-align: center;
  margin-top: 1rem;
}
div.cms .password_lost_wrapper a {
  color: #313d41;
  font-size: 0.9rem;
}
div.cms .login_title {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
div.cms .choice_title_wrapper {
  width: 100%;
  position: relative;
  padding: 1.5rem 0;
  text-align: center;
}
div.cms .choice_title_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e4e6e8;
  top: 50%;
}
div.cms .choice_title {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  background: #ffffff;
  z-index: 1;
  position: relative;
}
div.cms #socs_login_form.login_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
div.cms #socs_login_form.login_modal .card_wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  width: 350px;
}
div.cms .toolbar_item_wrapper {
  height: 46px;
}
div.cms #toolbar_login {
  display: flex;
  align-items: center;
}
div.cms #toolbar_login .btn {
  margin-bottom: 0;
}
div.cms #toolbar_login .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 500;
  z-index: 999;
}
div.cms #loginModal.fade .modal-dialog {
  transform: scale(0.9) translateY(-10px);
  transition: all 0.25s ease;
}
div.cms #loginModal.show.fade .modal-dialog {
  transform: scale(1) translateY(0);
}
div.cms [class^=icon_]::before,
div.cms [class*=" icon_"]::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_gebruiker > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_user > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_pagina > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_page > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_taal > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_language > a::before {
  font-family: "Font Awesome 5 free";
  font-style: normal;
  font-weight: 900;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.cms [class^=icon_]::before,
div.cms [class*=" icon_"]::before {
  width: 14px;
  margin-right: 5px;
}
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_gebruiker > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_user > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_pagina > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_page > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_taal > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_language > a::before {
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_pagina > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_page > a::before {
  content: "\f085";
}
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_taal > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_language > a::before {
  content: "\f7a2";
  font-size: 18px;
  position: relative;
  top: 2px;
  left: 2px;
}
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_gebruiker > a::before,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_user > a::before {
  content: "\f007";
}
div.cms .icon_admin::before {
  content: "\f009";
}
div.cms .icon_settings::before {
  content: "\e801";
}
div.cms .icon_user::before {
  content: "\e802";
}
div.cms .icon_theme::before {
  content: "\f0d0";
}
div.cms .icon_pages::before {
  content: "\f15c";
}
div.cms .icon_switch::before {
  content: "\f205";
}
div.cms .icon_switch.off::before {
  content: "\f204";
}
div.cms .cms-icon-logo::before,
div.cms .cms-toolbar-item-logo a::before,
div.cms #header #header-logo a::before {
  background-image: url("../../img/socialwebsites_logo.93387058dbe5.png");
  content: "";
  display: block;
  height: 24px;
  width: 151px;
  background-size: contain;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
div.cms #cms_toolbar .cms_toolbar-item-logo a:hover,
div.cms #cms_toolbar .cms_toolbar-item-logo a:active,
div.cms #cms_toolbar .cms_toolbar-item-logo a:focus {
  background-position: left 0;
}
div.cms .cms-toolbar-item.cms-toolbar-item-buttons.socs_toolbar_button {
  margin: 0;
  height: 46px;
}
div.cms a.cms-btn.socs_toolbar_button__text {
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  border-radius: 0;
  border-top: 0;
  font-size: unset;
  color: var(--dca-black, #000000);
}
div.cms .cms-toolbar-item-navigation .cms-toolbar-item-navigation-hover > a,
div.cms .cms-toolbar-left .cms-toolbar-item-navigation > li.cms-toolbar-item-navigation-hover > a:hover {
  color: #ffffff !important;
  background: #30c659;
}
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li {
  border: 1px solid var(--dca-gray-lighter, #ddd);
  margin-left: -1px;
  border-bottom: 0;
  border-top: 0;
}
div.cms .cms-toolbar-left .cms-toolbar-item-navigation > li > a:hover {
  background-color: var(--dca-gray-lightest, #f2f2f2);
  border-color: var(--dca-gray-lighter, #ddd);
  cursor: pointer;
}
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_pagina > a span,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_page > a span,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_gebruiker > a span,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_user > a span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_gebruiker > a span,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_user > a span,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_taal > a span,
div.cms .cms-toolbar-left ul.cms-toolbar-item-navigation > li.menu_language > a span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
div.cms .cms-toolbar-right .cms-toolbar-item-buttons:first-child a.cms-btn-disabled {
  background-color: var(--dca-gray-lighter);
}
div.cms .cms-toolbar-right .cms-toolbar-item-buttons:first-child a:not(.cms-btn-switch-edit) {
  background-color: var(--dca-gray-light);
}
div.cms .cms-toolbar-right .cms-toolbar-item-buttons:first-child a:not(.cms-btn-switch-edit):not(.cms-btn-disabled):hover {
  background-color: var(--dca-gray);
}
@media screen and (max-width: 992px) {
  div.cms .button_theme {
    display: none;
  }
}
div.cms .socs_toolbar_button {
  display: none;
}
div.cms li[class*=menu_]:first-of-type {
  display: block;
}
@media screen and (min-width: 992px) {
  div.cms .socs_toolbar_button {
    display: block;
  }
  div.cms li[class*=menu_]:first-of-type {
    display: none;
  }
}
div.cms .modal-dialog.modal-dialog-centered .modal-content {
  background-color: var(--dca-white, #ffffff);
  border: 1px solid var(--dca-gray-light, #ededed);
}
div.cms .modal-dialog.modal-dialog-centered .modal-content .close {
  color: var(--dca-black, #000000);
}
div.cms .modal-dialog.modal-dialog-centered .modal-content .password_lost_wrapper a {
  color: var(--dca-gray-darkest, #000000);
}
div.cms .cms-messages {
  background: var(--dca-white, #ffffff);
}
div.cms .cms-messages .cms-messages-inner {
  color: var(--dca-black, #000000);
}
/*# sourceMappingURL=toolbar.css.map  */