/**************************************
  WEBER COLORS:
     BLACK:   #000000
     GRAY1:   #E2E2E2  
     GRAY1:   #404040  
     GRAY2:   #707070
     GRAY3:   #AEAEAE     
     YELLOW:  #FFCC33
     BLUE:    #197295;
***************************************/

/********************** BEGIN CUSTOM FONTS **********************/
@font-face {
  font-family: "CpHelveticaNeue";
  src:url("../css/fonts/HelveticaNeue.eot");  
  src:url('../css/fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
  url('../css/fonts/HelveticaNeue.woff') format('woff'),
  url('../css/fonts/HelveticaNeue.ttf') format('truetype'),
  url('../css/fonts/HelveticaNeue.svg#mac-icon-simpleregular') format('svg');
}
/********************** END CUSTOM FONTS **********************/

/********************** BEGIN RESET STYLES **********************/
/* Used to reset all browsers to have the same default styling */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  background: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
}
div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, 
input, select, textarea, 
dl, dt, dd, ol, ul, li, 
fieldset, legend, 
caption, th, td {
  font-size: 100%;
}
blockquote, q { quotes: none; }
blockquote: before, blockquote: after, q: before, q: after { content: ''; content: none; }
ins, mark { background-color: #ff9; color: #666; }
ins { text-decoration: none;}
mark { font-style: italic; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
/* remember to define focus styles! */
: focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
table td { vertical-align: top; }
input, select { vertical-align: middle; }
sup, sub { font-size: smaller; line-height: normal; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
a {
  background: none repeat scroll 0 0 transparent;
  color: #000000;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline; 
}
a:active {
  outline: none;
}
a.active {
  /*text-decoration: underline !important;*/
}

th {
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #AEAEAE;
  margin: 1em 0;
  padding: 0;
}
/*********************** END RESET STYLES ***********************/

body {
  background-color: #E2E2E2;
  font-family: Arial,Helvetica,Garuda,sans-serif !important;
  font-size: 12px;
  color: #404040;
}
ol, ul {
  list-style: none;
}

p {
  padding-bottom: 16px;
}
a:hover{
  color: #FFCC33;
}
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

#container { /* Overall page container */
  background-color: #FFFFFF;
  min-width: 1300px;
  width: auto;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}




#nav { /* Nav container */
  display: block;
  position: relative; 
}

.submenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.submenu li {
  margin: 0;
}

/* Page title */
.pageTitle h1{
  color: #404040;
  font-family: "CpHelveticaNeue","Arimo","Helvetica Neue Light","Helvetica","Arial","Lucida Grande","sans-serif";      
  font-size: 22px;
  font-weight: 400;
/*  letter-spacing: -2px;
  line-height: 60px;*/
  margin-bottom: 10px;
}
.pil_wrapper .pil_links ul li {
  margin-left: 0 !important;
  /*margin-bottom: 4px;*/
}


/****** START SITEMAP ******/
.sitemapPageTitle {
  font-size: 116.667%;
  padding-bottom: 6px;  
}
.sitemapPageTitle a:hover {
  font-weight: 700;
}
.sitemapPageTitle ul {
  list-style: square;
  margin-left: 8px;
  margin-bottom: 4px;
  padding-left: 16px;
}
.sitemapPageTitle ul li {
  padding: 8px 0 0 4px;
}
.sitemapPageTitle li a {
  color: #404040;
  font-weight: normal;
}
.sitemapPageTitle li a:hover {
  color: #FFCC33;
  font-weight: normal;
}
.sitemapPageTitle ul li ul {
  list-style-image: url("../images/bullet.gif");
  margin-left: 0;
  padding-left: 14px;  
}
.sitemapPageTitle ul li ul li ul {
  list-style: outside;
}
/****** END SITEMAP ******/


/* General page */
.table2col {
  width: 100%;
}
.table2col .col1, .table2col .col2 {
  width: 50%;
}
.table2col .col1 {
  padding-right: 8px;
}
.table2col .col2 {
  padding-left: 8px;
}

.table3col {
  width: 100%;
}
.table3col .col1 {
  padding-right: 8px;
  width: 34%;
}
.table3col .col2 {
  padding: 0 4px;
  width: 33%;
}
.table3col .col3 {
  padding-left: 8px;
  width: 33%;
}


/* Search input/select fields */
.inputField {
/*  padding: 2px 2px 2px 4px;
  margin-bottom: 3px;*/
  /*width: 100%;*/
}
.inputField div {
  position: relative;
  /*overflow: hidden;*/
  /*width: 100%;*/
}

.inputField input, .inputFieldSelect select {
  border: 0;
  display: block;
  padding: 1px 3px;
  width: 97%;
}
.inputFieldSelect {
  padding: 1px 2px 1px 2px;
  margin-bottom: 3px;
}
.inputFieldSelect div {
  height: 18px;
  position: relative;
  overflow: hidden;
}

.inputFieldSelect select {
  font-size: 12px;
  height: 21px;
  left: -1px;
/*  padding: 2px 0 2px 2px;*/
  position: absolute;
  top: -1px;
  width: 100%;
  border: 0;
}
.inputFieldSelect select option {
  text-indent: 8px;
}

.inputFieldTextarea textarea {
  width: 286px;
  height: 60px;
  border: 1px solid #CCC;
  padding: 0;
  margin: 0;
  overflow-y: auto; 
  overflow-x: hidden; 
  overflow: -moz-scrollbars-vertical;
  color: #666;
  font-size: 12px;
}
.inputFieldTextarea .expanded {
  width: 496px;
}

.paging_links {
  font-size: 10px;
}
.paging_links a, .paging_links span {
  color: #404040;
  padding-right: 2px;
}
.paging_links a:hover {
  color: #FFCC33;
}
.paging_links div {
  display: inline-block;
}
.paging_links .active {
  font-weight: 700;
}
.paging_links .paging_pages {
  border: 1px solid #404040;
  cursor: pointer;
  margin-left: 6px;
  padding: 0 4px;
}
.non_sr_paging {
  margin-bottom: 30px;
  margin-top: 20px;
}
.non_sr_paging .paging_pages {
  margin-left: 0;
  margin-right: 6px;  
}
.paging_links .hide {
  display: none;
}
.paging_links .paging_next, .paging_links .paging_prev, .paging_links .paging_showAll, .paging_links .paging_backToPaging {
  background: none repeat scroll 0 0 #197295;
  cursor: pointer;
  margin-left: 6px;
  padding: 2px 4px;
  width: 60px;
}
.non_sr_paging .paging_next, .non_sr_paging .paging_prev {
  margin-left: 0;
  margin-right: 6px;
}
.paging_links .paging_prev {
  text-align: right;
}
.paging_links .paging_next, .paging_links .paging_showAll, .paging_links .paging_backToPaging {
  text-align: left;
}
.paging_links .paging_backToPaging {
  width: 90px;
}
.paging_links .paging_next:hover, .paging_links .paging_prev:hover, .paging_links .paging_showAll:hover, .paging_links .paging_backToPaging:hover {
  background: #FFCC33;
}
.paging_links .paging_next a, .paging_links .paging_prev a, .paging_links .paging_showAll a, .paging_links .paging_backToPaging a {
  color: #FFFFFF;
  display: block;
  line-height: 14px;
  width: 100%;
  text-decoration: none;
}
.paging_links .paging_next a:hover, .paging_links .paging_prev a:hover {
  color: #FFFFFF;
}
.paging_links .paging_next a:after, .paging_links .paging_showAll a.view_all:after, .ke_view_all a:after, .ke_view_more a:after {
  background: url("../images/sprites.png");
  content: " ";
  display: inline-block;
  float: right;
  height: 13px;
  width: 13px;
  margin: 0;
  background-position: -54px -36px;
}
.paging_links .paging_showAll a.view_all:after, .ke_view_all a:after {
  background-position: -40px -36px;
}
.paging_links .paging_prev a:before, .paging_links .paging_backToPaging a:before, .ke_back a:before {
  background: url("../images/sprites.png");
  content: " ";
  display: inline-block;
  float: left;
  height: 13px;
  width: 13px;
  margin: 0;
  background-position: -68px -36px;
}
a.back_to_paging:before {
  background: url("../images/sprites.png") no-repeat scroll 0 -55px transparent;
  content: none;
  display: inline-block;
  height: 10px;
  padding-right: 2px;
  vertical-align: middle;
  width: 10px; 
}

.ne_search_pageTitle h1, .website_search_result .pageTitle h1 {
  font-size: 454.55%;
}
.sr_paging_wrapper {
  border-top: 1px solid #AEAEAE;
  margin-bottom: 18px;
  padding-top: 20px;
}
.sr_paging_wrapper h3 {
  float: left;
}
.sr_paging_wrapper .sr_paging {
  display: block;
  float: right;
  text-align: right;
  width: 40%;  
}
.icon_datePicker {
  display: block;
  overflow: hidden;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background: url('../images/sprites.png') -90px 0px no-repeat transparent;
}
.s_dateButton {
  float: right;
  padding: 1px 3px;
  width: 14px;  
}

.adv_search_form .sbs_scopeFields .sbs_scope_list .sbs_scope_list_item {
/*  display: inline-block;
  width: 20%;*/
}
.adv_search_text {
  padding-top: 10px;
}
#ui-datepicker-div {
  display: none;
  margin-top: 24px;
  z-index: 5 !important;
}

.asbs_dateTitle {
  padding-top: 8px;
}
.asbs_scopeFields {
  padding-top: 10px;
}

/* checkboxes */
.checkbox, .radio {
  margin: 0;
  padding: 0;
  width: 13px;
  height: 13px;
}
.checkbox, .checkboxLabel label .radio, .radioLabel label {
  cursor: pointer;
}
.checkboxCheck, .checkboxLabel {
  vertical-align: middle !important;
  /*color: #999;*/
  font-size: 11px;
  padding-bottom: 6px;
}
.checkboxLabel {
  line-height: normal !important;
  padding-left: 6px;
}

.checkboxLabel .inputField {
  width: 105px;
}


/*********************** BEGIN VE OVERRIDES ***********************/
html {
  background-color: #FFFFFF;
}
div.portal-page-area {
  margin: 0 !important;
  padding: 0 !important;
}
/*^^^*/ #content td {
/*  vertical-align: top;*/
  text-align: left;
}

/* Header styles */
h1, .h1 {
  display: block;
/*  color: #FFFFFF;*/
  font-size: 209.09%;
  font-weight: 300;  
  /*padding-bottom: 9px;*/
}
h2, .h2 {
  display: block;
  font-family: Arial,Helvetica,Garuda,sans-serif;
  font-size: 150%;
  font-weight: 700;
  /*padding-bottom: 10px;*/
}
h3, .h3 {
  display: block;
  font-weight: bold;
  font-size: 100%;
  /*color: #000000;*/
  /*padding-bottom: 5px;*/
}
.narrow-col h3 a, .narrow-col .h3 a {
  color: #A53F0F !important;
}
h4, .h4 {
  display: block;
  font-size: 109.09%
  font-weight: bold;
}

/* ul */
.portal-page-area ul li, .portal-page-area ol ul li, .portal-page-area ul ol ul li, .portal-page-area ol ul ol ul li, .portal-page-area ul ol ul ol ul li {
  /*background: url("../images/bullet.gif") no-repeat scroll 0 6px transparent;*/
  /*list-style-position: inside;*/
}

.portal-page-area ul ul, .portal-page-area ul ol, .portal-page-area ol ol, .portal-page-area ol ul {
  margin-bottom: 0;
  padding-bottom: 0;
}


.portal-page-area ol li, .portal-page-area ul ol li, .portal-page-area ol ul ol li, .portal-page-area ul ol ul ol li {
/*  list-style-position: inside;*/
  background: none;
  margin-left: 22px;
  padding-left: 4px;
  padding-top:8px;
  position:relative;
}

.portal-page-area .pageListItems li a {
  /*display: block;*/
  zoom: 1; /* ie7 fix */
}

/* noBullet */
.portal-page-area ul.noBullet {
  list-style: none;
/*  margin-left: 0;
  padding-left: 0;*/
  margin-left:2px;
}

ul.noBullet li.nbLi span.plus {
  cursor: pointer;
}

ul.noBullet ul.noBullet {
  margin: 0 !important;
}
ul.noBullet ul.noBullet li.nbLi {
  /*padding-left: 10px !important; */
}

.noBullet .active {
  font-weight: bold;
}

/* blockquote */
blockquote {
  margin-left: 40px;
}

#container #page #content .portletFirstBox .portalPageArea, #container #page #content .portletFirstBox .portalPageArea2, .layout-1Column .page-colA .portletFirstBox #pageTitle {
  padding-top: 13px;
  /*margin-bottom: 14px;*/
  padding-bottom: 0 !important;
}
#container #page #content .layout-1Column .portletFirstBox .portalPageArea {
  padding: 0;
  margin: 0;
}
#container #page #content .layout-2ColWN .page-colB .portletFirstBox .portalPageArea, #container #page #content .layout-2ColWN .page-colB .portletFirstBox .portalPageArea2 {
  padding-top: 0;
  margin-bottom: 0;
}

#container #page #content .portletStretchBox .portalPageArea {
  padding: 0 !important;
}
#container #page #content .portalPageArea .portalPageArea2 {
  margin-bottom: 0 !important;
}

.portal-page .wos-column-body {
  /*min-height: 500px;*/
  /*height: auto !important;*/
  /*height: 500px;*/
}

.webtemplate-toolbar {
  display: none;
}
/*********************** END VE OVERRIDES ***********************/



.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }  
.clearfix { display: block; }  
   
html[xmlns] .clearfix { display: block; }  
* html .clearfix { height: 1%; }

.section_landing_text {
    color: #889D2C;
    font-size: 166.667%;
    padding-bottom: 40px;
    padding-right: 1.5%;
}
.section_landing_col2 .pil_wrapper table.table2col td {
  width: auto;
}
.section_landing_col2 .pil_wrapper table.table2col td.col1 {
   padding-right: 106px;
}
.search_droppicker {
  color: #404040;
  font-size: 10px;
}
.search_droppicker table {
  width: 100%;
}
.search_droppicker .inputField {
  border: 1px solid #AEAEAE;
  margin-bottom: 6px;
}
.content_wrapper {
  width: 100%;
}
.content_wrapper .search_droppicker .inputField input {
  color: #404040;
}
.search_droppicker .search_btn {
  display: block;
  float: right;
  margin-left: 6px;  
  width: 20%;
  line-height: 20px;
  margin-bottom: 6px;  
  margin-top: 6px;
}
.search_droppicker .search_btn a{
  background:#AEAEAE;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  overflow: hidden;
  padding: 2px 6px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
}
.search_droppicker .search_btn a:hover {
  color: #FFFFFF;
  background: #FFCC33;
}
.search_droppicker .wsdSelect li:hover {
  background: #197295;
  color: #FFFFFF;
}
.atty_landing_col2 {
  padding-right: 2.5%;
}

.als_search_alpha {
  margin-bottom: 20px;
}
.als_search_alpha h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5%;
  white-space: nowrap;
}

.als_search_alpha table.als_alpha_table {  
  width: 100%;
}
.als_search_alpha table.als_alpha_table tr td {
  padding-bottom: 2px;
  text-align: center !important;
  width: 14%;
}
.als_search_alpha table.als_alpha_table tr td.als_alpha_letter_box {
  vertical-align: middle;  
}
.als_search_alpha table.als_alpha_table tr td.als_alpha_va_box {
  vertical-align: bottom;  
}
.als_search_alpha table.als_alpha_table tr td a{
  color: #197295;
  font-size: 18px;
  /*font-weight: 600;*/
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.als_search_alpha table.als_alpha_table tr td a:hover {
  color: #FFCC33;
/*  top: -2px;*/
}
.als_search_alpha table.als_alpha_table tr td a.als_alpha_viewAll {
  display: block;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 2px;
  white-space: nowrap;
}


.als_by_office {
  background-color: #889D2C;
  color: #FFFFFF;
  font-size: 109.09%;
  font-weight: 500;
  height: 20px;
  line-height: 20px;   
  margin-top: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  vertical-align: middle; 
}
ul.al_office_list {
  margin-top: 16px;
}
ul.al_office_list li a {
  color: #5A5A49;
  font-size: 209.09%;
  position: relative;
}
ul.al_office_list li a:hover {
  color: #889D2C;
/*  top: -2px;*/
}
#content {
  margin: 0 auto;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.ne_searchButton {
  background-color: #E48E03;
  color: #FFFFFF;
  margin-left: 2px;
  padding: 2px;
  text-transform: uppercase;
}
.ne_searchButton:hover {
  background-color: #E8AD4E;
}
.ne_searchButton a {
  color: #FFFFFF;
  vertical-align: middle;
}
.ne_searchButton a:hover {
  font-weight: 700;
}

.layout-2ColWN .wide-col.page-colA {
  padding-right: 2%;
  width: 76.786% !important;
/*  width: 100% !important;*/
}
.layout-2ColWN .wide-col.page-colA .wos-column-body {
  margin-right: 4px;
}
.layout-2ColWN .narrow-col.page-colB {
  border-left: 1px solid #AEAEAE !important;
  padding-left: 2.24%;
  padding-right: 1.08%;
  width: 23.21%;
}
.narrow-col.page-colB a {
  color: #197295;
}
.narrow-col.page-colB a:hover {
  color: #707070;
}
.narrow-col.page-colB h3 {
  margin-bottom: 16px;
}
.content_wrapper {
/*  margin-bottom: 80px;
  width: 100%;*/
}
.content_wrapper a {
  color: #197295;
  text-decoration: underline;
}
.content_wrapper a:hover {
  color: #FFCC33;
}
.details_wrapper {
  color: #404040;
  font-size: 12px;
  /*margin-bottom: 120px;  */
  width: 100%;
}
.details_wrapper a {
  color: #197295;
  text-decoration: underline;
}
.details_wrapper a:hover {
  color: #FFCC33;
}
.details_wrapper h2 a, .details_wrapper h2 a:hover {
  color: #404040;
}
.details_contact {
  padding-bottom: 10px;
}

.atty_search_page_header_wrapper, .atty_sr_paging_wrapper {
  padding-bottom: 30px;
  margin: 60px 23.21% 0 16.07%;
  padding: 0 1.43%;
}
.atty_sr_paging_wrapper {
  border-top: 0;
  font-size: 12px;
  margin-bottom: 16px;
  margin-top: 4px;
}
.atty_sr_paging_wrapper h3 {
  float: left;
  margin-right: 16px;
}
.atty_sort_wrapper {
  display: inline-block;
  width: 46.30%;
}
.atty_sort_wrapper .atty_sort_text {
  display: inline-block; 
  /*padding-right: 16px;    */
  width: 19%;
}
.atty_sort_text span {
  display: block;
  line-height: 18px;
}
.atty_sort_wrapper .atty_sort {
  border: 1px solid #AEAEAE;
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: middle;
  width: 80%;  
}
.tab_atty_sort_wrapper {
  width: 40%;
  margin-bottom: 16px;
}
.sr_atty_paging_copy {
  padding-bottom: 20px;
}
.atty_search_page_header_wrapper .pageTitle > h1 {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 2px;
}
.sr_summary_wrapper {
  font-size: 14px;
}
.atty_search_page_header_wrapper .atty_sort_wrapper > * {
  display: inline-block;
}
.sr_summary_wrapper em {
  color: #197295;
  font-style: normal;
  font-weight: 400;
}
.sr_summary_wrapper strong {
  margin-left: 10px;  
}
.website_search_page_header_wrapper {
  border-top: 1px solid #AEAEAE;
  margin: 16px 0;
  padding-top: 16px;
}
.content_2cols_1, .details_col1 {
  padding-bottom: 3.3333%;
  padding-right: 2%;  
  width: 76.786%;  
}
.content_2cols_1 h1 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 20px;  
}
.content_2cols_1 h2 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.content_2cols_1 .atty_details_summary_photo {
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;  
  -o-border-radius: 4px;  
  border: 4px solid #848787;
  border-radius: 4px;
  margin-bottom: 20px;
  max-width: 487px;
  max-height: 410px;
}

.content_2cols_1 .atty_details_summary_photo img{
  width: 100%;
}

.content_2cols_1 .atty_details_summary_short {
  color: #889D2C;  
  font-size: 209.09%;
  margin-bottom: 2px;
}

.content_2cols_1 .ke_landing_section_list_wrapper {
  margin-right: 9.21%;  
}
.ke_featured_list_wrapper {
  background: #404040;
  color: #AEAEAE;
  display: inline-block;
  margin-right: 2.63%;
  padding: 6px 2.11%;
  position: relative;
  vertical-align: top;
  width: 44.47%;
}
.ke_featured_list_wrapper .ke_featured_header {
    color: #FFCC33;
    font-size: 16px;
}
.ke_featured_list_wrapper .ke_paging_featured .paging_links {
  margin-bottom: 0;
  text-align: right;
}
.ke_featured_list_wrapper .ke_paging_featured .paging_links > div {
  margin-left: 6px;
  margin-right: 0;

} 
.ke_fetured_list .ke_list_item {
  border-bottom: 1px solid #505050;
  /*font-weight: 600;  */
}
.ke_fetured_list .ke_list_item a {
  color: #AEAEAE;  
}
.ke_landing_intro {
  display: inline-block;
  vertical-align: top;  
  width: 48.68%;
}
.knowledgeEvents_landing_col1 .ke_section_list, .ke_landing_bottom {
  border-top: 1px solid #DCDCDC;
  margin-top: 29px;
  padding-top: 30px;  
}
.ke_sub_landing_by_category_wrapper .ke_section_list{
  margin-bottom: 16px;
}
.ke_sub_landing_header_wrapper {
  width: 50%;
}
.ke_sub_landing_header_wrapper h2 {
  float: left;
  margin-top: -2px;
}
.ke_section_list .ke_section {
  display: inline-block;
  vertical-align: top;
  width: 48.68%;
}
.ke_section_list .ke_section:first-child {
  margin-right: 2.63%;
}
.ke_section .ke_section_list_wrapper {
  padding-right: 16.22%;
}
.ke_section .ke_section_list_header {
  margin-bottom: 12px;
}
.ke_section .ke_section_list_header > h2 {
  float: left;
}
.ke_view_more {
  background: #197295;
  margin-left: 6px;
  font-size: 10px;
  padding: 2px 4px;
  width: 69px;  
  display: inline-block;
  float: right;
}
.ke_view_more:hover {
  background: #FFCC33;
}
.ke_view_more a {
  color: #FFFFFF;
  line-height: 14px;
  text-decoration: none;
}
.ke_view_more a:hover {
  color: #FFFFFF;
}
.ke_view_all, .ke_back {
  background: #197295;
  font-size: 10px;
  padding: 2px 4px;
  width: 60px;  
  display: inline-block;
}
.ke_view_all:hover, .ke_back:hover {
  background: #FFCC33;
}
.ke_back {
  text-align: right;
  width: 100px;
  margin-bottom: 30px;
}
.ke_view_all a, .ke_back a {
  color: #FFFFFF;
  line-height: 14px;
  text-decoration: none;
}
.ke_view_all a:hover, .ke_back a:hover {
  color: #FFFFFF;
}
.ke_list_item {
  display: block;
  padding-bottom: 6px;
  margin-bottom: 6px;
  width: 100%;  
}
.ke_list_item:last-child {
  border-bottom: 0;
}
.ke_list_item b {
/*  color: #E48E03;  */
}
.ke_list_item a {
  color: #197295;  
  text-decoration: none;
}
.ke_list_item a:hover {
  color: #FFCC33;  
}
.ke_list_item strong {
  display: block;
  font-weight: normal;
}
.ke_list_item .ke_date {
  display: inline-block;
/*  margin-right: 3%;*/
  vertical-align: top;
  width: 10%;
  font-weight: bold;
}
.ke_list_item.no_date .ke_date  {
  display: none;
}
.ke_list_item .ke_title { 
  display: inline-block;
}
#content_wrapper .ke_list_item .ke_title {
  width: 90%;
}
.ke_list_item .newEvent_subsection_list_date {
  padding-right: 4px;
}
.ke_title a.keps_related_people {
  color: #707070;
  text-decoration: underline;
}
.ke_title a.keps_related_people:hover {
  color: #197295;
}
.ke_details_content_wrapper {
  /*padding-right: 18.42%;*/
  padding-right: 8%;

}
.ke_details_content_wrapper > h2 {
  /*display: inline-block;*/
  font-size: 18px;
  font-weight: 300;
  padding-right: 16px;
}
.ke_details_event_reg > a {
    background: none repeat scroll 0 0 #197295;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 29px;
    line-height: 29px;
    margin-bottom: 12px;
    padding-left: 6px;
    width: 162px;
}
.ke_details_event_reg > a:hover {
  color: #FFCC33;
}
.ke_details_event_reg > a:after {
  background: url("../images/sprites.png");
  content: " ";
  display: inline-block;
  float: right;
  height: 16px;
  margin-right: 4px;
  margin-top: 6px;
  width: 16px;
  background-position: -120px 0;
}
.ke_details_desc {
  margin-bottom: 10px;
}
.ke_details_share .ke_details_share_linkedin {
  display: inline-block;
  vertical-align: top;
}
.ke_details_share .ke_details_share_twitter {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.ke_details_links_files {
  margin-bottom: 40px;
}
.ke_details_links_files .ke_details_links, .ke_details_links_files .ke_details_files {
  margin-bottom: 10px;
}
.ke_details_media_wrapper {
  background: #E2E2E2;
  margin-bottom: 16px;
  padding: 12px;
}
.ke_details_media_wrapper ul.ke_details_media_list {
  list-style: none;
}
.ke_video_preview {
  border: 1px solid #707070;
  display: inline-block;
  height: 150px;
  margin-right: 12px;
  opacity: 0.7;
  position: relative;
  width: 200px;
}
.ke_video_preview:hover {
  opacity: 1;
}
.ke_video_preview .video_play_circle {
  cursor: pointer;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}
.ke_details_media_list {
  display: inline-block;
  vertical-align: top;
/*  width: 200px;*/
}
.ke_details_media {
  border-bottom: 1px solid #AEAEAE;
  margin-bottom: 2px;
  padding: 2px 0;
}
.ke_popup_media_player {
  display: none;
/*  padding: 20px;*/
}
.ke_search_wrapper input {
  color: #404040;
}
.ke_search_form {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.ke_search_form .search_btn a {
  background: #197295;
  color: #FFFFFF;
}
.ke_scopeFields {
  display: inline-block;
  padding-left: 3%;
  vertical-align: top;
  width: 47%;
}
.ke_scopeFields .gss_scope_list {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.popup_dialog {
  background: #404040 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #FFFFFF;
  position: fixed;
  max-width: 1066px;
  z-index: 11;

  -moz-box-shadow:    4px 4px 6px 2px #404040;
  -webkit-box-shadow: 4px 4px 6px 2px #404040;
  box-shadow:         4px 4px 6px 2px #404040;  
}
.popup_dialog a {
  color: #FFCC33;
}
.popup_dialog .ui-widget-header {
  background: #404040;
  border: 0;
}
.popup_dialog .ui-dialog-titlebar {
  background: url("../images/logo.png") no-repeat scroll left bottom #404040;
  border: 0;
  border-radius: 0;
  height: 83px;  
  margin-left: 31px;
  height: 83px;
}
.popup_dialog .ui-dialog-titlebar button {
  background: url("../images/sprites.png") -154px -18px transparent !important;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 38px;
}
.popup_dialog .ui-dialog-titlebar .ui-icon-closethick {
  display: none;
}
.popup_dialog .ui-dialog-content {
  background: #6F6F6F;
  border: 0;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 31px;
}
.popup_dialog_wrapper .popup_embed {
  float: left;
  padding-right: 31px;
  max-width: 640px;
}
.popup_dialog iframe {
  max-width: 640px;
  max-height: 380px;
}
.popup_dialog_wrapper a {
  color: #FFCC33 !important;
}
.popup_dialog_wrapper .popup_info_wrapper {
  float: right;
  max-width: 333px;
}
.popup_dialog .popup_video_title {
  color: #FFCC33;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -2px;
}
.popup_dialog .popup_video_desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 12px;  
  max-height: 360px;
  padding-right: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.ui-dialog-titlebar .ui-button-text {
  display: none;
}
.popup_dialog .ui-dialog-buttonpane {
  background: #6F6F6F;
  border: 0 none;
  padding: 0 31px 31px;
  text-align: right;  
}
.popup_dialog .ui-dialog-buttonpane .ui-button {
  background: #AEAEAE;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0 6px;
  padding: 2px 6px;
}
.popup_dialog .ui-button:hover {
  color: #FFCC33;
}
.email_disclaimer.popup_dialog .ui-dialog-titlebar {
  background: #404040;
  color: #FFFFFF;
  font-family: "CpHelveticaNeue","Arimo","Helvetica Neue Light","Helvetica","Arial","Lucida Grande","sans-serif";
  font-size: 20px;
  font-weight: 100;
  height: auto;
  padding: 18px 31px;
  margin-left: 0;
  text-align: left;
}
.email_disclaimer.popup_dialog .disclaimer_popup {
  padding-bottom: 8px;
}

.crisisManagement_dialog {
  background: #ffc423 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #FFFFFF;
  position: fixed;
  max-width: 1066px;
  z-index: 11;

  -moz-box-shadow:    4px 4px 6px 2px #404040;
  -webkit-box-shadow: 4px 4px 6px 2px #404040;
  box-shadow:         4px 4px 6px 2px #404040;  
}
.crisisManagement_dialog a {
  color: #FFCC33;
}
.crisisManagement_dialog .ui-widget-header {
  background: #ffc423;
  border: 0;
}
.crisisManagement_dialog .ui-dialog-titlebar {
  border: 0;
  border-radius: 0;
  padding-left: 31px;
  height: 83px;
  color: #99002a;
  font-size: 24px;
  display: table-cell;
  vertical-align: bottom
}
.crisisManagement_dialog .ui-dialog-titlebar button {
  background: url("../images/sprites.png") -194px -18px transparent !important;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 38px;
}
.crisisManagement_dialog .ui-dialog-titlebar .ui-icon-closethick {
  display: none;
}
.crisisManagement_dialog .ui-dialog-content {
  background: #ffc423;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 20px 31px 31px;
}
.crisisManagement_dialog .crisisManagement_content {
  padding-top: 20px;
  border-top: 1px dotted #99002a;
  margin-top: 0;
}
.crisisManagement_dialog_wrapper .popup_embed {
  float: left;
  padding-right: 31px;
  max-width: 640px;
}
.crisisManagement_dialog iframe {
  max-width: 640px;
  max-height: 380px;
}
.crisisManagement_dialog_wrapper a {
  color: #FFCC33 !important;
}
.crisisManagement_dialog_wrapper .popup_info_wrapper {
  float: right;
  max-width: 333px;
}
.crisisManagement_dialog .popup_video_title {
  color: #FFCC33;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -2px;
}
.crisisManagement_dialog .popup_video_desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 12px;  
  max-height: 360px;
  padding-right: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.crisisManagement_dialog .ui-dialog-buttonpane {
  background: #6F6F6F;
  border: 0 none;
  padding: 0 31px 31px;
  text-align: right;  
}
.crisisManagement_dialog .ui-dialog-buttonpane .ui-button {
  background: #AEAEAE;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0 6px;
  padding: 2px 6px;
}
.crisisManagement_dialog .ui-button:hover {
  color: #FFCC33;
}

.careers_landing_tb_wrapper {
  background: #FFCC33;  
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.careers_landing_top_banner {
  height: 164px;
  margin: 0 auto;
  width: 1300px;
}
.careers_landing_top_banner .careers_sub_page_wrapper {
  margin-left: 180px;
}
.careers_sub_page_wrapper a.ca_bn_col_link {
  background: #FFCC33;
  color: #404040;
  float: left;
  margin-right: 12px;
}
.careers_sub_page_wrapper a.ca_bn_col_link:hover {
  color: #197295;
}
.careers_sub_page_wrapper a.ca_bn_col_link.active {
  background: #197295;
  color: #FFFFFF;
}
.careers_landing_overview ul {
  /*list-style: square;*/
  margin-bottom: 16px;
  padding-left: 26px;
/*  margin-left: 8px;
  padding-left: 16px; */ 
}
.careers_landing_overview ul.atty_list {
  margin-left: 0;
  padding-left: 0;
}
.careers_landing_overview ul li {
  /*margin-left: 22px;*/
  padding-left: 0;
  padding-top: 8px;
  position: relative;
}
.careers_landing_overview ul li:before {
  content: '\25AA';
  font-size: 14px;
  margin-left: -15px;
  padding-right: 11px;
  position: absolute;
  top: 6px;
}
.careers_landing_overview ul li ul {
  /*list-style-image: url("../images/bullet.gif");*/
  margin-left: 6px;
  padding-left: 10px;
}
.careers_landing_overview ul li ul li {
  margin-left: 0;
}
.careers_landing_overview ul li ul li:before {
  content: '-';
}
.careers_landing_overview ul li ul li ul{

}
.careers_landing_overview ul li ul li ul li:before {
  content: '\2022'; 
}
.jobPostings_wrapper hr {
  margin: 0.2em 0 1.3em;
}
.jobPostings_wrapper h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
.jobPostings_wrapper th {
  padding-bottom: 5px;
}
.jobPostings_wrapper td {
  padding: 5px 0;
}
.jobPostings_wrapper td.title {
  min-width: 364px;
  max-width: 550px;
}
a.ca_bn_col_link.active:hover {
  color: #FFFFFF;
}
a.ca_bn_col_link .ca_bn_col_img {
  max-width: 243px;
  width: 100%;
}
a.ca_bn_col_link h2.ca_bn_col_title {
  font-size: 20px;
  font-weight: 100;
  padding: 2px 0 6px 10px;
}
.content_2cols_1 .aboutUs_details_summary {
  border-top: 1px solid #CCCCCC;  
  color: #889D2C;
  font-size: 181.18%;
  margin-bottom: 2px;
  padding-top: 18px;
}

.content_2cols_2, .details_col2 {
  border-left: 1px solid #AEAEAE;
  padding-left: 25px; /* 2.24% */
  padding-right: 12px; /* 1.08% */
  width: 23.21%;
}
.content_2cols_2.no_col3 {
  border-right: 0;
}
.content_2cols_2 h2, .content_2cols_2 h3 {
  font-size: 116.67%;
  margin-bottom: 8px;  
}
.content_2cols_2 img {
  height: auto !important;
  max-width: 100% !important;
}
.content_2cols_2 a:hover {
  color: #FFCC33;
}
.atty_title{
  /*font-size: 109.09%;*/
  /*margin-bottom: 16px;*/
}

.atty_details_contact_info {
  padding-bottom: 24px;
}
.atty_details_contact_info .contact_info
.atty_details_contact_info .contact_info {
  display: table;
}
.atty_details_contact_info .contact_info_col {
  border-left: 1px solid #AEAEAE;
  display: table-cell;
  padding: 0 25px;
}
.atty_details_contact_info .atty_social_links {
  vertical-align: bottom;
}
.atty_details_contact_info .contact_info_col:first-child {
  border: 0;
  padding-left: 0;
}
.atty_details_claim {
  margin-top: 40px;
}
#atty_details_education .atty_edu_rte ul {
/*  list-style-image: url("../images/bullet.gif");*/
  list-style: none;
  margin-left: 0;
  margin-bottom: 16px;
  padding-left: 14px;  
}
#atty_details_education .atty_edu_rte ul li:before {
  content: '-';
  font-size: 14px;
  margin-left: -12px;
  padding-right: 7px;
  /*position: absolute;*/
}
#atty_details_admissions ul li {
  margin-bottom: 14px;
}
.tab_wrapper .ke_section_list_header h3 {
  /*display: inline-block;*/
  font-size: 116.67%;
  float: left;
  margin-bottom: 6px;
  margin-right: 30px;
}
.tab_wrapper ul.ke_ref_list_body {
  font-size: 100%;
  margin-left: 0;
  padding-left: 0;
}
.tab_wrapper ul.ke_ref_list_body li {
  margin-left: 0;  
  padding-left: 0;
}
.tab_wrapper ul.ke_ref_list_body li:before {
  content: none;
}
.contact_info_col.contact_info_office > a.office_title_link {
  color: #404040;
  font-weight: 600;
}
.contact_info_col.contact_info_office > a.office_title_link:hover {
  color: #FFCC33;
}
.contact_info_col.contact_info_office a.atty_email {
  color: #197295;
}
.contact_info_col.contact_info_office a.atty_email:hover {
  color: #404040;
}
.contact_info_col .atty_social_links_header {
  border-bottom: 1px solid #AEAEAE;
  color: #404040;
  display: block;
  margin-bottom: 6px;
  padding-bottom: 2px;
}

.atty_vcard_social_links .atty_vcard {
  background: #197295;
  color: #FFFFFF;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 39px;
}
.atty_vcard_social_links .atty_vcard:hover {
  background: #FFCC33;
  color: #FFFFFF;
}
.content_2cols_2 .details_rep_exp {
  padding-bottom: 20px;  
}
.content_2cols_2 .details_prof_comm_involv {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;  
}
.content_2cols_1 ol { 
  list-style: decimal; 
margin-bottom: 22px;
  line-height: 20.8px;  
}
.attry_vcard_social_links {
  list-style: none !important;
}
.content_2cols_2 ol, .content_2cols_2 ul {
  margin-bottom: 12px;
  margin-left:-25px;
}
.content_col3, .details_col3 {
  border-left: 1px solid #CCCCCC;
  padding-left: 2%;
  width: 16%;
}
.contact_list {
  padding-top: 10px;
}
.contact_list li {
  padding-top: 10px;
}
.content_col3 h3 {
  padding-bottom: 0;
}
.content_col3 .bio_btn:hover {
  color: #404040;
}
.details_list .details_list_item {
  padding-bottom: 14px;
}
.mimic_font {
  font-family: "CpHelveticaNeue","Arimo","Helvetica Neue Light","Helvetica","Arial","Lucida Grande","sans-serif";
}
.sr_paging {
  text-align: right;
}
.sr_atty_claim {
  display: none; 
}
.sr_wrapper a {
  color: #197295;
}
.sr_wrapper a:hover {
  color: #FFCC33;
}
.sr_wrapper .sr_atty_list {
  margin-left: 16.2%;
  margin-right: 23.21%;
  padding: 0 1.43%;
}
.sr_wrapper .sr_atty_claim {
  display: none;
  margin-left: 16.2%;
  margin-right: 23.21%;
  margin-top: 20px; 
  padding: 0 1.43%;  
}
ul.atty_list li.atty_list_item {
  border-top: 1px solid #DCDCDC;
  margin-left: 0;
  padding: 16px 0;
  width: 100%;
}
ul.atty_list li.atty_list_item:before {
  content: none;
}
ul.atty_list li.atty_list_item > div {
  display: inline-block;
  overflow: hidden;  
  vertical-align: top;
}
.atty_list_item .atty_photo a {
  display: block;
  /*max-width: 130px;*/
  height: 84px;
  width: 84px;
}
.atty_list_item .atty_photo a.default {
  /*background: url('../images/default_photo_thumb.gif') no-repeat transparent;*/
  background-position: center;
  background-size: cover;  
  /*height: 90px;  */
}
.atty_list_item .atty_photo a img {
  width: 100%;  
}
.atty_list_item .atty_col1 {
  width: 15.46%;
}
.atty_list_item .atty_col2 {
  padding: 0 2.47%; /* 16px */
  width: 30.60%;    /* (230 - 16x2)px */
}
.atty_list_item .atty_col3 {
  padding: 0 2.47%;
  width: 24.42%;  /* (190 - 16x2)px */
}
.atty_list_item .atty_col4 {
  padding: 0 2.47%;  
  width: 14.68%;  /* (127 - 16x2)px*/
}
.atty_col2 a {
  color: #404040;
}
.atty_col2 a:hover {
  color: #FFCC33;
}
.atty_list_item a {
  display: block;
  overflow: hidden;
}
.atty_col3 a, .atty_col4 a {
  color: #197295;
}

.search_result_col1 {
  border-right: 1px solid #CCCCCC;
  padding-right: 2%;
  width: 80%;
}

.search_result_col2 h2 {
  padding-bottom: 10px;
}
.searchresult-group {
  padding-bottom: 20px;
  position: relative;
}
.sr_people_section {
  border-bottom: 1px solid #CCCCCC;
}
.sr_row2 {
  overflow: hidden;
}
.sr_pio_section {
  float: left;
  margin-top: 3%;
  padding-right: 3%;
  width: 21.9%;
}
.search_result .search_result_col1 .sr_row2 a {
  color: #5A5A59;
}
.search_result .search_result_col1 .sr_row2 a:hover {
  color: #889D2C;
}
.sr_other_section {
  border-left: 1px solid #CCCCCC;  
  float: left;
  margin-top: 3%;
  margin-bottom: -100%;
  padding-bottom: 100%;    
  padding-left: 3%;
  /*padding-right: 3%;*/
  width: 71.9%;
}
.sr_section_full {
    border: 0;
    width: 97%;
}
.sp_loading_spinner {
  background: url("../images/ajax-loader.gif") no-repeat scroll center center transparent;
  height: 50%;
  margin: 0 auto;
/*  left: -7%;*/
  position: relative;
  width: 100%;
  z-index: 10;
}
.back_to_top {
  position: fixed;
  bottom: 24px;
  right: 0px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #707070;
  padding: 12px;
  display: none;
  filter: alpha(opacity=40);
  -moz-opacity:0.4;
  opacity: 0.4;
  z-index: 6;
}
.back_to_top:hover {    
  color: #FFFFFF;
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;   
}
.back_to_top:before {
  background: url("../images/sprites.png") no-repeat scroll -68px -36px transparent;
  content: none;
  display: inline-block;
  height: 13px;
  margin: 2px 2px 0 0;
  vertical-align: middle;
  width: 13px;

 -webkit-transform:rotate(90deg);
 -moz-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 -o-transform:rotate(90deg);
 transform:rotate(90deg);  
}



/* Start Winstead Customization */

#header {
/*  background: #E2E2E2;*/
  padding: 0;
  color: #000000;
  /*font-family: "Helvetica Neue","Arimo","Helvetica Neue Light","Helvetica","Arial","Lucida Grande","sans-serif";*/
  position: relative;
  /*height: 460px;*/
}
.header_img_wrapper {
  background: #AEAEAE;
  display: none;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.header_wrapper {
  color: #ffffff;
  font-family: "CpHelveticaNeue","Arimo","Helvetica Neue Light","Helvetica","Arial","Lucida Grande","sans-serif";
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
}
.header_wrapper a {
  color: #ffffff;
  font-family: "CpHelveticaNeue","Arimo","Helvetica Neue Light","Helvetica","Arial","Lucida Grande","sans-serif";
  font-weight: 400;
}
.header_wrapper a:hover {
  color: #FFCC33;
}
.header_upper_wrapper{
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 1300px; /* 81.25% */
  z-index: 4;
}
.header_upper_wrapper .video_player_btn {
  cursor: pointer;
  height: 110px;
  left: 58%;
  margin-left: 20px;
  max-width: 50%;
  opacity: 1;
  position: absolute;
  top: 144px;
  z-index: 1;
}
.header_upper_wrapper .video_player_btn:hover {
  opacity: 0.8;
}
.video_player_btn .video_play_circle {
  background: url("../images/video_play.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  display: inline-block;
  height: 106px;
  position: relative;
  width: 101px;
}
.video_player_btn .video_play_bar {
  background: none repeat scroll 0 0 #FFCC33;
  color: #404040;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  height: 40px;
  left: -2px;
  line-height: 40px;
  margin-bottom: 100px;
  padding: 0 40px 0 14px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.bio_video {
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bio_video iframe {
  max-width: 100%;
}
.bio_video_close {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;

}
.bio_video_close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;  
}
.header_upper_wrapper div#top_nav {
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 3.08%; /* 40px */
/*  position: absolute;
  right: 11.875%;
  top: 15px;  */ 
}
#top_nav > * {
  display: inline-block;
/*  height: 100%;*/
  vertical-align: middle;  
}
#top_nav > #top_nav_search {
  background: #FFCC33;
  color: #404040;
  font-size: 12px;
  height: 22px;
  margin-right: 8px;
  /*padding: 4px 0;*/
  width: 87px;
}
#top_nav_search .search_title {
  background: #FFCC33;
  cursor: pointer;
  display: block;
  height: 100%;
  letter-spacing: -1px;
  line-height: 22px;
  width: 100%;
}
#top_nav_search .search_title:after {
  margin-top: 5px;
}
#top_nav_search .search_title span.search_link {
    padding-left: 6px;
}
.tns_body {
  background: #FFCC33;
  display: none;
  /*height: 120px;*/
  position: relative;
  width: 350px;
  z-index: 2;
}
.tns_body a {
  color: #404040;
}
.tns_body a:hover {
  color: #FFFFFF;
}
/* Site search */
#ssf_wrapper {
  padding: 10px 3.429% 0;
  width: 93.14%;
}
#ssf_wrapper .ssf_search_box {
  background: #FFFFFF;
  display: inline-block;
  margin-right: 6px;
  width: 92.94%;
}
#ssf_wrapper .ssf_search_box input {
  color: #404040;
}
#ssf_wrapper a.ssf_search_btn {
  background: url("../images/sprites.png");
  content: " ";
  display: inline-block;
  float: right;
  text-indent: 100%;
  overflow: hidden;
  height: 13px;
  width: 13px;
  margin: 2px 2px 0 0;
  background-position: 0px -35px;  
}
#ssf_wrapper a.ssf_search_btn:hover {
  color: #000000;
}
.hss_adv_search_links {
  font-size: 10px;
  margin: 0 9.714% 10px 0; /* 34px */
  text-align: right;
}
.hss_adv_search_links > a {
  margin-left: 10px;
  text-decoration: underline;
}
.tns_popular_search_terms {
  border-top: 1px solid #707070;
  margin: 0 3.429%;
  padding: 4px 0 10px 0;
}
.tns_popular_search_terms h3 {
  font-size: 100%;
}
.tns_popular_search_terms .search_term_list {
    width: 100%;
}
.tns_popular_search_terms .search_term_item {
  display: inline-block;
  font-size: 10px;
  width: 50%;
}
.tns_popular_search_terms .search_term_item > a {
  font-size: 11px;
}
#top_nav > #top_nav #top_navbar {
  text-align: center;
}
.top_nav_links {
  background-color: #404040;
  height: 22px;
  line-height: 22px;
  padding-left: 18px;  
}
.top_nav_link {
  display: inline-block;
  margin-left: 2px;
  margin-right: 20px;
}
.logo_slogan {
  display: block;
  padding-top: 289px;
  width: 100%;
/*  position: absolute;
  top: 240px;*/
}
.home_header .logo_slogan {
  padding-top: 240px;
}
#logo {
  float: left;
  height: auto;
  margin-left: 4.62%; /* 60px */
  width: auto;
}
#logo img { /* Logo */
  display: block;
  height: 100%;
}
#slogan {
  background-color: #FFCC33;
  color: #404040;
  display: block;
  float: right;
  font-size: 28px;
  font-weight: 400;
  /*height: 56px;*/
  letter-spacing: -1px;
  line-height: 56px;
  margin-right: 3.08%; /* 40px */
  margin-top: 4px;
  padding-left: 1.38%; /* 18px */
  width: 470px;
}
#slogan *, .nav_disp_text_wrapper *, .submenu_wrapper h3 {
  font-family: "CpHelveticaNeue","Arimo","Helvetica Neue Light","Helvetica","Arial","Lucida Grande","sans-serif";
}
#slogan strong{
  font-weight: 700;
}
#nav_wrapper {
  background-color: #404040;
  border-bottom: 8px solid #FFCC33;
  color: #FFFFFF;
  height: 160px;
  position: relative;
  width: 100%;
  z-index: 4;
}
#nav {
    font-size: 14px;
    margin: 0 auto;
    max-width: 1300px;
    padding-bottom: 16px;
    width: 1300px; /* 81.25% */
}
#nav_menu.vertical-menu {
  height: 90px;
  padding-top: 14px;
  margin-left:  180px;
  margin-bottom: 14px;
}
.vertical-menu > li.menu_link {
  display: list-item;
  line-height: 14px;
  padding-bottom: 1px;
  width: 140px;
}
.vertical-menu > li.menu_link > a{
  display: block;
  font-size: 14px;
  /*line-height: 14px;*/
}
.submenu_wrapper {
  background: #404040;
/*  color: #AEAEAE;*/
  display: none;
  font-size: 12px;
  padding: 36px 31px;
  position: absolute;
  width: 744px; /* 57.08% */
  z-index: 10;
  -webkit-box-shadow: 3px 7px 11px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 7px 11px 2px rgba(0,0,0,0.75);
  box-shadow: 3px 7px 11px 2px rgba(0,0,0,0.75);
  border-collapse: separate;
}
.submenu_wrapper a {
  color: #AEAEAE;
  font-family: Arial,Helvetica,Garuda,sans-serif;
}
.submenu_wrapper a:hover {
  color: #FFCC33;
}
.submenu_wrapper h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: left;
}
.submenu_wrapper input {
  background-color: #404040;
  color: #AEAEAE;
}
.nav_location {
  /*border: 1px solid #AEAEAE;*/
  font-size: 10px;
  height: 18px;
  margin-left: 13.846%; /* 180px */
  width: 110px;
}

.nav_location .wsdSelect {
  background: none repeat scroll 0 0 #707070;
}
.nav_location .wsdSelect .selectBox {
  color: #FFFFFF;
}
.nav_location .dropDown {
  border: 0;
}
.nav_disp_text_wrapper {
  height: 160px;
  left: 320px;
  height: 160px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 940px; /* 72.31% */
}
.nav_disp_text_wrapper > div {
  display: inline-block;
}
.nav_disp_text_wrapper .hmnv_disp_title {
  height: 100%;
  overflow: hidden;
  width: 574px; /* 61.06%; */
}
.nav_disp_text_wrapper .hmnv_disp_desc {
  height: 104px;
  margin-top: -82px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: absolute;
  top: 50%;
  width: 366px; /* 38.94% */
}
.nav_disp_text_wrapper .hmnv_disp_title h1 {
  font-size: 90px;
  line-height: 160px;  
  text-align: center;
}
.nav_disp_text_wrapper .desc_rte_wrapper {
  display: table;
  border-collapse: separate; /* missing border in IE fix*/
  border-spacing: 1px;
  border-left: 1px solid #FFFFFF;
  height: 100%;
  width: 100%;
  overflow: hidden;
/*  padding-left: 7.5%;
  padding-right: 7.5%;*/
}
.desc_rte_wrapper > .desc_rte {
  /*padding-top: 6px;*/
  display: table-cell;
  vertical-align: middle;
  padding: 0 7.5%;
}
.desc_rte a {
  color: #FFCC33;
}
.desc_rte a:hover {
  color: #197295;
}
.nav_disp_text_wrapper .nav_disp_title {
  height: 100%;
  line-height: 160px;
  vertical-align: top;
  width: 53.4%;
}
.nav_disp_text_wrapper .nav_disp_title_only {
/*  height: 100%; */
  width: 92.77%;
}
.nav_disp_text_wrapper .nav_disp_title h1, .nav_disp_text_wrapper .nav_disp_title_only h1 {
  font-size: 86px;
  line-height: 160px;   
  margin-left: 6.08%;
  text-align: left;
  text-transform: lowercase;
  white-space: nowrap;
}
.nav_disp_text_wrapper .bioTitle_wrapper {
  border-left: 1px solid #AEAEAE;
  height: 100px;
  margin: 30px 0 30px 3.44%;
  overflow: hidden;
}
.nav_disp_title_only h1.bioTitle_header {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: normal; 
  margin-left: 4%;  
  text-transform: none;  
}
.nav_disp_title_only h2.bioTitle_title {
  color: #AEAEAE;
  font-size: 18px;
  font-weight: 100;
  margin-left: 4%;
}
.nav_disp_text_wrapper .nav_disp_desc {
  height: 63.41%;
  padding: 30px 0;
  width: 39.37%;
}
.page_options_wrapper {
  min-width: 72px;
  padding-top: 30px;
  position: absolute;
  text-align: right;
  vertical-align: top;
  width: 7.23%; /* 20x3+4x2=68 */
}
.page_options_wrapper .optionIcon {
  background: url("../images/sprites.png") transparent;
  color: #404040;
  display: inline-block;
  height: 20px;
  margin-right:2px;
  text-align: center;
  text-indent: -9999px;
  width: 20px;
}
.optionIcon.icon_printHtml {
  background-position: -130px -16px;
}
.optionIcon.icon_printHtml:hover {
  background-position: -130px -36px;
}
.optionIcon.icon_email {
  background-position: -109px -16px;
}
.optionIcon.icon_email:hover {
  background-position: -109px -36px;
}
.optionIcon.icon_printPdf {
  background-position: -88px -16px;
}
.optionIcon.icon_printPdf:hover {
  background-position: -88px -36px;
}
.hm_lw_nav_dd {
  color: #404040;
  float: left;
  margin-left: 13.85%; /* 180px */
  width: 45.23%; /* 190*3 + 6*3 = 588 */
}
.nav_dd_list .nav_dd_link {
  display: inline-block;
  cursor: default;
  height: 18px;
  font-size: 10px;
  /*line-height: 18px;*/
  margin-right: 1.02%; /* 6px */
  /*padding-left: 1.02%;*/
  vertical-align: middle;
  width: 32.31%;
}
li.nav_dd_link > * {
  padding-left: 12px; 
}
li.nav_dd_link .dd_title {
  background-color: #FFCC33;
  cursor: pointer;
  display: block;
  height: 100%;
}
.dd_title:after {
  background: url("../images/sprites.png");
  content: " ";
  display: inline-block;
  float: right;
  height: 13px;
  width: 13px;
  margin: 2px 6px 0 0;
  background-position: -13px -36px;
}
.hm_lw_nav_dd .dd_submenu {
  background: #FFCC33;
  display: none;
  padding: 10px 6.316%;
  position: relative;
  width: 293.68%; /* 558px */
}
.hm_lw_nav_dd .dd_submenu.menu2 {
  left: -103.158%;
}
.hm_lw_nav_dd .dd_submenu.menu3 {
  left: -206.316%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.hm_lw_nav_dd .dd_submenu .dd_submenu_item {
  border-top: 1px solid #FFE09F;
  padding: 6px 0;
}
.hm_lw_nav_dd .dd_submenu .dd_submenu_item:first-child {
  border-top: 0;
}
.hm_lw_nav_dd .dd_submenu .dd_submenu_item span.ke_date {
  margin-right: 8px;
}
.hm_lw_nav_dd .dd_submenu .dd_submenu_item a {
  color: #404040;
  vertical-align: middle;
}
.hm_lw_nav_dd .dd_submenu .dd_submenu_item a:hover {
  color: #197295;
}.hm_lw_nav_dd .dd_submenu .dd_submenu_item a:after {
  background: url("../images/sprites.png");
  content: " ";
  display: inline-block;
  float: right;
  height: 13px;
  width: 13px;
  margin-left: 3px;
  background-position: -54px -36px;
}
.hm_carousel_thumbnail {
  background-color: #AEAEAE;
  float: right;
  position: relative;
  height: 30px;
  margin-right: 3.08%; /* 40px */
  max-width: 36%; /* 35.385% not work in IE*/
  /*max-width: 460px;*/
}
.hm_carousel_thumbnail > div {
  display: inline-block;
}
.homepage_lower_wrapper {
  width: 1300px; /* 81.25% */
  max-width: 1300px; 
  margin: 0 auto;
}

.wsdSelect .selectBox {
  cursor:pointer;
  height:100%;
  line-height: 16px;
  overflow: hidden;
  padding-left: 4px;
}
.wsdSelect .selectBox > span {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
}
.wsdSelect .selectBox:after {
  background: url("../images/sprites.png");
  content: " ";
  display: inline-block;
  float: right;
  height: 13px;
  margin: 2px 4px 0 0;
  width: 13px;
  background-position: -13px -36px;  
}
#nav_wrapper .selectBox:after {
  background-position: -40px -36px;
}
.wsdSelect .dropDown{
  background: #707070;
  color: #FFFFFF;
  cursor:pointer;
  max-height: 300px;
  overflow: auto;
  padding-bottom: 2px;
  padding-left: 0;
  margin-left: -1px;
/*  margin-top: 2px;*/
  position:absolute;
  top:16px;
  width:100%;
  list-style:none;
  z-index: 10;
}
.wsdSelect li {
  padding-left: 4px;
}
.wsdSelect li:hover {
  background: #FFCC33;
  color: #000;
}
.wsdSelect li span{
  display: block;
  padding-left: 4px;
}
#nav .wsdSelect { 
/*  padding: 1%;*/
  color: #AEAEAE;
  height: 16px;
  position:relative;
  width: 100%;
}
#nav .wsdSelect .dropDown{
  background: #707070;
  /*border: 1px solid #AEAEAE;*/
  color: #FFFFFF;
  margin-left: 0;
}
#nav .wsdSelect li:hover {
  background: #FFCC33;
  color: #404040;
}
.search_droppicker .wsdSelect ul.dropDown {
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
  color: #404040;
  cursor:pointer;
  max-height: 300px;
  overflow: auto;
  padding-bottom: 2px;
  /*margin-top: 2px;*/
  position:absolute;
  /*top:16px;*/
  width:100%;
  list-style:none;
  z-index: 10;  
}
.search_droppicker .wsdSelect ul.dropDown li {
  margin: 0;
  padding: 0;
}
.search_droppicker .wsdSelect ul.dropDown li:before {
  content: none;
}
/* top nav people search */
.tnp_wrapper > div {
  display: table-cell;
}

.tnp_wrapper .nav_alpha_search {
  border-right: 1px solid #AEAEAE;
  padding-bottom: 12px;
  padding-right: 20px;
  width: 23.58%;    
}
.nav_alpha_search .tnp_alpha ul {
  margin: 0 auto;
}
.nav_alpha_search .tnp_alpha ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 2px;
  text-align: center;
  width: 22px; /* 14% */
}
.tnp_alpha ul li.viewAll {
  font-size: 10px;
  letter-spacing: -1px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 44px; /* 29% */
}
.tnp_wrapper .nav_field_search {
  border-right: 1px solid #AEAEAE;
  color: #AEAEAE;  
  font-size: 10px;
  padding-left: 2.7%;
  padding-right: 2.7%;
  width: 44.47%;
}
.tnp_wrapper .tnp_search_link {
  float: right;
}
.tnp_wrapper  .nav_office_search {
  padding-left: 2.7%;
  width: 31.94%
}
.nav_office_search .office_list_wrapper {
  width: 100%;
}
.nav_office_search .office_list {
  display: table-cell;
  width: 50%;
}

/* top nav knowledge events search */
.tnne_wrapper {
  display: table;
  width: 100%;
}
.tnne_wrapper .tnne_l_wrapper {
  border-right: 1px solid #AEAEAE;
  color: #AEAEAE;  
  font-size: 10px;  
  display: table-cell;
  padding: 0 4.72%;
  width: 69.35%;
}
.tnne_wrapper .tnne_r_wrapper {
  display: table-cell;
  padding: 0 4.72%;
  width: 30.51%;
}
.tnne_search_2col .tnne_search_date_wrapper {
  display: inline-block;
  width: 65%;
}
.s_dateWrapper{
  border: 1px solid #AEAEAE;
  display: table;
  margin-bottom: 6px;
  width: 100%;
}
.s_dateWrapper > div {
  display: table-cell;
  vertical-align: middle;
}
.s_dateWrapper .inputField {
  border: 0;
  margin: 0;
}
.tnne_search_2col .tnne_search_btn_wrapper {
  display: inline-block;
  width: 35%;
}
.tnne_search_btn_wrapper .search_btn {
  width: 35.9%;
}

/* top nav industries practices */
.nav_pi_list.col0, .nav_pi_list.col1 {
  display: table-cell;
  font-size: 100%;
  padding-right: 4.04%;
  width: 34.64%;
}
.nav_pi_list.col2 {
  display: table-cell;
  font-size: 100%;
  width: 30.59%;
}
.nav_pi_list > li.nbLi{
  border-bottom: 1px solid #AEAEAE;
}
.nav_pi_list li.nbLi {
  padding: 1px 0;
}
.nav_pi_list .pil_subMenuHeader ul.noBullet {
  margin-top: 4px;
}
.nav_pi_list .pil_subMenuHeader ul.noBullet li ul {
  padding-left: 8px;
}
.nav_pi_list li.nbLi a.subMenuTitle {
  color: #FFFFFF;
  font-weight: 700;
}
.nav_pi_list li.nbLi a.subMenuTitle:hover {
  color: #FFCC33;
}

/* top nav careers */
.tnca_wrapper .tnca_col {
  display: inline-block;
  text-align: center;
  width: 207px; /* 28.03% */
}
.tnca_wrapper .tnca_col.col0 {
  padding-left: 10px; /* 1.08% */
  padding-right: 25px;  
}
.tnca_wrapper .tnca_col.col1 {
  border-left: 1px solid #AEAEAE;  
  padding-left: 25px; /* 25px */  
  padding-right: 25px;
}
.tnca_wrapper .tnca_col.col2 {
  border-left: 1px solid #AEAEAE;  
  padding-left: 25px;  
  padding-right: 10px;
}
.tnca_col .tnca_col_link {
  display: block;
}

.tnca_col_img_wrapper {
  border: 2px solid #404040;  
  max-height: 136.667px;
  max-width: 203px;
  overflow: hidden;
}    
.tnca_col_img_wrapper .tnca_col_img {
}
#homepage_wrapper {
  width: 100%;
  /*max-width: 1600px;*/
  min-height: 308px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* footer */
#footer {
  background: #FFFFFF;
  border-top: 1px solid #AEAEAE;
  display: block; 
  font-size: 10px;
  padding-bottom: 45px;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.footer_wrapper {
  margin: 0 auto;
  width: 1120px;
  padding-left: 180px; /* 330px: 20.625% */
/*  padding-right: 9.375%;
  max-width: 79.375%;*/
}
.footer_left_col {
  display: block;
  float: left;
  /* max-width: 50%; */
}
.footer_right_col {
  color: #404040;
  display: block;  
  float: right;
  max-width: 50%;
}
.footer_right_col a {
  color: #404040;
}
#footer_main_links ul li {
  display: inline;
  padding-right: 10px;
}
#footer_main_links span {
  /*color: #A53F0F;*/
}
.footer_links {
/*  float: left;*/
}
a.footer_link {
  color: #404040;
}
a.footer_link:hover {
  color: #FFCC33;
}
#footer_copyright {
  margin-bottom: 4px;
}
.footer_other_links {
  margin-top: 16px;
}
.footer_ext_links > * {
  display: inline-block;
}
.footer_ext_link {
  background: #404040;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-right: 6px;
  padding-left: 4px;
  width: 110px; /* 8.46% */
}
.footer_ext_link:after {
  background: url("../images/sprites.png");
  content: " ";
  display: inline-block;
  float: right;
  height: 13px;
  width: 13px;
  margin: 2px 2px 0 0;
  background-position: -54px -36px;
}
.footer_ext_link:hover {
  background-color: #FFCC33;
  color: #FFFFFF;
  -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc; 
}
.footer_ext_link a {
  color: #FFFFFF;
}
.social_links {
  background: url("../images/sprites.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-right: 2px;
  /*overflow: hidden;*/
  text-indent: -9999px;
  width: 18px;
}
.social_links:hover, .atty_vcard:hover {
  -moz-box-shadow:    1px 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow:         1px 1px 1px 1px #ccc;   
}
.icon_twitter {
  background-position: 0px 0px;
}
.icon_twitter:hover {
  background-position: 0px -17px;  
}
.icon_blog {
  background-position: -66px 0px;
}
.icon_blog:hover {
  background-position: -66px -17px;
}
.icon_facebook {
  background-position: -44px 0px;
}
.icon_facebook:hover {
  background-position: -44px -17px;
}
.icon_linkedin {
  background-position: -22px 0px;
}
.icon_linkedin:hover {
  background-position: -22px -17px;
}

#content_wrapper {
  /*margin: 0 auto;*/
  margin: 0 auto;
  margin-bottom: 80px;
/*  margin-left: 20.625%;
  margin-right: 9.375%;*/
  min-height: 400px;
  padding-left: 180px;
  width: 1120px;
}
/* Breadcrumb links */
#breadcrumbContainer {
  padding: 8px 0 30px;
  font-size: 9px;
}
#breadcrumbContainer a {
  color:#00000;
}
#breadcrumbContainer a:hover {
  color:#197295;
}
#breadcrumbContainer .breadcrumb_last {
/*  color: #197295;*/
font-weight: 700;
}


/* people landing page */
.content_3cols_1 {
  padding-right: 22px; /* 2.24% */
  width: 157px; /* 16.07% */  
}
.content_3cols_2 {
  /*border-left: 1px solid #AEAEAE;*/
  /*padding: 0 2.95%;*/
  width: 680px; /* 60.71% */
}
.content_3cols_3 {
  /*border-left: 1px solid #AEAEAE;*/
  padding-left: 30px; /* 2.68% */
  padding-right: 12px; /* 1.08% */
  width: 220px;
}
.atty_search_wrapper {
  border-left: 1px solid #AEAEAE;
  border-right: 1px solid #AEAEAE;
  padding: 0 5%;
  /*width: 90%;*/
}
.atty_search_wrapper .search_droppicker select {
  width: 100%;
  max-width: 296px;
}
.atty_search_wrapper .search_droppicker .search_btn a {
  background: #197295;
  padding: 2px 0;
}
.atty_search_wrapper .search_droppicker .search_btn a:hover {
  background: #FFCC33;
}
.content_3cols_3 .featured_atty_wrapper > div {
  margin-top: 10px;
}
.content_3cols_3 .featured_atty_wrapper {
  max-height: 160px;
}
.featured_atty_wrapper h2 {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
/* industries/practices landing page */
.pil_wrapper .pil_list {
  display: inline-block;
  padding-right: 2.5%;
  vertical-align: top;
  width: 30%;
}
.pil_wrapper a {
  color: #404040;
  font-size: 100%;
  text-decoration: none;
}
.pil_wrapper ul li ul li a {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.pil_wrapper a:hover {
  color: #FFCC33;
}
.pil_wrapper ul li ul li {
  padding-bottom: 4px;
}
.pil_wrapper .pil_list > li {
  border-bottom: 1px solid #AEAEAE;
}
.pi_landing_col a.subMenuTitle {
  color: #197295;
  display: block;
  font-size: 109.09%;
  font-weight: 700;
  padding-bottom: 4px;
  padding-top: 4px;
  text-decoration: none;
}
.pi_landing_col a.subMenuTitle:hover {
  color: #FFCC33;
}
.pil_list .pil_subMenuHeader ul.noBullet li ul {
  padding-left: 8px;
}
/* industries/practices details page */
.wit_details h3 {
  font-size: 116.67%;
  margin-bottom: 14px;
  margin-right: 30px;  
}
/* offices landing page */
.content_2cols_1.offices_col1 {
  padding-right: 6%;
}
ul.office_landing_list a:hover {
  color: #404040;
}
ul.office_landing_list li.office_list_item {
  border-top: 1px solid #AEAEAE;
  padding: 16px 0;
  width: 100%;
}
ul.office_landing_list li.office_list_item.first {
  border-top: 0;
}
ul.office_landing_list li.office_list_item > div {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.office_col2, .office_col3, .office_col4 {
  margin-top: 30px;
}
.office_col2 {
  width: 30.74%;
}
.office_col3, .office_col4 {
  width: 21%;
}
li.office_list_item .office_col1.office_photo {
  max-width: 208px;
  width: 26.26%;
}
li.office_list_item .office_col1.office_photo > a {
  display: block;
}
li.office_list_item .office_col2.office_location > * {
    padding-left: 28px;
}
.office_col2.office_location > a {
    color: #404040;
}
h1.office_details_title {
  margin-bottom: 0;
}
.office_details_info {
  margin-bottom: 22px;
}
.office_details_info > div {
  display: inline-block;
  margin-right: 70px;
  vertical-align: top;
}
/* advanced search */
.gss_searchFields {
  display: table;
  width: 100%; 
}
.gss_searchFields input {
  color: #404040;
}
.gss_searchFields .gss_search_form {
  display: table-cell;
  vertical-align: top;
  width: 32.5%;
}
.gss_scopeFields > h3 {
  font-size: 120%;
  font-weight: 100;
  line-height: 12px;
  margin-bottom: 10px;
}
.gss_searchFields .gss_scopeFields {
  display: table-cell;
  padding-left: 3.58%;
}
.gss_scopeFields .gss_scope_list {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.gss_scope_list_item {
  padding-bottom: 4px;
}
.gss_scope_list_item > span {
  margin-left: 4px;
  letter-spacing: -0.4px;
}
.gss_checkbox {
  background: #AEAEAE;
  display: inline-block;
  /*margin: 4px auto;*/
  vertical-align: middle;
  height: 9px;
  width: 9px;  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.gss_checkbox input[type="checkbox"] {
  visibility: hidden;
}
.gss_checkbox label {
  background: #FFFFFF;
  cursor: pointer;
  position: absolute;
  width: 7px;
  height: 7px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 1px;
  top: 1px;
}
.gss_checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #404040;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  top: 2px;
  left: 2px;
}
.gss_checkbox label:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.gss_checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.gss_searchFields .search_btn a {
  background: #197295;
}
.search_tips {
  margin-top: -6px;
  text-align: right;
  text-transform: lowercase;
}
.search_tips a {
  color: #197295;
  text-decoration: none;
}
.search_tips a:hover {
  color: #FFCC33;
}
.search_tips_wrapper {
  border: 0;
  display: none;
  padding: 16px;
}
.search_tips_dialog {
  z-index: 11;
}
.search_tips_content {
  font-family: Arial,Helvetica,Garuda,sans-serif;  
  margin-top: 8px;
}
/* details tabs */
.tabs_horiz_wrapper {
  height: 36px;
  margin-bottom: 40px;
  /*overflow: hidden;*/
  position: relative;
  /*width: 100%;*/
}
.tabs_horiz_wrapper ul {
  list-style-image: none;
  /*margin-bottom: 40px;*/
  margin-left: 0;
  /*max-width: 50%;*/ /* 51.25% */
  /*overflow: hidden;*/
  position: absolute;
  white-space: nowrap;
  z-index: 2;  
}
.tabs_horiz_wrapper ul li.tabbar_tab {
  border-bottom: 1px solid #AEAEAE;
  display: inline-block;
  padding: 0 7px 4px; /* 1.6% */
}
.tabs_horiz_wrapper ul li.tabbar_tab:first-child {
    padding-left: 0;
}
.tabs_horiz_wrapper ul li.tabbar_tab:last-child  {
  padding-right: 0;
}
.tabs_horiz_wrapper ul li.tabbar_tab > a {
  border-top: 4px solid #404040;
  display: block;
  font-size: 14px;
  padding-top: 6px;
  text-decoration: none;
}
.tabs_horiz_wrapper ul li.tabbar_tab.active {
  border-bottom: 0;  
}
.tabs_horiz_wrapper ul li.tabbar_tab.active > a {
  border-top: 4px solid #197295;
  color: #197295;
  font-weight: 700;
  padding-top: 10px;
  /*text-shadow: 0 0 1px #197295;  */
}
.tabs_horiz_wrapper ul li.tabbar_tab > a:hover {
  border-top: 4px solid #FFCC33;
  /*padding-top: 10px;  */
}
.tab_scroller_wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
/*  width: 96%;*/
}
.tab_content_wrapper {
  min-height: 150px;
  padding-right: 4%;   /* temp */
/*  padding-top: 76px;*/
}

.tab_content_wrapper ul {
  /*list-style: square;*/
  margin-bottom: 16px;
  padding-left: 26px;
/*  margin-left: 8px;
  padding-left: 16px; */ 
}
.tab_content_wrapper ul.atty_list {
  margin-left: 0;
  padding-left: 0;
}
.tab_content_wrapper ul li {
  /*margin-left: 22px;*/
  padding-left: 0;
  padding-top: 8px;
  position: relative;
}
.tab_content_wrapper ul li:before {
  content: '\25AA';
  font-size: 14px;
  margin-left: -15px;
  padding-right: 11px;
  position: absolute;
  top: 6px;
}
.tab_content_wrapper ul li ul {
  /*list-style-image: url("../images/bullet.gif");*/
  margin-left: 6px;
  padding-left: 10px;
}
.tab_content_wrapper ul li ul li {
  margin-left: 0;
}
.tab_content_wrapper ul li ul li:before {
  content: '-';
}
.tab_content_wrapper ul li ul li ul{

}
.tab_content_wrapper ul li ul li ul li:before {
  content: '\2022'; 
}
.hilite {
  background: #FFCC33;
}
/* supersized */
/*#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}*/

#supersized {
  background: #E2E2E2;
  display:block; 
  position:fixed; 
  left:0; 
  top:0; 
  overflow:hidden; 
  z-index:0; 
  height:100%; 
  width:100%;
}
#supersized img { 
  width:auto; 
  height:auto; 
  position:relative; 
  display:none; 
  outline:none; 
  border:none; 
}
#supersized.speed img { 
  -ms-interpolation-mode:nearest-neighbor; 
  image-rendering: -moz-crisp-edges; 
} /*Speed*/
#supersized.quality img { 
  -ms-interpolation-mode:bicubic; 
  image-rendering: optimizeQuality; 
}     /*Quality*/

#supersized li { 
  background: #FFFFFF;
  display:block; 
  list-style:none; 
  z-index:-30; 
  position:fixed; 
  overflow:hidden; 
  top:0; 
  left:50%; 
  margin-left: -800px;
/*  width:100%;*/
  width: 1600px;
  height:100%; 
}
#supersized a { 
  width:100%; 
  height:100%; 
  display:block; 
}
#supersized li.prevslide {
 z-index:-20; 
}
#supersized li.activeslide { 
  z-index:-10; 
}

#supersized li.prevslide img, #supersized li.activeslide img{ 
  display:inline; 
}

  /* Thumbnail Navigation
  ----------------------------*/  
#prevslide_wrapper, #nextslide_wrapper {
  background: #404040;
  height: 30px;
  overflow: hidden;
  text-align: center;
  width: 30px;
  z-index: 2;
}
#prevslide_wrapper {
  /*float: left;*/
}
#nextslide_wrapper {
/*  float: right;*/
}
#prevslide, #nextslide {
  opacity:0.5; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
  filter:alpha(opacity=60);   
}
#prevslide:hover, #nextslide:hover { 
  cursor:pointer; 
  opacity:1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter:alpha(opacity=100);    
}
#prevslide {
  background: url("../images/sprites.png");
  display: block;
  height: 16px;
  margin: 7px auto;
  width: 16px;
  background-position: -104px 0;
}
#nextslide {
  background: url("../images/sprites.png");
  display: block;
  height: 16px;
  margin: 8px auto;
  width: 16px;
  background-position: -120px 0;
}
  /* Thumbnail Tray
  ----------------------------*/      
#thumb-tray{ 
  height: 30px;
  overflow: hidden;
  max-width: 86.957%;
  /*max-width: 400px;*/
  z-index: 3;    
}

#thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}
#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}
#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }

ul#thumb-list{ 
  display:inline-block; 
  list-style:none; position:relative; 
  left:0px; 
  padding:0 0px; 
}
ul#thumb-list li{ 
  background:#111; 
  list-style:none; 
  display:inline; 
  width:50px; height:30px; 
  overflow:hidden; 
  float:left; 
  margin:0; 
}
ul#thumb-list li img { 
  width:50px; 
  height:30px; 
  opacity:0.5; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
  filter:alpha(opacity=60); 
  -webkit-transition: all 100ms ease-in-out; 
  -moz-transition: all 100ms 
  ease-in-out; -o-transition: 
  all 100ms ease-in-out; 
  -ms-transition: all 100ms ease-in-out; 
  transition: all 100ms ease-in-out; 
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
ul#thumb-list li:hover{ cursor:pointer; }



@media screen and (max-width: 1600px) { 
  .ke_section .ke_section_list_wrapper{
    padding-right: 0;
  }
}

.tab_prev, .tab_next {
  /*background: #404040;*/
  /*display: inline-block;*/
  position: absolute;
  cursor: pointer;
  height: 30px;  
  margin-top: 4px;    
  width: 20px;
  z-index: 3;
  vertical-align: top;  
/*  filter: alpha(opacity=40);
  -moz-opacity:0.4;
  opacity: 0.4; */    
} 
.tab_prev {
  left: -20px;
  top: 0;
}
.tab_next {
  right: 0;
  top: 0;
}
.tab_prev i, .tab_next i {
  background: url("../images/sprites.png");
  background-position: -157px 0;
  display: block;
  height: 16px;
  margin: 7px 2px;
  opacity: 0.3;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  /*top: 50%;*/
  width:16px;
}
.tab_next i {
  background-position: -142px 0;
}
.tab_prev:hover, .tab_next:hover {
/*  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity: 0.6;   */ 
}
.ui-widget-overlay {
  background: #FFFFFF !important;
  position: fixed !important;
/*  opacity: .7 !important;*/
  z-index: 10;
}

/*** Mobile Exclusions ***/

.atty_list_item_mobile,
.mobile_hierarchy_list_item,
.mobile_ke_list_item,
.mobile_default_list_item{
  display: none;
}


@media screen and (min-device-width : 1301px) and (max-width: 1600px) { 

}
@media screen and (max-width: 1300px) { 

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */ 
  .als_alpha_viewAll {
    margin-left: -6px;
    width: 120%;
    letter-spacing: 0 !important;
  }    
}

#cp-cookie-popup {
  background: #FFF;
  color: #404040;
  font-family: "CpHelveticaNeue","Arimo","Helvetica Neue Light","Helvetica","Arial","Lucida Grande","sans-serif";      
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2em;
  z-index: 10;
}
#cp-cookie-popup .popup_content_body {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
#cp-cookie-popup .popup_text {
  font-size: 14px;
  padding-right: 60px;
}
#cp-cookie-popup .popup_text a {
  text-decoration: underline;
}
#cp-cookie-popup .popup_buttons {
  flex-shrink: 0;
  border-left: 1px solid #000;
  padding: 0 60px;
  text-align: center;
}
#cp-cookie-popup .popup_button {
  background-color: #FFCC33;
  display: inline-block;
  font-size :14px;
  line-height: 2rem;
  height: 2rem;
  padding: 0.25em 2.5em;
  color: #FFF;
  text-transform: uppercase;
}
#cp-cookie-popup .read_button {
  display: none;
}

a.skip {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.skip:focus, a.skip:active {
  color: #fff;
  background-color:#000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 15px;
  border:4px solid yellow;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}