h2 {
text-transform: none !important;
}

.mobile { display: none; }
.desktop { display: block; }
@media only screen and (max-width: 780px) {
.mobile { display: block !important; }
.desktop { display: none !important; }
}
#formfieldrightpadding {
  padding-right: 10px;
}

/* Homepage Banner Hanging Image */
#pdfbanner .avia_image{
  position: relative;
  margin-top: 60px;
}

@media only screen and (max-width: 800px) {
  #pdfbanner .avia_image{
    position: relative;
    margin-bottom: 150px;
    margin-top: 0px;
  }
}

/* Contact Form 7 Styles
---------------------------------*/

.wpcf7 input[type="submit"] {

background: #00B200;

color: #ffffff;

}

.wpcf7 input[type="submit"]:hover {

background: #00ff00;

color: #ffffff;

}

#wpcf7-f3403-o1  input[type="submit"] {
    position: relative;
    margin: 0px auto;
    margin-left: 20px;
}

#wpcf7-f3403-o2  input[type="submit"] {
    position: relative;
    margin: 0px auto;
    margin-left: 20px;
}

/* Contact Form 7 Textarea */
#wpcf7-f3403-o1 textarea {
   resize: none;
   overflow: auto;
   max-height:100px;
   resize: vertical;
}

#wpcf7-f260-o2 textarea {
   resize: none;
   overflow: auto;
   min-height:20px;
   max-height:40px;
   resize: vertical;
}

#wpcf7-f4332-o2 textarea {
   resize: none;
   overflow: auto;
   min-height:20px;
   max-height:40px;
   resize: vertical;
}

.wpcf7-mail-sent-ok {
  background-color: #2ba9e0;
  color: #ffffff
    
/*Header Contact Info Align Icons*/
 
    
.avia-icon-pos-left {
float: none;
}

.av_font_icon {
display: inline;
}