html, body {
    margin:0;
    padding:0;
    height:100%
}

*{
    max-height:100000px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.paging a,
.btn-next,
.btn-prev{
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
html.body-no-scroll, body.body-no-scroll{
    overflow:  hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}
body{
    color: #fff;
    font: 400 17px/23px 'Aller W01', Arial, Helvetica, sans-serif;
    min-width:320px;
    background: #fff;
    margin:0;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: none;
}
header, footer, article, section, nav, figure, aside{display:block;}
category{display:none;}
figure {margin:0;padding:0;}
strong,b{font-weight: 700;}
i,em{font-style:italic;}
img{
    border-style:none;
    vertical-align:top;
}
a{ color: #007fb0; text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{background-color:transparent;}
input,
textarea,
select{
    font: 100% 'Aller W01', Helvetica, Arial, sans-serif;
    vertical-align:middle;
}
form{margin:0;padding:0;border-style:none;}
fieldset { display: block; margin: 0 0.35em 1em; padding: 0.35em 0.75em 0.625em; border: 2px groove #666; }
input[type=submit]:hover,
input[type=reset]:hover{cursor:pointer;}
input[type=reset],
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea{-webkit-appearance:none;}
textarea,
input[type=reset],
input[type=submit],
input[type=text]{-webkit-border-radius:0;}
input[type=image]{
    padding:0;
    border:none;
}
::-ms-clear{display:none;}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
.alignleft{
    float: left;
    margin: 0 3.5% 0 0;
}
.alignright{
    float: right;
    margin: 0 0 0 3%;
}
.highRes-bio-image,
.show-print,
.logo-print,
.people-list-print{display: none;}
/* wrapper */
#page-wrapper{
    height: 100%;
    position: relative;
    width: 100%;
}
.mobile-only {display:none;}

/* header */
#header{
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-backface-visibility:hidden;
}
.header-holder:after,
.container:after,
.container .holder:after,
.gallery:after,
.gallery .slideset:after,
.people-form:after,
.people-form .row:after,
.people-form .row-submit:after,
#nav .drop-area:after,
.accordion li:after,
.accordion:after,
.accordion-holder:after,
.accordion-holder .holder:after,
.accordion > li .slide-accordion:after,
.bottom-info:after{
    content: '';
    display: block;
    clear: both;
}
.header-holder{
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 7% 0 5.4%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    background: #fff;
}
.page-scrolled .header-holder{padding-top: 15px;}
.page-scrolled #header{
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.3);
    box-shadow: 0 6px 6px rgba(0,0,0,.3);
}

/* menu-opener */
.menu-opener,
.menu-closer{
    display: none;
    background: url(../images/sprite.png) no-repeat -38px -67px;
    width: 24px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}
/* menu-closer */
.menu-closer{
    background-position: 0 -120px;
    width: 18px;
    height: 24px;
    right: 16px;
    left: auto;
    top: 22px;
    float: none;
    margin: 0;
}
.menu-opener.search{
    background-position: 0 -64px;
    width: 24px;
    height: 24px;
    left: auto;
    right: 8px;
}

/* logo */
.logo{
    background:url(../images/logo-50.png) no-repeat;
    width:313px;
    height:67px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 2px;
}
.logo a { display: block; height: 100%; color: #000; }

/* top-bar */
.top-bar{
    float: right;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

/* search-holder */
.search-holder{
    overflow: hidden;
    padding: 18px 0 0 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}
.search-form{
    position: relative;
    background: #e1e1e2;
    width: 182px;
}
.search-form input[type=search],
.search-form input[type=text]{
    margin: 0;
    padding: 6px 36px 6px 8px;
    color: #707274;
    font-size: 15px;
    line-height: 19px;
    height: 31px;
    border: 0;
    background: #e1e1e2;
    width: 182px;
}
.search-form input[type=text]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder{color:#707274;}
.search-form input[type=text]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder{color:#707274;}
.search-form input[type=text]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder{
    color:#707274;
    opacity:1;
}
.search-form input[type=text]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder{color:#707274;}
.search-form input[type=submit]{
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    position: absolute;
    right: 4px;
    top: 3px;
    background: url(../images/sprite.png) no-repeat -232px -149px;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
}

/* top-holder */
.top-bar .top-holder{
    padding: 0 0 28px;
    overflow: hidden;
}
.top-bar .top-frame{float: right;}
.top-bar .top-list,
.share,
#nav > ul{
    float: left;
    margin: 0;
    padding: 0 0 0 7px;
    list-style:none;
    text-transform: uppercase;
    font: 14px/17px 'Aller W01', Arial, Helvetica, sans-serif;
}
.top-bar .top-list li,
.share li{
    float: left;
    margin: 0 0 0 18px;
}
.top-bar .top-list{padding: 4px 0 0;}
.top-bar .top-list a{color: #575959;}
.top-bar .top-list li{
    margin: 0 0 0 17px;
    letter-spacing: 1px;
}

/* share */
.share li a{
    color:#575959;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 20px;
    background: url(../images/sprite.png) no-repeat;
}
.share li.linkedin a{
    width: 20px;
    background-position: 0 0;
}
.share li.facebook a{
    width: 10px;
    background-position: -73px 0;
}
.share li.twitter a{
    width: 20px;
    background-position: -36px 0;
}
.share li.rss a{
    height: 20px;
    width: 20px;
    background-position: -105px 0;
}
.share li.linkedin a:hover{background-position: 0 -24px;}
.share li.facebook a:hover{background-position: -73px -24px;}
.share li.twitter a:hover{background-position: -36px -24px;}
.share li.rss a:hover{background-position: -105px -24px;}

/* nav */
#nav{float: right;}
#nav > ul{
    font: 20px/23px 'Aller W01', Arial, Helvetica, sans-serif;
    text-transform: none;
}
#nav > ul > li{
    float: left;
    margin: 0 2px 0 20px;
    padding: 0 0 33px;
}
#nav > ul > li > a{
    color: #575959;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 3;
}
#nav > ul > li.home{display: none;}
.top-bar .top-list li:hover a,
.top-bar .top-list .active a,
#nav > ul > li:hover > a,
#nav > ul > .selectedPage > a{
    color: #007fb0;
    text-decoration: none;
    position: relative;
}
.top-list .selectedPage a{
    color: #007fb0;
    text-decoration: none;
    position: relative;
}
#nav > ul > .active > a:after{
    width: 100%;
    height: 2px;
    background: #606163;
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
}
#nav .has-drop-down.hover .drop{display: block;}
#nav .drop, .nav .drop.subnav{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #575959;
    z-index: 999;
    box-shadow: 0 0 3px rgba(112,114,116,.5);
}
.nav .drop.subnav { top: 52px; }
#nav li:hover .has-drop-down-a:before,
#nav li.hovered .has-drop-down-a:before,
#nav .active .has-drop-down-a:hover:before{
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -33px;
    background: #575959;
}
.nav li.hovered .has-drop-down-a:before{ content: ''; width: 100%; height: 3px; position: absolute; bottom: -6px; background: #707274; }
#nav .drop:before{
    top: -35px;
    left: 0;
    width: 100%;
    height: 35px;
    position: absolute;
    background: transparent;
    content: '';
}
#nav .drop-area, .nav .drop-area{
    margin: 0 auto;
    max-width: 1128px;
    padding: 34px 22px 30px;
}
#nav .drop-block{
    width: 30%;
    float: left;
    margin-left: 5%;
    color: #e2e1e1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.nav .drop-block{
    width: 90%;
    float: left;
    margin-left: 5%;
    color: #e2e1e1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#nav .drop-block:first-child{
    width: 65%;
    margin-left: 0;
}
#nav .drop-block.full{width: 100%;}
#nav .drop-block.half{width: 47.5%;}
#nav .drop-block.half:first-child .drop-list{width: 100%;}
#nav .drop-title, .nav .drop-title{
    border-bottom: 2px solid #bcbdbe;
    overflow: hidden;
    margin: 0 0 3px;
}
#nav .drop-title h1, .nav .drop-title h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 0 0 9px;
    margin: 0;
}
#nav .drop-title h1 a, .nav .subnav .drop-title h1 a{color: #fff;}
.nav .subnav .drop-title h1 a:hover{color:#fff;text-decoration:underline;}
#nav .information{
    overflow: hidden;
    padding: 20px 0;
}
#nav .information .drop-image{width: 37%;}
#nav .information .drop-image img{
    width: 100%;
    height: auto;
}
#nav .information .info{
    overflow: hidden;
    padding: 0 0 0 10px;
}
#nav .information .sub-title{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin: 0 0 2px;
}
#nav .information h2{
    font-size: 24px;
    line-height: 30px;
    color: #f0be08;
    font-weight: 400;
    margin: 0 0 10px;
}
#nav .information h2 a{
    color: #f0be08;
    display: inline;
}
#nav .information h2 a:hover{text-decoration: underline;}
#nav .information p{margin: 0;}
#nav .information p a{color: #fff;}
#nav .information .date{
    text-transform: uppercase;
    display: block;
}

/* drop-list */
#nav .information .drop-list, .nav .information .drop-list{
    list-style: none;
    margin: 0 1% 0 0;
    padding: 0 18% 0 0;
    float: left;
    text-transform: none;
    font-size: 16px;
    line-height: 19px;
}
.nav .information .drop-list{ margin: 1% 1% 1% 0; }
#nav .drop-block:first-child .drop-list{width: 49%;}
#nav .information .drop-list li, .nav .information .drop-list li{
    padding: 0 0 10px;
    float: none;
    margin: 0;
}
#nav .information .drop-list li a, .nav .information .drop-list li a{color: #e2e1e1;}
#nav .information .drop-list li a:hover, .nav .information .drop-list li a:hover{
    text-decoration: none;
    color: #f0be08;
}
#nav .information .more{
    color: #f0be08;
    text-transform: uppercase;
    position: relative;
}
#nav .information .more:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #f0be08;
}

/* people form */
.people-form{
    padding: 24px 0 0;
    margin: 0;
}
.accordion .people-form{padding: 6px 0 0;}
.people-form .row{margin: 0 0 14px;}
.people-form .fancy-select{
    float: left;
    margin: 0 0 0 1%;
    width: 32.3%;
}
.people-form .fancy-select:first-child{margin-left: 0;}
.people-form .row-submit{
    text-align: center;
    padding: 16px 0 0;
}
.accordion .people-form input.zoom_searchbox[type="text"] { width: 50%; padding: 0; box-shadow: none; border: 0; border-bottom: 2px solid #fff; background-color: transparent; }
.people-form button.zoom_searchbtn, .accordion .people-form button.zoom_searchbtn {
    line-height: 36px; background: none; border: 0; color: #fff; cursor: pointer; float: left; margin-left: -28px;
}
.people-form input[type=submit]{
    margin: 0 2px 4px;
    padding: 1px 0 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #58595b;
    border: 1px solid #fff;
    min-width: 100px;
    height: 38px;
    -webkit-box-shadow: 0 2px 3px rgba(29,29,29,.65);
    box-shadow: 0 2px 3px rgba(29,29,29,.65);
}
.people-form input[type=submit]:hover,
.people-form input[type=submit]:active{
    background: #f0be08;
    color: #000;
}
.people-form input[type=text]{
    background: transparent;
    width: 50%;
    border: none;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    float: left;
    margin: 0;
    margin-left: calc(1% + 5px);
    height: 38px;
}
.people-form img {
    box-shadow: 0 1px 2px rgba(29, 29, 29, 0.35) inset;
    overflow: hidden;
    padding: 2px 0 0 2px;
    float: left;
    margin: 0 0 0 1%;
    width: 32.3%;
    height: 38px;
    border-color: #187da4 #666769 #29a2d1 #2283a9;
    border-style: solid;
    border-width: 1px 0 0 1px;
}
.people-form input[type=text]:first-child{margin-left: 0;}
.people-form input[type=text]::-webkit-input-placeholder{color:#fff;}
.people-form input[type=text]:-moz-placeholder{color:#fff;}
.people-form input[type=text]::-moz-placeholder{
    color:#fff;
    opacity:1;
}
.people-form input[type=text]:-ms-input-placeholder{color:#fff;}
.people-form .submit-box{
    float: left;
    width: auto;
    max-width: 32.6%;
    margin-left: 1%;
    text-align: right;
}
.people-form .search-submit-box { float: left; margin: 0 0 0 1%; width: 32.3%; }
.people-form input[type=checkbox]{
    float: left;
    border: 0;
    width: 15px;
    height: 14px;
    margin: 4px 10px 0 0;
    padding: 0;
    display: none;
}
.people-form .check-row{overflow: hidden;}
.people-form .check-col{
    float: left;
    width: 44%;
    margin: 0 2% 0 0;
}
.people-form .check-col .check-row{padding: 0 0 5px;}
.people-form .check-col label{
    display: block;
    overflow: hidden;
}
.people-form .required{
    display: block;
    padding: 0 0 20px;
}
/*outtaHere*/
.people-form input[type=checkbox]{
    position: absolute !important;
    left: -9999px !important;
}
/*checkbox*/
.people-form input[type=checkbox]+label{
    padding: 0 0 0 25px;
    position: relative;
}
.people-form input[type=checkbox]+label .checkbox{
    content: '';
    width: 16px;
    height: 16px;
    margin: -10px 0 0;
    background: url(../images/sprite.png) no-repeat -284px -193px;
    position: absolute;
    top: 50%;
    left: 0;
}
.people-form input[type=checkbox]:checked+label .checkbox {
    background: url(../images/sprite.png) no-repeat -284px -174px;
}
.template-search .basic option { color: #595757!important; background-color: #ffffff;}


/* alphabet */
.top-area { overflow: hidden; margin: 0 0 22px; }
.alphabet { list-style: none; margin: 0; padding: 0 16px 0 0; text-transform: uppercase; font-size: 22px; line-height: 25px; float: left; }
.top-area .alphabet { padding-top: 0; }
.alphabet li { float: left; padding: 0 5px; margin: 0; }
.alphabet li a { color: #fff; }
.white .alphabet li a { color: #000; }
.alphabet li a:hover { color: #f0be08; text-decoration: none; }
.alphabet li a.disabled { color: #cfcfcf; cursor: default; pointer-events: none; }
.accordion-holder.blue .alphabet li a.disabled { color: #05050f; }
.top-area .view-all { font-size: 22px; line-height: 25px; color: #fff; }
.people-form .top-area .view-all { float: right; line-height: 2; }

/* search block */
.search-block input[type=search],
.search-block input[type=text]{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    border: 1px solid #666769;
    border-top-color: #646567;
    border-width: 1px 0 0 1px;
    color: #818385;
    width: 1000px;
    max-width: 90%;
    font-size: 22px;
    line-height: 25px;
    float: right;
}
.search-block input[type=text]::-webkit-input-placeholder,
.search-block input[type=search]::-webkit-input-placeholder{color:#818385;}
.search-block input[type=text]:-moz-placeholder,
.search-block input[type=search]:-moz-placeholder{color:#818385;}
.search-block input[type=text]::-moz-placeholder,
.search-block input[type=search]::-moz-placeholder{color:#818385;opacity:1;}
.search-block input[type=text]:-ms-input-placeholder,
.search-block input[type=search]:-ms-input-placeholder{color:#818385;}
.search-block input[type=submit], .search-block a[type=submit]{
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    float:right;
    background: url(../images/sprite.png) no-repeat -232px -149px;
    background-color: #fff;
    width: 30px;
    line-height: 25px;
    margin: 1px 0 0;
    padding: 6px 22px 6px 0;
}
.search-block input[type=submit]:hover,
.search-block input[type=submit]:active{background: #f0be08;color: #000;}
.search .search-container input[type=search] { padding: 6px; margin-top: 8px; font-size: 17px; }
.search .search-container button { float: right; padding: 6px 10px; margin-top: 8px; margin-right: 16px; background-color: #fff; color: #707274; font-size: 17px; border: none; border-top: 1px solid #646567; cursor: pointer; line-height: 25px; }
.search .search-container button:hover { color: #333; }

.template-insights .accordion .people-form input[type="text"].basic,
.template-casestudies .accordion .people-form input[type="text"].basic { border: none; margin: 0; border-bottom: 2px solid white; background-color: transparent; box-shadow: none; width: 50%; padding-left: 0; }
.template-insights .accordion .people-form .submit-box,
.template-casestudies .accordion .people-form .submit-box { text-align: left; }

/* main */
#main{
    overflow:hidden;
    padding-top: 137px;
    min-height: 850px;
}

.breadcrumbs-holder{
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: inset 0 6px 6px rgba(0,0,0,.3);
    box-shadow: inset 0 6px 6px rgba(0,0,0,.3);
}
.breadcrumbs-frame{
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 2% 7.4% 1%;
}
.breadcrumbs-holder .content{
     clear: both;
     padding: 10px 0 0;
}
.breadcrumbs-holder .content h1{margin: 0;}

/*breadcrumbs*/
.breadcrumbs{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    color: #707274;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}
.breadcrumbs li{
    float: left;
    margin: 0 5px 0 0;
}
.breadcrumbs a{color: #007fb0;}
.breadcrumbs li:before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: -1px 5px 0 0;
    background: url(../images/sprite01.png) no-repeat -44px 0;
    width: 7px;
    height: 6px;
}
.breadcrumbs li:first-child:before{display: none;}

/*tools*/
.tools{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tools > li{
    float: left;
    margin: 0 0 0 18px;
    padding: 0;
}
.tools > li:first-child{margin-left: 0;}
.tools > li > a{
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/sprite01.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}
.tools > .print > a{background-position: 0 -39px;}
.tools > .download > a{
    background-position: -139px -39px;
    width: 22px;
}
.tools > .share > a{
    background-position: -70px -39px;
    width: 21px;
}
.tools > .subscribe > a{
    background-position: -107px -38px;
    width: 19px;
}
.tools > .print > a:hover{background-position: 0 -69px;}
.tools > .download > a:hover{background-position: -139px -69px;}
.tools > .share > a:hover{background-position: -70px -69px;}
.tools > .subscribe > a:hover{background-position: -107px -68px;}

/* tooltip styles */
.hover-tooltip {
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 10px;
    max-width: 100px;
    color: #000;
    z-index: 1000;
}
.custom-tooltip {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
}
.custom-tooltip strong{
    display: block;
}

/* container */
.container{
    position: relative;
}
.container:before,
.tab-holder.onetab:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-box-shadow: inset 0 6px 6px rgba(0,0,0,.3);
    box-shadow: inset 0 6px 6px rgba(0,0,0,.3);
    height: 12px;
    z-index: 20;
}
.tab-holder.onetab:before{top: 30px;}
.container.no-shadow:before{display: none;}
.container.no-indent .holder{
    padding-top: 0;
    padding-bottom: 0;
}
.container.black{background: #000;}
.container.black .pagination a { color: #007fb0; }

.container.white { background: #fff; color: #707274; }
.container.white a { color: #007fb0; }
.container.grey{background: #e4e4e5; color: #4b4c4d; }
.container.grey a { color: #00587b; }
.container.light-grey{background: #575959;}
.container.light-grey a { color: #fff; }
.container.dark-grey{background: #221e1f;}
.container.yellow { background: #f0be08; color: #fff; }
.container.yellow a { color: #00587b; }
.container.yellow .slick-slide a { color: #f0be08; }

.container.blue{background: #007fb0; color: #000; }
/*.container.blue a {color: #2b2d2f;}*/

/* holder */
.container .holder{
    max-width: 1280px;
    margin: 0 auto;
    padding: 3.4% 7.4% 2.75%;
}
.container .holder.full{
    width: 100%;
    max-width: 100%;
    padding: 2.7% 0 1%;
}
.no-indent .holder.full{padding: 0;}
.text-holder,
.intro-holder{
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.55% 7.4% 3.2%;
}

/* intro */
.container .intro h1{
    color: #007fb0;
    font: 300 54px/57px 'Aller W01', Arial, Helvetica, sans-serif;
    margin: 0 0 22px;
}
.container .intro{
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    padding: 11px 0 17px;
    color: #fff;
}
.container .intro a {color: #007fb0;}
.container .intro p{margin: 0 0 10px;}
.container .intro mark{
    background: none;
    color: #f0be08;
}

/* spotlight */
.spotlight{
    position: relative;
    overflow: hidden;
    color: #e2e1e1;
}
div[class*="spotlight"]{
    max-width: 1280px;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
}
div[class*="spotlight-"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.spotlight .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.spotlight .slideset{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.spotlight .slide{
    width: 100%;
    float: left;
    max-width: 1150px;
}
.spotlight .slide-info{
    overflow: hidden;
    position: relative;
    padding: 49px 0 0;
}
.spotlight .slide-title{
    border-bottom: 1px solid #fff;
    padding: 0 0 6px;
    margin: 0 0 16px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 52%;
    z-index: 1;
    letter-spacing: 0;
}
.spotlight .image-holder{
    width: 47.5%;
    float: left;
    margin: 0 4% 0 0;
    padding: 0 2px;
}
.spotlight .image-holder img{
    width: 100%;
    height: auto;
}
.spotlight .slide-title h1{
    margin: 0 22px 0 0;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.spotlight .paging{
    float: left;
    line-height: 19px;
    margin: -2px 0 0;
}
.case-study .pagination,
.spotlight .pagination{
    display: inline-block;
    vertical-align: middle;
}
.case-study .pagination ul,
.spotlight .pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.case-study .pagination li,
.spotlight .pagination li{
    float: left;
    margin: 0 5px;
}
.case-study .pagination a,
.spotlight .pagination a{
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
}
.container.blue .spotlight .pagination a { background: transparent; border: 1px solid #fff; }
.spotlight .pagination li:hover a,
.case-study .pagination li:hover a,
.spotlight .pagination .active a,
.case-study .pagination .active a{
    text-decoration: none;
    background: #f0be08;
}
.container.blue .spotlight .pagination .active a,
.container.blue .spotlight .pagination li:hover a { background: #fff; }

.spotlight .btn-prev, .spotlight .btn-next,
.template-casestudies .case-study .btn-prev, .template-casestudies .case-study .btn-next{
    color:#ffffff;
    text-indent: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 12px 6px 0;
    border-color: transparent #fff transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.spotlight .btn-next,
.template-casestudies .case-study .btn-next {
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
}
.container.blue .spotlight .btn-prev,
.container.blue .spotlight .btn-next { border-color: transparent #fff; font-weight: bold; }

.spotlight h2{
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    margin: 0 0 11px;
}
.spotlight p{margin: 0 0 15px;}
.spotlight mark{
    background: none;
    color: #f0be08;
}
.spotlight .read{
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: #f0be08;
    position: relative;
}
.spotlight .read:after{
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #f0be08;
}
.spotlight a > h2 { color: #fff; }
.spotlight a:hover > h2 { text-decoration: underline; }
.spotlight .video-spot { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; }
.spotlight .video-spot iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute; }

/*head-area*/
.head-area{
    border-bottom: 1px solid #616365;
    margin: 0 0 24px;
}
.light-grey .head-area{border-color: #fff;}
.head-area h1{
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
    font-weight: 300;
}
.white .head-area h1,
.grey .head-area h1,
.yellow .head-area h1{color: #000;}

/*spotlight-01*/
.spotlight-01{
    position: relative;
    overflow: hidden;
}
.spotlight-01 .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.spotlight-01 .slideset{
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
    width: 9999px;
}
.spotlight-01 .slide{
    max-width: 1150px;
    width: 100%;
    float: left;
}
.spotlight-01 .image-holder{
    width: 50%;
    padding: 0 2px;
}
.spotlight-01 .image-holder img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 290px;
    float: right;
}
.template-people .spotlight-01 .image-holder{
    width: 47.5%;
    float: left;
    margin: 0 4% 0 0;
    padding: 0 2px;
}
.template-people .spotlight-01 .image-holder img{
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
}

.spotlight-01 .info{
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0 4%;
}
.spotlight-01 h1{
    margin: 0 0 10px;
    color: #f0be08;
    font-size: 34px;
    line-height: 37px;
    font-weight: 300;
}
.spotlight-01 h2{margin: 0 0 0.5rem; padding: 0;line-height: 1.25; font-size:1.75rem;}
.spotlight-01 p{
    margin: 0 0 10px;
    overflow: hidden;
}
.spotlight-01 .read{
    color: #f0be08;
    position: relative;
    text-transform: uppercase;
}
.spotlight-01 .read:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #f0be08;
}
.spotlight-01 .more{
    color: #f0be08;
    position: relative;
    text-transform: uppercase;
}
.spotlight-01 .more:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #f0be08;
}
.spotlight-01 .paging{
    position: absolute;
    left: 53%;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
/*.template-people .spotlight-01 .paging{
    left: 51.5%;
    top: 60%;
}*/
.spotlight-01 .pagination{
    display: inline-block;
    vertical-align: middle;
}
.spotlight-01 .pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}
.spotlight-01 .pagination li{
    float: left;
    margin: 0 4px;
}
.spotlight-01 .btn-prev, .spotlight-01 .btn-next{
    display: inline-block;
    vertical-align: middle;
    margin: 1px 4px 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 12px 6px 0;
    border-color: transparent #fff;
    color: #fff;
}
.spotlight-01 .btn-next{
    border-width: 6px 0 6px 12px;
}
.spotlight-01 .pagination a{
    text-indent: -9999px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background: transparent;
    display: block;
    border: 1px solid #fff;
}
.spotlight-01 .pagination .active a,.spotlight-01 .pagination li:hover a{
    text-decoration: none;
    background: #fff;
}

/*spotlight-02*/
.container .spotlight-02{
    position: relative;
    overflow: hidden;
    padding-bottom: 1.7%;
}
.spotlight-02 .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.spotlight-02 .slideset{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 99999px;
}
.spotlight-02 .slide{
    width: 100%;
    float: left;
}
.spotlight-02 .image-holder{
    width: 32.5%;
    padding: 0 0 0 5%;
    text-align: right;
}
.spotlight-02 .image-holder img{
    width: 100%;
    height: auto;
}
.spotlight-02 .info{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 9% 0 5%;
}
.yellow .spotlight-02 .info{color: #000;}
.spotlight-02 .info p{margin: 0;}
.spotlight-02 h1{
    margin: 0 0 17px;
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    font-weight: 400;
}
.spotlight-02 h3 { margin: 0 0 1.5rem; color: #fff; font-size: 0.8rem; line-height: 1; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1rem; }
.yellow .spotlight-02  h1{color: #000;}
.spotlight-02 .more{
    color: #f0be08;
    position: relative;
    text-transform: uppercase;
}
.spotlight-02 .more:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #f0be08 transparent transparent;
}
.yellow .spotlight-02 .more{color: #007fb0;}
.yellow .spotlight-02 .more:after{border-color: #007fb0 transparent transparent;}
.spotlight-02 .heading{
    position: absolute;
    left: 36%;
    top: 0;
    width: 100%;
    z-index: 10;
}
.spotlight-02 .heading h1{
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.yellow .spotlight-02 .heading h1{color: #000;}

/*spotlight-03*/
.spotlight-03{
    position: relative;
    overflow: hidden;
}
.spotlight-03 .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.spotlight-03 .slideset{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 99999px;
}
.template-community .spotlight-03 .slideset img { margin: 2.6em 0; }
.spotlight-03 .slide{
    width: 100%;
    float: left;
}
.spotlight-03 .image-holder{
    width: 36.6%;
    margin-right: 3%;
    padding: 0 2px;
}
.spotlight-03 .image-holder img{
    width: 100%;
    height: auto;
}
.spotlight-03 .info{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 70px 17% 30px 4%;
}
.spotlight-03 h1{
    margin: 0 0 10px;
    color: #000;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
}
.spotlight-03 .more{
    color: #00587b;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}
.spotlight-03 .more:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #00587b transparent transparent transparent;
}
.spotlight-03 .paging{
    display: inline-block;
    vertical-align: middle;
}
.spotlight-03 .pagination{overflow: hidden;}
.spotlight-03 .pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.spotlight-03 .pagination li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.spotlight-03 .pagination a{
    text-indent: -9999px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background: #fff;
    display: block;
}
.spotlight-03 .pagination .active a,
.spotlight-03 .pagination li:hover a{
    text-decoration: none;
    background: #00587b;
    color:#fff;
}
.spotlight-03 .heading{
    position: absolute;
    left: 39.8%;
    top: 45px;
    width: 100%;
    z-index: 10;
}
.spotlight-03 .heading h1{
    color: #000;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 8px 0 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

/*spotlight-04*/
.spotlight-04{
    position: relative;
    margin:0;
    overflow: hidden;
}
.spotlight-04 .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.spotlight-04 .slideset{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 99999px;
}
.spotlight-04 .slide{
    width: 100%;
    float: left;
}
.spotlight-04 .image-holder{
    width: 43%;
    padding: 0 2px;
}
.spotlight-04 .image-holder img{
    width: 100%;
    height: auto;
}
.spotlight-04 .info{
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    padding: 75px 4% 10px 0;
}
.spotlight-04 h2,
.spotlight-04 h1{
    margin: 0 0 10px;
    color: #007fb0;
    font-size: 50px;
    line-height: 54px;
    font-weight: 300;
}
.spotlight-04 h2{
    font-size: 34px;
    line-height: 1.2;
}
.spotlight-04 .more{
    color: #007fb0;
    position: relative;
    text-transform: uppercase;
}
.spotlight-04 .more:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #007fb0;
}
.spotlight-04 .paging{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
}
.spotlight-04 .pagination{overflow: hidden;}
.spotlight-04 .pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.spotlight-04 .pagination li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.spotlight-04 .pagination a{
    text-indent: -9999px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background: #fff;
    display: block;
}
.spotlight-04 .pagination .active a,
.spotlight-04 .pagination li:hover a{
    text-decoration: none;
    background: #007fb0;
}
.spotlight-04 .heading{
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    z-index: 10;
}
.spotlight-04 .heading h1{
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 17px 0 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

/*spotlight-05*/
.spotlight-05{
    position: relative;
    overflow: hidden;
}
.spotlight-05 .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.spotlight-05 .slideset{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 99999px;
}
.spotlight-05 .slide{
    width: 100%;
    float: left;
}
.spotlight-05 .image-holder{
    width: 33.5%;
    padding: 0 2px;
}
.spotlight-05 .image-holder img{
    width: 100% !important;
    height: auto !important;
    max-height: 273px;
}
.spotlight-05 .info{
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    padding: 28px 4% 0;
    overflow: hidden;
}
.spotlight-05 .info p{margin: 0;}
.spotlight-05 h1{
    margin: 0 0 10px;
    color: #f0be08;
    font-size: 38px;
    line-height: 42px;
    font-weight: 400;
}
.spotlight-05 .date{
    display: block;
    font-size: 24px;
    line-height: 27px;
    padding: 0 0 24px;
}

/*spotlight-06*/
.spotlight-06{
    position: relative;
    overflow: hidden;
}
.spotlight-06 .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.spotlight-06 .slideset{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 99999px;
}
.spotlight-06 .slide{
    width: 100%;
    float: left;
}
.spotlight-06 .image-holder{
    width: 33.7%;
    padding: 0 2px;
}
.spotlight-06 .image-holder img{
    width: 100%;
    height: auto;
}
.spotlight-06 .info{
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    padding: 2% 0 4%;
    overflow: hidden;
}
.spotlight-06 h1{
    margin: 0 0 10px;
    color: #f0be08;
    font-size: 37px;
    line-height: 41px;
    font-weight: 400;
}
.spotlight-06 .role{
    display: block;
    font-size: 24px;
    line-height: 27px;
}
.spotlight-06 .address-holder{
    overflow: hidden;
    padding: 30px 0 20px;
}
.spotlight-06 address{
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}
.spotlight-06 address:first-child{margin-left: 0;}
.spotlight-06 address a{color: #fff;}
.spotlight-06 .social-media{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.spotlight-06 .social-media li{
    float: left;
    margin: 0 18px 0 0;
}
.spotlight-06 .social-media a{
    text-indent: -9999px;
    overflow: hidden;
    height: 18px;
    width: 20px;
    background: url(../images/sprite-media.png) no-repeat;
    display: block;
}
.spotlight-06 .social-media .mail a{
    background-position: 0 0;
    width: 24px;
}
.spotlight-06 .social-media .linkedin a{background-position: -42px 0;}
.spotlight-06 .social-media .twitter a{background-position: -78px 0;}
.bottom-info{
    font-size: 16px;
    line-height: 19px;
    padding: 30px 2px 0;
}
.bottom-info a{
    float: left;
    margin: 0 64px 5px 0;
    color: #007fb0;
}
.bottom-info .btn-pdf,
.bottom-info .btn-calendar{
    margin: 0 15px 0 0;
    padding: 7px 20px;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    background: #007fb0;
    border: 0;
    min-width: 199px;
    height: 38px;
    -webkit-box-shadow: 0 4px 6px rgba(29,29,29,.65);
    box-shadow: 0 4px 6px rgba(29,29,29,.65);
    text-decoration: none;
    display: block;
}
.bottom-info .btn-pdf:hover,
.bottom-info .btn-calendar:hover{
    background: #f0be08;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* hidden-text */
.hidden-text{display: none;}

#TabPublications_TabRelatedContent .RelatedContentAsset h4.heading { margin-bottom: 0; }
#TabPublications_TabRelatedContent .RelatedContentAsset h4.subHeading { margin: 0; padding: 0; font-weight: normal; font-size: 95%; }
#TabPublications_TabRelatedContent .RelatedContentAsset h4.subHeading p { margin: 0; padding: 0; }
ul.insight-list li { margin-bottom: 1.25em !important; }
.tab-heading a p { display: inline; }

/* insights */
#PublishedIn { margin-bottom: 1.5em; }
.insights{
    position: relative;
    overflow: hidden;
}
.insights .heading{
    border-bottom: 1px solid #c9cbcc;
    overflow: hidden;
    padding: 13px 0;
    margin: 0 0 16px;
}
.insights h1{
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 21px 0 0;
    letter-spacing: 2px;
    float: left;
    color: #000;
    text-transform: uppercase;
}
.insights .view-all { float: right; color: #fff; }
.insights .view-all .fa-arrow-right { font-size: 0.75rem; }
.insights .btn-prev,
.insights .btn-next{
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/sprite.png) no-repeat -140px 0;
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    margin: 4px 13px 0 0;
}
.insights .btn-next{background-position: -166px 0;}
.insights .btn-next:hover{background-position: -166px -18px;}
.insights .btn-prev:hover{background-position: -140px -18px;}
.insights .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.insights .slideset {
  letter-spacing: -.2em;
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  white-space: nowrap;
  width: 100% !important;
}

.insights .slide {
  padding: 0 1% 0 2%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 33%;
  overflow: hidden;
}

.insights .slide:first-child {
    padding: 0 2% 0 0 !important;
}

.insights .slide  > * {white-space:normal;}
.insights .slide h2{
    font-size: 0.85rem;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #707274;
    text-transform: uppercase;
}
.insights .slide .link{
    color: #00587b;
    font-size: 1.33rem;
    line-height: 1.25;
    font-weight: 200;
}
.insights .slide .date{
    color: #707274;
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 300;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.blue .insights .btn-next{background-position: -209px 0;}
.blue .insights .btn-next:hover{background-position: -209px -18px;}
.blue .insights .btn-prev{background-position: -183px 0;}
.blue .insights .btn-prev:hover{background-position: -183px -18px;}
.blue .insights h1,
.blue .insights .slide .link,
.blue .insights .slide .date,
.blue .insights .slide h2{color: #fff;}

/* gallery */
.gallery{
    padding: 0;
    position: relative;
}
.gallery .heading{
    overflow: hidden;
    max-width: 570px;
    margin: 0 auto 18px;
    border-bottom: 2px solid #705903;
    padding: 10px 0;
}
.gallery .heading h1{
    color: #000;
    font-size: 16px;
    line-height: 19px;
    margin: 0 19px 0 0;
    float: left;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}
.gallery .paging{
    float: left;
}
.gallery .btn-prev,
.gallery .btn-next{
    text-indent: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 12px 6px 0;
    border-color: transparent #007fb0 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.gallery .btn-next{
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #007fb0;
}
.gallery .pagination{
    display: inline-block;
    vertical-align: middle;
    display: none;
}
.gallery .pagination ul{
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery .mask{
    width: 100%;
    width: 100%;
    position: relative;
}
.gallery .slideset{
    position: relative;
}
.gallery .slide{
    float: left;
    width: 288px;
    height: 288px;
    overflow: hidden;
}
.gallery .slide img{
    width: 100%;
    height: auto;
}
.gallery .slide > a{
    display: block;
    position: relative;
    cursor: pointer;
}
.gallery .slide > a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.gallery .slide:hover > a:before,
.gallery .slide.active > a:before{display: none;}
.gallery .slide-info{
    overflow: hidden;
    max-width: 570px;
    margin: 0 auto;
}
.gallery .case-info{
    color: #000;
    padding: 16px 0;
    overflow: hidden;
    line-height: 25px;
}
.gallery .case-info .more{
    color: #007fb0;
    text-transform: uppercase;
    position: relative;
}
.gallery .case-info .more:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #007fb0;
}
.gallery .slide.active .slide-info{display: block;}
.gallery .case-info h1{
    font-size: 28px;
    line-height: 31px;
    margin: 0 0 10px;
    font-weight: 600;
}
.gallery .case-info p{margin: 0 0 10px;}

/* main-gallery */
.main-gallery{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.main-gallery .paging{
    position: absolute;
    top: 24px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 100;
}
.main-gallery .paging h1{
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.main-gallery .pagination{
    display: inline-block;
    vertical-align: middle;
}
.main-gallery .pagination ul{
    margin: 0;
    padding: 2px 0 0;
    list-style: none;
    overflow: hidden;
}
.main-gallery .pagination li{
    float: left;
    margin: 0 5px 5px;
}
.main-gallery .pagination a{
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 11px;
    height: 11px;
    background: #000;
}
.main-gallery .pagination li:hover a,
.main-gallery .pagination .active a{
    text-decoration: none;
    background: #007fb0;
}
.main-gallery .mask{
    width: 100%;
    width: 100%;
    position: relative;
}
.main-gallery .slideset{
    position: relative;
    width: 9999px;
}
.main-gallery .slide{
    float: left;
    position: relative;
}
.main-gallery .slide > a:before{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.main-gallery .slide:hover > a:before,
.main-gallery .slide.active > a:before{display: none;}

.main-gallery .slide .more{
    position: relative;
    text-transform: uppercase;
}
.main-gallery .slide .more:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #f0be08;
}
.main-gallery .btn-prev,
.main-gallery .btn-next{
    text-indent: -9999px;
    overflow: hidden;
    width: 72px;
    height: 95px;
    background: url(../images/sprite.png) no-repeat -61px -105px;
    margin: 7px 8px 0;
    position: absolute;
    margin: -47px 0 0;
    top: 50%;
    left: 10%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}
.main-gallery .btn-next{
    background-position: -134px -105px;
    right: 10%;
    left: auto;
}
.main-gallery .slide .slide-info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2% 6%;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    display: none;
    background: rgba(0,0,0,.5);
}
.main-gallery .slide .slide-info h1{
    color: #efbe07;
    font-size: 41px;
    line-height: 46px;
    margin: 0 0 10px;
    font-weight: 400;
}
.main-gallery .slide .slide-info .more{color: #efbe07;}
.main-gallery .slide .slide-info p{margin: 0 0 2px;}
.main-gallery .slide.active .slide-info{display: block;}

/* people-area */
.people-area{margin: 0 0 10px;}
.people-area .headline{
    overflow: hidden;
    margin: 0 0 30px;
}
.headline h1{
    float: left;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
}
.people-area .headline h1{
    font-size: 16px;
    line-height: 19px;
}
.people-area .link-holder{
    padding: 25px 0 0 25px;
    letter-spacing: 2px;
}
.people-area .link-holder .view{
    color: #efbe07;
}
.people-area .link-holder .grey{
    color: #707274;
}
.people-area .link-holder .view:hover{text-decoration: underline;}
.headline .view{
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    float: right;
}
.people-area .headline .view{
    font-size: 16px;
    line-height: 19px;
    float: right;
}
.white .people-area  .headline h1{
    color: #707274;
    border-color: #707274;
}
.white .headline .view{color: #707274;}
.light-grey .headline h1{
    color: #fff;
    border-color: #fff;
}
.search-box{float: right;}
.search-box .search-row{
    border-bottom: 1px solid #fff;
    overflow: hidden;
    position: relative;
}
.search-box .search-row h2{
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
}
.search-box .form{overflow: hidden;}
.search-box input[type=search],
.search-box input[type=text]{
    border: 0;
    background: transparent;
    padding: 3px 30px 4px 10px;
    color: #fff;
    margin: 0;
    display: block;
    width: 100%;
    outline: none;
}
.search-box input[type=submit]{
    background: url(../images/sprite.png) no-repeat -232px -149px;
    text-indent: -9999px;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.white .search-box input[type=submit]{background-position: -154px -37px;}
.search-box .alphabet{
    padding: 5px 0 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
.white .search-box input[type=search],
.white .search-box input[type=text],
.white .search-box .search-row h2,
.white .search-box .alphabet li a{color: #000;}
.white .search-box .search-row{border-color: #000;}
.search-box  input[type=text]::-webkit-input-placeholder,
.search-box  input[type=search]::-webkit-input-placeholder{color:#fff;}
.search-box  input[type=text]:-moz-placeholder,
.search-box  input[type=search]:-moz-placeholder{color:#fff;}
.search-box  input[type=text]::-moz-placeholder,
.search-box  input[type=search]::-moz-placeholder{
    color:#fff;
    opacity:1;
}
.search-box  input[type=text]:-ms-input-placeholder,
.search-box  input[type=search]:-ms-input-placeholder{color:#fff;}

.white .search-box input[type=search]::-webkit-input-placeholder,
.white .search-box input[type=text]::-webkit-input-placeholder{color: #000;}
.white .search-box input[type=text]:-moz-placeholder,
.white .search-box input[type=search]:-moz-placeholder{color: #000;}
.white .search-box input[type=text]:-ms-input-placeholder,
.white .search-box input[type=search]:-ms-input-placeholder{color: #000;}
.white .search-box input[type=text]::-moz-placeholder,
.white .search-box input[type=search]::-moz-placeholder{color: #000;}

/* people-gallery */
.people-gallery{
    position: relative;
    overflow: hidden;
    margin: 0 -3%;
}
.no-indent .people-gallery{padding-bottom: 24px;}
.people-gallery .btn-prev,
.people-gallery .btn-next{
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 12px 6px 0;
    border-color: transparent #007fb0 transparent transparent;
}
.people-gallery .btn-next{
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #007fb0;
}
.people-gallery .btn-next:hover{border-color: transparent transparent transparent #007fb0;}
.people-gallery .btn-prev:hover{border-color: transparent #007fb0 transparent transparent;}
.people-gallery .heading{
    width: 100%;
    margin: 0 0 24px;
    text-align: center;
    display: none;
}
.people-gallery .paging{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.people-gallery .pagination{
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.people-gallery .pagination ul{
    margin: 0;
    padding: 3px 0 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.people-gallery .pagination li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 4px;
}
.people-gallery .pagination a{
    text-indent: -9999px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background: #6f7174;
    display: block;
}
.people-gallery .pagination .active a,
.people-gallery .pagination li:hover a{
    text-decoration: none;
    background: #007fb0;
}

/* offices */
.offices{
    overflow: hidden;
    margin: 0 0 40px;
}
.container .offices-list .holder{
    padding: 0;
    display: block;
    background-color: #333333;
}
.container .offices-list li{
    max-height: 100%;
    height: auto;
}

/* people-list */
.people-list{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.people-list li{
    float: left;
    width: 33.3%;
    position: relative;
    overflow: hidden;
    height: 240px;
    background-color: #333333;
}
.people-list li>a{display: block;}
.people-list li>a img{
    min-height: 240px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.people-list li .information{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 7%;
}
.people-list li .information h1{
    color: #f0be08;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 -7%;
    opacity: 1;
    padding: 0 7%;
    height: 72px;
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}
.people-list li .information h1 a{
    display: table-cell;
    vertical-align: middle;
}
.people-list li .information h1 a,
.people-list li .information .profile,
.people-list li .information .read-more{color: #f0be08; }
.people-list li .information .read-more{
    position: relative;
    text-transform: uppercase;
}
.people-list li .information .read-more:after{
    position: absolute;
    top: 50%;
    left: 105%;
    margin: -6px 0 0 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #f0be08;
    content: '';
}
.people-list li .information address a{color: #fff;}
.people-list li .information address mark{
    color: #f0be08;
    background: none;
}
.people-list li .information address{
    font: 16px/24px 'Aller W01', Arial, Helvetica, sans-serif;
    color: #fff;
}
.people-list li .information .text-info{
    display: none;
    opacity: 0;
    font: 16px/19px 'Aller W01', Arial, Helvetica, sans-serif;
}
.people-list li:hover .information{
    background: rgba(0,0,0,.6);
    padding-top: 16%;
    opacity: 1;
    min-height: 100%;
}
.people-list li:hover .information .text-info{
    display: block;
    opacity: 1;
}
.people-list li .information h1,
.people-list li .information .text-info{
    z-index: 1;
    position: relative;
    color: #fff;
}
.people-list li .information .text-info p{margin: 0;}
.people-list li .information:before{
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    height: 72px;
    position: absolute;
}
.people-list li:hover .information h1{
    margin: 0 0 3px;
    padding: 0;
    height: auto;
}
.people-list li .information .text-info .read{
    color: #f0be08;
    text-transform: uppercase;
    position: relative;
}
.people-list li .information .text-info .read:after{
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f0be08;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
}

/* content */
.content{
    overflow: hidden;
    color: #575959;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.no-tab .sidebar + div + .content,
.no-tab .sidebar + .content{
    padding-right: 7%;
}
.no-indent .content{padding-bottom: 40px;}
.content h1{
    font-size: 34px;
    line-height: 39px;
    font-weight: 300;
    color: #000;
    margin: 0 0 15px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #707274;
    font-weight: 300;
    margin: 0 0 15px;
}
.content h2{
    font-size: 34px;
    line-height: 37px;
}
.content h3{
    font-size: 30px;
    line-height: 33px;
}
.content h4{
    font-size: 25px;
    line-height: 28px;
}
.content h5{
    font-size: 20px;
    line-height: 23px;
}
.content h6{
    font-size: 18px;
    line-height: 21px;
}
.content blockquote{
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
    width: 50%;
}
.content blockquote cite{display: block;}
.content table{
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    border: 2px solid #f3f3f4;
}
.content table thead td,
.content table th{
    padding: 7px 13px;
    text-align: left;
    font-weight: 400;
    background: #e9e9ea;
}
.content table td{padding: 12px 13px;}
.content table tbody tr:first-child td{padding: 24px 13px 12px;}
.content ul{
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}
.content ol{
    margin: 0 0 20px;
    padding: 0 0 0 25px;
}
.content p{
    margin: 0 0 15px;
}
.content .main{
    font-size: 22px;
    line-height: 29px;
    font-weight: 300;
}
.content div.NewsSummary{
    font-size: 22px;
    line-height: 29px;
    font-weight: 300;
}
.content #SecondaryContent{
    font-size: 16px;
    line-height: 23px;
}
.content a{
    color: #007fb0;
    text-decoration: none;
}
.content a:hover{text-decoration: underline;}

/* recognition */
.recognition{
    overflow: hidden;
    font-size: 22px;
    line-height: 29px;
    font-weight: 300;
}
.recognition p{margin: 0 0 15px;}
.recognition .head-area h1{
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 14px;
}

/* header-block */
.header-block{
    background: #007fb0;
    overflow: hidden;
}
.header-block .text-holder{
    padding: 0 7.4%;
    overflow: hidden;
}
.header-block .right-block{border-left: 0;}
.left-block{
    width: 31.4%;
    float: left;
    /*position: relative;*/
    padding: 0 10px 0 0;
}
.left-block blockquote{
    width: 100%;
    padding-right: 8%;
    quotes: none;
}
.right-block{
    overflow: hidden;
    position: relative;
    padding: 0 0 0 4.6%;
    border-left: 1px solid #98999a;
}
.left-block:after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background: #98999a;
}
.content .left-block .simple-list{padding: 0 10px 0 0;}
.content .left-block .container .holder.full{padding: 3% 0;}
.right-block:first-child{
    padding-left: 0;
    border-left: 0;
}
.left-block .visual{
    overflow: hidden;
}
.left-block .btn-more.more-link{display: none;}
.left-block .visual img{
    width: 100%;
    height: auto;
}
.left-block .tab-content{
    display: block !important;
    height: auto !important;
    padding: 0;
}
.experience-tab .left-block .tab-heading{margin: 0 0 10px;}
.right-block h1{
    color: #fff;
    font-size: 42px;
    line-height: 45px;
    margin: 0 0 30px;
    padding-top: 23px;
    font-weight: 400;
}
.right-block h2{
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 400;
}
.experience-tab{overflow: hidden;}
.experience-tab .mobile-title a{
    padding: 6px 4% 6px 10%;
    line-height: 23px;
}
.experience-tab .mobile-title a:before{border-width: 8px 5px 0 5px;}
.experience-tab .container.active .mobile-title a:before{border-width: 0 5px 8px 5px;}
.visual-holder{
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}
.visual-holder img{
    width: 100%;
    height: auto;
}
.visual-holder .community-gallery{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.visual-holder .community-gallery li{
    float: left;
}
.visual-title{
    text-align: center;
    font-size: 52px;
    line-height: 55px;
    margin: 0;
    padding: 3% 0;
    font-weight: 300;
    color: #fff;
}

/* item-information */
.item-information{overflow: hidden; }
.item-information .item-pgoto{
    width: 56%;
    float: left;
    margin: 0 6% 0 0;
}
.item-information .item-pgoto img{
    width: 100%;
    height: auto;
}
.item-information .info{overflow: hidden;}
.item-information .info address{
    font: 300 22px/32px 'Aller W01', Arial, Helvetica, sans-serif;
    margin: 0 0 12px;
}
.item-information .info dl{
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 19px;
}
.item-information .info dt{
    float: left;
    margin: 0 5px 0 0;
}
.item-information .info dd{margin: 0 0 8px;}
.item-information .time-block{
    padding: 24px 0 24px 52px;
    position: relative;
    overflow: hidden;
    font: 300 22px/27px 'Aller W01', Arial, Helvetica, sans-serif;
}
.item-information .time-block:before{
    position: absolute;
    top: 50%;
    margin: -17px 0 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -225px -105px;
    width: 37px;
    height: 35px;
    content: '';
}
.no-tab .holder{position: relative;}
/* sidebar */
.sidebar, .feature {
    float: right;
    width: 31%;
    padding-left: 7%;
    color: #707274;
    margin-top: -44px;
    border-left: 1px solid #98999a;
}

.feature { margin-top: -1.5em; padding-left: 3%; width: 30%; }
.feature .spotPic { width: 98%; height: auto; }

.template-officedetail .sidebar {
    float: left;
    width: 100%;
    border-left:none;
    margin-top: 0;
    padding: 0;
}

.no-indent .sidebar{margin-bottom: 40px;}
.no-title .sidebar{margin-top: 0;}
.sidebar .visual{
    width: 100%;
    margin: 0 0 20px;
}
.sidebar .visual img{
    width: 100%;
    height: auto;
}
.sidebar .person-photo { overflow: hidden; width: 52%; margin: 0 0 13px; }
.template-officedetail .sidebar .person-photo { width: 100%; margin: 0 1em 0 0; display: inline-block; }

.sidebar .person-photo img{
    width: 100%;
    height: auto;
}

.template-officedetail .sidebar .contact-info { width: 98%; display: inline-block; }
.sidebar h1{
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin: 0 0 20px;
}
.sidebar h2{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sidebar address { font-style: normal; color: #707274; font-size: 17px; line-height: 20px; }
.template-officedetail .sidebar address { font-size: 1em; }

.sidebar address a{color: #707274;}
.sidebar address .name{
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 8px;
    color: #007fb0;
    font-weight: 300;
}

/*spotlight-list*/
.insights-list{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    color: #8d8e90;
    font-size: 15px;
    line-height: 20px;
}
.insights-list li{margin: 0 0 10px;}
.insights-list h2{
    font-size: 13px;
    line-height: 17px;
    color: #464748;
    margin: 0 0 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.insights-list .date{
    color: #464748;
    display: block;
    padding: 5px 0 0;
}
.insights-list p{margin: 0;}
.sidebar .more{
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    position: relative;
}
.sidebar .more:after{
    content: '';
    position: absolute;
    left: 115%;
    top: 50%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-color: #009cda transparent transparent;
    border-style: solid;
    border-width: 11px 5px 0;
}

.sidebar .more.hideArrow:after { border-style: none; }

/* contacts-list */
.contacts-list{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.contacts-list li{padding: 0 0 25px;}

.template-officedetail .sidebar .contacts-list { }
.template-officedetail .sidebar .contacts-list li { width: 24%; float: left; margin: 0 1% 0 0; }
/*main-heading*/
.main-heading{
    border-bottom: 1px solid #fff;
    padding: 0 0 14px;
    margin: 0 0 34px;
}
.main-heading h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    letter-spacing: 3px;
}

/* accordion-area */
.accordion-area{
    overflow: hidden;
    padding: 0 7%;
}
.accordion-area .accordion-block{
    width: 49%;
    float: left;
    margin: 0 0 15px 2%;
    font-size: 22px;
    line-height: 25px;
    background: #707274;
    box-shadow: 0 1px 2px rgba(29, 29, 29, 0.35) inset;
    -webkit-box-shadow: 0 1px 2px rgba(29, 29, 29, 0.35) inset;
    position: relative;
}
.dark-grey .accordion-area .accordion-block{background: #302e2f;height: 85px;}
.accordion-area .accordion-block:first-child{margin-left: 0;}
.accordion-area .accordion-block .btn-link{
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 18px 9% 18px 6%;
}
.accordion-area .accordion-block:hover { background-color: #007fb0; }
.accordion-area .accordion-block .opener {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 61px;
    cursor: pointer;
}

.detailOpener { position: relative; right: 0; top: 0; width: 44px; height: 22px; padding: 0 11px; }
.detailOpener:after { content: '+'; position: relative; left: 0; right: 0; top: 50%; margin: 0 0 0; color: #fff; font-size: 20px; line-height: 24px; text-align: center; cursor: pointer; }
.detailOpener.opened:after { content: '-'; }

.accordion-area .accordion-block .opener:hover { text-decoration: none; }
.accordion-area .accordion-block .opener:after {
    content: '+';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -13px 0 0;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.accordion-area .accordion-block .hasChildren {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 18px 9% 18px 6%;
}
.accordion-area .accordion-block .hasChildren:after {
    content: '+';
    position: absolute;
    right: 4.5%;
    top: 50%;
    margin: -13px 0 0;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}
.accordion-area .accordion-block.active .opener:after {
    content: '\2212';
    margin-top: -15px;
}
.accordion-area .accordion-block .accordion-slide{
    padding: 20px 28px;
    overflow: hidden;
    display: none;
}
.accordion-area .list{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.accordion-area .list li{
    padding: 0 0 4px;
}
.accordion-area .list li:before{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    content: '';
}
.accordion-area .list li a{color: #fff;}

.accordion-area .list li.list-object:before { content: none; }
.accordion-area .accordion-bullets .list { list-style-type: disc; padding-left: 20px; color: #fff; }
.accordion-bullets li { list-style-type: disc;   }
.list-detail { color: #d4d4d4; font-size: 88%; }
.ll-image-block { max-width: 436px; min-width: 200px; width: 100%; }
.ll-top-image { width:100%; padding: 10px 0; }
.accordion-area .list a { text-decoration: none; }

/* accordion */
.accordion-holder.blue{background: #007fb0;}
.accordion-holder.light-grey{background: #707274;}
.accordion-holder .holder{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 7.4%;
}
.accordion{
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion > li > a{
    color: #fff;
    display: block;
    position: relative;
    padding: 34px 12px 34px 32px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
}
.accordion > li > a:before{
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9.5px 0 9.5px;
    border-color: #f0be08 transparent transparent transparent;
    content: '';
}
.accordion > li.active > a:before{
    border-width: 0 9.5px 15px 9.5px;
    border-color: transparent transparent #f0be08 transparent;
}
.accordion > li.active > a:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 23px;
    left: 0;
}
.accordion > li .slide-accordion{
    display: none;
    padding: 0 0 30px;
}
.accordion > li.active .slide-accordion{display: block;}
.accordion div.fancy-select div.trigger{
    box-shadow: 0 1px 2px rgba(29, 29, 29, 0.25) inset;
    background: #fff;
    color: #007fb0;
}
.accordion .people-form div.fancy-select div.trigger:after{border-color: #007fb0 transparent transparent;}
.accordion .people-form input[type=submit]{
    background: #00587b;
    height: 38px;
    line-height: 38px;
    float: left;
}
.accordion .people-form input[type=submit]:hover{background: #f0be08;}
.accordion .people-form input[type=text]{
    background: #26ace0;
    border-color: #187da4 #666769 #29a2d1 #2283a9;
    width: 50%;
    padding: 0;
    box-shadow: none;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

/*accordion-list*/
.accordion-list{
    margin: 0 0 0 2.5%;
    padding: 0;
    list-style: none;
    width: 47%;
    float: left;
    font-size: 16px;
    line-height: 20px;
}
.accordion-list:first-child{margin-left: 0;}
.accordion-list li{padding: 0 0 11px;}
.accordion-list li a{color: #fff;}

.header-area{
    overflow: hidden;
    margin: 0 auto 33px;
    max-width: 1280px;
    padding: 0 7.4%;
}
/* result-list */
.header-area h1{
    color: #000;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    border-bottom: 1px solid #000;
    float: left;
}
.template-about .blue .header-area { color: #000; }
.template-about .blue .header-area h1 { color: #000; border-bottom-color: #000; }
.result-list{
    overflow: hidden;
    width: 100%;
}
.result-list .result-block:nth-child(odd){background: #e9e9ea;}
.result-list .result-block:nth-child(odd) a { color: #00587b; }
.template-about .result-list .result-block:nth-child(even){background: rgba(255,255,255,1);}
.result-list .result-block .photo{
    float: left;
    margin: 0 3.5% 0 0;
    width: 19.5%;
}
.result-list .result-block .photo img{
    width: 100%;
    height: auto;
}
.result-list .result-block h1{
    font-size: 16px;
    line-height: 19px;
    color: #575959;
    font-weight: 400;
    margin: 0 0 11px;
}
.template-casestudies .result-list .result-block h1 { font-weight: 700; }
.result-list .result-block h1 a{color: #575959;}
.result-list .result-block .info-holder{
    color: #575959;
    font-size: 16px;
    line-height: 22px;
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 7.4% 23px;
}
.template-casestudies .result-list .result-block .info-holder { font-size: 0.9rem; line-height: 1.25; }
.result-list .result-block .info-holder .info{overflow: hidden;}

.result-list .result-block dl,
.result-list .related-block dl {
    margin: 0;
}

.result-list .result-block dt,
.result-list .related-block dt{
    float: left;
    margin: 0 5px 0 0;
    font-weight: bold;
}
.result-list .related-block dd{
    margin-left: 0px;
}
.related-block dd span:first-child {display: none;}
.result-list .related-block dd span:last-child {display: none;}

.result-list .result-block dd{margin: 0;}
.result-list .result-block dd a{color: #00587b;}
.result-list .result-block p{margin: 0 0 8px;}
.result-list .link-holder{
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 7.4%;
}
.result-list .link-holder .view{
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*pagination-list*/
ul.pagination-list{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-weight: 700;
}
.pagination-list li{
    float: left;
    margin: 0 0 0 5px;
}
.pagination-list li.prev{margin: 0 5px 0 0;}
.pagination-list li.next{margin: 0 0 0 10px;}
.pagination-list li:before{
    width: 1px;
    height: 20px;
    background: #e6e5e7;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.grey .pagination-list li:before{background-color: #4b4c4d;}
.pagination-list li:first-child:before,
.pagination-list li.prev:before,
.pagination-list li.prev+li:before,
.pagination-list li.next:before{display: none;}
.pagination-list li.active a,
.pagination-list li a.active{color: #727375;}
.pagination-list li.prev a{color: #e6e5e7;}
#main .pagination-list li .view{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* contacts-result-list */
.contacts-result-list{
    list-style:none;
    margin:0 0 -30px -20px;
    padding:0;
    overflow: hidden;
    letter-spacing: -.3em;
}
.contacts-result-list li, .contacts-result-list li.grid {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    overflow: hidden;
    letter-spacing: 0;
    width: auto;
    max-width: 33%;
    float: left;
}
.contacts-result-list li .person-photo img,
.contacts-result-list li.grid .person-photo img { width: auto; max-width: 100%; height: auto; }

.contacts-result-list h3 { font: 20px/25px 'Aller W01', Arial, Helvetica, sans-serif; margin: 0 0 .25rem; }
.contacts-result-list .person-photo { float: unset; width: 100%; margin: 0 0 1rem; }
.contacts-result-list .person-photo img { display:block; width:100%; height:auto; }
.contacts-result-list .contact-info { overflow: hidden; }
.contacts-result-list .contact-info p { margin: 0; }

#btnContainer { display: inline; float: right; }
#btnContainer .btn { display: inline; cursor: pointer; padding: 1px 3px; font-weight: 400; }
#btnContainer .btn.active { font-weight: 900; }

.contacts-result-list li.list { display: table; width: 100%; max-width: 100%; border-top: 1px solid #707274; margin-bottom: 10px; padding-bottom: 10px; }
.contacts-result-list li.list .person-photo { display: table-cell; vertical-align: top; width: 20%; padding-right: 3%; }
.contacts-result-list li.list .person-photo img { width: auto; max-width: 100%; height: auto; }
.contacts-result-list li.list h3:not(.mobile-only) { display: table-cell; vertical-align: top; padding-top: 24px; width: 23.5%; }
.contacts-result-list li.list span { display: table-cell; vertical-align: top; padding-top: 24px; width: 23.5%; }


/* headline */
.headline{
    overflow: hidden;
    margin: 0 0 22px;
}
.headline h1{
    float: left;
    padding: 0 0 8px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
}
.container.blue .headline h1 { color: #000; border-bottom: 1px solid #000; }
.white .headline h1{
    color: #231f20;
    border-bottom-color: #231f20;
}

/* tab main area */
.container .tab-holder{
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.55% 7.4% 2.75%;
}

.container .tab-holder h1{
    font-size: 16px;
    line-height: 19px;
}

/* tabset */
.tabset{
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
    list-style-type: none;
    font-family: 'Aller W01', Arial, Helvetica, sans-serif;
    font-style: normal;
    display: table;
    width: 100%;
    border-spacing: 5px 0;
    border-collapse: separate;
}
.tabset li { display: table-cell; background: #000; }
.tabset li:first-child{margin-left: 0;}
.tabset a {
    display: block;
    padding: 12px 27px;
    color: #f0be08;
    position: relative;
    text-align: center;
}
.tabset li:hover, .tabset li:hover a,
.tabset li.active, .tabset li.active a{ background: #fff; color: #00587b; }

.container.white .tabset li a { color: #f0be08; }
.container.white .tabset li:hover a, .container.white .tabset li:hover,
.container.white .tabset li.active, .container.white .tabset li.active a {
    background-color: #fff;
    text-decoration: none;
    color: #00587b;
}
.container.white .tabset li:hover a, .container.white .tabset li:hover { text-decoration: underline}

.container.light-grey .tabset li a { color: #f0be08; }
.container.light-grey .tabset li:hover a, .container.light-grey .tabset li:hover,
.container.light-grey .tabset li.active, .container.light-grey .tabset li.active a {
    background-color: #fff;
    text-decoration: none;
    color: #00587b;
}
.container.light-grey .tabset li:hover a, .container.light-grey .tabset li:hover{text-decoration:underline;}

/* tab-heading */
.tabs-area .tab-heading {display: none;}

/* tab */
.tabs-area{margin: 0 -3%;}
.onetab .tabs-area{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4%;
}
/* tab-content */
.tab-content {
    display: none;
    padding: 35px 27px;
    color: #575959;
    font-family: 'Aller W01', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
.map-tab .tab-content{display: block;}
.tabs-area .tab{
    overflow: hidden;
    margin: 0 -9999px;
    padding: 0 9999px;
    background: #fff;
}
.tabs-area .tab a{color:#00587b;}
.template-attorneybio .carousel .pagination a{color:#fff;}
.template-attorneybio .carousel .pagination .active a{color:#000;}
.tabs-area .tab.active .tab-content{
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.onetab .tabs-area .tab.active .tab-content{height: auto;}
.tabs-area .tab .more-link {
    display: none;
}
.tabs-area .tab.active .more-link {
    display: inline;
    bottom: 7px;
    left: 27px !important;
}
.tabs-area .tab.active .tab-content.more-tab{padding-bottom: 0 0 20px;}
.tabs-area .tab.active .tab-content.more-tab:after {
    display: block;
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content:" ";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,0)), color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom,  rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=0 );
}
.white-tabs .tabs-area .tab.active .tab-content.more-tab:after{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.tabs-area .tab.nofade .tab-content.more-tab:after,
.white-tabs .tabs-area .tab.nofade .tab-content.more-tab:after{
    display:none;
}
.tab-content p{margin: 0 0 5px;}
#tabRepMatters .tab-content p {margin: 0;}
.tab-content p:last-child{margin-bottom: 0;}
.tab-slide{display: none;}
.tab-slide-active .tab-slide{display: block;}
.tab-content ul{
    list-style:none;
    margin:0;
    padding:0;
}
.tab-content li{margin-bottom: 10px;}


/* Color theme for tabs */
.tab-holder.white-tabs.no-indent{padding-bottom: 0;}
.tab-holder.white-tabs{padding-bottom: 30px;}
.tab-holder.onetab{
    background:#fff;
    max-width: 100%;
    border-top: 30px solid #007fb0;
    border-bottom: 30px solid #007fb0;
}
.tab-holder.onetab .tabset a{
    color:#707274;
    text-align: left;
    padding: 0 22px;
}
.white-tabs .tabs-area .tab,
.white-tabs .tabset a:hover,
.white-tabs .tabset li.active a,
.white-tabs .tabset li.active,
.white-tabs .tabset li:hover,
.dark-grey .tabs-area .tab,
.dark-grey .tabset a:hover,
.dark-grey .tabset li.active a{background-color: #fff;}

/* columns-holder */
.columns-holder{width: 100%;}
.columns-holder .column{
}
.tab-content h2{
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Aller W01', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 12px;
}
.tab-content .columns-holder .column{
    float: left;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    width: 50%;
}
.tab-content .map{
    float: right;
    width: 40%;
    margin: 0 0 20px 2%;
    position: relative;
    padding-bottom: 41%;
    height: 0;
    overflow: hidden;
}
.tab-content iframe,
.tab-content object,
.tab-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
.tab-content .text-box{overflow: hidden;}

/* simple list */
.simple-list ul,
.simple-list{
    list-style: none;
    margin:0;
    padding:0;
}
.simple-list ul{padding-top: 5px;}
.tab-content ul li{
    position: relative;
    padding: 0 0 0 22px;
    margin-bottom: 6px;
}
.template-infrastructuregroup section#tabRepMatters {
    background: none;
}
#tabRepMatters .tab-content ul li { padding: 0 1em; margin: 0.5em 0; }
#tabRepMatters .tab-content ul li .result-list { margin-top: 0.25rem; }
#tabRepMatters .tab-content ul li .summary { font-size: 18px; font-weight: 100; }
#tabRepMatters .tab-content ul li.stripe {
    background-color: #e9e9ea;
    padding: 1rem;
  margin: 1.25rem 0;
}
#tabRepMatters .tab-content {
  padding: 16px 27px 35px;
}
.simple-list li{
    position: relative;
    padding: 0 0 0 22px;
    margin-bottom: 5px;
}
.simple-list li > a{color: #707274;}
.tab-content ul li:after,
.simple-list li:after{
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
}
#tabRepMatters .tab-content ul li:after { content: none; position: inherit; }
.template-officedetail .tab-content ul li:after { content: ""; }
.simple-list .opener:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #707274;
    background: none;
    top: 5px;
    border-radius:0;
    -webkit-border-radius:0;
}
.simple-list .opener.active:after{
    border-width: 12px 6px 0 6px;
    border-color: #707274 transparent transparent;
}
.simple-list .opener > .slide{display: none;}
.simple-list .opener.active > .slide{display: block;}
.simple-list .inline p{display: inline;}
.simple-list .inline{padding-bottom: 10px;}
.simple-list dl{
    overflow: hidden;
    margin: 0;
}
.simple-list dt{
    float: left;
    width: 46%;
    margin: 0 4% 0 0;
}
.simple-list dd{
    margin: 0;
    overflow: hidden;
    display: block;
}
/* btn-more */
.btn-more{
    padding: 0 15px 0 0;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    color: #007fb0 !important;
}
.btn-more:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #007fb0 transparent transparent;
}
.btn-more.active span{display: none;}
.btn-more.active:after{
    border-width: 0 5px 10px 5px;
    border-color:  transparent transparent #007fb0;
}
.btn-more.active:before{
    content: "LESS";
    text-indent: 0;
    font-size: 16px;
    line-height: 19px;
    border-width: 0 5px 10px 5px;
    border-color:  transparent transparent #007fb0;
}
.hidden-part,.hide-all{
    display:none;
}
/* publications-list */
.publications-list{
    list-style:none;
    margin:0;
    padding:0;
    font-family: 'Aller W01', Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.publications-list li{margin: 0 0 20px;}
.publications-list p{margin: 0;}
.publications-list h3{
    font:18px/1.2 'Aller W01', Arial, Helvetica, sans-serif;
    margin: 0;
}
.publications-list footer{
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 3px;
    font-weight: bold;
}
.publications-list header i{font-style: italic;}

/* careers-list */
.careers-list{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    max-width: 1280px;
}
.careers-list li{
    width: 25%;
    float: left;
}
.careers-list li img{
    width: 100%;
    height: auto;
}
/* careers-links */
.careers-links-holder{
    overflow: hidden;
    padding: 0 14.9%;
}
.careers-links{
    float: left;
    width: 46.3%;
    margin: 0 0 0 7.4%;
    padding: 0 0 12px;
    list-style: none;
}
.careers-links:first-child{margin-left: 0;}
.careers-links li{
    margin: 0 0 19px;
}
.careers-links li a{
    display: block;
    padding: 7px 40px 6px 17px;
    border: 1px solid #b8b9b9;
    background: #5f6163;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    position: relative;
}
.careers-links li a:after{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 18px;
    border-color: transparent transparent transparent #ffffff;
    content: '';
    margin: -8px 0 0;
}

/* bio education tab */
#EducationTab ul
{
    padding-top: 0px;
    padding-bottom: 0px;
}

/* about box */
.about-box{
    overflow: hidden;
    font-family:'Aller W01', Arial, Helvetica, sans-serif;
}
.container .holder.full .about-box{
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 7.4%;
    margin: -2.7% auto -1%;
}
.about-box .image-holder{width: 33.7%;}
.about-box .image-holder img{
    width: 100%;
    height: auto;
}
.about-box .info{
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    padding: 28px 7.4% 20px;
    overflow: hidden;
}
.about-box .info.noimage { padding-left: 0px; }
.about-box h1{
    margin: 0 0 10px;
    color: #f0be08;
    font-size: 37px;
    line-height: 41px;
    font-weight: 300;
}
.about-box .role{
    display: block;
    font-size: 24px;
    line-height: 27px;
}
.about-box .address-holder{
    overflow: hidden;
    padding: 30px 0 20px;
}
.about-box address{
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}
.about-box address:first-child{margin-left: 0;}
.about-box address a{color: #fff;}
.about-box .social-media{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.about-box .social-media li{
    float: left;
    margin: 0 18px 0 0;
}
.about-box .social-media a{
    text-indent: -9999px;
    overflow: hidden;
    height: 18px;
    width: 20px;
    background: url(../images/sprite-media.png) no-repeat;
    display: block;
}
.about-box .social-media .mail a{
    background-position: 0 0;
    width: 24px;
    color: #ffffff;
}
.about-box .social-media .linkedin a{background-position: -42px 0;}
.about-box .social-media .twitter a{background-position: -78px 0;}
.about-box .social-media .share a{background: url(../images/sprite.png) no-repeat -276px -138px;}

/* slide-info */
.slide-info p{margin: 0 0 15px;}
.external-link { margin-top: 15px !important; }

/* tombstone-box */
.tombstone-box{
    border: 1px solid #c5c6c7;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    text-align: center;
    max-height: 264px;
    max-width: 229px;
    margin: 2px 10px;
    cursor: pointer;
}
.tombstone-box *:last-child{margin-bottom: 0;}
.tombstone-box img{
    margin: 0;
    height: auto;
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
}
.tombstone-box p{margin: 0 0 15px;}

/* carousel */
.carousel{
    position: relative;
    overflow: hidden;
}
.carousel .mask-area{
    margin: 0 -25px 0 0;
    overflow: hidden;
    position: relative;
}
.carousel .mask{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}
.carousel .slideset{
    letter-spacing: -.3em;
    list-style: none;
    margin: 0;
    overflow: visible;
    padding: 0;
    white-space: nowrap;
    width: 100% !important;
}
.carousel .slide{
    padding: 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 19% !important;
}
.template-practicelanding .carousel .slide,
.template-practicegroupdetail .carousel .slide {
    width: 20% !important;
    padding-left: 1em !important;
}
.template-attorneybio .carousel .slide {
    width: 20% !important;
    padding: 0 .5em !important;
}
.carousel .slide  > * {white-space:normal;}
.carousel .slide h2{
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 17px;
    color: #707274;
    text-transform: uppercase;
}
.carousel .slide .link{
    color: #007fb0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}
.carousel .slide .date{
    color: #707274;
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    padding: 10px 0 0;
}
.carousel .btn-prev,
.carousel .btn-next{
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 12px 6px 0;
    border-color: transparent #007fb0 transparent transparent;
}
.carousel .btn-next{
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #007fb0;
}

.template-practicelanding .tabs-area #tab-deals .tab-content,
.template-practicelanding .carousel,
.template-practicegroupdetail .tabs-area #tab-deals .tab-content,
.template-practicegroupdetail .carousel,
.template-attorneybio .tabs-area #tab-deals .tab-content,
.template-attorneybio .carousel {
    overflow: visible !important;
}

.template-practicelanding #tab-deals .btn-prev,
.template-practicelanding #tab-deals .btn-next,
.template-practicegroupdetail #tab-deals .btn-prev,
.template-practicegroupdetail #tab-deals .btn-next,
.template-attorneybio #tab-deals .btn-prev,
.template-attorneybio #tab-deals .btn-next {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.template-practicelanding #tab-deals .btn-prev.yellow,
.template-practicegroupdetail #tab-deals .btn-prev.yellow,
.template-attorneybio #tab-deals .btn-prev.yellow {
    border-color: transparent #007fb0 transparent transparent !important;
    border-width: 16px 30px 16px 0 !important;
    margin-left: 10px;
    margin-top: 10px;
}
.template-practicelanding #tab-deals .btn-next.yellow,
.template-practicegroupdetail #tab-deals .btn-next.yellow,
.template-attorneybio #tab-deals .btn-next.yellow {
    border-color: transparent transparent transparent #007fb0 !important;
    border-width: 16px 0 16px 30px !important;
    margin-left: 10px;
    margin-top: 10px;
}


.carousel .btn-next:hover{border-color: transparent transparent transparent #007fb0;}
.carousel .btn-prev:hover{border-color: transparent #007fb0 transparent transparent;}
.blue .carousel .btn-next{background-position: -209px 0;}
.blue .carousel .btn-next:hover{background-position: -209px -18px;}
.blue .carousel .btn-prev{background-position: -183px 0;}
.blue .carousel .btn-prev:hover{background-position: -183px -18px;}
.blue .carousel h1,
.blue .carousel .slide .link,
.blue .carousel .slide .date,
.blue .carousel .slide h2{color: #fff;}

.carousel .paging{
    display: inline-block;
    vertical-align: middle;
}
.carousel .pagination{
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.carousel .pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.carousel .pagination li{
    display: inline-block;
    vertical-align: middle;
    margin: 4px;
    padding: 0;
}
.carousel .pagination a{
    text-indent: -9999px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background: #6f7174;
    display: block;
}
.carousel .pagination .active a,
.carousel .pagination li:hover a{
    text-decoration: none;
    background: #007fb0;
}
.carousel .heading{
    width: 100%;
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #707274;
}
.carousel .heading h1{
    color: #707274;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 25px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
}
.carousel .heading.no-border{
    border: 0;
    padding: 0;
}

/* footer */
#footer{
    overflow:hidden;
    width:100%;
    background: #000;
    padding: 30px 10px 25px;
    color: #bababc;
    font: 12px/15px 'Aller W01', Arial, Helvetica, sans-serif;
}
.footer-holder{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

/* footer-list */
.footer-list{
    margin: 0 0 5px;
    padding: 0;
    list-style:none;
    text-transform: uppercase;
}
.footer-list li,
.footer-holder .share li{
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    float: none;
}
.footer-list li a{
    color: #b2b2b2;
    text-decoration: none;
}
.footer-list li a:hover{text-decoration: underline;}

/* footer share */
.footer-holder .share{margin: 0 0 10px;}
.footer-holder .share li{margin: 0 17px 0 13px;}
.footer-holder .share li.linkedin a{
    background-position: -80px -65px;
    width: 23px;
    height: 20px;
}
.footer-holder .share li.twitter a{
    background-position: -133px -65px;
    width: 26px;
    height: 20px;
}
.footer-holder .share li.facebook a{
    background-position: -189px -64px;
    width: 11px;
    height: 21px;
}
.footer-holder .share li.rss a{
    background-position: -238px -64px;
    width: 22px;
    height: 21px;
}
.footer-holder .share li.linkedin a:hover{background-position: 0 -219px;}
.footer-holder .share li.twitter a:hover{background-position: -53px -219px;}
.footer-holder .share li.facebook a:hover{background-position: -109px -218px;}
.footer-holder .share li.rss a:hover{background-position: -158px -218px;}
.footer-holder p{margin: 0 0 5px;}
.footer-holder .share{
    float: none;
    overflow: hidden;
    margin: 0 0 17px;
}
.hidden{display: none;}
.mobile-title{
    background: #007fb0;
    overflow: hidden;
    border-top: 1px solid #fff;
}
.mobile-title a,
.mobile-title h1{
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.mobile-title a{
    display: block;
    position: relative;
    padding: 10px 7.4%;
    text-decoration: none;
}
.mobile-title a:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -6px 0 0;
    content: '';
    margin: 0 10px 0 0;
}
.container.active .mobile-title a:before{
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ffffff transparent;
}
.footer-holder #credit { display:inline-block; float: right; right: 15px; bottom: 15px; }

/* custom selects style */
div.fancy-select {
    position: relative;
    font-size: 13px;
    color: #46565D;
    background-color: #ffffff;
}
div.fancy-select div.trigger {
    cursor: pointer;
    padding: 6px 40px 6px 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #818385;
    border: 1px solid #666769;
    border-top-color: #646567;
    border-width: 1px 0 0 1px;
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(29,29,29,0.35);
    -webkit-box-shadow: inset 0 1px 2px rgba(29,29,29,0.35);
    width: 100%;
    font-size: 22px;
    line-height: 25px;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    position: relative;
}
div.fancy-select div.trigger:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #fff transparent transparent;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    overflow: auto;
    background: #818385;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
#main div.fancy-select ul.options {background: #007fb0;}
div.fancy-select ul.options.open {
    visibility: visible;
    opacity: 1;
    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 40px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li {
    padding: 8px 10px 8px 25px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    float: none;
    margin: 0;
    border-top: 1px solid #707274;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.hover{background: #006795;}
#main div.fancy-select ul.options li {border-color: #14a5dd;}
.none{display: none !important;}

.hidden-attorney {
    display: none;
}
/* admin panel styles */
.dsm_AuthoringBody #header,
body[class*=template-].dsm_AuthoringBody #header{top: 93px;}
#dsm_DarwinBar + script + link + #dsm_wrap #header,
#dsm_DarwinBar + #dsm_wrap #header{top: 65px;}
body[class*=template-] .no-top-panel #header{top: 0;}
#modal{display: none;}
#dsm_DarwinBar *,
#dsm_authorSidebarContent *{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#aspnetForm,
#dsm_wrap{height: 100%;}
#dsm_authorSidebar .dsm_editButton{
    overflow: hidden;
    text-overflow:ellipsis;
    width: auto;
}
#dsm_wrap #header{-webkit-backface-visibility: visible;}

/* rss feed utility template fix, only used in authoring mode. */
#RssFeedFolderContent, #RssFeedRelatedContent { color: #000000; }
#template-utility_rssfeed { margin-top: 50px; }

/* Darwin Simple Sharing tool support */
.dsm_dssInit {
    margin: 0 0 0 -35px;padding: 8px 0 0 5px;background-color: #ffffff; z-index: 1000;
    position: absolute;display: none;
}
.dsm_dss-item-link {
    text-indent: -9999px;
}
.dsm_dss-item-link, .dsm_dss-item-text {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    background-image: url(/Darwin/images/dss-icons16.png) !important;
}

/* sitemap tweak to lists */
ul.SitemapAsset { margin-bottom: 0; }

.VideoAsset .videoPosterImage {cursor:pointer;}
.VideoAsset .videoModalContent {position:absolute;left:-9999px;top:-9999px;}
.VideoAsset .videoPosterImageWrap {position:relative;}
.VideoAsset .videoPosterImageHolder{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.VideoAsset .videoOverlayImage {position:absolute;top:50%;left:50%;cursor:pointer;display:none;}
#simplemodal-overlay {background-color:#000;opacity: 0.75 !important;}



.zoom_ac_item {
    padding: 2px;
    width: 100%;
    display: block;
    font: 20px/23px 'Aller Typo W01', Arial, Helvetica, sans-serif;
}

/* rss */
.RssAsset dd { display: block; margin: 1.5em 0 0 0; }
.RssAsset dt[type='date'] { font-size: 80%; font-style: italic; }
.RssAsset dt[type='desc'] { font-size: 90%; }

/* 10861 */
.template-podcastlanding section.container.blue { padding: 20px 7.4% 23px; }
.template-podcastlanding #MainImageAsset { float: left; }
.template-podcastlanding #MainImageAsset img { width: 250px; height: 250px; }
.template-podcastlanding section.container.blue article.content { padding-left: 2em; color: #fff; }
.template-podcastlanding div#main > article.content { color: #fff; padding-left: 2em; }
#FollowLink { font-size: 80%; text-transform: uppercase; border-radius: 6px; background: #000; padding: 0.1em 0.8em; width: 80px; cursor: pointer; text-align: center; }
.template-podcastlanding #nodeSearchTable { padding-top: 0; }
.template-podcastlanding .header-area { padding-left: 0; }
.template-podcastlanding .spotlight-03 .info { padding: 0; }
.template-podcastlanding .result-list .result-block .photo { text-align: center; display: inline-block; }
.template-podcastlanding .result-list .result-block .photo img { height: auto; width: 125px; }
.template-podcastlanding .result-list .result-block .photo .pod-links {
    width: 100%;
    position: relative;
 }

 .template-podcastlanding .result-list .result-block .photo .pod-links .dsm_dssInit {
    background: transparent;
    right: 0;
    padding-top: 0;
 }
.template-podcastlanding .result-list .result-block .photo .pod-listen,
.template-podcastlanding .result-list .result-block .photo .pod-share {display: inline-block; vertical-align: bottom; border: 0; margin-top: 5px; font: 400 13px/16px 'Aller W01', Arial, Helvetica, sans-serif; text-transform: uppercase; border-radius: 6px; background: #000; padding: 0.1em 0.8em 0.2em; min-width: 70px; cursor: pointer; margin-left: 0; color: #007fb0; outline: 0;}
.template-podcastlanding .result-list .result-block .photo .pod-share { margin-left: 10px; }
.template-podcastlanding .result-list .result-block .photo .pod-share:hover { text-decoration: underline; }
.template-podcastlanding .result-list .result-block .photo .pod-share:focus { outline: 0; box-shadow: none; text-decoration: none;}
.template-podcastlanding .result-list .result-block h1 a { color: #007fb0; }
.template-podcastlanding .result-list .result-block p,
.template-podcastlanding .result-list .result-block span { color: #707274; }
.template-podcastlanding .result-list .result-block span { font-weight: bold; text-transform: uppercase; font-size: 80%; }
.template-podcastlanding .holder.full { display: block; }

.bhfs-dialog { border: 2px solid #58595b; }
.bhfs-dialog .ui-widget-header { background: #58595b; }
.bhfs-dialog.ui-dialog .ui-dialog-titlebar { border-left: 1px solid #58595b; border-right: 1px solid #58595b; }
.bhfs-dialog .ui-widget-content { background: #707274; color: #fff; }
.bhfs-dialog input[type='button'] { background: #58595b; color: #fff; border: none; padding: 0.3em 0.75em; margin: 1em 1em 0 0; }
.bhfs-dialog input[type='button']:hover { background: #f0be08; color: #000; }

.bhfs-dialog-blue { border: 2px solid #006795; }
.bhfs-dialog-blue .ui-widget-header { background: #006795; }
.bhfs-dialog-blue.ui-dialog .ui-dialog-titlebar { border-left: 1px solid #006795; border-right: 1px solid #006795; }
.bhfs-dialog-blue.ui-dialog .ui-dialog-buttonpane { background: #006795!important; }
.bhfs-dialog-blue .ui-widget-content { background: #007fb0; color: #fff; }
.bhfs-dialog-blue button[type='button'], .bhfs-dialog-blue input[type='button'] { background-image: unset; background-color: #fff; color: #000; }
.bhfs-dialog-blue button[type='button']:hover, .bhfs-dialog-blue input[type='button']:hover { background: #f3cb39; }
.bhfs-dialog-blue .ui-button-text { text-shadow: unset; }

.dialog-form label { display:block; }
.dialog-form h1 { font-size: 1.2em; margin: .6em 0; }
.dialog-form .ui-dialog .ui-state-error { padding: .3em; }
.dialog-form .validateTips { border: 1px solid transparent; padding: 0.3em; }
.template-officedetail #btnContact {
    background: #006795;
    height: 1.7em;
    line-height: 1.7em;
    margin: 0 2px 4px;
    padding: 0 1em;
    font-size: 1.4em;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    border: 0;
    -webkit-box-shadow: 0 4px 6px rgba(29,29,29,.65);
    box-shadow: 0 4px 6px rgba(29,29,29,.65);
}
.dialog-form input, .dialog-form textarea, .dialog-form select { font: 100% 'Aller W01', Helvetica, Arial, sans-serif; vertical-align: middle; }
.dialog-form input[type="text"], .dialog-form textarea {
    background: #26ace0;
    border-color: #187da4 #666769 #29a2d1 #2283a9;
    border-style: solid;
    border-width: 1px 0 0 1px;
    box-shadow: 0 1px 2px rgba(29, 29, 29, 0.35) inset;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    overflow: hidden;
    padding: .4em;
    float: left;
    margin: 0 0 1em 1%;
    width: 48.5%;
    height: 38px;
}
.dialog-form *::placeholder { color: #fff; }
.dialog-form *::-webkit-input-placeholder { color: #fff; }
.dialog-form *::-moz-placeholder { color: #fff; opacity: 1;}
.dialog-form *:-ms-input-placeholder { color: #fff; }
.dialog-form *:-moz-placeholder { color: #fff; }
.dialog-form textarea { width: 98%; height: 4em; font-size: 22px; line-height: 25px; }
.dialog-form img { max-width: 48.5%; margin: 0 0 1em 1%; min-height: 38px; }
.dialog-form input[type="text"].ui-state-error, .dialog-form textarea.ui-state-error { border: 1px solid #7a0000; background: #a32d00; color: #fff; }


/* BEGIN responsive  media queries */
@media only screen and (min-width:1280px){
    .careers-links-holder{padding: 15px 14.9% 0;}
    .breadcrumbs-frame,
    .result-list .link-holder,
    .container .holder,
    .header-block .text-holder,
    .container .tab-holder,
    .container .holder.full .about-box,
    .text-holder, .intro-holder,
    .result-list .result-block .info-holder,
    .header-area,
    .accordion-holder .holder{
        padding-left: 5%;
        padding-right: 5%;
    }
    .header-holder{padding: 32px 5% 0 3%;}
    .about-box .info{
        padding-left: 4%;
        padding-right: 4%;
    }
    div[class*="spotlight"]{
        padding-left: 2.1%;
        padding-right: 2.1%;
    }
    div[class*="spotlight-06"],
    div[class*="spotlight-04"],
    div[class*="spotlight-05"]{padding: 0;}
    .people-list li{min-height: 290px;}
    .people-list li>a img{
        width: 100%;
        height: auto;
    }

    .carousel .btn-container-prev {
        left: -45px;
    }
    .carousel .btn-container-next {
        right: -70px;
    }
}
@media only screen and (max-width:1250px){
    #nav > ul > li{margin: 0 2px 0 15px;}
    #nav ul{
        font-size: 18px;
        line-height: 21px;
    }
    .top-area .alphabet{padding-top: 2px;}

    .carousel .btn-container-prev {
        left: -45px;
    }
    .carousel .btn-container-next {
        right: -70px;
    }
}
@media only screen and (max-width:1200px){
    .header-holder{padding-top: 28px;}
    .logo{
        background-size: 100% 100%;
        width: 251px;
        height: 54px;
        margin-top: 5px;
        margin-right: -30px;
    }
    .top-bar{padding: 0;}
    .top-bar .top-holder{padding-bottom: 24px;}
    .top-bar .top-list{
        font-size: 12px;
        line-height: 15px;
    }
    .top-bar .top-list li{margin-left: 13px;}
    .share li{margin-left: 14px;}
    .top-area .view-all,
    #nav ul{
        font-size: 16px;
        line-height: 19px;
    }
    .tabset{font-size: 20px;}
    .tabset a{
        padding-left: 20px;
        padding-right: 20px;
    }
    .careers-links-holder{padding: 10px 2% 0;}
    .careers-links li a{
        font-size: 18px;
        line-height: 23px;
    }

    /* accordion */
    .accordion li{padding: 0 4px;}

    /* contacts result */
    .visual-title{
        padding-left: 7.4%;
        padding-right: 7.4%;
    }
    .accordion-area{
        padding-left: 5%;
        padding-right: 5%;
    }
    .template-attorneybio .carousel .slide {
        width: 25% !important;
    }
    .template-podcastlanding .result-list .result-block .photo .pod-share { margin-left: 0; }
}
@media only screen and (max-width:970px){
    .template-officedetail .sidebar .contacts-list li { width: 33%; }
}
@media only screen and (max-width:940px){
    .template-attorneybio .carousel .slide {
        width: 33.3% !important;
    }
    .header-holder{
        padding: 32px 3% 0 2.4%;
    }
    #nav ul{
        font-size: 14px;
        line-height: 17px;
    }
    #nav li{margin: 0 2px 0 10px;}
    .people-list li .information{padding: 0 4%;}
    .people-list li:hover .information{padding-top: 7%;}
    .people-list li .information h1{
        font-size: 18px;
        line-height: 21px;
        height: 50px;
    }
    .people-list li .information:before{height: 50px;}

    .tabset{font-size: 18px;}
    .tabset a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .spotlight h2{
        font-size: 25px;
        line-height: 30px;
    }
    .spotlight .slide-info{
        font-size: 15px;
        line-height: 18px;
    }
    .spotlight-01 .slide,
    .spotlight .slide{max-width: 820px;}
    .logo{
        width: 200px;
        height: 43px;
    }
    /* result-block */
    h1.result-title{padding: 0 5%;}
    .alphabet,
    .top-area .view-all{
        font-size: 16px;
    }
    .people-form .top-area .alphabet li { margin: 0 5px; }

    /* people-form */
    .people-form .row{margin: 0 0 18px;}
    .people-form input[type="submit"],
    .people-form input[type="text"],
    div.fancy-select div.trigger{
        font-size: 18px;
        line-height: 25px;
    }
    .people-form input[type="text"]{line-height: 22px;}
    div.fancy-select div.trigger:after{border-width: 12px 6.5px 0 6.5px;}
    .people-form input[type="submit"]{ font-size:15px; /*min-width: 40%;*/}
    .people-form .search-submit-box { text-align: center; }
    .accordion .people-form input[type="submit"] {padding: 0 20px;font-size:12px;}
    .carousel .slide{width: 50% !important;}

    .template-podcastlanding .result-list .result-block .photo .pod-listen,
    .template-podcastlanding .result-list .result-block .photo .pod-share { margin-left: 2.2em; padding: 0.1em 0.6em; }
}
@media only screen and (min-width:767px){
    .experience-tab .mobile-title.hidden a{cursor: text;}
    .experience-tab .mobile-title.hidden a h1{
        font-size: 24px;
        line-height: 27px;
        color: #707274;
        margin: 0 0 10px;
    }
    .experience-tab .mobile-title.hidden + .holder{
        display: block !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }
    .experience-tab .mobile-title a:before{display: none !important;}
    .experience-tab .mobile-title.hidden{
        display: block;
        background: none;
    }
    .experience-tab .mobile-title.hidden a{padding: 0;}
    .accordion .people-form input[type="submit"] { width: unset;}
    .contacts-result-list > li:nth-child(3n+1) { clear: both; }

    .template-people .spotlight-01 .paging { left: auto; top: auto; position: relative; text-align: center; }
}

@media only screen and (max-width:767px){
    body{width: 100%;}
    .mobile-only{display:block;}
    .no-tab .mobile-title{display: none;}
    #header{background: none;}
    .header-holder{padding: 17px 0 21px;}
    #nav > ul > li.home{display: block;}
    .menu-opener,
    .menu-closer{display: block;}
    #header{
        -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.3);
        box-shadow: 0 6px 6px rgba(0,0,0,.3);
        background: #fff;
        width: 100%;
        -webkit-appearance: none;
    }
    .breadcrumbs-holder{
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .breadcrumbs-frame .breadcrumbs,
    .breadcrumbs-frame .tools > .print,
    .breadcrumbs-frame .tools > .download{display: none;}
    .breadcrumbs-frame .tools{padding-top: 10px;}
    #header .header-frame:after{
        display: block;
        clear: both;
        content: '';
    }
    #header .header-frame{
        position: relative;
        padding-left: 9%;
        padding-right: 7%;
    }
    .logo{
        background: url(../images/logo-mobile-50.png) no-repeat;
        width: 180px;
        height: 38px;
        margin: 0;
        background-size: 100% 100%;
    }
    .insights .mask .slide{width: 33.3% !important;}
    .hidden{display: block;}
    .container{
        background: #fff !important;
        color: #6f7174 !important;
    }

    .template-podcastlanding section.container.blue article.content {
        color: #6f7174;
    }

    .black.intro{background: #000 !important;}
    .black.intro .intro h1{
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 12px;
    }
    .black.intro .intro{
        font-size: 13px;
        line-height: 18px;
        padding: 5px 0 0;
    }

    .people-area .headline{display: none;}
    .people-form input[type="submit"]{min-width: 44%;}
    .people-form .check-col{ float: none; width: 100%; margin: 0 0 10px; }
    .people-form .search-submit-box { float: left; }
    #header.active .menu-opener{visibility: hidden;}
    .columns-holder .column{
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    /* top-bar */
    .top-bar{
        width: 90%;
        background: #707274;
        padding: 70px 0 0;
        position: absolute;
        top: 0;
        left: -100%;
        /*display: none !important;*/
    }
    .active .top-bar{
        display: block !important;
    }
    .top-wrapper{
        display: table;
        width: 100%;
    }
    .overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
    }
    .top-bar .top-holder,
    #nav{
        display: table-row;
        width: 100%;
        background: #707274;
        float: none;
    }
    #nav > ul > .active > a:after{display: none;}
    .top-bar .top-frame{float: none;}
    .top-bar .top-liste{
        float: none;
        overflow: hidden;
        padding: 0;
        background: #707274;
    }
    /*nav*/
    #nav{display: table-header-group;}
    #nav > ul{
        padding: 0;
        float: none;
    }
    .top-bar .top-list{
        float: none;
        width: 100%;
        padding: 0;
    }
    #nav > ul > li,
    .top-bar .top-list li{
        margin: 0;
        float: none;
        padding: 0;
        border-top: 1px solid #a5a6a7;
    }
    .top-bar .top-list li a,
    #nav > ul > li > a,
    #nav .drop-title h1{
        padding: 5px 29px;
        display: block;
        color: #fff;
        position: relative;
        border: 0;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        letter-spacing: 0;
    }
    #nav .drop-title h1{padding: 5px 47px;}
    #nav > ul > li:hover > .has-drop-down-a:before,
    #nav > ul > li.active > .has-drop-down-a:before,
    #nav > ul > li > .has-drop-down-a:before{display: none;}
    #nav > ul > li > .has-drop-down-a:after{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0px 6px 12px;
        border-color: transparent transparent transparent #f0be08;
        position: absolute;
        top: 50%;
        margin: -6px 0 0;
        left: 5px;
        content: '';
    }
    #nav > ul > li.active .has-drop-down-a:after{
        border-width: 0 6px 12px 6px;
        border-color: transparent transparent #f0be08 transparent;
        background: none;
    }
    .top-bar .top-list li a:hover{color: #007fb0;}
    .top-bar .top-list li:hover a,
    .top-bar .top-list .active a,
    #nav > ul > li:hover > a,
    #nav > ul > .active > a{color: #fff;}
    #nav .drop-title h1 a:hover{
        text-decoration: none;
        color: #007fb0;
    }
    #nav .drop{
        position: static;
        background: #606163;
    }
    #nav .drop-area{
        padding: 0;
        margin: 0;
    }
    #nav .drop-block.half,
    #nav .drop-block,
    #nav .drop-block:first-child{
        width: 100%;
        margin: 0;
        border-top: 1px solid #a5a6a7;
    }
    #nav .top-area,
    #nav .people-form{display: none !important;}
    #nav .information{padding: 0;}
    #nav .information > *{display: none !important;}
    #nav .information .drop-list{
        display: block !important;
        padding: 5px  20px 5px 62px;
        float: none;
        width: auto;
        margin: 0;
    }
    #nav .information .drop-list + .drop-list{padding-top: 0;}
    #nav .drop-block:first-child .drop-list{width: auto;}
    #nav .drop-title{
        border: 0;
        margin: 0;
    }
    #header .share li{display: none;}
    #header .share{
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/sprite.png) no-repeat;
    }
    #main{
        padding-top: 76px;
        min-height: 200px;
    }

    /* container */
    .container:before{display: none;}

    /* content */
    .content{
        font-size: 13px;
        line-height: 19px;
    }
    .content .main{
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
    }
    .content h1{
        font-size: 25px;
        line-height: 29px;
    }
    .content h2{
        font-size: 18px;
        line-height: 22px;
        color: #000;
    }
    .content h3{
        font-size: 18px;
        line-height: 22px;
    }
    .content h4{
        font-size: 17px;
        line-height: 21px;
    }
    .content h5{
        font-size: 15px;
        line-height: 19px;
    }
    .content h6{
        font-size: 13px;
        line-height: 17px;
    }
    .no-tab .holder{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .no-tab .holder .content{
        display: table-header-group;
    }

    /* visual-title */
    .visual-title{
        color: #000;
        font-size: 25px;
        line-height: 28px;
        text-align: left;
        font-weight: 400;
        margin: 0 0 10px;
    }
    .carousel .heading{
        text-align: center;
        border-bottom: 0;
        margin: 0;
    }
    .carousel .mask-area{margin: 0;}
    .tombstone-box{margin: 2px;}

    /* spotlight */
    .spotlight .image-holder{width: 100%;}
    div[class*=spotlight-] h1,
    .spotlight h2{
        font-size: 18px;
        line-height: 23px;
        color: #000;
    }
    .spotlight a > h2{font-size: 18px; line-height: 23px; color: #007fb0;}
    .spotlight a:hover > h2{text-decoration: underline;}
    .spotlight .slideset{
        padding-top: 38px;
        color: #6f7174;
        overflow: hidden;
    }
    .spotlight-01 .slide,
    .spotlight .slide{max-width: 620px;}
    div[class*=spotlight] .image-holder{
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
    div[class*=spotlight] .image-holder img{
        width: 100%;
        height: auto;
    }
    .spotlight-05 .image-holder img{max-height: 100%;}
    div[class*=spotlight] .info-holder,
    .spotlight .slide-info{
        padding-top: 0;
        font-size: 13px;
        line-height: 18px;
    }
    div[class*=spotlight] .more,
    div[class*=spotlight] .read,
    .btn-more,
    .btn-more.active:before{
        font-size: 13px;
        line-height: 18px;
    }
    .spotlight .paging{
        float: none;
        text-align: center;
    }
    .spotlight .slide-title{
        left: 0;
        border: 0;
        margin: 0;
    }
    div[class*=spotlight] mark,
    div[class*=spotlight] .read,
    div[class*=spotlight] .more{color: #007fb0;}
    div[class*=spotlight] .pagination a, div[class*=case-study] .pagination a{background: #6f7174;}
    div[class*=spotlight] .pagination .active a, div[class*=case-study] .pagination .active a{background: #007fb0;}
    div[class*=spotlight] .read:after,
    .gallery .case-info .more:after{
        border-color: transparent transparent transparent #007fb0;
        border-width: 5px 0 5px 10px;
        margin-top: -5px;
    }
    div[class*=spotlight] .more:after,
    .btn-more:after{
        border-color: #007fb0 transparent transparent;
        margin-top: -5px;
        border-width: 10px 5px 0;

    }
    .spotlight-05 .date,
    .spotlight-05 .info{
        font-size: 18px;
        line-height: 21px;
    }
    .btn-more:after{
        margin: 0;
        top: 2px;
    }
    .slide-info-active .btn-more:after,
    .tab-slide-active .btn-more:after{
        border-width: 0 5px 10px;
        border-color: transparent transparent #007fb0;
    }
    .simple-list .opener:after{
        top: 4px;
        border-width: 5px 0 5px 10px;
    }
    .simple-list .opener.active:after{
        top: 5px;
        border-width: 10px 5px 0;
    }
    div[class*=spotlight] .btn-prev,
    div[class*=spotlight] .btn-next,
    .gallery .btn-prev,
    .gallery .btn-next,
    .carousel .btn-prev,
    .carousel .btn-next,
    .people-gallery .btn-prev,
    .people-gallery .btn-next{display: none;}
    .gallery .pagination{display: inline-block;}
    .gallery .heading{max-width: 100%;}
    .slide-info-active .btn-more:before,
    .tab-slide-active .btn-more:before{
        font-size: 13px;
        line-height: 18px;
    }
    .container div[class*=spotlight] .info:after,
    .spotlight-05 .mask:after,
    .spotlight-06 .mask:after,
    .container .spotlight-06:after{
        display: block;
        clear: both;
        content: '';
    }
    .container div[class*=spotlight] .info{
        color: #818385;
        padding: 0 0 25px;
        overflow: visible;
    }
    .spotlight .slide-title h1,
    .container div[class*=spotlight] .heading h1{display: none;}
    .container div[class*=spotlight] .info h1{color: #000;}
    div[class*=spotlight] .pagination li:hover a,
    div[class*=case-study] .pagination li:hover a,
    .case-study .pagination .active a,
    .spotlight .pagination .active a{background: #007fb0;}
    div[class*=spotlight-] .mask{
        padding-top: 30px;
    }
    .spotlight-05 .mask,
    .spotlight-06 .mask{overflow: visible;}
    div[class*=spotlight-] .paging{
        bottom: auto;
        top: 0;
        left: 0;
        text-align: center;
    }
    .spotlight-03 .heading,
    .spotlight-04 .heading{
        top: 3px;
        text-align: center;
        left: 0;
    }
    .spotlight-02 .info{position: relative;}
    .container .spotlight-02 .more{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .container .spotlight-03,
    .container .spotlight-04,
    .container .spotlight-05{
        padding-left: 7.4%;
        padding-right: 7.4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .container .spotlight-06{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: visible;
    }

    /* insights */
    .blue .insights h1, .blue .insights .slide .link, .blue .insights .slide .date, .blue .insights .slide h2{color: #707274;}
    .blue .insights .btn-prev{background-position: -140px 0;}
    .blue .insights .btn-next{background-position: -166px 0;}
    .insights .heading{border: 0;padding: 0;text-align: center;}
    .insights .heading h1, .insights .heading .view-all{display: none;}

    /* gallery */
    .gallery .slide-info{
        font-size: 13px;
        line-height: 18px;
        padding: 2.55% 5% 2.75%;
        color: #707274;
    }
    .gallery .case-info h1{
        font-size: 18px;
        line-height: 22px;
    }
    .gallery .heading{
        border: 0;
        text-align: center;
        margin: 0;
        padding: 0 0 10px;
    }
    .gallery .paging{
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .gallery .heading h1{display: none;}

    /* main gallery */
    .main-gallery .slide{
        width: 100%;
        max-width: 600px;
    }
    .main-gallery .btn-prev,
    .main-gallery .btn-next{
        width: 36px;
        height: 48px;
        margin-top: -24px;
    }
    .main-gallery .btn-prev{
        left: 5px;
        background-position: -187px -192px;
    }
    .main-gallery .btn-next{
        right: 5px;
        background-position: -224px -192px;
    }

    /* people-list */
    .contacts-result-list li{
        width: auto;
        max-width: 98%;
        margin-right:2%;

    }
    .people-gallery .mask{
        position: relative;
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .people-gallery .people-list{
        list-style: none;
        margin: 0;
        padding: 0;
        /*width: 9999px;*/
        position: relative;
    }
    .people-list li .information .profile, .people-list li .information .read-more{color: #007fb0;}
    .people-list li .information h1 a{color: #f0be08;}
    .people-gallery .people-list li{
        padding: 0;
        float: left;
        letter-spacing: 0;
        width: 100%;
        height: auto;
        max-height: 100%;
        display: block;
    }
    .people-list li>a img{
        position: static;
        width: 100%;
        height: auto;
        top: 50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .people-gallery .heading{
        display: block;
        padding: 0 0 10px;
        margin: 0;
    }
    .people-list li .information .text-info{
        font-size: 13px;
        line-height: 16px;
    }
    .people-list li .information .text-info .read{color: #199ed7;}
    .people-list li .information .text-info .read:after{
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent #199ed7;
        margin-top: -5px;
    }

    /* offices */
    .no-tab .offices-list .mobile-title{display: block;}
    .offices-list{
        margin: 0 -4%;
        padding: 10px 0 0;
    }
    .offices-list li{
        width: 100%;
        float: none;
        position: relative;
        max-height: 100%;
        height: auto;
    }
    .offices-list li a img{
        width: 100%;
        height: auto;
    }
    .people-list.offices-list li:hover .information .text-info,
    .people-list.offices-list li .information .text-info{padding: 20px 4%;}
    .people-list.offices-list li .information h1,
    .people-list.offices-list li:hover .information h1{display: none;}

    .container .tab-holder{
        padding-top: 0;
        padding-bottom: 0;
    }
    .tabs-area .tab.active{
        height: auto !important;
        min-height: 10px;
    }
    .tabs-area .tab.active .tab-content{
        /*height: auto !important;*/
        overflow: hidden;
        position: relative;
    }
    .tabs-area .tab.active .tab-content:after{display: none !important;}

    /* careers-links */
    .careers-links{
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }
    .careers-links li{margin: 0;}
    .careers-links li a{
        font-size: 16px;
        line-height: 19px;
        padding: 10px 40px 10px 17px;
    }
    .careers-links-holder{
        padding: 0;
        margin-left: -4%;
        margin-right: -4%;
    }
    .careers-links li a:after{
        border-width: 5px 0 5px 10px;
        margin-top: -5px;
    }
    .careers-gallery{
        overflow: hidden;
    }
    .careers-gallery .mask {
        position: relative;
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .careers-list{
        overflow: hidden;
        position: relative;
        max-width: 99999px;
    }
    .careers-list li{width: 100%;}

    /* sidebar */
    .sidebar, .feature{
        width: 100%;
        margin: 0 0 20px;
        padding: 20px 0 0;
        border-left: 0;
        float: none;
        border-top: 1px solid #98999a;
    }
    .no-indent .sidebar{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .template-officedetail .sidebar .contacts-list li { float: none; margin: auto; width: 100%; }
    .template-officedetail .sidebar .person-photo { overflow: hidden; width: 52%; margin: 0 0 13px; display: block; }
    .template-officedetail .sidebar .contact-info { width: auto; display: normal; }

    .no-indent .content{padding: 0;}
    .header-block .text-holder{padding-top: 15px;}
    .left-block{
        float: none;
        width: 100%;
    }
    .right-block{
        border-left: 0;
        border-top: 1px solid #98999a;
        padding-top: 20px;
        padding-left: 0;
    }
    .experience-tab .right-block{padding-top: 0;}
    .experience-tab .left-block .tab-heading{display: none;}
    .right-block:first-child{
        border-top: 0;
        padding-top: 0;
    }
    .right-block h1{
        font-size: 22px;
        line-height: 25px;
        padding-top: 0;
    }
    .right-block h2{
        font-size: 18px;
        line-height: 22px;
    }

    /* accordion-area */
    .accordion{padding: 0;}
    .accordion-area{padding: 0;}
    .dark-grey .accordion-area .accordion-block,
    .accordion-area .accordion-block:first-child,
    .accordion-area .accordion-block{
        width: 100%;
        margin: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #6f7174;
        font-size: 15px;
        line-height: 18px;
    }
    .template-insights .accordion-area .accordion-block:hover { background-color: transparent; }
    .dark-grey .accordion-area .accordion-block { height: auto;}
    .accordion-area .accordion-block .btn-link{
        color: #6f7174;
        padding: 0 0 0 13px;
        margin: 0 0 5px;
    }
    .accordion-area .accordion-block .opener{
        height: 18px;
        width: 20px;
    }
    .accordion-area .accordion-block .opener:after{
        content: '';
        font-style: 0;
        line-height: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 8px;
        border-color: transparent transparent transparent #6f7174;
        right: auto;
        left: 6px;
        margin-top: -4px;
    }
    .accordion-area .accordion-block.active .opener:after{
        border-width: 8px 4px 0 4px;
        border-color: #6f7174 transparent transparent transparent;
        margin-top: -4px;
        content: "";
    }
    .accordion-area .accordion-block .accordion-slide{
        padding: 0 13px;
    }
    .accordion-holder{border-top: 1px solid #fff;}
    .accordion-holder .accordion{padding: 0;}
    .accordion-area .list li a{color: #707274;}
    .accordion-area .list li:before{background: #707274;}

    .main-heading{
        margin: 0;
        padding: 0;
    }
    .main-heading h1{
        text-transform: uppercase;
        font-size: 18px;
        line-height: 21px;
        color: #000;
        margin: 0 0 10px;
        padding: 0;
    }

    /* hide for elements */
    .tabs-area{margin: 0;}
    .tabs-area .headline,
    .tabset{display: none;}
    .onetab .tabs-area{
        padding-left: 0;
        padding-right: 0;
    }

    /* tab-heading */
    .tabs-area .tab-heading {
        display:block;
        margin:0;
        padding:0;
        font-size: 14px;
        font-weight: normal;
        color:#fff;
        border-top:1px solid #fff;
    }
    .tabs-area .tab-heading a {
        display:block;
        padding:6px 4% 6px 10%;
        color:#fff;
        background-color: #007fb0;
        position: relative;
    }
    .tabs-area .tab-heading a:hover,
    .tabs-area .tab.active .tab-heading a {text-decoration: none;}
    .tabs-area .tab-heading a:before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
    }
    .tabs-area .tab.active .tab-heading a:before{
        border-width: 0 5px 8px 5px;
        border-color: transparent transparent #fff transparent;
    }

    /* tab-content */
    .container .tab-holder:not(.holder){
        padding-top: 0;
        padding-bottom: 0;
        height: auto !important;
    }
    .container .tab-holder.onetab{border: 0;}
    .tab-holder.onetab:before{display: none;}
    .tabs-area .tab{
        background: none;
        margin: 0 -9%;
        padding: 0;
    }
    .tab-content{
        padding: 15px 7.4%;
        font-size: 13px;
    }

    /* columns-holder */
    .columns-holder{display: block;}
    .columns-holder .column{
        display: block;
        border: none;
        width: auto;
        margin: 0 0 20px;
    }
    .columns-holder .column:last-child{margin-bottom: 0;}

    /* publications-list */
    .publications-list{
        padding:0;
        font-size: 14px;
    }
    .publications-list li{margin: 0 0 10px;}
    .publications-list h3{font:14px/1.2 'Aller W01', Arial, Helvetica, sans-serif;}
    .publications-list footer{
        font-size: 12px;
        margin-bottom: 0;
    }

    /* contacts result */
    .contacts-result-list{margin: 0 0 -20px;}
    .contacts-result-list li { width: 48%; padding: 0 0 20px; }
    .contacts-result-list > li:nth-child(odd) { clear: both; }

    /* about-box */
    .about-box{
        position: relative;
    }
    .about-box .info{
        color: #6f7174;
        font-size: 13px;
        line-height: 1.2;
    }
    .container .holder.full .about-box{padding: 0;}
    .about-box .image-holder{
        width: 100%;
        padding: 0 75px 0 0;
        background: #000;
    }
    .about-box .social-media{
        position: absolute;
        right: 36px;
        top: 30px;
    }
    .about-box .social-media li{
        float: none;
        display: block;
        margin: 0 0 10px;
    }
    .about-box .social-media li.share{
        display: none;
    }
    .about-box .social-media a{
        margin: 0 auto;
    }
    .about-box h1{
        color: #000;
        font-size: 24px;
        line-height: 1.2;
    }
    .about-box .role{
        font-size: 13px;
        line-height: 1.2;
    }
    .about-box address{
        float: none;
        margin: 0 0 15px;
        font-size: 15px;
        line-height: 1.2;
        color: #007fb0;
        width: auto;
    }
    .about-box address a{color: #007fb0;}
    .about-box .address-holder{
        border-bottom: 1px solid #bababc;
        padding: 20px 0 0;
        margin: 0 0 20px;
    }
    .about-box .address-holder address:last-child{
        font-size: 15px;
        line-height: 1.2;
        color: #007fb0;
    }
    .about-box .address-holder address:last-child br{display: none;}
    .about-box .address-holder address:last-child span{
        display: inline-block;
        vertical-align: top;
        padding: 0 32px  0 0;
        position: relative;
    }
    .about-box .address-holder address:last-child span:after{
        content: "|";
        position: absolute;
        left: -18px;
        top: 0;
        color: #bababc;
    }
    .about-box .address-holder address:last-child span:first-child:after{display: none;}

    /* social-networks */
    .about-box .social-media .mail a{background: url(../images/sprite.png) no-repeat -274px -28px;}
    .about-box .social-media .linkedin a{background: url(../images/sprite.png) no-repeat -275px -65px;}
    .about-box .social-media .twitter a{background: url(../images/sprite.png) no-repeat -275px -103px;}

    /* headline */
    .headline{
        padding: 20px 0;
        margin: 0;
    }
    .light-grey .headline h1,
    .container .tab-holder h1{color: #000 !important;}

    /* footer */
    #footer{
        padding-top: 20px;
        font-size: 11px;
        line-height: 14px;
    }
    .footer-list{text-transform: capitalize;}
    .footer-list a{text-decoration: none;}
    .footer-list a:hover{text-decoration: underline;}
    .mobile-hidden{display: none !important;}
    .recognition{
        font-size: 16px;
        line-height: 19px;
    }
    .people-gallery .pagination li:hover:not(.active) a,
    .loop-gallery  .pagination li:hover:not(.active) a,
    .carousel .pagination li:hover:not(.active) a{
        background: #6f7174;
    }
    .carousel .heading h1{display: none;}
    .bottom-info .btn-pdf,
    .bottom-info .btn-calendar{
        margin: 0 0 10px;
        clear: both;
    }

    /*OurPeople.ascx support styles*/
    .hidden-attorney {
        display: block;
    }
    .people-gallery .link-holder {
        display: none;
    }
    .experience-tab{
        display: table;
        overflow: visible;
        margin: -4% 0 -3.3%;
        width: 100%;
    }
    .experience-tab .mobile-title{margin: 0 -9%;}
    .experience-tab .left-block{display: table-footer-group;}
    .experience-tab .right-block{
        border: 0;
        margin: 0 0 20px;
    }
    .experience-tab .mobile-title h1{
        font-size: 14px;
        line-height: 17px;
        margin: 0;
    }

    .detailOpener:after { color: #444; font-size: 16px; }
    .list-detail { color: #444; font-size: 100%; }

    .template-podcastlanding .result-list .result-block .info { padding: 0 0 0 2.5em; }

    .template-people .spotlight-01 .paging { position: relative; left: auto; top: auto; }
}
@media only screen and (max-width: 670px) {
    /* main gallery */
    .holder.main-gallery{
        padding: 0 !important;
    }
    .main-gallery .mask{
        padding: 50px 0 0;
        overflow: hidden;
    }
    .main-gallery .paging{top: 12px;}
    .main-gallery .slide{
        width: 100%;
        max-width: 670px;
    }
    .main-gallery .slide.active .slide-info,
    .main-gallery .btn-prev,
    .main-gallery .btn-next,
    .main-gallery .paging h1{display: none;}
    /*#8251*/
    .main-gallery .slide > a > img { width: 100%; height: auto; }

    .carousel .btn-container-prev { left: -22px; }
    .carousel .btn-container-next { right: -18px; }

    #tab-deals .tab-content { padding: 15px 55px; }
    #tab-deals .carousel .btn-container-next { right: -37px; }
    #tab-deals .carousel .btn-container-prev { left: -37px; }
    #tab-deals .carousel .slideset { height: auto; margin-bottom: 10px; }

    .template-podcastlanding .result-list .result-block .info { padding: 0 0 0 2.5em; }
    .accordion .people-form input[type="text"]{ width:94%;}
    .accordion .people-form input[type="submit"] { padding: 0 18px; }
}
@media only screen and (max-width: 640px){
    #main{
        min-height: 200px;
    }
    .insights .mask .slide{
        width: 50% !important;
    }
    .alphabet{padding: 0 16px 0 0;}
    .people-form .row{margin: 0 0 12px;}
    .accordion .people-form input[type="text"]{ float: left; width: 100%; }
    .accordion .people-form button.zoom_searchbtn { float: left; margin-left: -30px; }
    .people-form input[type=text],
    .people-form .fancy-select,
    .people-form img{ float: none; width: 100%; margin: 0 0 10px; }
    .accordion .people-form input.zoom_searchbox[type="text"] { width: 100%; }
    .people-form .search-submit-box { width: 100%; margin: 0; text-align: left; }
    .accordion .people-form .submit-box { width: 100%; max-width: unset; }
    .people-form input[type="submit"]{min-width: 48%;}
    .dark-grey .accordion-area .accordion-block,
    .accordion-area .accordion-block:first-child,
    .accordion-area .accordion-block{font-size: 16px;}
    .item-information .item-pgoto{
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
    .tab-content .map{
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .experience-tab .mobile-title{margin: 0 -4.5%;}
    .people-gallery .people-list li{
        position: relative;
        padding: 0 2px;
    }
    .people-list li .information,
    .people-list li:hover .information{
        background: none;
        padding: 0;
        position: static;
    }
    .people-list li:hover .information .text-info,
    .people-list li .information .text-info{
        opacity: 1;
        background: none;
        display: block;
        color: #6f7174;
        line-height: 1.8;
    }
    .people-list li .information address{color: #707274;}
    .people-list li .information address .profile,
    .people-list li .information .read-more,
    .people-area .link-holder .view{color: #007fb0;}
    .people-list li .information .read-more:after{border-color: transparent transparent transparent #007fb0;}
    .people-list li .information address a{color: #707274;}
    .people-list li .information h1,
    .people-list li:hover .information h1{
        background: rgba(0, 0, 0, 0.6);
        padding: 10px;
        color: #f0be08;
        height: 41px;
        overflow: hidden;
        margin: -41px 0 20px;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 700;
    }
    .people-area .link-holder{
        padding: 0;
        letter-spacing: 0;
    }
    .people-list li:hover .information:before{display: none;}
    .people-list li .information:before{display: none;}
    .result-list .link-holder,
    .container .holder,
    .header-block .text-holder,
    .container .tab-holder,
    .container .holder.full .about-box,
    .text-holder, .intro-holder,
    .result-list .result-block .info-holder,
    .header-area,
    .accordion-holder .holder,
    .mobile-title a,
    .people-area .link-holder{
        padding-left: 4%;
        padding-right: 4%;
    }
    .people-gallery{margin: 0 -5%;}
    .people-list li .information .text-info{
        padding-left: 4%;
        padding-right: 4%;
    }
    .contacts-result-list li { width: 100%; padding: 0 0 20px; }

    .container div[class*=spotlight]{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 -5%;
        padding: 0;
        width: auto;
    }
    .container .full div[class*=spotlight]{margin: 0;}
    .container div[class*=spotlight] .info,
    div[class*="spotlight"] .info-holder,
    .spotlight .slide-info{
        padding-left: 4%;
        padding-right: 4%;
    }
    .bottom-info .btn-pdf,
    .bottom-info .btn-calendar{margin: 0 0 10px;}
    .spotlight-01 .slide,
    .spotlight .slide{max-width: 639px;}

    .template-podcastlanding .result-list .result-block .info { padding-left:2em;padding-right:0; }

    .template-insights .accordion .people-form input[type="text"].basic,
    .template-casestudies .accordion .people-form input[type="text"].basic { float: left; width: 100%; }
    .template-insights .accordion .people-form button.zoom_searchbtn,
    .template-casestudies .accordion .people-form button.zoom_searchbtn { float: left; margin-left: -30px; }
}
@media only screen and (max-width: 500px){
    #main{
        min-height: 200px;
    }
    .template-home{
        height: 100%;
        background: #000;
        color: #fff;
    }
    .template-home #main{
        min-height: 540px;

    }
    #header .header-frame{
        padding-left: 13%;
        padding-right: 10%;
    }
    .carousel .slide,
    .insights .mask .slide{
        width: 100% !important;
    }
    .insights .mask .slide{
        border: 0;
    }
    .carousel .slide .tombstone-box{
        text-align: center;
        margin: 2px auto;
        border: 0;
        box-shadow: 0;
    }
    .slidedots li button {
        margin: 0 2px;
    }
    .spotlight-06 .info .date{
        font-size: 18px;
        line-height: 22px;
    }
    .accordion .alphabet li{padding: 0 8px 0 0;}

    /* result-block */
    .result-list .result-block .photo{
        float: none;
        padding: 0 0 23px;
        overflow: hidden;
        width: 100%;
    }
    .template-podcastlanding .result-list .result-block .photo .pod-links .dsm_dssInit {
        right: auto;
        left: 64%;
        top: 25px;
    }
    /* main gallery */
    .main-gallery .slide{
        width: 100%;
        max-width: 500px;
    }
    .main-gallery .slide .slide-info h1{
        font-size: 20px;
        line-height: 26px;
    }
    .main-gallery .slide .slide-info{
        font-size: 13px;
        line-height: 16px;
    }
    .main-gallery .slide .more:after{
        border-width: 4px 0 4px 8px;
        margin-top: -3px;
    }
    .container .tab-holder .main-heading+.tabs-area .tab-heading a,
    .container .tab-holder .head-area+.tabs-area .tab-heading a,
    .container .tab-holder .headline+.tabs-area .tab-heading a{padding-left: 13%;}
    .tabs-area .tab-heading a{padding-left: 7.4%;}
    .spotlight-01 .slide,
    .spotlight .slide{max-width: 500px;}
    .experience-tab .mobile-title a{padding-left: 4%;}

    .carousel .btn-container-prev {
        left: -22px;
    }
    .carousel .btn-container-next {
        right: -18px;
    }

    #tab-deals .carousel .btn-container-next {
        right: -45px;
        top: 20% !important;
    }
    #tab-deals .carousel .btn-container-prev {
        left: -45px;
        top: 20% !important;
    }
    .template-podcastlanding #MainImageAsset { float: none; text-align: center; }
    .template-podcastlanding section.container.blue article.content { margin: 0 auto; padding: 1em 0 0; width: 90%; }
    .template-podcastlanding .result-list .result-block .photo .pod-listen{
        display: inline-block;
        margin-left: 0;
    }
    .template-podcastlanding .result-list .result-block .photo .pod-share {
        display: inline-block;
        margin-left: 1.5em;
    }
    .accordion .people-form input[type="text"]{ }
    .accordion .people-form button.zoom_searchbtn{ margin-left: -30px; }

    .template-insights .accordion .people-form input[type="text"].basic,
    .template-casestudies .accordion .people-form input[type="text"].basic { float: left; width: 100%; }
    .template-insights .accordion .people-form button.zoom_searchbtn,
    .template-casestudies .accordion .people-form button.zoom_searchbtn { float: left; margin-left: -30px; }

    .dialog-form input[type="text"], .dialog-form textarea{ width: 98%; }
    .dialog-form img { min-width: 98%; height: auto; }
}
@media all and (-webkit-min-device-pixel-ratio: 1){
    .people-form input[type=text]{
          padding-top: 8px;
     }
}
@media only screen and (max-width: 429px){
    .accordion .people-form input.zoom_searchbox[type="text"] { }
    .accordion .people-form input[type="text"]{ }
    .accordion .people-form button.zoom_searchbtn{ margin-left: -36px; }
    .contacts-result-list li{width: auto; max-width: 100%;}
    .contacts-result-list .person-photo { float: left; width: 38%; margin: 0 12px 0 0; }
}
@media only screen and (max-width: 353px){
    .accordion .people-form button.zoom_searchbtn { margin-left: -36px; }
    .accordion .people-form input[type="text"]{ }
    .people-form input[type="submit"] { min-width: 44%; }
}
@media only screen and (max-width: 340px){
    #main{
        min-height: 200px;
    }
    /* main gallery */
    .main-gallery .slide{
        width: 100%;
        max-width: 320px;
    }
    .spotlight-01 .slide,
    .spotlight .slide{max-width: 340px;}

    .carousel .btn-container-prev {
        left: -22px;
    }
    .carousel .btn-container-next {
        right: -18px;
    }
    .people-form input[type="submit"] { min-width: 44%; }
    .accordion .people-form button.zoom_searchbtn { margin-left: -34px; }
    .accordion .people-form input.zoom_searchbox[type="text"] { }
    .accordion .people-form input[type="text"]{width:89%;}
}
@media ( -webkit-min-device-pixel-ratio : 1.5 ) and (max-width:940px), ( min-resolution : 144dpi ) and (max-width:940px){
    .tools > li > a{
        background: url(../images/sprite2x.png) no-repeat;
        background-size: 150px 175px;
    }
    .tools > .print > a{background-position: -24px -75px;}
    .tools > .download > a{background-position: -62px -76px;}
    .tools > .share > a{background-position: -92px -75px;}
    .tools > .subscribe > a{background-position: -130px -74px;}
    .tools > .print > a:hover{background-position: -24px -101px;}
    .tools > .download > a:hover{background-position: -62px -101px;}
    .tools > .share > a:hover{background-position: -92px -101px;}
    .tools > .subscribe > a:hover{background-position: -130px -100px;}
}
@media ( -webkit-min-device-pixel-ratio : 1.5 ) and (max-width:767px), ( min-resolution : 144dpi ) and (max-width:767px){
    .logo{background-size: 180px 38px;}
    .menu-opener,
    .menu-closer,
    .search-form input[type=submit]{
        background: url(../images/sprite2x.png) no-repeat -39px 0;
        background-size: 150px 175px;
    }
    .menu-closer{background-position: -41px -44px;}
    .menu-opener.search{
        background-position: -97px 0;
    }
    .search-form input[type=submit]{background-position: -126px 0;}
    .footer-holder .share li a{
        background: url(../images/sprite2x.png) no-repeat;
        background-size: 150px 175px;
    }
    .footer-holder .share li.linkedin a{background-position: 0 -130px;}
    .footer-holder .share li.twitter a{background-position: -53px -130px;}
    .footer-holder .share li.facebook a{background-position: -109px -129px;}
    .footer-holder .share li.rss a{background-position: -128px -129px;}
    .footer-holder .share li.linkedin a:hover{background-position: 0 -155px;}
    .footer-holder .share li.twitter a:hover{background-position: -53px -155px;}
    .footer-holder .share li.facebook a:hover{background-position: -109px -154px;}
    .footer-holder .share li.rss a:hover{background-position: -128px -154px;}
}

/* END responsive media queries */

.bold { font-weight: bold; }

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: filter .5s;
}

.grayscale.grayscale-fade:hover {
    -webkit-filter: grayscale(0%);
    filter: none
}

.grayscale-replaced.grayscale-fade svg {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    max-width: 100%;
}

.grayscale-replaced.grayscale-fade:hover svg { opacity: 0 }
.grayscale-replaced.grayscale-fade{
    width: auto !important;
}

.infra-groups  .main-heading  h1  {  color:  #707274;  padding-bottom:  0.5em;  border-bottom:  1px  solid  #707274;  display:  inline-block;  }
.group  {  width:  47.5%;  margin-right:  1em;  margin-bottom:  1em;  position:  relative;  overflow:  hidden;  float:  left;  }
.group  img  {  width:  100%;  height:  auto;  }
.group  >  header  {  position:  absolute;  bottom:  0;  left:  0;  width:  100%;  padding:  1em  1.5em;  background:  rgba(0,  0,  0,  0.75);  }
.group  >  header  >  h3  {  margin:  0;  color:  white;  position:  relative;  z-index:  1;  }

@media  only  screen  and  (max-width:940px){
        .group  {  width:  100%;  background-repeat:  repeat;  }
}
@media  only  screen  and  (max-width:767px){
        .infra-groups  .main-heading  h1  {display:none;}
}
.service-container  {  position:  relative;  }
.services-info  {  position:  absolute;  top:  0;  left:  0;  margin:  0  5%;  width:  90%;  background-color:  rgba(0,  0,  0,  0.75);  padding:  1.5em;  float:  left;  z-index:  99;  }
.services-info  header  {  font-size:  1.25em;  font-weight:  bold;  margin-bottom:  1em;  }
.services-info  header  aside  {  float:  right;  cursor:  pointer;  }
.services-info  p  {  font-size:  0.9em  }
.services-info  .services-link  {  text-align:  right;  }
.services-info  .services-link  a  {  color:  #fff;  font-size:  0.8em;  font-weight:  bold;  text-decoration:  none;  }
@media  only  screen  and  (max-width:767px){
    .service-container .toggleText { display: none; }
}
.group-tags { font-size: 0.8em; color: #999; }

.template-home .container.blue a {color:#000;}
.template-home .container.blue .spotlight .pagination li a {color:#000;}
.tools li a { color: #575959;}

.template-subscribe .accordion .people-form input[type="text"] { width: 48%; }
.template-subscribe .accordion .people-form input[type="submit"] { clear: both; text-align: center; }
.template-subscribe .accordion .people-form img { min-width: 260px; }
.template-subscribe .button-row { margin-left: calc(1% + 5px); }
@media  only  screen  and  (max-width:640px){
    .template-subscribe .accordion .people-form input[type="text"] { width: 98%; }
    .template-subscribe .accordion .people-form img { max-width: 320px; }
}

@media  only  screen  and  (max-width:767px){
    .container.blue .spotlight .pagination { text-align: center; }
    .container.blue .spotlight .pagination a { background: #707274; }
    .container.blue .spotlight .pagination .active a, .container.blue .spotlight .pagination a:hover { background: #007fb0; }
    .template-home .container.blue .spotlight .pagination li a:hover { background: #007fb0; }
    
    .container.blue .spotlight .btn-prev, .container.blue .spotlight .btn-next,
    .container.light-grey .paging .btn-prev, .container.light-grey .paging .btn-next { 
        color: transparent; font-size: 0.1px; cursor: default;
        border-color: transparent;
    }
}
