/* PAGE.CSS
---------------------------------------------------------------- */
.management-team-holder {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }

.related-case-studies-holder {
  margin: 40px 0 0 0;
  padding: 0;
  display: table;
  width: 100%; }

.related-holder {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }

.related-holder .related-item {
  float: left;
  display: inline;
  position: relative;
  margin: 0;
  padding: 0;
  width: 50%;
  background: #ccc;
  height: 300px;
  overflow: hidden; }

  .widget_ourpeople.other .panel {
    height: 105px; }

.related-holder .related-item.v2 {
  margin: 2px;
  width: calc( 50% - 2px);
  height: auto; }
  .related-holder .related-item.v2:nth-child(2n) {
    margin-right: 0; }
  .related-holder .related-item.v2:nth-child(2n - 1) {
    margin-left: 0; }
  .related-holder .related-item.v2.w33 {
    width: calc( 33% - 2px); }
    .related-holder .related-item.v2.w33 .related-title,
    .related-holder .related-item.v2.w33 ul {
      font-size: .75rem;
      line-height: 1.2em; }
  .related-holder .related-item.v2:before {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 75%; }
  .related-holder .related-item.v2 .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .related-holder .related-item.v2 img {
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0) scale(1);
    transition: transform .5s; }
  .related-holder .related-item.v2 .hover {
    background: rgba(0, 43, 92, 0.7);
    color: #fff;
    padding: 2rem;
    box-sizing: border-box;
    display: block;
    opacity: 0; }
  .related-holder .related-item.v2 .info,
  .related-holder .related-item.v2 .hover {
    transition: opacity .3s; }
  .related-holder .related-item.v2 .related-title {
    font-size: 1em;
    border-bottom: solid 1px;
    padding-bottom: .5em;
    font-size: .85rem; }
  .related-holder .related-item.v2 .related-label {
    display: inline-block;
    min-width: 6em;
    color: #fff;
    font-weight: 500; }
  .related-holder .related-item.v2 ul {
    padding: 0;
    list-style: none;
    font-size: .85rem;
    font-weight: 600; }
  .related-holder .related-item.v2 li {
    margin-bottom: .5em;
    color: #0096D6; }
  .related-holder .related-item.v2:hover .info {
    opacity: 0; }
  .related-holder .related-item.v2:hover .hover {
    opacity: 1; }
  .related-holder .related-item.v2:hover img {
    transform: translate(-50%, 0) scale(1.1); }

@media screen and (max-width: 660px) {
  .related-holder .related-item.v2 {
    width: 100%; }
    .related-holder .related-item.v2.w33 {
      width: 100%; }
    .related-holder .related-item.v2 .hover {
      display: none; }
    .related-holder .related-item.v2:hover .info {
      opacity: 1; }
    .related-holder .related-item.v2:hover img {
      transform: translate(-50%, 0) scale(1); } }

.colfg .related-holder .related-item.v2 {
  width: 100%; }
  .colfg .related-holder .related-item.v2 .hover {
    padding: 1rem; }
  .colfg .related-holder .related-item.v2 .related-title,
  .colfg .related-holder .related-item.v2 ul {
    font-size: .75rem;
    line-height: 1.2em; }

.related-holder .related-item img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block; }

.related-holder .related-item a {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block; }

.related-case-studies-holder p.related-title {
  font-size: 0.75em; }

.management-team-holder .person {
  float: left;
  display: inline;
  position: relative;
  margin: 0;
  padding: 0;
  width: 50%;
  background: #ccc; }

.management-team-holder .person a {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block; }

  .management-team-holder .leadership {
    float: left;
    display: inline;
    position: relative;
    margin: 0;
    padding: 0;
    width: 33.33%;
    background: #ccc; }
  
  .management-team-holder .leadership a {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: block; }

.hover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 43, 92, 0.3); }

#wpadminbar .hover {
  position: relative;
  display: inherit;
  width: auto;
  height: auto; }

.info {
  position: absolute;
  z-index: 3;
  width: 94%;
  left: 3%;
  bottom: 10px;
  height: 44px;
  margin: 0;
  background: #062C5A; }

.info .info-box {
  margin: 0;
  padding: 8px 16px 8px 16px; }

.info .info-box p {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  line-height: 1.25em;
  color: #FFF; }

.info .info-box p.job, .info .info-box p.sector {
  color: #0096D6; }

.management-team-holder .person img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block; }

  .management-team-holder .leadership img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block; }

    .leadershipTitle {
      font-weight: bold;
      margin: 30px 0 5px 0;
    }

.textcolumn-sector {
  width: 100%; }

.pic {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.pic .textcontent {
  position: absolute;
  z-index: 10;
  height: 200px;
  margin-top: 200px;
  color: #fff;
  float: left;
  margin-left: 250px;
  width: 500px;
  text-shadow: 0px 0 3px #000; }

.pic .textcontent h1 {
  color: #fff;
  font-weight: normal;
  line-height: 120%; }

.pic img {
  height: 100%;
  width: auto; }

.excerpt {
  /*display:inline-block;*/
  border-top: 1px solid #b3b2b6;
  border-bottom: 1px solid #b3b2b6;
  padding: 30px 10px 30px 10px;
  margin: 20px 0 30px;
  font-size: 1.25em;
  /*width: 98%;*/
  line-height: 1.25; }

.singlepost .excerpt {
  margin-top: 10px; }

.message-highlight-wrap {
  margin: -10px; }

.message-highlight-table {
  display: table;
  width: 100%;
  font-size: 18px;
  color: #00abef;
  border-collapse: separate;
  text-align: center;
  border-spacing: 10px;
  vertical-align: middle;
  table-layout: fixed; }

.message-highlight-cell {
  display: table-cell;
  padding: 30px;
  background-color: #F0F1F2;
  vertical-align: middle; }

.holder {
  margin: 30px 5% 30px 5%;
  line-height: 140%; }
  .holder.fs {
    margin-left: 0;
    margin-right: 0; }

@media screen and (max-width: 660px) {
  .holder {
    margin-left: 0;
    margin-right: 0; }
  .casestudy .whatsnext {
    margin-left: 0 !important; } }

.holder p, .holder li {
  font-size: 0.85em; }

.holder ul {
  padding-left: 10px;
  margin-left: 10px; }

.holder li {
  margin-bottom: 10px; }

.whatsnext {
  margin-left: 0;
  font-size: 0.75em;
  margin-bottom: 20px;
  display: table;
  width: 60%; }

.whatsnext h5 {
  margin-top: 30px;
  width: 60%;
  border-bottom: 1px solid #b3b2b6;
  font-weight: normal;
  font-size: 0.65em;
  color: #002B5C;
  padding-bottom: 5px; }

.whatsnext a {
  color: #807F83; }

.casestudy .toptext {
  background-color: rgba(128, 127, 131, 0.7);
  margin-bottom: 10px;
  height: 100px;
  width: 99%; }

.casestudy .topimage {
  background-color: rgba(128, 127, 131, 0.7);
  margin-bottom: 10px;
  height: 500px;
  width: 99%; }

.casestudylist .toptitle {
  background-color: rgba(128, 127, 131, 0.7);
  margin-bottom: 10px;
  height: 30px;
  width: 99%; }

.casestudylist .topimages {
  background-color: rgba(128, 127, 131, 0.7);
  margin-bottom: 10px;
  height: 300px;
  width: 99%; }

.casestudylist .lowerimages {
  background-color: rgba(128, 127, 131, 0.7);
  margin-bottom: 10px;
  height: 400px;
  width: 100%; }

.homepage .slider {
  background-color: rgba(128, 127, 131, 0.7);
  margin-bottom: 10px;
  height: 400px;
  width: 99%; }

.cola .menu, .cola .keydownloads {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 40px;
  font-size: 0.75em; }

.cola .sub-menu {
  display: none; }

.keydownloads_title {
  width: 80%;
  border-bottom: 1px solid #b3b2b6;
  margin: 50px 0 5px 0;
  padding: 3px 0 3px 30px;
  font-size: 0.65em; }

.cola .keydownloads_title h5 {
  margin-left: 0;
  border: 0; }

.cola .keydownloads {
  margin-top: 10px; }

.cola .menu li, .cola .keydownloads li {
  margin: 10px 0 10px 0;
  border-bottom: 1px dashed #b3b2b6;
  padding: 5px 0 5px 30px; }

.cola .keydownloads li {
  border-bottom: 0; }

.cola .menu li a, .cola .keydownloads li a {
  color: #807F83; }

.cola .menu .current-menu-item {
  border-bottom: 1px solid #807F83; }

.cola .menu .current-menu-item a {
  color: #002B5C; }

.page-template-default .column.colbottomwidgets {
  width: 100%; }

.single-staff_profile .cola .menu, .cola .keydownloads {
  margin-top: 10px;
  border-top: 1px solid #b3b2b6; }

@media screen and (max-width: 1200px) {
  .pic .textcontent {
    font-size: 0.85em;
    margin-top: 150px;
    margin-left: 220px;
    width: 350px; }
  .pic {
    height: 330px;
    width: 100%; }
  .whatsnext {
    width: 70%; }
  /*.excerpt
    {
        width: 97%;
    }*/
  .excerpt {
    padding: 15px 10px; }
  .related-holder .related-item {
    height: 214px; } }

@media screen and (max-width: 880px) {
  .pic .textcontent {
    font-size: 0.75em;
    margin-top: 100px;
    margin-left: 160px;
    width: 300px; }
  .pic .textcontent h1 {
    font-size: 1.6em; }
  .pic {
    height: 250px;
    /*width:480px;*/ }
  .page-template-default .pic {
    width: 640px;
    height: 333px; }
  /*.excerpt
    {
        width: 96%;
    }*/
  .excerpt {
    font-size: 1em;
    padding: 10px; }
  .single-staff_profile .cola .menu, .cola .keydownloads {
    margin-top: 7px; }
  .management-team-holder .person {
    width: 100%; }
    .management-team-holder .leadership {
      width: 100%; }
  .related-holder .related-item {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 660px) {
  .excerpt {
    font-size: 1.0em;
    padding: 15px 0; }
  .colabcde .pic {
    width: 310px;
    height: 200px; }
  .sharebox {
    display: none; }
  .message-highlight-wrap {
    margin: 0; }
  .message-hightlight-table {
    table-layout: auto;
    border-spacing: 0; }
  .message-highlight-table, .message-highlight-cell {
    width: auto !important;
    display: block; }
  .message-highlight-cell {
    margin-bottom: 10px; }
  .sharemobile .sharebox {
    /*display:block;*/ }
  .social {
    display: none; }
  .pic .textcontent {
    position: relative;
    margin-top: 180px;
    background-color: #002B5C;
    margin-left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px; }
  .pic .textcontent .topimagetext, .pic .textcontent h1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .page-template-default .pic {
    width: 310px;
    height: 160px; } }

/* COLUMNS.CSS
---------------------------------------------------------------- */
.overall {
  margin: 0 auto;
  width: 1200px; }

.column {
  float: left;
  /*display: table;*/ }

.cola {
  width: 17.5%;
  /*margin-right:1%;*/ }

.hangingnav {
  /*left:50%;*/
  width: 1200px;
  /*margin-left:-600px;*/ }

.hangingnav .content {
  width: 90%; }

.leftmaincolumn {
  /*margin-top:50px;*/ }

.colabcde {
  /*width:74.1%;*/
  /*margin-right:10px;*/
  background-color: transparent; }

.full-width .colabcde {
  /*width: 70.1% !important;*/ }

.full-width .leftmaincolumn {
  /* width: 100% !important  */ }

.full-width .sidecolumn {
  /*margin-top: 50px;*/ }

.blog .sidecolumn {
  /*margin-top: 14px;*/ }

.full-width .footer .contactdetails {
  /*width: 28%;*/ }

.casestudy .homefooter {
  padding-top: 10px; }

.casestudy .footer .contactdetails {
  width: 29%;
  margin-right: 0; }

@media screen and (max-width: 1200px) {
  .full-width .colabcde {
    /*width: 77% !important;*/ }
  .column.colabcde.leftmaincolumn {
    /*width: 72% !important;*/ }
  .full-width .column.colabcde.leftmaincolumn {
    /*width: 77% !important;*/ }
  .page-template-page_contact-php .column.colabcde.leftmaincolumn {
    /*width: 77% !important;
        margin-right: 10px;*/ }
  .casestudy .footer .colabcde,
  .single .footer .colabcde {
    /*width: 78% !important;*/ }
  .sectionheader .footer .colabcde {
    /* width: 76% !important;*/ }
  .casestudy .homefooter {
    /*padding-right: 0;
        width: 860px;*/ }
  .casestudy .footer .contactdetails,
  .single .footer .contactdetails {
    /*width: 21%;*/ }
  .casestudy .footer .colabcde {
    /* width: 79% !important;*/ }
  .full-width .leftmaincolumn {
    /*width: 100% !important   */ }
  .casestudy .footer .contactdetails {
    /*width: 21%;*/ }
  .full-width .sidecolumn {
    /*margin-top: 14px;*/ }
  .full-width .footer .contactdetails {
    /*width: 22%;*/ }
  .page-template-page_contact-php .homefooter {
    /*width: 860px;
        padding-right:0;*/ }
  .tax-sectors .footer .contactdetails {
    /*width: 184px;
        margin-left:10px !important;*/ }
  .full-width .casestudy .column.colabcde.leftmaincolumn {
    /*width: 100% !important;*/ } }

@media screen and (max-width: 880px) {
  .full-width .sidecolumn {
    /* width: 21.5%;
        padding-bottom: 14px;*/ }
  /*  .full-width .colabcde {
     width: 77% !important;
    margin-right: 10px;
    }
    */
  /*
    .homefooter .colabcde {
    width: 77% !important;
    }
    */
  /*
    .full-width .footer .contactdetails {
    width: 21.5%;
    }*/
  .full-width .footer .contactdetails {
    /*width: 21.1% !important;*/
    /*margin-right: 3px !important;*/ }
  .casestudy .homefooter, .page-template-page_contact-php .homefooter {
    /*margin-right: 0 !important;
        width: 640px;*/ }
  .full-width .footer .contactdetails, .tax-sectors .footer .contactdetails {
    /*width: 21.1% !important;*/
    /*margin-right: 0px !important;*/ }
  .page-template-page_contact-php .footer .contactdetails {
    /*margin-right: 0px !important;
        padding-left:4px;*/ }
  .single .footer .colabcde {
    /*width: 77% !important;*/ }
  .single .footer .contactdetails, .tax-sectors .contactdetails {
    /*padding-left: 4px;*/ }
  .sectionheader .footer .colabcde {
    /*width: 76% !important; */ }
  .tax-sectors .footer .contactdetails {
    /*width: 138px;
        margin-left:6px !important;*/ } }

.colabcde .cola {
  width: 25%;
  /*margin-right:1.4%;*/
  padding-top: 20px; }

.colabcde .colbcde {
  /*width:73.5%;
    margin-right:0;*/ }

.colbcde {
  /*width:51.5%;
    margin-right:1%;*/ }

.page-template-page_homepage-php .column.colabc {
  /*width: 48.9% !important;
    margin-right: 1%;*/
  /*float: left;*/
  /*box-sizing: border-box;*/
  /*margin-right:6px;*/ }

.page-template-default .sidecolumn {
  /*width: 24%;*/
  /*margin-top: 50px;*/
  border-top: 22px solid #FFF; }

/* Chris Clark - Simple Columns */
.column-splash {
  width: 100%; }

.column {
  box-sizing: border-box; }

.colabc, .coldef {
  width: 50%; }

.colabcde {
  width: 76%; }

.colfg {
  width: 24%; }

.home .colabcde {
  width: 70%; }

.home .colfg {
  width: 30%; }

.colabc, .colabcde {
  border-right: 10px #FFF solid; }

.coldef, .colfg {
  border-left: 2px #FFF solid; }

.colabcde .colbcde {
  width: 75%; }

.blog .colabcde .colbcde {
  width: 100%; }

.leftmaincolumn {
  /*overflow: hidden;*/
  position: relative; }

@media screen and (max-width: 880px) {
  .homepage-widgets .colabc, .homepage-widgets .coldef {
    width: 100%;
    border-left: 0;
    border-right: 0; } }

@media screen and (max-width: 660px) {
  .colabc, .colabcde {
    border-right: 0; }
  .coldef, .colfg {
    border-left: 0; } }

/* End Fixes */
@media screen and (max-width: 1200px) {
  /*
    .page-template-page_contact-php .sidecolumn {
        width: 21% !important;
        margin-top:50px ;
    }
    .page-template-page_contact-php .colabcde {
        width: 75.9%;
    }
    
    .page-template-default .sidecolumn {
        width: 21.9%;
        margin-top: 50px;
    }
    
    .single .sidecolumn {
        width: 20.7% !important;
        margin-top: 50px !important;
    }*/ }

@media screen and (max-width: 880px) {
  /*.page-template-page_homepage-php .column.colabc {
    width: 98.5% !important;
    }
    .page-template-page_homepage-php .column.coldef {
    width: 99% !important;
    }
    .page-template-page_homepage-php .column.coldef.brandmessage {
    width: 49% !important;
    height: 250px;
    }
    .single .sidecolumn {
    width: 21.5% !important;
    }*/ }

@media screen and (max-width: 660px) {
  /*.page-template-page_homepage-php .column.coldef.brandmessage {
    width: 99% !important;
    }
    .page-template-page_homepage-php .footer .colabcde {
        width: 100% !important;
    }
    .page-template-page_contact-php .column.colabcde.leftmaincolumn {
    width: 100% !important;
    margin-right: 0px;
    }*/ }

.column.coldef {
  /*width: 49%;*/ }

.sidecolumn {
  /*width:28%;*/
  background-color: #EFEFF0;
  padding-top: 14px;
  /*margin-top:34px;*/
  padding-bottom: 5px; }

.sidecolumn > ul {
  list-style: none;
  font-size: .85em;
  width: 80%;
  margin: 0 auto;
  padding: 0; }
  .sidecolumn > ul a {
    color: #002B5C; }
    .sidecolumn > ul a:hover {
      color: #002B5C;
      text-decoration: underline; }
  .sidecolumn > ul li:before {
    content: '+';
    height: 9px;
    width: 9px;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    background: #0096D6;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: -1px; }

.blog .sidecolumn {
  border-top: 28px solid #FFF;
  padding-top: 0; }

.contactus .sidecolumn {
  border-top: 36px solid #FFF;
  padding-top: 0; }

.sectionheader .sidecolumn {
  margin-top: 0; }

.page-template-page_contact-php .sidecolumn {
  /*width: 28%;*/ }

.colabc {
  /*  width:49%;
    margin-right:1%;*/
  margin-top: 10px; }

.coldef {
  /*width:49%;*/
  margin-top: 10px; }

.homepage .widget_casestudies .item {
  width: 24.75%; }

.colbottomwidgets {
  width: 100%; }

.tiled-gallery {
  width: 600px; }

@media screen and (max-width: 1200px) {
  .overall {
    width: 860px; }
  .cola {
    width: 22%; }
  .homepage .widget_casestudies .item {
    /*width:49.5%; */ }
  .colabcde {
    /*width:77%;*/
    background-color: transparent; }
  .colabcde .cola {
    /*width:29%;*/ }
  .colabcde .colbcde {
    /* width:69.5%;*/ }
  .colbcde {
    width: 54%; }
  .colfg {
    /*width:22%;*/ }
  .hangingnav {
    width: 860px;
    margin-left: -430px; }
  .hangingnav .content {
    width: 100%;
    font-size: 0.85em; }
  .footer .colabcde {
    /* width:74%;*/ }
  /*.sectionheader .footer .colabcde{
        width:76%;
    }*/
  .footer .contactdetails {
    /*width:24%;*/ }
  .tiled-gallery {
    width: 400px; } }

@media screen and (max-width: 880px) {
  .cola {
    font-size: 0.85em; }
  .overall {
    width: 640px; }
  .hangingnav {
    width: 640px;
    margin-left: -320px; }
  .hangingnav .content {
    width: 72%; }
  .tiled-gallery {
    width: 300px; }
  .page-template-default .sidecolumn {
    /*width: 21.5%;
        margin-top: 50px;
        padding-bottom: 14px;*/ } }

@media screen and (max-width: 660px) {
  .overall {
    width: 310px; }
  .navcolumn, .sidecolumn {
    display: none; }
  .colabcde, .colabcde .colbcde, .colfg, .home .colabcde, .home .colfg {
    width: 100%; }
  .hangingnav {
    display: none; }
  .leftmaincolumn {
    margin-top: 20px; }
  .sectionheader .footer .colabcde {
    /*width:100% !important;*/ }
  .single .homefooter {
    /* padding-right: 0;
        margin:0 !important;
        width: 100%;*/ }
  .single .footer .contactdetails {
    /*padding-left: 0px;*/ }
  .page-template-page_contact-php .colabcde, .page-template-page_contact-php .footer .contactdetails {
    /*width: 100% !important;
        padding-left:0 !important;*/ }
  .page-template-page_taxolist-php .homefooter, .tax-sectors .homefooter {
    /*padding-right:0;
        width:310px;*/ }
  .tax-sectors .homefooter {
    /* margin: 0 !important;*/ }
  .tax-sectors .footer .contactdetails {
    /*width: 100% !important;
            margin-left: 0 !important;
            padding-left: 0 !important;*/ }
  .full-width .column.colabcde.leftmaincolumn {
    width: 100% !important; } }

/* TOPNAV.CSS
---------------------------------------------------------------- */
.topnav, .topnavhome {
  width: 100%;
  height: 60px;
  border-top: 0px solid #807F83;
  border-bottom: 0px solid #807F83;
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: white;
  box-shadow: 0px 0 10px #ccc; }

.mobilemenu {
  display: none; }

.topnavhome {
  margin-bottom: 0; }

.topnav .logo {
  width: 150px;
  height: auto;
  float: left;
  margin: 13px 20px 0 0; }

.topnav .right {
  float: right;
  border-bottom: 1px solid #b3b2b6;
  width: 75%;
  margin-top: 10px;
  /*margin-right:1%;*/ }

.topnav ul, .hangingnav ul {
  float: left;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0; }

.topnav li {
  margin-right: 15px;
  float: left;
  margin-right: 25px; }

.topnav li a {
  padding-top: 5px;
  padding-bottom: 6px;
  display: block; }

.topnav li a:hover {
  color: #0096D6; }

.topnav .current_page_item {
  border-bottom: 4px solid #002B5C;
  padding-bottom: 2px; }

.topnav a {
  color: #807F83;
  font-size: 0.75em;
  text-decoration: none; }

.topnav .strap {
  float: right;
  margin-left: 10px;
  width: 150px;
  height: auto; }

.topnav .searchbutton {
  float: right;
  width: auto;
  height: 35px; }

.hangingnav {
  text-transform: uppercase;
  height: 40px;
  font-size: 0.75em;
  /*position:absolute;*/
  position: relative;
  z-index: 500;
  margin: 0 auto;
  overflow: hidden; }

.hangingnav .content {
  height: 40px; }

.hangingnav .contact {
  float: right; }

.hangingnav .grey {
  background-color: #807F83;
  display: block;
  float: left;
  color: #fff;
  height: 40px;
  padding-left: 3%;
  padding-right: 3%; }

.hangingnav .grey a, .hangingnav .blue a {
  color: #fff; }

.hangingnav .blue {
  background-color: #002B5C;
  display: block;
  float: left;
  color: #fff;
  height: 40px;
  padding-left: 3%;
  padding-right: 3%; }

.hangingnav .builder {
  float: left;
  width: 55px;
  height: 40px;
  display: block;
  margin-left: -1px; }

.hangingnav .split {
  background-image: url("../../images/hangingnav_split.png");
  background-repeat: no-repeat;
  background-color: #002B5C; }

.hangingnav .split-blue {
  background-image: url("../../images/hangingnav_split_grey_blue.png");
  background-repeat: no-repeat;
  background-color: #807F83; }

.hangingnav .split-grey{
  background-image: url('../../images/hangingnav_split_grey_transparant.png');
  background-repeat: no-repeat;}

.hangingnav .end {
  background-image: url("../../images/hangingnav_end_reverse.png");
  background-repeat: no-repeat; }

.hangingnav .end-blue {
  background-image: url("../../images/hangingnav_end_reverse_blue.png");
  background-repeat: no-repeat; }

.hangingnav .start {
  /*background-image: url('images/hangingnav_start.png');*/ }

.hangingnav ul {
  margin-top: 5px; }

.hangingnav li {
  height: 15px;
  border-right: 1px solid white;
  margin-top: 9px;
  float: left;
  padding: 0 7px 0 7px;
  line-height: 15px; }

.hangingnav ul li:last-child {
  border: 0; }

.topsearch {
  background-color: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  width: 500px;
  display: table;
  position: absolute;
  z-index: 599;
  left: 50%;
  top: 50px;
  margin-left: 70px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 0.75em;
  display: none; }

.topsearch h5 {
  border-bottom: 1px solid #b3b2b6;
  width: 80%; }

.topsearch .sitemaplink {
  padding-left: 30px;
  padding-top: 10px;
  background-repeat: no-repeat;
  background-position: right 10px;
  background-image: url("../../images/icon_morebgplus.png");
  display: table;
  padding-right: 50px; }

.topsearch .sitemaplink a {
  color: #807F83; }

.mobilemenubutton, #mobilemenu {
  display: none; }

.mobilemenubutton img {
  height: 20px;
  width: auto; }

.bigmenu, .aboutmenu {
  background-color: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  width: 600px;
  display: table;
  position: absolute;
  z-index: 600;
  left: 50%;
  top: 48px;
  margin-left: -300px;
  font-size: 1em;
  display: none;
  padding: 30px; }

.aboutmenu {
  width: 300px; }

.bigmenu .menuholder, .aboutmenu .menuholder {
  width: 30%;
  float: left;
  margin-right: 20px; }

.aboutmenu .menuholder {
  width: 100%; }

.bigmenu .menuholder h5, .aboutmenu .menuholder h5 {
  padding-bottom: 5px;
  border-bottom: 1px solid #b3b2b6; }

.bigmenu .menuholder a, .aboutmenu .menuholder a, .mobilemenu a {
  color: #807F83; }

.bigmenu .menuholder a:hover, .aboutmenu .menuholder a:hover, .mobilemenu a:hover {
  color: #0096D6;
  text-decoration: none; }

.bigmenu .menu, .aboutmenu .menu {
  margin: 0; }

.bigmenu .closer, .aboutmenu .closer {
  border-bottom: 1px solid #b3b2b6;
  width: 100%;
  padding-bottom: 3px;
  font-size: 0.75em;
  text-align: right;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../../images/icon_morebgx.png");
  height: 25px;
  position: relative; }

.bigmenu .closer .text, .aboutmenu .closer .text {
  margin-right: 50px; }

/*.bigmenu .linkcover{
position:absolute;
width:610px;
height:25px;
z-index:2;
top:0;
left:0;
margin-top:20px;

}*/
@media screen and (max-width: 1200px) {
  .topsearch {
    width: 500px;
    margin-left: -90px; }
  .bigmenu, .aboutmenu {
    margin-left: -215px; } }

@media screen and (max-width: 880px) {
  .hangingnav .content {
    margin-left: 0;
    width: 110%; }
  .hangingnav li {
    padding: 0 5px; }
  .hangingnav .builder {
    width: 40px; }
  .hangingnav .grey {
    padding-left: 0;
    padding-right: 0; }
  .hangingnav .blue {
    padding-left: 10px;
    padding-right: 0; }
  .hangingnav .content .grey {
    /*width:40%;*/ }
  .hangingnav .content .city {
    /*display:none;*/ }
  .topnav .logo, .topnav .strap {
    width: 100px;
    margin-top: 5px; }
  .topnav .logo {
    margin-top: 20px; }
  .strap {
    display: none; }
  .topsearch {
    width: 500px;
    margin-left: -200px; }
  .bigmenu, .aboutmenu {
    margin-left: -340px; } }

@media screen and (max-width: 660px) {
  .strap {
    display: none; }
  .topnav .strap {
    width: 70px;
    margin-top: 10px; }
  .topnav .logo {
    width: 120px;
    margin-top: 15px; }
  .topnav .right {
    width: 110px;
    border: 0; }
  .mobilemenu .closer, .people_contactform .closer, .bigmenu .closer, .aboutmenu .closer {
    border-bottom: 1px solid #807F83;
    width: 80%;
    padding-bottom: 3px;
    font-size: 0.75em;
    text-align: right;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("../../images/icon_morebgx.png");
    margin-left: 20px;
    margin-top: 10px; }
  .mobilemenu .text {
    margin-right: 45px; }
  .mobilemenubutton {
    display: block;
    padding-top: 10px; }
  .mobilemenu {
    background-color: white;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    width: 320px;
    display: table;
    position: absolute;
    z-index: 600;
    left: 50%;
    top: 60px;
    margin-left: -160px;
    padding-bottom: 30px;
    font-size: 0.75em; }
  .mobilemenu ul {
    list-style: none;
    margin-left: 20px;
    padding: 0; }
  .mobilemenu li {
    padding: 0;
    margin: 0;
    margin-top: 5px; }
  .mobilemenu ul li a {
    color: #807F83; }
  .mobilemenu h5 {
    width: 80%;
    padding-bottom: 3px;
    border-bottom: 1px solid #807F83;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 1em; }
  .hangingnav {
    width: 300px;
    margin-left: -155px;
    font-size: 0.65em; }
  .hangingnav .content .grey {
    display: none; }
  .hangingnav .content .split {
    background-position: -10px;
    background-image: url("../../images/hangingnav_split_mobile.png"); }
  .hangingnav .content {
    width: 100%; }
  .hangingnav .content .builder {
    width: 40px; }
  .menu-topmenu-container {
    display: none; }
  .hangingnav .content .end {
    display: none; }
  .topsearch {
    width: 290px;
    margin-left: -160px; } }

/* FOOTER.CSS
---------------------------------------------------------------- */
.footer {
  color: #fff;
  font-size: 0.7em;
  line-height: 110%;
  display: table;
  clear: both; }

.homefooter .cdetails {
  width: 98%; }

/* fix for Home page footer left hand section */
@media screen and (max-width: 1200px) {
  .homefooter .colabcde {
    /*margin-right: 0;*/ } }

.footer .contactdetails {
  /*width:22%;*/ }

.casestudy .footer .contactdetails {
  /*width:29%;*/ }

.page-template-page_homepage-php .contactdetails {
  /*width:27.5%;*/
  /*margin-right:1%;*/ }

.page-template-page_contact-php .contactdetails {
  /*width:26.5%;*/
  /*margin-right:1%;*/ }

.footer a {
  color: white; }

.footer .col {
  background-color: #807F83;
  margin-top: 10px;
  overflow: hidden;
  position: relative; }

.casestudy .footer .col {
  margin-top: 0; }

.footer .column {
  background-color: transparent; }

.footer .links {
  width: 15%;
  float: left;
  margin-left: 3%;
  margin-top: 30px;
  line-height: 1.4; }

.footer .links .maillive {
  border: 1px solid #fff;
  padding: 3px;
  display: block;
  width: 100%;
  margin-top: 10px; }

.footer .details {
  width: 60%;
  float: left;
  margin-left: 5%;
  margin-top: 27px;
  line-height: 140%; }

.footer .linetitle {
  width: 60%;
  font-size: 0.9em;
  border-bottom: 1px solid white;
  padding-left: 5%;
  padding-top: 30px;
  padding-bottom: 3px; }

.footer .contactdetails {
  /*width:28%;
    float:left;*/ }

/*.page-template-page_taxolist-php .footer .contactdetails, */
.single-post .footer .contactdetails {
  /*width:28%;*/
  /*margin-right:1%;*/ }

.single-staff_profile .footer .contactdetails {
  float: left; }

.footer .contactdetail {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: uppercase; }

.footer .contactdetails .city {
  margin-left: 5%;
  text-align: right;
  width: 70px;
  /*display: table;*/ }

.footer .contactdetails .number {
  margin-left: 2%;
  text-align: left;
  width: 60%;
  /*display: table;*/ }

.footer .cdetails {
  /*display: table;*/
  width: 100%;
  background-image: url("../../images/footerbg.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 20px;
  overflow: hidden; }

.footer .searchbox {
  width: 100%;
  border-top: 10px solid white;
  /*display: table;*/
  height: 95px;
  overflow: hidden; }

/* Set width for footer sections on pages using Section Header template - About Us page */
/*.page-template-page_sectionheader-php .footer .colabcde {
width: 70%;
}*/
@media screen and (max-width: 1200px) {
  .footer .contactdetails .city,
  .footer .contactdetails .number {
    text-align: left;
    margin-left: 5%;
    margin-top: 3px; }
  .single-post .footer .colabcde {
    /*width:77%;*/ }
  /*.page-template-page_sectionheader-php .footer .colabcde, 
    .page-template-page_contact-php .footer .colabcde {
        width: 76% !important;
    }*/
  /*.page-template-page_sectionheader-php .footer .colabcde {
        width: 76% !important;
    }
    */
  .footer .contactdetails {
    /*width: 22%; 
        margin-left: 1%;   
        margin-right:0;*/ }
  /* set width for left-hand footer section on all pages in the Sectors, Services and Case Study pages */
  /*.tax-sectors .footer .colabcde, 

    .single .footer .colabcde,
    .page-template-default .colabcde {
        width: 100% !important;
        margin-right: 1%;
    }*/
  .single-post .footer .colfg {
    /*width:22%;
        float:right;*/
    margin-right: 0; }
  .page-template-page_contact-php .footer .contactdetails {
    /*width: 21%;*/ }
  .footer .contactdetails .city {
    margin-top: 6px; }
  .footer .contactdetails, .casestudy .footer .contactdetails {
    /*width:22%;*/ }
  /* .single-staff_profile .footer .colabcde{
        width:77%;
    }*/
  .footer .col {
    height: auto; }
  .footer .searchbox {
    height: 60px; }
  .page-template-page_homepage-php .footer .contactdetails, .page-template-page_taxolist-php .footer .contactdetails, .single-post .footer .contactdetails {
    /*width:24.1%;*/ }
  .page-template-page_sectionheader-php .footer .contactdetails {
    /*width: 22%;*/ } }

@media screen and (max-width: 880px) {
  /*.single-post .footer .colabcde{
        width:77%;
    }*/
  .footer .contactdetails {
    /*  width: 21%; */ }
  .footer .searchbox {
    height: 123px; } }

@media screen and (max-width: 660px) {
  /*.footer .colabcde, .footer .colfg, .single-post .footer .colabcde, .single-post .footer .colfg{
        width:100%;
    }
    */
  /* .footer .colfg{
        
    }
    */
  /*.page-template-page_homepage-php .footer .contactdetails, .page-template-page_taxolist-php .footer .contactdetails, .casestudy .footer .contactdetails{
    width:100%;
    margin:0 auto;
    }*/
  /*.footer .colabcde
    {
        width: 100% !important;
        margin:0 auto !important;
    }*/
  /*.casestudy .footer .contactdetails{
    margin-top:10px;
    }*/
  /* 
    .full-width .footer .contactdetails{
        width:100% !important;
        margin-right:0;
    }
    */
  .footer .contactdetail {
    float: none;
    clear: both; }
  /* set width for left-hand footer section on all pages in the Sectors, Services and Case Study pages */
  /*.tax-sectors .footer .colabcde, .tax-services .footer .colabcde, .single .footer .colabcde {
        width: 100% !important;
    }*/
  .single-staff_profile .footer .colabcde {
    width: 100%; }
  .footer .col {
    /*display: table;*/
    width: 100%;
    height: auto; }
  .footer .links {
    width: 86%;
    float: left;
    margin-left: 5%;
    margin-top: 30px;
    line-height: 1.4; }
  .footer .details {
    width: 90%;
    margin-bottom: 20px; }
  .footer .searchbox {
    height: 70px; }
  .searchcontainer {
    margin: 20px 0 0 5%; }
  .footer .contactdetails {
    margin-left: 0; }
  .page-template-page_sectionheader-php .footer .colabcde,
  .page-template-page_contact-php .footer .colabcde {
    /*width: 100% !important;*/ } }

/* SECTIONHEADER.CSS
---------------------------------------------------------------- */
.sectionheader .textcolumn {
  /*width:70%;*/
  width: 100%;
  /*margin-right:1%;
}

.sectionheader .colfg{
padding-top:27px;
}

.sectionheader .footer .colfg{
padding-top:0;
}

.sectionheader .excerpt{

}

.sectionheader .item{
    background-color:#EFEFF0;
    width:100%;
    display:block;
    position:relative;
    overflow:hidden;
    margin-bottom:10px;

    background-repeat:no-repeat;
    background-image:url('images/icon_arrowopen_right.png');
    background-position:97% center;
    background-size:30px 30px;
}

.sectionheader .item .linkcover{

position:absolute;
width:830px;
/*height:130px;*/ }

.sectionheader .holder {
  margin-left: 0;
  margin-right: 0; }

.sectionheader .item .image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  /*margin-left:20px;
    margin-bottom:20px;
    margin-top:15px;*/ }

.sectionheader .item .text {
  /*width:90%;*/
  padding: 2px 30px 2px 2px;
  font-size: 0.85em;
  line-height: 125%;
  overflow: hidden;
  background: url("../../images/about-arrow.png") right center no-repeat; }

.sectionheader .item .text a {
  color: #807F83; }

.sectionheader .item .image img {
  height: 100%;
  width: auto; }

.sectionheader h2 {
  font-size: 1.60em;
  color: #002B5C;
  margin-top: 0; }

.sectionheader .item {
  padding: 20px; }

@media screen and (max-width: 1200px) {
  .sectionheader .textcolumn {
    /*width:76%;*/ }
  /*    .sectionheader .item .linkcover{
    
        width:635px;
    
    }*/ }

@media screen and (max-width: 880px) {
  /*    .sectionheader .item .linkcover{
    
        width:490px;
    
    }
*/ }

@media screen and (max-width: 660px) {
  /*    .sectionheader .item .linkcover{
    
        width:300px;
    
    }*/
  .sectionheader .excerpt {
    padding-right: 0%; }
  .sectionheader .textcolumn {
    width: 100%; }
  .sectionheader .item .text {
    font-size: 0.7em;
    width: 90%;
    /*float:left;*/
    overflow: hidden;
    width: auto !important;
    margin-right: 0; }
  .sectionheader .item {
    padding-bottom: 20px;
    overflow: hidden;
    background-position: 100% center; }
  .sectionheader .item .image {
    /*margin-bottom:140px;*/
    float: left; }
  /*    .sectionheader .item .linkcover{
        height:350px;
    }*/
  .page-template-page_sectionheader-php .footer .contactdetails {
    width: 100%;
    float: none; } }

.footer .colabcde {
  /*width: 70% ;*/ }

.sidecolumn {
  padding-bottom: 23px; }

@media screen and (max-width: 880px) {
  .column .colfg .sidecolumn {
    padding-bottom: 2px !important; } }

/* FORMS.CSS
---------------------------------------------------------------- */
.gform_body {
  padding: 20px;
  background-color: #EFEFF0; }

.gform_body ul {
  list-style: none; }

.gfield_label {
  font-size: 0.85em; }

.gfield_description {
  font-size: 0.75em;
  margin-bottom: 10px; }

.gfield_required {
  color: red; }

.gform_footer {
  margin-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.gform_image_button {
  width: auto;
  height: 30px; }

.gform_body input, .gform_body textarea {
  width: 80%;
  padding: 3px; }

.gform_body select {
  width: calc(80% + 10px);
  margin: 0;
  -webkit-border-radius: 0px;
  border: 1px solid #CCC;
  background: #FFF;
  height: 23px; }

.gfield_checkbox input {
  width: 40px; }

.gfield_checkbox label {
  font-size: 0.75em; }

.gform_body textarea {
  border: 1px solid #CCC; }

/* PUBLIC.CSS (MetaSlider)
---------------------------------------------------------------- */
/**
 * The files in /assets are unmodified.
 * This file contains
 *    - resets, in an attempt to ensure sliders display properly in all themes
 *    - modifications to the default sliders CSS
 */
/* general resets */
.metaslider {
  position: relative;
  z-index: 0; }

.metaslider .caption {
  padding: 5px 10px;
  word-wrap: break-word; }

.metaslider .caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  color: white;
  opacity: 0.7;
  margin: 0;
  display: block;
  width: 100%;
  line-height: 1.4em; }

.metaslider img {
  padding: 0;
  margin: 0;
  -moz-user-select: none; }

.metaslider a {
  outline: none; }

.metaslider .theme-default .nivoSlider {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.metaslider.ms-left {
  float: left;
  margin: 0 20px 20px 0; }

.metaslider.ms-right {
  float: right;
  margin: 0 0 20px 20px; }

.metaslider li:before,
.metaslider li:after {
  content: "" !important;
  display: none !important;
  bottom: auto !important;
  margin: 0 !important; }

.metaslider .caption-wrap .caption img {
  width: auto; }

/** quick resets **/
.article .metaslider ul,
.article .metaslider ol,
.article .metaslider li,
.article .metaslider img,
.art-article .metaslider ul,
.art-article .metaslider ol,
.art-article .metaslider li,
.art-article .metaslider img,
#widgets .metaslider ul,
#widgets .metaslider ol,
#widgets .metaslider li,
#widgets .metaslider img,
.entry .metaslider ul,
.entry .metaslider ol,
.entry .metaslider li,
.entry .metaslider img,
#content .metaslider ul,
#content .metaslider ol,
#content .metaslider li,
#content .metaslider img,
.entry-content .metaslider ul,
.entry-content .metaslider ol,
.entry-content .metaslider li,
.entry-content .metaslider img,
.metaslider .flexslider ul,
.metaslider .flexslider .slides li,
.metaslider .flexslider .slides ul,
.metaslider .flexslider .slides ol,
.metaslider .flexslider .flex-direction-nav,
.metaslider .flexslider .flex-direction-nav li,
*[class*='-article'] .metaslider img {
  border: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
  padding: 0;
  line-height: normal;
  max-width: none;
  max-height: none; }

.metaslider .slides img {
  width: 100%;
  display: block; }

/* FLEXSLIDER.CSS (MetaSlider)
---------------------------------------------------------------- */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

/*.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px;
  min-height: 80px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  /*background: url(bg_direction_nav.png) no-repeat 0 0;*/
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  /*opacity: 0;*/
  -webkit-transition: all .5s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  /*right: -36px;*/ }

.flex-direction-nav .flex-prev {
  /*left: -36px;*/ }

.flexslider:hover .flex-next {
  /*opacity: 0.8;*/
  /*right: 5px;*/ }

.flexslider:hover .flex-prev {
  /*opacity: 0.8;*/
  /*left: 5px;*/ }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  cursor: default;
  pointer-events: none; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs img {
  margin: 10px 5px 0;
  display: inline-block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }

/** Custom Meta Slider CSS **/
.metaslider .flexslider {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  margin: 0 0 40px 0;
  max-width: none;
  max-height: none; }

.flex-control-nav {
  bottom: -30px;
  line-height: 11px; }

/** move margin from list items to anchors */
.flex-control-nav li {
  margin: 0; }

.flex-control-nav li a {
  margin: 0 6px;
  padding: 0; }

.flexslider .slides li {
  position: relative;
  height: auto; }

/** fix for users with RTL languages */
.flex-viewport {
  direction: ltr; }

/* Taxo Slider Styles */
.taxo-gallery-slider .flexslider {
  margin-bottom: 0;
  height: 200px;
  overflow: hidden;
  border-radius: 0; }

.taxo-gallery-slider .flex-direction-nav .flex-next {
  background-image: url("../../images/icon_arrow_blue_right_small.png"); }

.taxo-gallery-slider .flex-direction-nav .flex-prev {
  background-image: url("../../images/icon_arrow_blue_left_small.png"); }

.taxo-gallery-slider .flex-direction-nav a {
  width: 25px;
  height: 25px;
  margin-top: -12px; }

.taxo-gallery-slider .ms-image .caption {
  padding: 8px 10px; }

.taxo-gallery-slider .ms-image .caption-wrap {
  pointer-events: none;
  cursor: pointer;
  top: 164px;
  /* Height is 36 px, 8 + 8 + 18px) */
  bottom: 0; }

@media screen and (max-width: 550px) {
  .taxo-gallery-slider .ms-image .caption-wrap {
    pointer-events: all; } }

.taxo-gallery-slider .ms-image .caption-heading {
  font-size: 13px;
  font-weight: bold; }

.taxo-gallery-slider .ms-image .caption-desc {
  margin-top: 10px;
  font-size: 10px;
  line-height: 150%; }

.taxo-gallery-slider .slides li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

#cboxLoadedContent {
  display: table; }

.taxo-lightbox-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.taxo-lightbox {
  display: inline-block;
  text-align: left; }

.taxo-lightbox-image {
  /*height: 500px;*/ }

.taxo-lightbox img {
  max-width: 100%;
  max-height: 500px; }

.taxo-lightbox .caption-heading {
  font-size: 17px;
  color: #032b5b;
  font-family: "myriad-pro", Arial;
  font-weight: 300; }

.taxo-lightbox .caption-desc {
  font-size: 13px;
  margin-top: 10px; }

#cboxContent button:focus {
  outline: 0; }

.btn-more {
  background: transparent;
  color: inherit;
  font-size: .75em;
  border: solid 1px;
  padding: .5em 2.5em; }

/* HOMEPAGE.CSS
---------------------------------------------------------------- */
.homeslider .overtext {
  color: #fff;
  width: 800px;
  height: 80px;
  top: 0;
  margin-left: 40px;
  position: absolute;
  z-index: 2; }

@media screen and (min-width: 1201px) {
  .homeslider .overtext {
    margin-top: 380px !important; } }

.homeslider .text {
  width: 700px;
  height: 74px;
  background-color: #002A5C;
  float: left;
  padding-top: 6px; }

.homeslider .linkcover {
  /*width:1500px;
    height:800px;
    
    position: absolute;
    z-index:3;
    margin-top:-600px;*/ }

.homeslider .ender {
  width: 80px;
  height: 80px;
  float: left;
  background-image: url("../../images/sliderend-new.png");
  margin-left: -1px; }

.homeslider.slider-with-hover .hover {
  top: 0;
  left: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 2rem;
  box-sizing: border-box;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  background: linear-gradient(rgba(0, 43, 92, 0) 50%, rgba(0, 43, 92, 0.9));
  opacity: 0;
  transition: opacity .3s;
  font-size: 1.5rem; }
  .homeslider.slider-with-hover .hover .btn-more {
    font-weight: 300;
    font-size: 0.6em;
    cursor: pointer; }

.homeslider.slider-with-hover li:hover .hover {
  opacity: 1; }

@media screen and (max-width: 660px) {
  .homeslider.slider-with-hover .hover {
    display: none !important; } }

.homeslider .overtext h2, .homeslider .overtext a, .homeslider p {
  color: #fff;
  margin-left: 20px; }

.homeslider .overtext h2 {
  font-size: 0.70em;
  margin-bottom: 0;
  color: #0096D6;
  font-weight: bold;
  text-transform: uppercase; }

.homeslider .overtext p.smalltext {
  font-size: 1.25em;
  font-weight: normal;
  /*height:22px;
     overflow:hidden;*/ }

@media screen and (max-width: 880px) {
  p.smalltext {
    width: 70%;
    line-height: 1.5em;
    margin-top: -3px; }
  .homeslider .overtext h2 {
    margin-top: 9px; } }

.homeslider p {
  font-size: 0.75em; }

.brandmessage {
  font-size: 0.85em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-bottom: 10px; }

.brandmessages {
  margin-bottom: 20px;
  overflow: hidden; }

.homepage .morelink {
  background-repeat: no-repeat;
  margin-top: 10px;
  font-size: 1em;
  /*margin-top:10px;*/
  /*height:40px;*/
  /*position:absolute;*/
  /*bottom: 20px;*/ }

.brandmessage a {
  color: #807F83; }

.brandmessage h3 {
  width: 100%;
  text-align: center;
  margin: 40px 0 20px 0; }

.brandmessage p {
  width: 100%;
  margin: 20px 0 20px 0;
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 0;
  display: inline-block;
  text-align: justify; }

.brandmessage p span {
  color: #0096D6; }

.brandmessage h3 {
  color: #002B5C;
  font-size: 1.75em;
  font-weight: normal;
  text-transform: none; }

/*
.page-template-page_homepage-php  .casestudiestitle{
    padding-top:20px;
}*/
.homepage .widget_ourpeople .three {
  /*display:none;*/ }

.homepage .widget_ourpeople .panel {
  width: 25%;
  height: 264px;
  position: relative;
  overflow: hidden; }

/*.homepage .widget_ourpeople .panel .linkcover, .homepage .widget_ourpeople .panel .mouser {
    width: 211px;
}

.homepage .widget_ourpeople .panel .linkcover, .homepage .widget_ourpeople .panel .mouser{
width:294px;
height:230px;
}*/
/*@media screen and (max-width: 1200px) {
    .homepage .widget_ourpeople .panel .linkcover, .homepage .widget_ourpeople .panel .mouser{
        width: 211px;
        height: 230px;
    }
}*/
.homepage .widget_news .panel {
  height: 284px; }

.homepage .widget_ourpeople .panel .overlay {
  margin-top: 224px; }

.homeslider .overtext {
  margin-top: 255px; }

.homepage .widget_news {
  font-size: 0.75em; }

.homepage .widget_news p {
  margin-left: 20px;
  width: 85%; }

.homepage .widget_ourpeople .three {
  /*display:none;*/ }

.homepage .widget_ourpeople .panel {
  width: 25%;
  height: 105px;
  overflow: hidden; }

.brandmessage {
  font-size: 0.75em; }

.homepage .widget_casestudies .panel .overlay {
  margin-top: 125px; }

/*.brandmessage p{
height:100px;
}*/
.homepage .widget_ourpeople .panel {
  width: 25%;
  height: 105px; }

.homepage .widget_news .panel {
  height: 250px; }

.homepage .widget_ourpeople .panel .overlay {
  margin-top: 170px; }

.homepage .widget_news .panel p {
  line-height: 130%;
  font-size: 0.9em; }

/*
}

@media screen and (max-width: 880px) {
    .homepage .widget_casestudies .panel{
    width:50%;
    }
    
    .homepage .widget_ourpeople .panel .linkcover, .homepage .widget_ourpeople .panel .mouser {
    width: 316px !important;
    height: 220px !important;
    }
        
    .homepage .widget_ourpeople .panel{
    width:100%;
    height:300px;
    float:none;
        }
    
    .homepage .widget_ourpeople .panel .overlay{
        margin-top:240px;
    font-size:0.85em;
        }
        
        .homepage .widget_news{
        background-image:none;
        }
        
        .homepage .widget_news .panel{
        background-color:#EFEFF0;
        width:100%;
    height: auto;
    float:none;
    padding-top:20px
        }
        
    .homepage .widget_news .panel p{
    font-size:1.2em;
    line-height:130%;
    height:80px;
    }
    
    .homepage .widget_news .panel h4{
    margin-top:10px;
    line-height: 1.4;
    }
    
    .homepage .widget_news .seeallbar{
    margin-top:10px;
    }
        
        .homepage .widget_ourpeople .peoplesidecolumn{
        display:none;
        }
        .brandmessage p{
    height:140px;
    }
    
    .brandmessage h3{
    height:40px;
    margin-bottom: 0;
    }
    
    .homepage .homeslider .ender{
    display:none;
    }
    
    .homepage .homeslider .overtext{
    width:634px;
    margin-left:0;
    margin-top:260px;
    }
    
    .homepage .homeslider .text{
    width:634px;
    }

}*/
@media screen and (max-width: 880px) {
  /*    .homepage .widget_ourpeople .panel .linkcover, .homepage .widget_ourpeople .panel .mouser {
        width: 320px !important;
        height: 220px !important;
    }*/
  /*    .brandmessage {
        height: 260px;
    }*/
  .homepage .widget_casestudies .panel {
    width: 50%; } }

@media screen and (max-width: 660px) {
  .homepage .homeslider .overtext {
    margin-left: 0;
    font-size: 0.5em;
    margin-top: 140px;
    width: 320px;
    z-index: 200; }
  /*    .homepage .widget_ourpeople .panel .linkcover, .homepage .widget_ourpeople .panel .mouser{
        width: 306px !important;
        height:310px;
    }
    */
  .homepage .homeslider .text {
    width: 320px; }
  .homepage .homeslider .overtext .ender, .homepage .homeslider .overtext .smalltext {
    display: none; }
  .homepage .brandmessage {
    width: 100%;
    float: none;
    clear: both;
    height: auto; }
  /*    
    .brandmessage .linkcover{
        position:absolute;
        width:310px;
        height:250px;
    }*/
  .brandmessage p {
    height: auto !important; }
  .homepage .widget_casestudies .panel {
    width: 100%;
    float: none; }
  .homepage .colabc, .homepage .coldef {
    width: 100%; }
  .homepage .homeslider .overtext h2 {
    font-size: 1.6em;
    text-align: center;
    margin-left: 0;
    height: 20px; }
  .homepage .widget_news .panel {
    padding-top: 5px; }
  .homepage .widget_news .panel p {
    height: auto; }
  .homepage .widget_whatwedeliver .seeallbar, .homepage .widget_ourpeople .seeallbar, .homepage .widget_casestudies .seeallbar {
    margin-top: 0; }
  .homepage .widget_ourpeople .panel {
    clear: both;
    width: 100%; 
    height: 205px;}
  .widget_ourpeople.other .panel {
    height: 205px; }
  .homepage .footer .colabcde {
    width: 100% !important; } }

@media screen and (max-width: 1200px) {
  .homefooter {
    /*width: 860px;*/ }
  .homeslider.taxslider .overtext {
    margin-top: 290px; } }

@media screen and (max-width: 880px) {
  .homefooter {
    /*width:640px;*/
    padding: 0; }
  .homeslider.taxslider .overtext {
    margin-top: 250px; } }

@media screen and (max-width: 660px) {
  .homefooter {
    /*width: 310px;*/
    /*padding-right: 5px;*/ }
  .homepage .widget_news .panel {
    height: auto; }
  .homeslider.taxslider .overtext {
    margin-left: 0;
    font-size: 0.5em;
    margin-top: 140px;
    width: 320px;
    z-index: 200; }
  .homeslider.taxslider .overtext .smalltext {
    display: none; }
  .homeslider.taxslider .text {
    width: 320px; }
  .homeslider.taxslider .overtext h2 {
    font-size: 1.6em;
    text-align: center;
    margin-left: 0;
    height: 20px; } }

/* STAFFPROFILE.CSS
---------------------------------------------------------------- */
.staffprofile .pic_textcontent {
  width: 100%;
  color: #fff;
  background-color: #002B5C;
  float: left;
  height: 350px; }

.staffprofile .featuredimage {
  height: 350px;
  float: left; }

.staffprofile .featuredimage {
  width: 50%; }

.staffprofile .holder {
  margin-left: 0; }

.socialholder {
  width: 100%;
  display: table; }

.staffprofile .text {
  width: 40%;
  margin-left: 5%;
  float: left; }

.staffprofile .pic_textcontent h1, .staffprofile .pic_textcontent p {
  color: #fff; }

.staffprofile .pic_textcontent h1 {
  margin-top: 40px; }

.staffprofile .pic_textcontent .jobtitle {
  margin-top: 10px;
  padding-bottom: 20px;
  color: #0096D6;
  border-bottom: 1px solid #fff; }

.staffprofile .pic_textcontent .quote {
  margin-top: 20px;
  width: 70%;
  font-size: 0.85em; }

.staffsocial {
  clear: both;
  width: 100%;
  display: table;
  background-size: 100%;
  background-repeat: repeat-y; }

.staffcontact {
  width: 100%;
  float: left;
  background: #EFEFF0;
  height: auto;
  padding: 30px;
  box-sizing: border-box; }

.staffsocial {
  width: 37%;
  float: left;
  background: #EFEFF0;
  height: 460px;
  padding: 30px;
  font-size: 0.85em;
  margin-right: 10px; }

.staffcontact h5 {
  font-size: 0.65em;
  text-transform: uppercase;
  margin-top: 20px; }

.staffcontact .linkedintitle {
  border-bottom: 1px solid #b3b2b6;
  padding-bottom: 5px; }

.staffcontact .socialicon {
  vertical-align: middle; }

.staffcontact .address, .staffcontact .email, .staffcontact .linkedin {
  font-size: 0.85em; }

.cvsidelink {
  margin-top: 20px;
  font-size: 0.85em; }

.cvmainlink {
  display: none; }

.people_contactform {
  background-color: #fff;
  /*width:300px;*/
  /*position:fixed;*/
  /*left:50%;*/
  /*margin-left:-250px;*/
  /*margin-top:-50px;*/
  /*border:1px solid #b3b2b6;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.32);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.32);*/
  padding: 20px;
  display: none;
  background: #EFEFF0;
  border-top: 1px solid #b3b2b6;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  /*z-index:600;*/
  /*position:absolute;*/ }

.people_contactform .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0; }

.people_contactform .gform_body {
  padding: 20px 0 0 0; }

.staffprofile .gform_fields, .people_contactform .gform_fields {
  margin-left: 0;
  padding-left: 0; }

.people_contactform h2 {
  font-size: 1em; }

.people_contactform li {
  font-size: 0.85em;
  margin-top: 10px; }

.staffprofile .cola .sub-menu {
  display: none; }

.staffprofile .cola ul {
  width: 90%; }

@media screen and (max-width: 1200px) {
  .staffprofile .featuredimage, .staffprofile .pic_textcontent {
    height: 300px; }
  .widget_twitter, .staffcontact {
    font-size: 0.85em; }
  .staffsocial {
    font-size: 0.85em; }
  .staffsocial, .staffcontact {
    /*width: 83%;*/
    margin-top: 10px;
    height: auto; }
  .staffprofile .pic_textcontent .quote {
    width: 90%; } }

@media screen and (max-width: 880px) {
  .staffprofile .pic_textcontent {
    font-size: 0.85em; }
  .staffprofile .pic_textcontent .quote {
    width: 100%;
    margin-top: 5px;
    line-height: 130%; }
  .staffprofile .featuredimage, .staffprofile .pic_textcontent {
    height: 220px; }
  .staffprofile .pic_textcontent h1 {
    margin-top: 20px;
    font-size: 1.2em; }
  .staffprofile .pic_textcontent jobtitle {
    font-size: 0.85em; }
  .staffsocial {
    font-size: 0.85em; }
  /*.staffsocial, .staffcontact{
        width:36%;
    margin-top:10px;
    height:400px;
    padding:20px;
    }*/
  .staffsocial {
    margin-right: 5px;
    padding: 20px; }
  .staffcontact {
    font-size: 1em; } }

@media screen and (max-width: 660px) {
  .staffprofile .pic_textcontent .quote {
    width: 90%; }
  .staffprofile .pic_textcontent {
    display: table; }
  .staffprofile .pic, .staffprofile .text {
    float: none;
    width: 100%; }
  .staffprofile .pic {
    overflow: hidden; }
  .staffprofile .text {
    padding-bottom: 20px; }
  .staffsocial, .staffcontact {
    /* width:85%;*/
    background-image: none;
    /*height:300px;*/ }
  .staffcontact h5 {
    margin-top: 10px; }
  .staffcontact {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .widget_twitter, .staffcontact {
    /*width: 83%;*/ }
  .cvmainlink {
    display: table;
    width: 100%;
    background-color: #0096D6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .cvmainlink a {
    color: white;
    text-transform: uppercase;
    font-size: 0.75em;
    margin-left: 20px; }
  .cvmainlink .icon {
    float: right;
    margin-right: 10px;
    height: 20px;
    width: auto; }
  .staffprofile .gform_body {
    /*width:80%;*/ } }

/* CASESTUDY.CSS
---------------------------------------------------------------- */
.casestudy .leftmaincolumn {
  /*width:100% !important;*/ }

.casestudy .sidecolumn {
  /* width: 29%;
    background-color: #EFEFF0;
    padding-top: 10px;
    margin-top: 10px;*/ }

.casestudy .pic {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.casestudy .clientlogo {
  height: 50px;
  width: auto;
  float: right;
  margin-top: 10px; }

.casestudy .excerptholder {
  width: 100%;
  border-top: 1px solid #b3b2b6;
  border-bottom: 1px solid #b3b2b6;
  padding-top: 20px;
  padding-bottom: 20px;
  display: table;
  margin-bottom: 10px; }

.casestudy .excerpt {
  width: 70%;
  margin: 0;
  margin-right: 30px;
  float: left;
  border: 0;
  padding: 0; }

.casestudy .whatsnext {
  margin-left: 5%; }

.featuredimage .detailsholder {
  width: 900px;
  /*display:table;
    position:absolute;
    z-index:5;*/
  margin: 500px 0 0 0; }

.featuredimage .details {
  width: 800px;
  height: 70px;
  background-color: #002B5C;
  color: #fff;
  font-size: 0.75em;
  margin-top: 20px;
  padding: 10px 0 0 20px;
  float: left; }

.featuredimage .details .detailtext {
  float: left;
  margin-right: 20px;
  line-height: 100%;
  margin-top: 10px; }

.featuredimage .details .icon {
  width: 40px;
  height: auto;
  float: left;
  vertical-align: middle;
  margin-right: 10px; }

.featuredimage .ender {
  width: 80px;
  height: 80px;
  float: left;
  background-image: url("../../images/casestudyender.png");
  margin-top: 20px; }

.featuredimage .details .detailvalue {
  font-weight: bold; }

.docmainlink {
  display: table;
  width: 100%;
  background-color: #0096D6;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px; }

.docmainlink a {
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  margin-left: 20px; }

.docmainlink .icon {
  float: right;
  margin-right: 10px;
  height: 20px;
  width: auto; }

.holder .testimonial {
  color: #0096D6;
  font-size: 1.5em;
  margin-top: 5px;
  line-height: 1.1em;
  font-style: italic; }

.testimonial_name {
  color: #002B5C;
  font-size: 0.85em; }

.holder .testimonialtitle {
  margin-top: 20px;
  color: #0096D6;
  font-weight: bold;
  font-size: 0.75em; }

.cola h5 {
  border-bottom: 1px solid #b3b2b6;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 22px; }

.casestudy .cola .catslist {
  margin-top: 5px; }

.casestudy .cola li {
  border: 0;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 0; }

.casestudy .key_contact {
  background-color: #EFEFF0;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%; }

.casestudy .key_contact .personpic {
  float: left;
  margin: 10px 20px 20px 20px; }

.casestudy .key_contact .personpic img {
  width: 120px;
  height: auto; }

.casestudy .key_contact .persontext {
  float: left; }

.casestudy .key_contact .persontext {
  font-size: 0.75em; }

.casestudy .key_contact .jobtitle {
  font-size: 1em;
  margin-bottom: 0; }

.casestudy .key_contact .phone_number {
  font-size: 1.2em;
  color: #002B5C; }

.casestudy .key_contact .persontext h4 {
  font-size: 1.4em;
  margin-bottom: 5px; }

.casestudy .key_contact .persontext .morelink {
  margin-left: 0;
  /*width:90px;*/ }

.casestudy .key_contact .persontext .morelink a {
  padding-left: 5px; }

.casestudy .morelink {
  background-image: url("../../images/icon_morebg.png");
  background-repeat: no-repeat;
  margin-left: 20px;
  /*padding-left: 10px;*/
  font-size: 0.65em;
  margin-top: 10px;
  height: 40px; }

.casestudy .keydownloads_title, .casestudy .keydownloads li {
  padding-left: 0; }

@media screen and (max-width: 1200px) {
  .casestudy .pic {
    height: 400px;
    overflow: hidden; }
  .featuredimage .detailsholder {
    width: 750px; }
  .featuredimage .details {
    width: 650px; }
  .featuredimage .detailsholder {
    margin-top: 300px; }
  .casestudy .sidecolumn {
    /*width:22%;
        float:right;*/ } }

@media screen and (max-width: 880px) {
  .featuredimage .detailsholder {
    width: 600px;
    margin-top: 250px; }
  .featuredimage .details .icon {
    width: 25px; }
  .featuredimage .details {
    font-size: 0.65em;
    width: 500px; }
  .casestudy .pic {
    height: 350px; } }

@media screen and (max-width: 660px) {
  .casestudy .holder {
    margin-top: 40px; }
  .casestudy .logoholder {
    width: 100%;
    border-top: 1px solid #b3b2b6;
    display: table;
    margin-top: 20px; }
  .casestudy .clientlogo {
    height: 40px;
    float: left;
    margin-top: 15px; }
  .casestudy .excerpt {
    width: 90%;
    padding-bottom: 20px; }
  .casestudy .excerptholder {
    padding-bottom: 10px; }
  .featuredimage .detailsholder {
    position: relative;
    margin: 0;
    width: 100%;
    height: 50px;
    margin-top: 200px; }
  .featuredimage .details {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    margin: 0;
    width: 100%;
    height: 50px;
    display: table; }
  .featuredimage .details .icon {
    margin-right: 5px;
    margin: 5px 0 5px 20px; }
  .featuredimage .detail {
    display: table; }
  .casestudy .pic {
    margin-bottom: 0; }
  .featuredimage .details .detailtext {
    margin-right: 5px; }
  .featuredimage .ender {
    display: none; }
  .casestudy .pic {
    height: 200px; }
  .casestudy .key_contact .phone_number, .casestudy .key_contact .persontext h4 {
    font-size: 1em; } }

/* CONTACT.CSS
---------------------------------------------------------------- */
.contactus .sidecolumn {
  /*padding-top:36px;*/ }

.contactlinks .icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
  float: left;
  vertical-align: middle; }

.contactlinks {
  font-size: 0.75em;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 68px; }

.contactlinks .heading {
  border-top: 2px solid #002B5C;
  color: #002B5C;
  padding-left: 40px; }

.contactlinks a {
  color: #807F83; }

.contactlinks li {
  margin: 10px 0 10px 0;
  border-bottom: 1px dashed #b3b2b6;
  padding: 5px 0 5px 10px; }

.people_contactform .closer {
  border-bottom: 1px solid #807F83;
  width: 100%;
  padding-bottom: 3px;
  font-size: 0.75em;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../../images/icon_morebgx.png");
  margin-top: 10px;
  height: 20px; }

.people_contactform .closer .text {
  float: right;
  text-align: right;
  margin-right: 47px; }

.people_contactform .closer .linkcover, .people_contactform .closer a {
  position: absolute;
  height: 20px;
  width: 100%; }

h5.tk-myriad-pro.contact-page {
  margin-top: 44px; }

/* WIDGETS.CSS
---------------------------------------------------------------- */
.backtotop {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 5;
  margin-left: 584px; }

.backtotop a {
  opacity: 0.8; }

.backtotop a:hover {
  opacity: 1; }

.carousel, .carouselhome {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px; }

.sectionheader .carousel {
  margin-left: 50px;
  margin-right: 50px; }

.carouselhome {
  margin-left: 40px;
  margin-right: 40px; }

.carousel, .prev, .next, .carouselhome {
  float: left; }

.carouselbutton {
  width: 23px;
  height: auto;
  margin-top: 12px; }

.single-case_study .backtotop {
  margin-left: 585px; }

.tax-services .backtotop {
  margin-left: 584px; }

.backtotop img {
  width: 30px;
  height: auto; }

.widget_casestudies {
  margin-top: 10px;
  clear: both;
  display: block;
  width: 100%; }

.homepage .widget_casestudies {
  /*width:99%;*/ }

.widget_casestudies .item {
  float: left;
  height: 200px;
  background-color: rgba(128, 127, 131, 0.6); }

.sharebox {
  z-index: 200;
  width: 50px;
  height: 220px;
  position: fixed;
  background-color: #0096D6;
  left: 100%;
  top: 50%;
  margin-top: -100px;
  margin-left: -50px;
  color: white;
  font-family: arial;
  font-size: 0.65em;
  padding: 10px 0 10px 10px;
  opacity: 0.8;
  /*display:none;*/ }

.sharemobile .sharebox {
  position: relative;
  margin: 0;
  padding: 20px;
  left: auto;
  top: auto;
  width: 100%;
  height: 40px;
  background-color: #0096D6; }

.sharebox img {
  width: 30px;
  height: auto;
  margin-bottom: 7px; }

.sharemobile .sharebox img {
  float: left; }

.sharebox .ssba .shareboxtitle {
  border-bottom: 1px solid white;
  float: right;
  width: 95%;
  margin-bottom: 15px; }

.whatsnext .ssba .share_facebook_container, .whatsnext .ssba .share_email_container, .whatsnext .ssba .share_twitter_container, .whatsnext .ssba .share_print_container, .whatsnext .ssba .share_linkedin_container {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.whatsnext .printfriendly {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url("../../images/icon_print.png");
  background-size: 40px 40px; }

.whatsnext .printfriendly a {
  width: 40px;
  height: 40px; }

.sharebox .ssba .share_facebook_container, .sharebox .ssba .share_email_container, .sharebox .ssba .share_twitter_container, .sharebox .ssba .share_print_container, .sharebox .ssba .share_linkedin_container {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  float: left;
  width: 30px;
  height: 30px;
  margin-bottom: 5px; }

.sharemobile .ssba .share_facebook_container, .sharemobile .ssba .share_email_container, .sharemobile .ssba .share_twitter_container, .sharemobile .ssba .share_print_container, .sharemobile .ssba .share_linkedin_container {
  margin-left: 10px; }

.sharebox .ssba .share_email_container {
  background-size: 30px 20px; }

.sharebox .ssba .share_print_container {
  background-size: 30px 30px;
  margin-bottom: 10px; }

.sharebox .ssba .share_linkedin_container {
  background-size: 30px 30px;
  margin-bottom: 10px; }

.whatsnext .ssba .share_email_container {
  background-image: url("../../images/icon_email.png"); }

.whatsnext .ssba .share_twitter_container {
  background-image: url("../../images/icon_twitter.png"); }

.whatsnext .ssba .share_facebook_container {
  background-image: url("../../images/icon_facebook.png"); }

.sharebox .ssba .share_email_container {
  background-image: url("../../images/icon_email_white.png"); }

.sharebox .ssba .share_print_container {
  background-image: url("../../images/icon_print_white.png"); }

.whatsnext .ssba .share_print_container {
  background-image: url("../../images/icon_print.png"); }

.sharebox .ssba .share_linkedin_container {
  background-image: url("../../images/icon_linkedin_white.png"); }

.whatsnext .ssba .share_linkedin_container {
  background-image: url("../../images/icon_linkedin.png"); }

.sharebox .ssba .share_twitter_container {
  background-image: url("../../images/icon_twitter_white.png"); }

.sharebox .ssba .share_facebook_container {
  background-image: url("../../images/icon_facebook_white.png"); }

.whatsnext .printfriendly {
  float: left;
  width: 40px;
  margin-right: 10px; }

.whatsnext .printfriendly img {
  width: 40px;
  height: auto; }

.whatsnext .ssba .shareboxtitle {
  display: none; }

.sharemobile {
  width: 100%;
  height: 30px;
  position: relative;
  margin-top: 10px;
  margin-left: 0;
  display: none; }

.overcaption {
  position: absolute;
  height: 50px;
  width: 20%;
  margin: 140px 0 0 10px;
  background-color: rgba(128, 127, 131, 0.6); }

.seeallbar {
  font-size: 0.75em;
  height: 40px;
  width: 100%;
  text-align: right;
  margin-top: 10px; }

.sidecolumn .widget_ourpeople .seeallbar {
  border: 0; }

/*.sidecolumn .widget_ourpeople .panel .linkcoverp{
    width:100%;
    height:40px;
    margin-top:-40px;
    position:relative;
}*/
.homepage .widget_news .seeallbar {
  font-size: 1em; }

.widget_news .seeallbar {
  font-size: 0.85em;
  /*position:relative;*/ }

.homepage .seeallbar {
  /*border-top:10px solid white;*/
  /*margin-top:10px;*/ }

.textcolumn .seeallbar {
  /*display:table;*/
  /*border-top:10px solid white;*/ }

.sidecolumn .seeallbar {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.65em;
  padding-left: 10%; }

.sidecolumn .widget_casestudies .seeallbar {
  border-top: 0; }

.seeallbar .text {
  margin-right: 20px;
  padding-top: 10px;
  display: table;
  float: right;
  width: auto; }

.sidecolumn .seeallbar .text {
  float: left; }

.seeallbar a {
  color: #0096D6; }

.seeallbar .arrow {
  padding-top: 10px;
  float: right;
  margin-right: -8px; }

.seeallbar .arrow img {
  width: 20px;
  height: auto; }

.widget_ourwork, .widget_whatwedeliver {
  /*background-image:url('images/workwidget_bg.jpg');
    background-size:100%;
    background-repeat:repeat-y;*/
  /*display:table;*/
  width: 100%; }

.widget_ourwork {
  /*background-image:url('images/deliverwidget_bg.jpg');*/ }

.widget_ourwork .widgetcontent {
  background-image: url("../../images/deliverwidget_bg.jpg");
  background-size: 101%;
  background-repeat: repeat-y;
  background-position: -1px -1px; }

.widget_ourwork .widgetcontentx {
  /*background-image:url('images/newswidget_bg.jpg');
    background-size:100%;
background-repeat:repeat-y;*/ }

.sidecolumn .widget_ourwork, .sidecolumn .widget_whatwedeliver {
  background-image: none; }

.sidecolumn .widget_ourwork .panel, .sidecolumn .widget_whatwedeliver .panel {
  background-color: #002B5C;
  height: auto;
  margin-bottom: 10px; }

.widget_whatwedeliver {
  background-image: url("../../images/workwidget_bg.jpg");
  color: white; }

.widget_whatwedeliver .widgetcontentx {
  background-image: url("../../images/workwidget_bg.jpg");
  background-size: 100%;
  background-repeat: repeat-y; }

.widget_whatwedeliver a {
  color: white; }

#tempcover {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center; }

.widget_ourwork .panel, .widget_whatwedeliver .panel, .widget_ourpeople .panel {
  float: left;
  width: 33.333%;
  background-color: transparent;
  font-size: 0.75em;
  padding-bottom: 20px;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.widget_ourpeople .panel {
  width: 25%; }

.widget_ourpeople.other .panel {
  /*width:17%;*/
  /*width: 16.63%;*/
  /* CC */
  width: 150px; }

.widget_ourpeople.other .panel.one, .widget_ourpeople.other .panel.seven {
  /*width:15%;*/
  /*width: 16.852%*/
  /* CC */
  width: 152px; }

.widget_ourpeople .panel.three {
  /*width:25%;*/ }

.widget_ourwork .panel:first-child, .widget_whatwedeliver .panel:first-child, .widget_ourpeople .panel:first-child {
  /* width: 34%;   */ }

.widget_ourwork .panel {
  width: 50%; }

/*.widget_ourpeople .panel .linkcover,.widget_ourpeople .mouser {
    position:absolute;
    z-index:5;
    width:340px;
    height:250px;
}*/
/*.page-template-default .widget_ourpeople .panel .linkcover, .widget_ourpeople .mouser
{
    width:340px !important;
}*/
@media screen and (max-width: 1200px) {
  /*.page-template-default .widget_ourpeople .panel .linkcover, .widget_ourpeople .mouser {
    width: 221px !important;
    }*/
  .widget_ourpeople.other .panel, .widget_ourpeople.other .panel.one, .widget_ourpeople.other .panel.seven {
    width: 25%; }
  .widget_ourpeople.other .panel.nine, .widget_ourpeople.other .panel.ten, .widget_ourpeople.other .panel.eleven, .widget_ourpeople.other .panel.twelve {
    display: none; } }

@media screen and (max-width: 880px) {
  /*    .page-template-default .widget_ourpeople .panel .linkcover, .widget_ourpeople .mouser {
    width: 164px !important;
    }*/
  .sidecolumn .tinytitle {
    width: 80% !important; }
  .widget_ourpeople.other .panel, .widget_ourpeople.other .panel.one, .widget_ourpeople.other .panel.seven {
    width: 33.333%; } }

@media screen and (max-width: 660px) {
  .widget_ourpeople.other .panel, .widget_ourpeople.other .panel.one, .widget_ourpeople.other .panel.seven {
    width: 100%;
    clear: both; } }

/*.mouser{
    background-color:rgba(0,43,92,0.3);
    display:none;
}*/
/*.widget_ourpeople .mouser{
    position:absolute;
    background-color:rgba(0,43,92,0.3);
    z-index:2;
    margin-top:0;
    display:none;
}*/
.widget_ourpeople .overlay {
  margin: 0 0 0 0;
  height: 30px;
  width: 100%;
  z-index: 4;
  position: absolute;
  bottom: 8px; }

.sidecolumn .widget_ourwork .panel, .sidecolumn .widget_whatwedeliver .panel {
  float: none;
  width: 80%; }

.tinytitle {
  font-size: 0.75em;
  margin-top: 3em;
  margin-bottom: 5px;
  clear: both; }

.sidecolumn .tinytitle {
  width: 70%;
  padding-bottom: 3px;
  border-bottom: 1px solid #b3b2b6;
  padding-left: 10%;
  margin-bottom: 10px;
  margin-top: 50px; }
  .sidecolumn .tinytitle:first-child {
    margin-top: 30px; }

.widget_ourwork .panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px; }

.widget_ourwork .panel li {
  margin-top: 2px; }

.widget_ourwork .panel li a {
  color: white; }

.widget_ourwork .panel h4, .widget_whatwedeliver .panel h4 {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  padding-left: 20px;
  width: 80%;
  margin-bottom: 10px;
  color: white;
  font-size: 1.2em; }

.widget_whatwedeliver .panel h4 {
  color: #0096D6;
  min-height: 45px;
  font-size: 1.5em; }

.sidecolumn .widget_whatwedeliver .panel, .sidecolumn .widget_ourwork .panel {
  display: table; }

.widget_whatwedeliver .panel p {
  padding: 10px 20px 20px 20px; }

.widget_ourwork .seeallbar {
  background-color: #EFEFF0;
  clear: both;
  /*border-top:10px solid white;*/ }

.widget_whatwedeliver .seeallbar, .widget_ourpeople .seeallbar, .widget_casestudies .seeallbar {
  background-color: #EFEFF0;
  clear: both;
  /*border-top:10px solid white;*/ }

.widget_ourpeople .panel {
  overflow: hidden;
  height: 230px;
  background-size: cover;
  background-position: center center;
  position: relative; }

.textcolumn .widgetcontentx {
  display: table;
  margin-bottom: 10px;
  width: 100%; }

.widget_ourpeople .peoplesidecolumn {
  display: none; }

.sidecolumn .widget_ourpeople .maincolumn {
  display: none; }

.sidecolumn .widget_ourpeople .peoplesidecolumn {
  display: block; }

.sidecolumn .widget_ourpeople .peoplesidecolumn {
  height: auto; }

.sidecolumn .widget_ourpeople .peoplesidecolumn h4 {
  font-size: 1.4em; }

.sidecolumn .widget_ourpeople .peoplesidecolumn a {
  color: #807F83; }

.sidecolumn .widget_ourpeople .maincolumn {
  display: none; }

.widget_ourpeople {
  /*width:100.5%;*/
  width: 100%; }

.sidecolumn .widget_ourpeople .panel {
  width: 80%;
  float: none;
  margin-left: auto;
  margin-right: auto; }

/*
.widget_ourpeople img{
    width:100%;
    height:auto;
}
*/
.widget_ourpeople a {
  color: #0096D6; }

.widget_ourpeople .overlay h4 {
  margin: 17px 0 0 8px;
  padding-top: 0;
  text-shadow: 1px 1px #000; }

.widget_ourpeople .overlay p {
  margin: -3px 0 0 20px;
  font-size: 0.9em; }

.widget_ourpeople .overlay h4 {
  color: white;
  font-size: 1.0em; }

.widget_ourpeople .seeallbar {
  width: 100%; }

.homepage .widget_ourpeople .seeallbar {
  width: 100%; }

.widget_news .panel {
  width: 49%;
  margin-right: 1%;
  float: left; }

.sidecolumn .widget_news a {
  color: #807F83; }

/*.sidecolumn .widget_news .linkcovermobile{
    width:100%;
    height:40px;
    margin-top:-30px;
}*/
.sidecolumn .widget_news h4 {
  color: #807F83;
  padding-bottom: 2px;
  font-size: 1.2em;
  border: 0; }

.sidecolumn a h4:hover {
  color: #0096D6; }

.sidecolumn a:hover {
  text-decoration: none;
  color: #0096D6; }

.widget_news .panel:last-child {
  margin-right: 0; }

.widget_news {
  font-size: 0.85em;
  /*display:table;*/ }

.widget-news-background {
  background-image: url("../../images/newswidget_bg.jpg");
  background-size: 100%;
  background-repeat: repeat-y; }

.widget-news-image .panel {
  position: relative;
  overflow: hidden;
  margin-right: 2%; }
  .widget-news-image .panel:last-child {
    margin-right: 0; }

.widget-news-image h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EFEFF0;
  width: 100% !important;
  margin: 0 !important;
  padding: 1rem 3rem 1rem 1rem !important;
  box-sizing: border-box;
  min-height: 72px; }
  .widget-news-image h4:after {
    content: '+';
    position: absolute;
    height: 12px;
    width: 12px;
    background: #0096D6;
    right: 1rem;
    top: 50%;
    margin-top: -6px;
    font-size: 8px;
    line-height: 1.4em;
    text-align: center;
    color: #fff;
    border-radius: 50%; }

.widget-news-image img {
  width: 100%;
  height: auto;
  transform: none;
  left: 0;
  position: relative; }

.homepage .widget-news-image img {
  position: absolute;
  top: 0;
  left: 50%;
  height: calc( 100% - 72px);
  transform: translate(-50%, 0); }

.colfg .widget-news-image .panel {
  width: 100%; }

.colfg .widget-news-image h4 {
  position: relative;
  min-height: 0; }

@media screen and (max-width: 660px) {
  .homepage .widget-news-image img {
    width: 100%;
    height: auto;
    transform: none;
    left: 0;
    position: relative; }
  .homepage .widget-news-image h4 {
    position: relative;
    min-height: 0; } }

.sidecolumn .widget_news {
  float: none; }

.sidecolumn .widget-news-background {
  background-color: #EFEFF0;
  background-image: none; }

.sidecolumn .widget_news p, .sidecolumn .widget_news .meta, .sidecolumn .widget_news h4, .sidecolumn .widget_news .morelink {
  margin-left: 0; }

.widget_news .seeallbar {
  background-color: #EFEFF0;
  clear: both; }

.sidecolumn .seeallbar {
  background-color: transparent;
  color: #807F83;
  text-align: left; }

.sidecolumn .seeallbar a {
  color: #807F83; }

.sidecolumn .seeallbar .arrow {
  display: none; }

.widget_news h4 {
  font-size: 1.4em;
  padding-bottom: 5px;
  /* border-bottom:1px solid #b3b2b6; */
  margin-bottom: 10px;
  width: 90%; }

.widget_news p {
  width: 90%;
  margin-bottom: 10px;
  padding-top: 5px; }

.widget_news .meta {
  text-transform: uppercase;
  font-size: 0.65em;
  margin-left: 20px; }

.peoplesidecolumn .morelink {
  background-repeat: no-repeat;
  margin-left: 20px;
  font-size: 0.65em;
  margin-top: 20px;
  height: 40px; }

.widget_news .morelink {
  background-repeat: no-repeat;
  font-size: 0.65em;
  height: 40px;
  margin-left: 20px;
  margin-top: 12px; }

.sidecolumn .morelink {
  display: none; }

.morelinksidebar {
  display: none; }

.sidecolumn .morelinksidebar {
  display: block;
  background-image: url("../../images/icon_morebgplus.png");
  position: relative; }

.sidecolumn .widget_news .morelink, .peoplesidecolumn .morelink {
  background-image: url("../../images/icon_morebgplus.png");
  height: 20px; }

.peoplesidecolumn .morelink {
  width: 50%;
  border-bottom: 1px solid #b3b2b6;
  padding-bottom: 3px;
  margin-left: 0; }

.peoplesidecolumn h4 {
  margin-top: 5px;
  margin-bottom: 3px; }

.widget_news .morelink a {
  color: #807F83; }

.widget_news h4, .widget_news p {
  margin-left: 20px; }

.widget_news h4 {
  font-weight: lighter; }

/*
.widget_casestudies .panel .linkcover,.widget_casestudies .mouser {
    position:absolute;
    z-index:5;
    width:279px;
    height:250px;
}*/
/*.widget_casestudies .mouser {
position:absolute;
z-index:5;
width:279px;
height:250px;

}*/
/*
.widget_casestudies .panel .linkcover{
width:500px;
height:500px;
}*/
/*
.widget_casestudies .mouser{
    position:absolute;
    background-color:rgba(0,43,92,0.3);
    z-index:2;
    margin-top:0;
    display:none;
    width:500px;
    height:500px;
}
*/
.widget_casestudies .overlay {
  margin: 185px 0 0 10px;
  height: 50px;
  background-color: #002B5C;
  width: 250px;
  z-index: 4;
  position: absolute;
  bottom: 5px; }

.widget_casestudies .overlay {
  margin: 145px 0 0 10px;
  height: 50px;
  background-color: transparent;
  width: 95%;
  background-image: url("../../images/casestudyoverlaybg.png");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat; }

.widget_casestudies .overlayarrow {
  position: absolute;
  float: right;
  margin-top: -40px;
  margin-left: 249px; }

.sectionheader .widget_casestudies .overlayarrow {
  margin-left: 169px; }

.leftmaincolumn .overlayarrow {
  margin-left: 375px; }

.widget_casestudies .overlayarrow img {
  width: 25px;
  height: auto; }

.widget_casestudies .panel {
  overflow: hidden;
  height: 210px;
  position: relative;
  background-size: 115%;
  float: left;
  width: 50%;
  background-position: center center;
  transition: background-size .5s; }
  .widget_casestudies .panel.w50 {
    width: calc( 50% - 2px);
    margin: 2px;
    height: auto;
    position: relative; }
    .widget_casestudies .panel.w50:nth-child(2n) {
      margin-right: 0; }
    .widget_casestudies .panel.w50:nth-child(2n - 1) {
      margin-left: 0; }
    .widget_casestudies .panel.w50 img.img {
      max-width: 100%;
      position: relative;
      opacity: 1;
      transition: transform .5s; }
    .widget_casestudies .panel.w50 .inner {
      display: block;
      font-size: 0;
      line-height: 0; }
    .widget_casestudies .panel.w50 .mouser {
      display: block;
      opacity: 0;
      transition: opacity .5s; }
    .widget_casestudies .panel.w50:hover img.img {
      transform: scale(1.1); }
    .widget_casestudies .panel.w50:hover .mouser {
      opacity: 1; }
    .widget_casestudies .panel.w50:hover .overlay {
      transform: translate(-100%, 0); }
    .widget_casestudies .panel.w50 .overlay {
      height: auto;
      margin: 0;
      width: auto;
      min-width: 50%;
      bottom: auto;
      font-size: 0.75em;
      padding: 1em;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      background: #807F83;
      color: #fff;
      border-bottom: solid 4px;
      height: 4em;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      transition: transform .25s; }
      .widget_casestudies .panel.w50 .overlay:before, .widget_casestudies .panel.w50 .overlay:after {
        position: absolute;
        content: '';
        right: -5em;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4em 5em 0 0; }
      .widget_casestudies .panel.w50 .overlay:before {
        top: 0;
        border-color: #fff transparent transparent transparent; }
      .widget_casestudies .panel.w50 .overlay:after {
        top: -4px;
        border-color: #807F83 transparent transparent transparent; }
      .widget_casestudies .panel.w50 .overlay a {
        color: inherit; }
      .widget_casestudies .panel.w50 .overlay h4 {
        color: inherit;
        margin: 0;
        display: inline-block;
        font-size: 1.25em;
        padding-left: 1.8em; }
      .widget_casestudies .panel.w50 .overlay .arrow {
        position: absolute;
        left: 1em;
        top: 50%;
        margin-top: -8px; }
        .widget_casestudies .panel.w50 .overlay .arrow img {
          width: 16px;
          height: auto; }
    .widget_casestudies .panel.w50 .mouser {
      box-sizing: border-box;
      font-size: 15px;
      line-height: 1.6em;
      padding: 3em;
      color: #fff;
      background: rgba(0, 43, 92, 0.5); }
      .widget_casestudies .panel.w50 .mouser h5 {
        font-size: 1em;
        margin: 0;
        border-bottom: solid 1px;
        margin-bottom: 1em;
        padding-bottom: 1em; }
      .widget_casestudies .panel.w50 .mouser p {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 6em;
        font-size: 1em;
        line-height: 1.5em;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .widget_casestudies .panel.w50 .mouser .btn-more {
        float: right; }

@media screen and (max-width: 660px) {
  .widget_casestudies .panel.w50 {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .widget_casestudies .panel.w50:hover {
      background-size: 115%; }
    .widget_casestudies .panel.w50 .mouser {
      display: none !important; } }

.sidecolumn .widget_casestudies .four {
  display: none; }

.sidecolumn .widget_casestudies .panel {
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto; }
  .sidecolumn .widget_casestudies .panel.w50 .mouser {
    padding: 1rem;
    font-size: .75rem; }
    .sidecolumn .widget_casestudies .panel.w50 .mouser h5 {
      margin-bottom: .75em;
      padding-bottom: .75em; }
    .sidecolumn .widget_casestudies .panel.w50 .mouser p {
      height: 3.375rem;
      font-size: .75rem;
      line-height: 1.5em;
      -webkit-line-clamp: 3; }

.widget_casestudies .overlay {
  font-size: 1em; }

.sidecolumn .widget_casestudies .overlay {
  font-size: 0.75em; }

.widget_casestudies .overlay h4 {
  margin: 6px 0 0 20px;
  padding-top: 0; }

.widget_casestudies .overlay p {
  margin: -3px 0 0 20px;
  font-size: 0.8em; }

.widget_casestudies .overlay h4 {
  color: white;
  font-size: 1em; }

.widget_casestudies .overlay h4.key-sector {
  font-size: 18px; }

.logoslider {
  width: 99%;
  height: 90px;
  overflow: hidden;
  background-image: url("../../images/sliderbg.jpg");
  background-repeat: repeat-x; }

.logoslider ul {
  list-style: none; }

.logoslider .flex-direction-nav .flex-next {
  margin: -20px 0 0 40px; }

.logoslider li {
  height: 60px;
  width: 120px;
  padding: 10px;
  padding-top: 20px;
  margin-right: 20px;
  float: left; }

.widget_contact {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px; }

.widget_contact .city {
  font-size: 1em;
  color: #002B5C;
  margin-bottom: 3px; }

.widget_contact .number {
  color: #002B5C;
  font-size: 1em;
  margin-bottom: 10px; }

.widget_contact .email {
  margin-bottom: 10px; }

.widget_contact .email a {
  color: #002B5C;
  font-size: 0.75em; }

.widget_contact .email a:hover {
  text-decoration: underline; }

.widget_contact .mailing {
  font-size: 0.85em;
  margin-bottom: 40px; }

.searchcontainer {
  margin: 20px 0 0 20px; }

.searchcontainer #s {
  color: #807F83;
  padding: 3px;
  width: 60%; }

.searchcontainer #searchsubmit {
  width: 25px;
  height: auto;
  margin-left: 5px;
  vertical-align: middle; }

.searchresults .holder {
  background-image: none !important; }

.searchresults .searchresult_item {
  background: transparent;
  height: auto;
  background-image: none;
  font-size: 0.85em;
  margin-bottom: 10px; }

.searchresults .searchresult_item h2 {
  color: #002B5C;
  font-size: 1.5em;
  margin-bottom: 5px; }

.searchresults .searchresult_item a {
  text-decoration: none; }

.searchresults .searchform {
  background-color: #EFEFF0;
  padding: 35px 0 20px 20px; }

.searchresults .footer .searchform {
  background-color: transparent; }

.searchresults .searchform form, .searchresults .searchform .searchcontainer {
  margin: 0;
  padding: 0; }

.searchresults .searchform .sitemaplink {
  font-size: 0.85em;
  margin-top: 12px; }

@media screen and (max-width: 1200px) {
  .widget_casestudies .overlay {
    font-size: 0.9em; }
  .carousel {
    margin-left: 35px;
    margin-right: 35px; }
  .carouselhome {
    margin-left: 30px;
    margin-right: 21px; }
  .sectionheader .carousel {
    margin-left: 30px;
    margin-right: 30px; }
  /*    .widget_ourpeople .panel .linkcover,.widget_ourpeople .mouser {
    width:216px;
    height:220px;
    }*/
  .widget_ourpeople .overlay {
    margin: 175px 0 0 0;
    width: 190px; }
  .widget_ourpeople .panel {
    height: 200px; }
  .backtotop {
    margin-left: 414px; }
  .single-case_study .backtotop {
    margin-left: 414px; }
  .tax-services .backtotop {
    margin-left: 414px; }
  .sidecolumn {
    font-size: 0.85em; }
  .sidecolumn .widget_casestudies .panel {
    height: 150px; }
  .widget_ourpeople .panel .overlay {
    margin-top: 155px; }
  .sidecolumn .widget_casestudies .overlay {
    width: 90%;
    margin-top: 90px; }
  .sidecolumn .seeallbar {
    width: 80%; }
  .sidecolumn .widget_casestudies .overlayarrow {
    position: absolute;
    float: right;
    margin-top: -40px;
    margin-left: 119px; }
  .leftmaincolumn .overlayarrow {
    margin-left: 297px; }
  .sidecolumn .widget_casestudies .overlay .clientname {
    display: none; }
  .sidecolumn .widget_casestudies .overlay {
    line-height: 120%; }
  .sidecolumn .widget_casestudies h4 {
    margin-left: 5px;
    margin-top: 5px;
    width: 80%; } }

@media screen and (max-width: 880px) {
  .sidecolumn .widget_casestudies .overlay {
    font-size: 1em; }
  .carousel {
    margin-left: 15px;
    margin-right: 15px; }
  .carouselhome {
    margin-left: 65px;
    margin-right: 65px; }
  .sectionheader .carousel {
    margin-left: 10px;
    margin-right: 10px; }
  /*    .widget_ourpeople .panel .linkcover,.widget_ourpeople .mouser {
    width:174px;
    height:150px;
    }*/
  .widget_ourpeople .overlay {
    margin: 125px 0 0 10px;
    width: 280px; }
  .backtotop {
    margin-left: 302px; }
  .single-case_study .backtotop, .tax-services .backtotop {
    margin-left: 302px; }
  .widget_ourpeople .panel {
    height: 140px;
    padding-bottom: 10px; }
  .widget_ourpeople .panel .overlay {
    margin-top: 170px; }
  .widget_ourpeople .overlay h4 {
    margin: 30px 0 0 0; }
  .widget_casestudies .panel {
    height: 150px;
    font-size: 0.75em; }
  .widget_ourpeople .overlay, .widget_casestudies .overlay {
    margin-top: 80px;
    /*font-size:0.85em;*/ }
  .widget_ourpeople .overlay, .widget_casestudies .overlay {
    margin-top: 98px;
    /*font-size:0.85em;*/
    height: 45px; }
  .widget_ourpeople .overlay, .widget_casestudies .overlay {
    font-size: 1em; }
  /*.widget_casestudies .overlay{
        margin-top:95px;
        margin-left:0;
        width:100%;
        background-repeat:repeat-x;
    }

    .sidecolumn .widget_casestudies .overlay{
        width:100%;
        margin-top:90px;
       }*/
  .widget_ourpeople.other .seven, .widget_ourpeople.other .eight, .widget_ourpeople .nine, .widget_ourpeople .ten, .widget_ourpeople .eleven, .widget_ourpeople .twelve {
    display: none; }
  .sidebar .seeallbar .text {
    font-size: 0.85em; }
  .sidecolumn .widget_news .morelink, .peoplesidecolumn .morelink {
    width: 80%; }
  .sidecolumn .widget_casestudies .panel {
    background-size: cover; } }

@media screen and (max-width: 660px) {
  .carousel, .sectionheader .carousel {
    margin-left: 60px;
    margin-right: 60px; }
  .widget_ourwork .widgetcontent, .widget-news-background {
    background: none; }
  .carouselhome {
    margin-left: 55px;
    margin-right: 55px; }
  /*    .widget_ourpeople .panel .linkcover,.widget_ourpeople .mouser {
        width:310px !important;
        height:300px;
    }*/
  .widget_ourpeople .panel .overlay {
    margin: 250px 0 0 0;
    width: 280px;
    height: 55px;
    font-size: 1em; }
  .widget_ourpeople .overlay h4 {
    margin: 40px 0 0 8px;
    padding-top: 0; }
  .widget_ourpeople .panel {
    height: 290px; }
  .backtotop {
    display: none; }
  .leftmaincolumn .overlayarrow {
    margin-left: 277px;
    margin-top: -37px; }
  .details .title {
    margin-left: 20px; }
  .social {
    /* display: block !important; */ }
  .sharemobile {
    display: table;
    clear: both; }
  .sharemobile .sharebox {
    padding: 0;
    padding-top: 10px; }
  .sharemobile .sharebox .ssba .shareboxtitle {
    border-right: 1px solid white;
    border-bottom: 0;
    float: left;
    width: 40px;
    margin-bottom: 15px;
    margin-left: 20px; }
  .sharemobile .ssba_email_share img {
    margin-top: 4px; }
  .sharemobile .shareboxtitle {
    margin-bottom: 0;
    margin-top: 4px; }
  .sharemobile img {
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 10px; }
  .widget_casestudies .panel, .widget_ourpeople .panel, .widget_whatwedeliver .panel, .widget_ourwork .panel, .widget_news .panel {
    width: 100%; }
  .widget_ourpeople .widgetcontent.cf {
    background-color: #807F83 !important; }
  .widget_whatwedeliver .panel, .widget_ourwork .panel, .widget_news .panel {
    margin-bottom: 10px; }
  .widget_whatwedeliver .panel:last-child, .widget_ourwork .panel:last-child, .widget_news .panel:last-child {
    margin-bottom: 0; }
  .widget_ourwork .panel {
    background-color: #807F83; }
  .widget_news .panel {
    background-color: #EFEFF0; }
  .widget_whatwedeliver .panel {
    background-color: #002B5C; }
  .widget_casestudies .panel {
    height: 200px; }
  .widget_casestudies .panel .overlay {
    margin-top: 135px; }
  .widget_whatwedeliver, .widget_ourwork, .widget_news {
    background-image: none; }
  .widget_ourpeople .seeallbar {
    width: 100%; } }

/* TWITTER.CSS
---------------------------------------------------------------- */
.twitter_container {
  font-size: 0.85em;
  padding: 30px; }

.widget_twitter {
  width: 100%; }

.widget_twitter ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_twitter li {
  margin-bottom: 10px; }

.widget_twitter a {
  color: #0096D6; }

.widget_twitter h2 {
  display: none; }

.widget_twitter a.twitter-user {
  color: #75918B !important;
  font-weight: bold; }

.widget_twitter .intent-meta, .widget_twitter .entry-content {
  width: 100%;
  display: block;
  clear: both; }

.widget_twitter .intent-meta a {
  margin-right: 5px;
  font-size: 8px;
  text-transform: uppercase;
  color: #75918B !important; }

.widget_twitter .time-meta a {
  font-size: 8px;
  text-transform: uppercase;
  width: 100%;
  clear: both; }

.widget_twitter a.in-reply-to {
  clear: both;
  margin-left: 0; }

.widget_twitter iframe {
  margin-bottom: 30px; }

.widget_twitter ul {
  margin-bottom: 10px !important; }

.w100 {
  width: 100%; }

/* SINGLE.CSS
---------------------------------------------------------------- */
.singlepost .textcolumn {
  width: 100%; }

.singlepost .holder {
  width: 99%;
  margin-left: 0; }

.singlepost .excerpt {
  /*padding-right:2%;*/ }

.singlepost .holder p {
  padding-right: 5%; }

.singlepost .cats {
  background-color: #002B5C;
  display: block;
  padding: 0px 40px 0px 20px;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #fff;
  height: 36px;
  float: left;
  line-height: 36px; }

.singlepost .cats a {
  color: #fff; }

.singlepost .ender {
  width: 50px;
  height: 36px;
  background-image: url("../../images/singleender.png");
  background-repeat: no-repeat;
  float: left;
  margin-left: -1px; }

.gallery-size-thumbnail {
  margin: 0 -3px; }

.gallery-size-thumbnail .gallery-item {
  display: inline-block;
  margin: 0 3px; }

.gallery-size-thumbnail .gallery-item a {
  display: block;
  line-height: 0; }

.gallery-size-thumbnail .gallery-caption {
  margin-left: 0;
  text-align: center;
  margin: 5px 0 10px 0; }

@media screen and (max-width: 660px) {
  .gallery-size-thumbnail br {
    display: none; } }

.catslist {
  list-style: none;
  font-size: 0.85em;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 50px; }

.catslist li {
  padding-top: 3px;
  padding-bottom: 3px; }

.cola .catslist li {
  padding-left: 0; }

.catslist li a {
  color: #807F83; }

.nextback {
  width: 100%;
  border-bottom: 1px solid #b3b2b6;
  border-top: 1px solid #b3b2b6;
  padding-bottom: 10px;
  padding-top: 10px;
  display: table;
  font-size: 0.85em; }

.nextback .icon {
  width: 20px;
  height: auto;
  vertical-align: middle; }

.nextback .lefticon {
  margin-right: 20px; }

.nextback .righticon {
  margin-left: 20px; }

.nextback a {
  color: #807F83; }

.nextback .left, .nextback .right {
  width: 50%;
  height: 30px;
  float: left; }

.nextback .right {
  text-align: right; }

.backlink {
  width: 80%;
  border-bottom: 1px solid #b3b2b6;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 0.85em; }

.backlink .icon {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px; }

@media screen and (max-width: 660px) {
  /*.singlepost .excerpt{
        padding-right:0%;
    }*/
  .singlepost .ender, .singlepost .cats {
    display: none; } }

/* LOOP.CSS
---------------------------------------------------------------- */
.nextback {
  background-color: #fff; }

.nextback img {
  width: 22px;
  height: auto; }

.nextback .pages {
  width: 80%;
  float: left;
  margin: 0 auto;
  text-align: center; }

.nextback .previouspostslink, .nextback .nextpostslink {
  width: 10%;
  float: left;
  height: 25px; }

.nextback .nextpostslink {
  text-align: right; }

.loop .thispagetext {
  width: 100%;
  padding-bottom: 20px;
  display: table; }

.loop .thispagetext p {
  /*width:70%;*/ }

.loop .textcolumn {
  /*width:70%;
    margin-right:1%;*/ }

.loop .holder {
  margin-left: 0;
  background-image: url("../../images/newswidget_bg.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  display: table;
  width: 100%;
  margin-right: 0; }

.loop .loop_item {
  float: left;
  width: 50%;
  border-top: 10px solid white;
  font-size: 0.85em; }

.loop .empty_news {
  background: #fff; }

.loop .loop_item h2 {
  color: #002B5C;
  height: 35px; }

.loop .loop_item .text {
  height: 90px; }

.loop .loop_item .inner, .loop .loop_item h2 {
  margin: 20px; }

.loop .excerpt {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.loop .first {
  width: 100%;
  margin-right: 0;
  display: table;
  background-color: #EFEFF0;
  border-bottom: 10px solid white; }

.loop_item .pic {
  overflow: hidden;
  width: 90%;
  height: 200px;
  margin: 0 auto; }

.loop_item .text .cats {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.65em; }

.loop_item .text .cats a {
  color: #807F83; }

.first .pic {
  width: 100%;
  height: 350px; }

.loop_item .pic a {
  position: relative;
  width: 100%;
  height: 100%; }

.loop_item .pic img {
  width: 100%;
  height: auto;
  display: block; }

.loop .first h2 {
  font-size: 2em; }

.loop .loop_item .morelink {
  width: 100%;
  text-align: right;
  margin-top: -30px;
  float: right;
  padding-right: 20px;
  background-image: url("../../images/icon_morebgplus.png");
  background-repeat: no-repeat;
  background-position: top right;
  margin-left: 20px;
  padding-left: 10px;
  font-size: 0.65em;
  margin-top: 10px;
  height: 20px;
  margin-bottom: 20px;
  position: relative; }

/*.loop .loop_item .morelink .linkcover{
height:20px;
width:30px;
margin-right:0;
vertical-align:middle;
}*/
.loop .loop_item .morelink a {
  font-size: 1.2em;
  margin-right: 30px;
  color: #807F83; }

@media screen and (max-width: 1200px) {
  .loop_item .inner .text {
    font-size: 0.85em; }
  .loop .textcolumn {
    /*width:77%;*/ } }

@media screen and (max-width: 880px) {
  .loop_item .pic {
    height: 150px; }
  .loop .first .pic {
    height: 250px; }
  .loop .loop_item h2 {
    color: #002B5C;
    height: 60px; }
  .loop .loop_item .text {
    height: 110px; } }

@media screen and (max-width: 660px) {
  .loop .excerpt {
    padding-right: 0; }
  .loop_item .pic {
    height: 180px;
    width: 100%;
    overflow: hidden;
    display: block; }
  .loop .first .pic {
    height: 180px; }
  .loop .loop_item {
    width: 100%;
    display: table;
    height: auto;
    background-color: #EFEFF0; }
  .loop .empty_news {
    display: none; }
  .loop .textcolumn, .loop .holder {
    width: 100%; } }

/* TAXO.CSS
---------------------------------------------------------------- */
.taxo .cola {
  clear: both; }

.taxo .holder {
  margin-top: 67px; }

.taxo .sidecolumn {
  margin-top: 0px;
  /*width:24%;*/ }

.taxo .carousel {
  margin-left: 50px;
  margin-right: 50px; }

.taxo .sidecolumn .seeallbar {
  border: 0; }

.taxo .studyitem {
  height: 200px;
  color: #fff;
  float: left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/*.taxo .studyitem .mouser, .taxo .studyitem .linkcover{
    position:absolute;
    z-index:2;
}*/
.taxo .upperhalf .mouser, .taxo .upperhalf .linkcover {
  /*width:594px;
    height:350px;*/ }

/*
.taxo .mouser, .taxo .linkcover{
    width:1000px;
    height:400px;
}*/
.taxo .lowerhalf .mouser, .taxo .lowerhalf .linkcover {
  /*width:417px;
    height:270px;*/ }

.taxo .studyitem .linkcover {
  /*z-index:4;*/ }

.taxo .whatsnext {
  margin-left: 5%; }

.taxo .title {
  position: absolute;
  z-index: 3;
  background-color: #002B5C;
  margin-left: 20px;
  height: 50px;
  padding-top: 7px;
  color: #fff; }

.taxo .title .cats {
  text-transform: uppercase;
  font-size: 0.65em;
  margin-top: 0;
  margin-left: 20px; }

.taxo .title .cats .catname {
  margin-right: 10px; }

.taxo .title a {
  color: #fff; }

.taxo .title h2 {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 6px;
  color: #fff; }

.taxo .studyitem img {
  width: 100%;
  height: auto; }

.taxo .upperfull {
  height: 450px; }

.taxo .upperhalf {
  height: 350px;
  font-size: 0.75em; }

.taxo .upperfull .uppertitle {
  margin-top: 370px;
  width: 820px; }

.taxo .upperhalf .uppertitle {
  margin-top: 280px;
  width: 560px; }

.taxo .lowerfull {
  height: 400px;
  font-size: 0.75em; }

.taxo .lowerhalf {
  height: 270px;
  font-size: 0.75em; }

.taxo .lowerfull .lowertitle {
  margin-top: 320px;
  width: 800px;
  overflow: hidden;
  position: relative; }

.taxo .lowerhalf .lowertitle {
  margin-top: 200px;
  width: 380px;
  overflow: hidden;
  position: relative; }

.taxo .upperfull, .lowerfull {
  width: 100%;
  overflow: hidden;
  position: relative; }

.taxo .upperhalf, .lowerhalf {
  width: 50%;
  overflow: hidden;
  position: relative; }

/*
.taxo .excerpt{
    margin-bottom:30px;
}*/
.taxo .catslist {
  margin-top: 0;
  margin-bottom: 50px; }

@media screen and (max-width: 1200px) {
  .taxo .carousel {
    margin-left: 30px;
    margin-right: 20px; }
  .taxo .sidecolumn {
    /*margin-top:0px;
    width:21.65%;
    padding-bottom: 20px ;*/ }
  /*
    .taxo .upperhalf .mouser, .taxo .upperhalf .linkcover{
    width:430px;
    height:260px;
    }
    
    .taxo .lowerfull .mouser, .taxo .lowerfull .linkcover{
    width: 654px;
    height:340px;
    }
    
    .taxo .lowerhalf .mouser, .taxo .lowerhalf .linkcover{
    width:324px;
    height:220px;
    }
    */
  .taxo .upperhalf .uppertitle {
    width: 390px; }
  .taxo .lowerfull .lowertitle {
    width: 622px; }
  .taxo .lowerhalf .lowertitle {
    width: 291px; }
  .taxo .title h2 {
    font-size: 1.2em;
    margin-bottom: 0; }
  .taxo .title .cats {
    font-size: 0.65em; }
  .taxo .title {
    height: 40px;
    padding-top: 3px; }
  .taxo .upperfull {
    height: 370px; }
  .taxo .upperhalf {
    height: 260px;
    width: 49.9%; }
  /*    .taxo .upperhalf .mouser, .taxo .upperhalf .linkcover {
    width: 424px;
    }*/
  .taxo .upperfull .uppertitle {
    margin-top: 310px; }
  .taxo .upperhalf .uppertitle {
    margin-top: 200px; }
  .taxo .lowerfull {
    height: 340px; }
  .taxo .lowerhalf {
    height: 220px; }
  .taxo .lowerfull .lowertitle {
    margin-top: 280px; }
  .taxo .lowerhalf .lowertitle {
    margin-top: 160px; }
  .footer .colabcde {
    /*width: 77%;*/ } }

@media screen and (max-width: 880px) {
  .taxo .carousel {
    margin-left: 10px;
    margin-right: 10px; }
  .taxo .title h2 {
    margin-bottom: 0; }
  .taxo .excerpt {
    margin-top: 44px; }
  /*    .taxo .upperhalf .mouser, .taxo .upperhalf .linkcover{
    width:320px;
    height:260px;
    }*/
  /* .taxo .lowerfull .mouser, .taxo .lowerfull .linkcover{
    width:492px;
    height:340px;
    }*/
  /*
    .taxo .lowerhalf .mouser, .taxo .lowerhalf .linkcover{
    width:246px;
    height:220px;
    }
    */
  .taxo .upperhalf .uppertitle {
    width: 280px; }
  .taxo .lowerfull .lowertitle {
    width: 451px; }
  .taxo .lowerhalf .lowertitle {
    width: 206px; }
  .taxo .upperhalf, .lowerhalf {
    width: 50%; }
  /*    .widget_ourpeople .panel .linkcover{
    width: 165px;
    height: 150px;
    }*/
  /* left side column - fix to to change top margin */
  .colabcde .cola {
    /*padding-top: 23px;*/ } }

@media screen and (max-width: 660px) {
  .taxo .carousel {
    margin-left: 60px;
    margin-right: 60px; }
  /*.taxo .upperhalf .mouser, .taxo .upperhalf .linkcover, .taxo .lowerfull .mouser, .taxo .lowerfull .linkcover, .taxo .lowerhalf .mouser, .taxo .lowerhalf .linkcover{
width:310px;
height:220px;
}
*/
  .taxo .colbcde {
    margin-bottom: 30px; }
  .taxo .upperhalf .uppertitle {
    margin-top: 160px; }
  .taxo .upperhalf .uppertitle, .taxo .lowerhalf .lowertitle, taxo .lowerfull .lowertitle {
    width: 280px; }
  .taxo .lowerhalf, .taxo .lowerfull, .taxo .upperhalf, .taxo .upperfull {
    width: 310px;
    height: 220px; }
  .taxo .lowerfull .lowertitle, .taxo .upperfull .uppertitle {
    margin-top: 150px; }
  .taxo .lowerfull .lowertitle {
    width: 270px; }
  .footer .colabcde {
    width: 100%; } }

/* Footer - fix to make footer columns same width as body columns */
.footer .colabcde {
  /*width: 74%;*/ }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.homeslider {
  overflow: hidden; }

.flex-pauseplay {
  display: none; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

#mainslider .slides li {
  width: 100%;
  height: 500px; }

#logoslider .slides li {
  width: 100%;
  height: 120px; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flex-control-nav {
  display: none; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 10px;
  border: 0;
  position: relative;
  width: 100%; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.logoslider .flex-viewport {
  width: 80%;
  margin: 0 auto; }

.loading .flex-viewport {
  max-height: 400px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer; }

.logoslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer; }

.flex-direction-nav .flex-prev {
  background-image: url("../../images/icon_arrow_blue_left.png");
  background-repeat: no-repeat;
  background-size: cover; }

.flex-direction-nav .flex-next {
  background-image: url("../../images/icon_arrow_blue_right.png");
  background-repeat: no-repeat;
  background-size: cover; }

.flex-prev {
  opacity: 0.7;
  left: 10px; }

.flex-next {
  opacity: 0.7;
  right: 10px; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 1200px) {
  #mainslider .slides li {
    height: 370px; } }

@media screen and (max-width: 880px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; }
  #mainslider .slides li {
    height: auto; } }

@media screen and (max-width: 660px) {
  #mainslider .slides li {
    height: auto; } }

.timeline {
  margin-bottom: 2rem;
  font-size: 0;
  line-height: 0;
  font-family: "myriad-pro",sans-serif;
  position: relative;
  overflow: hidden; }
  .timeline:before, .timeline:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    width: 1rem;
    height: 100%; }
  .timeline:before {
    right: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff); }
  .timeline:after {
    left: 0;
    background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0)); }
  .timeline .timeline-wrapper {
    white-space: nowrap;
    position: relative;
    z-index: 2;
    transition: transform .3s; }
  .timeline .timeline-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative; }
    .timeline .timeline-item:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 4rem;
      left: 0;
      height: .5rem;
      background: #f2f2f2;
      width: 100%; }
  .timeline .year {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 8rem;
    height: 8rem;
    color: #0096D6;
    background: #d6f3ff;
    border: solid 0.25rem #f2f2f2;
    box-sizing: border-box;
    box-shadow: 0 0 0 4px #fff;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 300;
    transform: translate(-50%, 0);
    transition: left .3s, transform .3s; }
    .timeline .year img {
      height: 3rem;
      margin-top: .15em;
      transition: transform .3s .15s; }
  .timeline .text {
    font-size: 1rem;
    line-height: 1.5em;
    max-width: 15rem;
    margin: 10rem auto 0;
    color: #002B5C;
    white-space: initial;
    position: relative;
    font-weight: 500; }
    .timeline .text:before, .timeline .text:after {
      font-size: 5rem;
      line-height: 1em;
      position: absolute;
      top: 50%;
      margin-top: -.44rem;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.2);
      transform: translate(0, -50%); }
    .timeline .text:before {
      content: '[';
      left: -2rem; }
    .timeline .text:after {
      content: ']';
      right: -2rem; }
  .timeline .is-next .year {
    left: 0;
    transform: translate(-50%, 0) scale(0.6); }
  .timeline .is-prev .year {
    left: 100%;
    transform: translate(-50%, 0) scale(0.6); }
  .timeline .is-prev .year img,
  .timeline .is-next .year img {
    transform: scale(0); }

.timeline-btn-group button {
  width: 40px;
  height: 40px;
  border: none;
  background-size: 100%;
  padding: 0;
  position: absolute;
  z-index: 4;
  top: 3rem;
  background-color: transparent;
  outline: none;
  cursor: pointer; }

.timeline-btn-group .prev {
  left: 0;
  background-image: url(../../images/icon_arrow_blue_left.png); }

.timeline-btn-group .next {
  right: 0;
  background-image: url(../../images/icon_arrow_blue_right.png); }

.timeline-btn-group .disabled {
  pointer-events: none;
  opacity: .5; }

.widget-video {
  position: relative;
  margin: 2px; }
  .widget-video:before {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 56%; }
  .widget-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.widget-grid {
  font-size: 0;
  line-height: 0; }
  .widget-grid .widget-grid-row {
    position: relative; }
  .widget-grid .widget-grid-item {
    display: inline-block;
    background-size: cover;
    background-position: center;
    border: solid 2px #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative; }
    .widget-grid .widget-grid-item img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .widget-grid .widget-grid-item img {
      position: absolute;
      height: 100%;
      width: auto;
      opacity: 0; }
    .widget-grid .widget-grid-item:before {
      content: '';
      position: relative;
      display: block;
      padding-bottom: 50%; }
  .widget-grid .widget-grid-item:first-child:last-child {
    position: relative;
    width: 100%; }
    .widget-grid .widget-grid-item:first-child:last-child:before {
      display: block;
      padding-bottom: 50%; }
  .widget-grid .widget-grid-item-1,
  .widget-grid .widget-grid-item-5,
  .widget-grid .widget-grid-item-6,
  .widget-grid .widget-grid-item-10 {
    position: absolute;
    top: 0;
    bottom: 0; }
    .widget-grid .widget-grid-item-1:before,
    .widget-grid .widget-grid-item-5:before,
    .widget-grid .widget-grid-item-6:before,
    .widget-grid .widget-grid-item-10:before {
      display: none; }
  .widget-grid .widget-grid-item-1,
  .widget-grid .widget-grid-item-6 {
    left: 0; }
  .widget-grid .widget-grid-item-5,
  .widget-grid .widget-grid-item-10 {
    right: 0; }
  .widget-grid .widget-grid-item-1,
  .widget-grid .widget-grid-item-10 {
    width: 45%; }
  .widget-grid .widget-grid-item-2,
  .widget-grid .widget-grid-item-3,
  .widget-grid .widget-grid-item-8,
  .widget-grid .widget-grid-item-9 {
    width: 55%; }
  .widget-grid .widget-grid-item-2,
  .widget-grid .widget-grid-item-3 {
    margin-left: 45%; }
  .widget-grid .widget-grid-item-4,
  .widget-grid .widget-grid-item-7 {
    width: 64%; }
  .widget-grid .widget-grid-item-5,
  .widget-grid .widget-grid-item-6 {
    width: 36%; }
  .widget-grid .widget-grid-item-7 {
    margin-left: 36%; }
  .widget-grid .widget-grid-item.text {
    background: #EFEFF0;
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.3em;
    text-align: center; }
    .widget-grid .widget-grid-item.text:before {
      display: none; }

@media screen and (max-width: 660px) {
  .widget-grid .widget-grid-item {
    position: relative;
    width: 100% !important;
    margin-left: 0 !important; }
    .widget-grid .widget-grid-item img {
      opacity: 1;
      width: 100%;
      height: auto;
      position: relative; }
    .widget-grid .widget-grid-item:before {
      display: none !important; } }
