#accExperienceID .panel-group > .panel-default > .panel-heading {
    background-color: rgb(254, 239, 184);
    color: rgb(255, 111, 32);
}

#accGeoGraphicID .panel-group > .panel-default > .panel-heading {
    padding: 0px;
}

#accGeoGraphicID .panel-group > .panel-default > .panel-collapse > .panel-body {
    padding: 0px;
    background-color: white; /*#ED7A34*/
    overflow: auto;
    height: 200px;
}

#accExperienceID .panel-group > .panel-default {
    border-color: rgb(254, 239, 184);
}

    #accExperienceID .panel-group > .panel-default > .panel-collapse {
        background-color: rgb(254, 239, 184);
    }

    #accExperienceID .panel-group > .panel-default > .panel-heading > .panel-title {
        font-weight: 600;
    }

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 805px;
    height: 410px;
    padding: 1px 1px 1px 1px;
}

.gridStyle .action {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

input#filtering {
    display: block;
    min-width: 0;
    margin-top: 3px;
    margin-left: 5px;
    position: relative;
    width: 15px;
    height: 15px;
}

input#agreementCheckbox {
    display: block;
    min-width: 0;
    margin-top: 3px;
    margin-left: 5px;
    position: relative;
    width: 15px;
    height: 15px;
}

.mvp .greenButton.custom-file-input {   
    float: left; 
    position: relative;     
    width: 120px;
    min-width: 120px; 
    cursor: pointer; 
    font-size: inherit;
    height: 28px;  
    padding: 5px 5px 5px 5px;
    text-transform: inherit;   
}

.mvp .custom-file-input input[type=file] {
    position: absolute;
    margin: 0;
    padding: 0px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    top: 0px;
    width: 120px;
    min-width: 120px;
}

.mvp input.uploadFileName {   
    min-width: 0 !important; 
    width: 60%; 
    float: left;   
}

.mvp .uploadBtncontrol input[type=button]{
    float: left; 
    text-transform: none; 
    height: 28px; 
    padding: 6px;
    width: 38%; 
    min-width: 0; 
    cursor: pointer; 
    font-size: inherit;
    margin-right: 8px;
}

input[type=text]:focus,
input[type=button]:focus,
input[type=number]:focus,
textarea:focus,
input[type=checkbox]:focus + label,
input[type=radio]:focus + label{
    border-color: #66afe9 !important;
    outline-width: 5px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    outline: 2px solid #66afe9 !important;
}

.gridStyle input {
    min-width: 0 !important;
}

.gridStyle .header-filtered {
    color: #E9722E;
}

.gridStyle .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    margin-top: -8px;
}

.gridStyle .ui-grid-pager-container, .gridStyle .ui-grid-pager-count-container {
    position: relative;
    margin-top: 10px;
}




article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p, pre {
    margin: 1em 0;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: '';
        content: none;
    }

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
        *overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *height: 13px;
        *width: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.unselectable {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        /*user-select: none;*/
        -o-user-select: none;
}

#content {
    min-height: 775px;
}

@font-face {
    font-family: "chevin-medium";
    src: url("fonts/chevin-medium-webfont.eot");
    src: url("fonts/chevin-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chevin-medium-webfont.woff") format("woff"), url("fonts/chevin-medium-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}

@font-face {
    font-family: "chevin-light";
    src: url("fonts/chevin-light-webfont.eot");
    src: url("fonts/chevin-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chevin-light-webfont.woff") format("woff"), url("fonts/chevin-light-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

body {
    width: 100%;
    height: 100%;
    font: 14px arial, helvetica, freesans, "liberation sans", "numbus sans l", sans-serif;
    color: #26454f;
    text-align: center;
    line-height: 1.3;
     /*bug 5335*/
   
    /* sang fix */
    background: #ffedb4 url(../img/elements/bg-page.png) 0 0 repeat-x;
    background: -moz-linear-gradient(top, white 60%, #ffedb6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), color-stop(100%, #ffedb6));
    background: -webkit-linear-gradient(top, white 60%, #ffedb6 100%);
    background: -o-linear-gradient(top, white 60%, #ffedb6 100%);

    background-attachment: fixed;
}

.container {
    text-align: left;
    padding: 0 0;
}

a {
    color: #ef7b0f;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
}

    a:visited {
        color: #ff6f20;
    }

    a:hover {
        color: #26454f;
		text-decoration: none;/*Sang fix*/
    }

    a:active {
        color: #ff6f20;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    margin-top: 0;
}

h1, .h1 {
    font-size: 1.75em;
    font-weight: 400;
    margin-bottom: .85714em;
    color: #ff6f20;
}

h2, .h2 {
    font-size: 1.125em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    color: #ff6f20;
}

h3, .h3 {
    font-size: 1.125em;
    margin-bottom: 0.5em;
    color: #26454f;
}

h4, .h4 {
    font-size: 1em;
    margin-bottom: .3em;
}

p, .p {
    margin-bottom: 0.8em;
    margin-top: 0.5em;
}

.intro {
    font-size: 1.2em;
    line-height: 1.36364em;
    margin-bottom: 1.13636em;
    color: #5c737b;
}

.pulloutText {
    font-size: 1.1875em;
    margin-bottom: 1.31579em;
    color: #ff6f20;
}

ul li, ol li {
    margin-bottom: .3125em;
}

#content .article ol li {
    list-style: decimal;
    padding-left: 10px;
}

    #content .article ol li:before {
        background-image: none;
    }

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;/*sang fix*/
    margin-bottom: 1.5625em;
}

    table th, table td {
        padding: .625em;
        text-align: left;
    }

    table th {
        background: #96dbda;
        color: #26454f;/*sang fix*/
    }

    .public-container table th {
        word-break: break-word;
    }


    table td {
        background: #def1f0/*sang fix*/
    }

        table td:first-child {
            color: #26454f;/*sang fix*/
            /*font-weight: 700;*//*sang fix*/
        }

img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
}

.disclaimer {
    font-size: .75em;
    text-align: left;
    display: block;
    margin-bottom: 1.66667em;
}

.required {
    color: #ff6f20;
}

.form {
    margin-bottom: 1.875em;
    display: block;
}

    .form p {
        margin: 0 0 1.25em 0;
    }

    .form label {
        float: left;
        width: 23.118%;
        font-size: 1em;
        padding: .3125em 0;
        font-family: arial, helvetica, freesans, "liberation sans", "numbus sans l", sans-serif;
    }

    .form .label {
        float: left;
        width: 23.118%;
    }

    .form .inputGroup {
        margin-left: 21.11801%;
        width: 78.26087%;
    }

    .form input[type="text"] {
        width: 78.26087%;
        font-family: arial, helvetica, freesans, "liberation sans", "numbus sans l", sans-serif;
        font-size: 1em;
        padding: .3125em 0;
    }

        .form input[type="text"].medium {
            width: 40.37267%;
        }

        .form input[type="text"].small {
            width: 19.87578%;
        }

    .form select {
        width: 78.26087%;
        font-size: 1em;
        font-family: arial, helvetica, freesans, "liberation sans", "numbus sans l", sans-serif;
    }

        .form select.medium {
            width: 40.37267%;
        }

        .form select.small {
            width: 19.87578%;
        }

    .form .singleCheckbox label, .form .inputGroup label {
        float: none;
        width: 100%;
        padding: 0;
        display: block;
    }

    .form .singleCheckbox input[type="checkbox"], .form .singleCheckbox input[type="radio"], .form .inputGroup input[type="checkbox"], .form .inputGroup input[type="radio"] {
        margin-right: .625em;
    }

    .form .submit {
        padding-top: 1.25em;
        background: url(../img/elements/dot-grey.png) 0 0 repeat-x;
        display: block;
    }

        .form .submit button {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            font-size: 1em;
            padding: .625em .9375em;
            border: 0;
            background: #3fbfbe;
            color: #FFF;
            font-family: "chevin-medium", arial, sans-serif;
            text-transform: uppercase;
            font-weight: 400;
            cursor: pointer;
            margin-right: 15px;
        }

            .form .submit button:hover {
                color: #3fbfbe;
                background: #def1f0;
            }

.search input {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#twitterTab ul, #footer .sectionLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.login p, .performance .stat, #socialMedia #tabsNav p, #footer .sectionLinks {
    float: left;
    width: 49.9999999999%;
}

.public-container .featureLinks {
    margin: 0px;
}
.featureLinks a, #navToggle, .article li, .pullout .more, .twitter, .keyLinks li a {
    position: relative;
}

    .featureLinks a .before, #navToggle .before, .article li .before, .pullout .more .before, .twitter .before, .keyLinks li a .before, .featureLinks a:before, #navToggle:before, .article li:before, .pullout .more:before, .twitter:before, .keyLinks li a:before {
        position: absolute;
        before: " ";
        content: " ";
        left: 0;
        top: 50%;
        display: block;
    }

.pullout .more, .keyLinks .viewAll {
    font-family: "chevin-medium", arial, sans-serif;
    font-size: .75em;
    padding: .41667em .83333em;
    text-transform: uppercase;
}

.btn, .pullout .more, .keyLinks .viewAll {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    text-decoration: none;
}

.blockquote .desc .before, .blockquote .desc:before, .pullout.green .banner .before, .pullout.green .banner:before, .performance strong .before, .performance strong:before {
    width: 50px;
    height: 8px;
    display: block;
    background: #FFF;
}

.article h1, .relevantInfo h2 {
    line-height: normal;
    font-family: "chevin-light", arial, sans-serif;
    font-size: 1.875em;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: .33333em;
    display: block;
    background: url(../img/elements/dot-grey.png) 100% 100% repeat-x;
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

.right-box-button {
    text-transform: uppercase;
    font-family: "chevin-medium", arial, sans-serif;
    text-align: center;
    font-size: 1.125em;
    font-weight: 400;
    color: #FFF;
    line-height: normal;

    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
    background: #96dbda;
    
    margin: 0px !important;
}

.highlight {
    text-transform: uppercase;
    font-family: "chevin-medium", arial, sans-serif;
    text-align: center;
    font-size: 1.125em;
    font-weight: 400;
    color: #FFF;
    line-height: normal;
}

.box {
    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.btn {
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    outline: none;
    text-indent: -9999em;
}

.links, .links li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .links a {
        cursor: pointer;
        text-decoration: none;
        display: block;
    }

.inline, .inline li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: left;
}

.featureLinks {
    font-size: .9375em;
    margin-bottom: .66667em;
    background: url(../img/elements/dot-aqua.png) 0 0 repeat-x;
}

    .featureLinks li {
        background: url(../img/elements/dot-aqua.png) 0 100% repeat-x;
    }

    .featureLinks a {
        color: #31464d;
        padding: .66667em 1em;
    }

        .featureLinks .active a, .featureLinks a:hover {
            font-weight: 700;
            color: #3fbfbe;
        }

            .featureLinks .active a .before, .featureLinks .active a:before, .featureLinks a:hover .before, .featureLinks a:hover:before {
                background: url('../img/sprites/icons-s1920b456cc.png') 0 -187px;
                width: 8px;
                height: 10px;
                margin-top: -5px;
            }

.ie7 .featureLinks a {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

.row {
    width: 100%;
    max-width: 1165px;
  min-width: 1157px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.x1 {
    width: 8.33333%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x2 {
    width: 16.66667%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x3 {
    width: 25%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x4 {
    width: 33.33333%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x5 {
    width: 41.66667%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x6 {
    width: 50%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x7 {
    width: 58.33333%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x8 {
    width: 66.66667%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x9 {
    width: 75%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x10 {
    width: 83.33333%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x11 {
    width: 91.66667%;
    float: left;
    display: inline;
    min-height: 1%;
}

.x12 {
    width: 100%;
    float: left;
    display: inline;
    min-height: 1%;
}

.omega {
    float: right;
}

.x9 .x3 {
    width: 32%;
    margin-right: 2%;
}

    .x9 .x3:last-child {
        margin-right: 0;
    }

.logo {
    float: left;
    display: block;
    margin: 1em 0 .625em .625em;
    width: 315px;
    height: 101px;
}

.login p {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0;
}

    .login p a {
        font-family: "chevin-medium", arial, sans-serif;
        background: #def1f0;
        color: #7e98a0;
        font-size: 1.2em;
    }

        .login p a:hover {
            color: #3fbfbe;
        }

.search {
    background: #def1f0;
}

    .search .field {
        background: #FFF;
        width: 100%;
        position: relative;
        margin-bottom: .625em;
    }

    .search label {
        font-family: "chevin-medium", arial, sans-serif;
        color: #7e98a0;
        display: block;
        margin-bottom: .3125em;
    }

    .search input {
        border: 0;
        padding: 4px;
        width: 84.31373%;
        background: #FFF;
        font-size: 1.2em;
        font-family: arial, helvetica, freesans, "liberation sans", "numbus sans l", sans-serif;
    }

    .search button {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        background: url('../img/sprites/icons-s1920b456cc.png') 0 -145px;
        width: 30px;
        height: 27px;
    }

.ie7 .search {
    height: 1%;
}

#navToggle {
    display: none;
    font-weight: 400;
    margin: 0;
    text-align: left;
    cursor: pointer;
    font-size: 1.125em;
}

.custom-caret {
    display: none; 
    float: right;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 30px;
    width: 60px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    padding-left: 10px;
}
.custom-caret::before {
    content: "\f13a";
    padding: 20px 0px;
    margin-left: 20px;
}
.custom-caret.active::before {
    content: "\f139";
    padding: 20px 0px;
    margin-left: 20px;
}

    #navToggle .before, #navToggle:before {
        background: url('../img/sprites/icons-s1920b456cc.png') 0 -312px;
        width: 8px;
        height: 10px;
        margin-top: -5px;
        left: 10px;
    }

.ie7 #navToggle {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

#nav {
    background: #3fbfbe;
    margin-bottom: .3125em;
    width: 100%;
    min-width: 1140px;
}

#navLinks li a.ibd, #navLinks-last li a.ibd {
  position: relative;
  background-color: #fa7d11;
  /*padding-right: 36px;*/
}
/*#navLinks-last {
    padding-left: 5px;
}*/
ul#navLinks-last, ul#navLinks-last li{
    width: 100% !important;
}
#nav .primary {
    font-size: 1.21em;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

#navToggle, #nav a {
    /*padding: .83333em 1em;*/
    padding: 15px;
    font-family: "chevin-medium", arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
}

#nav li.active a, #nav a:hover {
    color: #3fbfbe;
    background: #def1f0;
}

#nav a.active {
    color: #3fbfbe;
    background: #def1f0;
}

.main {
    margin-bottom: 1em;
}

.article {
    width: 94.15205%;
}

    .article h1 {
        color: #ff6f20;
        margin: 0.5em 0 1em 0;
    }

    .article ul {
        margin-left: 0;
        margin-bottom: 0.8em;
        padding-left: 0;
    }

    .article li {
        list-style: none;
        color: #31464d;
        padding: 0 0 0 1.5625em;
        margin: 0 0 .625em 0;
    }

        .article li .before, .article li:before {
            background: url('../img/sprites/icons-s1920b456cc.png') 0 -262px;
            width: 8px;
            height: 10px;
            top: 8%;
        }

.ie7 .article li {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

.groupLinks {
    background: url(../img/elements/dot-grey.png) 0 0 repeat-x;
}

    .groupLinks li {
        padding: .625em 0;
        background: url(../img/elements/dot-grey.png) 100% 100% repeat-x;
        display: block;
        margin: 0;
    }

        .groupLinks li .before, .groupLinks li:before {
            display: none;
        }

        .groupLinks li a:hover {
            color: #ff6f20;
            font-weight: 700;
        }

.blockquote {
    padding: 0;
    margin: 0 0 1.5625em 0;
}

    .blockquote .image {
        float: left;
        display: block;
        padding: 12px;
        background: #5c737b;
        margin-right: .62112%;
    }

    .blockquote .desc {
        background: #ebe7db;
        padding: 35px 15px 15px 15px;
        min-height: 135px;
        display: block;
        overflow: hidden;
        color: #5c737b;
        position: relative;
    }

        .blockquote .desc .before, .blockquote .desc:before {
            position: absolute;
            before: " ";
            content: " ";
            top: 15px;
            left: 15px;
        }

        .blockquote .desc p {
            margin: 0;
            font-size: 1.25em;
        }

.ie7 .blockquote .desc {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

.relevantInfo {
    margin-bottom: 25px;
}

    .relevantInfo h2 {
        color: #5c737b;
        margin-bottom: .5em;
    }

    .relevantInfo img {
        float: left;
        display: block;
        border: 12px solid #FFF;
        border: 12px solid rgba(255,255,255,0.5);
    }

    .relevantInfo .desc {
        margin-left: 120px;
    }

    .relevantInfo .module {
        padding: 30px 15px;
        background: #ebe7db;
        color: #26454f;
    }

    .relevantInfo .staffName {
        color: #5c737b;
        text-transform: uppercase;
        font-size: 1.125em;
        margin-bottom: .9375em;
    }

    .relevantInfo p:last-child {
        margin: 0;
    }

.sidenav h2 {
    background: #96dbda;
}

.sidenav ul {
    margin-left: 5px;
    margin-bottom: 5px;
    background: #def1f0;
}

.ie7 .sidenav ul {
    height: 1%;
    *zoom: 1;
}

.sidenav ul li {
    margin-left: 5px;
    margin-right: 5px;
}

    .sidenav ul li:last-child {
        background: none;
    }


    .pullout .gutter20 {
        padding: 20px;
    }

    .pullout .gutter10 {
        padding: 10px;
    }

    .pullout .gutter30 {
        padding: 0 30px 30px 30px;
    }

    .pullout.aqua .gutter30 {
        padding: 0 30px 10px 30px;
    }

    .pullout.aqua p {
        margin: 5px 0 5px 0;
    }

    .pullout .title.gutter30 {
        padding: 10px;
    }

    .pullout h3 {
        font-family: "chevin-medium", arial, sans-serif;
        font-size: 1.125em;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        text-align: center;
    }

    .pullout p {
        margin: 0;
    }

    .pullout.noTitleBox h3 {
        text-align: left;
    }

    .pullout.aqua {
        background-color: #def1f0;
        margin-bottom: 5px;
    }

        .pullout.aqua .title {
            background: #3fbfbe;
        }

        .pullout.aqua h3 {
            color: #FFF;
        }

    .pullout.yellow {
        background-color: #fff1c4;
    }

        .pullout.yellow .banner {
            padding-bottom: 80px;
            background: url(../img/elements/pullout-yellow.png) 50% 100% no-repeat;
        }

        .pullout.yellow .title, .pullout.yellow .text {
            background: #feda5d;
        }

    .pullout.orange {
        background-color: #fff1c4;
    }

        .pullout.orange .title {
            background: url('../img/rgbapng/ff6f20b3.png?1353842422');
            background: rgba(255,111,32,0.7);
        }

        .pullout.orange h3 {
            color: #FFF;
        }

        .pullout.orange .text {
            background: #FFF;
        }

    .pullout.green {
        background-color: #e7ec9e;
    }

        .pullout.green .banner {
            padding-top: 115px;
            background: url(../img/elements/pullout-green.png) 0 0 no-repeat;
            position: relative;
        }

            .pullout.green .banner .before, .pullout.green .banner:before {
                position: absolute;
                before: " ";
                content: " ";
                bottom: 0;
                left: 20px;
            }

.ie7 .pullout.green .banner {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

.pullout .more {
    padding-left: 20px;
    background: #FFF;
    color: #3fbfbe;
    margin-top: .625em;
}

    .pullout .more .before, .pullout .more:before {
        background: url('../img/sprites/icons-s1920b456cc.png') 0 -187px;
        width: 8px;
        height: 10px;
        margin-top: -5px;
        left: 5px;
    }

    .pullout .more:hover {
        background: #3fbfbe;
        color: #FFF;
    }

        .pullout .more:hover .before, .pullout .more:hover:before {
            background: url('../img/sprites/icons-s1920b456cc.png') 0 -312px;
        }

.ie7 .pullout .more {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

.performance h2 {
    background: #96dbda;
    font-size: 0.9em;
    padding: 9px 0 9px;
}

.performance p {
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: "chevin-medium", arial, sans-serif;
    font-size: 0.9em;
    color: #3fbfbe;
    background: #def1f0;
    min-height: 6em;
}

.performance strong {
    display: block;
    font-size: 1.4375em;
    font-weight: 400;
    color: #ff6f20;
    position: relative;
    padding-bottom: .625em;
    margin-bottom: .41667em;
}

    .performance strong .before, .performance strong:before {
        position: absolute;
        before: " ";
        content: " ";
        bottom: 0;
        left: 50%;
        margin-left: -25px;
    }

.ie7 .performance strong {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

#socialMedia {
    background: #def1f0;
    padding: 5px 5px 0 0;
    min-height: 23.8em;
}

    #socialMedia #tabsNav p {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 0;
    }

        #socialMedia #tabsNav p a {
            font-family: "chevin-medium", arial, sans-serif;
            background: #3fbfbe;
            color: #FFF;
        }

            #socialMedia #tabsNav p a.active, #socialMedia #tabsNav p a:hover {
                background: #96dbda;
                color: #3fbfbe;
            }

            #socialMedia #tabsNav p a.active {
                cursor: default;
            }

    #socialMedia .tab {
        position: absolute;
        left: -9999em;
    }

        #socialMedia .tab.show {
            position: relative;
            left: 0;
            margin-left: .3125em;
        }

        #socialMedia .tab img {
            margin-bottom: .9375em;
        }

#twitterTab {
    margin-left: .3125em;
}

    #twitterTab h3 {
        font-family: "chevin-medium", arial, sans-serif;
        font-size: 1.125em;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 .55556em;
        color: #3fbfbe;
    }

    #twitterTab ul {
        font-size: .75em;
        margin-bottom: 0.25em;
    }

    #twitterTab li {
        padding: 1.25em;
        display: block;
        margin: 0;
        background: url(../img/elements/dot-aqua.png) 0 100% repeat-x;
    }

.twitter {
    font-size: .75em;
    display: block;
    padding: 1.25em 0 1.25em 3.75em;
    margin: 0 0 1.25em 1.25em;
    color: #26454f;
}

    .twitter .before, .twitter:before {
        width: 40px;
        height: 40px;
        background: url('../img/sprites/icons-s1920b456cc.png') 0 0;
        margin-top: -20px;
    }

    .twitter:active, .twitter:visited {
        color: #26454f;
    }

    .twitter:hover {
        color: #ff6f20;
    }

.ie7 .twitter {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .youtube iframe, .youtube object, .youtube embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
.slideshow {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: .3125em;
    padding: 0 0 25% 0;
    display: block;
}

.iosSlider {
    width: 100%;
    height: 222px;
}

    .iosSlider .slider {
        width: 100%;
        height: 100%;
    }

        .iosSlider .slider .item {
            float: left;
            width: 100%;
        }

            .iosSlider .slider .item img {
                width: 100%;
                height: auto;
            }

    .iosSlider .selectorsBlock {
        position: absolute;
        right: 20px;
        bottom: 30px;
        height: 5%;
        width: 20%;
        z-index: 10;
    }

        .iosSlider .selectorsBlock .selectors {
            position: relative;
            height: 100%;
        }

    .iosSlider .selectors .item {
        position: relative;
        top: 0;
        left: 0;
        float: left;
        margin: 0 0 0 5%;
        background: #aaa;
        display: block;
        font-family: "chevin-medium", arial, sans-serif;
        color: #ff6f20;
        text-align: center;
        width: 30px;
        height: 30px;
        background: url('../img/sprites/icons-s1920b456cc.png') 0 -55px;
        line-height: 30px;
    }

        .iosSlider .selectors .selected, .iosSlider .selectors .item:hover {
            background: url('../img/sprites/icons-s1920b456cc.png') 0 -100px;
        }

.container .selectors .first {
    margin-left: 0;
}

.keyLinks h2 {
    font-family: "chevin-light", arial, sans-serif;
    font-size: 1.875em;
    margin-bottom: .33333em;
    margin-left: .5em;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 400;
}

.keyLinks ul {
    font-size: .9375em;
    margin-bottom: .66667em;
    background: url(../img/elements/dot-aqua.png) 0 0 repeat-x;
}

.keyLinks li {
    background: url(../img/elements/dot-aqua.png) 0 100% repeat-x;
}

    .keyLinks li a {
        color: #31464d;
        padding: .66667em 1em;
    }

        .keyLinks li a .before, .keyLinks li a:before {
            width: 8px;
            height: 10px;
            margin-top: -5px;
        }

        .keyLinks li a:hover {
            font-weight: 700;
        }

.ie7 .keyLinks li a {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="before" );
}

.keyLinks .viewAll {
    margin-bottom: .83333em;
    background: #ebe7db;
}

.keyLinks .feature {
    background: #ebe7db;
    font-size: .85em;
    padding: 10px;
    display: block;
    min-height: 130px;
}

.keyLinks h3 {
    font-weight: 400;
    font-family: "chevin-light", arial, sans-serif;
    font-size: 1.66667em;
    margin-bottom: .5em;/*sang fix  ald .75*/
    /*text-transform: uppercase;*/ /*sang fix*/
}

.keyLinks p {
    margin: 0;
}

.keyLinks .feature img {
    float: left;
    margin: 0 .83333em .83333em 0;
}

.keyLinks.work h2, .keyLinks.work h3, .keyLinks.work .viewAll, .keyLinks.work .feature a {
    color: #ff6f20;
}

.keyLinks.work li a:hover {
    color: #ff6f20;
}

    .keyLinks.work li a:hover .before, .keyLinks.work li a:hover:before {
        background: url('../img/sprites/icons-s1920b456cc.png') 0 -212px;
    }

.keyLinks.work .viewAll:hover {
    color: #FFF;
    background: #ff6f20;
}

.keyLinks.events h2, .keyLinks.events h3, .keyLinks.events .viewAll, .keyLinks.events .feature a {
    color: #8bb734;
}

.keyLinks.events li a:hover {
    color: #8bb734;
}

    .keyLinks.events li a:hover .before, .keyLinks.events li a:hover:before {
        background: url('../img/sprites/icons-s1920b456cc.png') 0 -237px;
    }

.keyLinks.events .viewAll:hover {
    color: #FFF;
    background: #8bb734;
}

.keyLinks.resources h2, .keyLinks.resources h3, .keyLinks.resources .viewAll, .keyLinks.resources .feature a {
    color: #3fbfbe;
}

    .keyLinks.resources .viewAll:hover {
        color: #FFF;
        background: #3fbfbe;
    }

.keyLinks .feature a:hover {
    color: #26454f;
}

#footer {
    font-size: .8125em;
    padding-bottom: 1.92308em;
    /*Sang fix*/
    /*background: #ffedb4 url(../img/elements/bg-page.png) 0 0 repeat-x;
   
    background: -moz-linear-gradient(top, white 60%, #ffedb6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), color-stop(100%, #ffedb6));
    background: -webkit-linear-gradient(top, white 60%, #ffedb6 100%);
    background: -o-linear-gradient(top, white 60%, #ffedb6 100%);*/
}

    #footer h3 {
        font-size: 1em;
        font-family: "chevin-medium", arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #999;
        margin: 0 .76923em .38462em 0;
    }

    #footer .sectionLinks ul {
        margin-right: .76923em;
    }

    #footer .sectionLinks li {
        line-height: 1.25em;
        margin-bottom: 0.5em;
    }

    #footer .sectionLinks a {
        color: #999;
    }

        #footer .sectionLinks a:hover {
            color: #ff6f20;
        }

    #footer .container:last-child {
        margin-top: 1.92308em;
    }

        #footer .container:last-child .row {
            display: block;
            padding-top: 1.15385em;
            background: url(../img/elements/dot-grey.png) 0 0 repeat-x;
        }

.copyright {
    float: left;
    font-size: .92308em;
    margin-right: .83333em;
}

.termsLinks {
    float: left;
    font-size: .92308em;
    display: -moz-inline-stack;
    display: inline-block;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

    .termsLinks li {
        margin-right: .83333em;
    }

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .form p:before, .clearfix:after, .form p:after {
    content: " ";
    display: table;
}

.clearfix:after, .form p:after {
    clear: both;
}

.ie7 .clearfix, .ie7 .form p, .form .ie7 p {
    *zoom: 1;
}

/*First Name*/
.name_holder { display: block; float: right; width: 300px; }
.name_holder .c_name_holder { width: 50%; display: block; float: left; }
.name_holder .c_name_holder input[type="text"] { min-width: 0; width: 100%; }
.name_holder .c_name_holder:first-child .sname_holder { margin-right: 2px; }
.name_holder .c_name_holder:last-child .sname_holder { margin-left: 2px; }
.right-box{ padding-left: 5px !important;}
.public-container .x3.omega.sidenav{ padding-left: 5px !important;}
#menu-gn-apply{display:none;}
@media handheld, only screen and (max-width:1024px) {
    .row {
        min-width: 960px;
        max-width: 960px;
        width: 960px;
    }

    .three-col.row {
        min-width: 0;
        width: 677px;
    }

    .ie7 .row > .x9 {
        width: 75.0%;
    }

    .ie7 .x9 .x3 {
        width: 30%;
    }

    .ie7 .row > .x3 {
        width: 24.99999999%;
    }

    .ie7 .module > .x3 {
        width: 24.99999%;
    }

    #nav {
        font-size: .9375em;
        min-width: 980px;
    }

        #nav a {
            /*padding: .66667em;*/
            padding: 8px;
        }

    .login p a, .search label {
        font-size: .875em;
    }

    .performance p {
        font-size: .75em;
        min-height: 6.5em;
    }

    .performance strong {
        font-size: 1.25em;
    }

    .featureLinks li, #twitterTab ul {
        font-size: .8125em;
    }

    .article p, .article ul, .article table, .pullout p {
        font-size: .8125em;
    }

    .article h2, .article h3, .article .intro, .relevantInfo .staffName {
        font-size: 1em;
    }

    .article .pulloutText {
        font-size: .9375em;
    }

    .blockquote .desc p {
        font-size: 1.125em;
    }

    .keyLinks h2, .article h1, .relevantInfo h2 {
        font-size: 1.5em;
    }

    .keyLinks h3 {
        font-size: 1.33333em;
    }

    .pullout h3, .highlight {
        font-size: 1em;
    }

    .iosSlider .selectorsBlock {
        bottom: 40px;
    }

    #socialMedia {
        min-height: 22em;
    }

    #nav .primary {
        font-size: 1.18em;
    }
    .cta2-main img {
        float: none !important;
    }

    .right-box{ padding-left: 5px !important;}
    .public-container .x3.omega.sidenav{ padding-left: 5px !important;}
    #navLinks-last{ padding-left: 0px !important;}
    #menu-gn-apply{display:none;}
    .home-content { padding: 5px 0px 0px 0px !important;}
    .cta6 .stacked li {width: 200px !important;}
    .reg-cer-table ol, table.reg-cer-table ol li {padding-left: 7px !important;}
    .article{ width: 100% !important;}
    .article{ padding-right: 10px !important;}
}

@media handheld, only screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: none;
        background: #FFF;
    }

    .row, body, .container {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .x1, .x2, .x3, .x4, .x5, .x6, .x7, .x8, .x9, .x10, .x11, .x12 {
        width: 100% !important;
        float: none!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .login, #navLinks, .sectionLinks, .affiliates {
        display: none !important;
        visibility: hidden;
        text-transform: none;
    }

    .logo {
        margin: .625em auto;
        display: block;
        float: none;
        width: 280px;
    }

     .cta2-main img {
        display: none;
    }

        .logo img {
            width: 280px;
        }

    .inline, .inline li {
        float: none;
    }

    #navToggle {
        display: block;
        padding-left: 25px;
    }

    .custom-caret {
        display: block;
        padding: 10px;
        padding-bottom: 25px;
        cursor: pointer !important;
    }

        #navToggle.active {
            color: #def1f0;
        }

            #navToggle.active .before, #navToggle.active:before {
                background: url('../img/sprites/icons-s1920b456cc.png') 0 -287px;
                width: 8px;
                height: 10px;
                margin-top: -5px;
            }

    #navLinks.active {
        display: block !important;
        visibility: visible !important;
    }

        #navLinks.active li {
            display: block;
            float: none;
            width: 100%;
        }

    .ie7 #navLinks.active li {
        float: left;
    }

    #navLinks.active li a {
        background: url(../img/elements/dot-white.png) 0 0 repeat-x;
        color: #def1f0;
    }

        #navLinks.active li a:hover, #navLinks.active li.active a {
            background-color: #def1f0;
            color: #3fbfbe;
            cursor: pointer;
        }

    #nav {
        min-width: 100%;
        width: 100%;
        text-align: left;
    }

    .main {
        margin-bottom: 0;
    }

    .search {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

        .search input {
            width: 91.89189%;
        }

    /*.slideshowContainer {
        margin: 0 5px 20px 5px;
    }*/

    .iosSlider .selectorsBlock {
        width: 160px;
        right: 10px;
    }

    .performance h2 {
        font-size: 1.125em;
        padding-left: 1.66667em;
    }

    .performance p {
        font-size: 1em;
        min-height: 7.5em;
    }

    .performance strong {
        font-size: 1.5em;
    }

    .sidenav ul, .sidenav h2 {
        margin-left: 10px;
        margin-right: 10px;
    }

    #socialMedia, .performance {
        margin-right: 5px;
    }

    .keyLinks h2 {
        margin-left: 15px;
    }

    .keyLinks .featureLinks, .keyLinks .viewAll, #footer {
        /*margin-left: 5px;
        margin-right: 5px;*/
    }

    .article {
        width: auto;
    }
    .article{ padding-right: 0px !important;}

    .public-container .article {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /*.keyLinks .feature {
        margin: 0 5px 5px 5px;
    }*/

    .copyright, .termsLinks {
        float: none;
        margin: 0 .9375em 0 .9375em;
    }

        .termsLinks li {
            display: block;
        }

    .article h1 {
        margin-top: .9375em;
    }

    .article h2, .article h3, .article .intro, .relevantInfo .staffName {
        font-size: .875em;
    }

    .article .pulloutText {
        font-size: .8125em;
    }

    .blockquote .desc p {
        font-size: .88889em;
    }

    .blockquote .desc {
        padding: 15px;
    }

    .keyLinks h2, .article h1, .relevantInfo h2 {
        font-size: 1.25em;
    }

    .keyLinks h3 {
        font-size: 1.33333em;
    }

    .pullout h3, .highlight {
        font-size: .875em;
    }

    .blockquote {
        margin-bottom: 1.25em;
    }

        .blockquote .image {
            float: none;
            margin: 0;
        }

            .blockquote .image img {
                width: 100%;
            }

        .blockquote .desc {
            padding: 2em .75em 1em .75em;
        }

    .relevantInfo {
        margin-bottom: .9375em;
    }

        .relevantInfo img {
            margin: 0 .625em .625em 0;
        }

        .relevantInfo .desc {
            margin: 0;
        }

    .sidenav ul {
        margin-bottom: .9375em;
    }

    .pullout {
        margin-bottom: .9375em;
    }

    .form p {
        margin: 0 0 1.25em 0;
        width: 100%;
        display: block;
    }

    .form label, .form .label {
        float: none;
        width: 100%;
        margin: 0 0 .625em 0;
        display: block;
    }

    .form .inputGroup {
        margin-left: 0;
        width: 100%;
    }

        .form .inputGroup label {
            margin: 0;
        }

    .form .inputTextWrapper {
        padding: .3125em;
        border: 1px solid #CCC;
        display: block;
    }

    .form input[type="text"] {
        font-size: 1em;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

        .form input[type="text"].medium, .form input[type="text"].small {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

    .form select {
        width: 100%;
        display: block;
    }

        .form select.medium, .form select.small {
            width: 100%;
            display: block;
        }

    .right-box{ padding-left: 0px !important;}
    .public-container .x3.omega.sidenav{ padding-left: 0px !important;}
    .cta3{ margin-left: 0px !important;}
    .featuredArea {margin-left: 0px !important;}
    .keyLinks .feature{ border-top:5px solid #fff;}
    #application .home-container {
        padding-left: 5px;
        padding-right: 5px;
    }
    #application .public-container {
        padding-left: 5px;
        padding-right: 5px;
    }
    /*.membership .article-content-right{ padding-left: 20px !important;}
    .membership .article-content-right h1{ font-size: 20px !important; line-height: 20px !important}*/
    .cta6 .stacked li{clear:left;}
    ol.member-list {width: 697px;}
    .address-row h3{margin-top: 30px !important;}
    .address-row{padding-left: 0px !important;}
    .address-row .col-md-12, .address-row .col-md-6{padding-left: 0px !important;}
    .public-container .about_us .article-content h1{ font-size: 20px !important; line-height: 20px !important;}
    #navLinks-last{display: none;}
    #menu-gn-apply{display:block;}
    .home-content { padding: 5px 0px 0px 0px !important;}
    .reg-cer-table ol, table.reg-cer-table ol li {padding-left: 7px !important;}
    .article a {word-break: break-word;}
    .col1, .col2, .col3 {border: 0px !important;}
    .public-container table ol{ padding-left: 10px !important;}
    .drop { width: 100%; position: relative !important; }
    .drop>li>a{ padding-left: 30px;}
    #navLinks li:hover ul.drop li a, #navLinks li ul.drop li a{
        /*background: url(../img/elements/dot-white.png) 0 0 repeat-x;
        color: #def1f0 !important;*/
        color: #3FBFBE;
        background: none repeat scroll 0 0 #DEF1F0;
        font-family: "chevin-medium", arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        list-style: none;
        padding: 8px;
        padding-left: 30px;
        white-space: nowrap;
        font-size: 14px !important;
    }
    #navLinks ul.drop li.last a{ 
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        -webkit-border-bottom-left-radius: 0px !important;
        -webkit-border-bottom-right-radius: 0px !important;
        -moz-border-radius-bottomright: 0px !important;
        -moz-border-radius-bottomleft: 0px !important;
    }
    #navLinks li ul.drop li a.active {
        background: none repeat scroll 0 0 #ff6f20;
        color: #fff !important;
    }
    .res-table { font-size: 12px !important;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    /*.slideshowContainer { margin-top: 5px !important;}*/
    .right-box{ padding-left: 0px !important;}
    .public-container .x3.omega.sidenav{ padding-left: 0px !important;}
    .cta3{ margin-left: 0px !important;}
    .featuredArea {margin-left: 0px !important;}
    .keyLinks .feature{ border-top:5px solid #fff;}
    .membership .article-content-right{ padding-left: 20px !important;}
    .membership .article-content-right h1{ font-size: 20px !important; line-height: 20px !important}
    .cta6 .stacked li{clear:left;}
    ol.member-list {width: 350px;}
    .address-row h3{margin-top: 30px !important;}
    .address-row{padding-left: 0px !important;}
    .address-row .col-md-12, .address-row .col-md-6{padding-left: 0px !important;}
    .public-container .about_us .article-content h1{ font-size: 20px !important; line-height: 20px !important;}
    #navLinks-last{display: none;}
    #menu-gn-apply{display:block;}
    .home-content { padding: 5px 0px 0px 0px !important;}
    .reg-cer-table ol, table.reg-cer-table ol li {padding-left: 7px !important;}
    .article a {word-break: break-word;}
    .col1, .col2, .col3 {border: 0px !important;}
    #searchcriterias .awesomeIcon.iconRemove{ margin-right: 0px !important;}
    .awesomeIcon.iconRemove{ width: 100% !important;}
    .awesomeIcon.iconSearch{ width: 100% !important;}
    .public-container table ol{ padding-left: 10px !important;}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    /*.slideshowContainer { margin-top: 5px !important;}*/
    .right-box{ padding-left: 0px !important;}
    .public-container .x3.omega.sidenav{ padding-left: 0px !important;}
    .cta3{ margin-left: 0px !important;}
    .featuredArea {margin-left: 0px !important;}
    .keyLinks .feature{ border-top:5px solid #fff;}
    .membership .article-content-right{ padding-left: 20px !important;}
    .membership .article-content-right h1{ font-size: 20px !important; line-height: 20px !important}
    .cta6 .stacked li{clear:left;}
    ol.member-list {width: 250px;}
    .address-row h3{margin-top: 30px !important;}
    .address-row{padding-left: 0px !important;}
    .address-row .col-md-12, .address-row .col-md-6{padding-left: 0px !important;}
    .public-container .about_us .article-content h1{ font-size: 20px !important; line-height: 20px !important;}
    #navLinks-last{display: none;}
    #menu-gn-apply{display:block;}
    .home-content { padding: 5px 0px 0px 0px !important;}
    .reg-cer-table ol, table.reg-cer-table ol li {padding-left: 7px !important;}
    .article a {word-break: break-word;}
    .col1, .col2, .col3 {border: 0px !important;}
    #searchcriterias .awesomeIcon.iconRemove{ margin-right: 0px !important;}
    .awesomeIcon.iconRemove{ width: 100% !important;}
    .awesomeIcon.iconSearch{ width: 100% !important;}
    .public-container table ol{ padding-left: 10px !important;}
}

/*Fixed issue: select not display full*/
/*Releated to mvp.css:1279 */
@media screen and (max-width:503px) {
    .mvp select, .mvp select.highlightAnswer {
        padding: 0px !important;
    }
}
@media only screen and (min-width: 768px) {
   .omega .cta1 img{ width: 100%; height: 100%;}
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
    .keyLinks .feature{ border-top:5px solid #fff;}

}
/*.cta {
    padding-left:5px
}*/
/*Sang fix*/
.cta2-main {
	height:317px;
/*	border:5px solid #f9953e;
*/	background-color:#FFF;
}
.cta2-main.tall {
	height:auto;
/*	border:5px solid #f9953e;
*/	background-color:#FFF;
	height:318px
}
.home-content {
	padding:20px 0px 20px 20px;
	color:#000;
	float:left;
    font-size: 0.9555em;
    margin-bottom: 10px;
}

.cta2-main .article-content {
	padding:20px 20px 0 20px;
	color:#000;
	float:left;
    width: 639px;/*sang fix old 592px*/
    max-width: 100%;
}
.cta2-main .home-content h1 {
	color:#ff6f20;
	font-family: "chevin-light",arial,sans-serif;
}
.cta2-main .article-img {
	float:right
}
.cta2-main .article-content.full {
	float:none
	
}
.cta3 {
	background-color:#e4f2f1;
	border:0;
	height: 317px;/*sang fix old 287*/
}

.cta3 h1 {
	color:#46bfbd;
	font-family: "chevin-light",arial,sans-serif;
	margin: 0;
	/*width:250px;*/
    width: 90%;
}
/*	New styles 2.7.2015  */	
.cta .cta1  {
	background-image:url(/img/cta/cta1-bg.png);
	font-family: "chevin-light",arial,sans-serif;
	color:#46bfbd;
	height:222px;
	text-align:center;
	color:#FFF;
}

.cta1-image  {background:url(/img/cta/cta1-bg-v2.png) no-repeat center;}

.omega .cta1  {
	font-family: "chevin-light",arial,sans-serif;
	color:#46bfbd;
	height:222px;
	text-align:center;
	color:#FFF;
    position: relative;
}
.omega .cta1 img {
    position: absolute;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.sidenav .cta1 a {
	color:#FFF;
}
.sidenav .cta1 a:hover {
	color:#f58220;
}
.cta .cta1 h1 {
	color:#FFF;
	padding-top:100px;
	font-weight:600;
	 padding-left: 20px;
    padding-right: 20px;
	font-size: 1.6em;
}
.omega .cta1 h1 {
	color:#FFF;
	padding-top:100px;
	font-weight:600;
	 padding-left: 20px;
    padding-right: 20px;
	font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
}
.cta3.v2 {
	background-color:#e4f2f1;
	background-image:url(/img/cta/cta8-bg.png);
    background-size: cover;
	padding:15px;
}
.cta3.v2 h1{
	font-size: 1.8em;
	line-height: 34px;
	color:#FFF;
	font-weight:600
}
.cta ul li {
	list-style-image:url(../img/cta/arrow-bullet.png)
}
.cta4 .grow {
	padding: 15px 0 0 20px ;
}
.cta4 .grow li {
	font-family: "chevin-light",arial,sans-serif;
	font-size:1.2em;
	color:##666
}
.cta4 .grow ul {
	margin-left:10px;
}
.cta4 {
	background-image:url(/img/cta/cta4-bg.png);
}
.cta3.short {
	background-image:url(/img/cta/cta5-bg.png);
    background-size: cover;
	font-family: "chevin-light",arial,sans-serif;
	color:#46bfbd;
	height: 222px;/*sang fix old 212*/
	padding:10px 0 0 15px
}
.cta3.short ul{
	/*width:220px;*/
    width: 90%;
	margin-left:10px;
	margin-top:5px;
	color:##666
}
.cta3.short li{
	font-size:1.2em;
}
.ctacontent4 .cta3.video{
	padding:10px 0 0 15px;
    height: 317px;/*sang fix old 308px*/
	font-size:0.9555em
}
.ctacontent5 {
	background-image:url(/img/cta/cta6-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ctacontent5 .cta5 {
	padding: 15px 0 0 20px ;
	background:none;
    height: 238px !important;
}
.ctacontent5 .cta5 p{
	font-size:0.9555em;
    width: 100%; 
}
.cta6 {
	background-image:url(/img/cta/cta7-bg.png);
}

.stacked{ width: 100%; float:left;}

.cta6 .stacked li {
     float: left;
    font-size: 0.9555em;
    min-height: 100px;
    margin-left: 20px;
    vertical-align: top;
    width: 230px;
	list-style-image:url(/img/cta/arrow-bullet.png);
    padding-right: 20px;
}

.cta6 .stacked ul  {
 	width:800px;
	display:block;
}
.ctacontent4 .cta3 {
	background-color: #e4f2f1;
    background-image: url("/img/cta/cta3-bg.gif");
    background-size: cover;
    padding: 15px;
	color:#FFF;
	font-family: "chevin-light",arial,sans-serif;
	font-size: 1.1em;
}
.ctacontent4 .cta3 h1 {
	color:#FFF;
}
.ctacontent4 .cta3.v3 {
    font-size: 1em;
}

/*	End New styles 2.7.2015  */	

.cta4 {
	background-color:#e4f2f1;
    background-size: cover;
	border:0;
	padding: 0;
	height: 238px;
}
.cta4 h1 {
	color:#46bfbd;
	font-family: "chevin-light",arial,sans-serif;
	margin: 0;
	width:250px;
	margin-left:5px;
}
.cta5 {
	background-color:#e4f2f1;
	border:0;
/*	padding:10px 18px 18px 18px;
*/	height:205px
}
.cta5 h1 {
	color:#46bfbd;
	font-family: "chevin-light",arial,sans-serif;
	margin: 0;
	width:250px;
    max-width: 100%;
	font-size: 1.8em;
	line-height: 28px;
}
.cta6 {
	background-color:#fff2c8;
	border:0;
	padding:10px 18px 5px 18px;
    min-height: 238px;
}
.cta6 h1 {
	color:#ff6a29;
	font-family: "chevin-light",arial,sans-serif;
	margin: 0;
}
.featuredArea {
	background-color:#ebe7db;
	height:auto; /*sang fix old 193px;*/
	/*padding:20px; /** 15px **/
	/*width: 74.6%; /** 72% **/
    /*height: 238px;*/
    min-height: 238px;
    padding-top: 20px;
    margin-left: 5px;
}

.featuredArea h2{
	font-family: "chevin-light",arial,sans-serif;
	font-weight:100;
	font-size: 1.66666em;
	margin-left: 10px;
}
.cta3-main {
	min-height:222px;
/*	border:5px solid #2ecfca;
*/	background-color:#FFF;
}
.cta3-main .article-content {
	padding:20px;
	color:#000;
	float:right;
}
.cta3-main .article-content.righty {
	padding:20px;
	color:#000;
	float:left;
	width:583px
}
.cta3-main .article-content.righty h1{
	font-size: 2.66666em;
	line-height:38px
}
.cta .article-content.full {
	width:auto
}
.cta3-main .article-content h1 {
	color:#000;
	font-family: "chevin-light",arial,sans-serif;
}
.cta3-main.hero {
    background-size: cover;
}
.cta2-main img {
    float: right;
}
.cta3-main.hero .article-content h1 {
	color:#FFF;
	font-family: "chevin-light",arial,sans-serif;
	font-size: 2.66666em;
	line-height:34px

}
.cta3-main.hero .article-content.full {
    width: 800px;
    max-width: 100%;
}
.cta3-main.hero .article-content.full2 {
	width:560px;
	float:right;
	padding-bottom: 0;
}
.membership .article-content-right {
	padding-left: 300px;
    padding-top:20px;
}
.cta3-main .article-img {
	float:left
}
.cta3-main .article-content.righty img{
	float:right
}
.cta4 .button {
	color:#FFF;
}
.cta .button, .col1 .button, .col2 .button, .col3 .button, .omega .button, .cta-row .button, .cta-row .button a {
	color:#FFF;
}
.cta .button a{
	color:#FFF;
}
.cta {
	font-size: 0.9555em;
}
.cta h1 {
	margin:0
}
.cta .button, .col1 .button, .col2 .button, .col3 .button, .cta1 .button, .cta-row .button {
	font-family: "chevin-medium", arial, sans-serif;
	font-size: 0.9em;
	padding: .41667em .83333em;
	text-transform: uppercase;
	background-color:#186394
}

.cta .button.hero {
	background-color:#186394;
}
.cta .button.hero a{
	color:#FFF
}
.cta .button, .col1 .button, .col2 .button, .col3 .button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align:auto;
	zoom: 1;
	*display:inline;
	cursor: pointer;
	text-decoration: none;
	color:#FFF
}
.cta .button:hover, .col1 .button, .cta-row .button:hover, .col2 .button, .col3 .button {
	background-color:#ff6e2b;
	color:#FFF
}
.cta ul {
 	padding: 0 0 0 15px;
	width:200px
 }
 
.col1 .button, .col2 .button, .col3 .button {
	position: absolute;
    bottom: 35px;
}
.col1, .col2, .col3 {
	position: relative;
}

.col1 {
	border-right: 5px solid #fff;
}

.col2 {
    border-left: 5px solid #fff;
}

.col3 {
	border-left: 10px solid #fff;
}

.cta-row {
    margin-bottom: 5px;
}

.ibd-intro-area {
    padding: 25px;
    background-color: #f77a27;
    color: #FFF;
    font-size: 1.2em;
}

.col1, .col2, .col3 {
    background-color: #fff1c4;
    padding-top: 10px;
    height: 300px;
    margin-bottom: 10px;
}

.col1 h1, .col2 h1, .col3 h1 {
    color: #fff;
    margin: 0 0 1em;
    background-color: #ff6f20;
    display: block;
    font-family: "chevin-light",arial,sans-serif;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1em;
    padding-bottom: 0.33333em;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 8px;
    height: 65px;
}

#loader-wrapper { position: fixed;width: 100%; height: 100%; background: #000; z-index: 99999; opacity: 0.5; }
#loader-image{ top: 50%; width: 30px; position: relative;}

/* Contact Us */

form.contactus input[type=text], form.contactus textarea, form.contactus select {
    float: left;
}

form.contactus label.error {
    float: left;
    text-align: left;
}

form.contactus input[type="checkbox"] {
    float: left;
    clip: auto;
    min-width: 0px;
    height: auto;
    width: auto;
    position: relative;
    margin: 0px;
}

form.contactus .checkbox-label {
    margin: 0 10px;
    padding: 0px;
}

form.contactus p {
    margin: 0 0 12px 0;
}

.contactus-message {
    margin-top: 10px;
    background: #ff6f20;
    color: white;
    font-weight: bold;
}


.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.top-5 {
    margin-top:5px !important;
}
.top-20 {
    margin-top:20px !important;
}
.bottom-5 {
    margin-bottom:5px !important;
}
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.public-container table.reg-cer-table th {
    word-wrap: break-word !important;
    word-break: normal !important;
    padding: 5px !important;
} 

#searchcriterias .awesomeIcon.iconRemove{ margin-right: 10px;}

#userRegistrationForm label.error{ min-width: auto !important; clear: right;}

