A, ABBR, ACRONYM, ADDRESS, APPLET, BIG, BLOCKQUOTE, BODY, CAPTION, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FIELDSET, FONT, FORM, H1, H2, H3, H4, H5, H6, HTML, IFRAME, IMG, INS, KBD, LABEL, LEGEND, LI, OBJECT, OL, P, Q, S, SAMP, SMALL, SPAN, STRIKE, STRONG, SUB, SUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR, TT, UL, VAR {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

IMG { border: 0 }

:focus { outline: 0 }

BODY {
    background: #fff;
    color: #000;
    line-height: 1;
    font-family: "Open Sans", "Fira Sans", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", "Liberation Sans", "Nimbus Sans L", sans-serif;
}

OL, UL { list-style: none }

TABLE {
    border-collapse: separate;
    border-spacing: 0
}

CAPTION, TD, TH {
    font-weight: 400;
    text-align: left;
}

BLOCKQUOTE:after, BLOCKQUOTE:before, Q:after, Q:before { content: "" }

BLOCKQUOTE, Q { quotes: "" "" }

STRONG { font-weight: 700 }

code, kbd, pre, samp { font-family: monospace, sans-serif }

.clickable, button, input[type=button], input[type=submit], label { cursor: pointer }

button, input, select, textarea { margin: 0 }

button {
    overflow: visible;
    width: auto;
}

.ie7 img { -ms-interpolation-mode: bicubic }

.clearfix:after, .clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after { clear: both }

.clearfix { zoom: 1 }

::-moz-selection {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-shadow: none
}

::selection {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-shadow: none
}

a:link { -webkit-tap-highlight-color: #bf2c7f }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carousel_container {
    margin-bottom: 10px;
    opacity: 0;
    overflow: hidden;
    position: relative;

     /*max-height: 700px;
    background-color: :yellow;*/
}

.carousel_container .viewport { overflow: hidden; }

.carousel_container .carousel_mask {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.carousel_container .carousel_mask .carousel_item IMG { display: block }

.carousel_container .carousel_content {
    bottom: 50px;
    color: #fff;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    text-align: center;
    width: 900px;
   
}

.carousel_container .carousel_content SPAN { display: inline-block }

.carousel_container .carousel_content .head {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

    .carousel_container .carousel_content H1 {
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0;
        line-height: 44px;
        margin-bottom: 4px;
        font-size: 30px;
    }

.carousel_container .carousel_content H3 {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: none
}

.carousel_container .carousel_content A { color: #fff }

.carousel_container .carousel_content .subhead {
    font-stretch: normal;
    font-style: normal;
    font-weight: 700
}

.carousel_container .gradient {
    background: url(../../images/gradientbg.png) repeat-x 0 0;
    bottom: 0;
    height: 216px;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.carousel_container .caption {
    bottom: 20px;
    color: #666;
    display: none;
    position: absolute;
    right: 20px;
    text-align: right;
    z-index: 9999
}

.carousel_container .caption P {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 0
}

.carousel_container.selective { margin-bottom: 5px }

.carousel_container.selective .flex-control-paging li { margin: 0 2px }

.carousel_container.selective .flex-control-paging li a {
    background: 0 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2.5px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .9);
    display: block;
    height: 5px;
    margin: 2.5px;
    position: relative;
    top: 2.5px;
    width: 5px;
}

.carousel_container.selective .flex-control-paging li a.flex-active, .carousel_container.selective .flex-control-paging li a:hover { background: 0 0 }

.carousel_container.selective .carousel_item {
    display: none;
    overflow: hidden;
    position: relative
}

.carousel_container.selective .carousel_item IMG { position: relative }

.carousel_container.selective .gradient { z-index: 2 }

.carousel_container.selective .carousel_content {
    display: none;
    z-index: 2
}

.carousel_container.selective .carousel_content.selected { display: block }

.carousel_container.selective .carousel_content.introcontent {
    height: 250px;
    margin-top: -125px;
    position: absolute;
    top: 50%;
}

.carousel_container.selective .carousel_content.introcontent H1 {
    color: #000;
    font-size: 44px;
    line-height: 48px;
    text-transform: none;
}

.carousel_container.directional { margin: 0 auto 5px }

.carousel_container.directional .carousel_mask { overflow: hidden }

.carousel_container.directional .carousel_mask .carousel_content {
    bottom: 24px;
    height: 55px;
    left: 0;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
}

.carousel_container.directional .carousel_mask .carousel_content .head { margin-bottom: 0 }

.carousel_container.directional .carousel_mask .carousel_item {
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=(50))";
    float: left;
    margin-right: 5px;
    opacity: .5;
    position: relative;
}

.carousel_container.directional .carousel_mask .carousel_item.current {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=(100))";
    opacity: 1
}

.carousel_container.directional .carousel_mask H1 {
    font-size: 30px;
    margin-bottom: 0
}

.carousel_container.strip { margin: 0 auto }

.carousel_container.strip .carousel_item {
    float: left;
    height: 270px;
    margin-right: 5px;
    width: 236px;
}

.carousel_container.strip .carousel_item SPAN {
    -moz-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -webkit-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    transition: color .3s ease, opacity .3s ease, background-color .3s ease;
}

.carousel_container.strip .carousel_item A:hover, .carousel_container.strip .carousel_item A:hover * { color: red }

.carousel_container.strip .carousel_content {
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-top: 13px;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: 236px;
}

.carousel_container.strip .carousel_content .head {
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.carousel_container.strip .carousel_content P {
    color: #5b5b5b;
    line-height: 17px
}

.carousel_container .flex-control-paging {
    bottom: 20px;
    list-style: none;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999
}

.carousel_container .flex-control-paging LI {
    cursor: default;
    display: inline-block;
    margin: 0 5px
}

.carousel_container .flex-control-paging A {
    -moz-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -webkit-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    background: transparent url(../../images/sprites.png) -10px -240px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    display: block;
    height: 10px;
    text-indent: -9999px;
    transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    width: 10px;
}

.carousel_container .flex-control-paging A.flex-active, .carousel_container .flex-control-paging A:hover {
    background: 0 0;
    border: 1px solid #b3b3b3;
    cursor: pointer
}

.carousel_container.news_static .viewport { height: auto !important }

.carousel_container.news_static .flex-control-paging {
    bottom: 0;
    margin-top: -30px;
    position: relative;
    text-align: left;
}

.carousel_container.news_static .flex-control-paging A {
    background: 0 0;
    border: none;
    display: inline
}

.carousel_container.news_static .captions {
    height: 48px;
    position: relative
}

.carousel_container.news_static .captions .caption {
    left: 0;
    text-align: right;
    top: 8px;
    width: 100%;
}

.carousel_container .flex-direction-nav a {
    background: url(../../images/sprites.png) no-repeat;
    height: 38px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 34px;
    z-index: 5000;
}

.carousel_container .flex-direction-nav a.flex-prev {
    background-position: -95px -110px;
    left: 0;
    margin-left: 20px;
}

.carousel_container .flex-direction-nav a.flex-next {
    background-position: -95px -146px;
    margin-right: 20px;
    right: 0;
}

.carousel_container .move_left {
    background-position: -95px -110px;
    left: 0;
    margin-left: 20px;
}

.carousel_container .move_right {
    background-position: -95px -146px;
    margin-right: 20px;
    right: 0;
}

.fullimage {
    height: 100%;
    width: auto;
}

.carousel-arrow {
    bottom: 0;
    display: none;
    position: absolute;
    top: 0;
    width: 100px
}

.carousel-arrow.right { right: 0 }

.carousel-arrow.left { left: 0 }

.carousel-arrow .move { top: 64px }

.carousel-arrow.leadership .move { top: 50% }

.carousel-arrow.leadership .move_left {
    background-position: -95px -110px;
    left: 0;
    margin-left: 20px;
}

.carousel-arrow.leadership .move_right {
    background-position: -95px -146px;
    margin-right: 20px;
    right: 0;
}

.move {
    background: url(../../images/sprites.png) no-repeat;
    height: 38px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 34px;
    z-index: 5000;
}

.move.move_left {
    background-position: -95px -110px;
    left: 0;
    margin-left: 20px;
}

.move.move_right {
    background-position: -95px -146px;
    margin-right: 20px;
    right: 0;
}

/*#contact_us_section {
    background: #fff;
    height: 100%;
    overflow: hidden;
}

#contact_us_section #contact_container {
    background: #fff;
    margin: 110px auto;
    overflow: hidden;
    width: 1000px;
}

#contact_us_section #contact_container.contactpage { height: 519px }

#contact_us_section #name_and_email { zoom: 1 }

#contact_us_section #name_and_email:before {
    content: '';
    display: block
}

#contact_us_section #name_and_email:after {
    clear: both;
    content: '';
    display: table;
}

#contact_us_section #contact_header {
    margin: 0 auto;
    width: 250px;
}

#contact_us_section #contact_header h2 {
    color: #333;
    font-size: 48px;
    font-stretch: normal;
    font-style: normal;
    height: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none;
}

#contact_us_section #contact_header ul {
    margin-bottom: 40px;
    width: 100%;
    zoom: 1;
}

#contact_us_section #contact_header ul:before {
    content: '';
    display: block
}

#contact_us_section #contact_header ul:after {
    clear: both;
    content: '';
    display: table;
}

#contact_us_section #contact_header ul li { text-transform: uppercase }

#contact_us_section #contact_header ul li a { color: #999 }

#contact_us_section #contact_header ul li a:hover { color: red }

#contact_us_section #contact_header ul li.selected a { color: #333 }

#contact_us_section #contact_header ul li#offices { float: left }

#contact_us_section #contact_header ul li#send_a_message { float: right }

#contact_us_section #contact_confirmation { display: none }

#contact_us_section #contact_confirmation p {
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    text-align: center
}

#contact_us_section #offices_container {
    margin: 0 auto;
    width: 980px;
}

#contact_us_section #offices_container #map {
    height: 480px;
    overflow: visible;
    position: absolute;
    width: 980px;
}

#contact_us_section #offices_container #map .location {
    background: url(/assets/img/map_dot.png);
    background-position: 0 0;
    display: block;
    height: 15px;
    position: absolute;
    width: 13px;
}

#contact_us_section #offices_container #map .location .pop {
    color: #333;
    cursor: default;
    display: none;
    font-size: 11px;
    height: 177px;
    line-height: 16px;
    margin-left: -124px;
    margin-top: -178px;
    position: absolute;
    text-align: center;
    width: 263px;
    z-index: 1000;
}

#contact_us_section #offices_container #map .location .pop .content {
    left: 0;
    padding-top: 40px display:block;
    position: absolute;
    right: 3px;
    top: 18px;
}

#contact_us_section #offices_container #map .location .pop .bg {
    background: url(/assets/img/location_box.png);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#contact_us_section #offices_container #map .location:hover { background-position: -17px 0 }

#contact_us_section #offices_container #map .location:hover .pop { display: block }

#contact_us_section #offices_container #map .location.touch-hover-off { background-position: 0 0 }

#contact_us_section #offices_container #map .location.touch-hover-on { background-position: -17px 0 }

#contact_us_section #send_a_message_container {
    display: none;
    margin: 0 auto;
    width: 500px;
}

#contact_us_section #send_a_message_container form #captcha_refresh {
    -khtml-opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=(50))";
    float: left;
    margin-left: -10px;
    margin-right: 5px;
    margin-top: 23px;
    opacity: .5
}

#contact_us_section #send_a_message_container form #captcha_container {
    float: left;
    height: 55px;
    margin-top: 6px;
    width: 150px;
}

#contact_us_section #send_a_message_container form #captcha_container .spin {
    display: block;
    height: 40px;
    margin-left: 30px;
    margin-top: 4px;
}

#contact_us_section #send_a_message_container form #form_footer { zoom: 1 }

#contact_us_section #send_a_message_container form #form_footer:before {
    content: '';
    display: block
}

#contact_us_section #send_a_message_container form #form_footer:after {
    clear: both;
    content: '';
    display: table;
}

#contact_us_section #send_a_message_container form #form_footer p { margin-bottom: 5px }

#contact_us_section #send_a_message_container form #form_footer #captcha-form {
    float: left;
    margin-top: 18px;
    width: 135px
}

#contact_us_section #send_a_message_container form #form_footer #captcha {
    float: left;
    width: 150px
}

#contact_us_section #send_a_message_container form .field.full_name {
    float: left;
    padding: 0;
    width: 230px;
}

#contact_us_section #send_a_message_container form .field.email {
    float: left;
    margin-left: 20px;
    padding: 0;
    width: 250px;
}

#contact_us_section #send_a_message_container form input[type=text] {
    color: #999;
    font-size: 12px;
    height: 30px;
    margin-bottom: 18px;
    padding-left: 10px;
}

#contact_us_section #send_a_message_container form input[type=text]#full_name {
    margin-right: 17px;
    width: 230px;
}

#contact_us_section #send_a_message_container form input[type=text]#email { width: 250px }

#contact_us_section #send_a_message_container form input[type=text].invalid { border-color: red }

#contact_us_section #send_a_message_container form textarea {
    font-size: 12px;
    height: 155px;
    padding: 10px;
    width: 100%;
}

#contact_us_section #send_a_message_container form fieldset {
    color: #999;
    font-size: 12px;
    margin-bottom: 18px;
    text-transform: none;
}

#contact_us_section #send_a_message_container form fieldset span { color: #999 }

#contact_us_section #send_a_message_container form fieldset a.display {
    background: #fff;
    height: 30px;
}

#contact_us_section #send_a_message_container form fieldset a.display span {
    margin-top: 5px;
}

#contact_us_section #send_a_message_container form fieldset a.display.invalid { border: 1px solid red }

#contact_us_section #send_a_message_container form fieldset .drop_items { top: 29px }

#contact_us_section #send_a_message_container form fieldset .drop_items li {
    border-top: none;
    height: 28px;
}

#contact_us_section #send_a_message_container form fieldset .drop_items li a {
    font-size: 12px;
    padding-top: 2px
}

#contact_us_section #send_a_message_container form #errors {
    color: red;
    float: right;
    margin-top: -10px;
    padding: 0;
}

#contact_us_section #send_a_message_container form #submit_container {
    float: right;
    height: 60px;
    padding: 22px 0;
    position: relative;
    width: 160px;
}

#contact_us_section #send_a_message_container form #submit_container #submit {
    color: #333;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

#contact_us_section #send_a_message_container form #submit_container #submit:hover { color: red }

#expertise_landing #header_sharing { padding: 19px 20px }

#expertise_landing #header_sharing .sharing { margin-top: 0 }*/

[class*=" icon-"], [class^=icon-] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: som_icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.icon-facebook:before { content: "\e600" }

.icon-instagram:before { content: "\e601" }

.icon-linkedin:before { content: "\e602" }

.icon-tumblr:before { content: "\e603" }

.icon-twitter:before { content: "\e604" }

.icon-weibo:before { content: "\e605" }

footer {
    background: #262626;
    color: #999;
    /*font-weight: 600;*/
    height: auto;
    /*height: 70px;*/
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
}

#footerAddress {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    color: #ffffff;
}


    #footerAddress .address {
        width: 40%;
        float: left;
        padding-right: 20px;
    }

    #footerAddress .r48 {
        width: 20%;
        float: left;
        padding-left: 10px;text-align: center; vertical-align: middle;
    }
        #footerAddress .r48 img {
            text-align: center;
            vertical-align: middle;
        }

HTML {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll
}

body, html { height: 100% }

body {
    color: #5b5b5b;
    font-family: "Open Sans", "Fira Sans", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", "Liberation Sans", "Nimbus Sans L", sans-serif;
    font-size: 13px;
    line-height: 20px;
}
PRE {
    overflow: hidden;
    width: 100%;
}

li, p {
    font-size: 13px;
    line-height: 20px;
}

p {
    margin-bottom: 21px;
    max-width: 680px;
}

h1, h2, h3, h4, h5, h6 { text-transform: uppercase }

em { font-style: italic }

sup {
    font-size: 8px;
    left: -2px;
    padding-left: 2px;
    position: relative;
    top: -7px;
    vertical-align: baseline
}

H1 { font-size: 40px }

H2.page_heading {
    color: #333;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 1px;
    margin-top: -1px;
}

H3 { font-size: 24px }

H4 { font-size: 20px }

H5 { font-size: 16px }

H6 { font-size: 14px }

a {
    -moz-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    -webkit-transition: color .3s ease, opacity .3s ease, background-color .3s ease;
    color: #5b5b5b;
    text-decoration: none;
    transition: color .3s ease, opacity .3s ease, background-color .3s ease;
}

a:hover { color: red }

.byline {
    margin-bottom: 20px;
    text-transform: uppercase;
}

form { position: relative }

form .field { padding: 10px }


SECTION { position: relative }

.highlight, .selected { color: #333 }

.current { color: red }

.left { float: left }

.right { float: right }

.arrow_down {
    background: url(../../images/sprites.png) -10px -110px;
    display: inline-block;
    height: 4px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    width: 7px;
}

.tooltip span {
    -moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .1);
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .1);
    color: #000;
    display: none;
    font-size: 11px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: -30px;
    padding: 5px;
    text-align: center;
    width: 100px;
    z-index: 1000;
}

.tooltip:hover span {
    display: inline;
    position: absolute
}

#breadcrumb { color: #a0a0a0 }

#breadcrumb ul li {
    display: inline;
    font-size: 11px;
    margin-right: 10px
}

#breadcrumb ul li a { color: #a0a0a0 }

#breadcrumb ul li a:hover { color: red }

.pagination {
    color: #a0a0a0;
    font-size: 11px;
    height: 20px;
    margin: 10px 0;
    position: relative;
    text-transform: uppercase;
}

.pagination a { color: #a0a0a0 }

.pagination a:hover { color: red }

.pagination a.prev {
    left: 0;
    position: absolute;
}

.pagination a.next {
    position: absolute;
    right: 0
}

.pagination .pages { text-align: center }

.pagination .pages li {
    display: inline;
    font-size: 11px;
    margin: 0 5px
}

.pagination .pages li a { color: #b2b2b2 }

.pagination .pages li a:hover { color: red }

.pagination .pages li.current a { color: #333 }

#breadcrumb_sharing {
    margin: 20px 0;
    zoom: 1;
}

#breadcrumb_sharing:before {
    content: '';
    display: block
}

#breadcrumb_sharing:after {
    clear: both;
    content: '';
    display: table;
}

.sharing {
    position: relative;
    zoom: 1
}

.sharing:before {
    content: '';
    display: block
}

.sharing:after {
    clear: both;
    content: '';
    display: table;
}

.sharing .title {
    color: #9e9e9e;
    display: block;
    left: -48px;
    position: absolute;
    text-transform: uppercase;
    top: 1px;
}

.sharing a {
    background: url(../../images/sprites.png);
    display: block;
    float: left;
    height: 21px;
    margin-right: 1px;
    width: 21px;
}

.sharing a.email { background-position: -10px -35px }

.sharing a.email:hover { background-position: -120px -35px }

.sharing a.facebook { background-position: -32px -35px }

.sharing a.facebook:hover { background-position: -142px -35px }

.sharing a.twitter { background-position: -54px -35px }

.sharing a.twitter:hover { background-position: -164px -35px }

.sharing a.pinterest { background-position: -76px -35px }

.sharing a.pinterest:hover { background-position: -186px -35px }

.sharing a.tumblr { background-position: -98px -35px }

.sharing a.tumblr:hover { background-position: -208px -35px }

.sharing a.weibo { background-position: -142px -61px }

.sharing a.weibo:hover { background-position: -164px -61px }

.lazy { display: none }

.add_to_lightbox {
    background: url(../../images/sprites.png) -10px -200px;
    display: block;
    height: 17px;
    width: 17px;
}

.add_to_lightbox:hover { background: url(../../images/sprites.png) -40px -200px }

.remove_from_lightbox {
    background: url(../../images/sprites.png) -70px -200px;
    display: block;
    height: 17px;
    width: 17px;
}

.remove_from_lightbox:hover { background: url(../../images/sprites.png) -100px -200px }

.table { width: 100% }

.table a:hover { color: red }

.table th {
    color: #999;
    font-size: 11px;
    padding: 20px 40px 0 0;
    text-transform: uppercase;
}

.table td {
    border-bottom: 1px solid #ddd;
    padding: 20px 40px 20px 0;
}

.accordion > li { border-bottom: 1px solid #ddd }

.accordion > li h6 {
    color: #333;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: none
}

.accordion > li:last-of-type { border: 0 }

.accordion .accordion_node h6 {
    cursor: pointer;
    height: 50px;
    padding-top: 14px;
    position: relative;
}

.accordion .accordion_node h6 .arrow {
    background-image: url(/assets/img/arrow_right.png);
    display: block;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 7px;
}

.accordion .accordion_node H6:hover { color: red }

.accordion .accordion_node.open h6 .arrow {
    background-image: url(/assets/img/arrow_down.png);
    right: 21px;
    top: 24px;
}

.accordion .accordion_node .accordion_content { margin: 0 0 10px }

.tabs .tabs_nav {
    height: 15px;
    zoom: 1;
}

.tabs .tabs_nav:before {
    content: '';
    display: block
}

.tabs .tabs_nav:after {
    clear: both;
    content: '';
    display: table;
}

.tabs .tabs_nav .tab {
    float: left;
    padding-right: 45px
}

.tabs .tabs_nav .tab a { color: #999 }

.tabs .tabs_nav .tab a:hover { color: red }

.tabs .tabs_nav .tab.current a { color: #333 }

.tabs .tabs_nav .tab.current a:hover { color: red }

.tabs .tabs_nav .tab h4 { font-size: 11px }

.tabs .content .tab_content {
    display: none;
    margin-top: 14px
}

.tabs .content .tab_content.video_container {
    background: #ececec;
    margin-bottom: 30px
}

.tabs .content .tab_content.video_container iframe {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.tabs .content .tab_content.video_container .caption {
    color: #A0A0A0;
    font-size: 11px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.tabs .content .tab_content.video_container .caption .caption_inner {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.tabs .content .tab_content.video_container .thumbs {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

.tabs .content .tab_content.current {
    color: #5b5b5b;
    display: block;
}

.tabs .content .tab_content .thumbs {
    margin-left: 1px;
    margin-top: 15px
}

.tabs .content .tab_content .thumbs.single-thumb { height: 20px }

.tabs .content .tab_content .thumbs.single-thumb a { display: none }

.tabs .content .tab_content .vimeo_thumbs {
    display: inline-block;
    margin-right: 10px
}

.tabs .content .tab_content .vimeo_thumbs.selected {
    border: 2px solid red;
    margin: -2px 8px -2px -2px;
}

.tabs .content .tab_content .vimeo_thumbs IMG { display: block }

.thumb_item { zoom: 1 }

.thumb_item:before {
    content: '';
    display: block
}

.thumb_item:after {
    clear: both;
    content: '';
    display: table;
}

.thumb_item .thumb_image_container {
    float: left;
    margin-right: 10px
}

.thumb_item .thumb_image_container .thumb_image {
    display: block;
    height: 110px;
    max-height: 110px;
    max-width: 110px;
    width: 110px;
}

.thumb_item .thumb_image_container a {
    display: block;
    height: 110px;
    position: relative;
    width: 110px
}

.thumb_item .thumb_image_container a:hover {
    border: 2px solid red;
    overflow: hidden;
}

.thumb_item .thumb_image_container a:hover img {
    left: -2px;
    position: absolute;
    top: -2px;
}

.thumb_item .thumb_text_container {
    float: left;
    font-stretch: normal;
    font-style: normal;
}

.thumb_item .thumb_text_container a.thumb_text_link:hover .primary {
    color: red;
    text-decoration: underline
}

.thumb_item .thumb_text_container .primary {
    color: #4f4f4f;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.thumb_item .thumb_text_container .secondary {
    color: #9e9e9e;
    display: block;
    font-size: 12px;
}

.thumb_item_2 {
    width: 310px;
    zoom: 1;
}

.thumb_item_2:before {
    content: '';
    display: block
}

.thumb_item_2:after {
    clear: both;
    content: '';
    display: table;
}

.thumb_item_2 .add_to_lightbox, .thumb_item_2 .remove_from_lightbox {
    float: left;
    margin-top: 10px
}

.thumb_item_2 .text_container { float: left }

.thumb_item_2 a.thumb_item_link {
    display: block;
    position: relative
}

.thumb_item_2 a.thumb_item_link:hover .thumb_image_container {
    border: 2px solid red;
    overflow: hidden;
}

.thumb_item_2 a.thumb_item_link:hover .thumb_image_container img {
    left: -2px;
    position: absolute;
    top: -2px;
}

.thumb_item_2 a.thumb_item_link:hover .primary {
    color: red;
    text-decoration: underline
}

.thumb_item_2 .thumb_image_container {
    display: block;
    float: left;
    height: 110px;
    margin-right: 10px;
    position: relative;
    width: 110px;
}

.thumb_item_2 .thumb_image_container .thumb_image {
    display: block;
    height: 110px;
    max-height: 110px;
    max-width: 110px;
    position: absolute;
    width: 110px;
}

.thumb_item_2 .primary {
    color: #4f4f4f;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.thumb_item_2 .secondary {
    color: #9e9e9e;
    display: block;
    font-size: 12px;
}

.thumb_item_2 .lightbox_container { display: block }

.thumb_item_interactive { zoom: 1 }

.thumb_item_interactive:before {
    content: '';
    display: block
}

.thumb_item_interactive:after {
    clear: both;
    content: '';
    display: table;
}

.thumb_item_interactive .add_to_lightbox {
    float: left;
    margin-top: 10px
}

.thumb_item_interactive a.thumb_item_link {
    display: block;
    position: relative
}

.thumb_item_interactive a.thumb_item_link:hover .thumb_image_container {
    border: 2px solid red;
    overflow: hidden;
}

.thumb_item_interactive a.thumb_item_link:hover .thumb_image_container img {
    left: -2px;
    position: absolute;
    top: -2px;
}

.thumb_item_interactive a.thumb_item_link:hover .primary {
    color: red;
    text-decoration: underline
}

.thumb_item_interactive .thumb_image_container {
    display: block;
    float: left;
    height: 270px;
    margin-right: 20px;
    position: relative;
    width: 360px;
}

.thumb_item_interactive .thumb_image_container .thumb_image {
    display: block;
    position: absolute
}

.thumb_item_interactive .type {
    color: #9e9e9e;
    display: block;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.thumb_item_interactive .primary {
    color: #333;
    display: block;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    margin-bottom: 10px
}

.thumb_item_interactive .secondary {
    color: #5b5b5b;
    display: block;
    font-size: 13px;
    margin-bottom: 10px
}

.thumb_item_interactive .view_feature {
    color: #333;
    display: block;
    float: left
}

.thumb_item_interactive .view_feature:hover { color: red }

.thumb_item_research {
    max-height: 125px;
    overflow-y: hidden;
    zoom: 1;
}

.thumb_item_research:before {
    content: '';
    display: block
}

.thumb_item_research:after {
    clear: both;
    content: '';
    display: table;
}

.thumb_item_research a.thumb_item_link {
    display: block;
    position: relative
}

.thumb_item_research a.thumb_item_link:hover .thumb_image_container {
    border: 2px solid red;
    overflow: hidden;
}

.thumb_item_research a.thumb_item_link:hover .thumb_image_container img {
    left: -2px;
    position: absolute;
    top: -2px;
}

.thumb_item_research a.thumb_item_link:hover .primary {
    color: red;
    text-decoration: underline
}

.thumb_item_research .thumb_image_container {
    display: block;
    float: left;
    height: 125px;
    margin-right: 20px;
    position: relative;
    width: 125px;
}

.thumb_item_research .thumb_image_container .thumb_image {
    display: block;
    position: absolute
}

.thumb_item_research .primary {
    color: #333;
    display: block;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    text-transform: uppercase
}

.thumb_item_research .secondary {
    color: #5b5b5b;
    display: block;
    font-size: 13px;
    margin-bottom: 10px
}

.thumb_item_research .download { float: left }

.thumb_item_mini {
    margin-bottom: 20px;
    zoom: 1;
}

.thumb_item_mini:before {
    content: '';
    display: block
}

.thumb_item_mini:after {
    clear: both;
    content: '';
    display: table;
}

.thumb_item_mini .thumb_link {
    display: block;
    float: left;
    margin-right: 10px
}

.thumb_item_mini .thumb_link IMG {
    display: block;
    max-width: 60px;
}

.thumb_item_mini .content {
    color: #4f4f4f;
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    width: 130px
}

.thumb_item_mini .content .secondary {
    color: #ababab;
    text-transform: none;
}

.content_width {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 980px;
    padding: 0 20px;
    zoom: 1;
}

.content_width:before {
    content: '';
    display: block
}

.content_width:after {
    clear: both;
    content: '';
    display: table;
}

.content_width.full {
    max-width: 100%;
    width: 100%;
}

#layout {
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
    min-height: 100%;
}

#layout #footer_push { height: 40px }

/*.page_with_sidebar .content_width { background: #fff none }

@media (min-width: 1px) and (max-width: 980px) {
    .page_with_sidebar .content_width { background: url(/assets/img/sidebar_border.png) -520px top }
}

@media (min-width: 981px) and (max-width: 1500px) {
    .page_with_sidebar .content_width { background: url(/assets/img/sidebar_border.png) right top }
}

@media (min-width: 1501px) {
    .page_with_sidebar .content_width { background: url(/assets/img/sidebar_border.png) 0 0 }
}*/

.spinner {
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}

/*.page_with_sidebar .main_content {
    float: left;
    width: 100%
}

.page_with_sidebar .main_content .download, .page_with_sidebar .main_content .purchase {
    float: left;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    margin-top: 10px;
}

.page_with_sidebar .main_content .inner {
    border-right: 1px solid #ddd;
    margin-right: 260px;
}

.page_with_sidebar .main_content .inner.two_col .left_col {
    float: left;
    margin-right: 20px;
    width: 220px;
}

.page_with_sidebar .main_content .inner.two_col .left_col.bio { width: 230px }

.page_with_sidebar .main_content .inner.two_col .main_col {
    margin-left: 240px;
    margin-right: 20px
}

.page_with_sidebar .main_content .inner.two_col .main_col.bio {
    margin-bottom: 50px;
    margin-left: 270px;
    padding-right: 20px;
    width: 370px;
}

.page_with_sidebar .main_content .inner.two_col .main_col P A { text-decoration: underline }

.page_with_sidebar .main_content .inner.two_col .main_col H2 { text-transform: none }

.page_with_sidebar .main_content #breadcrumb { margin: 20px 0 }

.page_with_sidebar .main_content .page_heading {
    line-height: 40px;
    margin-bottom: 8px;
}

.page_with_sidebar .sidebar {
    border-left: 1px solid #ddd;
    float: left;
    font-size: 12px;
    margin-left: -261px;
    position: relative;
    width: 260px;
}

.page_with_sidebar .sidebar.fixme {
    margin-left: 899px;
    position: fixed;
    top: -94px
}

@media (min-width: 981px) and (max-width: 1200px) {
    .page_with_sidebar .sidebar.fixme {
        margin-left: 0;
        right: 21px
    }
}

@media (max-width: 980px) {
    .page_with_sidebar .sidebar.fixme { margin-left: 679px }
}

.page_with_sidebar .sidebar li { font-size: 12px }

.page_with_sidebar .sidebar H3 {
    color: #333;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: none;
}

.page_with_sidebar .sidebar HR {
    background: #ddd;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
    margin-left: -20px;
    width: 280px;
}

.page_with_sidebar .sidebar .inner { padding: 20px 0 }

.page_with_sidebar .sidebar .translate_and_sharing {
    position: absolute;
    right: 0
}

.page_with_sidebar .sidebar .translate_and_sharing .translate { margin-top: 20px }

.page_with_sidebar .sidebar .translate_and_sharing .sharing { margin-top: 8px }

.page_with_sidebar .sidebar .sidebar_content {
    margin-left: 20px;
    margin-top: 90px;
}

.page_with_sidebar .sidebar .news_list { margin-bottom: 25px }

.page_with_sidebar .sidebar .news_list li { margin-bottom: 10px }

.page_with_sidebar .sidebar .news_list li .date { color: #9e9e9e }

.page_with_sidebar .sidebar .news_list li .headline { color: #4f4f4f }*/


#header {
    position: relative;
    z-index: 9001;
}

#header A {
    color: #999;
    text-decoration: none;
}

#header A:hover { color: red }

    #header #header_top {
        background: #ececec;
        /*height: 28px*/
        height: 48px;
        padding-top: 4px;
    }

        #header #header_top .selectstyle {
            width: 140px;
        }

            #header #header_top .selectstyle .display {
                background-image: none;
                border: none;
            }

#header #header_top .selectstyle .display .arrow { top: 6px }

#header #header_top .selectstyle .display span { text-align: right }

#header #header_top UL#top_nav_list {
    float: right;
    margin-top: 4px
}

#header #header_top UL#top_nav_list > LI {
    display: block;
    float: left;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 11px;
    text-transform: uppercase;
}

#header #header_top UL#top_nav_list > LI A { color: #999 }

#header #header_top UL#top_nav_list > LI A.social { font-size: 18px }

#header #header_top UL#top_nav_list > LI A:hover { color: cornflowerblue; }

#header #header_top UL#top_nav_list > LI:last-child { margin-right: 0 }

#header #header_main {
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 60px;
}


#primary_nav_container {
    float: left;
    text-transform: uppercase
}

#expertise_list { margin-left: -25px }

#primary_nav_list > LI {
    display: block;
    float: left;
    margin-top: 20px;
    padding: 0;
}

@media (min-width: 1200px) {
    #primary_nav_list > LI { padding: 0 10px }
}

#primary_nav_list > LI:hover { height: 40px }

#primary_nav_list > LI:hover .dropdown {
    left: 0;
    width: 100%
}

#primary_nav_list > LI > A {
    color: #999;
    display: block;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    /*padding-left: 10px;*/
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    top: 0px;
    left: 0px;
}

#primary_nav_list > LI > A:hover { color: red }

#primary_nav_list > LI > A .border {
    background: #333;
    bottom: -20px;
    display: none;
    height: 2px;
    left: 20px;
    position: absolute;
    right: 20px;
}

#primary_nav_list > LI.selected > A { color: #333 }

#primary_nav_list > LI.selected > A .border {
    background: #333;
    bottom: -20px;
    display: block;
    height: 2px;
    left: 20px;
    position: absolute;
    right: 20px;
}

#primary_nav_list > LI.selected > A:hover { color: red }

#primary_nav_list > LI .dropdown {
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    background: #fff;
    behavior: url(/assets/pie/PIE.htc);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    color: #5b5b5b;
    height: 0;
    left: -9999em;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-transform: none;
    top: 88px;
    width: 100%;
    z-index: 99999;
}

#primary_nav_list > LI .dropdown .filter_news_by, #primary_nav_list > LI .dropdown .search_projects_by {
    color: #ababab;
    float: left;
    font-size: 11px;
    margin-top: 18px;
    width: 162px
}

@media (max-width: 1200px) {
    #primary_nav_list > LI .dropdown .search_projects_by { width: 152px }
}

#primary_nav_list > LI .dropdown .dropdown_inner { min-height: 60px }

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container { float: left }

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container .secondary_nav_col {
    margin: 0 25px;
    padding-top: 18px
}

@media (max-width: 1200px) {
    #primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container .secondary_nav_col { margin: 0 25px }
}

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container .secondary_nav_col:last-child { margin-right: 0 }

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container .secondary_nav_col LI { font-size: 11px }

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container > UL {
    float: left;
    padding-bottom: 20px;
    zoom: 1
}

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container > UL:before {
    content: '';
    display: block
}

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container > UL:after {
    clear: both;
    content: '';
    display: table;
}

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container > UL > LI {
    display: block;
    float: left;
    font-size: 11px;
    margin-right: 0;
}

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container > UL > LI > A { display: block }

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container > UL > LI > UL {
    float: left;
    margin-right: 40px
}

#primary_nav_list > LI .dropdown .dropdown_inner .secondary_nav_container > UL > LI > UL:last-child { margin-right: 0 }

#primary_nav_list > LI .dropdown.projects .project_taxonomy:hover .project_taxonomy_title {
    color: #333;
    cursor: default;
}

#primary_nav_list > LI .dropdown.projects .project_taxonomy > A {
    color: #9e9e9e;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
}

#primary_nav_list > LI .dropdown.projects .project_taxonomy > A:hover { color: red }

#primary_nav_list > LI .dropdown.projects .project_taxonomy_title {
    color: #9e9e9e;
    letter-spacing: 1px;
}

#primary_nav_list > LI .dropdown.expertise .secondary_nav_col li { margin-bottom: 3px }

#primary_nav_list > LI .dropdown.expertise .expertise_taxonomy {
    color: #333;
    display: block;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#primary_nav_list > LI .dropdown.news A {
    font-size: 11px;
    font-weight: 400;
}

#primary_nav_list > LI .dropdown.about .secondary_nav_container {
    float: right;
    position: relative;
}

#primary_nav_list > LI .dropdown.about .about_som { float: left }

.level_two_item > DIV {
    color: #333;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700
}

.level_two_item .level_two_dropdown {
    background: #fff;
    height: auto;
    left: -9999em;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: auto;
    z-index: 9999;
}

.level_two_item li a { font-weight: 400 }

.level_two_item:hover .level_two_dropdown {
    left: 0;
    top: auto
}

.level_two_item:hover .level_two_dropdown ul {
    float: left;
    margin: 20px
}

#fullscreen {
    background: rgba(0, 0, 0, .95) url(../../images/spinner_dark.gif) no-repeat 50% 50%;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#fullscreen P {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    max-width: none;
    position: absolute;
    text-align: center;
    width: 100%;
}

#fullscreen .viewport { max-height: none }

#fullscreen .carousel_item { margin-right: 20px }

#fullscreen .close {
    background: url(../../images/sprites.png) no-repeat -118px -195px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px
}

#fullscreen.loaded { background-image: none }

#map-canvas { height: 530px }

#cover {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    position: fixed;
    top: 88px;
    width: 100%;
    z-index: 99999;
}

select.selectstyle {
    filter: alpha(opacity=0);
    opacity: 0;
}

fieldset.selectstyle {
    border: 0;
    color: #333;
    font-size: inherit;
    font-stretch: normal;
    font-style: normal;
    max-width: 300px;
    position: relative;
    text-transform: uppercase;
}

fieldset.selectstyle a.display {
    border: 1px solid #ddd;
    display: block;
    height: 40px;
}

fieldset.selectstyle a.display span {
    background: url(/assets/img/arrow_down.png) no-repeat right 6px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
    padding-right: 15px;
}

fieldset.selectstyle ul {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    display: none;
    left: 0;
    max-height: 160px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 39px;
    z-index: 2002;
}

fieldset.selectstyle ul li {
    background-color: #fff;
    border-top: 1px solid #dedede;
    height: 40px;
}

fieldset.selectstyle ul li a {
    display: block;
    font-size: inherit;
    padding: 8px 10px 4px;
    text-decoration: none;
}

fieldset.selectstyle.gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0)0, rgba(0, 0, 0, .04)100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .04)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0)0, rgba(0, 0, 0, .04)100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0)0, rgba(0, 0, 0, .04)100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0)0, rgba(0, 0, 0, .04)100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0)0, rgba(0, 0, 0, .04)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0a000000', GradientType=0)
}

fieldset.selectstyle.gradient a.display span {
    color: #333;
    font-size: 10px;
}

fieldset.selectstyle.gradient ul { padding: 10px 40px 20px 10px }

fieldset.selectstyle.gradient ul li {
    border: 0;
    height: auto;
    margin: 0;
    padding: 0;
    whitespace: nowrap
}

fieldset.selectstyle.gradient ul li a {
    color: #999;
    font-size: 12px;
    padding: 0 10px;
    text-transform: none;
    whitespace: nowrap
}

fieldset.selectstyle.gradient ul li a span { white-space: nowrap }
