/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Typography
- Sticky Nav
- Sub Nav
- Anchor 
- Input 
- Custom 
- Table
- Print Section 
- List
*/

/* TYPOGRAPHY 
––––––––––––––––––––––––––––––––––––––––––––––––––*/

header h4 {
    font-size: 2.4rem;
    text-align: center;
}

h4 {
    margin-bottom: 1rem !important;
}

h5 {
    color: #ffffff;
    background: #333333;
    font-size: 1.6rem !important;
    margin: 0px !important;
    padding: 5px !important;
    text-align: center;
    text-transform: uppercase;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 0px !important;
}


/* STICKY NAV 
––––––––––––––––––––––––––––––––––––––––––––––––––*/

nav {
    background: #333;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    border-top: 0;
}

nav.classPage {
    background: #007bbc !important;
}

nav.classPage ul li a:hover {
    background: #044060;
}

nav ul li {
    height: 40px;
    position: relative;
}

nav ul li a {
    color: #fff;
    display: block;
    font-family: 'Lato', sans-serif;
    height: 100%;
    width: 100%;
    line-height: 40px;
    padding: 0 0 0 5px;
}

nav ul {
    text-align: center;
    padding: 0;
    margin: 0;
    height: 52px;
}

nav li {
    list-style: none;
    display: inline-block;
    line-height: 40px;
}

nav ul > li > a {
    display: block;
    line-height: 37px;
    padding: 6px 5px;
    text-decoration: none;
}

nav ul > li > a:hover {
    color: #fff;
    background: #007bbc;
    padding: 6px 5px;
    margin: 0;
}


/* SUB NAV 
––––––––––––––––––––––––––––––––––––––––––––––––––*/


.subNav {
    width: 100%;
}

.subNav .heading {
    border-right: 1px solid #333;
    color: #333;
    padding: 0px 8px;
}

.subNav ul {
    border: 1px solid #333;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.subNav li {
    color: #ffffff;
    display: inline-block;
}

.subNav ul > li > a {
    color: #333;
    display: block;
    padding: 6px 5px;
    text-transform: uppercase;
}

.subNav ul > li > a:hover {
    text-decoration: none;
}


/* ANCHOR
––––––––––––––––––––––––––––––––––––––––––––––––––*/


a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

a.anchorVis {
    display: block;
    visibility: visible;
}


/* INPUT
––––––––––––––––––––––––––––––––––––––––––––––––––*/


input[type="checkbox"] {
    margin: 1px;
}

input[type="text"] {
    border: 1px solid #333333;
    color: #000000;
    font-size: 1.4rem;
    width: 100%;
    padding: 5px;
    margin: 0 0 15px 0;
}

input.small {
    width: 190px;
}

.fin input {
    width: 130px;
}

label {
    margin-left: 2px;
    margin-right: 4px;
}

select {
    margin-bottom: 0.5rem !important;
    padding: 5px;
}

textarea {
    min-height: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
}

.three.data input {
    margin: 0;
    padding: 5px;
    border: 1px solid #333333;
}


/* CUSTOM
––––––––––––––––––––––––––––––––––––––––––––––––––*/


.additional_acc {
    border: 1px dashed #000000;
    padding: 10px;
}

.center {
    text-align: center;
}

.divide {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 0px;
    margin: 0px;
}

.divider {
    border-top: 1px dotted #000000;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    margin: 50px 0;
}

.elasses {
    margin: 0 0 0 5px !important;
    width: 170px !important;
}

.instruction {
    background: #dff6ff;
    border: 1px dashed #888888;
    padding: 5px 0 6px 0;
    margin: 0 0 10px 0;
}

legend.ucsOnly {
    color: #888888 !important;
}

#sect,
#sect1,
#sect2,
#sect3,
#sect4,
#sect5,
#sect6,
#sect7,
#sect8,
#sect9,
#sect10,
#sect11 {
    width: 100%;
    margin: 25px 0;
}

.sign {
    margin: 40px 0 0 0;
    padding: 0;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #000000;
}

#topPage {
    height: 50px;
}

.request {
    padding: 10px 0;
}

.ucsOnly input {
    border-color: #888888 !important;
    color: #888888 !important;
}

.ucsOnly label {
    color: #888888 !important;
}


/* TABLE
––––––––––––––––––––––––––––––––––––––––––––––––––*/


fieldset {
    margin-top: 1.5rem;
    padding: 15px;
}

table th {
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
    text-align: center;
}

table {
    border: 1px solid #E1E1E1;
}

table td {
    text-align: center;
    border: 1px solid #e1e1e1;
}


/* PRINT SELECTION
––––––––––––––––––––––––––––––––––––––––––––––––––*/


.print_section {
    margin: 0 0 15px 0;
}

.print_section p.printbutton {
    float: left;
}

.print_section p.printbutton a {
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    background: #333333;
    display: block;
    float: left;
    margin: 3px;
    padding: 10px;
    border: 3px solid black;
}

.print_section p.printbutton a:hover {
    background: #555555;
}

/* BUTTONS
––––––––––––––––––––––––––––––––––––––––––––––––––*/

.button-primary {
    background-color: #333333 !important;
    border-color: #000000 !important;
}

.button-primary:hover {
    background-color: #555555 !important;
}

/* LIST
––––––––––––––––––––––––––––––––––––––––––––––––––*/

li {
    margin-bottom: 0px !important;
    list-style: none;
}

ul li label {
    font-size: 1.2rem;
}