@charset "UTF-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.is-disabled {
  cursor: auto;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #545759 !important;
}

#skip-to {
  height: 1px;
  width: 1px;
  clip: rect(0px, 0px, 0px, 0px);
  overflow: hidden;
  position: absolute;
  top: 0;
  margin: -1px;
}

#skip-to:focus {
  -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  height: auto;
  width: auto;
  clip: auto;
  margin: 0;
  display: inline-block;
  overflow: visible;
  z-index: 10;
  background-color: #ffffff;
  padding: 0.5em 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 1170px;
}

fieldset {
  border: none;
}

figure {
  margin: 0;
}

main {
  display: block;
}

a {
  color: #0067B9;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

a:hover {
  color: #e87722;
}

a:focus {
  outline: none;
}

fieldset {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.expando {
  display: inline-block;
  height: 14px;
  width: 15px;
  background-image: url("reskin/site/images../../../../../../site/images/icons/collapsed.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.expando.open {
  background-image: url("reskin/site/images../../../../../../site/images/icons/expanded.png");
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

abbr {
  border: none !important;
}

blockquote {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes moveUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}

[in-focus] {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

[in-focus].in-view {
  -webkit-animation: moveUp 0.6s ease-in-out;
          animation: moveUp 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.mainbody {
  display: block;
  min-height: 360px;
}

#service_detail .mainbody,
#people_detail .mainbody,
#series_landing .mainbody,
#generalcontent_landing .mainbody,
#contact_detail .mainbody,
#office_detail .mainbody,
#subscribe_detail .mainbody {
  margin-left: 244px;
}

.landing-columns {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
}

.landing-columns .column-small {
  width: 270px;
}

.landing-columns .column-large {
  width: -webkit-calc(100% - 270px - 30px);
  width: calc(100% - 270px - 30px);
  margin-bottom: 1.875rem;
}

.landing-columns .column-large .rich-text {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: bold;
  color: #545759;
}

.two-columns {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.two-columns .column {
  width: 48%;
}

.detail-layout {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.detail-layout .column-small {
  width: 170px;
  margin-right: 20px;
}

.detail-layout .column-large {
  width: -webkit-calc(100% - 170px - 20px);
  width: calc(100% - 170px - 20px);
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-bottom: 1.875rem;
}

.detail-layout .header-image {
  width: 100%;
  margin-bottom: 20px;
}

.detail-layout .column-sidebar {
  width: 270px;
  margin-left: 20px;
}

.detail-layout .column-main {
  width: -webkit-calc(100% - 270px - 20px);
  width: calc(100% - 270px - 20px);
}

@font-face {
  font-family: 'icomoon';
  src: url("reskin/site/images../../../../../../../Main/img/fonts/icomoon.ttf?5rg3jt") format("truetype"), url("reskin/site/images../../../../../../../Main/img/fonts/icomoon.woff?5rg3jt") format("woff"), url("reskin/site/images../../../../../../../Main/img/fonts/icomoon.svg?5rg3jt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.page-nav {
  width: 182px;
  margin-top: 14px;
  margin-right: 50px;
  float: left;
}

.page-nav .page-nav-segment {
  line-height: 1.428em;
  padding: 10px 34px 10px 13px;
  text-decoration: none;
  width: 100%;
  max-width: 302px;
  background-color: #eef1f4;
  display: inline-block;
  color: #0067B9 !important;
  white-space: normal;
  margin-bottom: 4px;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
}

.page-nav .page-nav-segment h2 {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
}

.page-nav .page-nav-segment.current_ {
  background-color: #0067B9 !important;
  color: #ffffff !important;
  position: relative;
}

.page-nav .page-nav-segment.current_ a {
  color: #ffffff !important;
}

.page-nav .page-nav-segment.current_:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  display: block;
  border-top: 19px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #0067B9;
  right: -20px;
  top: 0;
}

.page-nav .page-nav-segment-instructions p {
  margin: 0 0 1.5625rem;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
}

.page-nav .page-nav-segment-instructions p:last-child {
  margin-bottom: 0;
}

#people_detail .lead-content,
#office_detail .lead-content {
  background-color: #5b7f95;
  color: #ffffff;
  padding: 1.875rem;
  min-height: 262px;
}

#office_detail .lead-content {
  padding: 0;
}

.lead-content {
  position: relative;
}

.lead-content h1 {
  font-family: "Georgia" !important;
  font-size: 2.25rem !important;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #ffffff !important;
}

.lead-content h2 {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: bold;
}

.lead-content .bio-summary {
  margin-left: 263px;
}

.lead-content .office-insert {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lead-content .office-summary {
  padding: 1.875rem 1.875rem 1.4375rem;
  width: 100%;
}

.lead-content .addresses-container {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lead-content .addresses-container:after {
  content: "";
  display: table;
  clear: both;
}

.lead-content .office-summary-list {
  margin-top: 1.25rem;
  padding-right: 12px;
}

.lead-content .secondary-address {
  margin-top: 1.25rem;
}

.lead-content .office-links .btn-primary a {
  margin-bottom: 0 !important;
  font-size: 0.6875rem !important;
  bottom: 1px !important;
}

.lead-content .office-links .btn-primary a:before {
  display: none;
}

.lead-content .contact-links,
.lead-content .office-links {
  margin-top: 1.25rem;
}

.lead-content .contact-links a,
.lead-content .office-links a {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.lead-content .contact-links a:hover,
.lead-content .office-links a:hover {
  color: #e87722;
}

.lead-content .contact-links a:before,
.lead-content .office-links a:before {
  content: '';
  height: 16px;
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 8px;
  top: 4px;
}

.lead-content .contact-links .email-contact a:before,
.lead-content .office-links .email-contact a:before {
  background-image: url("reskin/site/images../../../../../../site/images/icons/mail.png");
}

.lead-content .contact-links .vcard-download a:before,
.lead-content .office-links .vcard-download a:before {
  background-image: url("reskin/site/images../../../../../../site/images/icons/vcard.png");
  left: 2px;
}

.lead-content .office-photo {
  height: 100%;
}

.lead-content .attorneyPhoto {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.lead-content .attorneyPhoto img {
  height: 100%;
}

.main-cols {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#people_detail .main-cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#people_detail .primary-col {
  width: -webkit-calc(100% - 273px);
  width: calc(100% - 273px);
  margin-bottom: 30px;
}

#people_detail .primary-col .related-content-expander {
  width: 100%;
  background-color: #ffffff;
}

#people_detail .primary-col .related-expander-content {
  width: 100%;
}

#people_detail .primary-col .related-expander-content p {
  padding-bottom: 0;
}

#people_detail .secondary-col {
  width: 273px;
  color: #0067B9;
  background-color: #eef1f4;
  padding: 1.875rem;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
}

#people_detail .secondary-col h2 {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

#people_detail .secondary-col ul {
  margin-bottom: 1.25rem;
}

#people_detail .secondary-col ul li {
  margin-bottom: 0.25rem;
}

.article .filter-overlay {
  display: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 12000;
}

.results-tabs-links {
  list-style: none;
  margin: 0;
  padding-top: 20px;
  border-bottom: 2px solid #3d667e;
  overflow: hidden;
}

/*.results-tabs-links { list-style: none; margin: 0; padding-top: 20px; border-bottom: 2px solid #3d667e; width: 100%; overflow: hidden; float: left; }*/

.results-tabs-links li {
  float: left;
  margin-right: 2px;
}

.results-tabs-links li a,
.results-tabs-links li a:visited {
  text-decoration: none;
  font-weight: bold;
  font-size: 0.786em;
  font-family: "Trade Gothic W01", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 20px 0;
  display: block;
  background-color: #eef1f4;
  color: #545759;
  font-style: normal;
  height: 40px;
  line-height: 40px;
}

.results-tabs-links li.current_ a {
  background-color: #0067B9;
  color: #fff;
  font-style: normal;
}

#news_landing .results-tabs-links li a,
#news_landing .results-tabs-links li a:visited {
  height: 34px;
  line-height: 38px;
}

#subscribe_detail .results-tabs-links {
  border-bottom: solid 1px #92c1e9;
}

#subscribe_detail .results-tabs-links li a,
#subscribe_detail .results-tabs-links li a:visited {
  height: 34px;
  line-height: 38px;
}

.ie9 #subscribe_detail .results-tabs-links li a,
.ie9 #subscribe_detail .results-tabs-links li a:visited {
  line-height: 37px;
}

.results-tab {
  width: 655px;
}

.filtered-features .filter-feature-list li.hentry {
  padding: 1.25rem 0 1.25rem 0.625rem;
  border-top: solid 1px #92c1e9;
}

.filtered-features .filter-feature-list li.hentry:last-child {
  border-bottom: solid 1px #92c1e9;
}

.filtered-features .filter-feature-list li.hentry .filter-feature {
  padding: 0;
  border-bottom: 0;
}

.filtered-features .filter-feature-list .published-entry {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #315470;
  margin-bottom: 0.625rem;
}

.filtered-features .filter-feature-list h3 {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.filtered-features .filter-feature-list .article-summary {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
}

.filtered-features .filter-feature-list .byline {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
}

.filtered-features .filter-feature-list .byline .divider {
  display: none !important;
}

.filtered-features .results-count {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #0067B9;
}

.home-feature-group {
  width: 100%;
  margin: 0 0 30px;
  position: relative;
  height: auto;
  visibility: hidden;
}

.home-feature-group .slick-initialized,
.home-feature-group .no-slick {
  visibility: visible;
}

.home-feature-group .slick-slider {
  overflow: hidden;
  max-height: 400px;
}

.home-feature-group.no-slick {
  visibility: visible;
  height: 400px;
}

.home-feature-group .home-feature-slide-image {
  position: relative;
  width: 1170px;
  display: inline-block;
  overflow: hidden;
  min-height: 400px;
  z-index: 1;
}

.home-feature-group .home-feature-slide-image img {
  width: 100%;
  object-fit: cover;
  min-height: 400px;
}

.home-feature-group .home-feature-body-container {
  width: 585px;
  position: absolute;
  left: 50vw;
  top: 0;
}

.home-feature-group .home-feature-content-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  width: 25.3125rem;
  height: 21.25rem;
  top: 1.875rem;
  visibility: visible;
}

.home-feature-group .home-feature-content {
  position: relative;
  width: 25.3125rem;
}

.home-feature-group .home-feature-content .home-feature-slide-content {
  height: 100%;
  width: 25.3125rem;
  display: inline-block;
  overflow: hidden;
}

.home-feature-group .home-feature-content .home-feature-text {
  padding: 2.375rem 2.125rem;
  height: 20rem;
  display: block;
}

.home-feature-group .home-feature-type {
  font-size: 1.125rem;
  font-weight: bold;
  color: #315470;
  display: block;
  margin-bottom: 1.25rem;
}

.home-feature-group .home-feature-title {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  display: block;
  color: #000;
  line-height: 1.3;
  font-weight: bold;
}

.home-feature-group .home-feature-title:hover {
  color: #e87722;
}

.home-feature-group .btn-primary {
  margin-top: 1.25rem;
}

.home-feature-group .home-feature-arrows {
  z-index: 11;
  height: 21.25rem;
  width: 9.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  top: 1.875rem;
  right: 0;
  visibility: visible;
}

.home-feature-group .home-feature-arrows .slick-arrow {
  background-color: rgba(255, 255, 255, 0.8);
  height: 9.5rem;
  width: 9.5rem;
  border: solid 10px #0067B9;
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.home-feature-group .home-feature-arrows .slick-arrow:first-child {
  margin-top: 2.25rem;
}

.home-feature-group .home-feature-arrows .slick-arrow.icon {
  font-size: 6.25rem;
  line-height: 8rem;
  font-weight: 300;
  color: #315470;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.home-feature-group .home-feature-arrows .slick-arrow:hover {
  background-color: white;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.home-feature-group img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-feature-group h1 {
  color: #ffffff;
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 1;
}

.home-feature-group .slick-dots {
  width: 100%;
  text-align: left;
  height: 12px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 10;
}

.home-feature-group .slick-dots li {
  background-color: #ffffff;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.home-feature-group .slick-dots li.slick-active {
  background-color: #e87722;
}

.home-feature-group .slick-dots button {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 63.9375em) {
  .home-feature-group .home-feature-slide {
    width: 100%;
  }
}

frame .home-feature-group {
  overflow: visible;
}

frame .home-feature-slide {
  padding-bottom: 200px;
}

.no-flexbox .home-feature-group {
  visibility: visible;
}

.call-to-actions {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 1.875rem;
}

.call-to-actions .cta-link {
  width: 31%;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.call-to-actions .cta-link:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 103, 185, 0.75);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.call-to-actions .cta-link:hover:before {
  background-color: #0067B9;
}

.call-to-actions .label {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.875rem;
}

.call-to-actions img {
  width: 100%;
  float: left;
  min-height: 250px;
}

.call-to-actions img:after {
  content: "";
  display: table;
  clear: both;
}

.home-listings {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.75rem;
}

.home-listings .listing {
  width: 46%;
  padding-top: 0.9375rem;
}

.home-listings .listing-title {
  display: block;
  border-bottom: solid 1px #0067B9;
  position: relative;
  padding-bottom: 1.25rem;
}

.home-listings .listing-title h3 {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  color: #0067B9;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}

.home-listings .listing-title a {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  color: #e87722;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  font-weight: bold;
}

.home-listings .listing-title a:hover {
  color: #0067B9;
}

.home-listings .published-entry {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  color: #315470;
  text-transform: uppercase;
  margin: 1.25rem 0 1.5rem;
  display: none;
}

.home-listings .published-entry.is-visible {
  display: block;
}

.home-listings .published {
  display: inline-block;
}

.home-listings .listing-location {
  display: inline-block;
}

.home-listings .listing-item {
  padding: 0.375rem 0 0;
}

.home-listings .listing-item.in-view:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.home-listings .listing-item:after {
  content: "";
  height: 1px;
  margin: 1.25rem 0 0;
  background-color: #0067B9;
  width: 10rem;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 1s;
  transition: -webkit-transform 0.3s ease-in-out 1s;
  transition: transform 0.3s ease-in-out 1s;
  transition: transform 0.3s ease-in-out 1s, -webkit-transform 0.3s ease-in-out 1s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.home-listings .listing-item:last-child:after {
  display: none;
}

.home-listings .item-title {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.625rem;
  font-weight: bold;
  color: #315470;
  margin-bottom: 1.5rem;
  display: block;
}

.home-listings .item-title:hover {
  color: #e87722;
}

.home-listings .listing-summary {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 4px 0;
}

.home-listings .read-more {
  color: #e87722;
  display: inline-block;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.home-listings .read-more:after {
  content: ">";
  margin: 0 8px;
}

.home-listings .view-all {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #e87722;
  display: inline-block;
  text-transform: uppercase;
  margin: 0.625rem 0;
}

.intelligence-area {
  position: relative;
  height: 260px;
  margin-bottom: 1.875rem;
}

.intelligence-area img {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
}

.intelligence-area .intelligence-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}

.intelligence-area .call-to-action {
  width: 25%;
  height: 100%;
  position: relative;
}

.intelligence-area .call-to-action:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 103, 185, 0.75);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.intelligence-area .call-to-action:hover:before {
  background-color: #0067B9;
}

.intelligence-area .cta-title {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.875rem;
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.intelligence-area .intelligence-abstract {
  width: 50%;
  height: 100%;
  position: relative;
}

.intelligence-area .intelligence-abstract a {
  color: #e87722;
}

.intelligence-area .intelligence-abstract a.intelligence-title {
  color: #ffffff;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}

.intelligence-area .intelligence-abstract:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(49, 84, 112, 0.75);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.intelligence-area .intelligence-abstract:hover:before {
  background-color: rgba(49, 84, 112, 0.75);
}

.intelligence-area .abstract-content {
  width: 100%;
  padding: 0 1.875rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intelligence-area .abstract-content p {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}

.intelligence-area .read-more {
  color: #e87722;
  display: inline-block;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.intelligence-area .read-more:after {
  content: ">";
  margin: 0 8px;
}

.intelligence-area .spacer {
  width: 25%;
}

.landing-search-aside {
  background-color: #eef1f4;
  padding: 1.25rem;
  color: #0067B9;
}

.landing-search-aside .input-container {
  background-color: #ffffff;
  margin-bottom: 1.875rem;
}

.landing-search-aside #search-subpages {
  position: relative !important;
  width: 100% !important;
  top: 0;
}

.landing-search-aside #search-subpages input#search-subpage {
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
}

.landing-search-aside #search-subpages #search-subpage-results {
  width: 200%;
}

.landing-search-aside .filters-applied-list {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  color: #0067B9;
  margin-bottom: 1.875rem;
}

.landing-search-aside .filters-applied-list li {
  display: block;
  margin-bottom: 0.25rem;
}

.landing-search-aside .filters-applied-list li a {
  display: inline-block;
}

.landing-search-aside .filters-applied-list li a:before {
  content: 'x';
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  margin-right: 8px;
  position: relative;
  bottom: 1px;
}

.landing-search-aside span.label {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.25rem;
}

.landing-search-aside .filters-applied-list-sorting {
  margin-bottom: 1.875rem;
}

.landing-search-aside .filters-applied-list-sorting li.current_ {
  font-weight: bold;
}

.infographic-section {
  margin-top: 1.875rem;
  padding: 1.875rem 0;
  border-top: solid 5px #0067B9;
}

.infographic-section .infographic-image {
  width: 100%;
  display: block;
}

.quote-section {
  margin-top: 1.875rem;
  padding: 1.875rem 0;
  border-top: solid 5px #0067B9;
  color: #789f90;
  text-align: center;
}

.quote-section blockquote {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  display: block;
  width: 80%;
  margin: 0 auto 8px;
  line-height: 1.4;
}

.quote-section .quote-attribute {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  display: block;
}

.filter-wrapper {
  width: 100% !important;
}

.drop-down {
  width: 100%;
  margin-bottom: 1.25rem;
}

.drop-down .drop-down-text {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125rem;
  color: #0067B9;
  position: relative;
}

.drop-down .drop-down-text:after {
  content: '';
  width: 10px;
  height: 10px;
  float: right;
  background-image: url("reskin/site/images../../../../../../site/images/icons/toggle-icon.png");
  background-repeat: no-repeat;
  position: relative;
  top: 10px;
}

.drop-down .dropdown-arrow {
  float: right;
  font-size: 1.5rem;
  position: relative;
  top: -6px;
}

.drop-down .dropdown-arrow:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.drop-down .drop-down-container {
  position: relative;
  height: 40px;
  color: #0067B9;
  width: 100%;
  background-color: #ffffff;
  padding: 0.5625rem 0.75rem;
  overflow: hidden;
  border: solid 1px #92c1e9;
}

.drop-down select {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #545759;
}

@media screen and (max-width: 47.875em) {
  .drop-down {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

.results-pagination-results {
  height: 1.875rem;
  margin-top: 1.25rem;
}

.results-pagination-results.alphalisting .results-pagination-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.results-pagination-results.alphalisting .results-pagination-list li {
  width: 3.84615%;
  display: inline-block;
  text-align: center;
  padding: 0;
}

.results-pagination-results.alphalisting .results-pagination-list li.current_ a {
  color: #e87722;
}

.results-pagination-results .results-count {
  display: inline-block;
  float: left;
  margin: 0;
}

.results-pagination-results .results-pagination-list {
  float: right;
}

.results-pagination-results .results-pagination-list li {
  padding: 0 13px;
  display: inline-block;
}

.results-pagination-results .results-count {
  display: inline-block;
  float: left;
  margin: 0;
}

.results-pagination-results .results-pagination-list {
  float: right;
}

.results-pagination-results .results-pagination-list li {
  padding: 0 13px;
  display: inline-block;
}

.results-pagination-results:after {
  content: '';
  clear: both;
}

.filter-feature-list .person-entry {
  border-bottom: solid 1px #92c1e9;
  padding-left: 10px;
}

.filter-feature-list .designated-person-entry {
  background-color: #eef1f4;
}

.filter-feature-list .filter-feature {
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: solid 1px #92c1e9;
}

.filter-feature-list .entry-title {
  margin-bottom: 0.25rem;
}

.filter-feature-list .register-link {
  margin: 10px 0 0 0;
}

.vcard-tooltip {
  /*width:260px;*/
  padding-bottom: 10px;
}

.vcard-tooltip dl {
  background: #eef1f4;
  min-height: 90px;
  margin: 0;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 5px #444;
  box-shadow: 2px 2px 10px #333;
}

.vcard-tooltip dl div {
  float: left;
  max-width: 175px;
}

.vcard-tooltip dt,
.vcard-tooltip dd {
  padding-left: 0;
  margin-left: 0;
  font-size: 14px;
  max-width: 300px;
}

.vcard-tooltip dt {
  font-weight: bold;
}

.vcard-tooltip span {
  display: block;
}

.vcard-tooltip img {
  /*position:absolute;left:10px;top:10px;*/
  float: left;
  margin-right: 10px;
  height: 90px;
  /*width:70px;*/
}

.vcard-tooltip .link-pointer-bottom,
.vcard-tooltip .link-pointer-top {
  background-repeat: no-repeat;
  background-position: center 0px;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  /*otherwise, popup takes up the whole row*/
}

.no-boxshadow .vcard-tooltip .link-pointer-bottom {
  height: 10px;
  display: none;
}

.no-boxshadow .vcard-tooltip .link-pointer-bottom {
  background-image: url("reskin/site/images../../../../../../../Main/img/vcard-tooltip-divot.gif");
}

.vcard-tooltip .link-pointer-top {
  background-image: url("reskin/site/images../../../../../../../Main/img/vcard-tooltip-divot-upsidedown.gif");
}

.vcard-tooltip .link-pointer-bottom {
  height: 18px;
  display: none;
  background-image: url("reskin/site/images../../../../../../../Main/img/vcard-tooltip-divot.png");
}

.ie7 .vcard-tooltip .link-pointer-bottom,
.ie8 .vcard-tooltip .link-pointer-bottom {
  background-image: url("reskin/site/images../../../../../../../Main/img/vcard-tooltip-divot_ie_noshadow.png");
}

.ie9 .vcard-tooltip .link-pointer-bottom {
  background-image: url("reskin/site/images../../../../../../../Main/img/vcard-tooltip-divot_ie.png");
}

.vcard-tooltip-flip .link-pointer-top {
  padding-top: 10px;
}

.vcard-tooltip-flip .link-pointer-bottom {
  display: none !important;
}

.vcard-tooltip a#pdf {
  background: url("reskin/site/images../../../../../../site/images/icons/pdf.png") 0 0 no-repeat;
  padding: 0px 15px 0px 20px;
  line-height: 19px;
  height: 20px;
  position: relative;
  left: -1px;
}

body.landing .filter-overlay {
  display: none;
  background-color: #b1b4b3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 12000;
}

body.landing .filter-overlay h1 {
  position: absolute;
  width: 100%;
  color: #ffffff;
  display: block;
  text-align: center;
  top: 80px;
  font-size: 50px;
  line-height: 1;
}

body.article .filter-overlay {
  display: none;
  background-color: transparent;
  width: 748px;
  height: 100%;
  left: 244px;
  position: absolute;
  z-index: 12000;
}

body.article .filter-overlay h1 {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  top: 80px;
  font-size: 50px;
  line-height: 1;
}

.featured-listing .featured-title {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  color: #0067B9;
  margin-right: 0.625rem;
}

.featured-listing .view-more {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: capitalize;
}

.featured-listing .listing-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
}

.featured-listing .listing-item {
  width: 32%;
  border-bottom: solid 2px #92c1e9;
  padding-bottom: 15px;
  position: relative;
  min-height: 270px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.featured-listing .listing-item-title {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  margin-top: 0.625rem;
  display: block;
}

.featured-listing .listing-item-centered {
  margin: auto;
}

.featured-listing .listing-item-abstract {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  margin: 0.375rem 0;
}

.featured-listing .image-container {
  width: 100%;
}

.featured-listing .image-container img {
  width: 100%;
}

.featured-listing .read-more {
  color: #e87722;
  display: inline-block;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.featured-listing .read-more:after {
  content: ">";
  margin: 0 8px;
}

.service-categories .service-category h3 {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  color: #0067B9;
  padding: 1.25rem 0;
  border-top: solid 5px #0067B9;
  border-bottom: solid 1px #92c1e9;
}

.service-categories .service-category-container {
  background-color: #eef1f4;
  padding: 1.875rem;
  margin-top: 1.25rem;
}

.service-categories ul.service-indented {
  margin-left: 25px;
}

.service-categories ul li {
  margin-bottom: 1.25rem;
}

.service-categories ul li.child-service {
  display: none;
  margin-top: 0.875rem;
}

.service-categories ul li.child-service:last-child {
  margin-bottom: 0;
}

.service-categories ul li.child-service a {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
}

.service-categories ul li.child-service a:hover {
  color: #e87722;
}

.service-categories ul a {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  color: #545759;
}

.service-categories ul a:hover {
  color: #e87722;
}

.service-categories ul.child-services {
  overflow: hidden;
  margin-left: 6px;
}

.search-results-container {
  margin-top: 1.25rem;
}

.search-results-container .result-aside {
  width: 220px;
  min-width: 220px;
  margin-right: 1.875rem;
}

.search-results-container .result-tabs li {
  line-height: 1.428em;
  padding: 10px 34px 10px 13px;
  text-decoration: none;
  width: 100%;
  max-width: 302px;
  background-color: #eef1f4;
  display: inline-block;
  color: #0067B9 !important;
  white-space: normal;
  margin-bottom: 4px;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
}

.search-results-container .result-tabs li h2 {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
}

.search-results-container .result-tabs li.current_ {
  background-color: #0067B9 !important;
  color: #ffffff !important;
  position: relative;
}

.search-results-container .result-tabs li.current_ a {
  color: #ffffff !important;
}

.search-results-container .result-tabs li.current_:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  display: block;
  border-top: 19px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #0067B9;
  right: -20px;
  top: 0;
}

.search-results-container .resource-centers-container {
  margin-top: 1.875rem;
  background-color: #eef1f4;
  padding: 0.75rem;
  color: #0067B9;
}

.search-results-container .resource-centers-container h3 {
  font-family: "Georgia";
  margin-bottom: 6px;
}

.search-results-container .resource-centers-container li {
  margin-bottom: 6px;
}

.section-boxes .box {
  border: 8px solid #0067B9;
  color: #545759;
  padding: 0.875rem;
  margin-bottom: 1.25rem;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.section-boxes .box:first-child .box-title {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
}

.section-boxes .box:nth-child(2) span {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.section-boxes .box-title {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}

.page-nav-related .page-nav-segment {
  background-color: #eef1f4;
  padding: 0.875rem;
  margin-bottom: 1.25rem;
}

.page-nav-related h2 {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  color: #0067B9;
}

.page-nav-related ul li {
  margin-bottom: 6px;
}

.page-nav-related ul li a {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  color: #0067B9;
}

.page-nav-related ul li a:hover {
  color: #e87722;
}

.event-outline {
  float: left;
  margin: 0 20px 20px 0;
  background-color: #eef1f4;
  width: 16.25rem;
  padding: 0.875rem;
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  color: #0067B9;
}

.event-outline h2 {
  font-size: 1rem !important;
  color: #0067B9 !important;
  font-weight: bold !important;
}

.event-outline ul {
  list-style-type: none !important;
  margin: 0 0 20px 0 !important;
}

.event-outline ul li {
  margin-bottom: 4px;
}

.event-outline .agenda-contents {
  margin-bottom: 1.25rem;
}

.event-outline .agenda-contents:last-child {
  margin-bottom: 0;
}

.event-outline .contact-info-contents {
  margin-bottom: 1.25rem;
}

.event-outline .contact-info-contents:last-child {
  margin-bottom: 0;
}

/* Leadership containers */

.leadership-container {
  width: 100%;
  border-top: 2px solid #000;
  padding: 16px 0 19px;
  clear: both;
}

.leadership-container:after {
  content: '';
  float: none;
  clear: both;
  display: block;
}

.ie9 .leadership-container {
  padding-top: 17px;
}

.leadership-container h2 {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #315470;
  line-height: 1.5;
  padding: 0 20px 16px;
}

.leadership-container h3,
.leadership-container ul {
  margin: 0 20px 12px;
  list-style: none;
  overflow: visible;
  display: inline-block;
}

.leadership-container h3 {
  font-size: 0.929em;
}

.leadership-container ul li {
  float: left;
  width: 218px;
  padding-right: 20px;
}

.leadership-container ul.leadership-list {
  font-size: 0.929em;
}

.leadership-container ul.executives-list li {
  margin-bottom: 10px;
  font-size: 0.929em;
}

.ie9 .leadership-container ul.executives-list li {
  margin-bottom: 12px;
}

.leadership-container ul li a,
.leadership-container ul li a:visited {
  color: #0067B9;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.076em;
  padding-bottom: 4px;
}

.leadership-container ul li a:hover {
  color: #e87722;
}

.ie9 .leadership-container ul li a {
  padding-bottom: 4px;
}

.law-category {
  float: left;
  display: block;
  min-height: 100px;
  width: 25%;
}

.law-category:nth-of-type(5) {
  clear: left;
}

.law-category:after {
  content: '';
  clear: both;
}

.executives-list a {
  font-size: 1.385em !important;
  padding-bottom: 11px;
  display: block;
}

ul.leadership-list span.title {
  /*white-space: nowrap;*/
  display: inline-block;
}

.leadership-container.managementCommittee {
  padding-top: 15px;
}

.ie7 .leadership-container.managementCommittee {
  padding-top: 16px;
}

.ie8 .leadership-container.managementCommittee {
  padding-top: 16px;
}

.leadership-container.managementCommittee h2 {
  padding-bottom: 16px;
}

.ie8 .leadership-container.managementCommittee h2 {
  padding-bottom: 16px;
}

.leadership-container.legalDepartment {
  padding-top: 16px;
}

.ie7 .leadership-container.legalDepartment {
  padding-top: 17px;
}

.leadership-container.legalDepartment h2 {
  padding-bottom: 15px;
}

.leadership-container.legalDepartment h3 {
  margin-bottom: 10px;
}

.ie8 .leadership-container.legalDepartment h3 {
  margin-bottom: 11px;
}

.leadership-container.legalDepartment .law-category {
  width: 238px;
}

.leadership-container.legalDepartment .law-category.column5 {
  clear: both;
}

.leadership-container.legalDepartment ul li {
  width: 178px;
  float: none;
  padding-right: 0;
}

.leadership-container.legalDepartment h3,
.leadership-container.legalDepartment ul {
  display: block;
  margin: 0 0 12px 20px;
}

.ie7 .leadership-container.professionalManagement {
  padding-top: 17px;
}

.ie8 .leadership-container.professionalManagement {
  padding-top: 16px;
}

.leadership-container.professionalManagement h2 {
  padding-bottom: 16px;
}

.leadership-container.professionalManagement h3 {
  margin-bottom: 10px;
}

#contact-form {
  margin-bottom: 30px;
}

#contact-form ul {
  list-style: none;
  margin: 0;
}

#contact-form ul li {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 12px;
  margin-right: 6px;
}

#contact-form ul li.text-box-container {
  width: 100%;
}

#contact-form ul.checklist {
  width: 45%;
  float: left;
  margin-right: 5%;
}

#contact-form ul.checklist li {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 12px 0;
}

#contact-form ul:after {
  content: "";
  display: table;
  clear: both;
}

#contact-form input.text,
#contact-form input[type=text],
#contact-form textarea {
  width: 98%;
}

#contact-form .checkbox {
  float: left;
  display: block;
  margin: 0 20px 10px 0;
  padding: 0;
  width: 20px;
  height: 20px;
  color: #234c67;
  background: url("reskin/site/images../../../../../../../Main/img/checkbox.png") top left no-repeat;
}

#contact-form .checkbox input {
  display: none;
}

#contact-form .checkbox input.show {
  display: inline;
}

#contact-form .selected {
  background-position: 0 -40px;
}

#contact-form .form-disclaimer {
  margin-top: 30px;
}

#contact-form .inquiries-target label {
  float: none;
}

.offices-list {
  width: 33.333%;
  margin: 0 !important;
  list-style-type: none !important;
}

.offices-list li {
  margin-bottom: 4px;
}

.offices-list:nth-child(2) {
  margin-top: 40px !important;
}

.offices-list .expando {
  position: relative;
  top: 3px;
}

.offices-list .office-data {
  overflow: hidden;
  height: 0;
  margin-top: 8px;
}

.offices-list .office-name {
  padding: 0 4px 0 16px;
}

.offices-list .office-data-wrapper {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  background-color: #eef1f4;
  width: 95%;
  padding: 16px;
}

.offices-list .office-data-wrapper .title {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  color: #0067B9;
  margin-bottom: 1rem;
}

.featured-insights {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26.875rem;
  margin-bottom: 5rem;
}

.featured-insights .featured-insight {
  height: 100%;
  width: 50%;
  color: #ffffff;
  padding: 3.125rem;
  position: relative;
}

.featured-insights .featured-insight__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.featured-insights .featured-insight:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.featured-insights .featured-insight__top {
  position: relative;
}

.featured-insights .featured-insight__category {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}

.featured-insights .featured-insight__view-all {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  color: #e87722;
  position: absolute;
  right: 0;
  bottom: 0;
}

.featured-insights .featured-insight__view-all:hover {
  color: #0067B9;
}

.featured-insights .featured-insight.in-view .featured-insight__content:before {
  left: 0;
}

.featured-insights .featured-insight__content {
  padding-top: 2rem;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}

.featured-insights .featured-insight__content:before {
  content: '';
  height: 1px;
  background-color: #0067B9;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: left 0.3s ease-in-out 1s;
  transition: left 0.3s ease-in-out 1s;
}

.featured-insights .featured-insight__content-type {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #898c8d;
  margin-bottom: 1rem;
  display: block;
}

.featured-insights .featured-insight__content-title {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  color: #ffffff;
}

.featured-insights .featured-insight__content-title:hover {
  color: #e87722;
}

.featured-insights .featured-insight__content-large-title {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 3.375rem;
  color: #ffffff;
  line-height: 1.2;
}

.featured-insights .featured-insight__content-large-title:hover {
  color: #e87722;
}

.home-search {
  margin-bottom: 3.75rem;
}

.home-search__tabs {
  margin-bottom: 1.125rem;
}

.home-search__tabs button + button:before {
  content: "|";
  display: inline-block;
  margin: 0 8px 0 4px;
  color: #315470;
}

.home-search__tab {
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: bold;
  color: #315470;
}

.home-search__tab.active {
  color: #b1b4b3;
}

.home-search__form {
  width: 1170px;
  overflow: hidden;
}

.home-search__form-container {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 2340px;
}

.home-search__form-container.left {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-search__input-area {
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
  padding-bottom: 0.9375rem;
  border-bottom: solid 1px #0067B9;
  display: inline-block;
}

.home-search #search-subpage-results {
  top: 90px;
}

.home-search__input {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  border: none !important;
  outline: none !important;
  font-style: italic !important;
  color: #898c8d !important;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  text-indent: 2px;
  margin: 0 !important;
}

.home-search__button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 2.25rem;
  color: #315470;
  float: right;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

background
.home-search__button:hover {
  color: #e87722;
}

#people_landing .search-form {
  width: 80%;
  margin: 0 auto;
  padding: 1.875rem 0;
}

#people_landing .search-form input[type=text] {
  width: 100%;
}

#people_landing .search-form .results-pagination-results {
  margin-top: 0;
}

#people_landing .filter-feature-list .person-entry {
  border-bottom: 0 !important;
}

#people_landing .search-container {
  position: relative;
  min-height: 40px;
}

#people_landing .search-container #search-subpages {
  width: 100%;
  position: relative;
  top: 0;
}

#people_landing .search-container #search-subpages fieldset {
  height: 40px;
}

#people_landing .lead-content {
  display: none;
}

#people_landing .filter-wrapper {
  border-bottom: 0;
}

#people_landing .filter-wrapper nav {
  height: 0;
}

#home #aux-nav {
  display: none;
}

#home .home-feature-group {
  margin-top: 30px;
}

#home .home-feature-group .home-feature-slide {
  float: left;
}

#experience_landing .filter-feature-list.featured-view {
  display: none;
}

#experience_landing .featured-view .featured-listing {
  display: block;
  margin-bottom: 1.875rem;
}

#experience_landing .results-pagination-results.featured-view {
  height: 0;
}

#experience_landing .results-pagination-results.featured-view:last-child {
  margin-bottom: 1.875rem;
}

#experience_landing .featured-listing {
  display: none;
}

#experience_landing .lead-content h1 {
  display: none;
}

#service_landing .lead-content {
  display: none;
}

#service_landing #practiceareaView1 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#service_landing #practiceareaView1 .service-category-container {
  display: none;
  margin-top: 0;
  width: -webkit-calc(100% - 257px);
  width: calc(100% - 257px);
  margin-left: 20px;
}

#service_landing #practiceareaView1 .filter-link-list {
  width: 257px;
}

#service_landing .practicearea-category h3 {
  position: relative;
}

#service_landing .service-search {
  margin-bottom: 1.875rem;
}

#service_landing .practicearea-category-views {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 23px;
}

#service_landing .practicearea-category-views a {
  display: inline-block;
}

#service_landing .practicearea-category-views a.current_ {
  display: none;
  font-weight: bold;
}

#service_landing #practiceareaView2 .service-category-container {
  margin-top: 0;
  width: 100%;
}

#service_landing .filter-link-list {
  float: none;
  padding: 0;
  width: 257px;
}

#service_landing .filter-link-list > li {
  margin-bottom: 2px;
}

#events_landing .search-results-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#events_landing .results-pagination-results:first-child {
  margin-top: 0;
}

#events_landing .results-container {
  margin-bottom: 1.875rem;
}

#events_landing .lead-content h1 {
  display: none;
}

#news_landing .search-results-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#news_landing .results-pagination-results:first-child {
  margin-top: 0;
}

#news_landing .results-container {
  margin-bottom: 1.875rem;
}

#news_landing .lead-content h1 {
  display: none;
}

#intelligence_landing .filter-feature-list.featured-view {
  display: none;
}

#intelligence_landing .featured-view .featured-listing {
  display: block;
  margin-bottom: 1.875rem;
}

#intelligence_landing .results-pagination-results.featured-view {
  height: 0;
}

#intelligence_landing .results-pagination-results.featured-view:last-child {
  margin-bottom: 1.875rem;
}

#intelligence_landing .featured-listing {
  display: none;
}

#intelligence_landing .lead-content h1 {
  display: none;
}

#service_detail .lead-content .article-description {
  margin-bottom: 1.875rem;
}

#service_detail .mainbody {
  margin-bottom: 1.875rem;
}

#service_detail .filter-feature-list .person-entry {
  border-bottom: none;
  padding: 0;
}

#generalcontent_landing .lead-content {
  margin-bottom: 30px;
  min-height: 400px;
}

#subscribe_detail .mainbody {
  min-height: 400px;
}

#subscribe_detail .lead-content h1 {
  font-family: "Georgia" !important;
  font-size: 2.25rem !important;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #0067B9 !important;
}

#subscribe_detail .page-nav-segment-instructions {
  margin-top: 1.25rem;
}

#subscribe_detail .related-content-expander h2.related-expander-header:after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("reskin/site/images../../../../../../site/images/icons/collapsed.png");
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 11px;
}

#subscribe_detail .solo-content {
  border-top: solid 1px #92c1e9;
}

#subscribe_detail h2.related-expander-header {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.625rem;
  color: #315470;
  text-transform: uppercase;
  color: #0067B9;
  text-transform: none;
  font-size: 14px;
  padding-top: 7px !important;
}

#subscribe_detail h2.related-expander-header:before {
  display: none !important;
}

#subscribe_detail span.related-expander-title {
  text-indent: 0;
}

#subscribe_detail .related-expander-content ul {
  margin: 0 !important;
}

#subscribe_detail .expanded_ .related-expander-content {
  padding: 0 !important;
}

#subscribe_detail .expander-wrapper_ h2.related-expander-header {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.625rem;
  color: #315470;
  text-transform: uppercase;
  color: #000 !important;
  text-transform: none;
  font-size: 14px;
}

#subscribe_detail .expander-wrapper_ .related-expander-content .solo-content {
  padding: 0;
}

/*Subscribe page*/

#subscribe_detail .related-content-expander h2 {
  text-indent: 20px;
  width: 748px;
}

#subscribe_detail .related-content-expander {
  padding: 0;
  width: 100%;
}

.solo-content {
  border-top: 2px solid #333;
  overflow: hidden;
  _display: inline-block;
  padding-bottom: 0;
}

.related-expander-content .solo-content {
  border-top: 2px solid #e6e6e6;
  padding: 2px 0 5px;
}

.ie8 #subscribe_detail .related-expander-content .solo-content {
  padding-top: 6px;
}

#subscribe_detail .related-expander-content .related-expander-header {
  font-size: 1em;
}

.solo-content .related-expander-header {
  background: none !important;
  cursor: default !important;
  text-indent: 20px;
  width: 343px !important;
  float: left;
  display: inline-block;
  overflow: hidden;
}

.solo-content .subscription-list {
  overflow: hidden;
  list-style: none;
  float: right;
  width: 50%;
}

.solo-content .subscription-list li {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.786em;
  white-space: nowrap;
}

.solo-content .subscription-list li a {
  float: left;
}

.subscribe-rss a {
  background: url("reskin/site/images../../../../../../../Main/img/icons-rss-email.png") 0 10px no-repeat;
  padding: 9px 30px 3px 22px;
}

.ie9 .subscribe-rss a {
  padding-top: 10px;
}

.subscribe-email a {
  background: url("reskin/site/images../../../../../../../Main/img/icons-rss-email.png") 0 -125px no-repeat;
  padding: 12px 20px 5px 31px;
}

#office_landing .lead-content {
  margin-bottom: 30px;
}

#office_landing .offices-map {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

#office_landing .office-list-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#office_detail .lead-content {
  margin-bottom: 30px;
}

#office_detail .mainbody,
#office_detail .detail-content {
  margin-bottom: 30px;
}

#office_detail .filter-feature-list .person-entry {
  border-bottom: none;
}

#sitemap-landing .mainbody {
  margin-bottom: 30px;
}

#sitemap-landing .lead-content h1 {
  color: #0067B9 !important;
  margin-bottom: 10px;
}

#sitemap-landing .content-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sitemap-landing .left-content,
#sitemap-landing .middle-content,
#sitemap-landing .right-content {
  width: 33.3333%;
}

#sitemap-landing .service-categories ul li {
  margin-bottom: 0;
}

#sitemap-landing .service-categories ul li.child-service {
  margin-bottom: 6px;
  margin-top: 6px;
}

#sitemap-landing .service-categories ul.secondary > li + li {
  margin-top: 16px;
}

#sitemap-landing ul.primary > li a {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #315470;
  line-height: 1.5;
  font-weight: bold;
}

#sitemap-landing ul.primary > li + li {
  margin-top: 20px;
}

#sitemap-landing ul.secondary > li {
  color: #0067B9;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: bold;
}

#sitemap-landing ul.secondary > li a {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #545759;
}

#sitemap-landing ul.tertiary li a {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #545759;
}

#sitesearch {
  /**google site search stylings**/
  /*.gsc-cursor-page+.gsc-cursor-page:before
    {
      border-right: 1px solid #7fa7ba;
    }*/
}

#sitesearch .lead-content h1 {
  color: #0067B9 !important;
  margin-bottom: 1.25rem;
}

#sitesearch .main-content {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sitesearch .page-nav {
  float: none !important;
}

#sitesearch .mainbody {
  display: inline-block;
  width: 970px;
  margin-bottom: 30px;
}

#sitesearch .gsc-thumbnail {
  display: none !important;
}

#sitesearch .filter-paging.searchedfor {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #545759;
}

#sitesearch .gs-result .gs-title {
  font-size: 20px !important;
  color: #0067B9 !important;
  font-family: "Trade Gothic W01", Arial, sans-serif !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
  background: transparent !important;
  outline: none !important;
  font-weight: bold !important;
  line-height: 21px !important;
  height: 100% !important;
  list-style-image: none !important;
  list-style-position: outside !important;
  list-style-type: none !important;
  text-align: left !important;
}

#sitesearch .gs-result .gs-title:hover {
  color: #e87722;
}

#sitesearch .gs-result .gs-title * {
  font-size: 20px !important;
  color: #0067B9 !important;
  text-decoration: none !important;
}

#sitesearch .gs-snippet {
  overflow: hidden !important;
  line-height: 1.4 !important;
  color: #545759 !important;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
}

#sitesearch .gs-visibleUrl {
  overflow: hidden !important;
  display: none !important;
}

#sitesearch .gs-visibleUrl-long {
  display: initial !important;
  overflow: visible !important;
  text-decoration: none !important;
  color: #0067B9 !important;
  background-attachment: scroll !important;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
}

#sitesearch .gsc-table-cell-snippet-close {
  padding-right: 92px !important;
  width: 636px !important;
  vertical-align: top !important;
  padding-top: 20px !important;
  padding-bottom: 19px !important;
}

#sitesearch .gsc-result {
  border-bottom: 2px solid #acb7ae !important;
  padding: 7px 0 7px 20px !important;
}

#sitesearch .gsc-tabdActive {
  border-top: 2px solid #333 !important;
}

#sitesearch .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none !important;
}

#sitesearch .gcsc-branding {
  display: none !important;
}

#sitesearch .gsc-results .gsc-cursor-box {
  padding: 13px 0 !important;
}

#sitesearch .gsc-results .gsc-cursor-box .gsc-cursor-page {
  float: left !important;
  padding: 0px 13px !important;
  cursor: pointer !important;
  display: inline-block !important;
  margin-top: .25em;
  margin-right: 0;
  color: #0067B9;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
}

#sitesearch .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
#sitesearch .gsc-results .gsc-cursor-box .gsc-cursor-page.current-page {
  color: #e87722;
}

#sitesearch .gsc-cursor > * {
  border-right: 1px solid #7fa7ba;
}

#sitesearch .gsc-cursor > *:last-child {
  border-right: none !important;
}

#sitesearch .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #545759 !important;
  font-weight: 700 !important;
}

#sitesearch .btn-primary {
  margin-top: 20px;
}

#sitesearch .filtered-features .hidden {
  display: none;
}

#sitesearch .intel-type {
  color: #234c67;
  font-weight: 700;
  margin: .5em 0;
}

#sitesearch .sectionAll .date-icon {
  display: none !important;
}

#sitesearch .sectionAll .register-link {
  display: none !important;
}

#sitesearch .sectionNews .register-link {
  display: none !important;
}

html {
  overflow-y: initial;
}

.page-wrapper {
  max-width: 1170px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 63.9375em) {
  .page-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.no-flexbox .secondary-navigation #secondary-nav ul {
  float: right;
  overflow: hidden;
}

.no-flexbox .secondary-navigation #secondary-nav ul li {
  float: left;
}

.no-flexbox .secondary-navigation #secondary-nav ul:after {
  content: '';
  clear: both;
}

.no-flexbox .primary-navigation #search-form {
  float: right;
}

.no-flexbox .primary-navigation #primary-nav-items {
  float: right;
}

.no-flexbox .primary-navigation #primary-nav-items li {
  float: left;
}

.no-flexbox .home-listings {
  overflow: hidden;
}

.no-flexbox .home-listings .listing {
  float: left;
}

.no-flexbox .home-listings:after {
  content: '';
  clear: both;
}

.no-flexbox .intelligence-area .intelligence-container {
  overflow: hidden;
}

.no-flexbox .intelligence-area .intelligence-container .call-to-action {
  float: left;
}

.no-flexbox .intelligence-area .intelligence-container .intelligence-abstract {
  float: left;
}

.no-flexbox .intelligence-area .intelligence-container:after {
  content: '';
  clear: both;
}

.no-flexbox .header #aux-nav .tools {
  float: right;
}

.no-flexbox .two-columns {
  overflow: hidden;
}

.no-flexbox .two-columns:after {
  content: '';
  clear: both;
}

.no-flexbox .two-columns .column {
  float: left;
}

.no-flexbox .landing-columns {
  overflow: hidden;
}

.no-flexbox .landing-columns:after {
  content: '';
  clear: both;
}

.no-flexbox .landing-columns .column-small,
.no-flexbox .landing-columns .column-large {
  float: left;
}

.no-flexbox footer nav {
  overflow: hidden;
}

.no-flexbox footer nav:after {
  content: '';
  clear: both;
}

.no-flexbox footer nav .footer-section {
  float: left;
}

.no-flexbox #people_detail .main-cols {
  overflow: hidden;
}

.no-flexbox #people_detail .main-cols:after {
  content: '';
  clear: both;
}

.no-flexbox #people_detail .main-cols .primary-col {
  float: left;
}

.no-flexbox #people_detail .main-cols .secondary-col {
  float: right;
}

.no-flexbox #people_detail .main-cols .related-content-expander .related-expander-content {
  padding-left: 0;
}

.no-csstransforms .call-to-actions .label {
  left: 0;
}

.no-csstransforms .call-to-actions .cta-link:before {
  display: none !important;
}

img.thumbnail,
img.thumbnailtop,
img.thumbnailbottom,
img.thumbnailleft,
img.thumbnaillefttop,
img.thumbnailleftbottom,
img.thumbnailright,
img.thumbnailrighttop,
img.thumbnailrightbottom {
  position: relative;
  vertical-align: text-bottom;
  z-index: 9;
}

div.thumbnailOuterWrapper.right {
  float: right;
  margin: 0 0 20px 20px;
}

a.thumbnailWrapper {
  position: relative;
  z-index: 9;
}

a.thumbnailWrapper:hover {
  background-color: transparent !important;
}

div.thumbnailOuterWrapper {
  display: inline;
}

div.thumbnailOuterWrapper .tools-share-list {
  right: 60px !important;
  margin-top: -3px !important;
}

a img.thumbnail-expand {
  display: inline-block;
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  margin-top: -30px;
}

img.thumbnail-social {
  z-index: 10;
  background-color: #FFF;
  display: inline-block;
  position: relative;
  right: 60px;
  bottom: -2px;
  height: 30px;
  width: 30px;
}

img.thumbnailtop {
  display: block;
}

img.thumbnailbottom {
  display: block;
}

img.thumbnailleft {
  float: left;
  margin: 0 20px 0 0;
}

img.thumbnaillefttop {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}

img.thumbnailleftbottom {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}

img.thumbnailright {
  float: right;
  margin: 0 0 0 20px;
}

img.thumbnailrighttop {
  display: block;
  float: right;
  margin: 0 0 0 20px;
}

img.thumbnailrightbottom {
  display: block;
  float: right;
  margin: 0 0 0 20px;
}

img.thumbnailleft + img.thumbnail-expand {
  clear: left;
  float: left;
}

img.thumbnaillefttop + img.thumbnail-expand {
  clear: left;
  float: left;
}

img.thumbnailleftbottom + img.thumbnail-expand {
  clear: left;
  float: left;
}

img.thumbnailright + img.thumbnail-expand {
  clear: right;
  float: right;
}

img.thumbnailrighttop + img.thumbnail-expand {
  clear: right;
  float: right;
}

img.thumbnailrightbottom + img.thumbnail-expand {
  clear: right;
  float: right;
}

img.thumbnailtop + img.thumbnail-expand {
  clear: left;
  float: left;
  margin-top: -30px;
}

img.thumbnailbottom + img.thumbnail-expand {
  clear: left;
  float: left;
  margin-top: -30px;
}

.thumbnailOuterWrapper .thumbnail-social-container {
  position: relative;
  display: inline;
  z-index: 10;
}

.thumbnailOuterWrapper .tools-share-list {
  z-index: 10;
  margin-top: 0px !important;
}

.thumbnailOuterWrapper a {
  border-bottom: 0px none !important;
}

.lightbox {
  display: none;
}

#lightbox-secNav img.share-image {
  height: 25px;
  margin-top: 2px;
  margin-right: 4px;
}

#lightbox-secNav .thumbnail-social-container {
  width: 100%;
  position: relative;
  float: left;
  border-top: 2px solid black;
}

#lightbox-secNav .thumbnail-social-container ul {
  display: block;
  float: left;
  position: initial;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border-top: 2px solid black;
  padding-top: 4px;
}

#lightbox-secNav .thumbnail-social-container ul li {
  display: inline-block;
  float: left;
  height: 30px;
  vertical-align: top !important;
  width: 16.2%;
  margin: 0 1px;
  position: relative;
  text-align: left;
  font-size: 10px;
}

#lightbox-container-image-data-box {
  min-height: 76px;
  overflow: hidden !important;
}

#lightbox-secNav li {
  height: auto;
  vertical-align: top !important;
  width: 19.5%;
  margin: 0 1px;
}

#lightbox-secNav li a {
  text-indent: 0px;
  line-height: 18px !important;
}

#lightbox-secNav li a img {
  vertical-align: top;
}

#lightbox-secNav li .share-text {
  vertical-align: inherit;
  margin-top: 6px;
  display: inline-block;
}

#lightbox-secNav li.twitter-share a {
  background-image: none;
  vertical-align: top;
}

#lightbox-secNav li.facebook-share a {
  background-image: none;
  vertical-align: top;
}

#lightbox-secNav li.linkedin-share a {
  background-image: none;
  vertical-align: top;
}

#lightbox-secNav li.email-share a {
  background-image: none;
  vertical-align: top;
}

#lightbox-secNav li.googleplus-share a {
  background-image: none;
  vertical-align: top;
}

#lightbox-secNav li.twitter-share a:hover {
  background-color: #27AAE0;
  color: #FFF;
  background-image: none;
}

#lightbox-secNav li.facebook-share a:hover {
  background-color: #27AAE0;
  color: #FFF;
  background-image: none;
}

#lightbox-secNav li.linkedin-share a:hover {
  background-color: #27AAE0;
  color: #FFF;
  background-image: none;
}

#lightbox-secNav li.email-share a:hover {
  background-color: #27AAE0;
  color: #FFF;
  background-image: none;
}

#lightbox-secNav li.googleplus-share a:hover {
  background-color: #27AAE0;
  color: #FFF;
  background-image: none;
}

#lightbox-secNav li.twitter-share a .share-image {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url("reskin/site/images../../../../../../../Main/img/share_twitter_color.png");
  /*background-image:none;*/
}

#lightbox-secNav li.facebook-share a .share-image {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url("reskin/site/images../../../../../../../Main/img/share_facebook_color.png");
  /*background-image:none;*/
}

#lightbox-secNav li.linkedin-share a .share-image {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url("reskin/site/images../../../../../../../Main/img/share_linkedin_color.png");
  /*background-image:none;*/
}

#lightbox-secNav li.email-share a .share-image {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url("reskin/site/images../../../../../../../Main/img/share_email_color.png");
  /*background-image:none;*/
}

#lightbox-secNav li.googleplus-share a .share-image {
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url("reskin/site/images../../../../../../../Main/img/share_google_color.png");
  /*background-image:none;*/
}

#lightbox-secNav li.twitter-share a:hover .share-image {
  background-image: url("reskin/site/images../../../../../../../Main/img/share_twitter_gray.png");
}

#lightbox-secNav li.facebook-share a:hover .share-image {
  background-image: url("reskin/site/images../../../../../../../Main/img/share_facebook_gray.png");
}

#lightbox-secNav li.linkedin-share a:hover .share-image {
  background-image: url("reskin/site/images../../../../../../../Main/img/share_linkedin_gray.png");
}

#lightbox-secNav li.email-share a:hover .share-image {
  background-image: url("reskin/site/images../../../../../../../Main/img/share_email_gray.png");
}

#lightbox-secNav li.googleplus-share a:hover .share-image {
  background-image: url("reskin/site/images../../../../../../../Main/img/share_google_gray.png");
}

/*Share Section CSS*/

.sharesection-container {
  float: left;
  margin: 20px 0 0 20px;
  width: 636px;
}

#sharesection-shareon-lbl {
  color: #000;
  float: left;
  display: inline-block;
  font-family: "Georgia", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.071em;
  padding: 5px 0;
}

.share-section-table {
  width: 100%;
}

.share-section-table tr td a {
  text-decoration: none;
}

.share-section-table tr td a div {
  width: 104px;
  height: 100%;
  background-color: lightgray;
  padding: 10px;
  text-align: center;
}

.sharesection-linkedIn-div:hover {
  background-color: #136D9D;
}

.sharesection-twitter-div:hover {
  background-color: #28AAE1;
}

.sharesection-facebook-div:hover {
  background-color: #3460A1;
}

.sharesection-googleplus-div:hover {
  background-color: #DE5543;
}

.sharesection-email-div:hover {
  background-color: #CC3C28;
}

.share-section-table tr td a div label {
  color: darkslategray;
  line-height: 2.1em;
  display: block;
  float: none !important;
  margin-bottom: 0;
}

.thumbnail-share-lbl {
  font: 1.4em Arial, sans-serif;
  line-height: 2em;
}

.thumbnail-share-div {
  width: 100px !important;
}

.thumbnail-share-table {
  float: right !important;
  width: 620px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.thumbnail-share-img-div {
  width: 10%;
  float: left;
  margin-top: 22px;
  text-align: -webkit-auto;
  display: inline-block;
}

.thumbnail-share-img {
  float: left;
  position: relative;
  top: 2px;
}

.thumbnail-share-img-lbl {
  float: left;
  position: relative;
  top: 6px;
  left: 2px;
}

.thumbnail-share-icons-div {
  width: 90%;
  float: right;
}

#lightbox-secNav-btnClose {
  margin-right: 7px;
}

.share-section-table tr td a div .share-section-icon.gray {
  display: none;
}

.share-section-table tr td a div:hover .share-section-icon.color {
  display: none;
}

.share-section-table tr td a div:hover .share-section-icon.gray {
  display: inline !important;
}

.share-section-table tr td a div:hover .thumbnail-share-lbl {
  color: lightgray;
}

.share-section-table tr td a div:hover label {
  color: lightgray;
}

.header {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  /*Share list*/
}

.header > .header-container {
  position: relative;
}

.header #aux-nav {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.625rem;
  text-transform: uppercase;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0;
  _zoom: 1;
  z-index: 10;
}

.header .tools #pdf {
  background: url("reskin/site/images../../../../../../site/images/icons/pdf.png") 0 50% no-repeat;
  padding: 0 15px 0 18px;
  line-height: 15px;
  height: 15px;
  display: inline-block;
}

.header .tools .share-utility {
  background: url("reskin/site/images../../../../../../site/images/icons/share.png") 0 50% no-repeat;
  padding: 0 0 0 18px;
  line-height: 15px;
  height: 15px;
  display: inline-block;
}

.header .tools .rss-utility {
  background: url("reskin/site/images../../../../../../site/images/icons/subscribe.png") 0 50% no-repeat;
  padding: 0 0 0 18px;
  line-height: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
}

.header .breadcrumb-list li {
  float: left;
}

.header .breadcrumb-list li:after {
  content: '/';
  margin: 0 8px;
}

.header .breadcrumb-list li:last-child:after {
  content: '';
}

.header #tools-share-list {
  display: none;
  /* for testing */
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -230px;
  background: white;
  padding: 21px 21px 19px;
  -webkit-box-shadow: -3px 5px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: -3px 5px 3px 3px rgba(0, 0, 0, 0.3);
  font-size: 0.929em;
  z-index: 10;
}

.header .ie6 #tools-share-list {
  right: 6px;
}

.header .no-boxshadow #tools-share-list {
  text-transform: none;
  font-weight: normal;
  font-size: 0.929em;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
}

.header .ie7 #tools-share-list {
  line-height: normal;
}

.header .ie7 #tools-share-list,
.header .ie8 #tools-share-list {
  border-bottom: 1px solid #aca28c;
  border-left: 1px solid #aca28c;
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
}

.header #tools-share-list li {
  width: 200px;
  height: 40px;
  display: block;
  border-bottom: 2px solid #fff;
}

.header #tools-share-list li a,
.header #tools-share-list li a:visited {
  background-color: #ffffff;
  color: #000;
  border-bottom: solid 1px #0067B9;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-indent: 40px;
}

.header #tools-share-list li a:hover {
  color: #e87722;
  text-decoration: none;
}

.header li.twitter-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/twitter-blue.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.header li.facebook-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/facebook-blue.png");
  background-repeat: no-repeat;
  background-position: 1px 5px;
}

.header li.linkedin-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/linkedin-blue.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.header li.rss-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/twitter-blue.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.header li.email-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/email-blue.png");
  background-repeat: no-repeat;
  background-position: 5px;
}

.header li.googleplus-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/googleplus-blue.png");
  background-repeat: no-repeat;
  background-position: 6px 5px;
}

footer {
  background-color: #545759 !important;
  color: #b1b4b3;
}

footer nav {
  padding: 1.875rem 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-section {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.625rem;
  width: 33%;
  padding: 0 0.9375rem;
  border-right: solid 2px #b1b4b3;
}

footer .footer-section:last-child {
  border-right: 0;
}

footer .label {
  display: block;
  margin-bottom: 0.75rem;
}

footer .follow-links li {
  color: #b1b4b3;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  float: left;
}

footer .follow-links li a {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

footer .follow-links li.linkedin-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/linkedin.png");
}

footer .follow-links li.twitter-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/twitter.png");
}

footer .follow-links li.facebook-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/facebook.png");
}

footer .follow-links li.googleplus-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/googleplus.png");
}

footer .follow-links li.youtube-share a {
  background-image: url("reskin/site/images../../../../../../site/images/icons/youtube.png");
}

footer .footer-links li {
  margin-bottom: 1.25rem;
}

footer .footer-links a {
  color: #b1b4b3;
}

footer .footer-links a:hover {
  color: #e87722;
}

.secondary-navigation {
  width: 100%;
  border-bottom: solid 1px #92c1e9;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
}

.secondary-navigation .header-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.secondary-navigation .secondary-nav-content {
  height: 0;
}

.secondary-navigation #secondary-nav > ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.secondary-navigation #secondary-nav > ul > li {
  border-left: solid 1px #92c1e9;
  padding: 10px 0;
  text-transform: none;
  width: 6.25rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.secondary-navigation #secondary-nav > ul > li:last-child {
  border-right: solid 1px #92c1e9;
}

.secondary-navigation #secondary-nav > ul > li:hover > a {
  color: #0067B9;
  font-weight: 700;
}

.secondary-navigation #secondary-nav > ul a {
  color: #0067B9;
  font-weight: 400;
}

.primary-navigation {
  padding: 10px 0;
  border-bottom: solid 1px #92c1e9;
  height: 80px;
}

.primary-navigation .header-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.primary-navigation h1,
.primary-navigation h2 {
  font-size: 12px;
  display: none;
}

.primary-navigation hgroup {
  max-height: 60px;
}

.primary-navigation .logo-link {
  height: 60px;
  display: inline-block;
}

.primary-navigation .logo-link img {
  max-width: 370px;
  max-height: 60px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.primary-navigation .logo-image {
  width: 100%;
}

.primary-navigation #print-image {
  display: none;
}

.primary-navigation #primary-nav {
  height: 60px;
  overflow: visible;
  z-index: 20;
}

.primary-navigation #primary-nav.bottomShadow {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3) !important;
  background-image: none !important;
  background-color: #ffffff !important;
  padding: 4px 0;
  height: auto !important;
}

.primary-navigation #primary-nav.bottomShadow #primary-nav-items {
  width: 100%;
}

.primary-navigation #primary-nav.bottomShadow #primary-nav-items li a:before {
  top: -6px;
}

.primary-navigation #primary-nav.bottomShadow #search-form {
  margin-right: 1.25rem;
}

.primary-navigation #primary-nav-items {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.primary-navigation #primary-nav-items li {
  padding: 0 1.25rem;
  line-height: 46px;
}

.primary-navigation #primary-nav-items li.current_ a:before {
  width: 100%;
}

.primary-navigation #primary-nav-items li a {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  color: #545759;
  display: inline-block;
  position: relative;
  height: 45.6px;
}

.primary-navigation #primary-nav-items li a:before {
  content: ' ';
  position: absolute;
  width: 0%;
  top: -18px;
  height: 5px;
  background-color: #92c1e9;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.primary-navigation #primary-nav-items li a:hover:before {
  width: 100%;
}

.primary-navigation #search-form {
  display: inline-block;
  position: relative;
  height: 30px !important;
  padding: 10px 0;
}

.primary-navigation #typeahead-results {
  width: 200%;
  top: 32px;
  padding-top: 10px;
}

.primary-navigation label {
  display: none;
}

.primary-navigation fieldset {
  background-color: #eef1f4;
  color: #0067B9;
  width: 200px;
  height: 30px;
  padding: 0;
}

.primary-navigation #search {
  display: inline-block;
  padding: 7px 10px;
  width: 172px;
  background-color: #eef1f4;
  border: none;
  height: auto;
  position: relative;
}

.primary-navigation #search::-webkit-input-placeholder {
  color: #0067B9;
  opacity: 1;
}

.primary-navigation #search::-moz-placeholder {
  color: #0067B9;
  opacity: 1;
}

.primary-navigation #search:-moz-placeholder {
  color: #0067B9;
  opacity: 1;
}

.primary-navigation #search:-ms-input-placeholder {
  color: #0067B9;
  opacity: 1;
}

.primary-navigation #search-submit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  padding: 0 10px 0 0;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
  float: right;
  background-image: url("reskin/site/images../../../../../../site/images/icons/search_16x16.png");
}

body.lockNav #primary-nav {
  position: fixed;
  top: 0;
  max-width: 1170px !important;
  width: 100% !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.secondary-nav-content a:hover {
  color: #e87722;
}

.secondary-nav-content {
  position: absolute;
  width: 130px;
  margin: 0;
  top: 100%;
  background: #eef1f4;
  overflow: hidden;
  z-index: 1000;
}

.secondary-nav-content ul {
  margin-left: 0;
}

.secondary-nav-content li {
  display: block;
  padding: 10px 20px;
  border-bottom: solid 1px #92c1e9;
  text-align: left;
}

.secondary-nav-content li a {
  text-transform: none;
  font-weight: normal;
  color: #0067B9 !important;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.secondary-nav-content li a:hover {
  color: #e87722 !important;
}

.secondary-nav-content li.current_ a {
  color: #e87722 !important;
}

/*========================================
=            Layout Variables            =
========================================*/

#body {
  max-width: 1170px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 75.0625em) {
  #body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-wrapper {
  max-width: 1170px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 75.0625em) {
  .page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.header-container {
  max-width: 1170px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 75.0625em) {
  .header-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.main-article {
  position: relative;
}

.content-wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 63.9375em) {
  .content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .layout-module {
    margin-bottom: 3.125rem;
  }

  .layout-column-main {
    padding-right: 5%;
  }
}

@media screen and (max-width: 25.8125em) {
  .layout-column-main,
  .layout-column-sidebar {
    float: none;
    width: auto;
  }

  .layout-column-main {
    padding-right: 0;
  }
}

body {
  background-color: #fff;
}

#typeahead-results {
  display: none;
  position: absolute;
  right: 6px;
  top: 47px;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 20px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

#typeahead-results li {
  float: none;
  width: 356px;
  background: #ffffff;
  margin: 0 auto;
  padding: 14px 0;
  border-bottom: 1px solid #0067B9;
  cursor: pointer;
}

#typeahead-results li span {
  vertical-align: top;
}

#typeahead-results li.selected,
#typeahead-results li:hover {
  color: #e87722;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #typeahead-results li {
    /* safari and chrome */
  }

  #typeahead-results li li {
    width: 371px;
  }
}

#typeahead-results .section-name {
  text-transform: uppercase;
  color: #e87722;
  font-size: 0.786em;
  font-weight: bold;
  width: 105px;
  display: inline-block;
  text-indent: 18px;
}

#typeahead-results .section-title {
  display: inline-block;
  overflow: hidden;
  width: 230px;
  padding-bottom: 1px;
}

.ie7 #typeahead-results li {
  padding: 7px 0px;
}

.ie7 #typeahead-results .section-name {
  text-indent: 7px;
}

.BioMarketingHeader {
  padding-bottom: 0px !important;
  color: #0067B9;
  font-weight: bold;
  margin-bottom: 10px !important;
}

.BioMarketingSubhead,
h3 {
  padding-bottom: 0px !important;
  color: #333333;
  font-weight: bold;
}

.detail-content h1,
.detail-content .h1,
.detail-content .detail-content-title,
.rich-text h1,
.rich-text .h1,
.rich-text .detail-content-title,
.related-expander-content h1,
.related-expander-content .h1,
.related-expander-content .detail-content-title {
  font-family: "Georgia" !important;
  font-size: 2.25rem !important;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #0067B9 !important;
  margin-bottom: 16px;
}

.detail-content h2,
.detail-content .h2,
.rich-text h2,
.rich-text .h2,
.related-expander-content h2,
.related-expander-content .h2 {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #0067B9 !important;
  line-height: 1.5;
}

.detail-content h3,
.detail-content .h3,
.rich-text h3,
.rich-text .h3,
.related-expander-content h3,
.related-expander-content .h3 {
  font-family: "Trade Gothic W01" !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 1rem !important;
  font-weight: bold !important;
  color: #333333 !important;
}

.detail-content .detail-subtitle,
.rich-text .detail-subtitle,
.related-expander-content .detail-subtitle {
  font-family: "Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: bold;
  color: #315470;
  display: block;
  margin-top: -8px;
}

.detail-content .detail-info-item,
.rich-text .detail-info-item,
.related-expander-content .detail-info-item {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #315470;
  display: inline-block;
  font-weight: bold;
}

.detail-content .detail-info-item a,
.rich-text .detail-info-item a,
.related-expander-content .detail-info-item a {
  color: #315470;
}

.detail-content .detail-info-item + .detail-info-item:before,
.rich-text .detail-info-item + .detail-info-item:before,
.related-expander-content .detail-info-item + .detail-info-item:before {
  content: '/';
  margin: 0 8px 0 4px;
}

.detail-content .rightAccordionImage,
.rich-text .rightAccordionImage,
.related-expander-content .rightAccordionImage {
  float: right;
  margin: 10px 0 10px 10px;
}

.detail-content .leftAccordionImage,
.rich-text .leftAccordionImage,
.related-expander-content .leftAccordionImage {
  float: left;
  margin: 10px 10px 10px 0;
}

.detail-content .article-intro,
.rich-text .article-intro,
.related-expander-content .article-intro {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 1.5625rem;
}

.detail-content p,
.detail-content .article-description,
.rich-text p,
.rich-text .article-description,
.related-expander-content p,
.related-expander-content .article-description {
  margin: 0 0 1.5625rem !important;
  font-family: "Trade Gothic W01" !important;
  line-height: 1.375rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 1rem !important;
  color: #000 !important;
}

.detail-content p:last-child,
.detail-content .article-description:last-child,
.rich-text p:last-child,
.rich-text .article-description:last-child,
.related-expander-content p:last-child,
.related-expander-content .article-description:last-child {
  margin-bottom: 0;
}

.detail-content p ul,
.detail-content .article-description ul,
.rich-text p ul,
.rich-text .article-description ul,
.related-expander-content p ul,
.related-expander-content .article-description ul {
  list-style: outside disc;
  margin-left: 1em;
}

.detail-content p ul li,
.detail-content .article-description ul li,
.rich-text p ul li,
.rich-text .article-description ul li,
.related-expander-content p ul li,
.related-expander-content .article-description ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}

.detail-content ul,
.rich-text ul,
.related-expander-content ul {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: 1.5625rem;
}

.detail-content ul li ul,
.rich-text ul li ul,
.related-expander-content ul li ul {
  margin-bottom: 0px;
}

.detail-content ul.with-spacing li,
.rich-text ul.with-spacing li,
.related-expander-content ul.with-spacing li {
  margin-bottom: 14px;
}

.detail-content .read-more,
.detail-content .read-less,
.rich-text .read-more,
.rich-text .read-less,
.related-expander-content .read-more,
.related-expander-content .read-less {
  color: #315470;
  position: relative;
  margin-top: 20px;
  display: inline-block;
  padding-right: 15px;
}

.detail-content .read-more:after,
.detail-content .read-less:after,
.rich-text .read-more:after,
.rich-text .read-less:after,
.related-expander-content .read-more:after,
.related-expander-content .read-less:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 8px;
  display: inline-block;
  height: 8px;
  width: 8px;
  background-image: url("reskin/site/images../../../../../../site/images/icons/toggle-icon.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.detail-content .read-less:after,
.rich-text .read-less:after,
.related-expander-content .read-less:after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  top: 4px;
}

.detail-content .expander-wrapper_,
.rich-text .expander-wrapper_,
.related-expander-content .expander-wrapper_ {
  overflow: hidden;
}

.detail-content .event-materials,
.rich-text .event-materials,
.related-expander-content .event-materials {
  margin-top: 1.875rem;
}

.detail-content ol,
.rich-text ol,
.related-expander-content ol {
  list-style-type: decimal;
  margin-left: 2rem;
  margin-bottom: 1.5625rem;
}

.detail-content .BioPullQuote,
.detail-content PullQuoteWithImage,
.rich-text .BioPullQuote,
.rich-text PullQuoteWithImage,
.related-expander-content .BioPullQuote,
.related-expander-content PullQuoteWithImage {
  font-size: 1.5rem;
  font-weight: 600 !important;
}

.BioPullQuote {
  background: url("reskin/site/images../../../../../../../Main/img/quotes.png") left 8px no-repeat;
  margin: 40px 0 36px 20px !important;
  font: auto "Trade Gothic W01", sans-serif;
  color: #315470 !important;
  padding-left: 47px;
  min-height: 2.6em;
  font-size: 1.5rem;
  font-weight: 600 !important;
}

.PullQuoteWithImage {
  background: url("reskin/site/images../../../../../../../Main/img/quotes.png") left 8px no-repeat;
  margin: 40px 0 36px 20px !important;
  font: auto "Trade Gothic W01", sans-serif;
  color: #5b7f95 !important;
  padding-left: 47px;
  min-height: 2.6em;
}

ul.download-list li {
  line-height: 1.3em;
  background-position: 0 2px;
  list-style-type: none;
  background: transparent url("reskin/site/images../Main/img/download-icons.png") no-repeat -3578px 3px;
  background-image: url("reskin/site/images../../../../../../../Main/img/download-icons.png");
  padding-left: 19px;
}

ul.download-list {
  margin-left: 1em;
}

.related-content-expander {
  padding: 6px 0 5px 20px;
  overflow: hidden;
  display: block;
  zoom: 1;
  border-top: 1px solid #92c1e9;
  width: 90%;
  line-height: 1.3em;
}

.related-content-expander .related-expander-content {
  padding-top: 19px;
  padding-left: 20px;
  color: #212121;
  display: none;
  clear: both;
  line-height: 1.43em;
}

.related-content-expander .related-expander-content .event-materials {
  line-height: 1.41em;
}

.related-content-expander ul.download-list li a,
.related-content-expander ul.download-list li a:visited {
  line-height: 1.3em;
  background-position: 0 2px;
  list-style-type: none;
  background: transparent url("reskin/site/images../Main/img/download-icons.png") no-repeat -3578px 0px;
}

.related-content-expander h3 {
  font-size: 1.076em;
}

.related-content-expander h2.related-expander-header {
  color: #0067B9;
  float: left;
  position: relative;
  display: inline-block;
  font-family: "Trade Gothic W01", serif;
  font-weight: 300;
  font-size: 1rem;
  padding: 9px 0 5px 20px;
  padding-right: 0;
  width: 728px;
  cursor: pointer;
}

#people_detail .related-expander-content {
  padding-top: 28px;
}

.ie9 .related-expander-content .event-materials {
  line-height: 1.56em;
}

.expanded_ .related-expander-content {
  display: block;
  padding-bottom: 25px;
}

#people_detail .related-content-expander {
  background: #f2e5c5;
  border-top: none;
}

#people_detail .related-expander-content {
  width: 426px;
}

#people_detail h2.related-expander-header {
  border: 0;
  padding-right: 0;
  width: 500px;
}

#people_detail h2.related-expander-header {
  background: url("reskin/site/images../../../../../../../Main/img/people-expander-icons.png") -320px 6px no-repeat;
}

#people_detail .expanded_ h2.related-expander-header {
  background: url("reskin/site/images../../../../../../../Main/img/people-expander-icons.png") 408px 6px no-repeat;
}

/*related-content*/

#intelligence_detail .related-content hgroup h2 {
  padding-top: 8px;
}

#service_detail h2.related-expander-header {
  padding-bottom: 6px;
}

.ie8 #service_detail h2.related-expander-header {
  padding-bottom: 5px;
}

h2.related-expander-header .related-expander-title {
  width: 660px;
  display: block;
  cursor: pointer;
}

.js h2.related-expander-header:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("reskin/site/images../../../../../../site/images/icons/collapsed.png");
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  left: -10px;
  top: 11px;
}

.expanded_ h2.related-expander-header:before {
  content: '';
  padding-bottom: 5px;
  background-image: url("reskin/site/images../../../../../../site/images/icons/expanded.png");
}

#service_detail h2.related-expander-header {
  background-position: -48px 8px;
}

#service_detail .expanded_ h2.related-expander-header {
  background-position: 680px 8px;
}

.ie8 #subscribe_detail .expanded_ h2.related-expander-header {
  padding-bottom: 3px;
}

.related-content h3 {
  float: left;
}

.related-content h3 a {
  color: #234c67;
  cursor: default;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  padding: 13px 20px 4px;
  display: inline-block;
  cursor: pointer;
}

.related-content h3 a:focus,
.related-content h3 a:hover {
  text-decoration: underline;
}

#intelligence_detail .related-content h3 a {
  padding-top: 9px;
}

.related-content hgroup {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 10px;
}

.filter-link-list {
  margin: 0;
  float: left;
  padding: 20px 0 20px 20px;
}

.filter-link-list > li {
  margin-bottom: 2px;
}

.filter-link-list > li > a {
  line-height: 1.428em;
  padding: 10px 34px 10px 13px;
  text-decoration: none;
  width: 100%;
  max-width: 302px;
  background-color: #eef1f4;
  display: inline-block;
  color: #0067B9 !important;
  white-space: normal;
  margin-bottom: 4px;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
  width: 257px;
  position: relative;
}

.filter-link-list > li > a h2 {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
}

.filter-link-list > li > a.placeholder {
  background-color: transparent;
  cursor: default;
}

.filter-link-list > li a:hover {
  text-decoration: none;
  color: #e87722 !important;
}

.filter-link-list > li a.placeholder:hover {
  background-color: transparent;
}

.filter-link-list > li.selected_ a,
.filter-link-list > li.selected_ a:hover {
  background-color: #b1b4b3;
  color: #fff !important;
}

.filter-link-list > li.selected_ a:after,
.filter-link-list > li.selected_ a:hover:after {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("reskin/site/images../../../../../../../Main/img/filter-close-dark.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter-link-list > li.inactive a {
  font-weight: 500;
  cursor: not-allowed;
  background-color: #eef1f4;
  background-image: none;
  color: #545759 !important;
}

.filter-content {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #fff;
  overflow: hidden;
  max-width: 1170px;
  width: 100%;
  z-index: 10;
}

.category-subnav {
  font-weight: bold;
  background-color: #eef1f4 !important;
}

.category-subnav-current_ .category-subnav {
  background-color: #0067B9 !important;
  color: #ffffff !important;
  position: relative;
}

.category-subnav-current_ .category-subnav a {
  color: #ffffff !important;
}

.category-subnav-current_ .category-subnav:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  display: block;
  border-top: 19px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #0067B9;
  right: -20px;
  top: 0;
}

/*Category subnav container, and contained element tweaks*/

.category-subnav-container {
  overflow: hidden;
  height: 25px;
  overflow: visible;
  display: none;
  position: absolute;
  top: 0;
  left: 300px;
}

.category-subnav-current_ .category-subnav-container {
  display: block;
  /* zoom:1;*/
  height: auto;
}

/*.category-subnav-container .filter-link-list {padding-top:0;}*/

.filter-selector {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
}

.filter-selector {
  float: left;
  /* cursor:pointer;*/
  padding: 18px 20px 13px 20px;
  /* position:relative;*/
}

.filter-selector a {
  color: #0067B9;
}

.filter-selector.active_ {
  background: white;
  white-space: nowrap;
  padding: 18px 10px 15px 20px;
}

.filter-selector.active_ a.filter-selector-link {
  color: #5e8ba2;
  padding-right: 0;
  background: none;
}

.filter-selector.active_ .close {
  background: url("reskin/site/images../../../../../../../Main/img/bg_filter_close.gif") 8px 3px no-repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px;
  display: inline-block;
  width: 12px;
  height: 14px;
  text-indent: -1000em;
  margin: 0;
  padding: 0 10px 0 9px;
  cursor: pointer;
}

.ie7 .filter-selector.active_ .close {
  background-position: center 2px;
}

.ie6 .filter-selector.active_ {
  padding: 18px 10px 16px 20px;
}

.filter-selector-link {
  color: #0067B9;
  font-weight: bold;
  text-decoration: none;
  padding-right: 21px;
  background: url("reskin/site/images../../../../../../site/images/icons/toggle-icon.png") 100% 50% no-repeat;
}

/*filter nav*/

.filter-wrapper {
  background: #ffffff;
  width: 1170px;
  color: #fff;
  overflow: visible;
  border-top: 5px solid #0067B9;
  border-bottom: 1px solid #92c1e9;
  position: relative;
  z-index: 10;
}

.filter-wrapper h3 {
  float: left;
  display: inline-block;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
  margin-left: 20px;
  margin-right: 10px;
  padding: 17px 0 12px;
  color: #0067B9;
}

.filter-wrapper-active_ {
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.filter-wrapper nav {
  display: block;
  height: 52px;
}

.ie7 .filter-wrapper h3 {
  padding: 18px 0 11px;
}

.ie9 .filter-wrapper h3 {
  padding: 18px 0 11px;
}

.filter-toggles {
  border: none !important;
}

.filter-toggles a {
  color: #0067B9 !important;
}

.ie9 #people_landing .filter-toggles a,
.ie9 #people_landing .filter-toggles a:visited {
  padding: 0 20px 0 19px;
}

#people_landing .filter-toggles .last_ {
  margin-right: 0;
}

.filter-toggles {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 26px;
  font-size: 0.786em;
}

.filter-toggles a,
.filter-toggles a:visited {
  height: 28px;
  line-height: 26px;
  color: #0067B9 !important;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 0.8125rem;
  text-decoration: none;
  font-weight: bold;
  float: left;
  display: block;
}

.filter-toggles .featured-toggle {
  padding: 0px 5px 0px 20px;
}

.filter-toggles.featured-professionals {
  right: 192px;
}

#people_landing .filter-toggles,
#events_landing .filter-toggles,
#experience_landing .filter-toggles,
#intelligence_landing .filter-toggles {
  height: 28px;
}

#experience_landing .filter-toggles a,
#experience_landing .filter-toggles a:visited {
  line-height: 28px;
}

#intelligence_landing .filter-toggles a,
#intelligence_landing .filter-toggles a:visited {
  line-height: 28px;
}

#events_landing .filter-toggles a,
#events_landing .filter-toggles a:visited {
  line-height: 28px;
}

#people_landing .filter-toggles a,
#people_landing .filter-toggles a:visited {
  line-height: 28px;
}

.filter-toggles
.featured-toggle i {
  background: url("reskin/site/images../../../../../../site/images/icons/featured.png") 0 2px no-repeat;
  font-style: normal;
  padding: 0 18px 0 15px;
}

.filter-toggles .all-toggle {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  padding: 0px 21px 0px 21px;
  display: block;
  color: #0067B9;
  height: 28px;
  line-height: 28px;
}

.all-toggle i {
  background: url("reskin/site/images../../../../../../site/images/icons/all.png") 0 2px no-repeat;
  font-style: normal;
  padding-left: 20px;
}

/*subpage search*/

#search-subpages {
  position: absolute;
  top: 18px;
  right: 0;
  width: 400px;
  height: 50px;
  display: block;
}

.ie7 #search-subpages {
  z-index: 999;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* safari and chrome */

  #search-subpages {
    width: 398px;
  }

  #search-subpages input#search-subpage {
    margin-left: 22px;
    width: 318px;
  }
}

#search-subpages input#search-subpage::-webkit-input-placeholder {
  color: #0067B9;
  opacity: 1;
}

#search-subpages input#search-subpage::-moz-placeholder {
  color: #0067B9;
  opacity: 1;
}

#search-subpages input#search-subpage:-moz-placeholder {
  color: #0067B9;
  opacity: 1;
}

#search-subpages input#search-subpage:-ms-input-placeholder {
  color: #0067B9;
  opacity: 1;
}

#search-subpages fieldset {
  background: #ffffff;
  padding: 10px 0;
  position: relative;
  border: solid 1px #92c1e9;
}

.ie7 #search-subpages fieldset {
  padding-bottom: 13px;
}

#search-subpages label {
  position: absolute;
  text-indent: -9999px;
}

#search-subpages input#search-subpage {
  margin: 2px 0 0 12px;
  padding: 0;
  outline: 0;
  width: 95%;
  color: #0067B9;
  background: #ffffff;
  float: left;
  height: auto !important;
  border: none;
}

.ie6 #search-subpages input#search-subpage {
  width: 300px;
}

#search-subpages input#subpage-search-submit {
  outline: 0;
  border: 0;
  background: url("reskin/site/images../../../../../../site/images/icons/search.png") 0 50% no-repeat #ffffff;
  text-indent: -9999px;
  width: 19px;
  height: 26px;
  _height: 30px;
  display: inline-block;
  margin: 0;
  color: transparent;
  padding: 0px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 7px;
}

.ie7 #search-subpages input#subpage-search-submit {
  height: 42px;
}

input[type=text],
input.text {
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #92c1e9;
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125rem;
  color: #0067B9;
  padding: 0 0.75rem;
}

input[type=text]:focus,
input.text:focus {
  outline: solid 1px #92c1e9;
  outline-offset: 0;
}

textarea {
  background-color: #ffffff;
  border: solid 1px #92c1e9;
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125rem;
  color: #0067B9;
  padding: 0 0.75rem;
  height: 120px;
}

.selector {
  position: relative;
}

.selector span {
  width: 98%;
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125rem;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #545759;
  display: inline-block;
  position: absolute;
  border: solid 1px #92c1e9;
  margin-top: 3px;
}

.selector span:after {
  content: '';
  display: inline-block;
  height: 40px;
  width: 10px;
  position: absolute;
  right: 5px;
  top: 17px;
  background-image: url("reskin/site/images../../../../../../site/images/icons/toggle-icon.png");
  background-repeat: no-repeat;
}

.selector select {
  height: 40px;
  width: 100%;
}

label {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  color: #545759;
  margin-bottom: 3px;
  float: left;
}

label.required:after {
  content: '*';
  color: #FF523D;
}

.btn {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.6875rem;
  padding: 0.625rem 1.625rem;
  border: none;
  text-transform: uppercase;
  display: inline-block;
}

.btn + .btn {
  margin-left: 1.25rem;
}

.btn-primary {
  background-color: #0067B9;
  color: #ffffff;
}

.register-link,
.btn-primary,
.submit-button,
.btn-primary {
  background-color: #0067B9;
  display: inline-block;
  height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 30px;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out background-color;
  transition: 0.2s ease-in-out background-color;
  border: none;
}

.register-link a,
.btn-primary a,
.submit-button a,
.btn-primary a {
  font-family: "Trade Gothic W01";
  font-weight: 300;
  font-style: normal;
  font-size: 0.6875rem;
  color: #ffffff;
  display: inline-block;
  position: relative;
  height: 30px;
  bottom: 3px;
}

.register-link a:hover,
.btn-primary a:hover,
.submit-button a:hover,
.btn-primary a:hover {
  text-decoration: none;
}

.register-link:hover,
.register-link:active,
.btn-primary:hover,
.btn-primary:active,
.submit-button:hover,
.submit-button:active,
.btn-primary:hover,
.btn-primary:active {
  text-decoration: none !important;
  background-color: #92c1e9;
  color: #ffffff;
}

ul li.submit-button {
  display: block;
  background: transparent none;
  border: 0;
  padding: 0;
}

.ie8 #events_detail .register-link,
.ie8 #events_detail .submit-button {
  margin-bottom: 31px;
}

li.submit-button a:hover {
  text-decoration: none !important;
}

#service_detail .filter-feature-list .register-link {
  margin-top: 18px;
  margin-right: 20px;
  margin-bottom: 0;
}

#people_detail .filter-feature-list .register-link {
  margin-top: 18px;
  margin-right: 20px;
  margin-bottom: 0;
}

#series_landing .filter-feature-list .register-link {
  margin-top: 18px;
  margin-right: 20px;
  margin-bottom: 0;
}

#office_detail .filter-feature-list .register-link {
  margin-top: 18px;
  margin-right: 20px;
  margin-bottom: 0;
}

#search-subpage-results {
  display: none;
  position: absolute;
  right: 6px;
  top: 40px;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  z-index: 12001;
  list-style: none;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.ie7 #search-subpage-results {
  top: 45px;
}

.ie8 #search-subpage-results {
  top: 49px;
}

.ie9 #search-subpage-results {
  top: 47px;
}

#search-subpage-results li {
  float: none;
  width: 95%;
  background: #ffffff;
  margin: 0 auto;
  padding: 14px 0;
  border-bottom: 1px solid #0067B9;
  cursor: pointer;
}

#search-subpage-results li span {
  vertical-align: top;
}

#search-subpage-results .section-name {
  display: none;
}

#search-subpage-results .section-title {
  padding-left: 18px;
  display: inline-block;
  overflow: hidden;
  width: 322px;
  padding-bottom: 1px;
}

#search-subpage-results li.selected,
#search-subpage-results li:hover {
  color: #e87722;
}

.person-entry {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0;
}

.person-entry .feature-column {
  width: 30.33333%;
}

.person-entry .office a {
  display: block;
}

.person-entry .title {
  margin-top: 0 !important;
}

.filtered-person-entry {
  display: none;
}

.date-icon .date-month {
  display: inline-block !important;
  padding-top: 4px !important;
  padding-bottom: 8px !important;
}

.translations-list li {
  width: 220px;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #0067B9;
}

.translations-list li:last-child {
  border-bottom: 0;
}

.connect-selection-list li {
  width: 200px;
  overflow: hidden;
  border-bottom: 1px solid #0067B9;
}

.connect-selection-list li:last-child {
  border-bottom: 0;
}

.translations-list li a,
.connect-selection-list li a {
  color: #000;
  line-height: 40px;
  text-indent: 20px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
}

.ie7 .translations-list li a,
.ie7 .connect-selection-list li a {
  text-indent: 0;
  padding-left: 20px;
}

.translations-list li.current_ a,
.translations-list li a:hover,
.connect-selection-list li.current_ a,
.connect-selection-list li a:hover {
  color: #e87722;
  text-decoration: none;
}

.translations-segment,
.connect-selection-segment {
  margin-bottom: 10px;
  margin-left: -20px;
  margin-top: -5px;
  position: relative;
  zoom: 1;
}

#intelligence_detail .translations-segment,
#news_detail .translations-segment,
#experience_detail .translations-segment,
#service_detail .translations-segment {
  margin-left: 0;
}

#translations-trigger,
#connect-selection-trigger {
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  background: url("reskin/site/images../../../../../../site/images/icons/globe-icon.png") 20px 50% no-repeat;
  padding: 0px 30px 0 52px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  color: #0067B9;
  font-size: 0.786em;
  display: inline-block;
  outline: none;
}

* + html #translations-trigger,
* + html #connect-selection-trigger {
  float: left;
}

.no-boxshadow #translations-trigger,
.no-boxshadow .translations-list,
.no-boxshadow #connect-selection-trigger,
.no-boxshadow .connect-selection-list {
  border: 1px solid #fff;
}

.translations-segment .trigger-on,
.connect-selection-segment .trigger-on {
  background-image: url("reskin/site/images../../../../../../site/images/icons/globe-icon.png") !important;
  /* Need to override the specificity of the above ID. YAY */
  color: #234c67 !important;
  /* Ick. */
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 7px;
}

.no-boxshadow .translations-segment .trigger-on,
.no-boxshadow .translations-list
.no-boxshadow .connect-selection-segment .trigger-on,
.no-boxshadow .connect-selection-list {
  border-color: #d0d0d0 !important;
  border-top-color: #fafafa !important;
  border-bottom-color: #929292 !important;
}

.no-boxshadow .translations-list,
.no-boxshadow .connect-selection-list {
  margin-top: -1px;
}

.translations-list,
.connect-selection-list {
  position: absolute;
  left: 0;
  top: 50px;
  background: white;
  display: block;
  padding: 20px;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
  display: none;
}

* + html .translations-list,
* + html .connect-selection-list {
  clear: left;
}

.current_ #translations-trigger,
.current_ #connect-selection-trigger {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.current_ .translations-list,
.current_ .connect-selection-list {
  display: block;
}

#people_detail div.mainbody div.translations-segment,
#people_detail div.mainbody div.connect-selection-segment {
  margin: 8px 0px 0px 0px;
  padding-left: 20px;
  float: left;
  width: 50%;
}

#people_detail .no-boxshadow #translations-trigger,
#people_detail .no-boxshadow .translations-list {
  border: 1px solid #f7e7c6;
}

#people_detail #body .main-cols .translations-list li.current_ a,
#people_detail #body .main-cols .translations-list li a:hover,
#people_detail #body .main-cols .connect-selection-list li.current_ a,
#people_detail #body .main-cols .connect-selection-list li a:hover {
  text-decoration: none;
}

#people_detail #body .main-cols .translations-segment a.trigger-on,
#people_detail #body .main-cols .connect-selection-segment a.trigger-on {
  background-color: #F2E5C5;
}

#people_detail #body .main-cols #translations-trigger {
  background: url("reskin/site/images../../../../../../site/images/icons/globe-icon.png") no-repeat scroll 20px 50% transparent;
  padding-left: 50px;
  margin-left: -20px;
  color: #0067B9;
  border-bottom: none;
}

#people_detail #body .main-cols #translations-trigger.trigger-on,
#people_detail #body .main-cols #translations-trigger.trigger-on:hover {
  text-decoration: none;
  color: #e87722 !important;
}

#people_detail #body .main-cols #connect-selection-trigger {
  background: url("reskin/site/images../../../../../../site/images/icons/connect.png") no-repeat scroll 20px 50% transparent;
  padding-left: 50px;
  margin-left: -20px;
  color: #0067B9;
  border-bottom: none;
}

#people_detail #body .main-cols #connect-selection-trigger.trigger-on,
#people_detail #body .main-cols #connect-selection-trigger.trigger-on:hover {
  background: transparent url("reskin/site/images../../../../../../site/images/icons/connect.png") no-repeat scroll 10px 50% !important;
  margin-left: -10px;
  padding-left: 40px;
  text-decoration: none;
  color: #e87722 !important;
}

#people_detail .translations-list,
#people_detail .connect-selection-list {
  left: 10px;
}

.mainbody.hide {
  display: none;
}

.detail-layout .column-large.full {
  width: 100%;
}

#events_detail .article-description ul {
  margin-left: 0;
  list-style-position: inside;
}

#events_detail .article-description ul li {
  position: relative;
  left: 2em;
  padding-right: 2em;
  text-indent: -2em;
}

.article-description img {
  max-width: 100%;
}

highlight {
  font-weight: bold;
}