*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 16px;
    overflow-x: hidden;
}

.centeredImage {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2125em;
}

.hero {
    position: relative;
}

    .hero .statement {
        visibility: visible;
        display: block;
        position: absolute;
        left: 18px;
        top: 18px;
        min-width: 50px;
        max-width: 330px;
        padding-top: 22px;
        padding-bottom: 32px;
        padding-left: 18px;
        padding-right: 18px;
        background-color: white;
        color: #333333;
        opacity: 0.9;
        font-weight: lighter;
        font-size: 30px;
    }

body {
    background: white;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: "Segoe UI", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/* Grid HTML Classes */
.row2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1600px;
    *zoom: 1;
}

.row3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 984px;
    *zoom: 1;
}

.row4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 764px;
    *zoom: 1;
}

/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1600px;
    *zoom: 1;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.centeredrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}

.centeredrow2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.full-width-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* responsive table not included in ZURB Foundation*/
.dataTable, .dataTable thead, .dataTable tbody, .dataTable tr, .dataTable th, .dataTable td {
    display: block;
}

.dataTable {
    text-align: right;
}

    .dataTable thead {
        position: absolute;
        top: -1111px;
        left: -1111px;
    }

    .dataTable td:before {
        float: left;
        padding: 0 10px 0 0;
        content: attr(data-label);
    }

    .dataTable td:last-child {
        border-bottom: 5px #d4e7ee solid;
    }

.oddRow {
    background: #fff;
}

.oddCol {
    background: #f5f8fd;
    padding-top: 4px;
    padding-bottom: 4px;
}

@media all and (max-width:800px) {
    .inline-list{
        margin-left: 20px;
    }
}

/* responsive table not included in ZURB Foundation*/
@media all and (max-width:640px) {
    .postTable, .postTable thead, .postTable tbody, .postTable tr, .postTable th, .postTable td {
        display: block;
    }

    .postTable {
        text-align: right;
    }

        .postTable thead {
            position: absolute;
            top: -1111px;
            left: -1111px;
        }

        .postTable td:before {
            float: left;
            padding: 0 10px 0 0;
            content: attr(data-label);
        }

        .postTable td:nth-child(1) {
            font-weight: bold;
        }

        .postTable td:nth-child(1) {
            font-weight: bold;
        }

        .postTable td:last-child {
            border-bottom: 5px #d4e7ee solid;
        }

    .oddRow {
        background: #fff;
    }

    .oddCol {
        background: #f5f8fd;
    }
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

/* remove the orbit slide number (n of m)*/
.orbit-container .orbit-slide-number {
    visibility: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.orbit-caption-blue {
    position: absolute;
    bottom: 0;
    background-color: black;
    background-color: rgba(0, 0, 255, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.875em;
}

.orbit-caption-orange {
    position: absolute;
    bottom: 0;
    background-color: black;
    background-color: rgba(255, 128, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.875em;
}

.orbit-caption-red {
    position: absolute;
    bottom: 0;
    background-color: black;
    background-color: rgba(255, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.875em;
}

.reveal-modal-bg {
    position: fixed;
}

.reveal-modal {
    position: fixed;
}

@media only screen and (max-width:640px) {
    .sub-nav {
        visibility: hidden;
    }

    .hero .statement {
        visibility: hidden;
    }
}

.bar {
    font-size: x-small;
    line-height: 7px;
}

@media all and (max-width:640px) {
    .bar {
        visibility: hidden;
        line-height: 0px;
    }
}

.footer {
    background-color: #6B6B6B;
    text-align: center;
    color: #fff;
}

    .footer i {
        font-size: 80px;
    }

    .footer h4 {
        color: #fff;
        font-size: 1em;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 1.2rem;
        margin-bottom: 10px;
    }

    .footer p, .footer a {
        font-weight: 300;
        font-size: .8em;
        color: #fff;
    }

@media only screen and (min-width: 40.063em) {
    .footer .columns:nth-child(n+2) {
        border-left: 1px solid #b3b3b3;
        min-height: 280px;
    }
}

.footer-links {
    list-style-type: none;
}

    .footer-links li {
        margin-top: .1em;
    }

.icon-bar > a:hover {
    background: #6B6B6B;
}

.icon-bar > * label {
    color: #fff;
}

.icon-bar > * i {
    color: #fff;
}

logoWhite {
    color: #fff;
}

td input[type="checkbox"] {
 float: left;
 margin: 0 auto;
 margin-top:7px;
 }

td button {
 float: right;
 margin: 0 auto;
 }

table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 1.0rem;
    color: #222222;
    text-align: left; 
}

div.switch label {
 position: relative;
 left: 0;
 z-index: 2;
 float: left;
 width: 50%;
 height: 100%;
 margin: 0 !important;
 font-weight: normal;
 text-align: left;
 transition: all 0.1s ease-out; 
 }

iv.file-inputs {
position: relative;
}

div.hidden-input {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
}

input.file {
position: relative;
    text-align: right;
-moz-opacity:0 ;
filter:alpha(opacity: 0);
opacity: 0;
z-index: 2;
}