﻿@charset "utf-8";

.clr, .clear {
    clear: both
}

.Main-Heading {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 30px 0;
    margin-top: 20px;
    padding: 10px 0 0;
    color: #E3BE00;
    display: block
}

.Normal-Heading {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 0 0;
    color: #E3BE00;
    line-height: 34px;
    display: block
}


.Sub-Heading-Yellow {
    font-size: 24px;
    color: #E3BE00;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 8px 0;
}

.Sub-Heading {
    font-size: 24px;
    color: #323232;
    font-weight: bold;
    margin: 0 0 20px;
}


.Feature-Heading {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    color: #E3BE00;
    display: inline-block;
    font-family: "HelveticaNeueLTStd-Bd", "Helvetica","Arial",sans-serif;
}

.Paragraph {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-family: Helvetica-Normal,Helvetica,Arial,sans-serif;
    color: #666;
    letter-spacing: -.01em;
    font-size: 18px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px
}

.bullet {
    list-style: none
}

    .bullet li:nth-child(odd), ul li:nth-child(odd) span.bullet, ul li:nth-child(odd) font.bullet {
        list-style-type: none;
        border: none;
        padding: 0 0 0 0;
        margin: 0 0 0 1px;
        position: relative;
        z-index: 1;
    }

        .bullet li:nth-child(odd):before, ul li:nth-child(odd) span.bullet:before, ul li:nth-child(odd) font.bullet:before {
            background: url(../images/bullet-pink_n.png?v=1.4) no-repeat 0% 5px;
            position: absolute;
            left: -25px;
            top: 0;
            content: '';
            width: 50%;
            height: 100%;
            z-index: -1;
        }

    .bullet li:nth-child(even), ul li:nth-child(even) span.bullet, ul li:nth-child(even) font.bullet {
        list-style-type: none;
        border: none;
        padding: 0 0 0 0;
        margin: 0 0 0 1px;
        position: relative;
        z-index: 1;
    }

        .bullet li:nth-child(even):before, ul li:nth-child(even) span.bullet:before, ul li:nth-child(even) font.bullet:before {
            background: url(../images/bullet-blue_n.png?v=1.2) no-repeat 0% 5px;
            position: absolute;
            left: -25px;
            top: 0;
            content: '';
            width: 50%;
            height: 100%;
            z-index: -1;
        }

.Button-Yellow {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background: #E3BE00 !important;
    color: #fff !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

    .Button-Yellow:hover {
        border-color: #E3BE00;
        color: #E3BE00 !important;
        background-color: #fff !important
    }

    .Button-Yellow a {
        color: #fff;
    }

    .Button-Yellow:hover a {
        color: #E3BE00;
    }

.showmore-button {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #E3BE00;
    padding: 8px 90px;
    font-size: 20px;
    margin-top: 20px;
    font-family: HelveticaNeueLTStd-Bd;
    text-decoration: none;
    font-weight: 600;
    color: #E3BE00
}

    .showmore-button:hover {
        color: #000;
        text-decoration: none
    }

    .showmore-button a:hover {
        color: #000;
        text-decoration: none
    }

.Color-Blue {
    color: #4f81bd !important
}

.Color-Yellow {
    color: #E3BE00 !important
}

.Color-Black {
    color: #666666 !important
}

#DivMiddle table {
    width: 100%;
    border-collapse: collapse
}

    #DivMiddle table tr td, #DivMiddle table tr th {
        border: 1px solid #ccc;
        padding: 5px
    }

.noborder tr td, .noborder tr th {
    border: 0 !important
}

#dform table {
    width: auto;
    border-collapse: collapse
}

    #dform table tr td, #dform table tr th {
        border: 0 solid #ccc;
        padding: 5px
    }
