#email.azForm-input,
#azForm_field_8.azForm-input,
#azForm_field_9.azForm-input {
    border: 2px solid #555;
}

.short-form-embed-title-text {
    font-size: 21px;
}

@media only screen and (max-width: 1200px) {
  .short-form-embed-title-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .short-form-embed-title-text {
    font-size: 21px;
  }
}

@media only screen and (max-width: 768px) {
  .short-form-embed-title-text {
    font-size: 18px;
  }
}

.azForm-item {
    padding: 0;
    margin-top: 10px;
}

.ui-mobile label, 
.ui-controlgroup-label {
    font-weight: normal;
    font-size: 14px;
}

.short-form-embed-small-text {
    color: #555;
    font-size: 10px;
    line-height: 140%;
}

.ui-page-theme-c .ui-btn, 
html .ui-bar-c .ui-btn, 
html .ui-body-c .ui-btn, 
html body .ui-group-theme-c .ui-btn, 
html head + body .ui-btn.ui-btn-c, 
.ui-page-theme-c .ui-btn:visited, 
html .ui-bar-c .ui-btn:visited, 
html .ui-body-c .ui-btn:visited, 
html body .ui-group-theme-c .ui-btn:visited, 
html head + body .ui-btn.ui-btn-c:visited {
    background-color: #0c489b /*{c-bup-background-color}*/;
    border-color: #0c489b /*{c-bup-border}*/;
    color: #ffffff /*{c-bup-color}*/;
    text-shadow: 0 /*{c-bup-shadow-x}*/ 0 /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #444444 /*{c-bup-shadow-color}*/;
}

.ui-page-theme-c .ui-btn:hover, 
html .ui-bar-c .ui-btn:hover, 
html .ui-body-c .ui-btn:hover, 
html body .ui-group-theme-c .ui-btn:hover, 
html head + body .ui-btn.ui-btn-c:hover,
.ui-page-theme-c .ui-btn:focus, 
html .ui-bar-c .ui-btn:focus, 
html .ui-body-c .ui-btn:focus, 
html body .ui-group-theme-c .ui-btn:focus, 
html head + body .ui-btn.ui-btn-c:focus {
    background-color: #0c489b /*{c-bhover-background-color}*/;
    border-color: #0c489b /*{c-bhover-border}*/;
    color: #ffffff /*{c-bhover-color}*/;
    text-shadow: 0 /*{c-bhover-shadow-x}*/ 0 /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #444444 /*{c-bhover-shadow-color}*/;
    outline: 2px dashed #fff;
    outline-offset: -4px;
}

.ui-btn-corner-all, 
.ui-btn.ui-corner-all, 
.ui-slider-track.ui-corner-all, 
.ui-flipswitch.ui-corner-all, 
.ui-li-count {
    -webkit-border-radius: .3125em /*{global-radii-buttons}*/;
    border-radius: 2px;
}

.ui-page-theme-a a, 
html .ui-bar-a a, 
html .ui-body-a a, 
html body .ui-group-theme-a a {
    color: #555 /*{a-link-color}*/;
    font-weight: bold;
}

.ui-page-theme-a a:hover, 
.ui-page-theme-a a:focus,
html .ui-bar-a a:hover,
html .ui-bar-a a:focus, 
html .ui-body-a a:hover,
html .ui-body-a a:focus, 
html body .ui-group-theme-a a:hover,
html body .ui-group-theme-a a:focus {
    color: #555;
    outline: 1px dashed;
    text-decoration: none;
}

.ui-overlay-a, 
.ui-page-theme-a, 
.ui-page-theme-a .ui-panel-wrapper,
#azContent {
    background-color: #f1bf93;
    border-color: #222;
    color: #333;
    text-shadow: none;
}

.ui-corner-all {
    border-radius: 2px;
}

.ui-mini {
    margin: 6px 6px 6px 0;
}

.ui-body-a {
    border-width: 0;
    border-style: none;
}

.azForm-wrap {
    margin: 0;
}

.ui-mini {
    font-size: 16px;
    letter-spacing: 1px;
}

.ui-page-theme-a a:visited, 
html .ui-bar-a a:visited, 
html .ui-body-a a:visited, 
html body .ui-group-theme-a a:visited {
    color: #444 /*{a-link-visited}*/;
}