﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body {
  line-height: 1.5em;
  margin-top: 95px;
  font-family: "Merriweather"; }
  @media all and (max-width: 800px) {
    body {
      font-size: 14px; } }
  @media all and (max-width: 400px) {
    body {
      font-size: 12px; } }
  @media all and (max-width: 800px) {
    body {
      margin-top: 80px; } }
  @media all and (max-width: 600px) {
    body {
      margin-top: 60px; } }

.dark-blue-gradient-radial-bg {
  background: #062440;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwNjI0NDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwNjI0NDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDUxMzFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #062440 0%, #062440 51%, #05131e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062440', endColorstr='#05131e',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */ }

a {
  text-decoration: none;
  transition: color .5s; }

p {
  color: #666;
  margin-bottom: 15px; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

.bg-img-cover {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }
  .bg-img-cover img {
    width: 100%; }

.related-links {
  margin-bottom: 40px; }
  @media all and (max-width: 600px) {
    .related-links {
      margin: 40px 0; } }
  .related-links .title {
    margin-bottom: 20px; }
  .related-links .related-link {
    position: relative;
    background-color: #f3f3f3;
    display: block;
    margin-bottom: 1px;
    color: #cf7018;
    padding: 10px 30px 10px 20px;
    transition: color .2s, background-color .2s;
    line-height: 1.3em; }
    .related-links .related-link:hover {
      color: #a15713;
      background-color: #e6e6e6; }
      .related-links .related-link:hover .fa {
        right: 17px; }
    .related-links .related-link .fa {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      right: 20px;
      transition: right .2s; }
  @media all and (max-width: 600px) {
    .related-links.related-industries {
      margin-top: 0; } }

.call-to-action {
  font-family: "Trade Gothic W01 Bold", Arial;
  border: 1px solid #fefefe;
  padding: 10px 18px;
  display: inline-block;
  cursor: pointer;
  transition: all .5s;
  color: #fefefe; }
  .call-to-action a, .call-to-action a:hover {
    color: #fefefe; }
  .call-to-action.color-dark-teal {
    background-color: #005374;
    border-color: #005374;
    color: #fefefe; }
    .call-to-action.color-dark-teal a {
      border-color: #005374;
      color: #005374; }
    .call-to-action.color-dark-teal:hover {
      background-color: #006085; }
      .call-to-action.color-dark-teal:hover a {
        border-color: #fefefe;
        color: #fefefe; }
  .call-to-action.color-gold {
    border: none;
    background-color: #deb505;
    color: #fefefe;
    font-size: .8em;
    padding-right: 30px; }
    .call-to-action.color-gold:hover {
      background-color: #cda703; }

.input-section {
  height: 2.5em;
  margin-bottom: 40px;
  overflow: hidden; }
  .input-section input {
    font-family: "Merriweather";
    height: 100%;
    width: 85%;
    float: left;
    border: 1px solid #aaaaaa;
    border-right: none;
    border-radius: none;
    padding-left: 12px;
    text-transform: none;
    font-size: 1em; }
  .input-section ::-webkit-input-placeholder {
    text-transform: none; }
  .input-section ::-moz-placeholder {
    text-transform: none; }
  .input-section :-ms-input-placeholder {
    text-transform: none; }
  .input-section button {
    color: #d0d0d0;
    height: 100%;
    width: 15%;
    padding: 0;
    padding-right: 20px;
    float: left;
    border: 1px solid #aaaaaa;
    border-left: none;
    background-color: #fefefe;
    text-align: right;
    cursor: pointer;
    transition: color .2s; }
    .input-section button:hover {
      color: #787e86; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #787e86;
  text-transform: uppercase; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #787e86;
  text-transform: uppercase; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #787e86;
  text-transform: uppercase; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #787e86;
  text-transform: uppercase; }

.accordion {
  overflow: hidden; }
  .accordion .accordion-title {
    background-color: #f3f3f3;
    transition: background-color .2s;
    cursor: pointer; }
    .accordion .accordion-title:hover {
      background-color: #e6e6e6; }
  .accordion .state-opened {
    display: none; }
  .accordion .child-container {
    overflow: hidden;
    transition: all .5s;
    padding: 0 20px; }
  .accordion .child-item {
    padding-left: 40px; }
  .accordion._open .state-closed {
    display: none; }
  .accordion._open .state-opened {
    display: inline-block; }
  .accordion._open .child-container {
    margin: 20px 0; }

.content-tabs {
  overflow: hidden; }
  @media all and (max-width: 600px) {
    .content-tabs {
      position: relative;
      width: 100%;
      padding: 0;
      height: 52px;
      border: 1px solid #666666;
      border-bottom: 1px solid #666666;
      margin-bottom: 20px;
      background-color: #fefefe; }
      .content-tabs.active {
        height: auto; }
      .content-tabs.active .content-tab {
        position: relative;
        border-bottom: 1px solid #787e86; }
      .content-tabs.active .content-tab:last-child {
        border-bottom: none; } }

.content-tab {
  color: #666666;
  padding: 0 0 5px;
  margin: 0 0 10px;
  display: block;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 800;
  cursor: pointer;
  text-transform: none;
  transition: color .5s; }
  @media all and (max-width: 600px) {
    .content-tab {
      font-size: 1em;
      text-align: center;
      position: absolute;
      display: block;
      height: 50px;
      width: 100%;
      line-height: 50px;
      background-color: #fefefe;
      z-index: 1;
      margin-bottom: 0; } }
  .content-tab:hover {
    color: #00a9cc; }
  .content-tab.active {
    color: #00a9cc; }
    .content-tab.active:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 20px;
      border-top: 7px solid #00a9cc;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent; }
    @media all and (max-width: 600px) {
      .content-tab.active {
        z-index: 2; } }
  @media all and (max-width: 600px) {
    .other-links .content-tab {
      position: static;
      line-height: 2em;
      height: auto;
      text-align: left; } }

@media all and (max-width: 600px) {
  .general.wrapper {
    margin-top: 20px; } }

@media all and (max-width: 600px) {
  .other-links {
    margin-bottom: 20px; }
    .other-links .highlight-box {
      display: none; } }

.tabbed-content {
  position: relative; }
  @media all and (max-width: 600px) {
    .tabbed-content {
      padding: 0; } }

.tab-content {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%; }
  @media all and (max-width: 600px) {
    .tab-content {
      left: auto;
      top: auto;
      position: relative;
      display: none; }
      .tab-content.p0-40 {
        padding: 0; } }
  .tab-content.active {
    left: 0;
    display: block;
    position: relative; }
    @media all and (max-width: 600px) {
      .tab-content.active {
        left: auto; } }

@media all and (max-width: 600px) {
  .industry.wrapper {
    margin-top: 20px; } }

.scroll-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 4em;
  width: 100%; }
  @media all and (max-width: 600px) {
    .scroll-arrow {
      bottom: 10px; } }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Trade Gothic W01 Bold", Arial;
  text-transform: uppercase;
  color: #031a31;
  line-height: 1em; }
  .h1.orange, .h2.orange, .h3.orange, .h4.orange, .h5.orange, .h6.orange {
    color: #cf7018; }
  .h1.gray, .h2.gray, .h3.gray, .h4.gray, .h5.gray, .h6.gray {
    color: #666666; }

a {
  color: #cf7018; }
  a:hover {
    color: #a15713; }

.orange a {
  color: #cf7018; }
  .orange a:hover {
    color: #a15713; }

.h1 {
  font-size: 2.75em; }

.h2 {
  font-size: 2.125em; }

.h3 {
  font-size: 1.875em; }

.h4 {
  font-size: 1.625em; }

.h5 {
  font-size: 1.25em; }

.h6 {
  font-size: 1em; }

hr {
  border: none;
  height: 2px;
  background: #aaaaaa; }

.close-x {
  font-size: 2.3em;
  font-weight: 100;
  font-family: serif;
  padding-top: 8px; }

.all-caps {
  text-transform: uppercase; }

.text-centered {
  text-align: center; }

.text-right {
  text-align: right; }

.rte {
  color: #666666; }
  .rte ul {
    margin-bottom: 1em;
    padding-left: 1em; }
    .rte ul li:before {
      content: '\2022';
      position: relative;
      display: block;
      max-width: 0;
      max-height: 0;
      left: -0.5em;
      font-size: 1.5em; }
  .rte ol {
    margin-bottom: 1em;
    margin-left: 2em; }
    .rte ol li {
      counter-increment: step-counter; }
      .rte ol li:before {
        /*removed via client request*/
        content: counter(step-counter) ".";
        position: relative;
        display: block;
        max-width: 0;
        max-height: 0;
        left: -1.5em;
        font-size: 1em; }
  .rte iframe {
    max-width: 100%;
    height: auto; }
  .rte sup {
    vertical-align: baseline;
    font-size: 0.6em;
    top: -1.1em;
    position: relative; }
  .rte sub {
    vertical-align: baseline;
    font-size: 0.8em; }
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    padding-top: 1em;
    padding-bottom: .5em; }
  .rte h1 {
    font-size: 2em;
    line-height: 1.5em; }
  .rte h2 {
    font-size: 1.75em;
    line-height: 1.4em; }
  .rte h3 {
    font-size: 1.5em;
    line-height: 1.3em; }
  .rte h4 {
    font-size: 1.25em;
    line-height: 1.2em; }
  .rte h5 {
    font-size: 1.125em;
    line-height: 1.1em; }
  .rte h6 {
    font-size: 1em;
    line-height: 1em; }
  .rte .blockquote {
    quotes: "“" "”";
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 20px 25px 60px;
    margin: 25px 0;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.6em;
    display: inline-block; }
    .rte .blockquote:before {
      content: open-quote;
      position: absolute;
      left: 0px;
      top: 47px;
      font-size: 70px;
      font-family: merriweather;
      color: #e6e6e6; }
    .rte .blockquote p {
      margin-bottom: 0;
      color: #295871; }

.mobile-only {
  display: none; }
  @media all and (max-width: 600px) {
    .mobile-only {
      display: block; } }

i {
  font-style: italic; }

.full-width {
  width: 100%; }

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.horizontal-align {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.transform-center {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.wrapper {
  max-width: 1224px;
  padding: 30px;
  margin: 0 auto; }
  @media all and (max-width: 1224px) {
    .wrapper {
      padding: 0 30px; } }
  .wrapper.padding {
    padding: 90px 30px; }
    @media all and (max-width: 800px) {
      .wrapper.padding {
        padding: 45px 30px; } }
    @media all and (max-width: 600px) {
      .wrapper.padding {
        padding: 22.5px 30px; } }
  .wrapper.paddingTop {
    padding-top: 90px; }
  @media all and (max-width: 990px) {
    .wrapper.padding {
      padding: 72px 30px; }
    .wrapper.paddingTop {
      padding-top: 72px; } }
  @media all and (max-width: 800px) {
    .wrapper.padding {
      padding: 45px 30px; }
    .wrapper.paddingTop {
      padding-top: 45px; } }

.pt0 {
  padding-top: 0; }

.pt10 {
  padding-top: 10px; }

.pb0 {
  padding-bottom: 0; }

.p10 {
  padding: 10px; }

.p19 {
  padding: 19px; }

.p20 {
  padding: 20px; }

.p40 {
  padding: 40px; }

.p40-0 {
  padding: 40px 0; }

.p20-0 {
  padding: 20px 0; }

.p0-40 {
  padding: 0 40px; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pl20 {
  padding-left: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pt20 {
  padding-top: 20px; }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pb10 {
  padding-bottom: 10px; }

.m20 {
  margin: 20px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.mt80 {
  margin-top: 80px; }

.m40-0 {
  margin: 40px 0; }

.m20-0 {
  margin: 20px 0; }

.mb80 {
  margin-bottom: 80px; }

.mb40 {
  margin-bottom: 40px; }

.mb30 {
  margin-bottom: 30px; }

.mb20 {
  margin-bottom: 20px; }

.mb10 {
  margin-bottom: 10px; }

.mb1 {
  margin-bottom: 1px; }

.catch-float {
  overflow: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.full-height {
  height: 100%; }

.clear-both {
  clear: both; }

.border + .border {
  padding-top: 20px;
  border-top: 1px solid #aaaaaa; }

.p0-40OnlyAtMaxWidth {
  padding: 0 40px; }
  @media all and (max-width: 800px) {
    .p0-40OnlyAtMaxWidth {
      padding: 0 0; } }
  @media all and (max-width: 600px) {
    .p0-40OnlyAtMaxWidth {
      padding: 10px 0; } }

.col1-2 {
  width: 50%; }
  @media all and (max-width: 800px) {
    .col1-2 {
      width: 100%; }
      .col1-2.col-break-half-width {
        width: 50%; } }
  @media all and (max-width: 600px) {
    .col1-2 {
      width: 100%; }
      .col1-2.col-break-half-width {
        width: 100%; } }

.col1-3 {
  width: 33.3333%; }
  @media all and (max-width: 600px) {
    .col1-3 {
      width: 100%; } }

.col2-3 {
  width: 66.6666%; }
  @media all and (max-width: 600px) {
    .col2-3 {
      width: 100%; } }

.col1-4 {
  width: 25%; }
  @media all and (max-width: 800px) {
    .col1-4 {
      width: 33%; }
      .col1-4.col-break-half-width {
        width: 50%; } }
  @media all and (max-width: 600px) {
    .col1-4 {
      width: 100%; } }

.col3-4 {
  width: 75%; }
  @media all and (max-width: 800px) {
    .col3-4 {
      width: 66.6666%; } }
  @media all and (max-width: 600px) {
    .col3-4 {
      width: 100%; } }

.col2-10 {
  width: 20%; }
  @media all and (max-width: 600px) {
    .col2-10 {
      width: 100%; } }

.col8-10 {
  width: 80%; }
  @media all and (max-width: 600px) {
    .col8-10 {
      width: 100%; } }

.col9-10 {
  width: 90%; }

.col1-10 {
  width: 10%; }

body.disclaimer {
  margin-top: 0px; }
  body.disclaimer .header {
    width: 33%;
    padding: 20px 0px 0px 20px; }
    body.disclaimer .header img {
      width: 100%; }

.gcb {
  overflow: hidden;
  position: relative; }
  .gcb .wrapper {
    position: relative;
    z-index: 1; }
  .gcb .title {
    font-family: "Trade Gothic W01 Bold", Arial;
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 25px; }
    @media all and (max-width: 600px) {
      .gcb .title {
        padding: 0 20px; } }
  .gcb .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.gcb-whole.aCentered .gcb {
  text-align: center; }

.gcb-whole.ptNone .gcb {
  padding-top: 0; }

.gcb-title.left .title {
  float: left; }

.gcb-title.right .title {
  float: right; }

.gcb-title.aCentered .title {
  text-align: center; }

.gcb-title.ttUppercase .title {
  text-transform: uppercase; }

.gcb-subtitle.left .subtitle {
  float: left; }

.gcb-subtitle.right .subtitle {
  float: right; }

.gcb-subtitle.aCentered .subtitle {
  text-align: center; }

.gcb-text.left .text {
  float: left; }

.gcb-text.right .text {
  float: right; }

.gcb-text.clearBoth .text {
  clear: both; }

.gcb-text.aCentered .text {
  text-align: center;
  margin: 0 auto; }

.gcb-text.plNone .text {
  padding-left: 0; }

.gcb-img .img {
  text-align: center;
  display: inline-block; }

.gcb-img.left .img {
  float: left; }

.gcb-img.right .img {
  float: right; }

.gcb-img.posA .img {
  position: absolute; }

.gcb-img.posR .img {
  position: relative; }

.gcb-img.r1-2 .img {
  right: 50%; }

.gcb-title.addCol1-1 .title {
  width: 100%; }

.gcb-title.addCol1-4 .title {
  width: 25%; }

.gcb-title.addCol3-4 .title {
  width: 75%; }

.gcb-title.addCol1-3 .title {
  width: 33.3333%; }

.gcb-title.addCol2-3 .title {
  width: 66.6666%; }

.gcb-title.addCol1-2 .title {
  width: 50%; }

.gcb-subtitle.addCol1-1 .subtitle {
  width: 100%; }

.gcb-subtitle.addCol1-4 .subtitle {
  width: 25%; }

.gcb-subtitle.addCol3-4 .subtitle {
  width: 75%; }

.gcb-subtitle.addCol1-3 .subtitle {
  width: 33.3333%; }

.gcb-subtitle.addCol2-3 .subtitle {
  width: 66.6666%; }

.gcb-subtitle.addCol1-2 .subtitle {
  width: 50%; }

.gcb-text.addCol1-1 .text {
  width: 100%; }

.gcb-text.addCol1-4 .text {
  width: 25%; }

.gcb-text.addCol3-4 .text {
  width: 75%; }

.gcb-text.addCol1-3 .text {
  width: 33.3333%; }

.gcb-text.addCol2-3 .text {
  width: 66.6666%; }

.gcb-text.addCol1-2 .text {
  width: 50%; }

.gcb-img.addCol1-1 .img {
  width: 100%; }

.gcb-img.addCol1-4 .img {
  width: 25%; }

.gcb-img.addCol3-4 .img {
  width: 75%; }

.gcb-img.addCol1-3 .img {
  width: 33.3333%; }

.gcb-img.addCol2-3 .img {
  width: 66.6666%; }

.gcb-img.addCol1-2 .img {
  width: 50%; }

.share-tools {
  position: absolute;
  z-index: 2;
  right: 0; }
  @media all and (max-width: 600px) {
    .share-tools {
      display: none; } }
  .share-tools .share-tool {
    background-color: rgba(16, 16, 16, 0.7);
    color: #fefefe;
    margin-bottom: 1px;
    cursor: pointer;
    transition: background .5s;
    display: block; }
    .share-tools .share-tool .fa {
      padding: 20px; }
    .share-tools .share-tool a {
      color: inherit; }
      .share-tools .share-tool a:hover {
        color: inherit; }
    .share-tools .share-tool:hover {
      background-color: #101010; }
  .share-tools .pdf-share {
    height: 56px; }
    .share-tools .pdf-share a {
      top: 32%;
      left: 31%; }

.search-form {
  font-family: "Trade Gothic W01 Bold", Arial;
  color: #005374;
  text-transform: uppercase;
  padding: 0 10px;
  float: left; }
  @media all and (max-width: 600px) {
    .search-form {
      padding: 0 0 20px; } }
  .search-form .filter-select {
    height: 50px;
    width: 100%;
    font-size: 16px; }
  .search-form .press-contact {
    text-transform: none;
    font-family: "Merriweather"; }

.sort-by .sort-title {
  display: inline-block; }

.sort-by span {
  padding: 8px 20px;
  cursor: pointer;
  background-color: #02101f;
  color: #fefefe;
  text-align: center;
  font-family: "Trade Gothic W01 Light", Arial;
  transition: color 0.3s ease-in-out;
  display: inline-block; }
  .sort-by span.active {
    color: #cf7018; }
  .sort-by span:hover {
    color: #cf7018; }

.experince-result {
  border-top: 1px solid #e6e6e6;
  font-family: "Merriweather"; }

.ui-dropdown {
  position: relative;
  height: 50px;
  border: solid 1px #f3f3f3;
  color: #005374;
  line-height: 50px;
  padding: 0 12px 0 18px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #f3f3f3;
  cursor: pointer;
  transition: background-color .2s; }
  .ui-dropdown:hover {
    background-color: #e6e6e6; }
  .ui-dropdown i {
    float: right;
    line-height: 50px;
    vertical-align: middle;
    font-size: 24px; }
  .ui-dropdown .dropdown-value {
    line-height: 50px; }
  .ui-dropdown select {
    opacity: 0;
    -webkit-appearance: menulist-button;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }

.site-search {
  display: none;
  position: fixed;
  top: 95px;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  @media all and (max-width: 800px) {
    .site-search {
      top: 80px; } }
  @media all and (max-width: 600px) {
    .site-search {
      top: 60px; } }
  .site-search .search-box {
    height: 95px;
    background-color: #fefefe; }
  .site-search .search-action {
    border: none;
    background-color: #fefefe;
    width: 10%;
    font-size: 2em;
    padding: 20px 0;
    color: #aaaaaa;
    height: 100%;
    cursor: pointer; }
  .site-search .search-input {
    border: none;
    width: 90%;
    font-size: 2em;
    padding: 20px;
    height: 100%; }
  .site-search .dim-background {
    background-color: rgba(16, 16, 16, 0.5);
    position: absolute;
    top: 95px;
    bottom: 0;
    width: 100%; }

.site-header {
  background-color: #031a31;
  height: 95px;
  color: #fefefe;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media all and (max-width: 800px) {
    .site-header {
      height: 80px; } }
  @media all and (max-width: 600px) {
    .site-header {
      height: 60px; } }
  .site-header .header-logo {
    display: inline-block;
    margin: 30px 0 0 30px;
    cursor: pointer; }
    @media all and (max-width: 990px) {
      .site-header .header-logo {
        width: 25%; } }
    @media all and (max-width: 600px) {
      .site-header .header-logo {
        width: 40%;
        margin-top: 20px; } }
    .site-header .header-logo img {
      width: 100%; }
    .site-header .header-logo .print-logo {
      display: none; }

.nav-header {
  font-family: "Trade Gothic W01 Bold", Arial;
  position: fixed;
  top: 0;
  z-index: 11;
  right: 0;
  height: 95px;
  color: #fefefe; }
  @media all and (max-width: 800px) {
    .nav-header {
      height: 80px; } }
  @media all and (max-width: 600px) {
    .nav-header {
      height: 60px; } }
  .nav-header .mobile-nav-toggle {
    display: none;
    float: right;
    font-size: 2em;
    cursor: pointer;
    width: 80px;
    padding-top: 25px;
    text-align: center;
    height: 100%; }
    @media all and (max-width: 800px) {
      .nav-header .mobile-nav-toggle {
        display: block; } }
    @media all and (max-width: 600px) {
      .nav-header .mobile-nav-toggle {
        padding-top: 17px; } }
    .nav-header .mobile-nav-toggle .close-x {
      display: none;
      font-size: 1.4em; }
  @media all and (max-width: 800px) {
    .nav-header .mobile-nav-toggle.active .close-x {
      display: block; }
    .nav-header .mobile-nav-toggle.active .fa-bars {
      display: none; } }
  .nav-header .nav-wrapper {
    float: right;
    margin-right: 10px;
    opacity: 1; }
    @media all and (max-width: 800px) {
      .nav-header .nav-wrapper {
        display: none;
        position: fixed;
        background-color: rgba(3, 26, 49, 0.9);
        height: 100%;
        width: 100%;
        z-index: 100;
        top: 80px;
        left: 0; } }
    @media all and (max-width: 600px) {
      .nav-header .nav-wrapper {
        top: 60px; } }
  @media all and (max-width: 800px) {
    .nav-header .search-toggle.active + .nav-wrapper {
      display: table;
      padding: 10% 0px; } }
  .nav-header .search-toggle {
    float: right;
    height: 100%;
    width: 60px;
    background-color: #02101f;
    cursor: pointer;
    font-size: 1em;
    position: relative;
    text-align: center;
    color: #787e86;
    transition: all .5s; }
    .nav-header .search-toggle .fa-search, .nav-header .search-toggle .close-x {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
    @media all and (max-width: 600px) {
      .nav-header .search-toggle {
        padding-top: 17px; } }
    .nav-header .search-toggle .close-x {
      display: none; }
    .nav-header .search-toggle:hover, .nav-header .search-toggle.active {
      background-color: #cf7018;
      color: #fefefe; }
    .nav-header .search-toggle.active .close-x {
      display: block; }
    .nav-header .search-toggle.active .fa-search {
      display: none; }
  .nav-header .nav {
    text-align: right; }
    @media all and (max-width: 800px) {
      .nav-header .nav {
        margin-top: 50px; } }
    .nav-header .nav a {
      display: inline-block;
      cursor: pointer;
      margin-right: 15px;
      color: #fefefe; }
      @media all and (max-width: 800px) {
        .nav-header .nav a {
          width: 100%;
          text-align: center;
          font-size: 1.85em;
          line-height: 1.2em;
          padding: 10px; } }
      .nav-header .nav a:hover, .nav-header .nav a.active {
        color: #cf7018; }
  .nav-header .nav-secondary {
    margin: 20px 0 10px 0; }
    .nav-header .nav-secondary a {
      color: #787e86; }
    @media all and (max-width: 800px) {
      .nav-header .nav-secondary {
        display: table-footer-group; }
        .nav-header .nav-secondary a {
          font-size: 1.85em; } }
  @media all and (max-width: 800px) {
    .nav-header .nav-primary {
      display: table-header-group; } }
  .nav-header .nav-primary a {
    font-size: 1.25em; }
  @media all and (max-width: 990px) {
    .nav-header .nav-primary a {
      font-size: 1.125em; } }
  @media all and (max-width: 800px) {
    .nav-header .nav-primary a {
      font-size: 1.85em; } }

.site-footer {
  position: relative;
  height: 95px;
  padding: 25px 90px 15px;
  border-top: 1px solid #aaaaaa;
  margin: 0 auto;
  font-size: .9em; }
  @media all and (max-width: 1170px) {
    .site-footer {
      padding: 15px 45px; } }
  @media all and (max-width: 800px) {
    .site-footer {
      padding: 15px 22.5px;
      text-align: center; } }
  @media all and (max-width: 600px) {
    .site-footer {
      display: table; } }
  .site-footer .nav-footer {
    margin-top: 5px;
    margin-bottom: 5px; }
    @media all and (max-width: 600px) {
      .site-footer .nav-footer {
        display: table-row;
        height: 50px; } }
    .site-footer .nav-footer a {
      color: #101010;
      border-right: 1px solid #101010;
      padding: 0 10px; }
    .site-footer .nav-footer a:first-child {
      padding-left: 0; }
    .site-footer .nav-footer a:last-child {
      border-right: none; }
  .site-footer .copyright-info {
    text-align: center; }
    @media all and (max-width: 600px) {
      .site-footer .copyright-info {
        display: table-row; } }
  .site-footer .social-icons {
    color: #031a31;
    font-size: .8em;
    text-align: center; }
    .site-footer .social-icons .custom-link {
      padding: 15px 10px 30px 10px; }
    @media all and (max-width: 1170px) {
      .site-footer .social-icons {
        right: 45px; } }
    @media all and (max-width: 990px) {
      .site-footer .social-icons {
        right: 22.5px; } }
    @media all and (max-width: 800px) {
      .site-footer .social-icons {
        position: relative;
        width: 100%;
        text-align: center;
        right: auto;
        margin-bottom: 10px; } }
    @media all and (max-width: 600px) {
      .site-footer .social-icons {
        display: table-header-group; } }
    .site-footer .social-icons a {
      color: #031a31; }
      .site-footer .social-icons a:hover {
        color: #031a31; }
    .site-footer .social-icons span {
      font-size: 2em;
      padding: 15px 10px 30px 10px; }
    .site-footer .social-icons .fa {
      transition: color .2s; }
    .site-footer .social-icons .fa-twitter:hover {
      color: #65a8e2; }
    .site-footer .social-icons .fa-facebook:hover {
      color: #3c56ac; }
    .site-footer .social-icons .fa-linkedin:hover {
      color: #1f75b0; }

.office-locations {
  font-family: "Trade Gothic W01 Bold", Arial;
  height: 150px;
  color: #fefefe;
  background: #031a31 url("../images/bg_map.jpg") 0 0 no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  overflow: auto; }
  .office-locations .wrapper {
    height: 100%; }
    @media all and (max-width: 600px) {
      .office-locations .wrapper {
        position: static;
        top: auto;
        transform: none; }
        .office-locations .wrapper .vertical-align {
          top: auto;
          transform: none; } }
  @media all and (max-width: 600px) {
    .office-locations .non-ct-offices {
      width: 50%;
      float: left; } }
  .office-locations .state {
    color: #d0d0d0;
    font-size: .7em;
    display: inline-block;
    margin-right: -20px;
    min-width: 15px; }
    @media all and (max-width: 600px) {
      .office-locations .state {
        margin-right: 0; } }
  .office-locations .office {
    display: inline-block;
    color: #aaaaaa;
    margin: 0 20px;
    cursor: pointer;
    position: relative; }
    @media all and (max-width: 600px) {
      .office-locations .office {
        width: 100%;
        display: block;
        margin: 10px 0;
        border-right: none; } }
    .office-locations .office .city {
      display: inline-block;
      color: #dadada; }
  .office-locations .ct-offices {
    border-top: 1px solid #d0d0d0;
    padding-top: 10px;
    margin-top: 10px;
    display: inline-block; }
    @media all and (max-width: 600px) {
      .office-locations .ct-offices {
        width: 50%;
        float: left;
        border-top: 0px none;
        padding-top: 0px;
        margin-top: 0px; } }
  @media all and (max-width: 600px) {
    .office-locations {
      height: auto;
      padding: 20px 0; } }

.tabbed-carousel {
  background: #f3f3f3 url("../images/bg_book.jpg") 0 0 no-repeat;
  background-size: cover;
  background-position: top; }
  .tabbed-carousel .tabs {
    margin-bottom: 20px;
    background-color: #f3f3f3; }
  .tabbed-carousel .tabs span {
    font-family: "Trade Gothic W01 Bold", Arial;
    border-right: 1px solid #dadada;
    padding: 10px 25px;
    color: #005374;
    cursor: pointer;
    transition: color .2s;
    font-size: 2.5em;
    line-height: 1.2em; }
    .tabbed-carousel .tabs span:hover {
      text-decoration: underline;
      color: #00384e; }
    .tabbed-carousel .tabs span.active {
      text-decoration: underline;
      color: #101010; }
    .tabbed-carousel .tabs span:last-child {
      border-right: none; }
    .tabbed-carousel .tabs span:first-child {
      padding-right: 30px; }
  .tabbed-carousel .carousels {
    padding: 20px 50px 0 50px; }
  .tabbed-carousel .carousel.active {
    display: block; }
  .tabbed-carousel .slide {
    padding: 30px;
    float: left;
    font-size: 1.25em; }
    @media all and (max-width: 400px) {
      .tabbed-carousel .slide {
        padding: 10px; } }
    .tabbed-carousel .slide .brief {
      line-height: 1.5em; }
    .tabbed-carousel .slide:hover a {
      color: #1d1d1d; }
    .tabbed-carousel .slide a {
      color: #393939;
      transition: color .2s;
      line-height: 1.5em; }
    .tabbed-carousel .slide .title {
      margin-bottom: 15px;
      font-family: "Trade Gothic W01 Bold", Arial;
      color: #005374; }
  .tabbed-carousel .slick-next {
    height: 30px;
    width: 20px; }
    .tabbed-carousel .slick-next:before {
      content: " ";
      height: 30px;
      width: 20px;
      opacity: 1;
      display: inline-block;
      background: transparent url("../images/right_arrow.png") 0 0 no-repeat; }
  .tabbed-carousel .slick-prev {
    height: 30px;
    width: 20px; }
    .tabbed-carousel .slick-prev:before {
      content: " ";
      height: 30px;
      width: 20px;
      opacity: 1;
      display: inline-block;
      background: transparent url("../images/left_arrow.png") 0 0 no-repeat; }
  .tabbed-carousel .slick-slider {
    margin-bottom: 0; }

.subscribe {
  margin-top: 30px; }
  @media all and (max-width: 600px) {
    .subscribe {
      display: none; } }
  .subscribe .subscribe-title {
    border-bottom: 1px solid #e6e6e6; }
  .subscribe .subscribe-message {
    color: #787e86; }
    .subscribe .subscribe-message p {
      font-family: "Merriweather";
      color: #666666;
      text-transform: none; }
  .subscribe .subscribe-button {
    background-color: #295871;
    color: #fefefe;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color .2s; }
    .subscribe .subscribe-button:hover {
      background-color: #204558; }
    .subscribe .subscribe-button a {
      color: inherit; }

.services-accordion .accordion {
  margin-bottom: 2px; }
  .services-accordion .accordion .accordion-name {
    background-color: #f3f3f3;
    transition: background-color 0.2s;
    line-height: 1em;
    padding-right: 85px;
    position: relative; }
    .services-accordion .accordion .accordion-name:hover {
      background-color: #e6e6e6; }
    .services-accordion .accordion .accordion-name a {
      color: #295871; }
  .services-accordion .accordion .accordion-title {
    background-color: #fefefe;
    color: #031a31;
    cursor: pointer;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65px;
    display: inline-block; }
    .services-accordion .accordion .accordion-title span {
      text-align: center; }
    @media all and (max-width: 600px) {
      .services-accordion .accordion .accordion-title .phone,
      .services-accordion .accordion .accordion-title .email {
        text-align: left; } }
  .services-accordion .accordion .state {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transform: translate3d(-50%, -50%, 0); }
  .services-accordion .accordion .state-closed {
    display: block; }
  .services-accordion .accordion .child-container {
    border: 1px solid #f3f3f3; }
    .services-accordion .accordion .child-container .child-item {
      border-bottom: 1px solid #f3f3f3; }
      .services-accordion .accordion .child-container .child-item a {
        color: #666666;
        transition: color 0.2s; }
        .services-accordion .accordion .child-container .child-item a:hover {
          color: #444; }
  .services-accordion .accordion .state-opened {
    display: none; }
  .services-accordion .accordion._open .state-closed {
    display: none; }
  .services-accordion .accordion._open .state-opened {
    display: block; }
  .services-accordion .accordion._open .child-container {
    margin: 0 0; }

.content-inset {
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0; }
  @media all and (max-width: 600px) {
    .content-inset {
      margin: 20px 0;
      padding: 20px 0; } }
  .content-inset .client-story-readmore {
    background-color: #cf7018;
    padding: 10px 30px 10px 20px;
    margin-top: 20px;
    transition: background-color 0.2s;
    color: #fefefe;
    display: block;
    position: relative; }
    .content-inset .client-story-readmore:hover {
      background-color: #a15713; }
    .content-inset .client-story-readmore .fa {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px; }
  .content-inset .caption-image {
    width: 100%; }
    @media all and (max-width: 600px) {
      .content-inset .caption-image {
        width: 100%; } }
  .content-inset .caption {
    width: 100%;
    padding-top: 20px;
    color: #005374;
    font-style: italic; }
    .content-inset .caption:first-child {
      font-size: 1.5em;
      width: 100%;
      line-height: 1.3em;
      margin-left: 10%;
      float: none;
      padding-left: 0;
      margin-bottom: 20px; }
    @media all and (max-width: 600px) {
      .content-inset .caption {
        font-size: 1.2em;
        margin-top: 20px;
        padding: 0;
        width: 100%; } }
  .content-inset .quote-attr {
    color: #005374;
    padding-left: 0%; }
  .content-inset .caption-image + .caption + .quote-attr {
    padding-left: 0px;
    width: 100%; }

@media all and (max-width: 600px) {
  .key-contacts-component {
    border-top: 1px solid #e6e6e6;
    padding-top: 40px; } }

.key-contacts {
  line-height: 1.3em; }
  .key-contacts .professional-image img {
    width: 100%; }
  .key-contacts .info {
    line-height: 1.5em; }
  .key-contacts .contact {
    border-bottom: 1px solid #e6e6e6; }
  .key-contacts .name {
    color: #cf7018; }
  .key-contacts .location {
    color: #666666; }
  .key-contacts .email {
    display: block;
    color: #cf7018; }
  .key-contacts .phone {
    color: #666666; }
  @media (max-width: 600px) {
    .key-contacts .professional-image img {
      width: 40%; } }
  @media all and (max-width: 600px) {
    .key-contacts .professional-image {
      width: 33.33%; } }
  @media all and (max-width: 600px) {
    .key-contacts .professional-image img {
      width: 100%; } }
  @media all and (max-width: 600px) {
    .key-contacts .overview {
      width: 66.66%; } }

.industry-content .read-more-content {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d0d0d0; }

.read-more-content .show-more {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all ease-in 0.5s; }
  .read-more-content .show-more.show {
    opacity: 1;
    visibility: visible;
    max-height: 8000px; }

.read-more-content .btn-container button {
  color: #00a9cc;
  border: none;
  background: #fefefe;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: bold;
  padding-left: 0px;
  font-family: "Trade Gothic W01 Bold", Arial; }
  .read-more-content .btn-container button:focus {
    outline: none; }

.apply-wrapper a.link {
  display: inline-block;
  padding: 10px 50px 10px 18px;
  text-transform: uppercase;
  background: #deb505;
  color: #fefefe;
  font-family: "Trade Gothic W01 Light", Arial;
  position: relative;
  transition: background-color .2s; }
  .apply-wrapper a.link i {
    color: #fefefe;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate3d(-100%, -50%, 0); }
  .apply-wrapper a.link:hover {
    background-color: #cda703; }
    .apply-wrapper a.link:hover i {
      transform: translate3d(0, -50%, 0); }

.offices-listing .label {
  display: inline-block; }

.offices-listing .office {
  color: #fefefe;
  background: #02101f;
  padding: 25px 20px;
  width: 80%;
  cursor: pointer; }
  .offices-listing .office .name {
    text-transform: none; }
  .offices-listing .office .phone, .offices-listing .office .fax, .offices-listing .office .map {
    display: block; }
  .offices-listing .office .phone:before {
    content: 'T: '; }
  .offices-listing .office .fax:before {
    content: 'F: '; }
  .offices-listing .office .map i {
    margin-right: 10px; }

.positions .position .link {
  display: block;
  cursor: pointer;
  padding: 20px;
  background: #f3f3f3;
  font-size: 1.25em; }
  .positions .position .link:hover .fa {
    transform: translateX(5px); }
  .positions .position .link .fa {
    float: right;
    position: relative;
    transition: transform .2s; }

.text-blocks-wrapper .text-blocks .text-block .highlight {
  background-color: #02101f;
  color: #fefefe;
  height: 200px; }
  .text-blocks-wrapper .text-blocks .text-block .highlight span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    display: table; }
  @media all and (max-width: 600px) {
    .text-blocks-wrapper .text-blocks .text-block .highlight {
      margin-bottom: 1em; } }

@media all and (max-width: 600px) {
  .text-blocks-wrapper .text-blocks .text-block .description {
    padding-left: 0; } }

.client-stories-listing {
  background: #aaaaaa 0 0 no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 40px; }
  .client-stories-listing .industry-accordions {
    padding: 40px 0; }
    @media all and (max-width: 600px) {
      .client-stories-listing .industry-accordions .industry-tile {
        height: 192px; } }
    .client-stories-listing .industry-accordions .industry-tile:hover .tile-background-image-small {
      border: 3px solid #fefefe; }
    .client-stories-listing .industry-accordions .industry-tile .tile-background-image:hover {
      opacity: 1; }
    .client-stories-listing .industry-accordions .industry-tile .tile-title {
      padding: 0 13%; }
      .client-stories-listing .industry-accordions .industry-tile .tile-title .service-name {
        padding-bottom: 10px; }
      .client-stories-listing .industry-accordions .industry-tile .tile-title .company-name {
        border-top: 2px solid white;
        padding-top: 10px; }
    .client-stories-listing .industry-accordions .tile-background-image-small {
      height: 80%;
      width: 80%;
      position: absolute;
      z-index: 0;
      background: rgba(0, 0, 0, 0.4);
      top: 10%;
      left: 10%; }

.contacts-listing .professional-contacts {
  margin-bottom: 20px; }
  @media all and (max-width: 600px) {
    .contacts-listing .professional-contacts .professional-image {
      width: 33.33%; } }
  @media all and (max-width: 600px) {
    .contacts-listing .professional-contacts .professional-image img {
      width: 100%; } }
  @media all and (max-width: 600px) {
    .contacts-listing .professional-contacts .overview {
      width: 66.66%; } }
  .contacts-listing .professional-contacts img {
    width: 100%; }
  .contacts-listing .professional-contacts .row {
    border-bottom: 1px solid #aaaaaa; }
    .contacts-listing .professional-contacts .row + .row {
      margin-top: 20px; }
  .contacts-listing .professional-contacts .info {
    font-size: 1.125em;
    line-height: 1.4em;
    color: #787e86; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-13px); }
  60% {
    transform: translateY(-7px); } }

.scroll-arrow-home {
  position: relative;
  bottom: 10px;
  color: #e8af00; }

.home-hero {
  height: 545px;
  width: 100%;
  position: relative;
  background-color: #101010;
  color: #fefefe;
  text-align: center;
  overflow: hidden; }
  @media all and (max-width: 990px) {
    .home-hero {
      height: 470px; } }
  @media all and (max-width: 800px) {
    .home-hero {
      height: 280px; } }
  @media all and (max-width: 600px) {
    .home-hero {
      height: 250px; } }
  @media all and (max-width: 400px) {
    .home-hero {
      height: 230px; } }
  .home-hero .vertical-align {
    position: relative;
    top: 45%;
    transform: translateY(-50%); }
  .home-hero .wrapper {
    height: 100%;
    max-width: 900px; }
  .home-hero .scroll-text {
    display: block;
    position: relative;
    bottom: 5px;
    font-size: 15px;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    font-family: "Trade Gothic W01 Bold", Arial;
    padding-top: 20px;
    color: #e8af00; }
    @media all and (max-width: 990px) {
      .home-hero .scroll-text {
        font-size: 11px;
        height: inherit; } }
  .home-hero .newsCarousel {
    display: block;
    width: 100%;
    margin-top: 30px;
    height: 100px; }
    @media all and (max-width: 990px) {
      .home-hero .newsCarousel {
        display: none; } }
    .home-hero .newsCarousel li {
      display: inline;
      text-align: left; }
    .home-hero .newsCarousel .carouselLabel {
      float: left;
      height: 100px;
      width: 17%;
      background-color: #e8af00; }
      .home-hero .newsCarousel .carouselLabel .carouselLabelText {
        text-align: left;
        font-family: "Trade Gothic W01 Bold", Arial;
        padding: 25px;
        font-size: 1.25em; }
    .home-hero .newsCarousel .carouselContent {
      float: left;
      height: 100px;
      width: 77%;
      background-color: #f3f3f3;
      border-right: 1pt solid #D6D6D6; }
      .home-hero .newsCarousel .carouselContent .carousel .brief {
        text-align: left;
        font-family: "Trade Gothic W01 Bold", Arial;
        padding: 25px;
        font-size: 1.25em;
        overflow: hidden; }
        .home-hero .newsCarousel .carouselContent .carousel .brief a {
          color: black; }
    .home-hero .newsCarousel .flex-next {
      background-color: #f3f3f3;
      height: 50px;
      border-bottom: 1pt solid #D6D6D6; }
    .home-hero .newsCarousel .flex-prev {
      background-color: #f3f3f3;
      height: 50px; }
  .home-hero .carouselContent .slick-next {
    height: 50px;
    width: 50px;
    left: 657px !important;
    top: 20px; }
    .home-hero .carouselContent .slick-next:before {
      content: " ";
      height: 50px;
      width: 50px;
      opacity: 1;
      display: inline-block;
      background: transparent url("../images/news-arrow-right.png") 0 0 no-repeat; }
  .home-hero .carouselContent .slick-prev {
    height: 50px;
    width: 50px;
    left: 657px !important;
    top: 70px; }
    .home-hero .carouselContent .slick-prev:before {
      content: " ";
      height: 50px;
      width: 50px;
      opacity: 1;
      display: inline-block;
      background: transparent url("../images/news-arrow-left.png") 0 0 no-repeat; }
  .home-hero .scroll-arrow {
    animation: bounce 2s infinite; }
    @media all and (max-width: 990px) {
      .home-hero .scroll-arrow {
        animation: none; } }
  .home-hero .hero-title {
    display: block;
    font-size: 2em;
    line-height: 1.4em;
    margin: 25px 0;
    background-color: rgba(3, 26, 49, 0.9);
    padding-top: 50px;
    overflow: hidden; }
    .home-hero .hero-title p {
      color: #fff; }
    @media all and (max-width: 800px) {
      .home-hero .hero-title {
        margin: 15px 0;
        font-size: 1em;
        padding-top: 2%; } }
    @media all and (max-width: 600px) {
      .home-hero .hero-title {
        font-size: 1.5em;
        padding: 0 10px;
        padding-top: 14px; } }
  .home-hero hr {
    display: inline-block;
    width: 250px;
    border-color: #d0d0d0; }
    @media all and (max-width: 600px) {
      .home-hero hr {
        display: none; } }
  .home-hero .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .home-hero .bg-img img {
      width: 100%; }
  .home-hero .wrapper {
    position: relative;
    z-index: 1; }

.services-carousel {
  background-color: #f3f3f3;
  padding-bottom: 50px; }
  .services-carousel .newsCarousel {
    display: block;
    width: 100%;
    height: 100px;
    position: relative; }
    .services-carousel .newsCarousel li {
      display: inline;
      text-align: left; }
    .services-carousel .newsCarousel .carouselLabel {
      float: left;
      height: 100px;
      width: 17%;
      background-color: #e8af00;
      border-bottom: 1pt solid #D6D6D6; }
      .services-carousel .newsCarousel .carouselLabel .carouselLabelText {
        text-align: left;
        font-family: "Trade Gothic W01 Bold", Arial;
        padding: 30px 5px;
        font-size: 1.00em; }
    .services-carousel .newsCarousel .carouselContent {
      float: left;
      height: 100px;
      width: 70%;
      background-color: #f3f3f3;
      border-right: 1pt solid #D6D6D6;
      border-bottom: 1pt solid #D6D6D6; }
      .services-carousel .newsCarousel .carouselContent .carousel.slick-initialized {
        padding: 0px; }
      .services-carousel .newsCarousel .carouselContent .carousel .brief {
        text-align: left;
        font-family: "Trade Gothic W01 Bold", Arial;
        padding: 20px 5px;
        font-size: 1.00em;
        overflow: hidden; }
        .services-carousel .newsCarousel .carouselContent .carousel .brief a {
          color: black; }
      .services-carousel .newsCarousel .carouselContent .slick-next {
        position: absolute;
        top: 61%;
        content: " ";
        width: 30px;
        opacity: 1;
        background: transparent url("../images/news-arrow-right.png") 0 0 no-repeat; }
        @media all and (max-width: 990px) {
          .services-carousel .newsCarousel .carouselContent .slick-next {
            left: 120%;
            top: 61%; } }
        @media all and (max-width: 600px) {
          .services-carousel .newsCarousel .carouselContent .slick-next {
            left: 103%;
            top: 50%; } }
        @media all and (max-width: 400px) {
          .services-carousel .newsCarousel .carouselContent .slick-next {
            left: 103%;
            top: 59%; } }
        .services-carousel .newsCarousel .carouselContent .slick-next:before {
          background: none; }
      .services-carousel .newsCarousel .carouselContent .slick-prev {
        position: absolute;
        top: 17%;
        content: " ";
        width: 30px;
        opacity: 1;
        background: transparent url("../images/news-arrow-left.png") 0 0 no-repeat; }
        @media all and (max-width: 990px) {
          .services-carousel .newsCarousel .carouselContent .slick-prev {
            left: 119%; } }
        @media all and (max-width: 600px) {
          .services-carousel .newsCarousel .carouselContent .slick-prev {
            left: 102%; } }
        .services-carousel .newsCarousel .carouselContent .slick-prev:before {
          background: none; }
    .services-carousel .newsCarousel .carouselNav {
      float: right;
      width: 13%; }
      .services-carousel .newsCarousel .carouselNav .flex-next {
        background-color: #f3f3f3;
        height: 50px;
        border-bottom: 1pt solid #D6D6D6; }
      .services-carousel .newsCarousel .carouselNav .flex-prev {
        background-color: #f3f3f3;
        height: 50px;
        border-bottom: 1pt solid #D6D6D6; }
  @media all and (max-width: 800px) {
    .services-carousel {
      padding-bottom: 45px; } }
  .services-carousel .gcb .wrapper {
    padding-top: 10px;
    padding-bottom: 0px; }
  .services-carousel .wrapper.paddingTop {
    padding-bottom: 0; }
  .services-carousel .carousel {
    padding: 25px;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    visibility: hidden;
    padding-top: 0px; }
    @media all and (max-width: 600px) {
      .services-carousel .carousel {
        width: 100%;
        padding: 50px; } }
    .services-carousel .carousel.slick-initialized {
      visibility: visible; }
  .services-carousel .slide {
    padding: 15px;
    float: left; }
    @media all and (max-width: 400px) {
      .services-carousel .slide {
        padding: 10px; } }
    .services-carousel .slide .img-container {
      float: left;
      width: 50%;
      padding: 0 50px; }
      .services-carousel .slide .img-container img {
        width: 100%; }
      @media all and (max-width: 600px) {
        .services-carousel .slide .img-container {
          display: none; } }
    .services-carousel .slide .text-container {
      float: left;
      width: 50%; }
      @media all and (max-width: 600px) {
        .services-carousel .slide .text-container {
          width: 100%; } }
      .services-carousel .slide .text-container .brief {
        font-size: 1em;
        line-height: 1.5em;
        color: #666; }
    .services-carousel .slide .title {
      margin-bottom: 15px;
      font-family: "Trade Gothic W01 Bold", Arial;
      color: #101010;
      font-size: 1.25em; }
  .services-carousel .slick-next {
    height: 30px;
    width: 20px;
    right: 10px; }
    .services-carousel .slick-next:before {
      content: " ";
      height: 30px;
      width: 20px;
      opacity: .4;
      display: inline-block;
      background: transparent url("../images/right_arrow.png") 0 0 no-repeat;
      transition: opacity .2s; }
    .services-carousel .slick-next:hover:before {
      opacity: 1; }
  .services-carousel .slick-prev {
    height: 30px;
    width: 20px;
    left: 30px; }
    .services-carousel .slick-prev:before {
      content: " ";
      height: 30px;
      width: 20px;
      opacity: .4;
      display: inline-block;
      background: transparent url("../images/left_arrow.png") 0 0 no-repeat;
      transition: opacity .2s; }
    .services-carousel .slick-prev:hover:before {
      opacity: 1; }
  .services-carousel .slick-dots {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: -20px; }
  .services-carousel .slick-dots li {
    width: 40px;
    height: 40px;
    margin: 0px; }
  .services-carousel .slick-dots li button:before {
    font-size: 6px; }
  .services-carousel ul.services {
    padding-top: 30px; }
    .services-carousel ul.services .service-item {
      position: relative;
      display: inline-block;
      width: 33%;
      overflow: hidden;
      margin-top: -3px;
      max-height: 265px;
      text-align: center; }
      .services-carousel ul.services .service-item .img-container {
        height: 100%;
        width: 100%;
        display: inline-block; }
        .services-carousel ul.services .service-item .img-container img {
          display: block;
          width: 100%;
          transition: opacity .5s, filter .5s; }
        .services-carousel ul.services .service-item .img-container .title {
          width: 100%;
          color: #fefefe;
          font-family: "Trade Gothic W01 Bold", Arial;
          padding: 0 15px;
          display: inline-block;
          position: absolute;
          z-index: 2;
          font-size: 1.25em;
          top: 46%;
          left: 0; }
        .services-carousel ul.services .service-item .img-container:after {
          background-color: rgba(0, 0, 0, 0.45);
          content: '';
          display: inline-block;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          position: absolute; }
      .services-carousel ul.services .service-item:hover img {
        opacity: .7;
        filter: blur(2px); }
      @media all and (max-width: 1170px) {
        .services-carousel ul.services .service-item {
          max-height: 225px; } }
      @media all and (max-width: 990px) {
        .services-carousel ul.services .service-item {
          width: 49%;
          max-height: 250px; } }
      @media all and (max-width: 800px) {
        .services-carousel ul.services .service-item {
          margin-top: -2px;
          max-height: 225px; } }
      @media all and (max-width: 700px) {
        .services-carousel ul.services .service-item {
          max-height: 190px; } }
      @media all and (max-width: 600px) {
        .services-carousel ul.services .service-item {
          text-align: center;
          width: 75%;
          max-height: 200px; } }
      @media all and (max-width: 450px) {
        .services-carousel ul.services .service-item {
          width: 85%; } }
      @media all and (max-width: 400px) {
        .services-carousel ul.services .service-item {
          width: 90%;
          max-height: 175px; } }
      @media all and (max-width: 350px) {
        .services-carousel ul.services .service-item {
          width: 95%;
          max-height: 140px; } }
    @media all and (max-width: 600px) {
      .services-carousel ul.services {
        text-align: center; } }

.no-padding {
  padding: 0 !important; }

.transparent-background {
  background-color: transparent !important; }

.pt45 {
  padding-top: 45px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.wrapper.home-accordions {
  padding-top: 25px; }

.industry-accordions .industry-tile {
  font-family: "Trade Gothic W01 Bold", Arial;
  float: left;
  height: 192px;
  color: #fefefe;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  background-color: #101010;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 600px) {
    .industry-accordions .industry-tile {
      height: 90px;
      width: 90%;
      margin-left: 5%; } }
  .industry-accordions .industry-tile .tile-background-image {
    height: 192px;
    width: 100%;
    position: absolute;
    z-index: 0;
    transition: opacity .5s, filter .5s; }
  .industry-accordions .industry-tile .tile-title {
    padding: 0 15px;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 1.25em;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media all and (max-width: 600px) {
      .industry-accordions .industry-tile .tile-title {
        font-size: 1.25em; } }
  .industry-accordions .industry-tile:hover .tile-background-image {
    opacity: .7;
    filter: blur(2px); }

.industry-accordions .industry-tab-content {
  display: none; }

.industry-accordions .industry-content {
  display: none;
  background-color: #f3f3f3;
  left: 0;
  width: 100%;
  position: absolute;
  height: 0;
  top: 192px;
  padding: 50px;
  border-top: 20px solid #fefefe;
  border-bottom: 20px solid #fefefe; }
  .industry-accordions .industry-content .title {
    font-family: "Trade Gothic W01 Bold", Arial;
    border-bottom: 1px solid #dadada;
    padding: 15px 0;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1em; }
  .industry-accordions .industry-content .text {
    border-right: 1px solid #dadada;
    padding-top: 30px;
    padding-right: 30px;
    height: 90%; }
  .industry-accordions .industry-content .call-to-action {
    margin-top: 30px;
    position: relative; }
    .industry-accordions .industry-content .call-to-action .fa-angle-right {
      right: 10px;
      top: 6px;
      font-size: 1.8em;
      font-weight: 300;
      position: absolute; }
  .industry-accordions .industry-content .sub-heading {
    font-family: "Trade Gothic W01 Bold", Arial;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .industry-accordions .industry-content .testimonial {
    padding: 30px; }
    .industry-accordions .industry-content .testimonial + .primary-contact {
      border-top: 1px solid #dadada; }
    .industry-accordions .industry-content .testimonial .testimonial-attribution {
      font-size: .8em; }
  .industry-accordions .industry-content .primary-contact {
    padding: 30px; }
  .industry-accordions .industry-content .contact-info {
    padding-left: 15px;
    font-size: .9em; }
    .industry-accordions .industry-content .contact-info div {
      line-height: 1.5em; }
  .industry-accordions .industry-content .contact-name {
    font-size: 1.1em; }
    .industry-accordions .industry-content .contact-name a {
      color: #005374; }
    .industry-accordions .industry-content .contact-name:hover {
      color: #deb505; }
  .industry-accordions .industry-content .contact-email a {
    color: #005374; }
    .industry-accordions .industry-content .contact-email a:hover {
      color: #deb505; }
  .industry-accordions .industry-content .tabbed-content .tab-content:not(.active) {
    visibility: hidden; }

.industry-accordions .close-button {
  font-size: 2em;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.industry-accordions .industry-tile.active ~ .industry-content {
  display: block;
  height: 77%; }

.industry-accordions .group.tile1:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  margin-left: -40%;
  margin-top: 192px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f3f3f3; }
  @media all and (max-width: 800px) {
    .industry-accordions .group.tile1:after {
      margin-left: -78%; } }

.industry-accordions .group.tile2:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  margin-left: -15%;
  margin-top: 192px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f3f3f3; }
  @media all and (max-width: 800px) {
    .industry-accordions .group.tile2:after {
      margin-left: -28%; } }

@media all and (max-width: 800px) {
  .industry-accordions .group {
    position: relative;
    overflow: hidden; }
  .industry-accordions .row.active .group.active {
    height: 842px;
    overflow: auto; } }

.industry-accordions .row {
  height: 192px;
  transition: height .3s;
  position: relative; }
  @media all and (max-width: 800px) {
    .industry-accordions .row {
      transition: height 0s;
      height: 384px;
      margin: 0 auto;
      width: 90%; } }
  @media all and (max-width: 600px) {
    .industry-accordions .row {
      height: auto;
      width: 100%;
      margin: 0 auto; } }
  .industry-accordions .row.active {
    height: 842px; }
    @media all and (max-width: 800px) {
      .industry-accordions .row.active {
        height: 1034px; } }

.industry-accordions .max-width-165 {
  width: 100%;
  max-width: 165px; }

.industry-content .tabbed-content .tab-content:not(.active) {
  /*visibility: hidden;*/
  position: absolute;
  top: -9999px;
  left: -9999px; }

.home-testimonials {
  color: #dadada;
  text-align: center;
  padding-top: 40px; }
  .home-testimonials .title {
    font-family: "Trade Gothic W01 Bold", Arial;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #005374;
    margin-bottom: 40px; }
  .home-testimonials .text {
    max-width: 70%;
    margin: 0 auto 15px auto;
    font-size: 1.25em; }
  .home-testimonials p {
    color: #dadada; }
  .home-testimonials .attribution {
    font-size: 1em;
    margin-bottom: 50px; }
  .home-testimonials .hr {
    width: 250px;
    margin: auto;
    margin-bottom: 40px;
    line-height: 0;
    border-top: 2px solid #0C365D; }

.interior-hero {
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 600px) {
    .interior-hero {
      margin-bottom: 20px; } }
  .interior-hero .wrapper {
    overflow: hidden;
    position: absolute;
    z-index: 1; }
  .interior-hero .main-title,
  .interior-hero .sub-title {
    font-family: "Merriweather";
    font-size: 2.5em;
    z-index: 1;
    color: #fefefe;
    line-height: 1em;
    padding: 10px 0; }
    @media all and (max-width: 600px) {
      .interior-hero .main-title,
      .interior-hero .sub-title {
        font-size: 1.25em;
        padding: 5px 0; } }
  .interior-hero .sub-title {
    font-size: 1.25em;
    border: none;
    margin-top: 0; }
    @media all and (max-width: 600px) {
      .interior-hero .sub-title {
        display: none; } }

.professionals-landing {
  margin-bottom: 20px; }
  @media all and (max-width: 600px) {
    .professionals-landing {
      margin-top: 30px; } }

.professionals-search-form .mobile-letter-select {
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 16px; }
  .professionals-search-form .mobile-letter-select option {
    text-align: center; }

.professionals-search-form .alphabet, .professionals-search-form .filter {
  font-size: 1.25em; }

@media all and (max-width: 600px) {
  .professionals-search-form .alphabet {
    display: none; } }

.professionals-search-form .letter {
  float: left;
  background-color: #f3f3f3;
  width: 16.2%;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  margin: 0 0 1px 1px;
  cursor: pointer;
  transition: color .2s, background-color .2s; }
  .professionals-search-form .letter.inactive {
    cursor: default;
    color: #787e86; }
    .professionals-search-form .letter.inactive:hover {
      color: #787e86;
      background-color: #f3f3f3; }
  .professionals-search-form .letter a {
    color: inherit; }
  .professionals-search-form .letter.view-all {
    width: 65.7%;
    padding: 0 10px; }
  .professionals-search-form .letter:hover {
    background-color: #e6e6e6; }

.professionals-results-list {
  float: right;
  font-family: "Trade Gothic W01 Light", Arial;
  padding-left: 10%; }
  @media all and (max-width: 600px) {
    .professionals-results-list {
      padding-left: 0; } }
  .professionals-results-list .highlighted-professionals h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #aaaaaa; }
  .professionals-results-list .results-count {
    margin-bottom: 20px; }
  .professionals-results-list .search-info {
    color: #005374;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6; }

.professional-result {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 20px; }
  .professional-result .professional-image {
    float: left; }
    @media all and (max-width: 600px) {
      .professional-result .professional-image {
        width: 100%; } }
    .professional-result .professional-image img {
      width: 100%;
      max-width: 165px; }
      @media all and (max-width: 600px) {
        .professional-result .professional-image img {
          width: 40%; } }
  .professional-result .overview {
    float: right;
    padding-left: 40px;
    text-transform: none; }
    .professional-result .overview.office-overview {
      padding-left: 0px; }
    .professional-result .overview a, .professional-result .overview span {
      color: #005374;
      line-height: 1.2em; }
    @media all and (max-width: 600px) {
      .professional-result .overview {
        position: relative;
        top: -2px;
        padding-left: 0; } }
    .professional-result .overview .title {
      padding-bottom: 10px;
      color: #005374; }
      .professional-result .overview .title:hover {
        color: #00384e; }
    .professional-result .overview .description {
      color: #787e86;
      font-family: "Merriweather";
      font-size: .8em;
      line-height: 1.5em;
      margin-bottom: 20px;
      margin-top: 15px; }
    .professional-result .overview .read-more {
      color: #cf7018;
      text-transform: uppercase;
      font-family: "Trade Gothic W01 Light", Arial;
      float: left; }
      .professional-result .overview .read-more:hover {
        color: #a15713; }
        .professional-result .overview .read-more:hover .fa {
          color: #a15713; }
      .professional-result .overview .read-more .fa {
        padding-left: 10px;
        color: #cf7018;
        transition: color .2s; }
  .professional-result .info {
    font-family: "Merriweather";
    float: left; }
    @media all and (max-width: 600px) {
      .professional-result .info {
        font-size: 1.1em;
        width: 60%; } }
    .professional-result .info .name {
      font-size: 1.125em;
      line-height: 1.4em;
      padding: 10px 0 3px 0;
      color: #cf7018; }
      @media all and (max-width: 600px) {
        .professional-result .info .name {
          padding-top: 0; } }
      .professional-result .info .name:hover {
        color: #a15713; }
    .professional-result .info .role {
      color: #787e86;
      font-size: 1.125em;
      line-height: 1.4em; }

@media all and (max-width: 600px) {
  .industry .professional-result {
    padding-left: 0; }
    .industry .professional-result .contact {
      padding: 20px 0; }
    .industry .professional-result .professional-image {
      width: 50%; }
      .industry .professional-result .professional-image img {
        width: 100%; }
    .industry .professional-result .overview {
      width: 50%; }
      .industry .professional-result .overview .info {
        width: 100%; } }

@media all and (max-width: 600px) {
  .professional-results .professional-result .professional-image {
    width: 33.33%; } }

@media all and (max-width: 600px) {
  .professional-results .professional-result .professional-image img {
    width: 100%; } }

@media all and (max-width: 600px) {
  .professional-results .professional-result .overview {
    width: 66.66%; } }

@media all and (max-width: 600px) {
  .professional-results .professional-result .info {
    width: 100%;
    float: left; } }

.professional-results .professional-result .info div + div {
  padding-top: 5px; }

.professional-detail {
  margin-bottom: 20px; }
  .professional-detail .wrapper {
    padding-top: 0px; }

.professional-hero {
  position: relative;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 80px;
  height: 400px; }
  @media all and (max-width: 600px) {
    .professional-hero {
      margin-bottom: -38%; } }

.professional-contact-info {
  position: absolute;
  left: 0;
  width: 100%;
  top: 15%;
  margin-top: 30px; }
  @media all and (max-width: 1170px) {
    .professional-contact-info {
      top: 115px; } }
  @media all and (max-width: 990px) {
    .professional-contact-info {
      margin-top: 0px;
      font-size: .8em;
      top: 105px; } }
  @media all and (max-width: 800px) {
    .professional-contact-info {
      font-size: .7em; } }
  @media all and (max-width: 600px) {
    .professional-contact-info {
      position: relative;
      font-size: 1em;
      top: 0; } }
  .professional-contact-info .general,
  .professional-contact-info .contact,
  .professional-contact-info .connect-social {
    width: 50%;
    float: right;
    clear: right; }
    @media all and (max-width: 990px) {
      .professional-contact-info .general,
      .professional-contact-info .contact,
      .professional-contact-info .connect-social {
        width: 55%; } }
    @media all and (max-width: 800px) {
      .professional-contact-info .general,
      .professional-contact-info .contact,
      .professional-contact-info .connect-social {
        width: 51%; } }
    @media all and (max-width: 600px) {
      .professional-contact-info .general,
      .professional-contact-info .contact,
      .professional-contact-info .connect-social {
        float: none;
        width: 100%; } }
  .professional-contact-info .general,
  .professional-contact-info .connect-social {
    border-top: 1px solid #031a31;
    border-bottom: 1px solid #031a31; }
    @media all and (max-width: 600px) {
      .professional-contact-info .general,
      .professional-contact-info .connect-social {
        border: none; } }
  @media all and (max-width: 600px) {
    .professional-contact-info .general {
      margin-bottom: 17%;
      margin-top: 12%; } }
  .professional-contact-info .name {
    font-family: "Merriweather";
    text-transform: none;
    font-style: normal;
    margin: 20px 0; }
    @media all and (max-width: 800px) {
      .professional-contact-info .name {
        margin: 10px 0 10px; } }
    @media all and (max-width: 600px) {
      .professional-contact-info .name {
        font-size: 1.3em;
        width: 60%;
        float: right; } }
    @media all and (max-width: 400px) {
      .professional-contact-info .name {
        font-size: 1.1em; } }
  .professional-contact-info .role {
    font-family: "Merriweather";
    text-transform: none;
    margin-bottom: 20px;
    font-style: italic; }
    @media all and (max-width: 800px) {
      .professional-contact-info .role {
        margin-bottom: 10px; } }
    @media all and (max-width: 600px) {
      .professional-contact-info .role {
        font-size: 1.1em;
        width: 60%;
        float: right; } }
    @media all and (max-width: 400px) {
      .professional-contact-info .role {
        font-size: 1em; } }
  .professional-contact-info .contact {
    padding: 20px 0;
    font-size: 1.25em; }
    @media all and (max-width: 800px) {
      .professional-contact-info .contact {
        padding: 10px 0; } }
  .professional-contact-info .office {
    float: left;
    line-height: 1.5em;
    color: #666666;
    margin-left: 50px; }
    @media all and (max-width: 600px) {
      .professional-contact-info .office {
        margin-left: 20px; } }
    @media all and (max-width: 400px) {
      .professional-contact-info .office {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
        text-align: center; } }
    .professional-contact-info .office:first-child {
      margin-left: 0;
      margin-top: 0; }
    .professional-contact-info .office a {
      color: #666666; }
    .professional-contact-info .office .location {
      padding-bottom: 5px;
      font-style: italic; }
      .professional-contact-info .office .location a {
        color: #cf7018; }
        .professional-contact-info .office .location a:hover {
          color: #a15713; }
  .professional-contact-info .connect-social {
    padding: 20px 0;
    font-size: 1.25em; }
    @media all and (max-width: 600px) {
      .professional-contact-info .connect-social {
        text-align: center; } }
    .professional-contact-info .connect-social a {
      color: #cf7018;
      font-size: 1em;
      margin-right: 20px; }
      .professional-contact-info .connect-social a:last-child {
        margin-right: 0; }
      .professional-contact-info .connect-social a:hover {
        color: #a15713; }
      @media all and (max-width: 600px) {
        .professional-contact-info .connect-social a {
          font-size: 1em;
          margin-right: 10px; } }
    .professional-contact-info .connect-social .email {
      font-style: italic; }

.professional-content ul {
  margin-bottom: 1em;
  padding-left: 1em; }
  .professional-content ul li:before {
    content: '\2022';
    position: relative;
    display: block;
    max-width: 0;
    max-height: 0;
    left: -0.5em;
    font-size: 1.5em; }

.professional-content [data-content="educationCredentials"] .section + .section {
  padding-top: 30px; }

.professional-content .tab-content .section .h4 {
  color: #6b6b6b; }

.professional-content .tab-content:not(.active) {
  /*visibility: hidden;*/
  position: absolute;
  top: -9999px;
  left: -9999px; }

.professional-content-list {
  margin-bottom: 1em; }
  .professional-content-list .item {
    margin-bottom: 1em; }
    .professional-content-list .item span:after {
      content: ", "; }
    .professional-content-list .item span:last-child:after {
      content: ""; }
    .professional-content-list .item p {
      font-size: 1em;
      margin: 0;
      color: #666666;
      display: inline; }

.client-story-content {
  float: left;
  padding-right: 60px; }
  @media all and (max-width: 600px) {
    .client-story-content {
      padding: 0; } }
  .client-story-content .client-story-title {
    margin-bottom: 40px; }
  .client-story-content .client-story-super-title {
    margin-bottom: 10px; }
    .client-story-content .client-story-super-title a {
      color: #cf7018; }
      .client-story-content .client-story-super-title a:hover {
        color: #a15713; }
  @media all and (min-width: 600px) {
    .client-story-content .main-content p:first-child:first-letter {
      font-family: "Trade Gothic W01 Bold", Arial;
      color: #00384e;
      font-size: 4em;
      line-height: .2em;
      margin-top: 20px;
      margin-right: 5px;
      float: left; } }

.client-story-related-content {
  float: left; }

.client-story-other-stories {
  background-color: #f3f3f3;
  width: 100%;
  position: relative;
  margin-top: 140px;
  border-top: 1px solid #aaaaaa; }
  @media all and (max-width: 600px) {
    .client-story-other-stories {
      margin-top: 70px; } }
  .client-story-other-stories:before {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #aaaaaa;
    top: -20px;
    z-index: 1;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
  .client-story-other-stories:after {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f3f3f3;
    top: -19px;
    z-index: 2;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
  .client-story-other-stories .wrapper {
    padding: 140px 0; }
    @media all and (max-width: 1224px) {
      .client-story-other-stories .wrapper {
        padding: 70px 20px; } }
  .client-story-other-stories .title {
    margin-bottom: 30px; }
  .client-story-other-stories .tile {
    background-color: #031a31;
    float: left;
    height: 192px;
    padding: 15px;
    position: relative;
    cursor: pointer; }
    @media all and (max-width: 600px) {
      .client-story-other-stories .tile {
        height: 90px;
        padding: 0; } }
    .client-story-other-stories .tile .inner-tile {
      background-color: rgba(16, 16, 16, 0.6);
      width: 100%;
      height: 100%;
      padding: 15px;
      text-align: center;
      position: relative;
      z-index: 1; }
      .client-story-other-stories .tile .inner-tile:hover {
        border: 5px solid #fefefe; }
      @media all and (max-width: 600px) {
        .client-story-other-stories .tile .inner-tile {
          padding: 0 10px;
          border: none;
          background-color: rgba(16, 16, 16, 0.8); } }
    .client-story-other-stories .tile.current .inner-tile {
      border: 4px solid #fefefe; }
      @media all and (max-width: 600px) {
        .client-story-other-stories .tile.current .inner-tile {
          border: none;
          background-color: rgba(16, 16, 16, 0.4); } }
    .client-story-other-stories .tile .service-title {
      color: #fefefe;
      padding: 10px 0;
      line-height: 1.1em;
      margin-bottom: 10px;
      border-bottom: 1px solid #fefefe;
      opacity: 1;
      transition: opacity .5s; }
      @media all and (max-width: 600px) {
        .client-story-other-stories .tile .service-title {
          border-bottom: none; } }
    .client-story-other-stories .tile .company-title {
      color: #fefefe;
      opacity: 1;
      transition: opacity .5s; }
    .client-story-other-stories .tile .read-story {
      padding: 15px;
      background-color: #fefefe;
      opacity: 0.01;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=01)";
      font-size: .8em;
      transition: all .5s;
      position: absolute;
      width: 70%; }
    .client-story-other-stories .tile .bg-img-cover img {
      transition: width .5s, margin-left .5s; }
    .client-story-other-stories .tile:hover .service-title,
    .client-story-other-stories .tile:hover .company-title {
      opacity: 0; }
    .client-story-other-stories .tile:hover .read-story {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      width: 80%;
      font-size: 1em; }
    .client-story-other-stories .tile:hover .bg-img-cover img {
      width: 110%;
      margin-left: -5%; }

.industries-services .accordion-group-container .h4 {
  color: #6b6b6b; }

@media all and (max-width: 800px) {
  .industries-services .accordion-group-container + .accordion-group-container {
    padding-top: 40px; } }

.industries-services hr {
  margin: 75px 0;
  height: 1px;
  background: #e6e6e6;
  width: 100%;
  display: inline-block; }

@media all and (max-width: 800px) {
  .industries-services .accordion-group-container {
    padding: 0; } }

.tabs {
  background-color: #295871; }
  .tabs .tab {
    color: #fefefe;
    display: table-cell;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border-right: 1px solid #fefefe; }
    @media all and (max-width: 600px) {
      .tabs .tab {
        padding: 0 20px; } }
    @media all and (max-width: 415px) {
      .tabs .tab {
        padding: 0px; } }
    .tabs .tab .tab {
      border-right: none; }
      @media all and (max-width: 415px) {
        .tabs .tab .tab {
          padding: 0 10px; } }
      .tabs .tab .tab:first-child {
        border-left: none; }
    .tabs .tab:first-child {
      border-left: 1px solid #fefefe; }
    .tabs .tab.active {
      background-color: #fefefe;
      color: #295871; }
  @media all and (max-width: 400px) {
    .tabs .wrapper {
      padding: 0 15px; } }
  @media all and (max-width: 600px) {
    .tabs.insight-tabs .wrapper {
      padding-left: 10px;
      padding-right: 10px; }
    .tabs.insight-tabs .tab {
      padding-left: 15px;
      padding-right: 15px; } }

.insights-search-form .filter {
  font-size: 1.25em; }

.insights-results-list {
  font-family: "Trade Gothic W01 Light", Arial;
  padding-left: 5%; }
  @media all and (max-width: 800px) {
    .insights-results-list {
      padding: 40px 0; } }
  .insights-results-list .results-count {
    margin-bottom: 20px; }
  .insights-results-list .read-more-content {
    margin-bottom: 40px; }
  @media all and (max-width: 600px) {
    .insights-results-list .event-label-container {
      display: none; } }

.insight-result {
  border-top: 1px solid #e6e6e6;
  font-family: "Merriweather";
  color: #666666;
  display: inline-block;
  width: 100%;
  line-height: 1.5em; }
  .insight-result a {
    line-height: 1.4em; }
  .insight-result .insight-title {
    display: block;
    line-height: 1.2em;
    text-transform: none; }
    .insight-result .insight-title a {
      color: #cf7018;
      text-transform: none; }
      .insight-result .insight-title a:hover {
        color: #a15713; }
  .insight-result .insight-date:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 600px) {
    .insight-result .insight-date {
      margin-top: 10px; } }
  .insight-result .insight-publisher {
    font-style: italic; }
  .insight-result .insight-text {
    margin-top: 10px; }
    .insight-result .insight-text p {
      margin-bottom: 0px; }
      .insight-result .insight-text p + p {
        margin-top: 15px; }
    .insight-result .insight-text.event-city {
      line-height: 1em; }
  .insight-result .additional-info span:after {
    content: ', '; }
  .insight-result .additional-info span:last-child:after {
    content: ''; }

.blog-listing .blog {
  padding-right: 40px;
  padding-bottom: 40px; }
  .blog-listing .blog img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .blog-listing .blog .blog-link {
    height: 200px;
    background-color: black; }
    .blog-listing .blog .blog-link .blog-image {
      height: 200px;
      position: relative;
      background: #fefefe 0 0 no-repeat;
      background-size: cover;
      border: 1px solid #aaaaaa; }
      .blog-listing .blog .blog-link .blog-image .label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%; }
  .blog-listing .blog .text {
    padding: 20px 0px 0px 0px;
    line-height: 1.5em;
    color: #666; }

.news-results-list {
  font-family: "Trade Gothic W01 Light", Arial;
  padding-left: 10%; }
  .news-results-list .read-more-content {
    margin-bottom: 40px; }
  @media all and (max-width: 600px) {
    .news-results-list {
      padding-left: 0;
      margin-top: 20px; } }

.news-search-form .filter {
  font-size: 1.25em; }

.news-result {
  border-top: 1px solid #e6e6e6;
  font-family: "Merriweather";
  color: #666666; }
  .news-result .title {
    display: block;
    line-height: 1.2em;
    text-transform: none; }
    .news-result .title a {
      color: #cf7018;
      text-transform: none; }
      .news-result .title a:hover {
        color: #a15713; }
  .news-result .news-publisher {
    font-style: italic; }
  .news-result .text p {
    margin-bottom: 0; }
  .news-result .additional-info span:after {
    content: ', '; }
  .news-result .additional-info span:last-child:after {
    content: ''; }

@media all and (max-width: 600px) {
  .industry-areas-of-focus.p0-40 {
    padding: 0; }
  .industry-areas-of-focus.mb20 {
    margin-bottom: 40px; } }

.general .insight-content {
  padding-left: 60px; }
  @media (max-width: 600px) {
    .general .insight-content {
      padding-left: 0; } }

@media (max-width: 600px) {
  .insight-content {
    padding-left: 0px; } }

.insight-content .h3 {
  color: #6b6b6b; }

.insight .insight-content {
  line-height: 1.2em;
  color: #666666;
  min-height: 800px;
  padding-right: 80px; }
  @media all and (max-width: 600px) {
    .insight .insight-content {
      padding-right: 0; } }
  .insight .insight-content .h1 {
    line-height: 1.2em; }
  .insight .insight-content hr {
    height: 1px;
    background-color: #d0d0d0; }
  .insight .insight-content .rte {
    line-height: 1.5em; }
  .insight .insight-content .publisher, .insight .insight-content .date, .insight .insight-content .authors {
    font-style: italic;
    font-size: 1.125em; }
  .insight .insight-content .authors a:after {
    content: ", ";
    color: #666666; }
  .insight .insight-content .authors a:last-child:after {
    content: ""; }
  .insight .insight-content .related-link {
    position: relative;
    background-color: #f3f3f3;
    display: inline-block;
    margin-bottom: 1px;
    color: #cf7018;
    padding: 10px 45px 10px 20px;
    transition: color .5s; }
    .insight .insight-content .related-link:hover {
      color: #a15713; }
    .insight .insight-content .related-link .fa {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      right: 20px; }
    .insight .insight-content .related-link.mb40 {
      margin-bottom: 40px; }

@media (max-width: 600px) {
  .insight .insight-content {
    min-height: inherit; } }

@media all and (max-width: 600px) {
  .industry-areas-of-focus.p0-40 {
    padding: 0; }
  .industry-areas-of-focus.mb20 {
    margin-bottom: 40px; } }

.search-results-filter .facet {
  display: inline-block;
  margin-right: 10px;
  color: #005374; }
  .search-results-filter .facet + .clear:before {
    display: inline-block;
    content: '|';
    padding: 0 10px 0 0; }
  .search-results-filter .facet i {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    /* < ff 15 */
    color: #cf7018; }
    .search-results-filter .facet i:hover {
      cursor: pointer; }
  .search-results-filter .facet:hover i {
    color: #a15713; }

.search-results-filter .clear a:before {
  content: 'Clear All'; }

.recommended-articles {
  border-bottom: 1px solid #e6e6e6; }
  .recommended-articles .insight-result {
    font-size: 1.25em; }
    .recommended-articles .insight-result:first-child {
      border-top: none;
      padding-top: 10px; }
    .recommended-articles .insight-result .insight-date {
      font-size: .8em; }
  .recommended-articles .insight-text {
    font-size: .8em;
    line-height: 1.5em; }
    .recommended-articles .insight-text p:last-child {
      margin-bottom: 0; }

.site-search-results .search-box {
  height: 2.5em; }
  .site-search-results .search-box input {
    background-color: #fefefe;
    width: 95%;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    padding-left: 0.5em;
    height: 100%;
    border-right: none;
    float: left; }
    @media (max-width: 500px) {
      .site-search-results .search-box input {
        width: 90%; } }
  .site-search-results .search-box button {
    color: #d0d0d0;
    height: 100%;
    width: 5%;
    padding: 0;
    padding-right: 20px;
    float: left;
    border: 1px solid #aaaaaa;
    border-left: none;
    background-color: #fefefe;
    text-align: right;
    cursor: pointer; }

.site-search-results .gsc-result .gs-title {
  height: auto; }

.site-search-results .gsc-control-cse {
  padding: 0; }
  .site-search-results .gsc-control-cse .gsc-table-result {
    font-family: "Merriweather"; }
    .site-search-results .gsc-control-cse .gsc-table-result .gs-web-image-box {
      display: none; }
  .site-search-results .gsc-control-cse .gsc-webResult.gsc-result:hover {
    border-color: #fefefe; }
  .site-search-results .gsc-control-cse .gs-webResult.gs-result {
    padding: 20px 0px;
    border-bottom: 1px solid #aaaaaa; }
    .site-search-results .gsc-control-cse .gs-webResult.gs-result a.gs-title:link {
      color: #cf7018;
      font-size: 1em; }
      .site-search-results .gsc-control-cse .gs-webResult.gs-result a.gs-title:link:hover {
        color: #a15713; }
      .site-search-results .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b {
        color: #cf7018;
        font-weight: bold; }
        .site-search-results .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b:hover {
          color: #a15713; }
    .site-search-results .gsc-control-cse .gs-webResult.gs-result .gs-bidi-start-align {
      color: #787e86; }
    .site-search-results .gsc-control-cse .gs-webResult.gs-result .gs-visibleUrl-long {
      color: #787e86; }
  .site-search-results .gsc-control-cse .gs-webResult.gs-no-results-result {
    border: none; }
    .site-search-results .gsc-control-cse .gs-webResult.gs-no-results-result .gs-snippet {
      border: 0;
      background-color: inherit;
      font-family: "Merriweather";
      font-size: 16px; }
  .site-search-results .gsc-control-cse .gsc-results .gsc-cursor-box {
    border: none; }
    .site-search-results .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
      color: #cf7018;
      text-decoration: none;
      font-size: 1.5em;
      padding-right: 1em; }
      .site-search-results .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
        background: none;
        text-shadow: none; }
      .site-search-results .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
        color: #a15713; }

.highlight-box {
  margin-top: 20px;
  padding: 20px;
  background-color: #02101f;
  vertical-align: middle;
  color: #fefefe;
  text-align: center;
  line-height: 1.2em; }
  .highlight-box .title {
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 10px; }
    @media all and (max-width: 600px) {
      .highlight-box .title {
        display: block; } }
  @media all and (max-width: 600px) {
    .highlight-box img {
      height: auto !important;
      width: auto !important;
      max-width: 100%; } }

.office-content .office-location {
  line-height: 1.5em; }
  .office-content .office-location .phone, .office-content .office-location .fax, .office-content .office-location .map {
    display: block; }
  .office-content .office-location .phone:before {
    content: 'T: '; }
  .office-content .office-location .fax:before {
    content: 'F: '; }
  .office-content .office-location .map i {
    margin-right: 10px; }

.office-content .professionals-results-list {
  padding: 0;
  float: left;
  width: 100%; }

.office-content .professionals-landing {
  padding: 0; }

.office-content .tab {
  display: block;
  padding: 8px 20px;
  background-color: #02101f;
  color: #fefefe;
  text-align: center;
  cursor: pointer;
  transition: color .3s ease-in-out; }
  .office-content .tab:hover {
    color: #deb505; }
  .office-content .tab.active {
    color: #deb505; }
  .office-content .tab.professionals {
    margin-left: 10px; }
    @media all and (max-width: 600px) {
      .office-content .tab.professionals {
        margin-left: 0px; } }

.office-content .heading {
  border-bottom: solid 1px #02101f; }

.pdf a {
  color: inherit; }
  .pdf a:hover {
    color: inherit; }

.pdf body {
  margin-top: 0px;
  -moz-font-feature-settings: 'liga' 0; }

.pdf .pdf-header {
  margin-bottom: 40px; }
  .pdf .pdf-header img {
    width: 3in; }

.pdf .pdf-professional-image {
  margin-bottom: 40px; }

.pdf .insight-pdf-result .col3-4 {
  width: 6in; }

.pdf .insight-pdf-result .col1-4 {
  width: 6in;
  float: left; }

.pdf .col1-3 {
  width: 1.9in; }

.pdf .col1-4 {
  width: 2in; }

.pdf .col3-4 {
  width: 6in; }

.pdf .pdf-office {
  width: 2.25in; }

.pdf .pdf-link + .pdf-link {
  margin-top: 10px; }

.pdf .email {
  overflow-wrap: break-word; }

.pdf .content-title {
  margin-top: 20px; }

.pdf .insight-result {
  border: none; }

.pdf ul {
  margin-bottom: 1em;
  padding-left: 1em; }
  .pdf ul li {
    line-height: 1.5em; }
    .pdf ul li:before {
      content: '\2022';
      position: relative;
      display: block;
      max-width: 0;
      max-height: 0;
      left: -0.5em;
      font-size: 1.5em; }

.pdf .recommended-articles .insight-result {
  padding: 0;
  margin: 5px 0; }
  .pdf .recommended-articles .insight-result .insight-text, .pdf .recommended-articles .insight-result .insight-date {
    margin: 0px; }

/* New Search CSS */

#search-results-container {
    color: #787e86;
    margin-top: 10px;
}
    #search-results-container highlight {
        font-weight: bold;
    }

    .search-results-info {
        color: #676767;
        float: left;
        font-family: Arial, sans-serif;
        font-size: 13px;
    }

    .autoSuggestions {
        background: rgba(255,255,255,.9);
        border: 1px solid #aaa;
        border-top: none;
        display: none;
        padding: 8px;
        position: relative;
        top: 40px;
    }

    .search-pagesize {
        text-align: right;
    }

    .search-results-list {
        border-top: 1px solid #e9e9e9;
        margin-top: 45px;
    }

        .search-result {
            padding: 20px 0;
            border-bottom: 1px solid #aaa;
        }
            .search-result:hover {
                margin-left: 1px;
            }

        .search-result-title {
            font-family: Arial, sans-serif;
            padding: 0 8px;
        }

            .search-result-title a {
                color: #cf7018;
                font-size: 1em;
                text-decoration: underline;
            }
                .search-result-title a:visited {
                    color: #444;
                }

            .search-result-title span {
                font-size: 13px;
            }

        .search-result-description {
            font-size: 13px;
        }

    .search-results-no-results {
        margin: 10px 0;
        display: none;
    }


    .search-results-pagination {
        margin: 10px;
        padding: .5em 0 3em .5em;
    }
        .search-results-pagination li {
            float: left;
        }
            .search-results-pagination li.selected {
                font-weight: bold;
            }

            .search-results-pagination a {
                color: #cf7018;
                font-family: Arial, sans-serif;
                font-size: 19.5px;
                margin-right: 8px;
                padding-right: 1em;
                text-decoration: none;
            }

/* END OF: New Search CSS */