.circle {
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -o-border-radius: 9999px;
    border-radius: 9999px;
}

.half-circle {
    -webkit-border-radius: 0 0 9999px 9999px;
    -moz-border-radius: 0 0 9999px 9999px;
    -o-border-radius: 0 0 9999px 9999px;
    border-radius: 0 0 9999px 9999px;
}

.on-state {
    background-image: url('/Content/Images/nav_marker.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    color: #243d87 !important;
}

.inline-list {
    margin: 0;
    padding: 0;
}

    .inline-list li {
        float: left;
        display: inline;
        margin-bottom: 0;
    }

.red-btn {
    height: 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    padding-right: 9px !important;
    display: inline-block !important;
    background-repeat: no-repeat !important;
    background-position: right 0 !important;
    background-image: url('/Content/Images/btn-red-3.png') !important;
}

    .red-btn:hover {
        background-position: right -40px !important;
    }

        .red-btn:hover span {
            background-position: left -40px !important;
        }

            .red-btn:hover span span {
                color: #e51b24 !important;
                background-position: 6px -40px !important;
            }

    .red-btn span {
        height: inherit;
        line-height: inherit;
        background-image: url('/Content/Images/btn-red-1.png') !important;
        background-repeat: no-repeat !important;
        background-position: left 0 !important;
        padding-left: 6px;
        display: inherit;
    }

        .red-btn span span {
            height: inherit;
            line-height: inherit;
            background-image: url('/Content/Images/btn-red-2.png') !important;
            background-repeat: repeat-x !important;
            background-position: 6px 0 !important;
            display: inherit;
            padding-right: 4px;
            color: #fff !important;
        }

.rb-lrg {
    font-size: 21px !important;
}

    .rb-lrg span span {
        padding-right: 24px;
        padding-left: 24px;
        min-width: 250px;
    }

.header-shadow {
    -webkit-box-shadow: 0 8px 10px 0 rgba(50,50,50,0.5);
    -moz-box-shadow: 0 8px 10px 0 rgba(50,50,50,0.5);
    box-shadow: 0 8px 10px 0 rgba(50,50,50,0.5);
}

div.content-container {
    z-index: 400;
    display: block;
}

.mobile-header {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999;
    background-repeat: repeat-x;
    background-position: 50% 50%;
}

    .mobile-header .logo {
        padding: 20px 0;
        float: left;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url('/Content/Images/itel-logo-header-standard.png');
    }

        .mobile-header .logo .menu-trigger {
            display: block;
            float: left;
            margin-left: 10px;
            width: 34px;
            height: 34px;
            background-repeat: repeat-x;
            background-position: 50% 0;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            -o-border-radius: 7px;
            border-radius: 7px;
            cursor: pointer;
            border: 1px solid #6b6b6b;
        }

            .mobile-header .logo .menu-trigger img {
                display: block;
                margin: 11px auto auto;
            }

#menu {
    display: none;
}

#jPanelMenu-menu {
    background-color: #b7b8bf;
    -moz-box-shadow: inset 7px 0 7px #aaa;
    -webkit-box-shadow: inset 7px 0 7px #aaa;
    box-shadow: inset 7px 0 7px #aaa;
}

    #jPanelMenu-menu ul {
        margin-top: 20px;
    }

        #jPanelMenu-menu ul li {
            padding: 3px 12px 3px 14px;
        }

            #jPanelMenu-menu ul li a {
                color: #666;
                text-decoration: none;
                font-size: 15px;
                display: block;
                padding: 10px 6px;
            }

            #jPanelMenu-menu ul li ul {
                margin-top: 10px;
                margin-left: 0;
                margin-bottom: 0;
            }

                #jPanelMenu-menu ul li ul li {
                    padding-right: 0;
                }

                    #jPanelMenu-menu ul li ul li a {
                        background-color: transparent !important;
                        color: #666 !important;
                    }

                    #jPanelMenu-menu ul li ul li:last-child {
                        margin-bottom: 0;
                    }

                    #jPanelMenu-menu ul li ul li.active a {
                        color: #fff !important;
                        background-color: #0087cc !important;
                    }

            #jPanelMenu-menu ul li.active a, #jPanelMenu-menu ul li.parent-active a {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
                background-color: #2c558a;
                color: #fff;
            }

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.do-fix {
    z-index: 100000 !important;
    top: 90px !important;
    left: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: fixed !important;
    width: 100% !important;
}

.do-page-header-fix {
    height: 90px !important;
    z-index: 1 !important;
}

.main-nav-shadow {
    -webkit-box-shadow: 0 8px 10px 0 rgba(50,50,50,0.5);
    -moz-box-shadow: 0 8px 10px 0 rgba(50,50,50,0.5);
    box-shadow: 0 8px 10px 0 rgba(50,50,50,0.5);
}

.add-top-padding {
    padding-top: 70px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: #111f49;
    font-family: "myriad-pro",sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #1d2d47;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.wrapper {
    float: left;
    clear: both;
    width: 100%;
}

.container {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "myriad-pro-condensed",sans-serif;
    font-weight: 700;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 35px 0;
    line-height: 24px;
}

    p img {
        margin: 0;
    }

    p.lead {
        font-weight: 300;
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 35px;
    }

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 35px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
            color: #555;
        }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 45px;
    height: 0;
}

a, a:visited {
    color: #243d87;
    text-decoration: none;
    outline: 0;
}

    a:hover, a:focus {
        color: #243d87;
    }

p a, p a:visited {
    line-height: inherit;
}

ul, ol {
    margin-bottom: 35px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

    ul ul li, ul ol li, ol ol li, ol ul li {
        margin-bottom: 6px;
    }

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

img.scale {
    max-width: 100%;
    height: auto;
}

.button, .button:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #000;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#000),color-stop(1,#1b1b1b));
    background: -ms-linear-gradient(bottom,#000,#1b1b1b);
    background: -moz-linear-gradient(center bottom,#000 0,#1b1b1b 100%);
    background: -o-linear-gradient(#1b1b1b,#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b',endColorstr='#000000',GradientType=0);
    border-top: solid 1px #eee;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.75);
    cursor: pointer;
    margin-bottom: 35px;
    line-height: normal;
    padding: 15px 10px;
    font-family: "myriad-pro",sans-serif;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

    .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        color: #333;
        background: #f5f5f5;
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(1,#fff));
        background: -ms-linear-gradient(bottom,#eee,#fff);
        background: -moz-linear-gradient(center bottom,#eee 0,#fff 100%);
        background: -o-linear-gradient(#fff,#eee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
        border-top: solid 1px #eee;
        border-left: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #ddd;
    }

    .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
        background: #f5f5f5;
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(1,#fff));
        background: -ms-linear-gradient(bottom,#eee,#fff);
        background: -moz-linear-gradient(center bottom,#eee 0,#fff 100%);
        background: -o-linear-gradient(#fff,#eee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
        border-top: solid 1px #eee;
        border-left: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #ddd;
    }

    .button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

form {
    margin-bottom: 35px;
}

fieldset {
    margin-bottom: 35px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    border: 1px solid #306c9b;
    padding: 6px 4px;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "myriad-pro",sans-serif;
    font-size: 13px;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 35px;
    background: #fff;
}

select {
    padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

textarea {
    min-height: 60px;
}

label, legend {
    color: #0b4572;
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span, legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 17.5px !important;
}

.add-bottom {
    margin-bottom: 70px !important;
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

    .container .column, .container .columns {
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }

.row {
    margin-bottom: 20px;
}

.column.alpha, .columns.alpha {
    margin-left: 0;
}

.column.omega, .columns.omega {
    margin-right: 0;
}

.container .one.column, .container .one.columns {
    width: 40px;
}

.container .two.columns {
    width: 100px;
}

.container .three.columns {
    width: 160px;
}

.container .four.columns {
    width: 220px;
}

.container .five.columns {
    width: 280px;
}

.container .six.columns {
    width: 340px;
}

.container .seven.columns {
    width: 400px;
}

.container .eight.columns {
    width: 460px;
}

.container .nine.columns {
    width: 520px;
}

.container .ten.columns {
    width: 580px;
}

.container .eleven.columns {
    width: 640px;
}

.container .twelve.columns {
    width: 700px;
}

.container .thirteen.columns {
    width: 760px;
}

.container .fourteen.columns {
    width: 820px;
}

.container .fifteen.columns {
    width: 880px;
}

.container .sixteen.columns {
    width: 940px;
}

.container .one-third.column {
    width: 300px;
}

.container .two-thirds.column {
    width: 620px;
}

.container .offset-by-one {
    padding-left: 60px;
}

.container .offset-by-two {
    padding-left: 120px;
}

.container .offset-by-three {
    padding-left: 180px;
}

.container .offset-by-four {
    padding-left: 240px;
}

.container .offset-by-five {
    padding-left: 300px;
}

.container .offset-by-six {
    padding-left: 360px;
}

.container .offset-by-seven {
    padding-left: 420px;
}

.container .offset-by-eight {
    padding-left: 480px;
}

.container .offset-by-nine {
    padding-left: 540px;
}

.container .offset-by-ten {
    padding-left: 600px;
}

.container .offset-by-eleven {
    padding-left: 660px;
}

.container .offset-by-twelve {
    padding-left: 720px;
}

.container .offset-by-thirteen {
    padding-left: 780px;
}

.container .offset-by-fourteen {
    padding-left: 840px;
}

.container .offset-by-fifteen {
    padding-left: 900px;
}


@media only screen and (min-width:768px) and (max-width:959px) {
    .container {
        width: 768px;
    }

        .container .column, .container .columns {
            margin-left: 10px;
            margin-right: 10px;
        }

    .column.alpha, .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }

    .column.omega, .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }

    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }

    .container .one.column, .container .one.columns {
        width: 28px;
    }

    .container .two.columns {
        width: 76px;
    }

    .container .three.columns {
        width: 124px;
    }

    .container .four.columns {
        width: 172px;
    }

    .container .five.columns {
        width: 220px;
    }

    .container .six.columns {
        width: 268px;
    }

    .container .seven.columns {
        width: 316px;
    }

    .container .eight.columns {
        width: 364px;
    }

    .container .nine.columns {
        width: 412px;
    }

    .container .ten.columns {
        width: 460px;
    }

    .container .eleven.columns {
        width: 508px;
    }

    .container .twelve.columns {
        width: 556px;
    }

    .container .thirteen.columns {
        width: 604px;
    }

    .container .fourteen.columns {
        width: 652px;
    }

    .container .fifteen.columns {
        width: 700px;
    }

    .container .sixteen.columns {
        width: 748px;
    }

    .container .one-third.column {
        width: 236px;
    }

    .container .two-thirds.column {
        width: 492px;
    }

    .container .offset-by-one {
        padding-left: 48px;
    }

    .container .offset-by-two {
        padding-left: 96px;
    }

    .container .offset-by-three {
        padding-left: 144px;
    }

    .container .offset-by-four {
        padding-left: 192px;
    }

    .container .offset-by-five {
        padding-left: 240px;
    }

    .container .offset-by-six {
        padding-left: 288px;
    }

    .container .offset-by-seven {
        padding-left: 336px;
    }

    .container .offset-by-eight {
        padding-left: 384px;
    }

    .container .offset-by-nine {
        padding-left: 432px;
    }

    .container .offset-by-ten {
        padding-left: 480px;
    }

    .container .offset-by-eleven {
        padding-left: 528px;
    }

    .container .offset-by-twelve {
        padding-left: 576px;
    }

    .container .offset-by-thirteen {
        padding-left: 624px;
    }

    .container .offset-by-fourteen {
        padding-left: 672px;
    }

    .container .offset-by-fifteen {
        padding-left: 720px;
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 300px;
    }

        .container .columns, .container .column {
            margin: 0;
        }

        .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
            width: 300px;
        }

        .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
            padding-left: 0;
        }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container {
        width: 420px;
    }

        .container .columns, .container .column {
            margin: 0;
        }

        .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
            width: 420px;
        }
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    min-height: 10px;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

body #jPanelMenu-menu {
    display: none;
}

header.standard {
    background-color: #fff;
    height: 89px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #e1e1e2;
    font-family: "myriad-pro-condensed",sans-serif;
}

    header.standard .container {
        height: 90px;
    }

        header.standard .container a.logo {
            display: block;
            margin: 20px 0 0 11px;
        }

        header.standard .container nav {
            margin-top: 30px;
        }

            header.standard .container nav ul {
                float: right;
                margin: 0;
                padding: 0;
            }

                header.standard .container nav ul li {
                    margin-bottom: 0;
                    display: inline;
                    float: left;
                }

                    header.standard .container nav ul li a {
                        padding: 8px 16px 16px;
                        font-size: 18px;
                        font-weight: 400;
                        display: block;
                        text-transform: uppercase;
                    }

                        header.standard .container nav ul li a:hover {
                            background-image: url(/Content/Images/bg-nav-hover.png);
                            background-repeat: no-repeat;
                            background-position: center bottom;
                        }

                    header.standard .container nav ul li:last-child {
                        padding-left: 20px;
                    }

                        header.standard .container nav ul li:last-child a {
                            padding: 0;
                        }

                    header.standard .container nav ul li.here a {
                        background-image: url(/Content/Images/bg-nav-active.png);
                        background-repeat: no-repeat;
                        background-position: center bottom;
                    }

section.home-slider {
    background-color: #888;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    min-height: 500px;
}

    section.home-slider .container .page-header-content {
        padding-top: 90px;
        color: #fff;
    }

        section.home-slider .container .page-header-content h1 {
            text-transform: uppercase;
            margin: 110px 0 0 60px;
        }

    section.home-slider .container .home-slider-background-image {
        background-position: 50% 0;
        background-repeat: repeat-x;
        background-size: auto 500px;
    }

section.page-header-home .royalSlider {
    width: 100%;
    height: 500px;
    background-color: #050909;
    overflow: hidden;
}

    section.page-header-home .royalSlider .rsOverflow {
        width: 100%;
        height: 500px;
    }

    section.page-header-home .royalSlider .rsNav {
        bottom: 10px;
        height: 20px;
        left: 0;
        right: 0;
        display: block;
        position: absolute;
        margin: 0 auto;
        width: 200px;
    }

section.page-header-home div.home-slider-background-image {
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto 500px;
}

section.page-header-home .page-header {
    margin-top: 80px;
    min-height: 500px;
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
}

    section.page-header-home .page-header .nine {
        position: relative;
    }

        section.page-header-home .page-header .nine a.home-logo {
            display: block;
            margin: 10px 0 20px 0;
        }

        section.page-header-home .page-header .nine .client-logo {
            text-align: center;
            margin-top: 15px;
            margin-bottom: 30px;
            display: none;
        }

        section.page-header-home .page-header .nine h1 {
            font-size: 30px;
            line-height: 36px;
            color: #fff;
            text-shadow: 2px 2px 1px #000;
            margin-top: 140px;
        }

        section.page-header-home .page-header .nine .header-txt {
            color: #ccc;
            text-shadow: 2px 2px 1px #000;
        }

            section.page-header-home .page-header .nine .header-txt p {
                margin-bottom: 20px;
                font-size: 14px;
                line-height: 24px;
                font-weight: 600;
                padding-right: 50px;
            }

            section.page-header-home .page-header .nine .header-txt h1 {
                display: none;
            }

            section.page-header-home .page-header .nine .header-txt h2 {
                font-size: 14px;
                color: #fff;
                line-height: 16px;
                margin-bottom: 6px;
            }

            section.page-header-home .page-header .nine .header-txt H3 {
                font-size: 14px;
                line-height: 16px;
                font-weight: 300;
                color: #ccc;
            }

section.page-header {
    background-color: #888;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    min-height: 300px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10;
}

    section.page-header .container .page-header-content {
        padding-top: 90px;
        color: #fff;
    }

        section.page-header .container .page-header-content h1 {
            margin: 110px 0 10px 0;
            font-size: 53px;
            line-height: 72px;
        }

        section.page-header .container .page-header-content p {
            font-family: "myriad-pro-condensed",sans-serif;
            font-size: 33px;
            line-height: 41px;
            font-weight: 300;
        }

section.sub-navigation {
    background-color: #eef0f3;
    color: #fff;
    height: 60px;
    z-index: 400;
    font-family: "myriad-pro-condensed",sans-serif;
    position: relative;
}

    section.sub-navigation ul {
        margin: 0;
        padding: 0;
    }

        section.sub-navigation ul li {
            float: left;
            display: inline;
            margin-bottom: 0;
        }

        section.sub-navigation ul li {
            padding: 0 7px;
            line-height: 60px;
        }

            section.sub-navigation ul li a {
                font-size: 18px;
                padding: 4px 6px;
            }

                section.sub-navigation ul li a:hover {
                    background-color: #eef0f3;
                    color: #e51b24;
                }

            section.sub-navigation ul li:first-child span {
                padding-left: 0;
                padding-right: 0;
                font-size: 20px;
                color: #b5b8d9;
                text-transform: uppercase;
                padding-right: 28px;
                border-right: 2px solid #b5b8d9;
            }

            section.sub-navigation ul li.here a {
                background-color: #eef0f3;
                color: #e51b24;
            }

.top-header-spacer .container {
    padding-top: 70px;
}

section.gray-strip {
    background-color: #fff;
    font-family: "myriad-pro-condensed",sans-serif;
}

    section.gray-strip .container {
        border-top: 1px solid #e1e1e2;
        border-bottom: 1px solid #e1e1e2;
        padding-top: 50px;
    }

        section.gray-strip .container h1, section.gray-strip .container h2 {
            font-size: 45px;
            line-height: 45px;
            margin-bottom: 20px;
        }

        section.gray-strip .container h3 {
            color: #317093;
            font-style: italic;
            font-weight: 300;
            margin-bottom: 20px;
            font-size: 35px;
            line-height: 35px;
        }

        section.gray-strip .container p {
            font-size: 28px;
            line-height: 34px;
            color: #317093;
            font-weight: 300;
        }

        section.gray-strip .container a, section.gray-strip .container a:visited {
            color: #e51b24;
        }

section.standard {
    z-index: 400;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 20px 0;
}

    section.standard h1, section.standard h2, section.standard h3, section.standard h4, section.standard h5, section.standard h6 {
        font-family: "myriad-pro",sans-serif;
    }

    section.standard h3, section.standard h4, section.standard h5 {
        margin-bottom: 10px;
    }

    section.standard h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 400;
    }

    section.standard h5 {
        font-size: 18px;
    }

    section.standard h4 {
        font-size: 24px;
        color: #e51b24;
    }

    section.standard h3 {
        font-size: 26px;
        line-height: 30px;
    }

    section.standard h1, section.standard h2 {
        font-size: 35px;
        line-height: 35px;
    }

    section.standard ul {
        list-style-image: url(/Content/Images/list-bullet.png);
        margin-left: 14px;
    }

        section.standard ul li {
            line-height: 24px;
            margin-bottom: 20px;
        }

            section.standard ul li:last-child {
                margin-bottom: 0;
            }

    section.standard p a {
        color: #e51b24;
    }

        section.standard p a:hover {
            text-decoration: underline;
        }

    section.standard .split-header {
        width: 100%;
        float: left;
        margin-bottom: 35px;
        text-transform: uppercase;
    }

        section.standard .split-header div:first-child {
            float: left;
            width: 25%;
            padding-top: 6px;
        }

            section.standard .split-header div:first-child span {
                font-size: 28px;
                font-family: "myriad-pro-condensed",sans-serif;
                line-height: 20px;
                display: inline-block;
                border-right: 2px solid #1d2d47;
                padding-right: 4px;
                padding-bottom: 10px;
                font-weight: 700;
            }

        section.standard .split-header div:last-child {
            float: left;
            width: 75%;
        }

            section.standard .split-header div:last-child span {
                display: block;
                padding-left: 10px;
            }

    section.standard .centered-50-50 {
        text-align: center;
    }

    section.standard .special-centerline {
        background-image: url(/Content/Images/bg-centerline.png);
        background-repeat: repeat-x;
        background-position: left 56%;
        text-align: center;
        line-height: 44px;
        margin-bottom: 60px;
    }

        section.standard .special-centerline span {
            background-color: #fff;
            font-family: "myriad-pro-condensed",sans-serif;
            padding: 0 50px;
            -webkit-border-radius: 8;
            -moz-border-radius: 8;
            -ms-border-radius: 8;
            -o-border-radius: 8;
            border-radius: 8;
        }

    section.standard .steps .blu-dot {
        height: 60px;
        text-align: center;
        v-align: middle;
        background-image: url(/Content/Images/bg-blue-dot.png);
        background-repeat: no-repeat;
        background-position: center center;
        font-size: 30px;
        line-height: 56px;
        color: #fff;
    }

    section.standard .steps p {
        margin-bottom: 20px;
    }

    section.standard .steps strong {
        font-size: 24px;
        font-weight: 300;
        color: #19388a;
        text-transform: uppercase;
    }

    section.standard .steps .blu-line {
        text-align: left;
        text-transform: uppercase;
        background-color: #1d2d47;
        font-size: 24px;
        font-weight: 300;
        line-height: 24px;
        padding: 20px 10px;
        color: #fff;
    }

    section.standard .steps h6 {
        font-style: italic;
        font-weight: 600;
        font-size: 16px;
    }

    section.standard .analysis h3 {
        margin-bottom: 1px;
    }

    section.standard .analysis p {
        margin-bottom: 10px;
    }

    section.standard .page-facts .the-fact {
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

        section.standard .page-facts .the-fact h2 {
            color: #0c3897;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 6px;
        }

        section.standard .page-facts .the-fact h3 {
            font-size: 14px;
            font-weight: 600;
            color: #0c3897;
            line-height: 16px;
            margin-bottom: 4px;
        }

        section.standard .page-facts .the-fact p {
            font-size: 14px;
            margin-bottom: 14px;
            line-height: 18px;
        }

section.home .special-centerline {
    background-image: url(/Content/Images/bg-centerline-1px.png);
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0;
}

    section.home .special-centerline strong {
        font-size: 20px;
        font-weight: inherit;
        vertical-align: top;
    }

section.home .home-sub-tagline {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    font-family: "myriad-pro",sans-serif;
}

section.home .home-icon {
    float: left;
    width: 188px;
    background-image: url(/Content/Images/bg-centerline-1px.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70% 1px;
}

    section.home .home-icon a {
        display: block;
        text-align: center;
        padding-bottom: 12px;
        color: #e41e26;
        text-transform: uppercase;
        font-family: "myriad-pro-condensed",sans-serif;
        font-size: 24px;
    }

        section.home .home-icon a img {
            display: block;
        }

        section.home .home-icon a:hover {
            color: #39f;
        }

section.home-gray .container {
    padding: 30px 0;
}

    section.home-gray .container .sixteen {
        position: relative;
    }

        section.home-gray .container .sixteen span.get-app {
            float: right;
            margin-right: 20px;
        }

    section.home-gray .container h2 {
        color: #e41e26;
    }

    section.home-gray .container h3 {
        font-size: 28px;
    }

    section.home-gray .container p {
        font-family: "myriad-pro",sans-serif;
        font-size: 18px;
        color: #1d2d47;
        line-height: 24px;
        font-weight: 400;
    }

    section.home-gray .container h4 {
        font-size: 24px;
        padding-right: 30px;
    }

        section.home-gray .container h4 span {
            display: none;
        }

    section.home-gray .container .hlink-fix {
        position: relative;
    }

        section.home-gray .container .hlink-fix h4 {
            float: left;
        }

        section.home-gray .container .hlink-fix .htxt {
            display: block;
            float: left;
        }

        section.home-gray .container .hlink-fix a {
            display: block;
            float: right;
            width: 46px;
        }

            section.home-gray .container .hlink-fix a .red-dot {
                display: block;
                background-image: url(/Content/Images/bg-red-dot.png);
                background-repeat: no-repeat;
                background-position: center center;
                width: 46px;
                height: 46px;
                margin: 0 auto;
                color: #fff;
                line-height: 45px;
                font-family: "myriad-pro-condensed",sans-serif;
                font-size: 24px;
                text-align: center;
                font-weight: 400;
            }

    section.home-gray .container h4.go-linker {
        padding-right: 0;
    }

        section.home-gray .container h4.go-linker div {
            float: left;
            display: inline-block;
            width: 90%;
        }

        section.home-gray .container h4.go-linker a {
            display: inline-block;
            float: right;
            width: 46px;
        }

            section.home-gray .container h4.go-linker a .red-dot {
                display: block;
                background-image: url(/Content/Images/bg-red-dot.png);
                background-repeat: no-repeat;
                background-position: center center;
                width: 46px;
                height: 46px;
                margin: 0 auto;
                color: #fff;
                line-height: 45px;
                font-family: "myriad-pro-condensed",sans-serif;
                font-size: 24px;
                text-align: center;
                font-weight: 400;
            }

    section.home-gray .container .number-list .one {
        text-align: center;
    }

        section.home-gray .container .number-list .one span {
            display: block;
            background-image: url(/Content/Images/bg-black-dot.png);
            background-repeat: no-repeat;
            background-position: center center;
            width: 31px;
            height: 31px;
            margin: 2px auto;
            color: #fff;
            line-height: 30px;
            font-size: 20px;
        }

    section.home-gray .container .number-list .six p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 20px;
    }

    section.home-gray .container .home-viv h3 {
        margin-left: 10px;
    }

    section.home-gray .container .home-viv .video-container {
        margin-left: 10px;
        margin-bottom: 20px;
        position: relative;
    }

        section.home-gray .container .home-viv .video-container a {
            background-image: url("/Content/Images/icon-play.png");
            background-position: 50% 50%;
            background-repeat: no-repeat;
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 60;
        }

    section.home-gray .container .home-viv h4 {
        margin-left: 10px;
        line-height: 46px;
    }

    section.home-gray .container .home-center-row {
        margin-top: 50px;
        margin-bottom: 30px;
        text-align: center;
        background-image: url(/Content/Images/bg-centerline-1px-drk.png);
        background-repeat: repeat-x;
        background-position: center center;
    }

        section.home-gray .container .home-center-row .white-box {
            background-color: #fff;
            padding: 0 30px;
            display: inline-block;
        }

        section.home-gray .container .home-center-row .red-end {
            display: block;
            width: 16px;
            height: 16px;
            background-color: #fff;
            margin-top: 12px;
            background-repeat: no-repeat;
        }

            section.home-gray .container .home-center-row .red-end.left {
                float: left;
                padding-right: 14px;
                background-image: url(/Content/Images/icon-red-arrow.png);
                background-position: left center;
            }

            section.home-gray .container .home-center-row .red-end.right {
                float: right;
                padding-left: 14px;
                background-image: url(/Content/Images/icon-red-arrow-right.png);
                background-position: right center;
            }

footer {
    font-family: "myriad-pro-condensed",sans-serif;
}

    footer.top {
        background-image: url(/Content/Images/bg-footer-top.png);
        background-repeat: repeat-x;
        background-position: left top;
        border-top: 1px solid #fff;
        min-height: 77px;
    }

        footer.top div.enlist {
            margin-top: 20px;
            text-align: center;
        }

            footer.top div.enlist a {
                color: #243d87;
                font-size: 30px;
                font-weight: 300;
            }

    footer.middle {
        background-color: #122253;
        color: #fff;
        padding: 30px 0;
    }

        footer.middle ul {
            margin: 0;
            padding: 0;
        }

            footer.middle ul li {
                float: left;
                display: inline;
                margin-bottom: 0;
            }

        footer.middle nav ul li a {
            color: #fff;
            padding: 8px 12px;
            font-size: 18px;
            font-weight: 400;
            display: block;
        }

            footer.middle nav ul li a:hover {
                color: #9396c5;
            }

        footer.middle nav ul li:first-child {
            padding-left: 0;
        }

            footer.middle nav ul li:first-child a {
                padding-left: 0;
            }

        footer.middle nav ul li.here a {
            color: #9396c5;
        }

        footer.middle ul.footer-social {
            margin-top: 3px;
        }

            footer.middle ul.footer-social li {
                padding-left: 4px;
            }

                footer.middle ul.footer-social li a {
                    display: block;
                }

    footer.lower {
        min-height: 143px;
        color: #fff;
        background-image: url(/Content/Images/bg-footer-lower.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

        footer.lower p {
            padding-top: 8px;
            font-size: 13px;
        }

            footer.lower p a {
                margin-left: 10px;
                color: #1c86fd;
            }

                footer.lower p a:hover {
                    text-decoration: underline;
                }

        footer.lower a.logo {
            display: block;
            width: 102px;
            margin: 0 auto;
        }

div.video-container-lrg {
    background-color: #eee;
    padding: 60px 0;
}

    div.video-container-lrg div.video-box {
        width: 820px;
        margin: 0 auto;
        -webkit-box-shadow: 0 10px 20px 11px #787878;
        -moz-box-shadow: 0 10px 20px 11px #787878;
        box-shadow: 0 10px 20px 11px #787878;
        position: relative;
    }

        div.video-container-lrg div.video-box img {
            display: block;
        }

        div.video-container-lrg div.video-box a {
            background-image: url("/Content/Images/icon-play.png");
            background-position: 50% 50%;
            background-repeat: no-repeat;
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 60;
        }

address {
    margin-bottom: 25px;
}

div.contact-form-container {
    padding-top: 38px;
}

    div.contact-form-container h6 {
        font-size: 13px;
        color: #777;
        text-align: right;
    }

    div.contact-form-container input, div.contact-form-container textarea {
        margin-bottom: 0;
    }

    div.contact-form-container label span {
        color: #777;
        font-size: 13px;
    }

    div.contact-form-container input[type="submit"] {
        background: #122253;
        border: 0 none;
        margin-top: 0px;
        padding: 12px 30px;
    }

        div.contact-form-container input[type="submit"]:hover {
            color: #ccc;
        }

    div.contact-form-container .general_errors {
        display: none;
    }

    div.contact-form-container .ec {
        display: block;
        height: 14px;
        padding-left: 4px;
    }

        div.contact-form-container .ec p {
            margin-bottom: 0;
            color: red;
            font-size: 11px;
            line-height: 11px;
        }

.register form {
    width: 420px;
    margin-left: 10px;
}

div.contact-form-container.register h6 {
    text-align: left;
    display: block;
    clear: both;
    margin: 25px 15px;
    color: red;
}

.register form div {
    float: left;
    margin-right: 20px;
}

.register form p {
    display: block;
    clear: both;
}

.register .wantOption {
    width: 250px;
}

    .register .wantOption input {
        float: left;
    }

    .register .wantOption label {
        float: left;
        width: 215px;
        height: 35px;
    }

.register input[type="checkbox"] {
    margin-top: 3px;
}

.formFN input, .formLN input {
    width: 170px;
}

.formMN {
    width: 55px;
}

    .formMN input {
        width: 35px;
    }

.register input[type="text"],
.register input[type="password"],
.register input[type="email"],
.register input[type="tel"],
.register textarea, .register select {
    padding: 10px 15px;
}

.agreement {
    width: 250px;
}

.register select {
    width: 240px;
    margin-bottom: 0;
}

.register .message {
    display: block;
    clear: both;
    width: 550px;
}

    .register .message textarea {
        width: 470px;
    }

.register .submit {
    display: block;
    clear: both;
}

.register .input-validation-error {
    border: 1px solid red;
}

/* validation msg */
form div {
    position: relative;
    margin-bottom: 25px;
}

input[type="checkbox"] {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

div.contact-form-container input[type="submit"] {
    margin-right: 15px;
}

form .ec {
    display: block;
    height: 14px;
    padding-left: 4px;
    font-family: "myriad-pro",sans-serif;
    text-align: left;
    margin: 0;
}

    form .ec span {
        margin: 2px 0 0 0;
        color: red;
        font-size: 10px;
        line-height: 12px;
        display: block;
    }

@media only screen and (min-width:768px) and (max-width:959px) {
    header.standard .container nav ul li a {
        font-size: 17px;
        padding: 8px 8px 16px;
    }

        header.standard .container nav ul li a:hover {
            background-image: none;
        }

    section.home .home-icon {
        padding: 0 30px;
    }

    footer.middle .container div.eight {
        width: 100% !important;
        text-align: center;
    }

        footer.middle .container div.eight nav {
            display: inline-block;
            margin: 0 auto;
        }

    footer.middle .container div.ft1 {
        width: 384px !important;
    }

        footer.middle .container div.ft1 ul {
            float: right;
            margin-right: 10px;
        }

    footer.middle .container div.ft2 {
        width: 374px !important;
    }

        footer.middle .container div.ft2 ul {
            float: left;
            margin-left: 10px;
        }

    footer.lower p {
        text-align: center;
    }

    section.home-gray .container h4.go-linker div {
        width: 80%;
    }

    section.home-gray .container h4.go-linker a {
        margin-top: 26px;
    }

    section.home-gray .container .hlink-fix a {
        margin-top: 20px;
    }
}

@media only screen and (max-width:767px) {
    header.standard {
        display: none;
    }

    div.mobile-header {
        display: block;
    }

    footer.top div.enlist a {
        font-size: 28px;
    }

    footer.middle nav {
        display: inline-block;
        margin-bottom: 10px;
    }

        footer.middle nav ul li a {
            padding: 8px 12px;
        }

        footer.middle nav ul li:last-child {
            padding-right: 0;
        }

            footer.middle nav ul li:last-child a {
                padding-right: 0;
            }

    footer.middle .ft1 ul li {
        display: inline-block;
        width: 200px;
        text-align: center;
    }

    footer.middle .ft2 ul {
        display: inline-block;
        margin-left: 110px;
        margin-top: 14px;
    }

    footer.lower p {
        text-align: center;
        margin-bottom: 20px;
    }

    section.page-header-home .royalSlider {
        height: 300px;
    }

    section.page-header-home div.home-slider-background-image {
        background-size: auto 300px;
    }

    section.page-header-home .page-header {
        min-height: 300px;
    }

    section.page-header {
        display: none;
    }

    section.sub-navigation {
        display: none;
    }

    div.content-container {
        margin-top: 0 !important;
    }

        div.content-container section.standard .container {
            margin-top: 50px;
        }

        div.content-container section.standard .special-centerline {
            margin-bottom: 20px;
        }

        div.content-container section.home .container {
            margin-top: 0;
        }

        div.content-container .special-centerline {
            background-image: none;
        }

            div.content-container .special-centerline span {
                padding: 0;
                background-color: transparent;
            }

        div.content-container section.home-gray h2 {
            text-align: center;
        }

            div.content-container section.home-gray h2 span.get-app {
                float: none;
                margin-right: 0;
                display: block;
            }

        div.content-container section.home-gray h3 {
            text-align: center;
            font-size: 26px;
        }

        div.content-container section.home-gray h4 {
            font-size: 20px;
            padding-right: 0;
        }

            div.content-container section.home-gray h4 .red-dot {
                background-size: 36px 36px;
            }

        div.content-container section.home-gray .number-list {
            text-align: left;
        }

            div.content-container section.home-gray .number-list .one {
                display: none;
            }

                div.content-container section.home-gray .number-list .one span {
                    margin: 2px 0 4px;
                }

            div.content-container section.home-gray .number-list h4 {
                line-height: 20px;
                margin-bottom: 8px;
            }

                div.content-container section.home-gray .number-list h4 span {
                    background-image: url("/Content/Images/bg-black-dot.png");
                    background-position: center center;
                    background-repeat: no-repeat;
                    color: #fff;
                    display: block;
                    font-size: 20px;
                    height: 31px;
                    line-height: 30px;
                    width: 31px;
                    text-align: center;
                    float: left;
                    margin-right: 10px;
                    margin-top: -5px;
                }

        div.content-container section.home-gray .home-center-row {
            background-image: none;
        }

            div.content-container section.home-gray .home-center-row .red-end {
                display: none;
            }

            div.content-container section.home-gray .home-center-row .white-box {
                background-color: transparent;
                padding: 0;
            }

    .add-top-padding section.standard {
        padding-top: 1px;
    }

    footer.top div.enlist a {
        font-size: 28px;
    }

    section.standard .steps .blu-dot {
        margin-bottom: 10px;
    }

    section.standard .steps p {
        margin-bottom: 0;
    }

    div.video-container-lrg {
        padding: 20px 0;
    }

        div.video-container-lrg div.video-box {
            width: 390px;
        }

    footer.middle {
        padding: 10px 0;
    }

        footer.middle .container .eight {
            display: none;
        }

        footer.middle .container .ft1 {
            display: none;
        }

    section.home-gray .container h4.go-linker div {
        width: 88%;
    }

    section.home-gray .container .hlink-fix a {
        margin-top: 20px;
    }

    .register form {
        width: auto;
        margin-left: 0;
    }

        .register form div {
            float: none;
            margin-right: 20px;
            width: 100%;
        }

        .register form p {
            display: block;
            clear: both;
        }

    .register .wantOption {
        width: 250px;
    }

        .register .wantOption input {
            float: left;
        }

        .register .wantOption label {
            float: left;
            width: 215px;
            height: 35px;
        }

    .formFN input, .formLN input {
        width: 210px;
    }

    .formLN {
        display: block;
        clear: both;
    }

    .register .formFN {
        width: 170px;
        float: left;
    }

        .register .formFN input {
            width: 140px;
        }

    .register .formMN {
        width: 45px;
        float: left;
    }

    .formMN input {
        width: 20px;
    }

    .agreement {
        width: 80%;
    }

    .register select {
        width: 240px;
        margin-bottom: 0;
    }

    .register .message {
        display: block;
        clear: both;
        width: 250px;
    }

        .register .message textarea {
            width: 250px;
        }
}

@media only screen and (max-width:479px) {
    section.home .home-icon {
        width: 100%;
    }

        section.home .home-icon a {
            width: 100%;
        }

            section.home .home-icon a img {
                margin: 0 auto;
            }

    footer.middle .container .ft2 ul {
        margin-left: 60px;
    }

    section.home-gray .container .nine h4 {
        padding-right: 10px;
        line-height: 19px;
    }

    div.content-container section.home-gray h4 .red-dot {
        margin-top: -22px;
    }

    section.page-header-home .royalSlider {
        height: 200px;
    }

    section.page-header-home div.home-slider-background-image {
        background-size: auto 200px;
    }

    section.page-header-home .page-header {
        min-height: 200px;
    }

    div.video-container-lrg div.video-box {
        width: 260px;
    }

    div.content-container section.home-gray .number-list h4 {
        line-height: 20px;
        margin-bottom: 12px;
    }

        div.content-container section.home-gray .number-list h4 span {
            margin-top: 0;
        }

    section.home-gray .container h4.go-linker div {
        width: 80%;
    }

    section.home-gray .container .hlink-fix a {
        margin-top: 2px;
    }

    form .ec {
        position: static;
        left: 0;
        top: 0;
        text-align: left;
    }
}