.transparent #logo img {
    max-height: 100% !important;
}

.transparent .header-main {
    height: auto !important;
}

@media (min-width:529px) {
.top-block .col-inner {
    margin-top: -180px;
}

.three-columns{
  -webkit-column-count: 3; /* Old Chrome, Safari and Opera */
  -moz-column-count: 3; /* Old Firefox */
  column-count: 3;
}
.two-columns{
  -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
  -moz-column-count: 2; /* Old Firefox */
  column-count: 2;
}

.gform_wrapper textarea.large {
    height: 0px !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.button, button, input, textarea, select, fieldset {
    margin-bottom: 0 !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

#logo {
    width: 33% !important;
    min-width: 300px !important;
}

@media (max-width:1053px) {
.nav-size-large > li > a {
    font-size: 0.67em !important;
}
}