html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

.no-border {
    border: none !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.sectionHeaders {
    text-align: center;
    margin: 18px 0 0 0;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    background: url("../../images/common/grey_1px.png") repeat-x 50%;
}

.sectionHeaders > div {
    font-family: "Helvetica W01";
    color: #bababa;
    font-weight: 700;
    display: inline-block;
    padding: 0 30px;
    margin: auto;
    background: #fff;
}

/*.sectionHeaders:before,
.sectionHeaders:after {
    content: "";
    height: 5px;
    border-bottom: 1px solid #bababa;
    width: 30%;
    margin-top: 13px;
}

.sectionHeaders:before {
    margin-left: 15px;
    float: left;
}

.sectionHeaders:after {
    margin-right: 15px;
    float: right;
}*/
/*

@media (min-width: 992px) and (max-width: 1199px) {
    .sectionHeaders:before,
    .sectionHeaders:after {
        width: 25%;
    }
}

@media (min-width: 801px) and (max-width: 991px) {
    .sectionHeaders:before,
    .sectionHeaders:after {
        width: 20%;
        margin-top: 9px;
    }

    .sectionHeaders > div {
        width: 396px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .sectionHeaders:before,
    .sectionHeaders:after {
        width: 20%;
        margin-top: 9px;
    }

    .sectionHeaders > div {
        width: 406px;
        font-size: 20px;
    }
}

@media (min-width: 715px) and (max-width: 767px) {
    .sectionHeaders:before,
    .sectionHeaders:after {
        width: 20%;
        margin-top: 9px;
    }

    .sectionHeaders > div {
        width: 375px;
        font-size: 20px;
    }
}

@media (min-width: 655px) and (max-width: 714px) {
    .sectionHeaders:before,
    .sectionHeaders:after {
        width: 20%;
        margin-top: 9px;
    }

    .sectionHeaders > div {
        width: 339px;
        font-size: 20px;
    }
}

@media (max-width: 654px) {
    .sectionHeaders > div {
        width: 329px;
        font-size: 20px;
    }

    .sectionHeaders:before,
    .sectionHeaders:after {
        width: 17%;
        margin-top: 11px;
    }
}
*/

a {
    text-decoration: none !important;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
input, textarea, select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
}

div, a, section, article, span, img, h1, h2, h3, h4, h5, h6 {
    -webkit-user-select: none;
    -moz-user-select: none;
}*/

