/********************************************************/
/* Version: v1.0.0
/* Project: http://osfpmsa.org
/* Note: HTML5 Normalize Style Setting
/****************************************************** */

@charset "utf-8";

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

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important;
}

html, body {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    /*white-space: normal;
    word-break: break-all;
    word-wrap: break-word;*/
}

html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    height: 100%;
    position: relative
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, audio[controls] canvas, progress, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}


/**/ [hidden], template {
    display: none;
}

/* Link Settings
/* ===================================================== 
*/ a {
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
    background-color: transparent;
    outline: 0 none;
}

a:hover {
    text-decoration: underline;
    outline: 0 none;
}

a:link, a:focus, a:active, a:visited, a[href^="tel:"] {
    text-decoration: none;
    outline: 0 none;
}

a img {
    border: none;
}

/* Typography Settings
/* ===================================================== 
*/ abbr[title], dfn[title], abbr, dfn, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

b, strong {
    font-weight: bold;
    line-height: inherit;
}

del {
    text-decoration: line-through;
}

em, i, dfn, ins {
    font-style: italic;
    line-height: inherit;
}

hr {
    border-top: 1px solid #ccc;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    width: 100%;
    border: none;
    margin: 10px 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #FF9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

code, kbd, pre, samp {
    font-family: monospace, monospace 'courier new';
    _font-family: 'courier new', monospace;
    font-size: 16px;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

blockquote, q {
    /*margin: 16px 40px;
    quotes: "\201C" "\201D" "\2018" "\2019";*/
    quotes: none
}

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

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top:  -0.5em;
}

sub {
    bottom: -0.25em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: bold;
    line-height: normal;
    display: block;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/* List Settings 
/* ===================================================== 
*/ ul, ol {
    margin: 0 0 15px 25px;
    padding: 0 0 0 30px;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}


dd {
    margin: 0 0 0 30px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* Midia Settings
/* ===================================================== 
*/ img {
    border: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    page-break-inside: avoid;
}

svg:not(:root) {
    overflow: hidden;
}

img, object, embed, video {
    max-width: 100%;
}

figure {
    margin: 16px 40px;
}

/* Form Settings
/* ===================================================== 
*/ fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    white-space: normal;
    border: none;
    padding: 0;
}

button, input, select, optgroup, textarea {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    vertical-align: baseline;
    line-height: normal;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

button, select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

optgroup {
    font-weight: bold;
}

input, select {
    vertical-align: middle;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**/ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**/ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-decoration, input[type="search"]::-webkit-search-results-button {
    -webkit-appearance: none;
    display: none;
}

/**/ button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
    margin: 0;
}
 
/**/ input:valid, textarea:valid {
}

/**/ input:invalid, textarea:invalid {
}

/**/ input:invalid:focus, textarea:invalid:focus, select:invalid:focus {
    border: 1px solid #C00 !important;
}

/**/ input[type="radio"]:invalid:focus, input[type="checkbox"]:invalid:focus {
    outline: 1px solid #C00 !important;
}

/**/ *|*:-moz-focusring, *|*:-moz-any-link:focus {
    outline: 1px dotted;
}

/* Tables Settings */ 
/* ===================================================== 
*/ table, tr, td, th {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

td, th {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

td {
    vertical-align: top;
}


/* Non-Semantic Helper Classes Settings */ 
/* ===================================================== 
*/ ::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hidden { /* Hide from both screenreaders and browsers */
    display: none !important;
}

.visuallyhidden { /* Hide only visually, but have it available for screen readers: h5bp.com/v */
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { /* Allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible { /* Hide visually and from screen readers, but maintain layout */
    visibility: hidden;
}


/*  Print Style Settings
/* ===================================================== 
*/ @media print {

*, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
}

a, a:visited {
    text-decoration: none;
}

a[href]:after {
    content: " (" attr(href) ")";
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}

pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tr, img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

p, h2, h3 {
    orphans: 3;
    widows: 3;
}

h2, h3 {
    page-break-after: avoid;
}

/**/ @page {
    margin: 0.5cm;
}
}
