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 {
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

img {
    border: 0
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    background: #fff
}

ol, ul {
    list-style: none
}

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

caption, td, th {
    text-align: left;
    font-weight: 400
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

strong {
    font-weight: 700
}

main {
    display: block
}

body, html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%
}

h1, h2, h3, h4, h5 {
    text-rendering: optimizelegibility;
    letter-spacing: 1px
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none
}

h1, h2, h3, h4, h5 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400
}

body {
    font-family: 'open sans', opensans, simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #5b5b5b;
    background-color: #fff
}

li, p {
    line-height: 20px
}

body, html {
    min-height: 100%;
    width: 100%
}

a {
    -webkit-transition: all 190ms linear;
    -moz-transition: all 190ms linear;
    -o-transition: all 190ms linear;
    transition: all 190ms linear;
    color: inherit;
    text-decoration: none
}

a:hover {
    color: #ec1d24
}

.content {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden
}

.content h1 a:hover {
    color: #444;
}

main {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
    min-height: 100vh;
    min-height: calc(100vh - 213px)
}

section.block_grid {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin-left: -4px;
    padding-top: 4px
}

section.block_grid .grid {
    float: left;
    width: 33.33333333%;
    padding-left: 4px;
    padding-bottom: 4px
}

@media only screen and (min-width: 1600px) {
    section.block_grid .grid {
        width: 20% !important
    }
}

@media only screen and (min-width: 1129px) {
    section.block_grid .grid {
        width: 25%
    }
}

@media only screen and (min-width: 630px) and (max-width: 950px) {
    section.block_grid .grid {
        width: 33.33333333%
    }
}

@media only screen and (max-width: 629px) {
    section.block_grid .grid {
        width: 50%
    }
}

section.block_grid .grid > a {
    display: block;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-color: #ececec
}

section.block_grid .grid > a:hover .over {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

section.block_grid .grid img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 2
}

section.block_grid .grid.theme_dark > a {
    background-color: #000
}

section.block_grid .grid.theme_dark .inner_eyebrow {
    text-shadow: 4px 4px 10px rgba(0, 0, 0, .25)
}

section.block_grid .grid.theme_dark .inner_heading {
    color: #fff !important;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, .25)
}

section.block_grid .grid .basic {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

section.block_grid .grid .basic .inner_eyebrow {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    font-weight: 400;
    color: #ec1d24;
    text-transform: uppercase;
    margin-bottom: 10px;
    z-index: 3
}

section.block_grid .grid .basic .inner_heading {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: .6px;
    z-index: 3
}

section.block_grid .grid .over {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background: #eee;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .75)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='rgba(0, 0, 0, 0)', endcolorstr='rgba(0, 0, 0, 0.75)', gradienttype=0);
    position: absolute;
    z-index: 3;
    width: 100%;
    min-height: 130px;
    bottom: 0;
    left: 0;
    cursor: pointer;
    line-height: 19px
}

section.block_grid .grid .over:after {
    content: ' ';
    height: 6px;
    /*background-color: #00a1ff;*/
    background-color: #25d8fd;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

section.block_grid .grid .over .text {
    bottom: 25px;
    left: 20px;
    right: 40px;
    position: absolute
}

section.block_grid .grid .over .heading {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: block;
    letter-spacing: .6px;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, .25)
}

section.block_grid .grid .over .subhead {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 14px;
    display: block;
    text-transform: none;
    letter-spacing: .3px;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, .25)
}

section.list_grid {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin-left: -10px;
    padding-top: 40px
}

section.list_grid .grid {
    float: left;
    width: 33.33333333%;
    padding-left: 10px;
    padding-bottom: 10px
}

@media only screen and (min-width: 1129px) {
    section.list_grid .grid {
        width: 25%
    }
}

@media only screen and (min-width: 630px) and (max-width: 950px) {
    section.list_grid .grid {
        width: 50%
    }
}

@media only screen and (max-width: 629px) {
    section.list_grid .grid {
        width: 100%
    }
}

section.list_grid .grid > a {
    -webkit-transition: background-color 230ms linear;
    -moz-transition: background-color 230ms linear;
    -o-transition: background-color 230ms linear;
    transition: background-color 230ms linear;
    display: block;
    position: relative;
    padding: 5px;
    overflow: hidden
}

section.list_grid .grid > a:hover {
    background-color: #ececec
}

section.list_grid .grid .project_image {
    width: 110px;
    margin-right: 20px;
    float: left;
    display: block;
    height: auto;
}

section.list_grid .grid .heading {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    color: #333;
    line-height: 18px;
    margin-bottom: 2px
}

section.list_grid .grid .subhead {
    font-size: 12px;
    display: block;
    color: #9e9e9e;
    line-height: 14px
}

.module_header_search {
    right: 50px;
    position: absolute;
    width: 31px;
    height: 31px;
    z-index: 2
}

.module_header_search .icon {
    z-index: 4;
    position: absolute;
    top: 6px;
    right: 3px
}

.module_header_search .text {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 0;
    z-index: 3;
    border: 1px solid #ececec;
    padding: 11px 28px 11px 11px;
    position: absolute;
    top: -3px;
    right: 0
}

.module_header_search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0
}

.module_header_search .submit {
    display: none
}

.module_filter_bar {
    display: none;
    border-bottom: 1px solid #ececec;
    padding-top: 24px;
    padding-bottom: 23px
}

.module_filter_bar .inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.module_filter_bar a, .module_filter_bar h4 {
    font-family: 'open sans', opensans, simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #9e9e9e;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    padding-right: 20px
}

.module_filter_bar a.active, .module_filter_bar h4.active {
    color: #333
}

.module_filter_bar h4:after {
    display: inline-block;
    padding-left: 7px;
    font-size: 9px;
    content: "▼";
    position: relative;
    top: -1px
}

.module_filter_bar .filter {
    display: inline-block;
    position: relative
}

.module_filter_bar .filter select {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.module_in_pageheading, .module_top_pageheading {
    position: relative
}

.module_in_pageheading h1, .module_in_pageheading h2, .module_top_pageheading h1, .module_top_pageheading h2 {
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .65px;
    text-transform: uppercase;
    color: #333
}

.module_in_pageheading h1 a, .module_in_pageheading h2 a, .module_top_pageheading h1 a, .module_top_pageheading h2 a {
    color: inherit
}

.module_in_pageheading h1 a:hover, .module_in_pageheading h2 a:hover, .module_top_pageheading h1 a:hover, .module_top_pageheading h2 a:hover {
    color: #ec1d24
}

.module_in_pageheading .module_widgets, .module_top_pageheading .module_widgets {
    position: absolute;
    right: 26px;
    bottom: 20px
}

.module_in_pageheading .module_breadcumb, .module_top_pageheading .module_breadcumb {
    padding-top: 0;
    padding-bottom: 0
}

.module_top_pageheading {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
    overflow: visible;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-right: 215px
}

.module_in_pageheading {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-right: 230px;
    border-bottom: 1px solid #ececec
}

.module_widgets {
    position: absolute;
    top: 22px;
    right: 25px;
    z-index: 1;
    padding-right: 0 !important
}

.module_share {
    text-align: right;
    padding-right: 0 !important;
    border-right: 0 !important
}

.module_share .trigger {
    display: none
}

.module_share .title {
    padding-right: 4px;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    top: -6px
}

.module_share .shares {
    display: inline-block
}

.module_share .shares a {
    color: #9e9e9e;
    line-height: 21px;
    width: 21px;
    height: 23px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ececec;
    font-size: 13px;
    float: left;
    margin-left: 1px;
    background-color: #fff
}

.module_share .shares a:hover {
    color: #ec1d24;
    border-color: #ec1d24
}

.module_translate {
    text-align: right;
    margin-bottom: 6px
}

.module_translate #google_translate_element {
    display: none
}

.module_translate #custom_translate_box {
    display: inline-block;
    text-transform: uppercase;
    width: 132px;
    position: relative;
    line-height: 20px
}

.module_translate #custom_translate_box .title {
    font-size: 11px;
    padding: 3px 6px;
    cursor: pointer;
    border: 1px solid #ececec
}

.module_translate #custom_translate_box .title:after {
    content: '▼';
    padding-left: 46px;
    font-size: 10px
}

.module_translate #custom_translate_box ul {
    display: none;
    background: #fff;
    right: 0;
    position: absolute;
    min-width: 132px;
    border: 1px solid #ececec;
    border-top: none;
    z-index: 9000;
    text-align: left;
    padding: 6px 0
}

.module_translate #custom_translate_box ul li {
    font-size: 11px;
    margin-left: 6px;
    text-transform: none
}

.module_translate #custom_translate_box ul a {
    padding: 4px 0
}

.module_translate #custom_translate_box:hover .title {
    color: #ec1d24;
    border-color: #ec1d24
}

body.china .module_translate {
    display: none !important
}

.module_breadcumb {
    font-size: 11px;
    padding-bottom: 15px;
    padding-top: 20px
}

.module_breadcumb ul li {
    display: inline-block
}

.module_breadcumb ul li:before {
    content: '>';
    padding: 0 8px
}

.module_breadcumb ul li:first-of-type:before {
    display: none
}

.module_promos {
    position: relative;
    clear: both;
    overflow: hidden;
    margin-left: -6px;
    padding-top: 6px;
    display: block
}

.module_promos .slide {
    float: left;
    width: 20%;
    padding-left: 6px;
    padding-bottom: 6px;
    position: relative
}

@media only screen and (min-width: 630px) and (max-width: 950px) {
    .module_promos .slide {
        width: 25%
    }
}

@media only screen and (max-width: 629px) {
    .module_promos .slide {
        width: 50%
    }
}

.module_promos .slide .image {
    padding-bottom: 61.44067797%;
    height: 0;
    overflow: hidden;
    background-color: #ececec;
    background-size: cover;
    background-position: 50% 50%;
    position: relative
}

.module_promos .slide .image .over {
    background: 0 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .6)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='rgba(0, 0, 0, 0)', endcolorstr='rgba(0, 0, 0, 0.6)', gradienttype=0);
    text-shadow: 4px 4px 6px #000;
    padding: 30px 15px 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.module_promos .slide .image .over h5 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.module_promos .slide .after {
    height: 60px;
    min-height: 60px;
    padding: 10px 15px 0;
    margin-bottom: 15px;
    color: #5b5b5b
}

.module_promos .slide .after h5 {
    margin-bottom: 10px
}

.module_promos .slide .after p {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 16px
}

.module_promos .more {
    clear: both;
    height: 0;
    overflow: hidden
}

.module_promos .trigger {
    clear: both;
    text-transform: uppercase;
    color: #5b5b5b;
    text-align: center;
    padding: 0 0 20px
}

.module_article .categories, .module_article .date {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px
}

.module_article .date {
    color: #9e9e9e
}

.module_article h1, .module_article h3 {
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 33px;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: 0
}

.module_article h1 a, .module_article h3 a {
    color: inherit
}

.module_article h1 a:hover, .module_article h3 a:hover {
    color: #ec1d24
}

.module_article .byline {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 16px;
    font-size: 11px
}

.module_article .text p, .module_article .text > div {
    max-width: 680px;
    line-height: 20px
}

.module_article .text p {
    margin-bottom: 19px
}

.module_article .text a {
    text-decoration: underline
}

.module_article .text .more {
    margin-top: 10px
}

.module_article .text .more a {
    text-decoration: none
}

.module_article .text .more a:hover {
    color: #ec1d24
}

.module_article .text .download {
    text-decoration: none;
    font-size: 16px;
    color: #333
}

.module_article .text .download:hover {
    color: #ec1d24
}

.module_article .source {
    text-transform: uppercase;
    margin-top: 10px;
    color: #9e9e9e
}

.module_article.sidebar {
    padding-left: 240px;
    position: relative
}

.module_article.sidebar .side_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px
}

.module_article.sidebar .side_image img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.module_article.sidebar .side_image a {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 16px;
    color: #333
}

.module_article.sidebar .side_image a:hover {
    color: #ec1d24
}

.module_article_listing .module_in_pageheading {
    margin-bottom: 40px
}

.module_article_listing .loading {
    margin-top: 40px
}

.module_article_listing .loading .spinner {
    margin: 0 auto
}

.module_article_listing article {
    margin-right: 20px;
    margin-bottom: 30px;
    line-height: 20px;
    overflow: hidden
}

.module_article_listing article .categories, .module_article_listing article .date {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px
}

.module_article_listing article .date {
    color: #9e9e9e
}

.module_article_listing article h1, .module_article_listing article h3 {
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 33px;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: 0
}

.module_article_listing article h1 a, .module_article_listing article h3 a {
    color: inherit
}

.module_article_listing article h1 a:hover, .module_article_listing article h3 a:hover {
    color: #ec1d24
}

.module_article_listing article .byline {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 16px;
    font-size: 11px
}

.module_article_listing article .text p, .module_article_listing article .text > div {
    max-width: 680px;
    line-height: 20px
}

.module_article_listing article .text p {
    margin-bottom: 19px
}

.module_article_listing article .text a {
    text-decoration: underline
}

.module_article_listing article .text .more {
    margin-top: 10px
}

.module_article_listing article .text .more a {
    text-decoration: none
}

.module_article_listing article .text .more a:hover {
    color: #ec1d24
}

.module_article_listing article .text .download {
    text-decoration: none;
    font-size: 16px;
    color: #333
}

.module_article_listing article .text .download:hover {
    color: #ec1d24
}

.module_article_listing article .source {
    text-transform: uppercase;
    margin-top: 10px;
    color: #9e9e9e
}

.module_article_listing article.sidebar {
    padding-left: 240px;
    position: relative
}

.module_article_listing article.sidebar .side_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px
}

.module_article_listing article.sidebar .side_image img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.module_article_listing article.sidebar .side_image a {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 16px;
    color: #333
}

.module_article_listing article.sidebar .side_image a:hover {
    color: #ec1d24
}

.module_article_listing article .col_image {
    float: left;
    width: 360px;
    background-color: #ececec
}

.module_article_listing article .col_image a {
    display: block
}

.module_article_listing article .col_image img {
    display: block;
    width: 100%;
    height: auto
}

.module_article_listing article .col_text {
    margin-left: 380px
}

.module_article_listing article .col_text p {
    max-width: 610px
}

.module_article_listing article .col_title {
    display: none
}

@media only screen and (min-width: 630px) and (max-width: 720px) {
    .module_article_listing article .col_image {
        width: 120px !important
    }

    .module_article_listing article .col_text {
        margin-left: 140px !important
    }
}

.module_results_for {
    color: #9e9e9e;
    padding: 20px 25px;
    font-size: 12px
}

.module_results_for em {
    color: #333
}

.module_related_thumbs {
    margin-top: 40px
}

.module_related_thumbs h5 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    letter-spacing: .6px;
    color: #333;
    margin-bottom: 20px
}

.module_related_thumbs .grid {
    overflow: hidden
}

.module_related_thumbs .grid .item {
    width: 150px;
    padding-right: 40px;
    padding-bottom: 40px;
    float: left
}

.module_related_thumbs .grid .item .thumb {
    background-color: #ececec;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    position: relative
}

.module_related_thumbs .grid .item .thumb img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.module_related_thumbs .grid .item .bottom {
    padding-top: 10px
}

.module_related_thumbs .grid .item .bottom .primary {
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.module_related_thumbs .grid .item .bottom .secondary {
    line-height: 15px;
    font-size: 12px;
    color: #9e9e9e
}

section.ideas_carousel {
    background: #fff;
    overflow: hidden;
    position: relative
}

section.ideas_carousel .owl-item {
    z-index: 1;
    transform: translate3d(0, 0, 0)
}

section.ideas_carousel .item {
    padding-bottom: 50%;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    height: 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

section.ideas_carousel .item .background, section.ideas_carousel .item .over, section.ideas_carousel .item a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

section.ideas_carousel .item a {
    z-index: 10;
    top: 0
}

section.ideas_carousel .item .background {
    z-index: 1;
    top: 0;
    background-color: #ececec;
    background-size: cover;
    background-position: 50% 50%
}

section.ideas_carousel .item .device {
    display: none
}

section.ideas_carousel .item .over {
    background: #eee;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .75)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='rgba(0, 0, 0, 0)', endcolorstr='rgba(0, 0, 0, 0.75)', gradienttype=0);
    transform: translate3d(0, 0, 0);
    padding: 100px 20px 20px 30px;
    text-align: left;
    color: #fff;
    z-index: 5;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, .6)
}

section.ideas_carousel .item .over h4 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 5px
}

section.ideas_carousel .item .over h3 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 0;
    line-height: 35px;
    text-transform: uppercase
}

section.ideas_carousel .active .item {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

section.ideas_carousel .owl-next, section.ideas_carousel .owl-prev {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    text-decoration: none;
    display: block;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
    margin-top: -20px;
    padding: 10px 20px 10px 30px
}

section.ideas_carousel .owl-next img, section.ideas_carousel .owl-prev img {
    display: block;
    width: 20px;
    height: auto;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5))
}

section.ideas_carousel .owl-next img.thin, section.ideas_carousel .owl-prev img.thin {
    display: none
}

@media only screen and (max-width: 629px) {
    section.ideas_carousel .owl-next img.default, section.ideas_carousel .owl-prev img.default {
        display: none
    }

    section.ideas_carousel .owl-next img.thin, section.ideas_carousel .owl-prev img.thin {
        display: block
    }
}

section.ideas_carousel .owl-prev {
    left: 0
}

section.ideas_carousel .owl-next {
    right: 0
}

section.ideas_carousel:hover .owl-next, section.ideas_carousel:hover .owl-prev {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

section.ideas_carousel .owl-dots {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    z-index: 100
}

section.ideas_carousel .owl-dots .owl-dot {
    padding: 5px 10px 10px 5px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer
}

section.ideas_carousel .owl-dots .owl-dot span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    height: 7px;
    width: 7px;
    border: 1px solid #fff;
    display: inline-block
}

section.ideas_carousel .owl-dots .owl-dot.active span {
    background-color: #fff
}

section.ideas_carousel .owl-nav .owl-next, section.ideas_carousel .owl-nav .owl-prev {
    top: 0;
    bottom: 0;
    width: 100px;
    height: auto
}

section.ideas_carousel .owl-nav .owl-next img, section.ideas_carousel .owl-nav .owl-prev img {
    position: absolute;
    top: 50%
}

section.ideas_carousel .owl-nav .owl-next img {
    right: 20px
}

section.ideas_carousel .owl-nav .owl-prev img {
    left: 20px
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.carousel {
    background: #ececec;
    position: relative;
    padding-top: 0 !important
}

.carousel .curtain {
    z-index: 100;
    background-color: #ececec;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.carousel .curtain .spinner {
    margin: 279px auto 0
}

.carousel .curtain.loaded .spinner {
    display: none
}

.carousel .items {
    padding-bottom: 46.42857143%;
    overflow: hidden;
    height: 0;
    display: block
}

.carousel .item {
    padding-bottom: 46.42857143%;
    height: 0;
    overflow: hidden;
    position: relative
}

.carousel .item .background, .carousel .item .over_gradient, .carousel .item a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.carousel .item a {
    z-index: 10;
    top: 0
}

.carousel .item .background {
    z-index: 1;
    top: 0;
    background-color: #ececec;
    background-size: cover;
    background-position: 50% 100%
}

.carousel .item .device {
    display: none
}

.carousel .item .caption {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 20px;
    color: #858585;
    font-size: 11px;
    letter-spacing: .2px;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, .6);
    transform: translate3d(0, 0, 0)
}

.carousel .item .over {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 600ms linear;
    -moz-transition: opacity 600ms linear;
    -o-transition: opacity 600ms linear;
    transition: opacity 600ms linear;
    position: absolute;
    bottom: 55px;
    left: 40px;
    right: 40px;
    text-align: center;
    color: #fff;
    z-index: 5;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, .6);
    transform: translate3d(0, 0, 0)
}

.carousel .item .over > * {
    margin: 0 auto;
    max-width: 900px
}

.carousel .item .over h3 {
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 40px;
    margin-bottom: 4px;
    letter-spacing: 0;
    line-height: 44px;
    text-transform: uppercase
}

.carousel .item .over h4 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}

.carousel .item .over .head {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.carousel .item .over .subhead {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 13px;
    font-weight: 700;
    display: inline-block
}

.carousel .item .over_gradient {
    z-index: 4;
    height: 216px;
    transform: translate3d(0, 0, 0);
    background: 0 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='rgba(0, 0, 0, 0)', endcolorstr='rgba(0, 0, 0, 0.7)', gradienttype=0)
}

.carousel .active .over {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.carousel .owl-next, .carousel .owl-prev {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    text-decoration: none;
    display: block;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
    margin-top: -20px;
    padding: 10px 20px 10px 30px
}

.carousel .owl-next img, .carousel .owl-prev img {
    display: block;
    width: 20px;
    height: auto;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5))
}

.carousel .owl-next img.thin, .carousel .owl-prev img.thin {
    display: none
}

@media only screen and (max-width: 629px) {
    .carousel .owl-next img.default, .carousel .owl-prev img.default {
        display: none
    }

    .carousel .owl-next img.thin, .carousel .owl-prev img.thin {
        display: block
    }
}

.carousel .owl-prev {
    left: 0
}

.carousel .owl-next {
    right: 0
}

.carousel:hover .owl-next, .carousel:hover .owl-prev {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 100
}

.carousel .owl-dots .owl-dot {
    padding: 5px 10px 10px 5px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer
}

.carousel .owl-dots .owl-dot span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    height: 7px;
    width: 7px;
    border: 1px solid #fff;
    display: inline-block
}

.carousel .owl-dots .owl-dot.active span {
    background-color: #fff
}

section.news_carousel {
    position: relative;
    padding-top: 0 !important;
    max-width: 680px
}

section.news_carousel .curtain {
    z-index: 100;
    background-color: #ececec;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section.news_carousel .curtain .spinner {
    margin: 279px auto 0
}

section.news_carousel .curtain.loaded .spinner {
    display: none
}

section.news_carousel .items {
    overflow: hidden;
    display: block
}

section.news_carousel .item {
    overflow: hidden;
    position: relative
}

section.news_carousel .item a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

section.news_carousel .item .background {
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    z-index: 1;
    top: 0;
    background-color: #ececec;
    background-size: cover;
    background-position: 50% 100%
}

section.news_carousel .item .device {
    display: none
}

section.news_carousel .item .caption {
    margin-top: 10px;
    font-size: 10px;
    text-align: right;
    color: #9e9e9e
}

section.news_carousel .owl-next, section.news_carousel .owl-prev {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    text-decoration: none;
    display: block;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
    margin-top: -20px;
    padding: 10px 20px 10px 30px
}

section.news_carousel .owl-next img, section.news_carousel .owl-prev img {
    display: block;
    width: 20px;
    height: auto;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5))
}

section.news_carousel .owl-next img.thin, section.news_carousel .owl-prev img.thin {
    display: none
}

@media only screen and (max-width: 629px) {
    section.news_carousel .owl-next img.default, section.news_carousel .owl-prev img.default {
        display: none
    }

    section.news_carousel .owl-next img.thin, section.news_carousel .owl-prev img.thin {
        display: block
    }
}

section.news_carousel .owl-prev {
    left: 0
}

section.news_carousel .owl-next {
    right: 0
}

section.news_carousel:hover .owl-next, section.news_carousel:hover .owl-prev {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

section.news_carousel .owl-dots {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    z-index: 100
}

section.news_carousel .owl-dots .owl-dot {
    padding: 5px 10px 10px 5px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer
}

section.news_carousel .owl-dots .owl-dot span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    height: 7px;
    width: 7px;
    border: 1px solid #fff;
    display: inline-block
}

section.news_carousel .owl-dots .owl-dot.active span {
    background-color: #fff
}

body {
    padding-top: 57px
}

header.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9000
}

header.full:after {
    height: 1px;
    background-color: #ececec;
    overflow: hidden;
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

header.full .social {
    background-color: #ececec;
    text-align: right;
    height: 28px
}

header.full .social a {
    font-family: 'open sans', opensans, simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 7px 3px;
    margin-left: 17px;
    color: #9e9e9e
}

header.full .social a:hover {
    color: #ec1d24
}

header.full .social a.language {
    font-size: 11px;
    position: relative;
    top: -1px
}

header.full h1 {
    float: left;
    height: 30px;
    width: 200px;
    margin: 8px 0
}

header.full h1 a {
    display: inline-block
}

header.full h1 img {
    display: inline-block;
    width: 40px;
    float: left;

}

header.full h1 i {
    display: inline-block;
}

header.full h1 div {
    display: inline-block;
    margin-left: 10px;
    float: left;
}

header.full h1 strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 2px;
    color: #7b7b7b;
}

header.full h1 span {
    display: block;
    font-family: Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Simsun, sans-self;
    font-weight: bold;
    color: #7b7b7b;
    letter-spacing: 0.5px;
}

header.full nav.primary {
    float: left;
    padding-left: 25px
}

header.full nav.primary a {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*padding: 22px 30px 0;*/
    padding: 12px 30px 0;
    height: 57px;
    display: inline-block;
    position: relative;

    float: left;
    text-align: center;
    width: 120px;
}

header.full nav.primary a span {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    /*font-family: Tahoma,Arial,"Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",Simsun,sans-self;*/
}

header.full nav.primary a.hover, header.full nav.primary a:hover {
    /*color: #ec1d24;*/

    color: #fff;
    /*background-color: #00a1ff;*/
    background-color: #25d8fd;
}

header.full nav.primary a.hover:after, header.full nav.primary a:hover:after {
    display: block
}

header.full nav.primary a.active {
    color: #000
}

header.full nav.primary a.active:after {
    display: block
}

@media only screen and (min-width: 951px) and (max-width: 1128px) {
    header.full nav.primary a {
        padding-left: 22px;
        padding-right: 22px
    }

}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    body {
        padding-top: 110px;
    }

    header.full nav.primary {
        margin-top: 8px;
        padding-left: 0;
        display: block;
        width: 100%;
    }

    header.full nav.primary a {
        padding: 12px 5px 0;
        /*width: 20%;*/
    }
}

header .dropdown {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    position: absolute;
    background-color: #fff;
    top: 57px;
    width: 100%;
    z-index: 9999;
    left: 0;
    font-size: 11px;
    line-height: 20px;
    display: none;
    /*height: 60px;*/
    overflow: hidden
}

header .dropdown.show {
    display: block
}

header .dropdown > div {
    display: none;
    padding: 0 25px
}

header .dropdown > div.animating {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

header .dropdown .content {
    overflow: visible
}

header .dropdown .links {
    text-align: center
}

header .dropdown .links .by {
    display: inline-block;
    margin-right: 120px;
    float: left;
    padding-top: 20px
}

header .dropdown .links a {
    padding: 20px 25px;
    display: inline-block
}

header .dropdown .groups em {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    color: #333;
    letter-spacing: .5px;
    display: block;
    padding: 20px 0;
    font-size: 12px
}

header .dropdown .groups .group {
    float: left;
    margin-right: 10px
}

header .dropdown .groups .group a {
    display: block;
    margin-right: 40px;
    padding: 2px 0
}

header .dropdown .groups .group > div {
    float: left
}

header .dropdown .tiered .by {
    display: inline-block;
    margin-right: 120px;
    padding-top: 16px;
    float: left
}

header .dropdown .tiered.second .by {
    padding-top: 0px;
}

header .dropdown .tiered.second {
    padding-bottom: 20px;
}

header .dropdown .tiered > div {
    float: left;
    position: relative
}

header .dropdown .tiered > div em {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
    font-size: 12px;
    padding: 16px 25px
}

header .dropdown .tiered.second > div em {
    padding: 0px 25px;
}

header .dropdown .tiered > div em.hover {
    color: #ec1d24
}

header .dropdown .tiered > div .sub {
    position: absolute;
    top: 53px;
    left: 25px;
    width: 470px;
    display: none
}

header .dropdown .tiered > div .sub a {
    display: block;
    margin-right: 40px;
    padding: 2px 0
}

header .dropdown .tiered > div .sub > div {
    float: left
}

header.full form.search {
    position: relative;
    float: right;
    margin-top: 15px
}

header.full form.search input {
    -webkit-appearance: none
}

header.full form.search .text {
    border: 1px solid #ececec;
    padding: 8px 15px 9px;
    height: 28px;
    width: 240px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px
}

header.full form.search .submit {
    position: absolute;
    width: 28px;
    height: 30px;
    background: 0 0;
    top: 2px;
    right: 0;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    color: #9e9e9e
}

header.full form.search .submit:hover {
    color: #333
}

header.full form.search .submit i {
    position: relative;
    top: 4px
}

header.device, nav.device {
    display: none
}

#loader_curtain {
    position: fixed;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #fff;
    z-index: 6000
}

#loader_curtain .spinner {
    margin: 365px auto 0
}

#blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    pointer-events: auto;
    background-image: url(data:image/gif;base64,r0lgodlhaqabaiaaaaaaap///yh5baeaaaaalaaaaaabaaeaaaibraa7)
}

footer {
    background-color: #333;
    color: #9e9e9e;
    padding: 25px 20px;
    text-align: center;
    font-size: 12px
}

footer h6 {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff
}

footer a:hover {
    color: #fff
}

footer li {
    display: inline-block;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 10px
}

footer .offices {
    margin-top: 16px
}

footer .links {
    margin-top: 11px;
    font-size: 10px
}

footer .credits {
    position: relative
}

footer .credits.open .window, footer .credits:hover .window {
    display: block !important
}

footer .credits .window {
    font-family: 'open sans', opensans, simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 33px;
    left: -83px;
    padding: 10px 20px 20px;
    width: 220px;
    text-align: center;
    background-color: #fff;
    z-index: 1000;
    display: none;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
}

footer .credits .window:after {
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -10px;
    left: 94px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff #fff transparent
}

footer .credits .window .title {
    color: #5b5b5b;
    margin-top: 10px;
    font-size: 12px
}

footer .credits .window a {
    color: #333;
    font-size: 11px;
    text-transform: none
}

footer .credits .window a:hover {
    color: #ec1d24
}

footer .credits .window .slash {
    display: inline-block;
    margin: 0 9px
}

main.sidebar {
    padding-right: 260px;
    position: relative
}

main.sidebar .module_widgets {
    top: 23px
}

main.sidebar:before {
    content: ' ';
    width: 1px;
    background-color: #ececec;
    top: 0;
    right: 260px;
    bottom: 0;
    position: absolute
}

main.sidebar > div, main.sidebar > section {
    padding-right: 40px
}

main.sidebar aside {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 105px 20px 20px;
    width: 260px
}

main.sidebar aside h4 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    color: #333;
    letter-spacing: .5px;
    margin-bottom: 8px
}

main.sidebar aside .groups {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    line-height: 20px
}

main.sidebar aside .groups h5 {
    padding: 0 20px;
    margin-bottom: 18px
}

main.sidebar aside .groups .group {
    border-bottom: 1px solid #ececec;
    padding: 20px
}

main.sidebar aside .groups .group:first-of-type {
    border-top: 1px solid #ececec
}

main.sidebar aside .groups a:hover {
    color: #ec1d24
}

main.sidebar aside .filter a {
    display: block;
    font-size: 11px;
    padding: 2px 0
}

main.sidebar aside .filter select {
    display: none
}

main.sidebar aside .related .item {
    padding: 7px 0;
    line-height: 18px;
    overflow: hidden
}

main.sidebar aside .related .secondary {
    font-size: 11px
}

main.sidebar aside .related .main {
    color: #333
}

main.sidebar aside .related .project {
    text-transform: uppercase
}

main.sidebar aside .related .thumb {
    display: block;
    float: left;
    margin-right: 10px
}

main.sidebar aside .related .thumb img {
    max-width: 60px;
    display: block;
    height: auto
}

main.sidebar aside .related .text {
    overflow: hidden
}

main.sidebar aside .related .more {
    display: inline-block;
    margin-top: 5px;
    color: #9e9e9e
}

.spinner {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: rotate 900ms linear infinite;
    -moz-animation: rotate 900ms linear infinite;
    -ms-animation: rotate 900ms linear infinite;
    -o-animation: rotate 900ms linear infinite;
    animation: rotate 900ms linear infinite;
    width: 40px;
    height: 40px;
    border-top: 1px solid rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(138, 138, 138, .3);
    border-left: 1px solid rgba(0, 0, 0, .5);
    border-right: 1px solid rgba(138, 138, 138, .3)
}

.spinner.large {
    width: 60px;
    height: 60px;
    border-width: 2px
}

.spinner.ondark {
    border-top-color: rgba(255, 255, 255, .5);
    border-bottom-color: rgba(138, 138, 138, .5);
    border-left-color: rgba(255, 255, 255, .5);
    border-right-color: rgba(138, 138, 138, .5)
}

@keyframes rotate {
    0% {
        -webkit-transform: rotatez(-360deg);
        -moz-transform: rotatez(-360deg);
        -o-transform: rotatez(-360deg);
        -ms-transform: rotatez(-360deg);
        transform: rotatez(-360deg)
    }

    100% {
        -webkit-transform: rotatez(0deg);
        -moz-transform: rotatez(0deg);
        -o-transform: rotatez(0deg);
        -ms-transform: rotatez(0deg);
        transform: rotatez(0deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotatez(-360deg);
        -moz-transform: rotatez(-360deg);
        -o-transform: rotatez(-360deg);
        -ms-transform: rotatez(-360deg);
        transform: rotatez(-360deg)
    }

    100% {
        -webkit-transform: rotatez(0deg);
        -moz-transform: rotatez(0deg);
        -o-transform: rotatez(0deg);
        -ms-transform: rotatez(0deg);
        transform: rotatez(0deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotatez(-360deg);
        -moz-transform: rotatez(-360deg);
        -o-transform: rotatez(-360deg);
        -ms-transform: rotatez(-360deg);
        transform: rotatez(-360deg)
    }

    100% {
        -webkit-transform: rotatez(0deg);
        -moz-transform: rotatez(0deg);
        -o-transform: rotatez(0deg);
        -ms-transform: rotatez(0deg);
        transform: rotatez(0deg)
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: rotatez(-360deg);
        -moz-transform: rotatez(-360deg);
        -o-transform: rotatez(-360deg);
        -ms-transform: rotatez(-360deg);
        transform: rotatez(-360deg)
    }

    100% {
        -webkit-transform: rotatez(0deg);
        -moz-transform: rotatez(0deg);
        -o-transform: rotatez(0deg);
        -ms-transform: rotatez(0deg);
        transform: rotatez(0deg)
    }
}

main.expertise, main.home {
    padding: 0;
    max-width: none
}

main.expertise_landing .module_filter_bar {
    padding-top: 0;
    display: block
}

main.expertise_landing .module_filter_bar .inner {
    padding-left: 25px
}

main.projects_landing {
    padding: 0;
    max-width: none
}

main.projects_landing .module_results_for {
    display: none
}

main.projects_landing .module_filter_bar {
    display: block
}

main.projects_landing #loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .75);
    display: none;
    z-index: 8000
}

main.projects_landing #loading .spinner {
    margin: 279px auto 0
}

main.projects_landing .projects_search_spacer {
    background-color: #fff;
    /*height: 111px*/
}

main.projects_landing section.projects_search {
    padding-top: 0
}

main.projects_landing section.projects_search.stick {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7
}

main.projects_landing section.projects_search .top {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 9px 0;
    background-color: #fff
}

main.projects_landing section.projects_search .top h2 {
    float: left;
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .65px;
    text-transform: uppercase;
    margin-top: 3px
}

main.projects_landing section.projects_search .top h2 a {
    color: inherit
}

main.projects_landing section.projects_search .top h2 a:hover {
    color: #ec1d24
}

main.projects_landing section.projects_search .top .filters {
    float: right
}

main.projects_landing section.projects_search .top .filters .filter_by {
    float: left;
    padding-top: 13px;
    padding-right: 4px;
    color: #9e9e9e
}

main.projects_landing section.projects_search .top .filters .filter {
    float: left;
    padding-left: 10px;
    position: relative
}

main.projects_landing section.projects_search .top .filters .filter h4 {
    display: none
}

main.projects_landing section.projects_search .top .filters .filter:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px
}

@media only screen and (max-width: 340px) {
    main.projects_landing section.projects_search .top .filters .sorting {
        display: none !important
    }
}

main.projects_landing section.projects_search .top .filters select {
    border: 1px solid #d3d3d3;
    padding: 12px 21px 12px 12px;
    color: #333;
    font-size: 11.5px;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ececec), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #ececec, #fff);
    background: -moz-linear-gradient(center bottom, #ececec 0, #fff 100%);
    background: -o-linear-gradient(#fff, #ececec);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ececec', gradienttype=0);
    position: relative;
    z-index: 1;
    display: block;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer
}

main.projects_landing section.projects_search .top .filters select:hover {
    border-color: #9e9e9e
}

main.projects_landing section.projects_search .top .filters select option {
    color: #5b5b5b
}

main.projects_landing section.projects_search .top .filters .sorting {
    display: none
}

main.projects_landing section.projects_search .bottom {
    overflow: hidden;
    font-size: 12px;
    color: #9e9e9e;
    border-bottom: 1px solid #ececec;
    background-color: rgba(255, 255, 255, .95)
}

main.projects_landing section.projects_search .bottom .content {
    height: 52px
}

main.projects_landing section.projects_search .bottom .results_for {
    padding-top: 20px;
    float: left
}

main.projects_landing section.projects_search .bottom .results_for .highlight, main.projects_landing section.projects_search .bottom .results_for em {
    color: #333
}

main.projects_landing section.projects_search .bottom .results_for .plus {
    color: #9e9e9e
}

main.projects_landing section.projects_search .bottom .utility {
    float: right
}

main.projects_landing section.projects_search .bottom .utility a.sort {
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 16px;
    font-size: 11px
}

main.projects_landing section.projects_search .bottom .utility a.sort.selected {
    color: #333
}

main.projects_landing section.projects_search .bottom .utility a.mode {
    display: inline-block;
    margin-left: 16px;
    position: relative;
    top: 4px;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
    -ms-filter: alpha(opacity=40);
    filter: alpha(opacity=40)
}

main.projects_landing section.projects_search .bottom .utility a.mode img {
    display: inline-block
}

main.projects_landing section.projects_search .bottom .utility a.mode.selected, main.projects_landing section.projects_search .bottom .utility a.mode:hover:not(.selected) {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

main.projects_landing section.projects_search .bottom .utility a.mode:hover:not(.selected) path, main.projects_landing section.projects_search .bottom .utility a.mode:hover:not(.selected) rect {
    fill: #ec1d24
}

main.projects_landing section.projects_search .bottom .utility .view {
    width: 30px;
    height: 30px;
    background-color: red;
    position: relative;
    top: -9px
}

main.projects_landing section.projects_grid .no_results {
    padding-top: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 18px
}

main.projects_landing section.projects_grid .no_results a {
    text-decoration: underline
}

main.project {
    padding: 0;
    max-width: none
}

main.project section.gallery_device {
    display: none
}

main.project section.gallery_desktop {
    position: relative
}

main.project section.gallery_desktop ul.tabs_nav {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 15px
}

main.project section.gallery_desktop ul.tabs_nav li {
    list-style: none;
    float: left;
    margin-right: 45px;
    line-height: 11px
}

main.project section.gallery_desktop ul.tabs_nav a {
    font-size: 11px;
    color: #9e9e9e;
    text-transform: uppercase
}

main.project section.gallery_desktop ul.tabs_nav a.active {
    color: #333
}

main.project section.gallery_desktop .tab {
    position: relative;
    display: none
}

main.project section.gallery_desktop .tab:first-of-type {
    display: block
}

main.project section.gallery_desktop .owl-next, main.project section.gallery_desktop .owl-prev {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    text-decoration: none;
    display: block;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
    margin-top: -20px;
    padding: 10px 20px 10px 30px
}

main.project section.gallery_desktop .owl-next img, main.project section.gallery_desktop .owl-prev img {
    display: block;
    width: 20px;
    height: auto;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5))
}

main.project section.gallery_desktop .owl-next img.thin, main.project section.gallery_desktop .owl-prev img.thin {
    display: none
}

@media only screen and (max-width: 629px) {
    main.project section.gallery_desktop .owl-next img.default, main.project section.gallery_desktop .owl-prev img.default {
        display: none
    }

    main.project section.gallery_desktop .owl-next img.thin, main.project section.gallery_desktop .owl-prev img.thin {
        display: block
    }
}

main.project section.gallery_desktop .owl-prev {
    left: 0
}

main.project section.gallery_desktop .owl-next {
    right: 0
}

main.project section.gallery_desktop:hover .owl-next, main.project section.gallery_desktop:hover .owl-prev {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

main.project section.gallery_desktop.first_slide .owl-prev {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

main.project section.gallery_desktop .loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 33px;
    z-index: 10
}

main.project section.gallery_desktop .loading .spinner {
    margin: 130px auto 0;
    display: none
}

main.project section.gallery_desktop .gallery {
    display: block !important;
    position: static
}

main.project section.gallery_desktop .gallery .slide {
    display: none;
    width: 100%;
    overflow: hidden
}

main.project section.gallery_desktop .gallery .slide:first-of-type {
    display: block
}

main.project section.gallery_desktop .gallery .slide .image {
    padding-bottom: 57.14285714%;
    height: 0;
    overflow: hidden;
    background-color: #ececec;
    position: relative;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat
}

main.project section.gallery_desktop .gallery .slide .caption {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    -o-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 11px;
    padding-top: 10px;
    height: 33px;
    color: #9e9e9e;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms
}

main.project section.gallery_desktop .gallery .active .slide .caption {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

main.project section.gallery_desktop .gallery .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100
}

main.project section.gallery_desktop .gallery .owl-dots .owl-dot {
    padding: 5px 10px 10px 5px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer
}

main.project section.gallery_desktop .gallery .owl-dots .owl-dot span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .25);
    height: 7px;
    width: 7px;
    border: 1px solid #fff;
    display: inline-block
}

main.project section.gallery_desktop .gallery .owl-dots .owl-dot.active span {
    background-color: #fff
}

main.project section.gallery_desktop .gallery .owl-dots {
    bottom: 47px
}

main.project section.gallery_desktop .video_tab {
    background-color: #ececec
}

main.project section.gallery_desktop .video_tab .loading {
    bottom: 0
}

main.project section.gallery_desktop .video_tab .slide {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden
}

main.project section.gallery_desktop .video_tab .caption {
    padding: 0
}

main.project section.gallery_desktop .video_tab .owl-item {
    background-color: #ececec
}

main.project section.gallery_desktop .video_tab .video_wrapper {
    padding-bottom: 46.66666667%;
    height: 0;
    overflow: hidden;
    background-color: #000;
    position: relative
}

main.project section.gallery_desktop .video_tab .video_wrapper .video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

main.project section.gallery_desktop .video_tab .video_wrapper iframe {
    width: 100%;
    height: 100%
}

main.project section.gallery_desktop .video_tab .owl-dots {
    display: none
}

main.project section.gallery_desktop .video_tab .owl-thumbs {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ececec;
    padding-top: 20px;
    border-top: 1px solid rgba(158, 158, 158, .5);
    padding-bottom: 20px;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px
}

main.project section.gallery_desktop .video_tab .owl-thumbs .owl-thumb-item {
    display: inline-block
}

main.project section.gallery_desktop .video_tab .owl-thumbs .owl-thumb-item img {
    display: inline-block;
    width: 100px;
    height: auto;
    border: 2px solid #fff
}

main.project section.gallery_desktop .video_tab .owl-thumbs .owl-thumb-item.active img {
    border-color: #ec1d24
}

main.project section.info {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px
}

main.project section.info:before {
    content: ' ';
    border-top: 1px solid #ececec;
    top: 0;
    left: 25px;
    right: 25px;
    position: absolute
}

main.project section.info .text {
    padding-top: 20px;
    float: left
}

main.project section.info .text p {
    max-width: 700px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    padding-right: 40px
}

@media only screen and (min-width: 951px) and (max-width: 1128px) {
    main.project section.info .text p {
        max-width: 615px
    }
}

main.project section.info .text .trigger {
    display: none
}

main.project section.info .related h3 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .6px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px
}

main.project section.info .related .items {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin-left: -15px;
    max-width: 615px
}

main.project section.info .related .items .item {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 15px
}

@media only screen and (min-width: 630px) and (max-width: 950px) {
    main.project section.info .related .items .item {
        width: 100%
    }
}

@media only screen and (max-width: 629px) {
    main.project section.info .related .items .item {
        width: 100%
    }
}

main.project section.info .related .items .thumb {
    float: left
}

main.project section.info .related .items .thumb_text {
    padding-left: 130px
}

main.project section.info .related .items .thumb_text .primary {
    text-transform: uppercase;
    line-height: 16px
}

main.project section.info .related .items .thumb_text .secondary {
    padding-top: 7px;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 17px
}

main.project section.info .side {
    font-size: 12px;
    width: 280px;
    float: right;
    padding-top: 3px
}

main.project section.info .side h6 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    letter-spacing: .6px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer
}

main.project section.info .side h6:hover {
    color: #ec1d24
}

main.project section.info .side h6:after {
    color: #9e9e9e;
    content: "\f0da";
    margin-right: 20px;
    float: right;
    display: inline-block;
    font-family: fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main.project section.info .side sup {
    font-size: 9px;
    position: relative;
    top: -5px;
    right: -1px
}

main.project section.info .side .open h6:after {
    content: "\f0d7"
}

main.project section.info .side .toggle {
    border-bottom: 1px solid #ececec
}

main.project section.info .side .wrapper {
    line-height: 20px;
    overflow: hidden;
    max-height: 0
}

main.project section.info .side .wrapper .inner {
    padding-bottom: 20px
}

main.project section.info .side .wrapper.open {
    height: auto
}

main.project section.info .side .wrapper .key {
    font-size: 11px;
    color: #9e9e9e
}

main.project section.info .side .item {
    padding: 7px 0;
    line-height: 18px;
    overflow: hidden
}

main.project section.info .side .item span {
    display: block
}

main.project section.info .side .news span {
    display: inline
}

main.project section.info .side .news .source {
    color: #9e9e9e
}

main.project section.info .side .secondary {
    color: #9e9e9e;
    font-size: 11px
}

main.project section.info .side .thumb {
    display: block;
    float: left;
    margin-right: 10px
}

main.project section.info .side .thumb img {
    max-width: 60px;
    display: block
}

main.project section.info .side .related {
    display: none
}

main.news .module_in_pageheading {
    margin-bottom: 20px
}

main.news .news_resultsfor {
    margin-bottom: 25px;
    color: #9e9e9e
}

main.news .news_resultsfor span {
    color: #333
}

main.news_article .module_article .image {
    margin-bottom: 20px;
    max-width: 680px
}

main.news_article .module_article .image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

main.news_article .module_article .image .caption {
    margin-top: 10px;
    font-size: 10px;
    text-align: right;
    color: #9e9e9e
}

main.news_article .module_article .image .source {
    margin-top: 10px;
    color: #9e9e9e;
    text-transform: uppercase
}

main.news_article .module_article section.news_carousel {
    margin-bottom: 20px
}

main.news_article .boilerplate_title {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700
}

main.ideas_landing {
    padding: 0;
    max-width: none
}

main.ideas_publications {
    padding-top: 0
}

main.ideas_publications .module_in_pageheading {
    border-bottom: 0;
    padding-bottom: 0
}

main.ideas_publications .module_filter_bar {
    display: block
}

main.ideas_publications section.listings {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin-left: -30px;
    margin-top: 30px
}

main.ideas_publications section.listings .item {
    float: left;
    width: 33.33333333%;
    padding-left: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width: 630px) and (max-width: 950px) {
    main.ideas_publications section.listings .item {
        width: 50%
    }
}

@media only screen and (max-width: 629px) {
    main.ideas_publications section.listings .item {
        width: 100%
    }
}

main.ideas_publications section.listings .image {
    min-height: 115px;
    width: 90px;
    background-color: #ececec;
    float: left
}

main.ideas_publications section.listings .image img {
    display: block;
    width: 100%;
    height: auto
}

main.ideas_publications section.listings .primary {
    margin-left: 105px;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: 20px
}

main.ideas_publications section.listings .secondary {
    margin-left: 105px;
    line-height: 20px;
    font-size: 12px;
    display: block
}

main.ideas_research_item {
    min-height: 790px
}

main.ideas_slideshows .slideshows_listing .module_in_pageheading {
    margin-bottom: 40px
}

main.ideas_slideshows .slideshows_listing article {
    margin-right: 20px;
    margin-bottom: 40px;
    line-height: 20px
}

main.ideas_slideshows .slideshows_listing article .categories, main.ideas_slideshows .slideshows_listing article .date {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px
}

main.ideas_slideshows .slideshows_listing article .date {
    color: #9e9e9e
}

main.ideas_slideshows .slideshows_listing article h1, main.ideas_slideshows .slideshows_listing article h3 {
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 33px;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: 0
}

main.ideas_slideshows .slideshows_listing article h1 a, main.ideas_slideshows .slideshows_listing article h3 a {
    color: inherit
}

main.ideas_slideshows .slideshows_listing article h1 a:hover, main.ideas_slideshows .slideshows_listing article h3 a:hover {
    color: #ec1d24
}

main.ideas_slideshows .slideshows_listing article .byline {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 16px;
    font-size: 11px
}

main.ideas_slideshows .slideshows_listing article .text p, main.ideas_slideshows .slideshows_listing article .text > div {
    max-width: 680px;
    line-height: 20px
}

main.ideas_slideshows .slideshows_listing article .text p {
    margin-bottom: 19px
}

main.ideas_slideshows .slideshows_listing article .text a {
    text-decoration: underline
}

main.ideas_slideshows .slideshows_listing article .text .more {
    margin-top: 10px
}

main.ideas_slideshows .slideshows_listing article .text .more a {
    text-decoration: none
}

main.ideas_slideshows .slideshows_listing article .text .more a:hover {
    color: #ec1d24
}

main.ideas_slideshows .slideshows_listing article .text .download {
    text-decoration: none;
    font-size: 16px;
    color: #333
}

main.ideas_slideshows .slideshows_listing article .text .download:hover {
    color: #ec1d24
}

main.ideas_slideshows .slideshows_listing article .source {
    text-transform: uppercase;
    margin-top: 10px;
    color: #9e9e9e
}

main.ideas_slideshows .slideshows_listing article.sidebar {
    padding-left: 240px;
    position: relative
}

main.ideas_slideshows .slideshows_listing article.sidebar .side_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px
}

main.ideas_slideshows .slideshows_listing article.sidebar .side_image img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

main.ideas_slideshows .slideshows_listing article.sidebar .side_image a {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 16px;
    color: #333
}

main.ideas_slideshows .slideshows_listing article.sidebar .side_image a:hover {
    color: #ec1d24
}

main.ideas_slideshows .slideshows_listing article:after, main.ideas_slideshows .slideshows_listing article:before {
    content: " ";
    display: table
}

main.ideas_slideshows .slideshows_listing article:after {
    clear: both
}

main.ideas_slideshows .slideshows_listing article .col_image {
    float: left;
    width: 360px;
    background-color: #ececec
}

main.ideas_slideshows .slideshows_listing article .col_image a {
    display: block
}

main.ideas_slideshows .slideshows_listing article .col_image img {
    display: block;
    width: 100%;
    height: auto
}

main.ideas_slideshows .slideshows_listing article .col_text {
    margin-left: 380px
}

main.ideas_slideshows .slideshows_listing article .col_text p {
    max-width: 610px
}

main.ideas_slideshows .slideshows_listing article .col_title {
    display: none
}

main.ideas_slideshows_item section.slideshow {
    position: relative;
    padding-right: 330px
}

main.ideas_slideshows_item section.slideshow .item {
    display: none;
    overflow: hidden
}

main.ideas_slideshows_item section.slideshow .item:first-of-type {
    display: block
}

main.ideas_slideshows_item section.slideshow .device {
    display: none
}

main.ideas_slideshows_item section.slideshow .owl-carousel {
    display: block
}

main.ideas_slideshows_item section.slideshow .images .background {
    padding-bottom: 75.90361446%;
    height: 0;
    overflow: hidden;
    background-color: #ececec;
    background-size: cover;
    background-position: 50% 50%;
    margin-left: -1px;
    margin-right: -1px
}

main.ideas_slideshows_item section.slideshow .images .caption {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 11px;
    color: #9e9e9e;
    background-color: #fff
}

main.ideas_slideshows_item section.slideshow .details {
    position: absolute;
    top: 28px;
    right: 0;
    width: 310px;
    z-index: 1;
    pointer-events: none
}

main.ideas_slideshows_item section.slideshow .details .count {
    text-align: center;
    font-size: 17px;
    color: #9e9e9e;
    margin-bottom: 30px;
    pointer-events: none
}

main.ideas_slideshows_item section.slideshow .details h3 {
    text-transform: uppercase;
    color: #333;
    font-size: 16px
}

main.ideas_slideshows_item section.slideshow .details h3, main.ideas_slideshows_item section.slideshow .details p {
    margin-bottom: 20px
}

main.ideas_slideshows_item section.slideshow .owl-nav {
    position: absolute;
    top: 20px;
    right: -330px;
    width: 310px;
    color: #ec1d24;
    z-index: 20;
    font-size: 28px
}

main.ideas_slideshows_item section.slideshow .owl-nav .owl-prev {
    float: left
}

main.ideas_slideshows_item section.slideshow .owl-nav .owl-next {
    float: right
}

main.about_landing, main.about_leadership {
    padding: 0;
    max-width: none
}

main.about section.hero {
    padding-bottom: 41.875%;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

main.about section.hero .random {
    display: none
}

main.about section.hero .slideshow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

main.about section.hero .slideshow .item {
    padding-bottom: 41.875%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none
}

main.about section.hero .slideshow .item:first-of-type {
    display: block
}

main.about section.hero .background {
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1
}

main.about section.hero .background.default {
    width: 100%;
    height: 100%
}

main.about section.hero .background.device {
    height: 0;
    width: 0;
    display: none
}

main.about section.hero .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3
}

main.about section.hero .top .module_in_pageheading {
    border: 0;
    padding-left: 25px
}

main.about section.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, .85)
}

main.about section.hero .text {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    color: #333;
    width: 100%;
    z-index: 3
}

main.about section.hero .text h1, main.about section.hero .text h3 {
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 46px;
    max-width: 750px;
    line-height: 55px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px
}

main.about section.hero .text p {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
    line-height: 24px
}

main.about section.hero .caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 11px;
    z-index: 3
}

main.about section.hero.light * {
    color: #fff
}

main.about section.hero.light .overlay {
    background-color: rgba(0, 0, 0, .4)
}

main.about section.about_grid {
    padding-top: 14px;
    margin-left: 14px;
    overflow: hidden
}

main.about section.about_grid a {
    margin-bottom: 14px;
    padding-right: 14px;
    width: 25%;
    float: left;
    display: block;
    position: relative
}

main.about section.about_grid a .random {
    display: none
}

main.about section.about_grid a .image {
    padding-bottom: 64.17910448%;
    height: 0;
    overflow: hidden;
    background-color: #ececec;
    background-size: cover;
    background-position: 50% 50%
}

main.about section.about_grid a .default, main.about section.about_grid a .over {
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    padding: 30px 15px 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 14px
}

main.about section.about_grid a .default h5, main.about section.about_grid a .over h5 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px
}

main.about section.about_grid a .default p, main.about section.about_grid a .over p {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 15px
}

main.about section.about_grid a .default {
    background: 0 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .6)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='rgba(0, 0, 0, 0)', endcolorstr='rgba(0, 0, 0, 0.6)', gradienttype=0)
}

main.about section.about_grid a .over {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    background: 0 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .8)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='rgba(0, 0, 0, 0)', endcolorstr='rgba(0, 0, 0, 0.8)', gradienttype=0);
    min-height: 60px
}

main.about section.about_grid a .over h5, main.about section.about_grid a .over p {
    margin-bottom: 10px
}

main.about section.about_grid a .over:after {
    content: ' ';
    height: 6px;
    background-color: #ec1d24;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

main.about section.about_grid a.hover .default, main.about section.about_grid a:hover .default {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

main.about section.about_grid a.hover .over, main.about section.about_grid a:hover .over {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

main.about section.about_grid a.half {
    width: 50%
}

main.about section.about_grid a.third {
    width: 33.33%
}

main.about section.about_grid a.third .default h5, main.about section.about_grid a.third .over h5 {
    font-size: 16px;
    line-height: 21px
}

main.about section.about_grid a.quarter .default h5, main.about section.about_grid a.quarter .over h5 {
    font-size: 16px;
    line-height: 19px
}

main.about div.filters {
    padding: 20px 0;
    text-align: center
}

main.about div.filters a, main.about div.filters h4 {
    font-family: 'open sans', opensans, simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #9e9e9e;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    padding-right: 20px
}

main.about div.filters a.active, main.about div.filters h4.active {
    color: #333
}

main.about div.filters h4:after {
    display: inline-block;
    padding-left: 7px;
    font-size: 9px;
    content: "▼";
    position: relative;
    top: -1px
}

main.about div.filters .filter {
    display: inline-block;
    position: relative
}

main.about div.filters .filter select {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

main.about div.filters .filter {
    margin-left: 20px;
    border: 1px solid #ececec;
    background-color: #fff
}

main.about div.filters .filter h4 {
    padding: 12px 70px 10px 12px
}

main.about div.filters .filter h4:after {
    position: absolute;
    top: 13px;
    right: 13px
}

main.about section.leadersip {
    background-color: #ececec;
    padding: 25px;
    position: relative
}

main.about section.leadersip .curtain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ececec;
    z-index: 1;
    display: none
}

main.about section.leadersip .curtain .spinner {
    margin: 40px auto 0
}

main.about section.leadersip div.filters .filter {
    border-color: #9e9e9e
}

main.about section.leadersip .grid {
    padding-top: 40px;
    margin-left: 40px;
    overflow: hidden
}

main.about section.leadersip .grid a {
    margin-bottom: 40px;
    padding-right: 40px;
    width: 20%;
    float: left;
    display: block;
    position: relative
}

@media only screen and (min-width: 1129px) {
    main.about section.leadersip .grid a {
        width: 16.66%
    }
}

main.about section.leadersip .grid a .image {
    background-color: #fff
}

main.about section.leadersip .grid a img {
    display: block;
    width: 100%;
    height: auto
}

main.about section.leadersip .grid a .over {
    background: 0 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .8)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='rgba(0, 0, 0, 0)', endcolorstr='rgba(0, 0, 0, 0.8)', gradienttype=0);
    min-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 40px
}

main.about section.leadersip .grid a .over h5 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    line-height: 16px
}

main.about_contact .module_in_pageheading {
    border: 0
}

main.about_contact section.inquiry {
    padding: 65px 0
}

main.about_contact section.inquiry h2 {
    text-align: center;
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 36px;
    color: #333;
    margin-bottom: 30px
}

main.about_contact section.inquiry p {
    text-align: center;
    font-size: 16px;
    color: #9e9e9e
}

main.about_contact section.inquiry .options {
    text-align: center;
    padding: 20px 0 40px
}

main.about_contact section.inquiry .options a {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #9e9e9e
}

main.about_contact section.inquiry .options a:hover {
    color: #ec1d24
}

main.about_contact section.inquiry .options a.current, main.about_contact section.inquiry .thankyou p {
    color: #333
}

main.about_contact section.inquiry .forms {
    position: relative;
    height: 0;
    overflow: hidden
}

main.about_contact section.inquiry .forms .curtain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    padding: 40px
}

main.about_contact section.inquiry .forms .curtain .spinner {
    margin: 0 auto
}

main.about_contact section.inquiry .forms .form {
    display: none
}

main.about_contact section.offices {
    border-top: 1px solid #ececec;
    padding-top: 85px
}

main.about_contact section.offices h2 {
    text-align: center;
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px
}

main.about_contact section.offices .grid {
    padding-top: 25px;
    margin-left: -25px;
    overflow: hidden
}

main.about_contact section.offices .grid .office {
    margin-bottom: 50px;
    padding-left: 25px;
    width: 33.33%;
    float: left;
    display: block;
    position: relative
}

main.about_contact section.offices .grid .office .image {
    padding-bottom: 60.81081081%;
    height: 0;
    overflow: hidden;
    background-color: #ececec;
    background-size: cover;
    background-position: 50% 50%;
    position: relative
}

main.about_contact section.offices .grid .office .image .dim {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1
}

main.about_contact section.offices .grid .office .image h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    top: 50%;
    transform: translatey(-50%);
    z-index: 2;
    position: absolute;
    width: 100%
}

main.about_contact section.offices .grid .office .details {
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 22px
}

main.about_contact section.offices .grid .office .details a {
    color: #9e9e9e
}

main.about_contact section.offices .grid .office .details a:hover {
    color: #ec1d24
}

main.about_contact section.offices .grid .office .details p {
    line-height: inherit
}

main.about_awards {
    padding: 0;
    max-width: none
}

main.about_awards section.awards {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 25px
}

main.about_awards section.awards h2 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-align: center
}

main.about_awards section.awards .database {
    min-height: 100px;
    position: relative
}

main.about_awards section.awards .database .curtain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1
}

main.about_awards section.awards .database .curtain .spinner {
    margin: 40px auto 0
}

main.about_awards section.awards .table .header, main.about_awards section.awards .table .item {
    overflow: hidden
}

main.about_awards section.awards .table .header > div, main.about_awards section.awards .table .item > div {
    float: left;
    padding-left: 10px
}

main.about_awards section.awards .table .header .year, main.about_awards section.awards .table .item .year {
    width: 5%;
    padding-left: 0
}

main.about_awards section.awards .table .header .projects, main.about_awards section.awards .table .header .title, main.about_awards section.awards .table .item .projects, main.about_awards section.awards .table .item .title {
    width: 35%
}

main.about_awards section.awards .table .header .org, main.about_awards section.awards .table .item .org {
    width: 25%
}

main.about_awards section.awards .table .header {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

main.about_awards section.awards .table .header div {
    font-size: 11px;
    text-transform: uppercase;
    color: #9e9e9e;
    line-height: 17px;
    padding-top: 13px;
    padding-bottom: 11px
}

main.about_awards section.awards .table .item {
    line-height: 17px;
    border-bottom: 1px solid #ececec
}

main.about_awards section.awards .table .item div {
    padding-top: 17px;
    padding-bottom: 17px
}

main.about_awards section.awards .more {
    height: 40px;
    padding-top: 30px;
    text-align: center;
    font-size: 11px;
    color: #333;
    text-transform: uppercase
}

main.about_awards section.awards .loading_more {
    display: none;
    height: 40px;
    padding-top: 30px
}

main.about_awards section.awards .loading_more .spinner {
    margin: 0 auto
}

#about_leadership_biography {
    max-width: 1000px;
    margin: 0 auto;
    position: relative
}

#about_leadership_biography:before {
    content: ' ';
    width: 1px;
    background-color: #ececec;
    top: 0;
    left: 320px;
    bottom: 53px;
    position: absolute
}

#about_leadership_biography .inner {
    overflow: hidden;
    position: relative;
    display: table
}

#about_leadership_biography aside {
    width: 320px;
    display: table-cell;
    vertical-align: top
}

#about_leadership_biography aside .headshot {
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden
}

#about_leadership_biography aside .toggles {
    border-top: 1px solid #ececec
}

#about_leadership_biography aside .toggles h6 {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    letter-spacing: .6px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    cursor: pointer
}

#about_leadership_biography aside .toggles h6:hover {
    color: #ec1d24
}

#about_leadership_biography aside .toggles h6:after {
    color: #9e9e9e;
    content: "\f0da";
    margin-right: 20px;
    float: right;
    display: inline-block;
    font-family: fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#about_leadership_biography aside .toggles .open h6:after {
    content: "\f0d7"
}

#about_leadership_biography aside .toggles .toggle {
    border-bottom: 1px solid #ececec
}

#about_leadership_biography aside .toggles .wrapper {
    line-height: 20px;
    overflow: hidden;
    max-height: 0
}

#about_leadership_biography aside .toggles .wrapper .inner {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
}

#about_leadership_biography aside .toggles .wrapper.open {
    max-height: none
}

#about_leadership_biography aside .toggles .wrapper p {
    margin-bottom: 10px
}

#about_leadership_biography aside .toggles .wrapper p .source {
    color: #9e9e9e
}

#about_leadership_biography .main {
    padding: 150px 40px 40px;
    display: table-cell;
    vertical-align: top
}

#about_leadership_biography .main .headshot {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px
}

#about_leadership_biography .main .headshot img {
    display: block;
    width: 100%;
    height: auto
}

#about_leadership_biography .main h1 {
    color: #333;
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase
}

#about_leadership_biography .main h3 {
    color: #9e9e9e;
    font-size: 14px;
    margin-bottom: 25px
}

#about_leadership_biography .pagination {
    background-color: #fff;
    clear: both;
    padding: 20px;
    height: 53px;
    border-top: 1px solid #ececec
}

#about_leadership_biography .pagination .next {
    float: right
}

main.about_leadership section.hero h3 {
    padding-top: 30px
}

main.text {
    padding-top: 60px
}

main.text section {
    padding-top: 20px
}

main.text section h1 {
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .65px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px
}

main.text section h1 a {
    color: inherit
}

main.text section h1 a:hover {
    color: #ec1d24
}

main.text section p, main.text section > div {
    max-width: 700px;
    margin-bottom: 20px
}

main.text section p a, main.text section > div a {
    text-decoration: underline
}

.searchbox_old {
    position: relative;
    margin-top: 25px;
    width: 240px
}

.searchbox_old input {
    -webkit-appearance: none
}

.searchbox_old .text {
    border: 1px solid #ececec;
    padding: 8px 15px 9px;
    height: 28px;
    width: 240px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px
}

.searchbox_old .submit {
    position: absolute;
    width: 28px;
    height: 30px;
    background: 0 0;
    top: 2px;
    right: 0;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    color: #9e9e9e
}

.searchbox_old .submit:hover {
    color: #333
}

.searchbox_old .submit i {
    position: relative;
    top: 4px
}

.searchbox {
    margin: 40px 0;
    position: relative
}

.searchbox .clear {
    display: none
}

.searchbox .submit {
    position: absolute;
    top: 5px;
    right: 14px;
    z-index: 1;
    cursor: pointer
}

.searchbox .cse form.gsc-search-box, .searchbox .cse table.gsc-search-box td.gsc-input, .searchbox form.gsc-search-box, .searchbox table.gsc-search-box, .searchbox table.gsc-search-box td.gsc-input {
    padding: 0 !important;
    margin: 0 !important
}

.searchbox .gsc-input input.gsc-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ececec;
    padding: 7px 29px 9px 15px;
    height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    font-size: 11px;
    color: #5b5b5b
}

.searchbox td.gsc-clear-button, .searchbox td.gsc-search-button {
    display: none
}

.gsc-completion-container {
    font-size: 12px !important
}

.gsc-completion-container .gssb_a {
    padding: 2px 7px
}

.gsc-search-box-tools *, .gsc-search-box-tools .gsib_a {
    padding: 0;
    margin: 0
}

.gsc-search-box-tools .gsc-search-box .gsst_a .gscb_a {
    color: #5b5b5b
}

.gsc-search-box-tools .gsc-search-box td.gsc-input {
    padding: 0
}

.gsc-search-box-tools .gsc-search-box td.gsc-input .gsc-input-box {
    border: 1px solid #ececec;
    padding: 4px 29px 9px 15px;
    height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px
}

.gsc-search-box-tools .gsc-search-box td.gsc-input input.gsc-input {
    height: auto !important;
    background-color: transparent !important
}

main.search section.module_in_pageheading {
    display: block
}

main.search section.results .stats {
    color: #9e9e9e;
    font-size: 12px;
    padding: 25px 0
}

main.search section.results .stats em {
    color: #333
}

main.search section.results .no_results {
    padding-top: 25px
}

main.search section.results .no_results p {
    margin-bottom: 20px
}

main.search section.results .result {
    padfing-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec
}

main.search section.results .result:after, main.search section.results .result:before {
    content: " ";
    display: table
}

main.search section.results .result:after {
    clear: both
}

main.search section.results .result b, main.search section.results .result strong {
    font-weight: 400
}

main.search section.results .result .thumb {
    float: left;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 20px
}

main.search section.results .result .thumb img {
    display: block;
    width: 130px;
    height: auto
}

main.search section.results .result .text {
    padding-bottom: 20px;
    display: block
}

main.search section.results .result h3 {
    font-size: 18px;
    line-height: 24px;
    color: #333
}

main.search section.results .result p {
    max-width: 800px
}

main.search section.results .result p br {
    display: none
}

main.search section.results .result .url {
    color: #9e9e9e;
    font-size: 11px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

main.search section.results .nav {
    color: #333
}

main.search section.results .nav a {
    display: inline-block;
    margin-right: 20px
}

main.search section.results .nav i {
    position: relative;
    top: 1px;
    font-size: 18px;
    display: inline-block;
    padding: 0 5px
}

main.brand aside li.current {
    color: #ec1d24
}

main.brand_login {
    width: 250px;
    margin: 81px auto
}

main.brand_login .error {
    color: #ec1d24;
    margin-bottom: 20px;
    font-size: 11px
}

main.brand_login img {
    display: block;
    width: 90px;
    height: auto;
    margin-bottom: 40px
}

main.brand_login label {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 5px;
    display: block
}

main.brand_login input[type=password], main.brand_login input[type=text] {
    border: 1px solid #ececec;
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 20px
}

main.brand_login input[type=submit] {
    border: 0;
    background-color: #9e9e9e;
    color: #333;
    padding: 10px 20px;
    display: block
}

main.brand_grid section.grid {
    margin-left: -4px
}

main.brand_grid section.grid a {
    float: left;
    width: 25%;
    display: block;
    padding-left: 4px;
    padding-bottom: 4px
}

main.brand_grid section.grid a .inner {
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    background-color: #9e9e9e;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out
}

main.brand_grid section.grid a .inner .title {
    font-family: 'benton sans', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    color: #fff
}

main.brand_grid section.grid a:hover .inner {
    background-color: #333
}

main.brand_page section {
    padding: 60px 40px 60px 0;
    border-bottom: 1px solid #ececec;
    overflow: hidden
}

main.brand_page section:last-of-type {
    border: 0
}

main.brand_page section h3 {
    font-family: 'benton sans light', simhei, 'sim hei', '华文细黑', stxihei, arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px
}

main.brand_page section.content_columns .text {
    float: left;
    width: 50%;
    padding-right: 40px
}

main.brand_page section.content_columns .text .downloads {
    margin-top: 20px
}

main.brand_page section.content_columns .text .downloads a {
    color: #333;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px
}

main.brand_page section.content_columns .text .downloads a:hover {
    color: #ec1d24
}

main.brand_page section.content_columns .images {
    float: left;
    width: 50%
}

main.brand_page section.content_columns .images img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px
}

main.brand_page section.content_columns .images .caption {
    color: #aaa;
    font-size: 11px;
    margin-top: -10px;
    margin-bottom: 15px
}

main.brand_page section.content_grid .grid {
    overflow: hidden
}

main.brand_page section.content_grid .grid .item {
    width: 25%;
    padding-right: 4px;
    padding-bottom: 4px;
    float: left
}

main.brand_page section.content_grid .grid .item img {
    display: block;
    width: 100%;
    height: auto
}

.swiper-container {
    width: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f0f0f1;
}

.swiper-slide span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.swiper-slide img {
    width: 100%;
    margin: auto auto;
    vertical-align: middle;
}

.swiper-container.fixed .swiper-slide img {
    width: auto;
}

.project-info {
    width: 1000px;
    margin: 20px auto;
    color: #666;
}

.project-info p span {
    color: #adadad;
    display: inline-block;
    width: 90px;
}

.about-text {
    /*padding: 60px 300px;*/
    margin: 60px auto;
    width: 68%;
}

.about-text h2 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

.about-text p {
    margin: 20px 0;
    color: #757575;
    font-size: 14px;
    line-height: 1.7;
}

.contact-text {
    /*padding: 70px 0 74px 160px;*/
    margin: 60px auto;
    width: 68%;
}

.job-content {
    background-color: #f7f7f7;
}

.job-text {
    /*padding: 40px 0 40px 160px;*/
    padding: 40px 0;
    margin: 0 auto;
    width: 68%;
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .about-text {
        width: 80%;
    }

    .job-text {
        width: 80%;
    }
}

.contact-text h1, .job-text h1 {
    font-weight: normal;
    font-size: 28px;
    color: #333;
    padding-bottom: 25px;
}

.contact-text h2 {
    color: #424242;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
}

.contact-text ul li, .job-text ul li {
    color: #757575;
    line-height: 2.1;
}

.map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
}

.founder {
    background-color: #f7f7f7;
}

.founder-content {
    padding: 40px 186px;
    margin: 0 auto;
    width: 1266px;
    /*background-color: #f7f7f7;*/
}

.founder-content .item {
    margin-top: 60px;
}

.founder-content h1 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.founder-content .item {
    margin-top: 60px
}

.founder-content .item .avatar {
    width: 234px
}

.founder-content .item .desc {
    width: 558px;
    display: table-cell;
    vertical-align: middle
}

.founder-content .item .desc h2 {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    font-family: sans-serif;
}

.founder-content .item .desc .line {
    width: 56px;
    height: 2px;
    background: #333
}

.founder-content .item .desc h3 {
    padding-top: 20px;
    color: #424242;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 24px;
}

.founder-content .item .desc p {
    color: #757575;
    line-height: 24px;

}

.founder-content .item.left .avatar {
    float: left
}

.founder-content .item.left .desc {
    float: right
}

.founder-content .item.right .avatar {
    float: right
}

.founder-content .item.right .desc {
    float: left
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .founder-content {
        padding: 40px 40px;
        width: auto;
    }

    .founder-content .item .avatar {
    }

    .founder-content .item .desc {
        width: auto;
        margin-top: 20px;
    }

    .founder-content .item.right .avatar {
        float: left;
    }

    .contact-text {
        padding: 0;
        width: 80%;
    }
}

.apply-btn {
    display: inline-block;
    *display: inline;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    padding: 10px 20px;
    *zoom: 1;
    *overflow: visible; /* for a ie6/7 bug http://blog.csdn.net/jyy_12/article/details/6636099 */
    color: #fff;
    background-color: #00a1ff;
    margin-top: 10px;
}

.apply-btn:hover {
    color: #fff;
    background-color: #0077be;
}

.idea-content {
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    height: 400px;
    bottom: 15px;
    /*background: url("http://www.gdaarchitect.com/templets/default/img/nav_bg.png");*/
    background-color: rgba(0, 0, 0, 0.62);
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #fafafa;
    display: none;
}

.idea-text {
    overflow: auto;
    padding: 40px 30px;

}

/* 设置滚动条的样式 */
.idea-text::-webkit-scrollbar {
    width: 8px;
}

/* 滚动槽 */
.idea-text::-webkit-scrollbar-track {
    background: #aaaaaa;
}

/* 滚动条滑块 */
.idea-text::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border-radius: 5px;
}

.idea-text p {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 10px;
}

.company-name {
    text-align: center;
    color: #FFFFff;
    margin-top: 100px;
}

.idea-content .company-name {
    position: absolute;
    bottom: 20px;
    width: 700px;

}

.company-name.ab {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    z-index: 10000;
    bottom: 50px;
}

.company-name .line {
    /*width: 200px;*/
    /*border-top: 1px solid #FFFFff;*/
}

.company-name .cn {
    font-size: 18px;
    letter-spacing: 10px;
}

.company-name .en {
    font-size: 30px;
    font-family: 'Arial';
    margin-top: 20px;
    font-weight: bold;
}

.map-content {
    margin: 0 auto;
    width: 1000px;
}

.map-content img {
    margin-bottom: 20px;
}

.image-tip {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f1;
    line-height: 24px;
    font-family: Arial;
    color: #8a8a8a;
}

.owl-carousel {
    width: 100%;
    position: relative;
}

.owl-carousel .item {
    display: block;
    height: 100%;
}

.owl-carousel img {
    display: block;
    width: 100%;
}

.owl-carousel.fixed {
    width: 1000px;
    height: 520px;
    margin: 0 auto;
}

.owl-carousel.fixed img {
    width: auto;
    margin: 0 auto;
}

.owl-carousel.fixed .item {
    text-align: center;
    /*height: 520px;*/
}