/*@font-face {
    font-family: "Avenir Heavy";
    src: url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/7ed39c78-4da5-42df-831b-798b2272d1ac.eot?#iefix");
    src: url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/7ed39c78-4da5-42df-831b-798b2272d1ac.eot?#iefix") format("eot"),
    url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/e9b44b79-923f-49b3-837c-290bc70628cc.woff2") format("woff2"),
    url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/fbd14ec6-aa86-4ccd-af83-931d5eb79910.woff") format("woff"),
    url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/0d230b6d-eb52-48b7-9c4b-c3f876465fe6.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Medium";
    src: url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/4b08ce72-f57c-4113-84ba-56062e307075.eot?#iefix");
    src: url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/4b08ce72-f57c-4113-84ba-56062e307075.eot?#iefix") format("eot"),
    url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/7839a002-2019-46e4-8db8-c8335356ceee.woff2") format("woff2"),
    url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/28433854-a1b7-4a30-b6a4-10c3a5c75494.woff") format("woff"),
    url("https://ocp.cscglobal.com/cdn/global/csc/styles/fonts/avenir/edcbf576-7e55-423b-9ec9-cf526614a117.ttf") format("truetype");
    font-weight: 550;
    font-style: normal;
}*/

/* BEGIN reset */

html {
    /* background: none repeat scroll 0 0 #003b5c; */
    background: none repeat scroll 0 0 #fff;
    color: #000000;
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    box-sizing: content-box;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

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

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

li {
    list-style: none outside none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

abbr, acronym {
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000000
}

:focus {
    outline: 0 none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

/* END reset css */

/*   BEGIN base css */

h1 {
    font-size: 138.5%
}

h2 {
    font-size: 123.1%
}

h3 {
    font-size: 108%
}

h1, h2, h3 {
    margin: 1em 0
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold
}

h5, h6 {
    margin: 0 0 1em
}

abbr[title], acronym[title] {
    text-decoration: underline;
    text-decoration: underline dotted #c7c7c7;
    cursor: help
}

em {
    font-style: italic;
}

blockquote, ul, ol, dl {
    margin: 1em
}

ol, ul, dl {
    margin-left: 2.14em
}

ol li {
    list-style: decimal outside none
}

ul li {
    list-style: disc outside none
}

dl dd {
    margin-left: 1em
}

th, td {
    border: 1px solid #000000;
    padding: 0.5em
}

th {
    font-weight: bold;
    text-align: center
}

cite {
    font-style: italic
}

caption {
    margin-bottom: 0.5em;
    text-align: center
}

p, fieldset, table, pre {
    margin-bottom: 1em
}

input[type="text"], input[type="password"], textarea {
    width: 12.25em
}

textarea {
    resize: none
}

/*body {
    font: 13px/1.231 'Avenir Medium', sans-serif;
}*/

body {
    font: 13px/1.231 sans-serif;
}

table {
    font-size: inherit;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%
}

hr {
    height: 0;
}


/* HTML5 display-role for older browsers plus attribute for components */
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, [component] {
    display: block
}

:focus,
:focus-within {
    outline: none;
}