.content-left table tr:nth-child(2n) td {
  background: rgba(0,0,0,.05);
}
.content-left table tr td {
  padding: 10px 10px;
  border: 1px solid #fff;
  transition: all .3s;
}

.container dnn-vertical-splitview {
    height: 75vw !important;
}

@media (min-width: 992px) {
    .page--title--notblog {
        background-position: center !important;
    }
}

@media (max-width: 400px) {
  .page--title::before {
    top: 140px !important;
    max-height: 70% !important;
  }
  .page--title {
    padding-top: 120px !important;
    background-color: #2f3d4c !important;
  }
}
@media (max-width: 991px) {
  .page--title {
    background-color: #2f3d4c !important;
  }
}

.tab-short .content--picturebg {
  background-position: center center !important;
}

.flipbook-page-html section { padding:0px !important; margin:0px !important; }

.bstrap30 .form-horizontal .field-container .checkbox input[type="checkbox"],
.bstrap30 .form-horizontal .field-container .radio input[type="radio"] {
  margin-left: -20px !important;
}

.bstrap30 .form-group .section-title.underlined {
border-bottom: 1px dashed #a5ccd1;
  font-weight: 700;
  margin: 15px 0 30px;
  font-family: Sofia-Pro,sans-serif !important;
  line-height: 1.2;
  color: #264b5b;
  font-size: 1.5625rem;
  padding-bottom: 15px;
}

 .bstrap30 .form-horizontal .control-label {
    padding-bottom: 20px;
  }

.form-group-form-check-input .form-check-inline {
  width: 100% !important;
  border: none !important;
}
.c-form.container {
    padding-right: calc(var(--bs-gutter-x)*0.5) !important;
    padding-left: calc(var(--bs-gutter-x)*0.5) !important;
}

.form-switch .form-check-input {
  width: 55px !important;
  background-image: var(--bs-form-switch-bg) !important;
}

.oc-feat-light {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.oc-feat-light h3:nth-of-type(2) {
    flex:1;
}

@media (min-width: 1200px) {
  .header .topnav--right--searchbox {
    top: -7px !important;
  }
}



