/*****************************************************************
******************************************************************
 TYPO
******************************************************************
******************************************************************/

/* DEFAULT
------------------------------------------------------------------
-----------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea,
* body {
    font-family: MetaPlus, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    font-weight: normal;
    word-wrap: break-word !important;
}

h1 {
    font-size: 26px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    font-size: 19px;
    padding-bottom: 8px;
}

h4 {
    font-size: 16px;
    padding-bottom: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 {
    text-decoration: none;
}

h1 em {
    font-style: normal;
}

p {
    margin-bottom: 1em;
}

p+h2 {
    padding-top: 10px;
}

p+h3 {
    padding-top: 10px;
}

p+h4 {
    padding-top: 10px;
}

p+h5 {
    padding-top: 10px;
}

p+h6 {
    padding-top: 10px;
}

strong {
    font-weight: bold;
}

a:link {
    color: #529996;
    /*text-decoration: underline;*/
}

a:visited {
    color: #529996;
}

a:hover,
a:focus {
    color: #004a6c;
    background: none;
    text-decoration: underline;
}


/* CLASSED
------------------------------------------------------------------
-----------------------------------------------------------------*/

/* HEADINGS - FOCUSED - EMPHASIZED
-----------------------------------------------------------------*/
div.focused h1,
div.focused h2,
div.focused h3,
div.focused h4,
div.focused h5,
div.focused h6,
div.emphasized h1,
div.emphasized h2,
div.emphasized h3,
div.emphasized h4,
div.emphasized h5,
div.emphasized h6,
div.darkblue-box h1,
div.darkblue-box h2,
div.darkblue-box h3,
div.darkblue-box h4,
div.darkblue-box h5,
div.darkblue-box h6 {
    color: #fff;
}

/* PARAGRAPHS/COPY - EMPHASIZED
-----------------------------------------------------------------*/
div.emphasized * {
    color: #fff;
}

/* LINKS
-----------------------------------------------------------------*/

a.focus-link {
    float: right;
    display: inline-block;
    width: auto;
    padding: 6px 0px 6px 0;
    margin: 5px 0;
    color: #00a490;
    font-size: 115.5%;
    text-decoration: underline;
}

a.focus-link:hover {
    color: #00a490;
}