.vlt-social-icon.vlt-social-icon--style-1 {
    display: block;  
    font-size: 24px; 
    font-weight: bold; 
    text-transform: uppercase; 
    writing-mode: vertical-rl; 
    transform: rotate(-180deg); 
    letter-spacing: 4px; 
    font-variant: small-caps; 
    padding: 20px 0; 
    text-align: center; 
    color: #ffffff; 
}

.specific-block > p {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

#pardot-form .vlt-form-group {
    margin-bottom: 0.875rem !important;
}

#pardot-form .vlt-btn--primary {
    font-size: 1rem !important;
}

/* top nav */
.sf-menu li a.vlt-btn--primary {
    line-height: 2.8 !important;
    background-color: transparent;
    border: solid 1px #00aeef;
    border-radius: 4px;
    color: #fff;
}

.sf-menu li a.vlt-btn--primary:hover {
    border: solid 1px #fff;
}

/* animated checkboxes */
#pardot-form ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 12px 16px !important;
}

#pardot-form ul li {
    display: block;
    border-bottom: none !important;
}

#pardot-form ul li.checkbox {
    display: inline-block !important;
    margin-right: 20px !important;
}

.checkbox-flip {
  display: none;
}

.checkbox-flip + label {
    color: #999;
}

.checkbox-flip + label span {
  display: inline-block;
  width: 18px;
  height: 19px;
  margin: 0 10px -4px 0;
  /*layout relationship between check and label*/
}
.checkbox-flip + label span:before, .checkbox-flip + label span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.checkbox-flip + label span:after {
  z-index: 0;
  border: none;
}
.checkbox-flip:checked + label span:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  /*background: rgba(255, 255, 255, 0.5);*/
  background: rgba(0,174,239,0.7);
}

#pardot-form input[type="submit"] {
    font-size: 1rem !important;
    height: 2.8125rem;
    padding: 0 2.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #00aeef;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    text-decoration: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: button;
}

#pardot-form input[type="submit"]:hover {
    background-color: #0076a3 !important;
}

/* footer */
.vlt-footer--fixed {
    background: rgba(0,0,0,0.7);
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    [data-anchor=Home] .specific-block > p {
        color: #000 !important;
    }
    .vlt-project-title {
        font-size: 2.5rem !important;
    }
    .vlt-footer {
        display: none;
    }
}
