/******************************************************************************
**
**   This contains all of the BASE CSS for the activate WEB pages.
**
******************************************************************************/

a {
    color: #35699a;
}

a:hover {
    color: #000;
    text-decoration: none;
}

address, caption, code, dfn, var {
    font-style: normal;
    font-weight: 400;
}

blockquote {
    font-style: italic;
}

/*
** PROGRAMMERS NOTE:
**   Using non-web standard font (i.e. Proxima) loaded via the header css which is loaded via the CDN.
**   Choose this font by reviewing WEB site f5.com
**   The other fonts are the WEB standard fonts.
*/
body {
    background: #fff;
    font-family: Proxima, Georgia, Arial, Helvetica, Courier;
    -webkit-font-smoothing: antialiased;
}

body, div, h1, h2, h3, h4, h5, h6, blockquote, ol, li, fieldset, input, pre, form, dl, dt, dd, hr {
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

/*
** PROGRAMMERS NOTE:
**   Using non-web standard font loaded via the header css which is loaded via the CDN.
**   Choose this font by reviewing WEB site f5.com
*/
h1, h2, h3, h4, h5, h6 {
    font-family: Nuesa;
}

h4 {
    margin-bottom: .25em !important;
}

h4, h5, h6 {
    font-size: 100%
}

hr {
    background: #ebebeb;
    border: none;
    height: 4px;
}

input {
    border-radius: 0;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 98%;
    font-weight: 400;
    outline: none;
    padding-left: 4px;
    margin-top: 3px;
    padding-top: 7px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

input:active {
    outline: none;
}

input:hover {
    color: #333;
    font-weight: 400;
    outline: none;
}

input:focus {
    color: #333;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    margin: 5px 0;
}

img, iframe {
    border: 0;
}

label {
    font-weight: bold;
    text-transform: capitalize;
}

ol, ul {
    margin-bottom: 1em;
    margin-top: 0;
    padding-left: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    font-size: 90%;
    padding: 10px;
    vertical-align: top;
}

th {
    background: #ADC5DC;
    border: 1px solid #e8edf1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 5px 8px 10px !important;
}

q:before, q:after {
    content: '';
}

sup, sub {
    font-size: 80%;
    line-height: 0;
    margin-left: -1px;
    _vertical-align: text-top;
}
