.lead {
    font-size: 1.2rem;
    line-height: 1.7rem;
}
table.info td {
 background: lightblue;
 border: 1px solid white;
 padding: 7px;
}
table.info-table td {
    border: 1px solid #cccccc !important;
    padding: 7px;
}

#content table[border="1"].table.engineering th { /* used only in engineering - either remove or apply globally in 2019 */
    border: 1px solid white;
    background: lightblue;
    padding: 7px;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* ============
Alerts
==============*/
.alert, .web-confirmation {
    border: 1px solid gray;
    background: gray;
    color: black;
    padding: 10px 20px;
}
#middle #content .alert p {
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
}
#middle #content .content p:last-child {
    margin-bottom: 0;
}

/* Alert - warning */
.warn {
    border-color: #FFEEBA;
    background: #FFF3CD;
    color: #856404;
}
#middle #content .alert.warn p::before {
    content: "\f071";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    padding-right: 10px;
}
/* Alert - notice */
.notice {
    border-color: #B8DAFF;
    background: #CCE5FF;
    color: #004085;
}
.success, .webform-confirmation {
    border-color: #C3E6CB;
    background: #D4EDDA;
    color: #155724;
    padding: 10px 20px;
}
#middle #content .alert.notice p::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    padding-right: 10px;
}
#middle #content .alert.notice.noicon p::before {
    content: none;
}

/* ============
Page Content
==============*/
#middle #content .impact.heading h3{
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 2.2rem;
}
#middle #content .impact.heading h2{
    font-size: 2em;
    font-weight: 300;
}

/* ============
Forms
==============*/
.form-info-highlight {
    padding: 10px;
    background-color: #FFF3CD;
    border: 1px solid #FFEEBA;
    color: #856404;
}
.fieldset.simple {
    padding: 20px;
    border: 1px solid #cccccc;
}
.checkbox.simple .form-checkboxes .form-item {
    display: flex;
    margin-bottom: 20px;
}
.checkbox.simple .form-checkboxes .form-item input {
    margin-right: 10px;
}

/* this is a specific form. must make this global */
.webform-client-form-3303>div, .webform-client-form-2492>div {
    background: #f1f1f1;
    padding: 30px;
}
.webform-component-checkboxes .description {
    margin-left: 25px;
    color: gray;
    line-height: 1.1rem;
  }
  @media screen and (max-width: 480px){
    #content input[type="checkbox"]:not(.webform-calendar) {
        width: auto !important;
  }
  #content input[type="text"]:not(.webform-calendar) {
    width: 100% !important;
  }
}
.webform-client-form-3303 .webform-component-file .description {
    display: none;
}