/*Aug 18, 2016*/
.island {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.parth-hero {
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  z-index: -2;
  height: 320px;
  background-size: cover; }

.home-hero {
  background: none; }

.bg-pe {
  background: none; }

.editorialhead {
  font-size: 90px;
  line-height: 90;
  color: #4d4747; }

.lighten-bg:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3); }

.lighten-bg .headingwrap h1, .lighten-bg .headingwrap h2 {
  color: #000;
  z-index: 1;
  position: relative; }

.lighten-bg-grad:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 60%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 60%);
  -webkit-filter: blur(90px); }

.lighten-bg .headingwrap h1, .lighten-bg .headingwrap h2 {
  color: #000;
  z-index: 1;
  position: relative; }

.lighten-bg > * {
  color: #333;
  z-index: 1;
  position: relative; }

.darken-bg.parth-hero {
  z-index: 1;
  position: relative; }
  .darken-bg.parth-hero:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }
  .darken-bg.parth-hero .headingwrap h1, .darken-bg.parth-hero .headingwrap h2 {
    color: #FFF;
    z-index: 1;
    position: relative; }
  .darken-bg.parth-hero > * {
    color: #FFF;
    z-index: 1;
    position: relative; }

.darken-bg2 h1, .section-casestudy h1, .darken-bg2 h2, .section-casestudy h2 {
  color: #FFF;
  z-index: 1;
  position: relative; }

.darken-bg2:before, .section-casestudy:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.lighten-bg > * {
  color: #000;
  z-index: 1;
  position: relative; }

.lighten-bg:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3); }

.page .maincontainer {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .page .maincontainer {
      padding: 0 20px; } }

.page .lhs {
  padding-right: 15px;
  padding-left: 0;
  min-height: 1px; }
  .page .lhs > img {
    width: 100%;
    height: auto; }

.page .page .maincolumn {
  position: relative;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .page .page .maincolumn {
      margin-right: 0; } }
  @media (min-width: 992px) {
    .page .page .maincolumn {
      padding-left: 15px; } }
  .page .page .maincolumn > :first-child {
    margin-top: 0; }
  .page .page .maincolumn img {
    width: 100%;
    height: auto; }

.page .rhs {
  padding-top: 20px;
  padding-left: 15px;
  min-height: 1px; }
  .page .rhs > :first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .page .rhs {
      padding-left: 0;
      padding-top: 0; } }

#site_subNav {
  border: 1px solid #ccc;
  padding: 10px 0;
  background: #FFF;
  text-decoration: none; }
  #site_subNav li {
    font-size: 16px;
    list-style-type: none; }
    @media (max-width: 767px) {
      #site_subNav li {
        font-size: 12px; } }
    @media (min-width: 768px) {
      #site_subNav li {
        font-size: 14px; } }
    @media (min-width: 992px) {
      #site_subNav li {
        font-size: 16px; } }
  #site_subNav a, #site_subNav a:link, #site_subNav a:visited {
    text-indent: 0px;
    display: block;
    padding: 6px 16px 7px 18px;
    line-height: normal;
    border-top: 1px solid #fafafa;
    background: none; }
    #site_subNav a.activeLink, #site_subNav a:link.activeLink, #site_subNav a:visited.activeLink {
      color: #FFF;
      background: #6AADE4; }
      #site_subNav a.activeLink + ul, #site_subNav a:link.activeLink + ul, #site_subNav a:visited.activeLink + ul {
        padding-left: 20px; }
        #site_subNav a.activeLink + ul a.activeLink, #site_subNav a:link.activeLink + ul a.activeLink, #site_subNav a:visited.activeLink + ul a.activeLink {
          color: #6AADE4;
          background: #FFF; }
          #site_subNav a.activeLink + ul a.activeLink + ul a, #site_subNav a:link.activeLink + ul a.activeLink + ul a, #site_subNav a:visited.activeLink + ul a.activeLink + ul a {
            color: #808080;
            font-size: 85%; }

.lhs {
  width: 100%; }
  @media (min-width: 768px) {
    .lhs {
      width: 25%;
      float: left; } }
  @media (min-width: 992px) {
    .lhs {
      width: 25%; } }
  @media (min-width: 1200px) {
    .lhs {
      width: 25%; } }

.maincolumn {
  position: relative;
  width: 100%;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .maincolumn {
      width: 50%;
      float: left; } }
  @media (min-width: 992px) {
    .maincolumn {
      width: 50%; }
      .no-rhs .maincolumn {
        width: 75%; }
        .no-rhs .maincolumn + .rhs {
          display: none; } }
  @media (min-width: 1200px) {
    .maincolumn {
      width: 50%; } }

.rhs {
  width: 100%; }
  @media (min-width: 768px) {
    .rhs {
      width: 25%;
      float: left; } }
  @media (min-width: 992px) {
    .rhs {
      width: 25%; } }
  @media (min-width: 1200px) {
    .rhs {
      width: 25%; } }

.no-rhs .maincolumn {
  width: 100%;
  float: none;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .no-rhs .maincolumn {
      font-size: 100%;
      width: 75%;
      float: left; } }

.no-rhs .lhs {
  width: 100%;
  float: none;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .no-rhs .lhs {
      width: 100%; } }
  @media (min-width: 768px) {
    .no-rhs .lhs {
      float: left;
      width: 25%; } }
  @media (min-width: 992px) {
    .no-rhs .lhs {
      width: 25%; } }
  @media (min-width: 1200px) {
    .no-rhs .lhs {
      width: 25%; } }
  .no-rhs .lhs .person__photo {
    margin-top: 0; }

.no-lhs .maincolumn {
  width: 100%;
  float: none;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .no-lhs .maincolumn {
      width: 100%;
      padding: 0; } }
  @media (min-width: 768px) {
    .no-lhs .maincolumn {
      width: 75%;
      float: left; } }
  @media (min-width: 992px) {
    .article .no-lhs .maincolumn {
      font-size: 125%; } }
  @media (min-width: 1200px) {
    .article .no-lhs .maincolumn {
      font-size: 140%; } }

.no-lhs .rhs {
  width: 100%;
  float: none;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .no-lhs .rhs {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .no-lhs .rhs {
      float: right;
      width: 25%; } }
  @media (min-width: 992px) {
    .article .no-lhs .rhs {
      font-size: 125%; } }
  @media (min-width: 1200px) {
    .article .no-lhs .rhs {
      font-size: 140%; } }

.no-lhs .lhs {
  display: none; }

@media (min-width: 768px) {
  .no-lhs.perspectives-listing .rhs {
    width: 23%; } }

.no-lhs.no-rhs .maincolumn {
  width: 100%; }

.no-lhs.no-rhs .lhs, .no-lhs.no-rhs .rhs {
  display: none; }

.mainfooter {
  clear: left; }

/*
This CSS resource incorporates links to font software which is
the valuable copyrighted property of WebType LLC, The Font Bureau
and/or their suppliers. You may not
attempt to copy, install, redistribute, convert, modify or reverse
engineer this font software. Please contact WebType with any
questions: http://www.webtype.com
*/
@font-face {
  font-family: "Interstate";
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/d8612af1-3daa-4d49-940c-72424499dce4-2.eot");
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/d8612af1-3daa-4d49-940c-72424499dce4-2.eot?") format("embedded-opentype"), url("http://parthenon.ey.com/ecimages/fonts/interstate/d8612af1-3daa-4d49-940c-72424499dce4-3.woff") format("woff"), url("http://parthenon.ey.com/ecimages/fonts/interstate/d8612af1-3daa-4d49-940c-72424499dce4-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Interstate-Light";
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/51012d22-c228-4858-8e44-7d338468d003-1.eot");
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/51012d22-c228-4858-8e44-7d338468d003-2.eot?") format("embedded-opentype"), url("http://parthenon.ey.com/ecimages/fonts/interstate/51012d22-c228-4858-8e44-7d338468d003-3.woff") format("woff"), url("http://parthenon.ey.com/ecimages/fonts/interstate/51012d22-c228-4858-8e44-7d338468d003-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Interstate-Italic";
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/db2dc2c9-e02f-45ff-a30c-d3de74e5661e-1.eot");
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/db2dc2c9-e02f-45ff-a30c-d3de74e5661e-2.eot?") format("embedded-opentype"), url("http://parthenon.ey.com/ecimages/fonts/interstate/db2dc2c9-e02f-45ff-a30c-d3de74e5661e-3.woff") format("woff"), url("http://parthenon.ey.com/ecimages/fonts/interstate/db2dc2c9-e02f-45ff-a30c-d3de74e5661e-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Interstate-Bold";
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/ec453a9c-08b8-48f4-b89b-7c4ceffa6e65-1.eot");
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/ec453a9c-08b8-48f4-b89b-7c4ceffa6e65-2.eot?") format("embedded-opentype"), url("http://parthenon.ey.com/ecimages/fonts/interstate/ec453a9c-08b8-48f4-b89b-7c4ceffa6e65-3.woff") format("woff"), url("http://parthenon.ey.com/ecimages/fonts/interstate/ec453a9c-08b8-48f4-b89b-7c4ceffa6e65-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Interstate-Light";
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/51012d22-c228-4858-8e44-7d338468d003-1.eot");
  src: url("http://parthenon.ey.com/ecimages/fonts/interstate/51012d22-c228-4858-8e44-7d338468d003-2.eot?") format("embedded-opentype"), url("http://parthenon.ey.com/ecimages/fonts/interstate/51012d22-c228-4858-8e44-7d338468d003-3.woff") format("woff"), url("http://parthenon.ey.com/ecimages/fonts/interstate/51012d22-c228-4858-8e44-7d338468d003-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, .kicker, .article-date, .article-author {
  font-family: 'Interstate-Bold', Helvetica, Arial, sans-serif;
  font-weight: normal; }

.sectiondark h2,
.section-perspectives h2 {
  color: #fff; }

.article .maincolumn h3 {
  margin-top: 2em; }

h4 {
  margin-bottom: 1em; }

@media (max-width: 767px) {
  .article-title {
    margin-top: 40px;
    font-size: 65%; } }

@media (min-width: 768px) {
  .article-title {
    margin-top: 40px;
    font-size: 80%; }
    .maincolumn .article-title {
      margin-top: 0 !important;
      margin-left: 0 !important; } }

@media (min-width: 992px) {
  .article-title {
    padding: 0 20px 0 0;
    font-size: 100%; }
    .article .article-title {
      margin: 40px auto 40px 25%; }
    .careers .article-title {
      margin: 20px auto; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .careers .article-title {
        margin: 30px auto 20px auto; } }

.article-title h1 {
  font-size: 2.25em; }

.article-title h2 {
  font-size: 1.875em; }

.article-title h3 {
  font-size: 1.125em; }

.article-title h4 {
  font-size: 1em; }

.kicker {
  color: #999;
  border-bottom: 5px solid #6AADE4;
  padding-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: .1em; }

.article-date {
  color: #999;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .3em; }

.article-author {
  margin: 2em 0;
  color: #999;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  font-weight: 700; }
  .lhs .article-author {
    margin-top: 0; }
  .article-author p:last-of-type {
    font-weight: 300 !important;
    margin-bottom: 1em; }
    @media (min-width: 992px) {
      .article-author p:last-of-type {
        margin-bottom: 60px; } }

.leadin {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .leadin {
      font-size: 22px; }
      .careers .leadin {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .leadin:first-letter {
      float: left;
      font-size: 3em;
      color: #6AADE4;
      line-height: .9em;
      margin: 0 5px 0 0; } }
  @media (min-width: 768px) {
    .leadin:first-letter {
      float: left;
      font-size: 100px;
      color: #6AADE4;
      line-height: 93px;
      margin: 0 5px 0 0; }
      .careers .leadin:first-letter {
        font-size: 60px;
        line-height: .8em; } }

.to-left-col {
  color: #808080;
  line-height: 1.7;
  padding: 22px 0; }
  h2 + .to-left-col {
    margin-top: 3em; }
  @media (min-width: 992px) {
    .to-left-col {
      margin-left: -35%;
      position: absolute;
      width: 30%;
      text-align: right; } }
  @media (min-width: 768px) {
    .to-left-col {
      margin-left: -35%;
      position: absolute;
      width: 30%;
      text-align: right; } }
  @media (max-width: 767px) {
    .to-left-col {
      text-align: center; } }

blockquote {
  border: solid #6AADE4;
  border-width: 3px 0;
  margin-top: 0; }

blockquote {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: 100;
  padding: 10px 20px;
  margin: 0 0 20px; }
  @media (min-width: 992px) {
    blockquote {
      font-size: 24px; } }
  blockquote.center {
    display: none; }

figure > img {
  width: 100%;
  height: auto; }

figcaption {
  font-size: 14px;
  margin: 1em 0 2em;
  text-align: left;
  background: #fffee0;
  border: 1px solid #ccc;
  color: #646464;
  padding: 5px 10px;
  width: 100%;
  display: block; }
  figcaption > strong {
    font-weight: 700;
    display: block;
    display: block;
    font-size: 12px;
    font-family: Georgia, serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .2em; }
  figcaption br {
    display: none; }
  .modal figcaption {
    margin: 1em;
    font-size: 18px;
    border: none;
    width: auto;
    background: transparent; }

.largecaption {
  font-size: 18px; }

.article-hero {
  padding-top: 20%;
  position: relative; }

.mainfooter {
  padding: 20px 20px 30px 20px;
  background: #222;
  color: #ccc;
  font-size: 13px; }
  .mainfooter .nav {
    text-align: center;
    clear: left;
    padding-top: 20px; }
    .mainfooter .nav li {
      display: inline-block;
      color: #999; }
      .mainfooter .nav li a {
        color: #999; }
        .mainfooter .nav li a:hover {
          background: #444;
          color: #6AADE4; }

#socialhidden {
  display: none !important; }

body {
  font-size: 16px; }

a {
  -webkit-transition: all .2s;
  transition: all .2s; }

a:hover, a:focus {
  color: #036;
  text-decoration: none; }

.nav-pills > li > a {
  border: 1px solid #ccc;
  background: #fff; }

.bttn, button {
  margin: 10px 0;
  display: inline-block;
  color: #6AADE4;
  border: 1px solid;
  background: #FFF;
  border-radius: 4px;
  padding: 6px 20px; }

[class$="render"] .thumbnail .caption {
  padding: 10px;
  position: relative; }
  [class$="render"] .thumbnail .caption .h5 {
    margin-bottom: 0;
    min-height: 2.5em;
    bottom: 10px; }

.no-gutter > [class*='col-'],
[class*='col-'].no-gutter {
  padding-right: 0;
  padding-left: 0; }

hr {
  border-top: 2px solid #6AADE4; }

figure {
  margin: 20px 0; }

.section1 .panel-title {
  font-size: 24px;
  margin-bottom: 0; }
  .section1 .panel-title > a {
    display: block; }
    .section1 .panel-title > a:hover {
      text-decoration: none;
      border-bottom: none;
      color: #369; }

.navbar-toggle .icon-bar {
  background: #808080;
  height: 4px; }

.tab-content li {
  margin-bottom: .5em; }

.tab-content .col-md-8 + .col-md-4 > blockquote {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .tab-content .col-md-8 + .col-md-4 > blockquote {
      margin-top: 65px; } }

.panel-default > .panel-heading:hover, .panel-default > .panel-heading:focus {
  background: #808080; }
  .panel-default > .panel-heading:hover a, .panel-default > .panel-heading:focus a {
    color: #ffe600; }

.offices-city > .panel-heading {
  background: #808080; }
  .offices-city > .panel-heading a {
    color: #fff; }
  .offices-city > .panel-heading:hover, .offices-city > .panel-heading:focus {
    background: #646464; }
    .offices-city > .panel-heading:hover a, .offices-city > .panel-heading:focus a {
      color: #ffe600; }

.offices-city [class^="office"] p {
  font-size: 14px; }

body {
  padding-top: 100px;
  background: #fff; }
  @media (max-width: 767px) {
    body {
      padding-top: 65px; } }
  @media (min-width: 768px) {
    body {
      padding-top: 90px; } }

* {
  box-sizing: border-box; }

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px 15px 15px; }
  .breadcrumb li {
    font-size: 0.75em; }
  @media (max-width: 767px) {
    .breadcrumb {
      padding-left: 35px; } }

.mainnav {
  background: #fff;
  border-radius: 0;
  margin-bottom: 0; }
  .mainnav > .container {
    position: relative; }
  @media (max-width: 767px) {
    .mainnav .navbar-nav a {
      padding-left: 40px; } }

.mainnav {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-bottom: 1px solid #ccc; }
  .mainnav.shrinknav {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      .mainnav.shrinknav {
        height: 60px; } }

.navbar-brand {
  position: relative;
  position: relative;
  padding: 0 0 33.3333333333% 0;
  height: 0;
  padding: 16px 0px 33px 0px;
  height: 0;
  margin-top: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 180px;
  margin-bottom: 10px; }
  .navbar-brand > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .navbar-brand {
      margin-left: 10px; } }

@media (min-width: 768px) {
  .navbar-brand {
    position: relative;
    padding: 0 0 33.3333333333% 0;
    height: 0;
    margin-top: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 200px; }
    .navbar-brand > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .shrinknav .navbar-brand {
      margin-top: 10px;
      width: 135px; }
  .navbar-nav {
    display: none; } }

@media (max-width: 767px) {
  .navbar-brand {
    margin-left: 10px; } }

.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #808080;
  background-color: #f0f0f0; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover:hover, .dropdown-menu > li > a:focus:hover {
    color: #333;
    background: #FFF; }

.nav-tabs.nav-justified > li + li > a {
  border-left: 1px solid #fff !important; }

.nav-tabs.nav-justified > li > a {
  border: none !important;
  background: #95c5ec;
  color: #1c6199;
  border-radius: 0; }

.nav-tabs.nav-justified > li.active > a {
  background: #6AADE4;
  color: #fff; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background: #3f95dc;
  color: #fff; }

.nav-tabs.nav-justified > .active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f0f0f0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%); }

.stepped.nav-tabs.nav-justified > .active:after {
  content: "";
  left: auto;
  bottom: auto;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-left: 16px solid #6AADE4;
  border-bottom: 21px solid transparent;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  z-index: 2; }

@media only screen and (min-width: 768px) {
  .dropdown-menu {
    background-color: #f0f0f0;
    border: none; }
  .navbar-nav {
    display: block; }
  .navbar-nav > li > a {
    padding-top: 61px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 19px;
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .shrinknav .navbar-nav > li > a {
      padding-top: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .navbar-nav > li > a {
      padding-top: 62px;
      padding-bottom: 10px;
      font-size: 13px; } }

@media only screen and (min-width: 768px) {
  .navbar-form {
    padding-top: 0;
    position: absolute;
    right: 20px;
    top: 10px; }
  .navbar-form .form-control, .navbar-form .btn-default, .navbar-form .btn-default:hover, .navbar-form .btn-default:focus, .navbar-form .btn-default.focus, .navbar-form .btn-default:active, .navbar-form .btn-default.active, .navbar-form .open > .btn-default.dropdown-toggle {
    background: #000;
    color: #9d9d9d; }
  .navbar-form .form-control:focus, .navbar-form button[type="submit"]:focus, .navbar-form button[type="submit"]:hover {
    border-color: #ffe600; } }

@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .navbar .container {
    width: 97%; } }

@media (min-width: 992px) {
  .navbar .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .navbar .container {
    width: 1170px; } }

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: none; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background: transparent; }

.EYPtabs {
  background: #80b9e8; }

[class^="section"] + [class^="section"] {
  border-top: 1px solid #ccc; }

[class^="section"] + footer {
  margin-top: -40px; }

[class^="section"] {
  background-color: #f0f0f0; }
  [class^="section"] > .row {
    padding: 40px; }
  [class^="section"] > .container {
    padding: 40px; }
    @media (max-width: 767px) {
      [class^="section"] > .container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 992px) {
      [class^="section"] > .container {
        padding: 40px 0; } }
  [class^="section"] h2 {
    margin-top: 1em; }
    @media (min-width: 768px) {
      [class^="section"] h2 {
        margin-top: 0; } }

.section1 > .container {
  margin-top: 0; }

[class^="section"] .btn-default, [class^="section"] .btn-default:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: transparent;
  border: 1px solid #6AADE4;
  color: #6AADE4;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    [class^="section"] .btn-default, [class^="section"] .btn-default:hover {
      margin-bottom: 20px; } }
  [class^="section"] .btn-default:hover, [class^="section"] .btn-default:hover:hover {
    background: #247cc4;
    color: #FFF;
    border: 1px solid #247cc4; }

[class^="section"].row {
  margin-left: 0;
  margin-right: 0; }

[class^="section"] img + img {
  margin-top: 20px; }

[class^="section"] .nav-tabs > li.active > a {
  background: #6AADE4;
  color: #FFF; }

[class^="section"] .nav-tabs {
  border-bottom: 5px solid #6AADE4; }

[class^="section"] > .tab-content {
  padding: 20px;
  background: #FFF;
  border: 1px solid #6AADE4; }
  [class^="section"] > .tab-content {
    *zoom: 1; }
  [class^="section"] > .tab-content:before, [class^="section"] > .tab-content:after {
    content: "";
    display: table; }
  [class^="section"] > .tab-content:after {
    clear: both; }
  [class^="section"] > .tab-content h3 {
    margin-top: 0; }

[class^="section"] .well.well-lg {
  background: #fff;
  position: relative;
  padding: 20px 40px 40px 40px;
  padding-bottom: 60px; }

[class^="section"] .well > * {
  color: #646464; }

[class^="section"] .well .nav.nav-tabs.nav-justified {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: auto;
  border-bottom: none; }

[class^="section"] .well h3 {
  margin-top: 0; }

.thumbnail h3 {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: -10px -10px 10px -10px;
  padding: 10px; }

.section2 .container div > img {
  width: 100%;
  height: auto; }

.parth-hero {
  background-size: cover;
  background-color: #f0f0f0;
  margin-bottom: 0; }
  .breadcrumb + .parth-hero {
    margin-top: -10px; }
  @media (min-width: 720px) {
    .parth-hero {
      padding: 20px;
      padding-top: 60px; } }
  @media (max-width: 720px) {
    .parth-hero {
      padding: 0; } }
  .parth-hero .headingwrap h1 {
    color: #000;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px; }
    @media (max-width: 720px) {
      .parth-hero .headingwrap h1 {
        font-size: 32px;
        border: none; } }
  .parth-hero .headingwrap h2 {
    color: #000; }
    @media (max-width: 767px) {
      .parth-hero .headingwrap h2 {
        font-size: 21px; } }
  .parth-hero .headingwrap.lightcolor h1, .parth-hero .headingwrap.lightcolor h2 {
    color: #fff; }

.lightcolor h1, .lightcolor h2 {
  color: #fff; }

.posbottom {
  position: absolute;
  bottom: 20px; }

.bordered {
  border: solid #6AADE4;
  border-width: 0 22px;
  padding-left: 22px;
  padding-right: 22px;
  text-align: left; }
  @media (max-width: 767px) {
    .bordered {
      margin-left: 30px; } }

.pagenav {
  margin: 1em auto;
  padding: 0; }
  .pagenav li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 15px; }
    .pagenav li.label {
      background: #333;
      text-align: left;
      color: #fff;
      padding: 10px 20px;
      line-height: 2;
      border: 1px solid white;
      display: inline-block;
      width: 100%; }
    .pagenav li a {
      background: #6AADE4;
      color: #fff;
      padding: 10px 20px;
      line-height: 2;
      border: 1px solid white;
      display: inline-block;
      width: 100%; }
      .pagenav li a:hover {
        background: #3f95dc;
        text-decoration: none; }

@media (min-width: 720px) {
  ul.pagenav {
    position: relative;
    margin-top: -92px; } }

.sectiondark {
  background-color: #808080;
  color: #FFF; }
  .sectiondark .btn-default, .sectiondark .btn-default:hover {
    color: #fff;
    border-color: #fff; }
    .sectiondark .btn-default:last-child, .sectiondark .btn-default:hover:last-child {
      margin-bottom: 40px; }

[class^='col'] img {
  width: 100%; }

@media (max-width: 792px) {
  .container {
    padding: 0 0 0 0; } }

.parthenonsearch {
  z-index: 1; }
  @media all and (max-width: 767px) {
    .parthenonsearch {
      display: none; } }

.media {
  padding-top: 20px;
  border-top: 1px solid #ccc; }
  .media:first-child {
    border-top: none;
    padding-top: 0; }
  .media h4 a {
    font-size: 1.1em; }
  .media p {
    line-height: 1.5; }
  .media .date {
    display: block;
    text-transform: uppercase;
    font-size: 75%;
    display: block;
    letter-spacing: 1px;
    color: #999; }

@media (min-width: 992px) {
  .split-field {
    background-image: -webkit-linear-gradient(left, #F0F0F0 49.9%, #FFFFFF 50%);
    background-image: linear-gradient(90deg, #F0F0F0 49.9%, #FFFFFF 50%); }
    .split-field .col-md-6:first-child {
      padding-right: 40px; }
      .split-field .col-md-6:first-child + .col-md-6 {
        padding-left: 40px; } }

@media (min-width: 992px) {
  .section1.split-3-1 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #fff 65%, #f0f0f0 65.1%);
    background-image: linear-gradient(90deg, #fff 65%, #f0f0f0 65.1%); }
    .section1.split-3-1 .panel {
      background: none; } }

@media (min-width: 1350px) {
  .section1.split-3-1 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #fff 64%, #f0f0f0 64.1%);
    background-image: linear-gradient(90deg, #fff 64%, #f0f0f0 64.1%); }
    .section1.split-3-1 .panel {
      background: none; } }

@media (min-width: 1600px) {
  .section1.split-3-1 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #fff 64%, #f0f0f0 64.1%);
    background-image: -webkit-linear-gradient(left, #fff 62%, #f0f0f0 62.1%);
    background-image: linear-gradient(90deg, #fff 62%, #f0f0f0 62.1%); } }

@media only screen and (min-width: 1800px) {
  .section1.split-3-1 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(90deg, #fff 60.5%, #f0f0f0 60.6%);
    background-image: -webkit-linear-gradient(left, #fff 60.5%, #f0f0f0 60.6%);
    background-image: linear-gradient(90deg, #fff 60.5%, #f0f0f0 60.6%); } }

@media only screen and (min-width: 1900px) {
  .section1.split-3-1 {
    background-color: transparent;
    background-image: -webkit-linear-gradient(90deg, #fff 60%, #f0f0f0 60.1%);
    background-image: -webkit-linear-gradient(left, #fff 60%, #f0f0f0 60.1%);
    background-image: linear-gradient(90deg, #fff 60%, #f0f0f0 60.1%); } }

.carousel {
  clear: left;
  margin-bottom: 10px; }
  .carousel h1, .carousel .h1 {
    font-size: 18px; }
  .carousel > a.left .icon, .carousel a.right .icon {
    color: #ffe600;
    height: 44px; }
    .carousel > a.left .icon:hover, .carousel a.right .icon:hover {
      color: #6AADE4; }

.carousel-caption {
  text-align: left;
  bottom: auto;
  top: 12%;
  line-height: 1.5; }

.carousel-control.right {
  margin-right: -5%; }

.carousel-inner .item {
  overflow: hidden; }

.carousel.bordered .item:after {
  box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.carousel .item > img {
  width: 100%;
  height: auto; }

.carousel-item-caption {
  padding: 15px 0;
  max-height: 4.4em;
  margin-bottom: 15px;
  color: #333;
  font-size: 85%;
  overflow: hidden; }
  .carousel-item-caption h3 {
    margin: 0;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #808080;
    font-size: 14px; }
  .carousel-item-caption a {
    color: #6AADE4; }

.carousel-indicators {
  bottom: -30px; }
  @media (max-width: 767px) {
    .carousel-indicators {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -22px;
      margin-left: auto;
      margin-right: auto; } }
  .carousel-indicators li {
    background: #ccc;
    margin: 0 10px 0 0; }
  .carousel-indicators .active {
    background: #ffe600;
    margin: 0 10px 0 0; }

@media (max-width: 767px) {
  h1 {
    padding: 0 20px;
    font-size: 26px; }
  .mainnav, .container + .container {
    overflow: hidden;
    max-width: 100vw; }
  #carousel-events .carousel-indicators {
    bottom: -22px; }
  .perspectives-listing #carousel-events .carousel-indicators {
    bottom: -42px;
    width: 40%;
    margin-left: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .perspectives-listing .carousel {
    margin-bottom: 65px;
    min-height: 252px; }
  #carousel-perspectives .carousel-inner .item {
    min-height: 260px; } }

a.left.carousel-control, a.right.carousel-control {
  opacity: 1;
  width: 8%;
  margin-left: -5%;
  background: none; }
  @media only screen and (max-width: 767px) {
    a.left.carousel-control, a.right.carousel-control {
      display: none !important;
      opacity: 0; } }

@media only screen and (max-width: 767px) {
  .mainnav {
    width: 100vw;
    overflow: hidden; }
  html, body {
    width: 100vw;
    overflow-x: hidden; } }

.tab-pane > h3 {
  margin-left: 15px; }

.sharelist {
  height: 20px;
  padding: 15px 0; }

.socialshare {
  display: none; }
  @media (max-width: 767px) {
    .socialshare {
      display: none;
      position: absolute;
      top: 20px;
      right: 30px;
      z-index: 9991;
      width: 177px;
      padding: 0; } }
  @media (min-width: 768px) {
    .socialshare {
      display: block;
      position: absolute;
      top: 20px;
      right: 30px;
      z-index: 9991;
      width: 177px;
      padding: 0; } }
  @media (min-width: 992px) {
    .socialshare {
      position: static !important;
      padding-top: 20px;
      width: 177px;
      float: right; } }

.sharelist .linkedIn, .sharelist .facebook, .sharelist .digg, .sharelist .google, .sharelist .linkedIn, .sharelist .twitter, .sharelist .print, .sharelist .email-alerts, .sharelist .email, .sharelist .apps, .sharelist .stumbleupon, .sharelist .webcasts, .sharelist .youtube {
  background: url(http://cdn.ey.com/echannel/gl/en/issues/business-environment/bbww_portal/images_content/newsprites.png) no-repeat; }

.sharelist .linkedIn {
  background-position: 0 -51px; }

.sharelist {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1; }

.sharelist li {
  background: none;
  padding-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 16px;
  height: 16px;
  margin: 0 0 0 6px;
  padding: 0; }

.sharelist li:first-child, .sharelist li.first {
  padding-left: 0; }

.sharelist li:last-child {
  padding-right: 0; }

.sharelist li.last {
  padding-right: 0; }

.sharelist li.sharelabel, li.linkedIn, li.facebook, li.twitter {
  display: none; }

.sharelist li:first-child {
  margin-left: 0; }

@media only screen and (min-width: 481px) and (max-width: 800px) {
  .sharelist li {
    margin-left: 2%; } }

@media only screen and (max-width: 480px), only screen and (device-height: 568px) {
  .sharelist li:first-child {
    margin-left: 15px; }
  .sharelist li:last-child {
    margin-right: 15px; } }

.sharelist a {
  display: block;
  min-height: 16px; }

.sharelist .facebook {
  background-position: 0 -16px; }

.sharelist .digg {
  background-position: 0 -131px; }

.sharelist .google {
  background-position: 0 -99px; }

.sharelist .linkedin {
  background-position: 0 -51px; }

.sharelist .twitter {
  background-position: 0 0; }

.sharelist .print {
  background-position: 0 -161px;
  float: right; }

.sharelist .email-alerts, .sharelist .email {
  background-position: 0 -67px;
  float: right; }

.partnerinfo .partnerinfo .sharelist .email-alerts, .partnerinfo .partnerinfo .sharelist .email {
  float: left; }

.sharelist .apps {
  background-position: 0 -145px; }

.sharelist .stumbleupon {
  background-position: 0 -32px; }

.sharelist .webcasts {
  background-position: 0 -115px; }

.sharelist .youtube {
  background-position: 0 -83px; }

.sharelist .sharelabel {
  background: none;
  text-indent: 0;
  width: auto; }

* + html .google {
  display: none; }

* + html .sharelist li {
  display: inline; }

#___plusone_0 {
  float: left !important;
  margin-left: 10px !important; }

.social-links {
  width: 300px;
  height: auto;
  margin: 20px auto; }
  .social-links a {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    text-align: left;
    text-indent: -9999em;
    background: transparent url(http://cdn.ey.com/parthenon/img/social-icons.png) 0 0 no-repeat;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  .social-links .icn-twitter {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-position: -140px 0px; }
  .social-links .icn-twitter:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .social-links .icn-facebook {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-position: 0px 0px; }
  .social-links .icn-facebook:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .social-links .icn-linkedin {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-position: -70px 0px; }
  .social-links .icn-linkedin:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .social-links .icn-youtube {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-position: -210px 0px; }
  .social-links .icn-youtube:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

@media (max-width: 992px) {
  div + [class$="12"] {
    margin-top: 20px; }
  .maincol p {
    font-size: 16px; } }

.hero {
  position: relative;
  min-height: 350px;
  max-height: 350px;
  width: 1170px;
  overflow: hidden;
  margin: 0 auto 40px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }

.page.fullhero .hero {
  width: 100%;
  margin: 0 auto 40px; }
  .page.fullhero .hero:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: ""; }
  .page.fullhero .hero.darkenhero:before {
    background: rgba(0, 0, 0, 0.25); }
  .page.fullhero .hero .headings {
    color: #FFF;
    position: absolute;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    padding-left: 25%; }
    .page.fullhero .hero .headings h1 {
      font-size: 64px; }
    @media (min-width: 1200px) {
      .page.fullhero .hero .headings {
        width: 1170px; } }

.centerpad {
  width: 80%;
  margin: auto; }
  @media (max-width: 768px) {
    .centerpad {
      width: auto;
      font-size: 21px; } }

.media-object {
  width: 100%; }

.person {
  font-size: 14px; }
  .person__photo {
    width: 100%;
    height: auto;
    margin-top: 25px; }
  .person__kind {
    color: #999999;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14px;
    margin: 0 0 1em; }
  .person__name {
    font-size: 24px;
    margin: .5em 0 .25em; }
  .person .title {
    margin: 0 0 10px;
    font-weight: 300; }

.social {
  margin-top: 20px; }
  .social > li a {
    padding-left: 40px;
    width: 100%; }
  .social svg {
    position: absolute;
    left: 10px;
    top: 8px; }

.jumbotron .thoughtleadership p, .parth-hero .thoughtleadership p {
  font-size: 13px; }

.thoughtleadership #perspectives-render {
  display: none; }

@media (max-width: 992px) {
  .thoughtleadership {
    font-size: 80%; } }

@media (max-width: 992px) {
  .thoughtleadership .media-left {
    display: none; } }

.thoughtleadership div {
  font-weight: 300; }
  .thoughtleadership div .panel-footer {
    position: relative;
    padding: 10px 15px 15px 50px; }
    .thoughtleadership div .panel-footer svg {
      position: absolute;
      left: 10px;
      top: 5px; }
  .thoughtleadership div h3:first-child {
    margin-top: 0; }

.tel {
  margin: 1em 0; }

.email p {
  font-size: 13px; }

.rhs .rhs-heading {
  font-size: 24px; }

.important-dates ul, .author-pubs, .panel-body ul {
  padding: 0 0 0 12px; }
  .important-dates ul li, .author-pubs li, .panel-body ul li {
    list-style: none;
    position: relative;
    padding-left: 12px;
    margin-bottom: 0.5em; }
    .important-dates ul li:before, .author-pubs li:before, .panel-body ul li:before {
      content: "";
      display: block;
      background: #ccc;
      width: 7px;
      height: 7px;
      position: absolute;
      left: 0;
      top: .4em; }

.author-pubs {
  font-size: 14px; }

.news-render {
  padding-top: 40px; }

.panel-body.news-render {
  padding-top: 0; }

.panel.news-render {
  padding-top: 0; }

.ajax-loader img {
  width: 32px !important; }

.news-item {
  border-bottom: 1px solid #ccc;
  margin-left: 0;
  margin-top: 0;
  padding: 10px 0; }

.news-item-author {
  width: 20%;
  float: left;
  margin-right: 10px; }

.news-item-author + .news-item-description {
  margin-left: 0; }

.news-author ul {
  display: none; }

.news-author h3 {
  cursor: pointer; }

.data-social {
  display: none; }

.loader_querying,
.error_querying {
  z-index: 20;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 68px;
  width: 320px;
  margin-top: -34px;
  margin-left: -160px;
  border: 1px solid #999;
  padding-top: 16px;
  padding-left: 20px;
  box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
  background-color: #f0f0f0; }

.error_querying {
  height: 270px;
  width: 390px;
  margin-top: -135px;
  margin-left: -195px;
  padding: 10px; }

.campus-hero {
  display: none;
  padding-top: 32.6%;
  /* 612 x 200 width */
  max-height: 300px;
  background-position: right bottom;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 20px;
  background-size: cover; }

h4, h5 {
  font-weight: normal; }

h2, h3, h4 {
  color: #333; }

.rhs h2 {
  font-size: 18px;
  color: #808080; }

.rhs h3 {
  font-size: 16px; }

.rhs h4 {
  font-size: 13px;
  color: #999; }

.member-img {
  float: left;
  margin: 0px 10px 0px 0px;
  width: 33%; }
  .member-img img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.apply-now .member {
  float: right;
  width: 60%; }
  .apply-now .member .meet-members, .apply-now .member h3 {
    margin: 0; }

.important-dates, .important-dates > li {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.important-dates .clearfix {
  padding: 10px 0;
  border-top: 1px solid #ccc; }

.important-dates h3 {
  font-size: 16px;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .important-dates h3 {
      float: left;
      margin: 0; } }

.important-dates .text {
  font-size: 13px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .important-dates .text {
      font-size: 16px;
      width: 60%;
      float: right; } }
  .important-dates .text h4 {
    font-size: 14px;
    margin: 0 0 .5em;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .important-dates .text h4 {
        font-size: 16px; } }
  .important-dates .text p, .important-dates .text li {
    color: #999;
    font-size: 14px; }

.careers .filter-menu {
  width: 100%; }

.careers .maincolumn .row [class^="col"] h3 {
  font-size: 18px;
  -ms-word-break: break-word;
  word-break: break-word; }

.news {
  font-size: 85%; }

.news_date {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 5px;
  border: #111; }

.eventitem {
  background: #fff;
  color: #808080;
  box-shadow: 0 0 0 2px #ccc; }

.event-hd {
  min-height: 170px;
  margin: -10px -15px 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 10px #ccc; }
  .event-hd {
    *zoom: 1; }
  .event-hd:before, .event-hd:after {
    content: "";
    display: table; }
  .event-hd:after {
    clear: both; }

.event-bd {
  margin: -15px;
  padding: 20px;
  font-size: 85%;
  background: #d6e8f8; }

.event-title {
  font-size: 20px; }
  @media (min-width: 992px) {
    .event-title {
      float: left;
      width: 65%; } }

.event-date {
  border-right: 1px solid #ccc;
  padding-right: 5px;
  float: left;
  margin-right: 10px; }

.eventday {
  font-size: 62px;
  margin-right: 10px;
  line-height: 1;
  font-weight: 100;
  color: #6AADE4; }
  .featured-events .eventday {
    color: #ffe600; }

.eventmonthyear {
  color: #acacac;
  text-transform: uppercase; }
  .featured-events .eventmonthyear {
    color: #ccc;
    color: rgba(255, 255, 255, 0.6); }

.event-desc {
  clear: left;
  padding: 20px; }
  .event-desc ul {
    padding: 0;
    margin-top: 1em; }
  .event-desc li {
    list-style-type: none;
    margin-bottom: 0.5em; }

.section-events-home,
.section-events,
.section-casestudy,
.section-perspectives,
.section-people,
.section-about {
  position: relative;
  color: #FFF;
  background: #333;
  overflow: hidden; }
  .section-events-home h2, .section-events-home .carousel-item-caption h3, .section-events-home h3,
  .section-events h2,
  .section-events .carousel-item-caption h3,
  .section-events h3,
  .section-casestudy h2,
  .section-casestudy .carousel-item-caption h3,
  .section-casestudy h3,
  .section-perspectives h2,
  .section-perspectives .carousel-item-caption h3,
  .section-perspectives h3,
  .section-people h2,
  .section-people .carousel-item-caption h3,
  .section-people h3,
  .section-about h2,
  .section-about .carousel-item-caption h3,
  .section-about h3 {
    color: #FFF; }

.section-about {
  margin-top: -80px; }

.section-perspectives {
  background: url(../img/st5lhmo1_1280.jpg) right bottom/cover; }

.section-events {
  background: url(../img/9d85c477.jpg) right bottom/cover !important; }

.section-casestudy {
  background: url(../img/ourExpertiseLanding.jpg) center center/cover; }

.featured-events a {
  color: #ffe600; }

.section-person-spotlight .container {
  padding: 0; }

.section-person-spotlight * {
  color: #FFF; }

.section-person-spotlight button {
  background: transparent; }

.section-person-spotlight h3 {
  margin-top: 0; }

.abut {
  background: #fff;
  padding: 0; }
  .abut * {
    color: #333; }
  .abut :first-child {
    padding-right: 0;
    padding-left: 0; }

.containerPad {
  padding-top: 40px;
  padding-bottom: 40px; }

.perspectives-render, .news-render, .offices-render {
  display: none; }

.panel_office {
  display: none;
  margin-top: 20px; }

.icon {
  display: inline-block;
  color: #646464;
  fill: currentColor; }
  a .icon {
    color: #6AADE4;
    width: 22px;
    height: 22px; }
    a .icon.icon-map-marker {
      height: 31px;
      width: 20px; }

.icon-search {
  width: 26px;
  height: 28px; }

.icon-envelope-o {
  width: 28px;
  height: 28px; }

.icon-heart {
  width: 28px;
  height: 28px; }

.icon-star {
  width: 26px;
  height: 28px; }

.icon-star-o {
  width: 26px;
  height: 28px; }

.icon-user {
  width: 22px;
  height: 28px; }

.icon-check {
  width: 28px;
  height: 28px; }

.icon-close {
  width: 22px;
  height: 28px; }

.icon-search-plus {
  width: 26px;
  height: 28px; }

.icon-search-minus {
  width: 26px;
  height: 28px; }

.icon-cog {
  width: 28px;
  height: 28px; }

.icon-home {
  width: 26px;
  height: 28px; }

.icon-volume-up {
  width: 26px;
  height: 28px; }

.icon-bookmark {
  width: 20px;
  height: 28px; }

.icon-map-marker {
  width: 16px;
  height: 28px; }

.icon-chevron-left {
  width: 20px;
  height: 28px; }

.icon-chevron-right {
  width: 20px;
  height: 28px; }

.icon-plus-circle {
  width: 28px;
  height: 28px; }

.icon-minus-circle {
  width: 28px;
  height: 28px; }

.icon-times-circle {
  width: 28px;
  height: 28px; }

.icon-check-circle {
  width: 28px;
  height: 28px; }

.icon-question-circle {
  width: 28px;
  height: 28px; }

.icon-info-circle {
  width: 28px;
  height: 28px; }

.icon-times-circle-o {
  width: 28px;
  height: 28px; }

.icon-ban {
  width: 28px;
  height: 28px; }

.icon-arrow-left {
  width: 28px;
  height: 28px; }

.icon-arrow-right {
  width: 28px;
  height: 28px; }

.icon-arrow-up {
  width: 26px;
  height: 28px; }

.icon-arrow-down {
  width: 26px;
  height: 28px; }

.icon-plus {
  width: 22px;
  height: 28px; }

.icon-minus {
  width: 22px;
  height: 28px; }

.icon-exclamation-triangle {
  width: 28px;
  height: 28px; }

.icon-calendar {
  width: 26px;
  height: 28px; }

.icon-comment {
  width: 28px;
  height: 28px; }

.icon-chevron-up {
  width: 28px;
  height: 28px; }

.icon-chevron-down {
  width: 28px;
  height: 28px; }

.icon-bar-chart {
  width: 32px;
  height: 28px; }

.icon-twitter-square {
  width: 28px;
  height: 28px; }

.icon-facebook-square {
  width: 28px;
  height: 28px; }

.icon-comments {
  width: 28px;
  height: 28px; }

.icon-linkedin-square {
  width: 28px;
  height: 28px; }

.icon-phone {
  width: 22px;
  height: 28px; }

.icon-phone-square {
  width: 28px;
  height: 28px; }

.icon-arrow-circle-left {
  width: 28px;
  height: 28px; }

.icon-arrow-circle-right {
  width: 28px;
  height: 28px; }

.icon-arrow-circle-up {
  width: 28px;
  height: 28px; }

.icon-arrow-circle-down {
  width: 28px;
  height: 28px; }

.icon-globe {
  width: 28px;
  height: 28px; }

.icon-pinterest-square {
  width: 28px;
  height: 28px; }

.icon-google-plus-square {
  width: 28px;
  height: 28px; }

.icon-caret-down {
  width: 16px;
  height: 28px; }

.icon-caret-up {
  width: 16px;
  height: 28px; }

.icon-caret-left {
  width: 10px;
  height: 28px; }

.icon-caret-right {
  width: 10px;
  height: 28px; }

.icon-envelope {
  width: 28px;
  height: 28px; }

.icon-rotate-left {
  width: 28px;
  height: 28px; }

.icon-file-text-o {
  width: 28px;
  height: 28px; }

.icon-angle-left {
  width: 10px;
  height: 28px; }

.icon-angle-right {
  width: 10px;
  height: 28px; }

.icon-angle-up {
  width: 18px;
  height: 28px; }

.icon-angle-down {
  width: 18px;
  height: 28px; }

.icon-laptop {
  width: 30px;
  height: 28px; }

.icon-mobile {
  width: 12px;
  height: 28px; }

.icon-quote-left {
  width: 26px;
  height: 28px; }

.icon-quote-right {
  width: 26px;
  height: 28px; }

.icon-chevron-circle-left {
  width: 28px;
  height: 28px; }

.icon-chevron-circle-right {
  width: 28px;
  height: 28px; }

.icon-chevron-circle-up {
  width: 28px;
  height: 28px; }

.icon-chevron-circle-down {
  width: 28px;
  height: 28px; }

.icon-rss-square {
  width: 28px;
  height: 28px; }

.icon-play-circle {
  width: 28px;
  height: 28px; }

.icon-file-text {
  width: 28px;
  height: 28px; }

.icon-tumblr-square {
  width: 28px;
  height: 28px; }

.icon-arrow-circle-o-right {
  width: 28px;
  height: 28px; }

.icon-arrow-circle-o-left {
  width: 28px;
  height: 28px; }

.icon-envelope-square {
  width: 28px;
  height: 28px; }

.icon-stumbleupon {
  width: 30px;
  height: 28px; }

.icon-delicious {
  width: 28px;
  height: 28px; }

.icon-digg {
  width: 32px;
  height: 28px; }

.icon-file-pdf-o {
  width: 28px;
  height: 28px; }

.icon-file-movie-o {
  width: 28px;
  height: 28px; }

.icon-share-alt-square {
  width: 28px;
  height: 28px; }

.icon-wifi {
  width: 32px;
  height: 28px; }

.event-title {
  margin-top: 0; }
  @media (min-width: 768px) {
    .event-title {
      float: left;
      width: 75% !important;
      font-size: 26px;
      height: 66px; } }
  @media (min-width: 992px) {
    .event-title {
      font-size: 16px;
      float: left;
      width: 50% !important;
      width: 62%;
      height: 66px; } }

.event-bd {
  min-height: 200px;
  padding-top: 0; }
  @media (max-width: 767px) {
    .event-bd {
      height: auto !important; } }

.events-render .item {
  margin-bottom: 10px; }

.section-events h3 {
  color: #808080; }

.related-perspectives {
  margin-top: 6rem;
  border-top: 5px solid #6AADE4;
  clear: left; }

.article .maincolumn .related-perspectives .row h3 {
  margin: -5px 0 0 0;
  line-height: 1.2; }

@media only print {
  .error_querying {
    display: none !important; }
  div {
    float: none !important; }
  a[href]:after {
    word-break: break-all; }
  .collapse {
    visibility: visible;
    display: block; }
  .panel-default > .panel-heading + .panel-collapse > .panel-body,
  .panel-default {
    border: none; }
  .no-lhs .rhs {
    width: 100%; }
  .no-lhs .maincolumn {
    width: 100%; } }

.careers-site .parth-hero {
  height: 400px; }

.careers-site .sectionteam .thumbnails > li {
  margin-bottom: 18px;
  list-style-type: none;
  padding: 0; }
  @media (min-width: 768px) {
    .careers-site .sectionteam .thumbnails > li {
      float: left;
      width: 48%; } }
  @media (min-width: 1200px) {
    .careers-site .sectionteam .thumbnails > li {
      float: left;
      width: 33%; } }

.careers-site .sectionteam .thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  height: 85px;
  background: transparent;
  border: none; }
  .careers-site .sectionteam .thumbnail .btn {
    background: transparent;
    padding: 2px 12px;
    color: #337ab7;
    border-radius: 0; }

.careers-site .sectionteam .img-border {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  display: inline-block;
  margin: 0;
  width: 25%;
  margin-right: 2%; }

.careers-site .sectionteam .thumbnails-float {
  padding-left: 0;
  overflow: hidden; }
  .careers-site .sectionteam .thumbnails-float .thumbnail {
    overflow: visible; }

.careers-site .sectionteam .thumbnails.thumbnails-float .thumbnail .caption {
  padding: 0 9px 9px;
  width: 66%;
  background: transparent;
  color: #333; }
  .careers-site .sectionteam .thumbnails.thumbnails-float .thumbnail .caption h4 {
    font-size: 12px;
    font-size: 1.4vw;
    color: #808080;
    margin-top: 0;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .careers-site .sectionteam .thumbnails.thumbnails-float .thumbnail .caption h4 {
        font-size: 18px; } }
  .careers-site .sectionteam .thumbnails.thumbnails-float .thumbnail .caption h3 {
    font-size: 14px;
    font-size: 2vw;
    font-weight: bold;
    background: transparent;
    color: #333;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .careers-site .sectionteam .thumbnails.thumbnails-float .thumbnail .caption h3 {
        font-size: 22px; } }

.careers-site .subnav-links > li {
  float: left;
  margin: 0 15px 10px 0;
  list-style-type: none;
  font-size: 13px; }

.careers-site .applicant-type {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
  .careers-site .applicant-type > div {
    width: 33.333%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .careers-site .applicant-type > div a {
      text-align: center;
      display: block;
      width: 100%;
      padding: 20px;
      color: #FFF;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .careers-site .applicant-type > div a:hover {
        background: #6AADE4; }

.applicant-type > div:nth-child(1) {
  background-color: #646464; }

.applicant-type > div:nth-child(2) {
  background-color: #464646; }

.applicant-type > div:nth-child(3) {
  background-color: #333; }

.b-right {
  background: #444; }

.module-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto; }

.module-card {
  min-width: 100%;
  padding: 10px;
  margin-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left; }
  .module-card p {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 15px auto;
    color: #444; }
  .module-card img {
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    height: auto; }
  .module-card h3 {
    font-size: 14px;
    color: #ccc;
    background: #111111;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    z-index: 4;
    position: relative; }

.module-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.module-card-button {
  background: #6AADE4;
  color: white;
  border: none;
  margin-top: auto;
  padding: 10px;
  font-size: 0.8em;
  border-radius: 0;
  letter-spacing: 0.03em; }

@media screen and (min-width: 600px) {
  .fb-quarter .module-card {
    width: 25%;
    margin: 0 auto 2%;
    min-width: 0; } }

.margin-top-small {
  margin-top: 20px; }

.fb-quarter .module-card {
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #fff;
  outline: 2px solid #ccc;
  padding: 10px; }

.fb-quarter .module-card:hover {
  background-color: rgba(106, 173, 228, 0.2); }

.fb-quarter .module-card h3 {
  margin-top: 0; }

p.module-card-button {
  background: #6AADE4;
  color: white;
  border: none;
  margin-top: auto;
  padding: 10px;
  font-size: 0.8em;
  border-radius: 0;
  letter-spacing: 0.03em;
  margin: 0;
  cursor: pointer; }

.maincolumn img {
  max-width: 100%; }

.accordion-toggle {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px; }

.accordion-content {
  display: none; }

.accordion-content.default {
  display: block; }

.accordion-toggle:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #369;
  margin-right: 18px;
  position: relative; }

.accordion-toggle-is-open:before {
  margin-right: 8px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #369;
  -webkit-transform: translateY(5px);
          transform: translateY(5px); }

@media (min-width: 992px) {
  blockquote.pull-left {
    position: absolute;
    left: -33%;
    top: 310px;
    width: 30%;
    font-size: 1.7rem; } }

.internalid {
  display: none; }

use {
  pointer-events: none; }
/*# sourceMappingURL=parthenon.css.map */