  /* CSS for the WebTeam Site only */

h1 {
    font-size: 2.75em;
}

h2 {
    font-size: 1.9em;
}
h3 {
    font-size: 1.65em;
}

p {
    font-size: .95em;
}



/* Take out border for mobile 
@media (max-width: 767px) {
    main tr {
        border: 1px solid #e9e9ea;
    }
}
*/

/* 
Changes:
Change all btn-border to be border-width: 2px;

Change mini drop menu border-bottom:none; so that it shows a bottom border:
.MenuHoriz .menu.submenu .is-submenu-item:last-child;

FAQ-light: hover is not compliant. Switch hover color from cyan to unf blue?;

*/

