/* BEGIN: CSS RESET RULES */
html,
nav,
a,
abbr,
acronym,
article,
address,
area,
aside,
b,
bdo,
big,
blockquote,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
img,
ins,
kbd,
label,
legend,
li,
map,
object,
ol,
p,
param,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.pager li > a, .pager li > span {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

    .pager li > a:focus, .pager li > a:hover {
        text-decoration: underline;
        background-color: transparent;
    }

body {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    min-width: 1000px;
    margin: 0;
    padding: 0;
    color: #000;
    background: white;
}

p {
    padding: 0 0 15px 0;
}

table {
    padding: 0 0 15px 0;
}

header {
    background: #fff;
}

hr {
float: none;
    clear: both;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid black;
    border-right-width: 0;
    border-right-style: none;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-left-width: 0;
    border-left-style: none;
    background: none;
    margin: 20px 0;
}

code,
pre {
    white-space: pre;
}

del {
    text-decoration: line-through;
}

dfn {
    font-weight: bold;
    font-style: italic;
}

em {
    font-style: italic;
}

fieldset {
    display: inline;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #000;
}

h1 {
    font-size: 25.5px;
    margin-bottom: 25px;
    text-align: center;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 22px;
    margin-bottom: 16px;
}

h5 {
    font-size: 20px;
    margin-bottom: 16px;
}

h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
    font-family: 'Myriad Pro', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    color: #4e4d4e;
}

aside h4,
aside h5,
aside h6 {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

ins {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

tt {
    display: block;
    margin: .5em 0;
    padding: .5em 1em;
}

ul,
ol {
    margin: 0 0 15px 30px;
}

.menu ul,
#header_resources ul,
#page_content_nav ul {
    margin: 0;
    padding: 0;
}

article ul,
aside ul,
article ol,
aside ol {
    list-style: inherit;
}

.skip {
    position: absolute;
    left: -999em;
}

a, a:focus {
    cursor: pointer;
    text-decoration: none;
    color: rgb(38, 113, 235);
    border: 0;
    outline: 0;
}

    a:hover {
        color: rgb(38, 113, 235);
        text-decoration: none;
    }

span.orange {
    color: #f5854b;
}

span.blue {
    color: #57add0;
}

span.view_all_icons {
    color: #215099;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input,
select {
    vertical-align: middle;
}
    input:focus,
    select:focus,
    button {
        outline: none;
    }

    select::-ms-expand {
        display: none;
    }

/* END: CSS RESET RULES */
