@media screen and (min-width: 1024px) {
  .site-header-name {
    max-width: 100%;
    display: flex; }

  .logo {
    margin-right: 15px;
    display: flex; }
    .logo a {
      display: flex;
      align-items: center; }

  html .site-header {
    color: #ec691f;
    display: flex;
    justify-content: space-between; } }

.tpl-field.type-checkbox .field-value {
  padding: 10px 0;
  line-height: normal;
  height: auto; }
  .tpl-field.type-checkbox .field-value ul {
    padding: 0; }
    .tpl-field.type-checkbox .field-value ul li {
      list-style: none; }
      .tpl-field.type-checkbox .field-value ul li input[type="checkbox"] {
        width: auto;
        margin-right: 5px; }

.form-wrapper .tpl-field.type-checkbox .field-value {
  padding-left: 1.95313vw;
  padding-right: 1.95313vw; }
