/* Minification failed. Returning unminified contents.
(4682,17): run-time error CSS1036: Expected expression, found '!important'
 */
@font-face {
    font-family: 'gt-walsheim-regular';
    src: url('../Content/fonts/GT-Walsheim-Regular.svg') format('svg'),url('../Content/fonts/GT-Walsheim-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt-walsheim-bold';
    src: url('../Content/fonts/GT-Walsheim-Bold.svg') format('svg'),url('../Content/fonts/GT-Walsheim-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gt-walsheim-light';
    src: url('../Content/fonts/GT-Walsheim-Light.svg') format('svg'),url('../Content/fonts/GT-Walsheim-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

article {
    display: block;
}

aside {
    display: block;
}

details {
    display: block;
}

figcaption {
    display: block;
}

figure {
    display: block;
}

footer {
    display: block;
}

header {
    display: block;
}

hgroup {
    display: block;
}

nav {
    display: block;
}

section {
    display: block;
}

audio {
    display: inline-block;
}

canvas {
    display: inline-block;
}

video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -ms-overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
    line-height: 1.231;
    /*font-size: 100% !important;*/
}

body {
    font-family: 'gt-walsheim-regular';
}

button {
    color: rgb(34, 34, 34);
    font-family: 'gt-walsheim-regular';
}

input {
    color: rgb(34, 34, 34);
    font-family: 'gt-walsheim-regular';
}

select {
    color: rgb(34, 34, 34);
    font-family: 'gt-walsheim-regular';
}

textarea {
    color: rgb(34, 34, 34);
    font-family: 'gt-walsheim-regular';
}

abbr[title] {
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: rgb(204, 204, 204) currentColor currentColor;
    margin: 1em 0px;
    padding: 0px;
    height: 1px;
    display: block;
}

ins {
    background: rgb(255, 255, 153);
    color: rgb(0, 0, 0);
    text-decoration: none;
}

mark {
    background: rgb(255, 255, 0);
    color: rgb(0, 0, 0);
    font-style: italic;
    font-weight: bold;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    _font-family: "courier new", monospace;
}

code {
    font-family: monospace, monospace;
    font-size: 1em;
    _font-family: "courier new", monospace;
}

kbd {
    font-family: monospace, monospace;
    font-size: 1em;
    _font-family: "courier new", monospace;
}

samp {
    font-family: monospace, monospace;
    font-size: 1em;
    _font-family: "courier new", monospace;
}

pre {
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
}

q {
    quotes: none;
}

    q::before {
        content: none;
    }

    q::after {
        content: none;
    }

small {
    font-size: 85%;
}

sub {
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
    position: relative;
}

sup {
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul {
    margin: 1em 0px;
    padding: 0px 0px 0px 40px;
}

ol {
    margin: 1em 0px;
    padding: 0px 0px 0px 40px;
}

dd {
    margin: 0px 0px 0px 40px;
}

nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px currentColor;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0px;
}

form {
    margin: 0px;
}

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
}
/**********************************
    //Author           : Saifa
    //Creation Date    : 12 -9 -2018
    //Purpose          : As it was showing hand symbol for labels
    //************************************/
/*label {
	cursor: pointer;
}*/
legend {
    padding: 0px;
    border: 0px currentColor;
}

button {
    margin: 0px;
    font-size: 100%;
    vertical-align: baseline;
}

input {
    margin: 0px;
    font-size: 100%;
    vertical-align: baseline;
}

select {
    margin: 0px;
    font-size: 100%;
    vertical-align: baseline;
}

textarea {
    margin: 0px;
    font-size: 100%;
    vertical-align: baseline;
}

button {
    line-height: normal;
}

input {
    line-height: normal;
}

table button {
}

table input {
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type='button'] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type='reset'] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type='checkbox'] {
    box-sizing: border-box;
}

input[type='radio'] {
    box-sizing: border-box;
}

input[type='search'] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid {
    background-color: rgb(240, 221, 221);
}

textarea:invalid {
    background-color: rgb(240, 221, 221);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

address {
    font-style: normal;
}

html {
    overflow: scroll;
}

body {
    padding-bottom: 5em !important;
    font-family: 'gt-walsheim-regular';
    /*background-color: rgb(230, 235, 238) !important;*/
}

h1 {
    margin: 0px 0px 1.5em;
    padding: 0px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: 'gt-walsheim-bold';
    font-size: 2.46em;
    font-weight: normal;
    font-weight: bold;
}

    h1 .subhead {
        color: rgb(118, 118, 118);
        font-size: 85%;
        font-style: normal;
        display: block;
        font-weight: bold;
    }

h2 {
    margin: 0px 0px 0.5em;
    line-height: 1.25;
    font-family: 'gt-walsheim-bold';
    font-size: 1.85em;
    font-weight: normal;
    font-weight: bold;
}

h3 {
    margin: 0px 0px 0.25em;
    line-height: 1.2;
    font-family: 'gt-walsheim-bold';
    font-size: 1.54em;
    font-weight: normal;
    font-weight: bold;
}

h4 {
    line-height: 1.22;
    font-family: 'gt-walsheim-bold';
    font-size: 1.39em;
    font-weight: normal;
    font-weight: bold;
}

h5 {
    line-height: 1.22;
    font-family: 'gt-walsheim-regular';
    font-size: 1.39em;
    font-weight: normal;
    font-weight: bold;
}

h6 {
    line-height: 1.375;
    font-family: 'gt-walsheim-regular';
    font-size: 1.23em;
    font-weight: normal;
    font-weight: bold;
}

p {
    margin: 0px 0px 1.6em;
}

ul {
    margin: 0px 0px 1.6em;
}

ol {
    margin: 0px 0px 1.6em;
}

dl {
    margin: 0px 0px 1.6em;
}

ul ul {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

ul ol {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

ol ul {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

ol ol {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

p {
    line-height: 1.375;
    font-size: 1.23em;
}

li {
    line-height: 1.375;
    font-size: 1.23em;
}

dd {
    line-height: 1.375;
    font-size: 1.23em;
}

dt {
    line-height: 1.375;
    font-size: 1.23em;
}

li li {
    font-size: 100%;
}

ul.anchors {
    list-style: none;
    margin: 20px 0px;
    padding: 8px;
    border-top-color: rgb(185, 184, 187);
    border-bottom-color: rgb(185, 184, 187);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
}

    ul.anchors li {
        line-height: 1.6em;
        font-size: 1.1em;
        display: inline;
    }

a {
    /*color:black;
	text-decoration: none;*/
}

    a:visited {
        color: #333;
    }

    a:focus {
        /*color: rgb(240, 83, 50);*/
    }

    a:hover {
        /*color: rgb(0, 125, 186);*/
    }

    a:active {
        /*color: rgb(127, 128, 130);*/
        /*color:#ffed00;*/
    }

    a:hover {
        /*text-decoration: underline;*/
        background-color: #ffed00;
    }

    a:focus {
        /*text-decoration: underline;*/
        /*background-color:#ffed00;*/
    }

strong {
    font-family: 'gt-walsheim-bold';
    font-weight: normal;
    font-weight: bold;
}

bold {
    font-family: 'gt-walsheim-bold';
    font-weight: normal;
}

strong.accenttext {
    /*color: rgb(215, 65, 11);*/
}

bold.accenttext {
    /*color: rgb(215, 65, 11);*/
}

::selection {
        background: #FFED00;
    /* color: #FFED00; */
    text-shadow: none;
}

dt {
    margin: 1em 0px 0.25em;
    font-family: 'gt-walsheim-bold';
    font-weight: normal;
}

    dt span {
        font-family: 'gt-walsheim-regular';
        font-size: 90%;
        font-weight: normal;
    }

dd {
    margin-left: 1.5em;
}

    dd ul.inline {
        padding-top: 0px;
        margin-left: 10px;
    }

        dd ul.inline li {
            list-style: none;
            margin-right: 10px;
            display: inline;
        }

    dd li {
        margin-left: -10px;
    }

#page-wrapper {
    margin: 0px auto;
    width: 1000px;
    overflow: visible;
    position: relative;
    z-index: 0;
    background-color: rgb(255, 255, 255);
}

#launch-notice {
    overflow: visible;
    position: relative;
}

    #launch-notice img {
        top: 22px;
        right: -9px;
        position: absolute;
    }

#page-header {
    margin: 0px auto 15px 30px;
    width: 940px;
    overflow: visible;
    padding-bottom: 10px;
    border-bottom-color: rgb(185, 184, 187);
    border-bottom-width: 1px;
    float: left;
}

.generic#page-header {
    height: 100px;
}

    .generic#page-header #logo {
        top: 20px;
    }

.cuslogo {
    margin-right: 20px;
}

#site-title {
    /*left: 30px; top: 35px; width: 808.75px; font-family: 'gt-walsheim-bold'; font-size: 2.5em; float: left; position: absolute; z-index: 4;*/
    /*left: 30px; */
    /* top: 35px; */
    width: auto;
    font-family: 'gt-walsheim-bold';
    /*float: left !important;*/
    /*position: absolute !important;*/
    z-index: 4;
    float: left;
    margin-top: 14px;
}

    #site-title a {
        color: black;
        text-decoration: none;
        font-size: 2em;
        font-family: 'gt-walsheim-bold';
    }

        #site-title a:visited {
            color: black;
        }

        #site-title a:focus {
            /*color: rgb(0, 150, 214);*/
        }

        #site-title a:hover {
            /*color: rgb(0, 150, 214);*/
        }

        #site-title a:active {
            /*color: rgb(0, 150, 214);*/
        }

        #site-title a:hover {
            text-decoration: underline;
        }

        #site-title a:focus {
            text-decoration: underline;
        }

#header-utility {
    left: 260px;
    top: 5px;
    width: 553.75px;
    position: absolute;
    z-index: 3;
}

#utility-links {
    width: 300px;
    margin-top: 2px;
    float: left;
}

    #utility-links nav {
        margin: 0px;
        float: right;
    }

        #utility-links nav a {
            padding: 0px 6px 0px 0px;
            color: black;
            font-size: 11px;
        }

            #utility-links nav a:visited {
                color: black;
            }

            #utility-links nav a:focus {
                color: rgb(0, 150, 214);
            }

            #utility-links nav a:hover {
                color: rgb(0, 150, 214);
            }

            #utility-links nav a:active {
                color: rgb(118, 118, 118);
            }

#search {
    width: 212px;
    float: left;
}

    #search form {
        float: right;
    }

    #search input {
        background: url("/hpweb/experience/com/img/search-input-bg.gif") no-repeat left top white;
        margin: 0px 0px 0px 9px;
        padding: 0px 10px;
        border: currentColor;
        top: 0px;
        width: 139px;
        height: 28px;
        color: rgb(153, 153, 153);
        font-size: 12px;
        float: left;
        position: relative;
    }

        #search input:focus {
            color: rgb(0, 0, 0);
        }

    #search button {
        background: url("/hpweb/experience/com/img/search-button-bg.gif") no-repeat left top;
        margin: 0px;
        padding: 0px;
        border: currentColor;
        left: -5px;
        top: 0px;
        width: 24px;
        height: 28px;
        text-indent: -10000px;
        float: left;
        position: relative;
    }

        #search button:hover {
            background-position: 0px -40px;
        }

        #search button:focus {
            background-position: 0px -40px;
        }

        #search button:active {
        }

#logo {
    top: 35px;
    width: 72px;
    height: 72px;
    right: 30px;
    float: right;
    position: absolute;
    z-index: 2;
}

    #logo a {
        background: url("CSSImages/hp-logo.gif") no-repeat right top;
        width: 72px;
        height: 72px;
        text-indent: -10000px;
        display: block;
    }

    #logo img {
        display: none;
    }

#top-nav {
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto !important;
    margin-top: 60px;
    float: left;
    position: relative;
    z-index: 1000;
    min-height: 55px;
}

    #top-nav nav {
        background: url("CSSImages/top-nav-carrot.png") no-repeat 98% 25px;
        padding: 0px 17px 0px 0px;
        width: 103px;
        margin-top: 37px;
        margin-right: 10px;
        border-right-color: rgb(185, 184, 187);
        border-right-width: 1px;
        border-right-style: solid;
        float: left;
        display: inline;
        position: relative;
        z-index: 1000;
    }

        #top-nav nav header h2 {
            margin: 0px;
            padding: 0px;
            color: rgb(118, 118, 118);
            line-height: 1.25;
            font-family: 'gt-walsheim-bold';
            font-size: 17px;
            font-weight: bold;
        }

        #top-nav nav header p {
            margin: 0px;
            padding: 0px;
            color: rgb(118, 118, 118);
            line-height: 1.25;
            font-family: 'gt-walsheim-regular';
            font-size: 13px;
        }

        #top-nav nav header a {
            color: rgb(118, 118, 118);
            text-decoration: none;
            display: block;
        }

            #top-nav nav header a:visited {
                color: rgb(118, 118, 118);
            }

            #top-nav nav header a:focus {
                color: black;
            }

            #top-nav nav header a:hover {
                color: black;
            }

            #top-nav nav header a:active {
                color: black;
            }

            #top-nav nav header a:hover h2 {
                color: rgb(0, 0, 0);
                cursor: default;
                font-weight: bold;
            }

            #top-nav nav header a:hover p {
                color: rgb(0, 0, 0);
                cursor: default;
            }

        #top-nav nav .flyout-menu {
            background: url("CSSImages/top-nav-flyout-bg.png") no-repeat left 3px;
            padding: 25px 0px 10px;
            left: -11px;
            top: 34px;
            width: 220px;
            border-bottom-color: rgb(0, 150, 214);
            border-bottom-width: 3px;
            border-bottom-style: solid;
            position: absolute;
        }

            #top-nav nav .flyout-menu ul {
                margin: 0px;
                padding: 0px;
            }

                #top-nav nav .flyout-menu ul li {
                    margin: 0px 2px;
                    width: 216px;
                    line-height: 1.3;
                    background-color: rgb(255, 255, 255);
                }

                    #top-nav nav .flyout-menu ul li a {
                        padding: 6px 10px 5px;
                        color: rgb(118, 118, 118);
                        font-family: 'gt-walsheim-regular';
                        font-size: 15px;
                        display: block;
                    }

                        #top-nav nav .flyout-menu ul li a:visited {
                            color: rgb(118, 118, 118);
                        }

                        #top-nav nav .flyout-menu ul li a:focus {
                            color: black;
                        }

                        #top-nav nav .flyout-menu ul li a:hover {
                            color: black;
                        }

                        #top-nav nav .flyout-menu ul li a:active {
                            color: rgb(118, 118, 118);
                        }

                        #top-nav nav .flyout-menu ul li a span {
                            color: rgb(153, 153, 153);
                            font-size: 0.85em;
                            display: inline-block;
                        }

                        #top-nav nav .flyout-menu ul li a:hover {
                            color: rgb(255, 255, 255);
                            text-decoration: none;
                            background-color: rgb(0, 150, 214);
                        }

                        #top-nav nav .flyout-menu ul li a:focus {
                            color: rgb(255, 255, 255);
                            text-decoration: none;
                            background-color: rgb(0, 150, 214);
                        }

                        #top-nav nav .flyout-menu ul li a:hover span {
                            color: rgb(255, 255, 255);
                        }

                        #top-nav nav .flyout-menu ul li a:focus span {
                            color: rgb(255, 255, 255);
                        }

        #top-nav nav .megamenu.flyout-menu {
            width: 475px;
            background-image: url("CSSImages/top-nav-flyout-megamenu-bg.png");
        }

            #top-nav nav .megamenu.flyout-menu .megamenu-col {
                left: 0px;
                top: 0px;
                width: 210px;
                margin-right: 15px;
                float: left;
                position: relative;
            }

            #top-nav nav .megamenu.flyout-menu .megamenu-last.megamenu-col {
                margin-right: 0px;
            }

            #top-nav nav .megamenu.flyout-menu .topics li a {
                font-family: 'gt-walsheim-bold';
                font-weight: bold;
            }

            #top-nav nav .megamenu.flyout-menu .subtopics {
                margin: 0px;
                padding: 0px;
            }

                #top-nav nav .megamenu.flyout-menu .subtopics li {
                    margin: 0px;
                    width: auto;
                    line-height: 0.75;
                }

                    #top-nav nav .megamenu.flyout-menu .subtopics li a {
                        color: rgb(153, 153, 153);
                        padding-left: 20px;
                        font-family: 'gt-walsheim-regular';
                    }

                        #top-nav nav .megamenu.flyout-menu .subtopics li a:hover {
                            color: rgb(255, 255, 255);
                        }

        #top-nav nav.active {
            background-position: 98% -65px;
        }

        #top-nav nav.flyout-open {
            background-position: 98% -65px;
        }

        #top-nav nav.active h2 {
            color: rgb(0, 0, 0);
            font-weight: bold;
        }

        #top-nav nav.active p {
            color: rgb(0, 0, 0);
        }

        #top-nav nav.flyout-open h2 {
            color: rgb(0, 0, 0);
            font-weight: bold;
        }

        #top-nav nav.flyout-open p {
            color: rgb(0, 0, 0);
        }
/*#top-nav-new {
	left: 0px; top: 0px; width: 100%; height: auto !important; margin-top: 60px; float: left; position: relative; z-index: 1000; min-height: 55px;
}
#top-nav-new nav {
	background: url("CSSImages/top-nav-carrot.png") no-repeat 98% 25px; padding: 0px 17px 0px 0px; width: 140px; margin-top: 37px; margin-right: 10px; border-right-color: rgb(185, 184, 187); border-right-width: 1px; border-right-style: solid; float: left; display: inline; position: relative; z-index: 1000;
}*/
#top-nav-new {
    /*left: 0px; top: 0px; width: 100%; height: auto !important; margin-top: 60px; float: left; position: relative; z-index: 1000; min-height: 55px;*/
    /*left: 0px;
    top: 0px;
    width: 100%;
    height: auto !important;
    margin-top:60px;
    float: left;
    position: relative;
    z-index: 1000;
    min-height: 27px;*/
    /*left: 0px; */
    /* top: 0px; */
    /* width: 100%; */
    /* height: auto !important; */
    /* margin-top: 20px; */
    float: right;
    position: relative;
    z-index: 1000;
    min-height: 27px;
    text-align: right;
}

    #top-nav-new nav {
        /*background: url("CSSImages/top-nav-carrot.png") no-repeat 98% 25px; padding: 0px 17px 0px 0px; width: 140px; margin-top: 37px; margin-right: 10px; border-right-color: rgb(185, 184, 187); border-right-width: 1px; border-right-style: solid; float: left; display: inline; position: relative; z-index: 1000;*/
        background: url(CSSImages/top-nav-carrot.png) no-repeat 98% 25px;
        padding: 0;
        width: auto;
        margin-top: 0;
        margin-right: 0;
        border-right-color: rgb(185, 184, 187);
        border-right-width: 1px;
        border-right-style: solid;
        float: right;
        display: inline;
        position: relative;
        z-index: 1000;
    }

        #top-nav-new nav header h2 {
            margin: 0px;
            padding: 0px;
            color: rgb(118, 118, 118);
            line-height: 1.25;
            width: auto;
            font-family: 'gt-walsheim-bold';
            font-size: 16px;
            font-weight: bold;
        }

        #top-nav-new nav header p {
            margin: 0px;
            padding: 0px;
            color: rgb(118, 118, 118);
            line-height: 1.25;
            font-family: 'gt-walsheim-regular';
            font-size: 13px;
        }

        #top-nav-new nav header a {
            color: rgb(118, 118, 118);
            text-decoration: none;
            display: block;
        }

            #top-nav-new nav header a:visited {
                color: rgb(118, 118, 118);
            }

            #top-nav-new nav header a:focus {
                color: black;
            }

            #top-nav-new nav header a:hover {
                color: black;
            }

            #top-nav-new nav header a:active {
                color: black;
            }

            #top-nav-new nav header a:hover h2 {
                color: rgb(0, 0, 0);
                cursor: default;
                font-weight: bold;
            }

            #top-nav-new nav header a:hover p {
                color: rgb(0, 0, 0);
                cursor: default;
            }

        #top-nav-new nav .flyout-menu {
            left: -11px;
            top: 33px;
            position: absolute;
            -moz-top: 40px;
        }

            #top-nav-new nav .flyout-menu .flyout-box {
                padding: 14px 0px 20px;
                width: 220px;
                margin-top: 14px;
                border-right-color: rgb(204, 204, 204);
                border-bottom-color: rgb(0, 150, 214);
                border-left-color: rgb(204, 204, 204);
                border-right-width: 1px;
                border-bottom-width: 3px;
                border-left-width: 1px;
                border-right-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                float: left;
                background-color: rgb(255, 255, 255);
            }

            #top-nav-new nav .flyout-menu .topics {
                margin: 0px 15px 0px 0px;
                padding: 0px;
                left: 0px;
                top: 0px;
                width: 210px;
                float: left;
                position: relative;
            }

                #top-nav-new nav .flyout-menu .topics li {
                    margin: 0px 2px;
                    width: 216px;
                    line-height: 1.3;
                    background-color: rgb(255, 255, 255);
                }

                    #top-nav-new nav .flyout-menu .topics li a {
                        padding: 6px 10px 5px;
                        color: rgb(118, 118, 118);
                        font-family: 'gt-walsheim-bold';
                        font-size: 15px;
                        display: block;
                        font-weight: bold;
                    }

                        #top-nav-new nav .flyout-menu .topics li a span {
                            color: rgb(118, 118, 118);
                            font-family: 'gt-walsheim-bold';
                            font-size: 16px;
                            font-weight: bold;
                        }

                        #top-nav-new nav .flyout-menu .topics li a:visited {
                            color: rgb(118, 118, 118);
                        }

                        #top-nav-new nav .flyout-menu .topics li a:focus {
                            color: black;
                        }

                        #top-nav-new nav .flyout-menu .topics li a:hover {
                            color: black;
                        }

                        #top-nav-new nav .flyout-menu .topics li a:active {
                            color: rgb(118, 118, 118);
                        }

                        #top-nav-new nav .flyout-menu .topics li a span {
                            color: rgb(153, 153, 153);
                            font-size: 0.85em;
                            display: inline-block;
                        }

                        #top-nav-new nav .flyout-menu .topics li a:hover {
                            color: rgb(255, 255, 255);
                            text-decoration: none;
                            background-color: rgb(0, 150, 214);
                        }

                        #top-nav-new nav .flyout-menu .topics li a:focus {
                            color: rgb(255, 255, 255);
                            text-decoration: none;
                            background-color: rgb(0, 150, 214);
                        }

                        #top-nav-new nav .flyout-menu .topics li a:hover span {
                            color: rgb(255, 255, 255);
                        }

                        #top-nav-new nav .flyout-menu .topics li a:focus span {
                            color: rgb(255, 255, 255);
                        }

                #top-nav-new nav .flyout-menu .topics .subtopics {
                    margin: 0px 0px 0.5em;
                    padding: 0px;
                }

                    #top-nav-new nav .flyout-menu .topics .subtopics li {
                        margin: 0px;
                        padding: 0px;
                        width: auto;
                        line-height: 1.1;
                    }

                        #top-nav-new nav .flyout-menu .topics .subtopics li a {
                            color: rgb(153, 153, 153);
                            padding-left: 20px;
                            font-family: 'gt-walsheim-regular';
                        }

                            #top-nav-new nav .flyout-menu .topics .subtopics li a:hover {
                                color: rgb(255, 255, 255);
                            }

            #top-nav-new nav .flyout-menu .topics-last.topics {
                margin-right: 0px;
            }

        #top-nav-new nav .flyout-2col.flyout-menu .flyout-box {
            width: 445px;
        }

        #top-nav-new nav .flyout-3col.flyout-menu .flyout-box {
            width: 669px;
        }

        #top-nav-new nav.active {
            background-position: 98% -65px;
        }

        #top-nav-new nav.flyout-open {
            background-position: 98% -65px;
        }

        #top-nav-new nav.active h2 {
            color: rgb(0, 0, 0);
            font-weight: bold;
        }

        #top-nav-new nav.active p {
            color: rgb(0, 0, 0);
        }

        #top-nav-new nav.flyout-open h2 {
            color: rgb(0, 0, 0);
            font-weight: bold;
        }

        #top-nav-new nav.flyout-open p {
            color: rgb(0, 0, 0);
        }

/* Style for sign out menu */
.usrname {
    float: left;
    width: auto;
    line-height: 14px;
    margin-right: 10px;
    border-right: 1px solid #888;
    padding-right: 10px;
    /*margin-top: 2px;*/
    font-size: 18px;
    color: #000;
    font-family: 'gt-walsheim-regular';
    font-weight: bold;
}

#logInSection {
    float: left;
    width: 100%;
    padding-left: 30px;
    text-align: center;
}

    #logInSection p {
        color: #01009a;
        font-size: 24px;
        font-weight: bold;
        font-family: 'gt-walsheim-bold' !important;
        margin-bottom: 20px;
    }

.UIVendorTextBoxControlHasValue {
    margin-bottom: 15px;
}

input[type="checkbox"].UIVendorTextBoxControl {
    width: 15px !important;
}

#top-nav-new signout {
    /*padding: 0px 17px 0px 0px; width: 140px; margin-top: 37px; margin-right: 10px; border-right-color: rgb(185, 184, 187); border-right-width: 1px; border-right-style: solid; float: left; display: inline; position: relative; z-index: 1000;*/
    /*padding: 0px 17px 0px 0px; */
    width: auto;
    margin-top: 24px;
    /* margin-right: 10px; */
    border-right-color: rgb(185, 184, 187);
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
    /* display: inline; */
    /* position: relative; */
    z-index: 1000;
    color: #000;
    font-family: 'gt-walsheim-regular';
    font-weight: bold;
}

    #top-nav-new signout header h2 {
        margin: 0px;
        padding: 0px;
        color: rgb(118, 118, 118);
        line-height: 1.25;
        font-family: 'gt-walsheim-bold';
        font-size: 16px;
        font-weight: bold;
        float: left;
        width: auto;
    }

    #top-nav-new signout header p {
        margin: 0px;
        padding: 0px;
        color: rgb(118, 118, 118);
        line-height: 1.25;
        font-family: 'gt-walsheim-regular';
        font-size: 13px;
    }

    #top-nav-new signout header a {
        color: rgb(118, 118, 118);
        text-decoration: none;
        display: block;
    }

        #top-nav-new signout header a:visited {
            color: rgb(118, 118, 118);
        }

        #top-nav-new signout header a:focus {
            color: black;
        }

        #top-nav-new signout header a:hover {
            color: black;
        }

        #top-nav-new signout header a:active {
            color: black;
        }

        #top-nav-new signout header a:hover h2 {
            color: rgb(0, 0, 0);
            cursor: default;
            font-weight: bold;
        }

        #top-nav-new signout header a:hover p {
            color: rgb(0, 0, 0);
            cursor: default;
        }

    #top-nav-new signout .flyout-menu {
        left: -11px;
        top: 33px;
        position: absolute;
        -moz-top: 40px;
    }

        #top-nav-new signout .flyout-menu .flyout-box {
            padding: 14px 0px 20px;
            width: 220px;
            margin-top: 14px;
            border-right-color: rgb(204, 204, 204);
            border-bottom-color: rgb(0, 150, 214);
            border-left-color: rgb(204, 204, 204);
            border-right-width: 1px;
            border-bottom-width: 3px;
            border-left-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            float: left;
            background-color: rgb(255, 255, 255);
        }

        #top-nav-new signout .flyout-menu .topics {
            margin: 0px 15px 0px 0px;
            padding: 0px;
            left: 0px;
            top: 0px;
            width: 210px;
            float: left;
            position: relative;
        }
/* End of style for sign out menu */
#loginTable {
    padding: 0px;
    border-spacing: 0px;
    border: none;
    width: 810px;
    margin: 0 auto;
}

.usrnam {
    margin-bottom: 15px;
}

.creatacc {
    padding: 0px;
    border-spacing: 0px;
    border: none;
    width: 210px;
    margin: 0 auto;
}

input.UIVendorControl, .UIVendorTextBoxControl {
    width: 100% !important;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: black;
}

#InvoiceStatusCheck input.UIVendorControl, #InvoiceStatusCheck .UIVendorTextBoxControl {
    width: 155px !important;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: black;
}

#page-footer ul .VendorTable {
    width: 100%;
}

.VendorTable img {
    width: 100% !important;
}

#InvoiceStatusCheck .VendorTable img {
    width: auto !important;
}

.usrreg {
    margin: 0 auto;
    width: auto;
    padding: 0px;
    border-spacing: 0px;
}

a.linkdisabled {
    cursor: text;
    color: GrayText;
}

.regLogin {
    font-family: 'gt-walsheim-regular';
    color: #333;
    line-height: 36px;
    padding: 0px 0px !important;
    margin-bottom: 10px;
    margin-right: 0px;
    background-color: #fff !important;
    border-top-right-radius: 0px;
    width: 100% !important;
    text-decoration: none;
}

    .regLogin.frgtpswd {
        font-family: 'gt-walsheim-regular';
        color: #00c9ff !important;
        line-height: 36px;
        padding: 0px 0px !important;
        margin-bottom: 20px;
        float: right;
        margin-right: 0px;
        background-color: none !important;
        border-top-right-radius: 0px;
        width: auto !important;
    }

        .regLogin.frgtpswd:hover {
        }

.button-text {
    /*font-size: small;*/
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

#page-content {
    margin: 0px 80px;
    width: 1000px;
    overflow: hidden;
    clear: right;
    position: relative;
}

#sidebar {
    width: 171.25px;
    padding-top: 78px;
    margin-right: 20px;
    float: left;
    display: inline;
}

* html #sidebar {
    -ms-overflow-x: hidden;
}

    #sidebar header {
        margin: 0px 0px 0px 30px;
        width: 130px;
        overflow: visible;
        border-bottom-color: rgb(185, 184, 187);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        #sidebar header h3 {
            overflow: visible;
            margin-bottom: 14px;
            font-weight: bold;
        }

            #sidebar header h3 a {
                padding: 4px 15px 3px;
                color: rgb(118, 118, 118);
                font-size: 19px;
                margin-right: -15px;
                margin-left: -15px;
                display: block;
                -ms-zoom: 1;
            }

                #sidebar header h3 a:visited {
                    color: rgb(118, 118, 118);
                }

                #sidebar header h3 a:focus {
                    color: black;
                }

                #sidebar header h3 a:hover {
                    color: black;
                }

                #sidebar header h3 a:active {
                    color: rgb(118, 118, 118);
                }

                #sidebar header h3 a:hover {
                    color: rgb(255, 255, 255);
                    text-decoration: none;
                    background-color: rgb(0, 150, 214);
                }

                #sidebar header h3 a:focus {
                    color: rgb(255, 255, 255);
                    text-decoration: none;
                    background-color: rgb(0, 150, 214);
                }

            #sidebar header h3.active a {
                color: rgb(0, 0, 0);
            }

                #sidebar header h3.active a:hover {
                    color: rgb(255, 255, 255);
                }

                #sidebar header h3.active a:focus {
                    color: rgb(255, 255, 255);
                }

#sidenav {
    width: 175px;
    margin-top: 14px;
}

    #sidenav .topics {
        padding-left: 15px;
    }

        #sidenav .topics li {
            line-height: 1.2;
            margin-bottom: 9px;
        }

            #sidenav .topics li a {
                padding: 4px 15px 3px;
                width: 130px;
                color: rgb(118, 118, 118);
                font-family: 'gt-walsheim-bold';
                font-size: 19px;
                display: block;
            }

                #sidenav .topics li a:visited {
                    color: rgb(118, 118, 118);
                }

                #sidenav .topics li a:focus {
                    color: black;
                }

                #sidenav .topics li a:hover {
                    color: black;
                }

                #sidenav .topics li a:active {
                    color: rgb(118, 118, 118);
                }

                #sidenav .topics li a:hover {
                    color: rgb(255, 255, 255);
                    text-decoration: none;
                    background-color: rgb(0, 150, 214);
                }

                #sidenav .topics li a:focus {
                    color: rgb(255, 255, 255);
                    text-decoration: none;
                    background-color: rgb(0, 150, 214);
                }

            #sidenav .topics li .subtopics {
                margin: -3px 0px 12px;
                display: none;
            }

                #sidenav .topics li .subtopics li {
                    margin-bottom: -3px;
                }

                    #sidenav .topics li .subtopics li a {
                        padding: 4px 15px 3px;
                        color: rgb(118, 118, 118);
                        font-family: 'gt-walsheim-regular';
                        font-size: 15px;
                        display: block;
                    }

                        #sidenav .topics li .subtopics li a:visited {
                            color: rgb(118, 118, 118);
                        }

                        #sidenav .topics li .subtopics li a:focus {
                            color: black;
                        }

                        #sidenav .topics li .subtopics li a:hover {
                            color: black;
                        }

                        #sidenav .topics li .subtopics li a:active {
                            color: rgb(118, 118, 118);
                        }

                        #sidenav .topics li .subtopics li a:hover {
                            color: rgb(255, 255, 255);
                            text-decoration: none;
                            background-color: rgb(0, 150, 214);
                        }

                        #sidenav .topics li .subtopics li a:focus {
                            color: rgb(255, 255, 255);
                            text-decoration: none;
                            background-color: rgb(0, 150, 214);
                        }

            #sidenav .topics li.active a {
                color: rgb(0, 0, 0);
                font-family: 'gt-walsheim-bold';
            }

            #sidenav .topics li .subtopics li.active a {
                color: rgb(0, 0, 0);
                font-family: 'gt-walsheim-bold';
            }

            #sidenav .topics li.active a:hover {
                color: rgb(255, 255, 255);
            }

            #sidenav .topics li.active a:focus {
                color: rgb(255, 255, 255);
            }

            #sidenav .topics li .subtopics li.active a:hover {
                color: rgb(255, 255, 255);
            }

            #sidenav .topics li .subtopics li.active a:focus {
                color: rgb(255, 255, 255);
            }

#content {
    margin: 0px 0px 0px 18px;
    width: 681.25px;
    padding-bottom: 25px;
    float: left;
    display: inline;
}

* html #content {
    -ms-overflow-x: hidden;
}

    #content header h1 {
        margin-top: 0.6em;
        margin-bottom: 0.4em;
        font-weight: bold;
    }

    #content article {
        width: 553.75px;
    }

        #content article .featured-content {
            margin-bottom: 30px;
        }

    #content hr.section-break {
        border-width: 0px 0px 1px;
        margin: 0px 0px 16px;
        width: 681.25px;
        height: 1px;
        color: rgb(255, 255, 255);
        clear: both;
        border-bottom-color: rgb(185, 184, 187);
        border-bottom-style: solid;
        background-color: rgb(255, 255, 255);
    }

    #content hr.section-break-medium {
        border-width: 0px 0px 1px;
        margin: 0px 0px 16px;
        width: 681.25px;
        height: 1px;
        color: rgb(255, 255, 255);
        clear: both;
        border-bottom-color: rgb(185, 184, 187);
        border-bottom-style: solid;
        background-color: rgb(255, 255, 255);
    }

    #content hr.section-break-large {
        border-width: 0px 0px 1px;
        margin: 0px 0px 16px;
        width: 681.25px;
        height: 1px;
        color: rgb(255, 255, 255);
        clear: both;
        border-bottom-color: rgb(185, 184, 187);
        border-bottom-style: solid;
        background-color: rgb(255, 255, 255);
    }

    #content hr.section-break-medium {
        height: 31px;
    }

    #content hr.section-break-large {
        height: 81px;
    }

    #content aside {
        margin: 0px;
        padding: 0px;
        width: 681.25px;
    }

    #content h2 {
        margin-bottom: 0.4em;
        font-weight: bold;
    }

        #content h2.section-break {
            width: 681.25px;
            padding-bottom: 9px;
            margin-top: 70px;
            margin-bottom: 25px;
            border-bottom-color: rgb(185, 184, 187);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

        #content h2 .indicator {
            top: -3px;
            position: relative;
        }

    #content p.intro {
        line-height: 1.22;
        font-size: 1.39em;
    }

    #content li {
        margin-bottom: 0.25em;
    }

    #content img {
        margin-bottom: 1.5em;
    }

    #content table {
        margin-bottom: 1.5em;
    }

        #content table thead th {
            padding: 10px 10px 3px;
            text-align: left;
            line-height: 1.375;
            font-size: 1.15em;
            vertical-align: bottom;
            border-bottom-color: rgb(185, 184, 187);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

        #content table tbody th {
            padding: 10px 15px 10px 0px;
            text-align: left;
            line-height: 1.375;
            font-size: 1.15em;
            vertical-align: top;
            border-bottom-color: rgb(185, 184, 187);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

        #content table tbody td {
            padding: 10px;
            text-align: left;
            line-height: 1.375;
            font-size: 1.15em;
            vertical-align: top;
            border-bottom-color: rgb(185, 184, 187);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

    #content div#side {
        margin: 0px 0px 10px 40px;
        width: 300px;
        padding-left: 6px;
        clear: right;
        float: right;
    }

        #content div#side h2 {
            margin: 0px 0px 0px 3px;
            padding: 10px 7px 3px;
            font-size: 110%;
            border-top-color: rgb(185, 184, 187);
            border-top-width: 1px;
            border-top-style: dotted;
            font-weight: bold;
        }

        #content div#side ul {
            list-style: none;
            margin: 10px 18px 30px 10px;
            padding: 0px;
        }

            #content div#side ul li {
                font-size: 1.1em;
            }

        #content div#side p {
            margin: 0px 10px 1em;
            font-size: 110%;
        }

.grid-container {
    overflow: hidden;
}

    .grid-container .grid-row {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 25px;
        float: left;
        display: inline;
    }

    .grid-container .grid-col {
        left: 0px;
        top: 0px;
        width: 23%;
        margin-right: 2%;
        float: left;
        display: inline;
        position: relative;
    }

        .grid-container .grid-col ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

    .grid-container .last.grid-col {
        margin-right: 0px !important;
    }

    .grid-container .col-divider.grid-col {
        width: 20%;
        padding-bottom: 3em;
        padding-left: 2%;
        border-left-color: rgb(170, 170, 170);
        border-left-width: 1px;
        border-left-style: solid;
    }

    .grid-container .grid-col .download-list li {
        line-height: 1.3;
    }

    .grid-container .grid-col .download-list .info {
        line-height: 1.3;
        margin-bottom: 1em;
        display: block;
    }

    .grid-container .grid-thumbnail {
        width: 160px;
        height: 125px;
        margin-bottom: 1.5em;
        position: relative;
    }

        .grid-container .grid-thumbnail a {
            border: 3px solid rgb(238, 238, 238);
            width: 154px;
            height: 119px;
            display: block;
            position: relative;
        }

            .grid-container .grid-thumbnail a:hover {
                border-color: rgb(215, 65, 11);
            }

            .grid-container .grid-thumbnail a:focus {
                border-color: rgb(215, 65, 11);
            }

            .grid-container .grid-thumbnail a:active {
                border-color: rgb(0, 0, 0);
            }

        .grid-container .grid-thumbnail .indicator {
            left: 9px;
            top: 9px;
            letter-spacing: 0.07em;
            font-family: 'gt-walsheim-regular';
            position: absolute;
            z-index: 100;
        }

        .grid-container .grid-thumbnail img {
            left: 0px;
            top: 0px;
            width: 154px;
            height: 119px;
            position: absolute;
            z-index: 0;
        }

.explore.grid-container .grid-thumbnail a {
    border-color: rgb(255, 255, 255);
}

    .explore.grid-container .grid-thumbnail a h3 {
        margin: 0px;
        padding: 9px 5px 9px 10px;
        left: 0px;
        width: 139px;
        bottom: 0px;
        line-height: 1.1;
        font-size: 1.4em;
        text-decoration: none;
        position: absolute;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.75);
        font-weight: bold;
    }

    .explore.grid-container .grid-thumbnail a:visited h3 {
        /*color: rgb(0, 125, 186);*/
        font-weight: bold;
    }

    .explore.grid-container .grid-thumbnail a:hover {
        border-color: rgb(255, 255, 255);
        text-decoration: none;
    }

        .explore.grid-container .grid-thumbnail a:hover h3 {
            color: rgb(255, 255, 255);
            background-color: rgba(0, 157, 207, 0.8);
            font-weight: bold;
        }

    .explore.grid-container .grid-thumbnail a:active h3 {
        color: rgb(255, 255, 255);
        background-color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
    }

    .explore.grid-container .grid-thumbnail a:focus h3 {
        color: rgb(255, 255, 255);
        background-color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
    }

.examples.grid-container .grid-col h3 {
    margin-left: 3px;
    font-weight: bold;
}

.examples.grid-container .grid-col p {
    margin-left: 3px;
}

.inspire.grid-container {
    width: 950px;
    margin-top: 50px;
    border-top-color: rgb(185, 184, 187);
    border-top-width: 1px;
    border-top-style: solid;
}

    .inspire.grid-container .grid-col {
        width: 230px;
        margin-right: 0px;
        margin-left: 8px;
    }

        .inspire.grid-container .grid-col .modal-abstract {
            padding-bottom: 3em;
            border-top-color: rgb(185, 184, 187);
            border-top-width: 1px;
            border-top-style: solid;
        }

        .inspire.grid-container .grid-col :first-child.modal-abstract {
            border-top-color: currentColor;
            border-top-width: medium;
            border-top-style: none;
        }

        .inspire.grid-container .grid-col img {
            padding-top: 15px;
        }

        .inspire.grid-container .grid-col h3 {
            font-size: 1.4em;
            margin-left: 3px;
            font-weight: bold;
        }

        .inspire.grid-container .grid-col p {
            font-size: 1.15em;
            margin-left: 3px;
        }

    .inspire.grid-container :first-child.grid-col {
        margin-left: 0px;
    }

.one-column.grid-container .grid-col {
    width: 99%;
}

.two-column.grid-container .grid-col {
    width: 48%;
}

.three-column.grid-container .grid-col {
    width: 30%;
}

#utilities {
    top: 0px;
    width: 107.5px;
    right: 0px;
    float: right;
    position: absolute;
}

    #utilities .info {
        margin: 78px 0px 14px 18px;
        line-height: 13px;
    }

#download-btn {
    margin: 0px 0px 20px 18px;
    width: 90px;
    height: 124px;
}

    #download-btn a {
        background: url("CSSImages/tab-button-download.png") no-repeat 0px 0px;
        padding: 68px 5px 0px;
        height: 60px;
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-decoration: none;
        display: block;
    }

        #download-btn a:visited {
            color: rgb(0, 0, 0);
        }

        #download-btn a:hover {
            background-position: 0px -150px;
            color: rgb(255, 255, 255);
        }

        #download-btn a:focus {
            background-position: 0px -150px;
            color: rgb(255, 255, 255);
        }

        #download-btn a:active {
            background-position: 0px -300px;
            color: rgb(255, 255, 255);
        }

#drawer-overlay {
    padding: 20px 0px;
    border-top-color: rgb(0, 150, 214);
    border-bottom-color: rgb(0, 150, 214);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: rgb(255, 255, 255);
}

    #drawer-overlay header {
        padding-left: 30px;
    }

        #drawer-overlay header h6 {
            margin: 0.5em 0px 15px;
            font-family: 'gt-walsheim-bold';
            font-size: 2.5em;
        }

    #drawer-overlay h3 {
        font-family: 'gt-walsheim-bold';
        margin-bottom: 1em;
        font-weight: bold;
    }

    #drawer-overlay p.download-large {
        line-height: 1.4;
        clear: both;
        font-size: 17px;
        margin-bottom: 1em;
    }

        #drawer-overlay p.download-large .info {
            font-size: 14px;
        }

    #drawer-overlay img {
        margin-bottom: 5px;
    }

    #drawer-overlay footer {
        margin: 2em 0px 0px 33px;
    }

    #drawer-overlay .grid-container {
        margin-left: 30px;
    }

    #drawer-overlay ul.download-list {
        font-size: 14px;
    }

    #drawer-overlay ul.icon-list {
        font-size: 14px;
    }

    #drawer-overlay .close-btn {
        top: 10px;
        right: 10px;
        position: absolute;
        z-index: 1001;
    }

        #drawer-overlay .close-btn a {
            background: url("CSSImages/close-btn.png") no-repeat 0px 0px;
            width: 32px;
            height: 32px;
            text-indent: -1000px;
            display: block;
        }

            #drawer-overlay .close-btn a:hover {
                background-position: 0px -32px;
            }

            #drawer-overlay .close-btn a:focus {
                background-position: 0px -32px;
            }

            #drawer-overlay .close-btn a:active {
                background-position: 0px -64px;
            }

#drawer-underlay {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgb(0, 0, 0);
}

#page-utilities {
    background: url("CSSImages/page-utilities-bg.png") no-repeat 0px 0px white;
    margin: 0px 0px 10px 18px;
    width: 90px;
    height: 114px;
}

    #page-utilities ul {
        margin: 0px;
        padding: 13px 0px 0px;
        list-style-type: none;
    }

    #page-utilities a {
        color: rgb(118, 118, 118);
        padding-left: 33px;
        font-size: 11px;
        text-decoration: none;
    }

        #page-utilities a:visited {
            color: rgb(118, 118, 118);
        }

        #page-utilities a:focus {
            color: rgb(215, 65, 11);
        }

        #page-utilities a:hover {
            color: rgb(215, 65, 11);
        }

        #page-utilities a:active {
            color: black;
        }

#utility-email a {
    height: 20px;
    display: block;
}

#utility-print a {
    height: 20px;
    display: block;
}

#utility-bookmark a {
    height: 20px;
    display: block;
}

#utility-email a {
    background: url("CSSImages/page-utilities-email.png") no-repeat 0px 0px;
    margin-bottom: 15px;
}

    #utility-email a:hover {
        background-position: 0px -50px;
    }

    #utility-email a:focus {
        background-position: 0px -50px;
    }

    #utility-email a:active {
        background-position: 0px -100px;
    }

#utility-print a {
    background: url("CSSImages/page-utilities-print.png") no-repeat 3px 0px;
    margin-bottom: 15px;
}

    #utility-print a:hover {
        background-position: 3px -50px;
    }

    #utility-print a:focus {
        background-position: 3px -50px;
    }

    #utility-print a:active {
        background-position: 3px -100px;
    }

#utility-bookmark a {
    background: url("CSSImages/page-utilities-bookmark.png") no-repeat 4px 0px;
}

    #utility-bookmark a:hover {
        background-position: 4px -50px;
    }

    #utility-bookmark a:focus {
        background-position: 4px -50px;
    }

    #utility-bookmark a:active {
        background-position: 4px -100px;
    }

.related-links .icon-list {
    padding-left: 0px;
}

#content-feedback {
    margin-bottom: 75px;
}

#page-footer {
    margin: 0px auto;
    padding: 20px 0px;
    width: 1000px;
    text-align: right;
    overflow: hidden;
    border-top-color: rgb(230, 235, 238);
    border-top-width: 10px;
    border-top-style: solid;
}

    #page-footer p {
        font-size: 13px;
    }

    #page-footer li {
        font-size: 13px;
    }

    #page-footer ul {
        margin: 0px 0px 17px;
        padding: 0px;
        text-align: right;
        right: 30px;
        float: right;
        position: relative;
    }

        #page-footer ul li {
            left: 0px;
            top: 0px;
            margin-left: 14px;
            vertical-align: top;
            display: inline;
            list-style-type: none;
            position: relative;
        }

            #page-footer ul li a {
                color: black;
                font-family: 'gt-walsheim-regular';
                vertical-align: top;
            }

                #page-footer ul li a:visited {
                    color: black;
                }

                #page-footer ul li a:focus {
                    color: rgb(0, 150, 214);
                }

                #page-footer ul li a:hover {
                    color: #000000;
                }

                #page-footer ul li a:active {
                    color: rgb(118, 118, 118);
                }

                #page-footer ul li a.rss.icon {
                    background-position: 4px 4px;
                }

#copyright {
    margin: 0px;
    text-align: right;
    right: 30px;
    clear: both;
    float: right;
    position: relative;
}

body.home #content {
    width: 1000px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    display: inline;
}

* html body.home #content {
    -ms-overflow-x: hidden;
}

    body.home #content article {
        width: 1000px;
    }

body.home #col-left {
    padding: 40px;
    width: 240px;
    border-right-color: rgb(230, 235, 238);
    border-right-width: 10px;
    border-right-style: solid;
    float: left;
    display: inline;
}

body.home #col-center {
    padding: 40px;
    width: 240px;
    border-right-color: rgb(230, 235, 238);
    border-right-width: 10px;
    border-right-style: solid;
    float: left;
    display: inline;
}

body.home #col-right {
    padding: 40px;
    width: 240px;
    border-right-color: rgb(230, 235, 238);
    border-right-width: 10px;
    border-right-style: solid;
    float: left;
    display: inline;
}

body.home #col-left h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-color: rgb(185, 184, 187);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: bold;
}

body.home #col-center h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-color: rgb(185, 184, 187);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: bold;
}

body.home #col-right h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-color: rgb(185, 184, 187);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: bold;
}

body.home #col-left h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

body.home #col-center h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

body.home #col-right h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

body.home #col-left ul {
    padding-left: 0px;
    margin-left: 0px;
}

body.home #col-center ul {
    padding-left: 0px;
    margin-left: 0px;
}

body.home #col-right ul {
    padding-left: 0px;
    margin-left: 0px;
}

body.home #col-left dd {
    margin-bottom: 1.6em;
    margin-left: 0px;
}

body.home #col-center dd {
    margin-bottom: 1.6em;
    margin-left: 0px;
}

body.home #col-right dd {
    margin-bottom: 1.6em;
    margin-left: 0px;
}

body.home #col-right {
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

body.home .download-list li {
    background-position: 0px 5px;
}

body.home .download {
    background-position: 0px 5px;
}

#feature-container {
    height: 300px;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 0px;
    border-bottom-color: rgb(230, 235, 238);
    border-bottom-width: 10px;
    border-bottom-style: solid;
    display: block;
    position: relative;
}

    #feature-container .feature-item {
        width: 1000px;
        height: 300px;
    }

    #feature-container .feature-message {
        left: 100px;
        top: 3em;
        position: absolute;
    }

        #feature-container .feature-message h2 {
            width: 617.5px;
            line-height: 1;
            letter-spacing: -0.06em;
            font-family: 'gt-walsheim-bold';
            font-size: 50px;
            margin-bottom: 0.25em;
            font-weight: bold;
        }

        #feature-container .feature-message p {
            line-height: 1.3;
            padding-left: 0px;
            font-family: 'gt-walsheim-regular';
            font-size: 1.5em;
            margin-bottom: 1em;
        }

    #feature-container .feature-description {
        padding: 2em 0px 1.75em 30px;
        left: 0px;
        width: 100%;
        bottom: 0px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.95);
    }

        #feature-container .feature-description h3 {
            margin: 0px 0px 0.75em;
            padding: 0px;
            font-family: 'gt-walsheim-bold';
            font-size: 24px;
        }

        #feature-container .feature-description p {
            margin: 0px;
            padding: 0px 200px 0px 0px;
            font-family: 'gt-walsheim-regular';
            font-size: 17px;
            font-weight: normal;
        }

    #feature-container img {
        margin-bottom: 0px;
    }

#feature-nav {
    top: 260px;
    right: 30px;
    position: absolute;
    z-index: 100;
}

    #feature-nav ul {
        margin: 0px;
        padding: 0px;
        float: right;
    }

        #feature-nav ul li {
            left: 0px;
            top: 0px;
            float: left;
            list-style-type: none;
        }

            #feature-nav ul li a {
            }

                #feature-nav ul li a.active .button-text {
                    background-position: -20px -698px;
                }

                #feature-nav ul li a.active .left-bumper {
                    background-position: 0px -698px;
                }

                #feature-nav ul li a.active .right-bumper {
                    background-position: -348px -698px;
                }

                #feature-nav ul li a.active:hover {
                    cursor: default;
                }

                #feature-nav ul li a.active:active {
                    cursor: default;
                }

                #feature-nav ul li a.active:hover .button-text {
                    background-position: -20px -698px;
                }

                #feature-nav ul li a.active:active .button-text {
                    background-position: -20px -698px;
                }

                #feature-nav ul li a.active:hover .left-bumper {
                    background-position: 0px -698px;
                }

                #feature-nav ul li a.active:active .left-bumper {
                    background-position: 0px -698px;
                }

                #feature-nav ul li a.active:hover .right-bumper {
                    background-position: -348px -698px;
                }

                #feature-nav ul li a.active:active .right-bumper {
                    background-position: -348px -698px;
                }

#experience-now {
    padding: 3em 3em 4em;
    width: 245px;
    border-right-color: rgb(230, 235, 238);
    border-right-width: 10px;
    border-right-style: solid;
    float: left;
}

#whats-new {
    padding: 3em 3em 4em;
    width: 245px;
    border-right-color: rgb(230, 235, 238);
    border-right-width: 10px;
    border-right-style: solid;
    float: left;
}

#featured-downloads {
    padding: 3em 3em 4em;
    width: 245px;
    border-right-color: rgb(230, 235, 238);
    border-right-width: 10px;
    border-right-style: solid;
    float: left;
}

#featured-downloads {
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

.rssreader span.info {
    display: block;
}

body.full-width #content {
    width: 936.25px;
    margin-right: 0px;
    margin-left: 31px;
    float: left;
    display: inline;
}

* html body.full-width #content {
    -ms-overflow-x: hidden;
}

    body.full-width #content hr.section-break {
        width: 100%;
    }

    body.full-width #content hr.section-break-medium {
        width: 100%;
    }

    body.full-width #content hr.section-break-large {
        width: 100%;
    }

    body.full-width #content article {
        width: 745px;
    }

body.full-width #sidebar {
    display: none;
}

body.serp #content #search {
    margin: 3em 0px 4em;
    width: 100%;
    float: left;
}

    body.serp #content #search h2 {
        margin: 7px 15px 0px 175px;
        line-height: 1;
        font-family: 'gt-walsheim-regular';
        font-size: 1em;
        float: left;
        font-weight: bold;
    }

    body.serp #content #search form {
        float: none;
    }

    body.serp #content #search input {
        width: 350px;
        margin-left: 0px;
    }

body.serp #content #result-for {
    width: 681.25px;
    margin-right: 0px;
    float: left;
    display: inline;
}

* html body.serp #content #result-for {
    -ms-overflow-x: hidden;
}

    body.serp #content #result-for h1 {
        letter-spacing: 0px;
        font-family: 'gt-walsheim-regular';
        font-size: 1.8em;
        font-weight: bold;
    }

    body.serp #content #result-for b {
        color: rgb(215, 65, 11);
        font-family: 'gt-walsheim-bold';
        font-style: normal;
    }

    body.serp #content #result-for .results-count {
        top: -1px;
        color: rgb(118, 118, 118);
        font-size: 0.7em;
        margin-left: 7px;
        position: relative;
    }

body.serp #content .pagination {
    margin: 1.2em 0px;
    width: 235px;
    float: right;
}

    body.serp #content .pagination .page-control {
        width: 105px;
        float: right;
    }

    body.serp #content .pagination .arrow_right {
        background: url("CSSImages/pagination-arrows.png") no-repeat rgb(242, 242, 242);
        line-height: 1;
    }

    body.serp #content .pagination .arrow_left {
        background: url("CSSImages/pagination-arrows.png") no-repeat rgb(242, 242, 242);
        line-height: 1;
    }

    body.serp #content .pagination .disabled.arrow_right {
        background: url("CSSImages/pagination-arrows.png") no-repeat rgb(242, 242, 242);
        line-height: 1;
    }

    body.serp #content .pagination .disabled.arrow_left {
        background: url("CSSImages/pagination-arrows.png") no-repeat rgb(242, 242, 242);
        line-height: 1;
    }

    body.serp #content .pagination .arrow_left {
        background-position: 8px -13px;
        padding: 4px 8px;
        border: 1px solid rgb(204, 204, 204);
        text-decoration: none;
        margin-top: 0px;
        margin-right: 2px;
        float: left;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
    }

    body.serp #content .pagination .disabled.arrow_left {
        background-position: 8px -53px;
        padding: 4px 8px;
        border: 1px solid rgb(204, 204, 204);
        text-decoration: none;
        margin-top: 0px;
        margin-right: 2px;
        float: left;
        cursor: default;
    }

    body.serp #content .pagination .center {
        padding: 5px 8px 3px;
        border: 1px solid rgb(204, 204, 204);
        color: rgb(102, 102, 102);
        line-height: 13px;
        font-family: 'gt-walsheim-bold';
        font-size: 11px;
        margin-right: 2px;
        float: left;
        background-color: rgb(242, 242, 242);
    }

    body.serp #content .pagination .arrow_right {
        background-position: 8px 7px;
        padding: 4px 8px;
        border: 1px solid rgb(204, 204, 204);
        text-decoration: none;
        float: left;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
    }

    body.serp #content .pagination .disabled.arrow_right {
        background-position: 8px -33px;
        padding: 4px 8px;
        border: 1px solid rgb(204, 204, 204);
        text-decoration: none;
        float: left;
        cursor: default;
    }

    body.serp #content .pagination .results-count {
        margin: 4px 15px 0px 0px;
        color: rgb(118, 118, 118);
        font-size: 1em;
        font-style: italic;
        float: right;
    }

body.serp #content #search-results {
    width: 100%;
    clear: both;
    margin-top: 2em;
    float: left;
    display: block;
}

    body.serp #content #search-results .result-title {
        color: rgb(102, 102, 102);
        font-size: 1.6em;
        margin-bottom: 0.2em;
    }

        body.serp #content #search-results .result-title a b {
            color: rgb(215, 65, 11);
            font-family: 'gt-walsheim-bold';
            font-style: normal;
        }

        body.serp #content #search-results .result-title a:hover b {
            color: rgb(215, 65, 11);
        }

        body.serp #content #search-results .result-title a:active b {
            color: rgb(118, 118, 118);
        }

    body.serp #content #search-results .result-description {
        margin-bottom: 2em;
        margin-left: 0px;
    }

body.login #content {
    width: 936.25px;
    margin-right: 0px;
    margin-left: 25px;
    float: left;
    display: inline;
}

* html body.login #content {
    -ms-overflow-x: hidden;
}

label {
    display: block;
}

    label .info {
        margin-left: 0.5em;
    }

    label .error {
        margin-left: 0.5em;
    }

input {
    font-family: 'gt-walsheim-regular', Arial, 'gt-walsheim-regular';
}

textarea {
    font-family: 'gt-walsheim-regular', Arial, 'gt-walsheim-regular';
}
/*select {
	font-family: 'gt-walsheim-regular', Arial, 'gt-walsheim-regular'; 
}*/
input[type='submit'] {
    padding: 4px !important;
    margin-right: 4px !important;
}

input[type='button'] {
    padding: 4px !important;
    margin-right: 4px !important;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[value='Reset'] {
        padding: 0px 15px !important;
    }
}*/

.buttons {
    margin-top: 3em;
}

#validSummary {
    display: none;
}

#validSummaryLogin {
    display: none;
}

.news-of-day {
    width: 680px;
    margin-top: -20px;
    float: left;
}

    .news-of-day .news-item {
        width: 100%;
        padding-top: 20px;
        float: left;
    }

        .news-of-day .news-item .news-item-data {
            width: 80px;
            text-align: right;
            margin-top: 20px;
            float: left;
        }

            .news-of-day .news-item .news-item-data .date {
                margin: 2px 0px;
                font-family: 'gt-walsheim-bold';
                font-size: 14px;
                display: block;
            }

            .news-of-day .news-item .news-item-data .indicator {
                margin-top: 3px;
            }

        .news-of-day .news-item .news-item-content {
            margin: 0px 0px 0px 40px;
            padding: 20px 60px 0px 0px;
            width: 500px;
            border-top-color: rgb(185, 184, 187);
            border-top-width: 1px;
            border-top-style: solid;
            float: left;
        }

            .news-of-day .news-item .news-item-content h4 {
                margin: 0px;
                font-size: 16px;
                font-weight: bold;
            }

            .news-of-day .news-item .news-item-content p {
                margin-bottom: 0px;
            }

            .news-of-day .news-item .news-item-content .tags {
                margin: 1.6em 0px 0px;
                padding-left: 0px;
            }

                .news-of-day .news-item .news-item-content .tags li {
                    display: inline;
                    list-style-type: none;
                }

                    .news-of-day .news-item .news-item-content .tags li a {
                        padding: 5px 10px;
                        border-radius: 3px;
                        color: rgb(118, 118, 118);
                        line-height: 1;
                        font-size: 12px;
                        font-weight: bold;
                        text-decoration: none;
                        display: inline-block;
                        background-color: rgb(229, 232, 232);
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        -ms-border-radius: 3px;
                        -o-border-radius: 3px;
                    }

                        .news-of-day .news-item .news-item-content .tags li a:visited {
                            color: rgb(118, 118, 118);
                        }

                        .news-of-day .news-item .news-item-content .tags li a:focus {
                            color: white;
                        }

                        .news-of-day .news-item .news-item-content .tags li a:hover {
                            color: white;
                        }

                        .news-of-day .news-item .news-item-content .tags li a:active {
                            color: white;
                        }

                        .news-of-day .news-item .news-item-content .tags li a:hover {
                            background-color: rgb(215, 65, 11);
                        }

                        .news-of-day .news-item .news-item-content .tags li a:focus {
                            background-color: rgb(215, 65, 11);
                        }

    .news-of-day :first-child.news-item {
        padding-top: 0px;
    }

        .news-of-day :first-child.news-item .news-item-content {
            border-top-color: currentColor;
            border-top-width: medium;
            border-top-style: none;
        }

.carousel {
    line-height: 1;
    margin-bottom: 2em;
    position: relative;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .carousel-inner > .item {
        transition: left 0.6s ease-in-out;
        display: none;
        position: relative;
        -webkit-transition: left 0.6s ease-in-out;
        -moz-transition: left 0.6s ease-in-out;
        -o-transition: left 0.6s ease-in-out;
    }

        .carousel-inner > .item > img {
            line-height: 1;
            display: block;
        }

    .carousel-inner > .active {
        display: block;
    }

    .carousel-inner > .next {
        display: block;
    }

    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0px;
    }

    .carousel-inner > .next {
        top: 0px;
        width: 100%;
        position: absolute;
    }

    .carousel-inner > .prev {
        top: 0px;
        width: 100%;
        position: absolute;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

    .carousel-inner > .left.next {
        left: 0px;
    }

    .carousel-inner > .right.prev {
        left: 0px;
    }

    .carousel-inner > .left.active {
        left: -100%;
    }

    .carousel-inner > .right.active {
        left: 100%;
    }

.carousel-control {
    background: url("CSSImages/carousel-nav.png") no-repeat 0px 0px;
    left: 15px;
    top: 45%;
    width: 61px;
    height: 63px;
    text-align: center;
    line-height: 30px;
    text-indent: -9999px;
    font-size: 60px;
    font-weight: 100;
    text-decoration: none;
    margin-top: -20px;
    position: absolute;
}

    .carousel-control:visited {
        background: url("CSSImages/carousel-nav.png") no-repeat 0px 0px;
        left: 15px;
        top: 45%;
        width: 61px;
        height: 63px;
        text-align: center;
        line-height: 30px;
        text-indent: -9999px;
        font-size: 60px;
        font-weight: 100;
        text-decoration: none;
        margin-top: -20px;
        position: absolute;
    }

.right.carousel-control {
    left: auto;
    right: 15px;
}

    .right.carousel-control:visited {
        left: auto;
        right: 15px;
    }

    .right.carousel-control:hover {
        background-position: -62px 0px;
    }

        .right.carousel-control:hover:visited {
            background-position: -62px 0px;
        }

.left.carousel-control {
    background-position: 0px -62px;
}

    .left.carousel-control:visited {
        background-position: 0px -62px;
    }

    .left.carousel-control:hover {
        background-position: -62px -62px;
    }

        .left.carousel-control:hover:visited {
            background-position: -62px -62px;
        }

.carousel-control:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.carousel-control:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.carousel-control:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.carousel-control:hover:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.carousel-control:active:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.carousel-control:focus:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

form {
    display: block;
    position: relative;
}

input {
    padding: 7px 5px;
    border-radius: 3px;
    border: 0px solid rgb(185, 184, 187);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

textarea {
    padding: 7px 5px;
    border-radius: 3px;
    border: 1px solid rgb(185, 184, 187);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

select {
    padding: 7px 5px;
    border-radius: 3px;
    border: 1px solid rgb(185, 184, 187);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

input[type='checkbox'] {
    margin-right: 10px;
}

input[type='radio'] {
    border: currentColor;
}

input[readonly] {
    cursor: not-allowed;
    background-color: rgb(238, 238, 238);
}

label {
    /*font-family: 'gt-walsheim-bold';*/
    margin-bottom: 5px;
}

    label.checkbox-label {
        font-family: 'gt-walsheim-regular';
        font-size: 1.1em;
    }

.field-required {
    color: red;
}

.formrequired {
    color: red;
}

.error {
    color: red;
}

.control-group label {
    line-height: 1.4;
    font-size: 1.5em;
}

.control-group .control-label {
    line-height: 1.4;
    font-size: 1.5em;
}

.control-group .field-required {
    font-family: 'gt-walsheim-regular';
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

.control-group .formrequired {
    font-family: 'gt-walsheim-regular';
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

.control-group .formnonrequired {
    display: none;
}

.control-group .controls {
    margin-bottom: 1.5em;
}

    .control-group .controls table tbody td {
        border-bottom-color: currentColor !important;
        border-bottom-width: medium !important;
        border-bottom-style: none !important;
    }

.control-group .fdradiolabel {
    font-family: 'gt-walsheim-regular';
    font-size: 1.1em;
}

    .control-group .fdradiolabel input {
        margin-right: 3px;
    }

.control-group .help-block {
    display: block;
}

.controls-inline {
    clear: both;
}

    .controls-inline .controls {
        margin-right: 10px;
        display: inline-table;
    }

    .controls-inline label.fdradiolabel {
        margin-right: 10px;
        display: inline-table;
    }

.form-actions {
    margin-bottom: 2em;
}

#formerror p {
    margin-bottom: 0.25em;
}

#formerror .validationerrors {
    padding-left: 40px;
    margin-bottom: 1.6em;
    list-style-type: disc;
}

#validSummary {
    padding: 1em 2em;
    border: 1px solid red;
    margin-bottom: 2em;
    background-color: rgb(253, 231, 206);
}

#validSummaryLogin {
    padding: 1em 2em;
    border: 1px solid red;
    margin-bottom: 2em;
    background-color: rgb(253, 231, 206);
}

#validSummary p {
    margin-bottom: 0.5em;
}

#validSummary ul {
    margin-bottom: 0.5em;
}

#validSummary ol {
    margin-bottom: 0.5em;
}

#validSummary dl {
    margin-bottom: 0.5em;
}

#validSummaryLogin p {
    margin-bottom: 0.5em;
}

#validSummaryLogin ul {
    margin-bottom: 0.5em;
}

#validSummaryLogin ol {
    margin-bottom: 0.5em;
}

#validSummaryLogin dl {
    margin-bottom: 0.5em;
}

#validSummary img {
    margin-bottom: 0.5em;
}

#validSummaryLogin img {
    margin-bottom: 0.5em;
}

.inline-list li {
    display: inline;
    list-style-type: none;
    position: relative;
}

.flush.icon-list {
    padding-left: 0px;
    margin-left: 0px;
}

.flush.download-list {
    padding-left: 0px;
    margin-left: 0px;
}

.icon-list li {
    background: url("CSSImages/icon-arrow.png") no-repeat 0px 3px;
    padding-left: 1.6em;
    clear: both;
    list-style-type: none;
}

.download-list li {
    background: url("CSSImages/icon-arrow.png") no-repeat 0px 3px;
    padding-left: 1.6em;
    clear: both;
    list-style-type: none;
}

.download-list li {
    background-image: url("CSSImages/icon-download.png");
}

.alert {
    padding: 8px 35px 8px 14px;
    border-radius: 4px;
    border: 1px solid rgb(251, 238, 213);
    color: rgb(192, 152, 83);
    margin-bottom: 20px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    background-color: rgb(252, 248, 227);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

    .alert h4 {
        margin: 0px;
        color: rgb(192, 152, 83);
        font-weight: bold;
    }

.alert-success {
    border-color: rgb(214, 233, 198);
    color: rgb(70, 136, 71);
    background-color: rgb(223, 240, 216);
}

    .alert-success h4 {
        color: rgb(70, 136, 71);
        font-weight: bold;
    }

.alert-danger {
    border-color: rgb(238, 211, 215);
    color: rgb(185, 74, 72);
    background-color: rgb(242, 222, 222);
}

.alert-error {
    border-color: rgb(238, 211, 215);
    color: rgb(185, 74, 72);
    background-color: rgb(242, 222, 222);
}

.alert-danger h4 {
    color: rgb(185, 74, 72);
    font-weight: bold;
}

.alert-error h4 {
    color: rgb(185, 74, 72);
    font-weight: bold;
}

.alert-info {
    border-color: rgb(188, 232, 241);
    color: rgb(58, 135, 173);
    background-color: rgb(217, 237, 247);
}

    .alert-info h4 {
        color: rgb(58, 135, 173);
        font-weight: bold;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p {
        margin-bottom: 0px;
    }

    .alert-block > ul {
        margin-bottom: 0px;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

.icon {
    padding-left: 1.6em;
}

.rss.icon {
    background: url("CSSImages/icon-rss.png") no-repeat 4px 5px;
}

.download.icon {
    background: url("CSSImages/icon-download.png") no-repeat 0px 0px;
}

.download-large.icon {
    background: url("CSSImages/icon-download-large.png") no-repeat 0px 10%;
    line-height: 2em;
    padding-left: 25px;
}

.arrow.icon {
    background: url("CSSImages/icon-arrow.png") no-repeat 0px 3px;
}

.indicator {
    padding: 3px 7px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    line-height: 1em;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    background-color: rgb(215, 65, 11);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.info {
    color: rgb(126, 128, 131);
    font-size: 11px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.screen-reader {
    display: none;
}
/* for french content alignment in reports-start */
.buttonReports {
    font-size: 12px;
}
/* for french content alignment end */
.button {
    height: 36px;
    line-height: 36px;
    font-family: 'gt-walsheim-bold' !important;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}

    .button .button-text {
        background-color: #666666;
        top: 0px;
        height: 36px;
        float: left;
        display: block;
        position: relative;
    }

    .button .left-bumper {
        background: url("CSSImages/buttons-sprite.png") no-repeat 0px 0px;
        top: 0px;
        height: 36px;
        float: left;
        display: block;
        position: relative;
    }

    .button .right-bumper {
        background: url("CSSImages/buttons-sprite.png") no-repeat 0px 0px;
        top: 0px;
        height: 36px;
        float: left;
        display: block;
        position: relative;
    }

    .button .button-text {
        background-position: -20px 0px;
        padding: 0px;
    }

    .button .left-bumper {
        width: 15px;
    }

    .button .right-bumper {
        width: 15px;
    }

    .button .right-bumper {
        background-position: -343px 0px;
    }

    .button:hover {
        text-decoration: none;
        cursor: pointer;
    }

.orange.button .button-text {
    background-position: -20px 0px;
}

.primary.button .button-text {
    background-position: -20px 0px;
}

.orange.button .left-bumper {
}

.primary.button .left-bumper {
}

.orange.button .right-bumper {
    background-position: -343px 0px;
}

.primary.button .right-bumper {
    background-position: -343px 0px;
}

.orange.button:hover .button-text {
    background-position: -20px -56px;
}

.primary.button:hover .button-text {
    background-position: -20px -56px;
}

.orange.button:hover .left-bumper {
    background-position: 0px -56px;
}

.primary.button:hover .left-bumper {
    background-position: 0px -56px;
}

.orange.button:hover .right-bumper {
    background-position: -343px -56px;
}

.primary.button:hover .right-bumper {
    background-position: -343px -56px;
}

.orange.button:active .button-text {
    background-position: -20px -112px;
}

.primary.button:active .button-text {
    background-position: -20px -112px;
}

.orange.button:active .left-bumper {
    background-position: 0px -112px;
}

.primary.button:active .left-bumper {
    background-position: 0px -112px;
}

.orange.button:active .right-bumper {
    background-position: -343px -112px;
}

.primary.button:active .right-bumper {
    background-position: -343px -112px;
}

.blue.button .button-text {
    background-position: -20px -168px;
}

.secondary.button .button-text {
    background-position: -20px -168px;
}

.blue.button .left-bumper {
    background-position: 0px -168px;
}

.secondary.button .left-bumper {
    background-position: 0px -168px;
}

.blue.button .right-bumper {
    background-position: -343px -168px;
}

.secondary.button .right-bumper {
    background-position: -343px -168px;
}

.blue.button:hover .button-text {
    background-position: -20px -224px;
}

.secondary.button:hover .button-text {
    background-position: -20px -224px;
}

.blue.button:hover .left-bumper {
    background-position: 0px -224px;
}

.secondary.button:hover .left-bumper {
    background-position: 0px -224px;
}

.blue.button:hover .right-bumper {
    background-position: -343px -224px;
}

.secondary.button:hover .right-bumper {
    background-position: -343px -224px;
}

.blue.button:active .button-text {
    background-position: -20px -280px;
}

.secondary.button:active .button-text {
    background-position: -20px -280px;
}

.blue.button:active .left-bumper {
    background-position: 0px -280px;
}

.secondary.button:active .left-bumper {
    background-position: 0px -280px;
}

.blue.button:active .right-bumper {
    background-position: -343px -280px;
}

.secondary.button:active .right-bumper {
    background-position: -343px -280px;
}

.gray.button .button-text {
    background-position: -20px -336px;
}

.tertiary.button .button-text {
    background-position: -20px -336px;
}

.gray.button .left-bumper {
    background-position: 0px -336px;
}

.tertiary.button .left-bumper {
    background-position: 0px -336px;
}

.gray.button .right-bumper {
    background-position: -343px -336px;
}

.tertiary.button .right-bumper {
    background-position: -343px -336px;
}

.gray.button:hover .button-text {
    background-position: -20px -392px;
}

.tertiary.button:hover .button-text {
    background-position: -20px -392px;
}

.gray.button:hover .left-bumper {
    background-position: 0px -392px;
}

.tertiary.button:hover .left-bumper {
    background-position: 0px -392px;
}

.gray.button:hover .right-bumper {
    background-position: -343px -392px;
}

.tertiary.button:hover .right-bumper {
    background-position: -343px -392px;
}

.gray.button:active .button-text {
    background-position: -20px -448px;
}

.tertiary.button:active .button-text {
    background-position: -20px -448px;
}

.gray.button:active .left-bumper {
    background-position: 0px -448px;
}

.tertiary.button:active .left-bumper {
    background-position: 0px -448px;
}

.gray.button:active .right-bumper {
    background-position: -343px -448px;
}

.tertiary.button:active .right-bumper {
    background-position: -343px -448px;
}

.disabled.button {
    cursor: default;
}

    .disabled.button .button-text {
        background-position: -20px -504px;
    }

    .disabled.button .left-bumper {
        background-position: 0px -504px;
    }

    .disabled.button .right-bumper {
        background-position: -343px -504px;
    }

    .disabled.button:hover .button-text {
        background-position: -20px -504px;
    }

    .disabled.button:active .button-text {
        background-position: -20px -504px;
    }

    .disabled.button:hover .left-bumper {
        background-position: 0px -504px;
    }

    .disabled.button:active .left-bumper {
        background-position: 0px -504px;
    }

    .disabled.button:hover .right-bumper {
        background-position: -343px -504px;
    }

    .disabled.button:active .right-bumper {
        background-position: -343px -504px;
    }

.button-inline.button {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 5px;
}

    .button-inline.button .button-text {
        height: 26px;
    }

    .button-inline.button .left-bumper {
        height: 26px;
    }

    .button-inline.button .right-bumper {
        height: 26px;
    }

    .button-inline.button .button-text {
        background-position: -20px 0px;
    }

    .button-inline.button .left-bumper {
        width: 10px;
    }

    .button-inline.button .right-bumper {
        width: 10px;
    }

    .button-inline.button .right-bumper {
        background-position: -348px 0px;
    }

.orange.button-inline.button .button-text {
    background-position: -20px -560px;
}

.primary.button-inline.button .button-text {
    background-position: -20px -560px;
}

.orange.button-inline.button .left-bumper {
    background-position: 0px -560px;
}

.primary.button-inline.button .left-bumper {
    background-position: 0px -560px;
}

.orange.button-inline.button .right-bumper {
    background-position: -348px -560px;
}

.primary.button-inline.button .right-bumper {
    background-position: -348px -560px;
}

.orange.button-inline.button:hover .button-text {
    background-position: -20px -606px;
}

.primary.button-inline.button:hover .button-text {
    background-position: -20px -606px;
}

.orange.button-inline.button:hover .left-bumper {
    background-position: 0px -606px;
}

.primary.button-inline.button:hover .left-bumper {
    background-position: 0px -606px;
}

.orange.button-inline.button:hover .right-bumper {
    background-position: -348px -606px;
}

.primary.button-inline.button:hover .right-bumper {
    background-position: -348px -606px;
}

.orange.button-inline.button:active .button-text {
    background-position: -20px -652px;
}

.primary.button-inline.button:active .button-text {
    background-position: -20px -652px;
}

.orange.button-inline.button:active .left-bumper {
    background-position: 0px -652px;
}

.primary.button-inline.button:active .left-bumper {
    background-position: 0px -652px;
}

.orange.button-inline.button:active .right-bumper {
    background-position: -348px -652px;
}

.primary.button-inline.button:active .right-bumper {
    background-position: -348px -652px;
}

.blue.button-inline.button .button-text {
    background-position: -20px -698px;
}

.secondary.button-inline.button .button-text {
    background-position: -20px -698px;
}

.blue.button-inline.button .left-bumper {
    background-position: 0px -698px;
}

.secondary.button-inline.button .left-bumper {
    background-position: 0px -698px;
}

.blue.button-inline.button .right-bumper {
    background-position: -348px -698px;
}

.secondary.button-inline.button .right-bumper {
    background-position: -348px -698px;
}

.blue.button-inline.button:hover .button-text {
    background-position: -20px -744px;
}

.secondary.button-inline.button:hover .button-text {
    background-position: -20px -744px;
}

.blue.button-inline.button:hover .left-bumper {
    background-position: 0px -744px;
}

.secondary.button-inline.button:hover .left-bumper {
    background-position: 0px -744px;
}

.blue.button-inline.button:hover .right-bumper {
    background-position: -348px -744px;
}

.secondary.button-inline.button:hover .right-bumper {
    background-position: -348px -744px;
}

.blue.button-inline.button:active .button-text {
    background-position: -20px -790px;
}

.secondary.button-inline.button:active .button-text {
    background-position: -20px -790px;
}

.blue.button-inline.button:active .left-bumper {
    background-position: 0px -790px;
}

.secondary.button-inline.button:active .left-bumper {
    background-position: 0px -790px;
}

.blue.button-inline.button:active .right-bumper {
    background-position: -348px -790px;
}

.secondary.button-inline.button:active .right-bumper {
    background-position: -348px -790px;
}

.gray.button-inline.button .button-text {
    background-position: -20px -836px;
}

.tertiary.button-inline.button .button-text {
    background-position: -20px -836px;
}

.gray.button-inline.button .left-bumper {
    background-position: 0px -836px;
}

.tertiary.button-inline.button .left-bumper {
    background-position: 0px -836px;
}

.gray.button-inline.button .right-bumper {
    background-position: -348px -836px;
}

.tertiary.button-inline.button .right-bumper {
    background-position: -348px -836px;
}

.gray.button-inline.button:hover .button-text {
    background-position: -20px -882px;
}

.tertiary.button-inline.button:hover .button-text {
    background-position: -20px -882px;
}

.gray.button-inline.button:hover .left-bumper {
    background-position: 0px -882px;
}

.tertiary.button-inline.button:hover .left-bumper {
    background-position: 0px -882px;
}

.gray.button-inline.button:hover .right-bumper {
    background-position: -348px -882px;
}

.tertiary.button-inline.button:hover .right-bumper {
    background-position: -348px -882px;
}

.gray.button-inline.button:active .button-text {
    background-position: -20px -928px;
}

.tertiary.button-inline.button:active .button-text {
    background-position: -20px -928px;
}

.gray.button-inline.button:active .left-bumper {
    background-position: 0px -928px;
}

.tertiary.button-inline.button:active .left-bumper {
    background-position: 0px -928px;
}

.gray.button-inline.button:active .right-bumper {
    background-position: -348px -928px;
}

.tertiary.button-inline.button:active .right-bumper {
    background-position: -348px -928px;
}

.disabled.button-inline.button .button-text {
    background-position: -20px -974px;
}

.disabled.button-inline.button .left-bumper {
    background-position: 0px -974px;
}

.disabled.button-inline.button .right-bumper {
    background-position: -348px -974px;
}

.disabled.button-inline.button:hover .button-text {
    background-position: -20px -974px;
}

.disabled.button-inline.button:active .button-text {
    background-position: -20px -974px;
}

.disabled.button-inline.button:hover .left-bumper {
    background-position: 0px -974px;
}

.disabled.button-inline.button:active .left-bumper {
    background-position: 0px -974px;
}

.disabled.button-inline.button:hover .right-bumper {
    background-position: -348px -974px;
}

.disabled.button-inline.button:active .right-bumper {
    background-position: -348px -974px;
}

.border {
    border: 1px solid rgb(229, 232, 232) !important;
}

.swatch {
    border: 1px solid rgb(221, 221, 221);
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
}

.swatch-medium {
    border: 1px solid rgb(221, 221, 221);
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
}

.swatch-large {
    border: 1px solid rgb(221, 221, 221);
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
}

.primary-blue.swatch {
    background-color: rgb(0, 150, 214);
}

.primary-blue.swatch-medium {
    background-color: rgb(0, 150, 214);
}

.primary-blue.swatch-large {
    background-color: rgb(0, 150, 214);
}

.primary-white.swatch {
    background-color: white;
}

.primary-white.swatch-medium {
    background-color: white;
}

.primary-white.swatch-large {
    background-color: white;
}

.neutral-black.swatch {
    background-color: black;
}

.neutral-black.swatch-medium {
    background-color: black;
}

.neutral-black.swatch-large {
    background-color: black;
}

.neutral-dark-gray.swatch {
    background-color: rgb(118, 118, 118);
}

.neutral-dark-gray.swatch-medium {
    background-color: rgb(118, 118, 118);
}

.neutral-dark-gray.swatch-large {
    background-color: rgb(118, 118, 118);
}

.neutral-medium-gray.swatch {
    background-color: rgb(185, 184, 187);
}

.neutral-medium-gray.swatch-medium {
    background-color: rgb(185, 184, 187);
}

.neutral-medium-gray.swatch-large {
    background-color: rgb(185, 184, 187);
}

.neutral-light-gray.swatch {
    background-color: rgb(229, 232, 232);
}

.neutral-light-gray.swatch-medium {
    background-color: rgb(229, 232, 232);
}

.neutral-light-gray.swatch-large {
    background-color: rgb(229, 232, 232);
}

.accent-orange.swatch {
    background-color: rgb(215, 65, 11);
}

.accent-orange.swatch-medium {
    background-color: rgb(215, 65, 11);
}

.accent-orange.swatch-large {
    background-color: rgb(215, 65, 11);
}

.accent-green.swatch {
    background-color: rgb(0, 132, 36);
}

.accent-green.swatch-medium {
    background-color: rgb(0, 132, 36);
}

.accent-green.swatch-large {
    background-color: rgb(0, 132, 36);
}

.accent-purple.swatch {
    background-color: rgb(130, 41, 128);
}

.accent-purple.swatch-medium {
    background-color: rgb(130, 41, 128);
}

.accent-purple.swatch-large {
    background-color: rgb(130, 41, 128);
}

.swatch-medium {
    width: 120px;
    height: 120px;
}

.swatch-large {
    width: 250px;
    height: 150px;
}

.primary-blue {
    color: rgb(0, 150, 214);
}

.primary-white {
    color: white;
}

.neutral-black {
    color: black;
}

.neutral-dark-gray {
    color: rgb(118, 118, 118);
}

.neutral-medium-gray {
    color: rgb(185, 184, 187);
}

.neutral-light-gray {
    color: rgb(229, 232, 232);
}

.accent-orange {
    color: rgb(215, 65, 11);
}

.accent-green {
    color: rgb(0, 132, 36);
}

.accent-purple {
    color: rgb(130, 41, 128);
}

.left {
       /* float: left; */
    background-color: white;
     height: 64px; 
     /*padding: 0px 5px 5px 2px;*/ 
    /* padding-top: 2px; */
     /*padding-left: 16px;*/ 
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.space-top {
    margin-top: 20px;
}

.space-right {
    margin-right: 20px;
}

.space-bottom {
    margin-bottom: 20px;
}

.space-left {
    margin-left: 20px;
}

.space-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
}

.space-horizontal {
    margin-right: 20px;
    margin-left: 20px;
}

.modal {
    padding: 0px;
    width: 1000px;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: rgb(229, 232, 232);
}

    .modal .modal-main-content {
        padding: 0px;
        border: 25px solid rgb(255, 255, 255);
        left: 10px;
        top: 10px;
        width: 590px;
        text-align: center;
        bottom: 10px;
        float: left;
        position: absolute;
        background-color: rgb(255, 255, 255);
    }

        .modal .modal-main-content .targets {
            width: 590px;
            height: 390px;
            text-align: center;
            display: block;
            background-color: black;
        }

            .modal .modal-main-content .targets img {
                margin: 0px auto;
            }

        .modal .modal-main-content .triggers {
            margin-top: 10px;
        }

            .modal .modal-main-content .triggers img {
                border: 1px solid rgb(185, 184, 187);
                opacity: 0.7;
            }

            .modal .modal-main-content .triggers a {
                margin: 0px 5px 5px 0px;
                float: left;
                display: block;
            }

                .modal .modal-main-content .triggers a:hover img {
                    border-color: rgb(215, 65, 11);
                    opacity: 1;
                }

                .modal .modal-main-content .triggers a.active img {
                    border-color: rgb(215, 65, 11);
                    opacity: 1;
                }

    .modal .modal-side-content {
        left: 680px;
        top: 50px;
        width: 288px;
        height: 100%;
        right: 10px;
        bottom: 10px;
        overflow: auto;
        padding-right: 20px;
        float: left;
        position: absolute;
    }

        .modal .modal-side-content h2 {
            font-size: 1.5em;
            font-weight: bold;
        }

        .modal .modal-side-content p {
            font-size: 1.1em;
        }

        .modal .modal-side-content li {
            font-size: 1.1em;
        }

    .modal .close-btn {
        top: 10px;
        right: 10px;
        position: absolute;
        z-index: 1001;
    }

        .modal .close-btn a {
            background: url("CSSImages/close-btn.png") no-repeat 0px 0px;
            width: 32px;
            height: 32px;
            text-indent: -1000px;
            display: block;
        }

            .modal .close-btn a:hover {
                background-position: 0px -32px;
            }

            .modal .close-btn a:focus {
                background-position: 0px -32px;
            }

            .modal .close-btn a:active {
                background-position: 0px -64px;
            }

.modal-error.modal {
    padding: 25px;
    width: 700px;
}

    .modal-error.modal .modal-main-content {
        display: none;
    }

    .modal-error.modal .modal-side-content {
        display: none;
    }

.callout {
    padding: 2em;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgb(229, 232, 232);
}

@media print {
    * {
        color: black !important;
        filter: !important;
        text-shadow: none !important;
    }

    a {
        /*text-decoration: underline;*/
    }

        a:visited {
            /*text-decoration: underline;*/
        }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .ir a::after {
        content: "";
    }

    a[href^='javascript:']::after {
        content: "";
    }

    a[href^='#']::after {
        content: "";
    }

    pre {
        border: 1px solid rgb(153, 153, 153);
        page-break-inside: avoid;
    }

    blockquote {
        border: 1px solid rgb(153, 153, 153);
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    h2 {
        orphans: 3;
        widows: 3;
        font-weight: bold;
    }

    h3 {
        orphans: 3;
        widows: 3;
        font-weight: bold;
    }

    h2 {
        page-break-after: avoid;
        font-weight: bold;
    }

    h3 {
        page-break-after: avoid;
        font-weight: bold;
    }

    * {
        float: none !important;
    }

    .noprint {
        display: none;
    }

    #header-utility {
        display: none;
    }

    #top-nav {
        display: none;
    }

    #top-nav-new {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #utilities {
        display: none;
    }

    aside.related-links {
        display: none;
    }

    .section-break {
        display: none;
    }

    .section-break-medium {
        display: none;
    }

    #page-header {
        width: 100%;
        height: 85px;
        padding-bottom: 50px;
        margin-left: 0px;
    }

    #site-title {
        left: 0px;
        top: -25px;
        position: relative;
    }

    #logo {
        position: relative;
    }

        #logo img {
            left: 950px;
            top: -75px;
            display: block;
            position: relative;
        }

    #page-content {
        width: 100%;
    }

    #content {
        width: 100%;
    }

    #content {
        margin-left: 30px;
    }

        #content article {
            width: 90%;
        }
}

.subtopics li {
    width: 100%;
    float: left;
    padding-bottom: 0px !important;
    padding-top: 3px !important;
    padding-left: 15px !important;
}

.unreglnk {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    color: #000;
    text-align: center;
    font-family: 'gt-walsheim-regular', Arial, 'gt-walsheim-regular';
}

#lblError {
    color: red;
    font-family: 'gt-walsheim-regular';
    font-weight: normal;
    font-size: 18px;
    padding: 2px;
}

.invcdet {
    font-size: 14px;
    color: #000;
}

.downloadTemplate a, .downloadTemplate a:hover {
    color: #00c9ff !important;
    background: none;
}

.passwordResult input {
    font-size: 13px;
}

.passwordResult h3 {
    font-size: 20px;
}

.passwordResult h6 {
    font-size: 1.23em;
}

.passwordResult a, .passwordResult p {
    font-size: 13px;
}

.passwordResult {
    padding: 20px 30px;
    float: left;
    width: auto;
}

    .passwordResult h3 {
        margin-bottom: 10px;
    }

    .passwordResult label {
        width: 160px;
        float: left;
        font-size: 13px;
    }

    .passwordResult #btnDownload {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .passwordResult h6 {
        margin: 15px 0px;
    }

    .passwordResult .downloadTemplate, .passwordResult .usrdet {
        width: 90%;
        float: left;
        margin-right: 30px;
    }

        .passwordResult .downloadTemplate input, .passwordResult .usrdet input {
            margin-bottom: 2px;
        }

.subcanbtn {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.errinput {
    float: left;
    width: 200px;
    margin-bottom: 10px;
}

    .errinput input {
        width: 200px;
    }

    .errinput .error {
        line-height: 16px !important;
    }

.downloadTemplate a, .downloadTemplate a:hover {
    color: #00c9ff !important;
    background: none;
}

.passwordResult input {
    font-size: 13px;
}

.passwordResult h3 {
    font-size: 20px;
}

.passwordResult h6 {
    font-size: 1.23em;
}

.passwordResult a, .passwordResult p {
    font-size: 13px;
}

.passwordResult {
    padding: 20px 30px;
    float: left;
    width: auto;
}

    .passwordResult h3 {
        margin-bottom: 10px;
    }

    .passwordResult label {
        width: 160px;
        float: left;
        font-size: 13px;
    }

    .passwordResult #btnDownload {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .passwordResult h6 {
        margin: 15px 0px;
    }

    .passwordResult .downloadTemplate, .passwordResult .usrdet {
        width: 90%;
        float: left;
        margin-right: 30px;
    }

        .passwordResult .downloadTemplate input, .passwordResult .usrdet input {
            margin-bottom: 2px;
        }

.subcanbtn {
    /*text-align:center;*/
    width: 100%;
    margin-bottom: 20px;
    float: left;
    margin-top: -152px;
    margin-left: 20px;
}

.errinput {
    float: left;
    width: 200px;
    margin-bottom: 10px;
}

    .errinput input {
        width: 200px;
    }

    .errinput .error {
        line-height: 16px !important;
    }

.usersignout {
    padding-left: 0px;
    padding-right: 0px;
    /*text-decoration-color:black !important;*/
}
/*********************************
    //Author           : Saifa
    //Creation Date    : 12 -9 -2018
    //Purpose          : Log In Page UI Changed
    //***********************************/
.errLabel {
    color: red;
    font-family: 'GT-Walsheim-Pro-Bold';
    height: 20px;
    font-size: 18px;
}

.errLabel1 {
    color: red;
    font-family: 'GT-Walsheim-Pro-Bold';
    width: 203px;
}

.errCaptcha {
    color: red;
    font-family: 'GT-Walsheim-Pro-Bold';
    padding-left: 8px;
}
/*.logInTextbox{
         width: 250px; 
         height:39px;   
         background-color: white;
    }*/

.fancybox-wrap {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-skin {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-outer {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-inner {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-image {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-wrap iframe {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-wrap object {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-nav {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-nav span {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-tmp {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.fancybox-wrap {
	left: 0px; top: 0px; position: absolute; z-index: 8020;
}
.fancybox-skin {
	background: rgb(249, 249, 249); border-radius: 4px; color: rgb(68, 68, 68); position: relative; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0px 10px 25px rgba(0,0,0,0.5); -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer {
	position: relative;
}
.fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	font: 14px/20px'gt-walsheim-regular'; margin: 0px; padding: 15px; color: rgb(68, 68, 68); white-space: nowrap; font-size-adjust: none; font-stretch: normal;
}
.fancybox-image {
	width: 100%; height: 100%; display: block;
}
.fancybox-iframe {
	width: 100%; height: 100%; display: block;
}
.fancybox-image {
	max-height: 100%; max-width: 100%;
}
#fancybox-loading {
	background-image: url("fancybox_sprite.png");
}
.fancybox-close {
	background-image: url("fancybox_sprite.png");
}
.fancybox-prev span {
	background-image: url("fancybox_sprite.png");
}
.fancybox-next span {
	background-image: url("fancybox_sprite.png");
}
#fancybox-loading {
	background-position: 0px -108px; left: 50%; top: 50%; margin-top: -22px; margin-left: -22px; position: fixed; z-index: 8060; cursor: pointer; opacity: 0.8;
}
#fancybox-loading div {
	background: url("fancybox_loading.gif") no-repeat center; width: 44px; height: 44px;
}
.fancybox-close {
	top: -18px; width: 36px; height: 36px; right: -18px; position: absolute; z-index: 8040; cursor: pointer;
}
.fancybox-nav {
	background: url("blank.gif"); top: 0px; width: 40%; height: 100%; text-decoration: none; position: absolute; z-index: 8040; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fancybox-prev {
	left: 0px;
}
.fancybox-next {
	right: 0px;
}
.fancybox-nav span {
	top: 50%; width: 36px; height: 34px; margin-top: -18px; visibility: hidden; position: absolute; z-index: 8040; cursor: pointer;
}
.fancybox-prev span {
	background-position: 0px -36px; left: 10px;
}
.fancybox-next span {
	background-position: 0px -72px; right: 10px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	left: -99999px; top: -99999px; overflow: visible !important; visibility: hidden; position: absolute; max-height: 99999px; max-width: 99999px;
}
.fancybox-lock {
	width: auto; overflow: hidden !important;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	-ms-overflow-y: hidden !important;
}
.fancybox-overlay {
	background: url("fancybox_overlay.png"); left: 0px; top: 0px; overflow: hidden; display: none; position: absolute; z-index: 8010;
}
.fancybox-overlay-fixed {
	right: 0px; bottom: 0px; position: fixed;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto; -ms-overflow-y: scroll;
}
.fancybox-title {
	font: 13px/20px'gt-walsheim-regular'; visibility: hidden; position: relative; z-index: 8050; font-size-adjust: none; font-stretch: normal; text-shadow: none;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	text-align: center; right: 50%; bottom: 0px; margin-bottom: -35px; position: absolute; z-index: 8050;
}
.fancybox-title-float-wrap .child {
	background: rgba(0, 0, 0, 0.8); padding: 2px 20px; border-radius: 15px; color: rgb(255, 255, 255); line-height: 24px; font-weight: bold; margin-right: -100%; display: inline-block; white-space: nowrap; text-shadow: 0px 1px 2px #222; -webkit-border-radius: 15px; -moz-border-radius: 15px;
}
.fancybox-title-outside-wrap {
	color: rgb(255, 255, 255); margin-top: 10px; position: relative;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	background: rgba(0, 0, 0, 0.8); padding: 10px; left: 0px; bottom: 0px; color: rgb(255, 255, 255); position: absolute;
}
@media not all, not all, not all
{
#fancybox-loading {
	background-image: url("fancybox_sprite@2x.png"); background-size: 44px 152px;
}
.fancybox-close {
	background-image: url("fancybox_sprite@2x.png"); background-size: 44px 152px;
}
.fancybox-prev span {
	background-image: url("fancybox_sprite@2x.png"); background-size: 44px 152px;
}
.fancybox-next span {
	background-image: url("fancybox_sprite@2x.png"); background-size: 44px 152px;
}
#fancybox-loading div {
	background-image: url("fancybox_loading@2x.gif"); background-size: 24px 24px;
}
}

