.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%;
}

.newsList_second .sectionHeaders {
    background: none;
}

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

.newsList_second .sectionHeaders > h2 {
    font-family: "Helvetica W01", "Helvetica", Arial, sans-serif;
    font-size: 48px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
}

.newsList_second .sectionHeaders > .sectionSubHeader {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 27px;
    width: 100%;
    font-family: "Neue Helvetica W01", "Helvetica", Arial, sans-serif;
    font-weight: 300;
    font-size: 27px;
    color: #000;
    text-transform: none;
}

@media only screen and (max-width: 1200px) {
    .newsList_second .sectionHeaders > h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .newsList_second .sectionHeaders > .sectionSubHeader {
        font-size: 24px;
    }
}


a {
    text-decoration: none !important;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

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

.help-wrap {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    margin: 100px 0 0;
    text-align: left;
}

.help-image {
    float: left;
    padding: 0 20px 0 0;
}

.help-title {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0 0;
}

.help-text {
    color: #444444;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

/*
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;
}*/

@media only screen and (max-width: 767px) {

    .sectionHeaders {
        margin: 15px auto -8px;
        background: none;
    	overflow-x: hidden;
    }
    .sectionHeaders > div {
            position: relative;
            float: none;
            display: inline-block;
            width: auto;
            margin: 0 auto;
            padding: 0 5px;
            font-size: 16px;
            color: #999;
    }

    .newsList_second .sectionHeaders > h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .sectionHeaders:before, .sectionHeaders:after {
        content: none;
    }

    .sectionHeaders > div:before, .sectionHeaders > div:after {
        	content: "";
            position: absolute;
            width: 1000px;
            margin: 11px 0;
            border-bottom: 1px solid;
        }
        .sectionHeaders > div:before {
        	left: -1000px;
        }
        .sectionHeaders > div:after {
        	right: -1000px;
        }

        .newsList_second .sectionHeaders > .sectionSubHeader {
            display: none;
        }
}
