﻿/*font-family:'Effra W01 Bold';
  font-family:'Effra W06 Regular';
  font-family:'Effra W06 Medium';*/
/* Variable and mixin decs */
@font-face {
  font-family: 'Effra W06 Regular';
  src: url("/fonts/fonts/c3892113-d50f-4799-adad-7e65fb66412f.woff2") format("woff2"), url("/fonts/fonts/e58ef6ad-39c7-49ec-80cb-3da50782c744.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Effra W06 Medium';
  src: url("/fonts/fonts/3751c597-7e1c-4fdc-a879-28e6920d41ae.woff2") format("woff2"), url("/fonts/fonts/9629efa0-293a-48c8-92a4-6f712fa2ed03.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: "Effra W01 Bold";
  src: url("/fonts/fonts/3fd2e22e-394a-4285-b056-41815ce4a249.woff2") format("woff2"), url("/fonts/fonts/d9c686bd-1b2c-4730-a0b4-9376d5cc0217.woff") format("woff");
  font-display: swap; }

.msg {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #cc0000;
  color: #fff;
  padding: 10px; }

.covid-19 .insightsControl .excerpt {
  float: left;
  display: block; }

.elevButtons .buttonSlider {
  margin-top: 0; }

.elevButtons .bx-viewport {
  min-height: 170px; }

.elevButtons .bx-controls.bx-has-pager {
  right: 0;
  width: 100px;
  left: unset;
  bottom: -25px; }
  .elevButtons .bx-controls.bx-has-pager .bx-pager {
    bottom: 0; }
  .elevButtons .bx-controls.bx-has-pager .bx-pager-item a {
    background-color: #0d5257; }
    .elevButtons .bx-controls.bx-has-pager .bx-pager-item a.active {
      background-color: #fff; }

.bgImg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #cccccc;
  transition: all .2s; }
  .bgImg:hover {
    transform: scale(1.2); }

.itype {
  color: #0D5257;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1em; }

.idate {
  color: #8D8D8D;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block; }

.slick-prev {
  left: 10px;
  bottom: -10px;
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(/scripts/bxslider/images/controls.png) no-repeat 0 -32px;
  z-index: 100000; }

.covid .bgImg {
  background-position: center; }

.covid .insight .excerpt {
  display: block; }

.slick-next {
  right: 10px;
  bottom: -10px;
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(/scripts/bxslider/images/controls.png) no-repeat -43px -32px;
  z-index: 100000; }

#menuitem139 {
  display: none; }

body, p, input, textarea, select {
  font-family: "Effra W06 Regular", Arial;
  color: #575756;
  font-size: 18px; }

.nomobile {
  display: block; }

.mobile, .dmarker {
  display: none; }

#searchdiv p {
  margin-top: 1em !important; }

h1 {
  color: #000;
  font-family: "Effra W06 Regular", Arial;
  font-weight: normal; }

h2, h3, h4, h5, h6 {
  font-family: "Effra W06 Regular", Arial;
  font-weight: normal; }

.tealHead {
  color: #00b2a9; }

.cursorP {
  cursor: pointer;
  display: inline-block; }

body a {
  font-family: "Effra W06 Regular", Arial;
  color: #33c1ba; }
  body a:hover {
    text-decoration: underline; }

.in-memorium a:hover, .menu a:hover {
  text-decoration: none; }

strong, b {
  font-family: "Effra W06 Medium", Arial; }

html {
  overflow-y: scroll;
  background-color: #fff; }

.bx-wrapper .bx-next {
  /*background: url(/assets/images/next.png) !important;
    background-repeat:no-repeat !important;
    background-position: 0px !important;*/
  right: 0px !important; }

.bx-wrapper .bx-prev {
  /*background: url(/assets/images/prev.png) !important;
    background-repeat:no-repeat !important;
    background-position: 0px !important;*/
  left: 0px !important; }

.footer .bx-controls-direction {
  display: none; }

.bx-controls.bx-has-controls-direction {
  top: 94%;
  width: 100%;
  right: -19px;
  position: absolute;
  z-index: 100000000; }

.bx-controls-direction {
  height: 30px; }

.debugger {
  font-size: 12px;
  position: fixed;
  background-color: #34495e;
  width: 174px;
  padding-top: 45px;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 2147483647;
  /*-webkit-box-shadow: #666 1px 1px 2px;
      -moz-box-shadow: #666 1px 1px 2px;*/
  color: #fff; }
  .debugger:before {
    width: 174px;
    height: 36px;
    top: 0px;
    content: "";
    /*background-image:url(/assets/cms/module-icon.png);*/
    color: #fff;
    text-transform: uppercase;
    background-color: #e55304;
    position: absolute;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center; }
  .debugger:after {
    content: "";
    background-image: url(/assets/cms/Module-Logo.png);
    background-size: 120px !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 174px;
    height: 36px;
    bottom: 70px;
    left: 0px;
    position: absolute; }
  .debugger.smallone:after {
    background-image: url(/assets/cms/module-icon.png) !important;
    background-size: 20px !important;
    background-position-x: 137px; }

.showhide {
  background-color: transparent;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 25px;
  height: 30px;
  cursor: pointer; }
  .showhide span {
    /* padding: 10px; */
    /* padding-top: 20px; */
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    margin-left: 0px; }

.debugger h4 {
  margin: 0px;
  margin-bottom: 7px;
  text-align: left; }

.debugger hr {
  height: 1px;
  border: none;
  border-top: 1px solid #666; }

.debugger h3 {
  margin: 0px;
  margin-bottom: 7px;
  text-align: left;
  display: block;
  font-size: 20px; }

.socialPanel {
  display: none !important; }

.debugger label {
  width: 105px !important;
  display: inline;
  position: relative;
  float: left;
  text-align: left; }

.debugger select {
  text-align: left;
  float: left;
  margin-top: 5px; }

.debugger .cmsButton {
  float: left;
  position: relative;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 4px !important;
  width: 100%;
  font-size: 14px;
  background-color: #2b3e52;
  color: #8b9fb3;
  border: none; }

.subdebug {
  padding: 10px; }

.burger {
  /*width: 30px;*/
  /*height: 30px;*/
  position: absolute;
  right: 5.5%;
  top: 15px;
  z-index: 1000000;
  display: none; }
  .burger span:last-of-type {
    /*margin-bottom: 0;*/ }

.errbox {
  position: fixed;
  width: 800px;
  height: 300px;
  z-index: 100000000;
  background-color: #FFF;
  border: 2px dotted #C00;
  left: 50%;
  margin-left: -400px;
  padding: 20px;
  top: 40px; }

body {
  margin: 0px;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  background-color: #fff;
  color: #616161; }

.item a {
  word-wrap: normal;
  word-break: normal; }

.footerHeader {
  color: #fff;
  font-size: 18px; }

td {
  vertical-align: top; }

.td50 {
  width: 50%;
  vertical-align: top; }

.td25 {
  width: 25%;
  vertical-align: top; }

.td48 {
  width: 48% !important;
  vertical-align: top; }
  .td48 ul {
    font-size: 16px;
    line-height: 1.6em; }

.td4 {
  width: 4% !important;
  vertical-align: top; }

.td30 {
  width: 30% !important;
  vertical-align: top; }
  .td30 img {
    margin-top: 30px; }
    .td30 img.fullimg, .td30 img.fitImage {
      margin-top: 0px; }

.td2 {
  width: 2% !important;
  vertical-align: top; }

.td3 {
  width: 3% !important;
  vertical-align: top; }

.td66 {
  width: 66% !important;
  vertical-align: top; }

.td24 {
  width: 24% !important;
  vertical-align: top; }

.td71 {
  width: 71% !important;
  vertical-align: top; }

.td67 {
  width: 67%;
  vertical-align: top; }

h2.newsBoxTitle div {
  height: 32px !important; }

.td20 {
  width: 20%;
  /*float: left;*/
  vertical-align: top; }

.td38 {
  width: 38%;
  vertical-align: top; }

.td1 {
  width: 1.5%;
  vertical-align: top; }

.logostrip {
  border-top: 1px solid #b9b8b8;
  padding-top: 60px;
  margin-bottom: 60px;
  margin-top: 30px; }

ul.twoColsixItem {
  padding-left: 0px;
  clear: both;
  width: 100%;
  float: left; }
  ul.twoColsixItem li {
    width: 43%;
    float: left;
    display: inline-block;
    position: relative;
    padding-left: 34px;
    line-height: 1.17em;
    padding-right: 20px;
    margin-bottom: 10px; }
    ul.twoColsixItem li:before {
      content: "";
      background-image: url(/assets/images/services/iconserviceintrotickx3.png);
      position: absolute;
      left: 10px;
      top: 4px;
      background-repeat: no-repeat;
      width: 19px;
      background-size: contain;
      height: 16px; }

.cta25 h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #373f47; }

.my-account .breadcrumb {
  display: none; }

.tabz {
  width: 100%;
  background-color: #065693; }
  .tabz a {
    color: #fff; }
    .tabz a:hover {
      color: #065693;
      background-color: #fff; }

fieldset.login, fieldset.register {
  padding-right: 0px; }

fieldset legend {
  left: -1px;
  width: 101.8%;
  display: none !important; }

div legend {
  display: none; }

/*fieldset.register:before {
                                    Content: "Register";
            background-color: #313840;
            display:block;
            color: #fff;
            width: 100%;
            text-align: left;
            padding-top: 7px;
            text-indent: 20px;
            padding-bottom: 7px;
                  font-family: 'Azo Sans W01 Light' !important;
        }
        fieldset.login:before {
            Content: "Login";
            background-color: #313840;
            display:block;
            color: #fff;
            width: 100%;
            padding-top: 7px;
            text-indent: 20px;
            padding-bottom: 7px;
                 font-family: 'Azo Sans W01 Light' !important;

        }*/
fieldset.login .firstP {
  margin-top: 30px; }

/*.registerBox.loginPage:before {
                Content: "Register";
    background-color: #313840;
    display:block;
    color: #fff;
    width: 100%;
    text-align: left;
    padding-top: 7px;
    text-indent: 20px;
    padding-bottom: 7px;
      font-family: 'SupriaSansW01-CdMedium' !important;
}*/
.bodycms {
  /*position:absolute;*/ }

.editordiv {
  /*border:1px dashed #ccc;*/ }

.bgimageHook {
  width: 190px !important;
  background-color: #ccc; }

.cleardiv {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  margin-top: 4px; }
  .cleardiv hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #ccc; }

/*.footerInner.noRight .footerHeader {
    background-image: url(/assets/images/footershareiconx3.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}*/
.bx-wrapper .bx-controls-direction a {
  /*top: 39% !important;*/ }

.clickdebug {
  cursor: pointer; }

#debuginfo {
  display: none; }

* {
  outline: none; }

.inner table td div {
  position: relative; }

.main {
  /*height:100%;*/
  position: relative; }

a {
  color: #525251;
  text-decoration: none; }

p {
  line-height: 1.4em;
  margin-top: 0px;
  margin-bottom: 20px; }

.ThirtyThreePercent p {
  padding-left: 0%;
  padding-right: 2.5%; }

p ul li {
  font-size: 16px; }

h1.darkblue {
  color: #004358 !important; }

p.darkblue {
  color: #004358 !important;
  margin-bottom: 50px; }

h2.darkblue {
  color: #004358 !important; }

.infolink.darkblue {
  background-color: #004358 !important; }

h3 {
  font-size: 24px; }
  h3.grey {
    margin-bottom: 10px; }

strong, b, .strong {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 17px; }

.introPara {
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.3em;
  margin-top: 0px !important;
  color: #000; }

.quotePara {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-left: 0px;
  line-height: 1.3em; }

blockquote {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-left: 0px;
  line-height: 1.3em;
  margin-bottom: 14px; }

.twentyFiveWidthBox blockquote {
  margin-bottom: 16px; }

.quoteSubtitle {
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  margin-top: 0px !important;
  padding-top: 0px; }

blockquote p {
  line-height: 1.3em; }

.homeintro {
  margin-top: 60px;
  margin-bottom: 30px;
  height: 77px;
  background-color: #525251;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #666 1px 1px 2px;
  -moz-box-shadow: #666 1px 1px 2px;
  box-shadow: #666 1px 1px 2px;
  /*behavior: url(/PIE.htc);*/ }

.footertitle {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 12px;
  color: #939393;
  margin-bottom: 17px; }

.footerInner {
  color: #d9d9d9;
  line-height: 1.5em; }
  .footerInner h4 {
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0px; }
  .footerInner img {
    margin-right: 7px;
    /*width:10%;*/ }

.footerslider {
  width: 100%;
  clear: both;
  height: 400px; }

.homeintro h1 {
  padding-top: 30px;
  padding-bottom: 20px; }

.homeintro h2 {
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 5px;
  margin-top: 0px; }

.title {
  float: left;
  /*margin-top: 29px;*/
  width: 21.7%;
  position: relative;
  top: -22px;
  text-align: left;
  background-image: none;
  margin-bottom: 8px;
  z-index: 1;
  margin-left: -75px; }
  .title img {
    text-align: center;
    max-width: 100%;
    height: auto;
    display: inline-block; }
  @media only screen and (min-width: 1140px) and (max-width: 1285px) {
    .title {
      margin-left: -60px;
      top: -11px; }
      .title img {
        width: 175px !important;
        height: auto !important; } }

.members-area .title {
  margin-left: 0;
  z-index: 0; }

.cmson {
  /*margin-left:260px !important;*/
  /*background-position:120px 95px !important;*/ }

.outerheader {
  background-color: #fff;
  height: 120px; }

.header {
  max-width: 1140px;
  margin: 0px auto;
  min-height: 115px;
  background-color: #fff; }

#searchbox {
  text-indent: 15px;
  font-size: 15px;
  width: 140px;
  background-color: transparent;
  border: 1px solid #9c9a98;
  /* margin-top: -7px; */
  display: inline-block;
  margin-left: 2px;
  height: 17px;
  /* top: -6px; */
  opacity: 0.6;
  padding-bottom: 3px;
  /* margin-bottom: 43px; */
  /*float: right;*/
  display: inline-block;
  /*background-image: url(/images/search-icon-retina.png);*/
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 95% 50%;
  margin-left: 10px !important; }
  #searchbox.wider {
    width: 180px; }

.ui-menu .ui-menu-item a {
  font-size: 13px !important; }

/*.searchMobile
{
    display:none !important;
}*/
.searchboxdiv {
  position: absolute !important;
  right: 16px !important;
  top: 0px !important;
  z-index: 100000 !important;
  width: auto !important;
  font-size: 1.1em; }
  .searchboxdiv a {
    /*padding-left:20px;*/ }

ul.ui-autocomplete {
  width: 300px !important;
  height: 450px !important;
  background-color: #fff !important;
  left: 1125px !important;
  border: 1px solid #00b2a9;
  margin-top: 7px; }
  ul.ui-autocomplete.ui-widget-content a {
    color: #00b2a9; }

.ui-state-focus {
  background-color: #0d5257 !important; }

.ui-header.ui-menu-item {
  display: none; }

.ui-block.ui-menu-item {
  font-size: 18px;
  color: #00b2a9;
  display: none; }

#headerimgs {
  position: absolute;
  height: 607px;
  width: 1201px;
  z-index: 1; }

.headerimg {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  position: absolute; }

/* CONTROLS */
.btn {
  height: 113px;
  width: 57px;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat; }

#back {
  background-image: url("/images/buttons/arrow_left_off.png");
  float: left;
  margin-left: 30px; }

#next {
  background-image: url("/images/buttons/arrow_right_off.png");
  float: right;
  margin-right: 30px; }

#control {
  background-image: url("/app_themes/home/images/btn_pause.png");
  display: none; }

#back:hover {
  background-image: url("/images/buttons/arrow_left_on.png"); }

#next:hover {
  background-image: url("/images/buttons/arrow_right_on.png"); }

.page {
  width: 100%;
  /*height:625px;*/
  height: 100%;
  margin: 0px;
  /*padding-left:23px;
  padding-right:23px;*/ }

.menuUnder {
  position: relative;
  float: left;
  width: 500px;
  height: 10px;
  display: none; }

.PageTitle {
  position: absolute;
  top: 125px;
  left: 86px;
  z-index: 999999;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #6aaa4a;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  display: none; }
  .PageTitle:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    /*pointer-events:none;*/ }

.our-courses .homeSliderText h1 {
  width: 32%; }

.PageTitle:after {
  border-left-color: #6aaa4a;
  border-width: 37px;
  top: 50%;
  margin-top: -37px; }

.white {
  color: #fff !important; }

.blueimg {
  background-image: url(/assets/images/home/002_Image_Register.jpeg);
  background-repeat: no-repeat;
  background-size: contain; }

.whiteTitle {
  color: #fff;
  font-size: 37px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 5px; }

.whiteText {
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 81%;
  margin-bottom: 50px;
  margin-top: 30px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial';
  font-weight: 400;
  font-style: normal; }

.whiteContent {
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin: 0 auto;
  background-color: #ffae38;
  display: block;
  padding-left: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  margin-bottom: 40px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial';
  font-weight: 400;
  font-style: normal; }

.greyTitle {
  color: #58595b;
  font-size: 37px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 5px; }

.greyTitleRegular {
  color: #afb0b1;
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 55%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Proxima N W01 Reg';
  font-weight: 500; }

.viewAllbutt {
  float: right; }

.introText {
  color: #888; }

.twitTitle {
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  width: 23%;
  background-image: url(/assets/images/icon-tw.png);
  background-repeat: no-repeat;
  background-position: 100% 35%; }

.greyTitleLeft {
  color: #58595b;
  font-size: 37px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial';
  font-weight: 700;
  font-style: normal; }
  .greyTitleLeft img {
    margin-right: 9px;
    width: 3% !important;
    height: 7% !important; }

.news .twitTitle, .news .twitterFeed, .news .connectTwit {
  display: none !important; }

.greyTitleSmall {
  color: #58595b;
  font-size: 130%;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 4px;
  white-space: nowrap; }

hr {
  border: none;
  border-bottom: #e5e5e5 solid 1px; }

.footerInner hr {
  border-bottom: 1px solid #5d5d5f;
  margin-bottom: 24px; }

.greyTitleSmallimg {
  width: 34px !important;
  height: 34px !important;
  float: left;
  display: inline-block;
  margin-right: 16px;
  margin-top: -5px; }

.greyText {
  color: #838385;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 66%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Arial';
  font-weight: 400;
  font-style: normal; }

.greyContent {
  color: #58595b;
  font-size: 18px;
  text-align: left;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: 'Proxima N W01 Light'; }

.greyContentFiftyWidthLeft {
  width: 50%;
  float: left;
  color: #58595b;
  font-size: 18px;
  text-align: left;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: 'Proxima N W01 Light'; }

.greyContentFiftyWidthRight {
  width: 50%;
  float: right;
  color: #58595b;
  font-size: 18px;
  text-align: left;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: 'Proxima N W01 Light'; }

.searchButt {
  position: relative;
  /*width:20px;
  height: 20px;*/
  /*top: -2px;
    right: 10px;*/ }

.searchIcon {
  /*background-image: url(/assets/images/home/Search-Icon-Retina.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  background-position: 0px; }

.searchMobile {
  display: none; }

/* Become a member page styling */
.become-a-member .contentLeft {
  max-width: 100%;
  width: 100%; }

.become-a-member #become-a-member * {
  float: left; }

.become-a-member #ctl00_MainContent_leftArea {
  margin-top: -40px; }

#become-a-member {
  margin-bottom: -20px; }
  #become-a-member h3 {
    width: 100%; }

.become-a-member .inpagetitle {
  margin-bottom: 29px !important;
  width: 100%; }

#become-a-member p {
  margin-bottom: 15px;
  line-height: 1.35em;
  font-size: 22px; }
  #become-a-member p a {
    line-height: 1.35em; }

#become-a-member a.small {
  font-size: 18px; }

#become-a-member .left, #become-a-member .right {
  width: 47%;
  margin-bottom: 40px; }

#become-a-member .blue {
  color: #00b2a9; }

#become-a-member ul {
  border-top: 1px solid #00b2a9;
  width: 100%;
  padding-left: 0;
  list-style-type: none; }

#become-a-member li {
  border-bottom: 1px solid #00b2a9;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  width: calc(100% - 20px);
  text-indent: 0;
  height: 70px; }
  #become-a-member li:before {
    content: '';
    display: none;
    text-indent: 0; }
  #become-a-member li div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: calc(100% - 75px); }
  #become-a-member li p {
    margin-bottom: 0;
    font-size: 18px;
    color: #0d5257; }

#become-a-member .corporate-brochure {
  background-image: url("../assets/become-a-member/Green_Container.png");
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 40px;
  overflow: hidden;
  height: 300px;
  margin-top: 35px; }
  #become-a-member .corporate-brochure img {
    position: relative;
    width: 177px;
    left: 90px;
    top: -159px; }
  #become-a-member .corporate-brochure h4 {
    color: white;
    font-weight: normal;
    font-size: 28px;
    font-family: "Effra W06 Regular", Arial;
    margin-top: 0;
    margin-bottom: 25px; }
  #become-a-member .corporate-brochure p {
    width: 60%;
    color: #00b2a9;
    margin-bottom: 70px;
    font-size: 18px; }

#become-a-member .roundedButton {
  margin-left: 0;
  clear: both; }

.become-a-member .roundedButton a {
  color: white;
  width: 100%;
  font-size: 15px; }

#become-a-member .bold {
  /*font-weight: bold;*/
  font-size: 22px; }
  #become-a-member .bold.blue {
    /* 	font-size: 18px;
       */ }

#become-a-member .purple {
  color: #0d5257; }

#become-a-member .listTitle {
  font-size: 18px; }

#become-a-member .right {
  float: right; }

#become-a-member ul img {
  position: relative;
  width: 35px;
  height: 40px;
  position: relative;
  margin-right: 40px; }

.case-study-slider {
  height: 380px !important; }
  .case-study-slider .left {
    float: left;
    width: 50%;
    min-height: 300px; }
  .case-study-slider .right {
    float: right;
    width: 48%; }
  .case-study-slider h4 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 18px; }
  .case-study-slider p {
    font-size: 18px; }
  .case-study-slider img {
    width: 100%; }
  .case-study-slider .roundedButton {
    float: left;
    margin-left: 0;
    position: absolute;
    bottom: 41px;
    left: 0;
    top: auto;
    color: #fff !important; }
  .case-study-slider h3.inpagetitle {
    margin-bottom: 20px !important; }
  .case-study-slider .bx-wrapper {
    height: 320px; }
  .case-study-slider .bx-has-pager {
    left: auto !important;
    right: 0 !important; }

.quote-slider .bx-has-pager {
  left: auto !important;
  right: 0 !important; }

.case-study-slider .bx-pager, .quote-slider .bx-pager {
  padding-top: 30px !important; }

.case-study-slider .bx-pager-link, .quote-slider .bx-pager-link {
  background: #ccf0ee !important; }

.case-study-slider .bx-pager-link:hover, .case-study-slider .bx-pager-link.active {
  background: #00b2a9 !important; }

.quote-slider {
  margin-top: 25px !important; }
  .quote-slider .bx-pager-link:hover, .quote-slider .bx-pager-link.active {
    background: #00b2a9 !important; }
  .quote-slider p {
    font-size: 30px; }
  .quote-slider span {
    font-size: 18px;
    color: #00b2a9; }
  .quote-slider .bx-controls {
    bottom: -100px !important; }
  .quote-slider .bx-wrapper {
    background-image: url("../assets/become-a-member/Quotation_mark.svg");
    padding-left: 30px;
    background-size: 12%;
    background-repeat: no-repeat;
    width: calc(100% - 30px) !important; }

.become * {
  float: left; }

.become ul li {
  clear: both; }

.become .form {
  width: 100%; }
  .become .form p {
    font-size: 18px;
    max-width: 90%; }
    .become .form p a {
      font-size: 18px;
      margin-left: 0; }

.become .contactForm input:nth-child(odd) {
  margin-right: 3%; }

.become .contactForm .tbutt {
  margin-right: 0px !important; }

.become .contactForm input {
  margin-right: 0%;
  width: 45%;
  margin-left: 0px; }

.become .form > .left {
  width: 30%;
  float: left; }

.become .form > .right {
  width: 65%;
  float: right;
  padding-left: 0px;
  height: auto; }

.become .form .address {
  margin-bottom: 20px; }

.become .phone {
  margin-bottom: 20px; }

.become .english {
  width: 45%;
  padding: 10px; }
  .become .english.eng2 input {
    margin-right: 7px; }
  .become .english span {
    clear: none; }

.become .form span {
  font-size: 17px;
  line-height: 1.3em;
  color: #0d5257;
  clear: none;
  margin-right: 7px; }

.become .form .tbutt {
  float: right;
  font-size: 18px; }

.become .english input {
  width: auto;
  clear: none;
  margin-right: 5px;
  border: 1px solid #00b2a9;
  cursor: pointer;
  padding: 0.4em;
  -webkit-appearance: none; }
  .become .english input:checked {
    background: #00b2a9; }

.become .form a {
  font-size: 17px;
  float: none;
  margin-left: 7px; }

/*End members area styling */
/* More generic corporate brochure styling (for use on other pages) */
.halfLeft {
  width: 47%;
  float: left;
  display: inline-block; }

.halfRight {
  width: 50%;
  float: right;
  display: inline-block; }

.about-us .bx-controls.bx-has-pager, .test .bx-controls.bx-has-pager {
  left: 6px; }

.about-us .corporate-brochure, .test .corporate-brochure {
  background-image: url("../assets/become-a-member/Green_Container.png");
  background-size: cover;
  padding: 40px 30px 30px 30px;
  overflow: hidden;
  height: 300px;
  margin-bottom: 10vh;
  /*margin-top: 35px;*/ }
  @media only screen and (max-width: 555px) {
    .about-us .corporate-brochure, .test .corporate-brochure {
      padding: 5%; } }
  .about-us .corporate-brochure img, .test .corporate-brochure img {
    position: relative;
    width: 150px !important;
    height: auto !important;
    float: right;
    /*left: 149px;
            top: -245px;*/ }
    @media only screen and (max-width: 1139px) {
      .about-us .corporate-brochure img, .test .corporate-brochure img {
        left: unset;
        top: unset;
        margin-left: 25px; } }
    @media only screen and (max-width: 555px) {
      .about-us .corporate-brochure img, .test .corporate-brochure img {
        width: 150px !important;
        height: 210px !important; } }
    @media only screen and (max-width: 401px) {
      .about-us .corporate-brochure img, .test .corporate-brochure img {
        display: none; } }
  .about-us .corporate-brochure h4, .test .corporate-brochure h4 {
    color: white;
    font-weight: normal;
    font-size: 28px;
    font-family: "Effra W06 Regular", Arial;
    margin-top: 0;
    margin-bottom: 25px; }
  .about-us .corporate-brochure p, .test .corporate-brochure p {
    width: 50%;
    color: #00b2a9;
    margin-bottom: 70px;
    font-size: 18px;
    float: left; }
    @media only screen and (max-width: 1133px) {
      .about-us .corporate-brochure p, .test .corporate-brochure p {
        width: 46%; } }
    @media only screen and (max-width: 401px) {
      .about-us .corporate-brochure p, .test .corporate-brochure p {
        width: 100%; } }

.about-us .roundedButton a, .test .roundedButton a {
  color: white;
  width: 100%;
  font-size: 15px; }

.about-us .halfRight .roundedButton, .test .halfRight .roundedButton {
  margin-left: 13px; }

.about-us .cmson .corporate-brochure img, .test .cmson .corporate-brochure img {
  position: relative;
  width: 177px;
  left: 39px;
  top: -25px; }

.about-us .cmson .halfRight .roundedButton, .test .cmson .halfRight .roundedButton {
  margin-left: 13px;
  top: 160px;
  right: 220px !important; }

.test .fullWidthBox:not(.insightsBox) .inner {
  max-width: 1140px;
  margin: 0px auto; }

.test .fullWidthBox.insightsBox .contentLeft {
  width: 100%;
  max-width: 100%; }

.pageid1 .fullWidthBox.insightsBox {
  display: block; }

.auditor-proud .bx-controls.bx-has-pager {
  left: 30px; }

/* end of generic corporate brochure styling */
.PageTitle h3 {
  color: #fff;
  font-size: 1.8em;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400; }

.title a {
  float: left; }

.homeslider, .inpageslide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  /*height:628px;*/
  height: 263px;
  transition: background-image 1s ease-in-out;
  background-color: #0d5257;
  position: relative; }

.homePage .homeslider, .m-test .homeslider, .homepage2 .homeslider {
  height: 510px; }

.homeslider.slide2 {
  background-image: url(/assets/images/home/home-feature3.jpg);
  transition: background-image 1s ease-in-out; }

.homeSliderText {
  color: #fff;
  text-align: center;
  max-width: 1140px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  /*-moz-transform:translateY(50%);
  transform:translateY(50%);
  -webkit-transform:translateY(50%);*/ }
  .homeSliderText a {
    color: #fff;
    text-decoration: none !important;
    /* border: 2px solid #fff; */
    /* border-radius: 3px; */
    padding: 10px;
    width: 175px;
    display: inline-block;
    clear: both;
    float: left;
    background-color: #055693;
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase; }

/*.homeSliderText h2
{

    font-weight:normal;
    font-size:26px;
    text-transform:none;
    max-width:820px;
    text-align:left;
    margin:0px auto;
    width: 37%;
    line-height: 1.1em;
    float: left;
    position:relative;
    margin-bottom:10px;
    font-family:'Neue Haas Unica W01 Light';
    color: #fff;
}*/
.introText {
  font-size: 23px;
  line-height: 1.3em; }

.findoutMore {
  padding: 7px;
  background-color: #f7941f;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 32px;
  position: absolute;
  width: 94px;
  bottom: 20px;
  font-size: 12px;
  background-image: url(/assets/images/home/icon2findoutmorex3.png);
  background-size: 6px 10px;
  background-position: 90% 11px;
  background-repeat: no-repeat; }

.homeSliderText a {
  display: none !important; }

.homeSliderText h1, .homeSliderText h2 {
  font-size: 45px;
  margin-top: 0px;
  width: 75%;
  font-weight: normal;
  max-width: 100%;
  padding-top: 6%;
  line-height: 1em;
  color: #fff;
  text-align: left;
  margin-bottom: 10px; }

.smallbg .blueTitleStrip {
  border: none; }

.smallbg3 .blueTitleStrip {
  display: none !important; }

/*.news .td71 h2 {
  width: 100% !important;
  color: #505050 !important;
  font-size: 2em !important;
  margin-bottom: 25px !important;
  margin-top: 0px !important;
}*/
.smallbg .breadcrumb {
  position: absolute;
  bottom: 20px;
  color: #fff;
  margin-top: 0px; }

.smallbg3 .breadcrumb {
  position: absolute;
  bottom: 20px;
  color: #fff;
  margin-top: 0px; }
  .smallbg3 .breadcrumb a {
    color: #fff !important; }

.smallbg3 #homeslider h1 {
  top: 44%; }

.boxesInteractive p {
  display: none; }

#ctl00_NavigationMenu2 ul {
  float: right;
  margin-bottom: 0px;
  margin-top: 12px; }

/*.about-us .blueTitleStrip {
    display:none !important;
}*/
.breadcrumb {
  margin-top: 13px;
  font-size: 13px; }

.smallbg .breadcrumb a {
  color: #fff;
  padding-right: 5px;
  padding-left: 5px; }

#myaccounttabs .etabs {
  margin-top: 0px; }

#myaccounttabs .tab {
  list-style: none;
  width: auto;
  float: left;
  padding: 12px;
  text-align: center;
  padding-bottom: 15px; }
  #myaccounttabs .tab a {
    width: 100%;
    height: 100%;
    padding: 12px;
    text-align: center;
    padding-bottom: 15px; }

.etabs.centeredRow {
  margin: 0px auto;
  min-height: 0px; }

#myaccounttabs .tab a.active {
  background-color: #fff;
  color: #065693; }

.choosepaper {
  width: 84%;
  margin-left: 20px; }

.my-account .contactForm.registerInterest label {
  width: 28%; }

#myaccounttabs .tab a:hover {
  color: #065693;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#myaccounttabs .tab:hover {
  color: #065693; }

.my-account .tbutt {
  float: right !important;
  margin-top: 30px; }

#myaccounttabs .etabs a {
  color: #fff; }

.productListtbl {
  width: 100%;
  border-spacing: 0px;
  margin-bottom: 40px; }
  .productListtbl th, .productListtbl td {
    width: 28%;
    float: none !important;
    text-align: left; }

#myaccounttabs {
  background-color: #065693;
  height: 50px; }

.my-account .blueTitleStrip {
  display: none; }

.fixed {
  position: fixed !important;
  z-index: 100000;
  top: 24px; }

.blueTitleStrip .breadcrumb a {
  color: #898988;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .blueTitleStrip .breadcrumb a {
      margin-top: 3px; } }

.smallbg .breadcrumb a:first-child {
  padding-left: 0px; }

.centeredRow.smallRow:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -11px;
  z-index: 1;
  left: 47%;
  border-style: solid;
  border-width: 20px 30px 0px;
  border-color: #fff transparent transparent transparent; }

.subContent {
  width: 100%;
  /* set the below for fixed width*/
  /*max-width:1140px;
  margin:17px auto;*/
  /* end fixed width*/
  background-color: #fff;
  min-height: 260px;
  /*margin-top:50px;
  margin-left:26px;*/
  position: relative; }

.greybg {
  background-color: #ebebeb; }

.subContentWide {
  /*width:1092px !important;*/ }

.leftMenu {
  width: 19.1%;
  float: left;
  min-height: 400px;
  margin-right: 1.36%;
  padding-top: 2px; }

select optgroup {
  /*font-family: 'SupriaSansW01-CdMedium';*/
  font-weight: normal; }

fieldset.register .firstP {
  margin-top: 30px; }

.subContent .leftArea {
  /*float:left;*/
  /*background-color:#ebebeb;*/
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  margin-top: 0px;
  /*min-height:470px;*/
  /*padding-left:10px;
    padding-top:17px;
    padding-bottom:100px;*/
  /* set the below for fixed width*/
  /*max-width:1140px;
    margin:0px auto;
    position:relative;*/
  /* end fixed width*/ }
  @media only screen and (min-width: 0px) and (max-width: 1023px) {
    .subContent .leftArea {
      max-width: 95%; } }

.subContent .rightArea {
  float: right;
  background-color: #fff;
  width: 282px;
  height: 100%; }

.element {
  width: 261px;
  height: 300px;
  background-color: #fff;
  position: relative;
  margin-left: 5px;
  margin-top: 16px;
  margin-right: 11px;
  cursor: pointer; }

.notclickable {
  cursor: default; }

.element:hover {
  background-color: #d1e4eb; }

.notclickable:hover {
  background-color: #fff; }

.elInner {
  padding: 10px; }
  .elInner h4 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em; }

.csImage {
  width: 312px;
  /*overflow:hidden;
  border:1px solid #ccc;
  padding:2px;
  border-collapse:separate;*/ }

.spaneldiv {
  margin-bottom: 12px; }

.scrollLastLink {
  position: absolute;
  right: 20px;
  top: 370px;
  cursor: pointer; }

#infscr-loading {
  position: fixed;
  bottom: 20px;
  left: -1110px;
  background-color: #58585a;
  z-index: 10000;
  text-align: center;
  width: 845px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff !important;
  font-size: 1em;
  display: none; }

ul.twoColsixItem.contact li {
  width: 100%; }
  ul.twoColsixItem.contact li a {
    float: none; }

.menu {
  float: right !important;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1040px;
  width: auto; }
  .menu a {
    /*color:#023861;
    color:#fff;
    overflow:visible;
    text-decoration:none;*/ }
  .menu ul {
    list-style: none;
    padding-left: 0px; }

.submenu a {
  color: #023861;
  /*(font-family:'GeorgiaProW01-Light';*/
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  overflow: visible; }

.menu img {
  display: inline;
  margin-bottom: -7px; }

.goog-te-gadget img {
  margin-bottom: 0px; }

#google_translate_element {
  margin-left: 5px; }

.menu a {
  padding: 5px;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: none;
  text-align: right; }

.searchboxdiv.menu a {
  font-size: 14px !important;
  vertical-align: middle; }

.searchboxdiv.menu ul li:first-child {
  margin-right: 0px !important; }

.submenu a {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.menuitem {
  color: #525251;
  /*font-size: 0.8em;*/ }

.hovered, .menu a:hover {
  background-color: transparent; }

.selected {
  background-color: transparent; }
  .selected ul li * {
    color: #000; }

.hovered ul li * {
  color: #000; }

.blueTitleStrip {
  /*height:65px;*/
  min-height: 65px;
  background-color: transparent;
  /*border-bottom:1px solid #d6d6d6;*/
  margin-top: 35px;
  position: relative;
  max-width: 1140px;
  margin: 0px auto;
  position: relative;
  display: none;
  display: block;
  background-color: #fff;
  min-height: 50px; }
  .blueTitleStrip h3 {
    color: #525251;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 11px;
    padding-top: 12px;
    font-family: 'ProximaNW01-AltLightReg';
    font-size: 26px;
    max-width: 800px;
    color: #1f9991; }
    .blueTitleStrip h3 .whitetext {
      color: #fff;
      text-transform: capitalize; }

.homePage .blueTitleStrip {
  display: none; }

.footerMenu {
  position: absolute;
  left: 50px;
  top: 670px;
  height: 30px;
  width: 900px;
  text-align: left; }
  .footerMenu img {
    display: inline;
    margin-bottom: -3px;
    height: 12px; }
  .footerMenu a {
    text-decoration: none;
    color: #051c2e;
    text-transform: uppercase;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.5em;
    text-shadow: 1px 1px 0 #ccc;
    padding-bottom: 5px;
    /*-webkit-box-shadow: #666 1px 1px 2px;-moz-box-shadow: #666 1px 1px 2px;box-shadow: #666 1px 1px 2px; behavior: url(/PIE.htc);*/ }
    .footerMenu a:hover {
      color: #000;
      /*text-decoration:underline;*/ }

.subFooter {
  display: none; }

.cmsButton {
  border: 1px solid #b9b9b9;
  padding: 5px;
  font-size: 0.7em;
  cursor: pointer; }
  .cmsButton:hover {
    background-color: #58585a;
    color: #fff; }

.mtop10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.saveButton {
  /*position:relative;
  float:left;*/
  display: block;
  clear: both; }

#CKToolbar {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -600px;
  width: 1140px;
  height: 30px;
  z-index: 1000000; }

.textcontent {
  width: 52.5%;
  color: #000;
  /*font-size:0.9em;*/
  margin-bottom: 0px;
  margin-right: 21px; }
  .textcontent.practiceAreabox {
    width: 45.5%;
    margin-bottom: 0px; }

#metaArea *, .cmsModal * {
  font-size: 11px !important; }

#metaArea, .cmsModal {
  /*margin-top:20px; margin-bottom:20px; border:2px solid #ccc; padding:20px; width:740px;*/
  margin-top: 10px; }

#metaArea label, .cmsModal label {
  width: 180px;
  display: inline;
  float: left;
  margin-bottom: 5px; }

#metaArea input, #metaArea select {
  clear: right;
  display: inline-block;
  width: 500px;
  margin-bottom: 5px; }

.cmsModal input, .cmsModal select, .cmsModal textarea {
  clear: right;
  display: inline-block;
  width: 500px;
  margin-bottom: 5px; }

#cke_cs_desc, #cke_newsdesc, #cke_insightdesc {
  margin-left: 180px; }

.pageFF {
  width: 745px;
  padding: 15px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: #666 1px 1px 2px;
  -moz-box-shadow: #666 1px 1px 2px;
  box-shadow: #666 1px 1px 2px;
  /*behavior: url(/PIE.htc);*/ }

.legend {
  font-size: 0.9em; }

.save {
  background-color: #009900;
  color: #fff; }

.del {
  background-color: #990000;
  color: #fff;
  width: 82px !important; }

.factBox .over p {
  margin-bottom: 0; }

.factBox .over h3 {
  line-height: 0.8em; }

.cmsButton.edit {
  background-color: #525251;
  color: #fff;
  width: 82px !important; }

.cmsButton.save {
  background-color: #009900;
  color: #fff;
  width: 82px !important;
  float: right; }

#SaveContentButtonOutside {
  /*float:left;*/ }

.tickbox2 {
  width: 20px !important;
  clear: right; }
  .tickbox2 input {
    width: 20px !important; }

.ui-dialog .ui-dialog-content, .ui-tabs {
  padding: 0; }

.ui-tabs-nav {
  background-image: none; }

#tenant_info {
  border: 0; }

#ui-tab-dialog-close {
  position: absolute;
  right: 0;
  top: 23px; }
  #ui-tab-dialog-close a {
    float: none;
    padding: 0; }

.ui-corner-all {
  border: none !important; }

.textcontent {
  color: #525251; }

.eventsSection {
  display: block;
  clear: both;
  width: 100%; }
  .eventsSection h3 {
    margin-top: 1em;
    float: left;
    width: 100%; }
  .eventsSection .eventItem {
    width: 31%;
    margin-right: 2%;
    display: inline-block;
    min-height: 200px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 15px;
    vertical-align: top; }
    .eventsSection .eventItem h2 {
      width: 100%;
      color: #841262;
      font-size: 1.3em; }
    .eventsSection .eventItem p {
      float: left;
      font-size: 16px;
      text-transform: uppercase;
      color: #0d5257;
      width: 100%;
      margin-right: 0%; }
    .eventsSection .eventItem p:nth-of-type(2) {
      color: #575756;
      margin-right: 0;
      margin-left: 1%; }
    .eventsSection .eventItem a {
      display: inline-block;
      width: 100%; }

.eventsPara {
  float: left;
  width: 36%;
  margin-left: 3.5%; }

.eventsVid {
  width: 60%;
  float: left; }

.cke_show_borders {
  color: #525251;
  /*font-size:0.8em;*/
  /*font-family:'proxima-nova';*/ }

.textcontent ul, .cke_show_borders ul {
  margin-left: 0px;
  padding-left: 15px;
  padding-top: 0px;
  margin-top: 0px;
  /*list-style-image:url(/images/bullets/green.gif);*/ }

.textcontent ul.tickedlist, .cke_show_borders ul.tickedlist {
  list-style-image: url(/images/tick.png) !important;
  margin-left: 0px;
  padding-left: 25px;
  line-height: 1.3em; }

.textcontent ul.yellowlist, .cke_show_borders ul.yellowlist {
  list-style-image: url(/images/bullets/yellow.gif) !important;
  margin-left: 0px;
  padding-left: 25px;
  line-height: 1.3em; }

.textcontent ul.orangelist, .cke_show_borders ul.orangelist {
  list-style-image: url(/images/bullets/orange.gif) !important;
  margin-left: 0px;
  padding-left: 25px;
  line-height: 1.3em; }

.textcontent ul.blacklist, .cke_show_borders ul.blacklist {
  list-style-image: url(/images/bullets/black.gif) !important;
  margin-left: 0px;
  padding-left: 25px;
  line-height: 1.3em; }

.yellowtext, .yellowlist a {
  color: #dcc12a !important; }

.textcontent ul li {
  padding-bottom: 8px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 1em;
  line-height: 1.7em;
  float: left;
  clear: both; }

.cke_show_borders ul {
  /*float: left;*/
  clear: both; }
  .cke_show_borders ul li {
    padding-bottom: 8px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 1em;
    line-height: 1.7em;
    /*float: left;*/
    clear: both; }

.blacktext, .blacklist a {
  color: #444749 !important; }

.debugger .cmsButton {
  margin: 3px; }

.nudgeRight {
  /*padding-left:35px;
  overflow:hidden;
  background-color:#ebebeb;
  width:900px;*/ }

.fitImage {
  width: 100%;
  height: auto; }

#menuwrapper {
  position: relative;
  visibility: visible !important; }

.sortul, .sortul2, .sortul3, .sortul4, .sortul5 {
  list-style-type: none;
  font-size: 12px !important;
  margin-left: 0px;
  padding-left: 10px;
  position: relative; }

.sortul li, .sortul2 li, .sortul3 li, .sortul4 li, .sortul5 li {
  cursor: move; }

.sortul2 td:first-child {
  padding-left: 30px; }

.sortul3 td:first-child {
  padding-left: 50px; }

.sortul4 td:first-child {
  padding-left: 70px; }

.sortul5 td:first-child {
  padding-left: 90px; }

.sortul6 td:first-child {
  padding-left: 110px; }

.sortul * {
  font-size: 14px !important;
  text-align: left; }

.sortul li a {
  font-size: 12px;
  text-decoration: none; }

.sortul li span {
  padding-left: 3px;
  padding-right: 3px; }
  .sortul li span:hover {
    color: #fff !important;
    font-weight: normal;
    background-color: #463031; }

.photoGallery {
  margin: 20px 0; }
  .photoGallery .inner {
    max-width: 1140px;
    margin: 0 auto; }
    .photoGallery .inner > .contentLeft > h3 {
      color: #00b2a9; }
  .photoGallery .contentLeft {
    width: 100%;
    max-width: 100%; }
    .photoGallery .contentLeft .galleryBar {
      box-sizing: border-box;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
      width: 100%;
      overflow: hidden;
      padding: 7% 5% calc(7% - 20px);
      position: relative;
      margin: 40px 0; }
      .photoGallery .contentLeft .galleryBar .photoBar {
        width: 49%;
        margin: 0 1% 0 0;
        display: inline-block;
        overflow-y: scroll;
        height: 420px;
        position: relative; }
        .photoGallery .contentLeft .galleryBar .photoBar::-webkit-scrollbar {
          width: 7px;
          background-color: transparent; }
        .photoGallery .contentLeft .galleryBar .photoBar::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: rgba(85, 85, 85, 0.1); }
        .photoGallery .contentLeft .galleryBar .photoBar::webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
          background-color: #fff;
          opacity: 0; }
        .photoGallery .contentLeft .galleryBar .photoBar .photoImg {
          width: 31%;
          padding-bottom: 31%;
          float: left;
          margin: 0 1% 2% 1%;
          background-size: cover;
          background-position: center;
          position: relative; }
          .photoGallery .contentLeft .galleryBar .photoBar .photoImg.selected:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: rgba(109, 210, 206, 0.4); }
      .photoGallery .contentLeft .galleryBar .photoInfo {
        width: 49%;
        margin: 0 0 0 1%;
        display: inline-block;
        vertical-align: top; }
        .photoGallery .contentLeft .galleryBar .photoInfo .checkImg {
          width: 100%;
          padding-bottom: 62%;
          height: 0px;
          background-size: cover;
          background-repeat: no-repeat; }
        .photoGallery .contentLeft .galleryBar .photoInfo .main-image {
          width: 100%;
          height: 260px;
          object-fit: cover;
          display: inline;
          display: block;
          margin-bottom: 1em; }
        .photoGallery .contentLeft .galleryBar .photoInfo iframe.main-video {
          width: 100%;
          height: 265px;
          margin-bottom: 1em; }
          @media only screen and (min-width: 0px) and (max-width: 767px) {
            .photoGallery .contentLeft .galleryBar .photoInfo iframe.main-video {
              height: 145px; } }
        .photoGallery .contentLeft .galleryBar .photoInfo p {
          color: #8d8d8d; }
        .photoGallery .contentLeft .galleryBar .photoInfo h4 {
          color: #33c1ba; }
      .photoGallery .contentLeft .galleryBar:after {
        content: '';
        width: 42.5%;
        position: absolute;
        height: 50px;
        bottom: 10%;
        left: 5%;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: 0px -28px 32px 5px #fff inset; }

.videoCont {
  width: 100%; }
  .videoCont .vidCTA {
    width: 50%;
    float: left; }

.sortul2, .sortul3, .sortul4, .sortul5, .sortul6, .qualification {
  display: none; }

.cke_skin_kama, .cke_dialog, .cke_combopanel, .ui-dialog {
  z-index: 10000000001 !important; }

.contactSectorsFS, .contactServiceFS {
  width: 320px;
  display: inline;
  font-weight: bold; }

.showFalse {
  background-color: #ffcccc; }

.inner table td * {
  /*float: left;*/ }

.productInformation input[type="checkbox"] {
  clear: right; }

.contactlisort {
  height: 100px;
  width: 280px;
  position: relative;
  margin-bottom: 5px;
  border: 1px dashed #ccc; }

.handle {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1000000;
  right: 0px;
  background-color: #ff0000; }

.footerInner {
  margin-left: 0px;
  padding: 0px;
  width: 550px;
  float: left;
  position: relative;
  float: left;
  width: 22% !important;
  margin-right: 0%;
  /*padding-left: 19px;
  padding-right: 20px;*/
  min-height: 100px;
  margin-top: 45px; }
  .footerInner.noRight img {
    max-width: 35px;
    max-height: 25px; }
  .footerInner.noLeft {
    width: 25%;
    padding-left: 0px; }
    .footerInner.noLeft img {
      margin-right: 37px;
      margin-bottom: 20px;
      /*width: 34%;*/
      max-height: 52px;
      display: inline-block;
      float: left;
      /* width: 33.33333333333333%; */
      /* width: 33.33333333333333%; */ }
  .footerInner li:before {
    display: none; }

/*.footerInner.noLeft a {
    width: 257px;
    height: auto;
}*/
.menuitem a:hover {
  /*color:#670319 !important;*/ }

.footerInner a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  /*display:block;
  clear:both;*/
  font-size: 17px;
  width: auto;
  float: left;
  padding-right: 10px;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0d5257; }

.footer p {
  font-size: 15px; }

.footerInner.noLeft {
  width: 66%; }
  .footerInner.noLeft a {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: left;
    width: 40px;
    height: 35px;
    padding-right: 0px;
    margin-right: 10px; }

a.yt {
  background-image: url(/assets/images/1_Home/5_Footer/Youtube_Social_Icons.png); }

a.twtr {
  background-image: url(/assets/images/1_Home/5_Footer/Twitter_Social_Icons.png); }

a.linkIN {
  background-image: url(/assets/images/1_Home/5_Footer/Linkedin_Social_Icons.png);
  width: 47px !important; }

a.weC {
  background-image: url(/assets/images/1_Home/5_Footer/wechat.png); }

.footerInner.noRight {
  width: 30%; }

.footerInner ul {
  padding-left: 0px;
  margin-top: 0px; }

.footerInner li {
  list-style-type: none;
  width: 100%;
  float: left;
  text-indent: 0; }

.footerText {
  font-size: 15px;
  color: #fff;
  width: 40%;
  margin-bottom: 30px; }

.repeaterImage a {
  text-decoration: none;
  color: #525251; }
  .repeaterImage a:hover {
    /*text-decoration:underline;*/ }

.propresult:hover > .prop_title, .propresult:hover > .prop_sqft {
  /*text-decoration:underline;*/ }

.gridreset {
  display: none; }

.rightGreyPanel {
  border: none !important; }

.borderbox {
  position: absolute;
  top: 11px;
  left: 12px;
  border: 3px solid #ffffff;
  width: 232px;
  height: 81px !important;
  z-index: 1; }

#contentLoader {
  display: none;
  position: absolute;
  width: 400px;
  height: 400px;
  top: 100px;
  left: 1000px;
  border: 1px solid #ff0000; }

.highlight {
  background-color: #C59593;
  padding-left: 3px;
  padding-right: 3px;
  color: #fff; }

.lastmod {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 1000000; }

.showFalse {
  background-color: #ffcccc; }

.ui-datepicker * {
  font-size: 0.95em; }

.tickbox {
  position: relative;
  float: left; }
  .tickbox * {
    width: auto !important; }

.logoutbutton {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important; }

.isotope-hidden {
  display: none !important; }

.iol {
  padding-right: 10px;
  margin-right: 10px;
  border: 0;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 5px;
  float: left; }

.rightPara {
  clear: both; }

.ior {
  padding-left: 10px;
  margin-left: 10px;
  border: 0;
  text-align: right; }

.centerimage {
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: block;
  margin-top: 45px;
  width: 42px !important;
  height: 7% !important; }

.supaster {
  color: #ff0000; }

.hidemeDD {
  visibility: hidden; }

#metaArea *, .cmsModal * {
  font-size: 11px !important; }

#metaArea, .cmsModal {
  /*margin-top:20px; margin-bottom:20px; border:2px solid #ccc; padding:20px; width:740px;*/
  margin-top: 10px; }

#metaArea label, .cmsModal label {
  width: 180px;
  display: inline;
  float: left;
  margin-bottom: 5px; }

#metaArea input, #metaArea select {
  clear: right;
  display: inline-block;
  width: 500px;
  margin-bottom: 5px; }

.cmsModal input, .cmsModal select, .cmsModal textarea {
  clear: right;
  display: inline-block;
  width: 500px;
  margin-bottom: 5px; }

.metaArea .cmsButton {
  height: 39px;
  padding-left: 25px;
  padding-right: 25px;
  width: 140px !important;
  font-size: 14px; }

.NcmsButton {
  /*background-color:transparent;
  height:90px;
  color:#fff;
      background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 28px;
  text-align: center;
  width: 100%;
  padding-top: 38px;
  font-size: 14px;
  cursor:pointer;*/
  border: none;
  background-color: transparent;
  height: 7.7vh;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 14px;
  background-size: 2.5vh;
  text-align: center;
  width: 100%;
  padding-top: 4vh;
  font-size: 13px;
  cursor: pointer; }
  .NcmsButton.smallone {
    width: 58px;
    float: right;
    height: 54px;
    clear: both !important;
    display: block;
    padding-top: 0px;
    font-size: 0px;
    background-size: 26px;
    background-position: center; }
  .NcmsButton:hover, .NcmsButton.active {
    background-color: #243342;
    color: #e55304; }
  .NcmsButton.pageprops {
    background-image: url(/assets/cms/icon-properties.png); }
    .NcmsButton.pageprops.active, .NcmsButton.pageprops:hover {
      background-image: url(/assets/cms/icon-properties-up.png); }
  .NcmsButton.addpage {
    background-image: url(/assets/cms/icon-addpage.png); }
    .NcmsButton.addpage.active, .NcmsButton.addpage:hover {
      background-image: url(/assets/cms/icon-addpage-up.png); }
  .NcmsButton.savepage {
    background-image: url(/assets/cms/icon-savepage.png); }
    .NcmsButton.savepage.active, .NcmsButton.savepage:hover {
      background-image: url(/assets/cms/icon-savepage-up.png); }
  .NcmsButton.copypage {
    background-image: url(/assets/cms/icon-copypage.png); }
    .NcmsButton.copypage.active, .NcmsButton.copypage:hover {
      background-image: url(/assets/cms/icon-copypage-up.png); }
  .NcmsButton.clonepage {
    background-image: url(/assets/cms/icon-addpage.png); }
    .NcmsButton.clonepage.active, .NcmsButton.clonepage:hover {
      background-image: url(/assets/cms/icon-addpage-up.png); }
  .NcmsButton.sitestructure {
    background-image: url(/assets/cms/icon-sitestructure.png); }
    .NcmsButton.sitestructure.active, .NcmsButton.sitestructure:hover {
      background-image: url(/assets/cms/icon-sitestructure-up.png); }
  .NcmsButton.filemanager {
    background-image: url(/assets/cms/icon-filemanager.png); }
    .NcmsButton.filemanager.active, .NcmsButton.filemanager:hover {
      background-image: url(/assets/cms/icon-filemanager-up.png); }
  .NcmsButton.cmsonoff {
    background-image: url(/assets/cms/icon-cmsoff.png); }
    .NcmsButton.cmsonoff.active, .NcmsButton.cmsonoff:hover {
      background-image: url(/assets/cms/icon-cmsoff-up.png); }
  .NcmsButton.logout {
    background-image: url(/assets/cms/icon-logout.png); }
    .NcmsButton.logout.active, .NcmsButton.logout:hover {
      background-image: url(/assets/cms/icon-logout-up.png); }

.tweetBox .bx-pager {
  bottom: -15px !important;
  right: 0px; }

.duck .bx-wrapper .bx-pager {
  text-align: right;
  pointer-events: none; }
  .duck .bx-wrapper .bx-pager a {
    pointer-events: all; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .duck .bx-wrapper .bx-pager {
      max-width: 90%; } }

.tweetText {
  margin-top: 7px !important; }

.tweetBox .bx-viewport {
  height: 127px !important; }

.tweetBox .bx-pager a {
  margin-left: 0px !important;
  margin-right: 10px !important;
  width: 11px !important;
  height: 11px !important; }

.closertoyou .bx-pager a, .activityGallery .bx-pager a {
  margin-left: 0px !important;
  margin-right: 10px !important;
  width: 11px !important;
  height: 11px !important; }

.dateBox {
  color: #64C9C2; }

#area2775 .contentLeft, #area4415 .contentLeft, #area4411 .contentLeft, #area4409 .contentLeft, #area5070 .contentLeft {
  width: 100%;
  max-width: 100%; }

#area4410 {
  max-width: 1140px;
  margin: 0 auto;
  float: none; }

.pageid2681 .darkCTA, .pageid2681 .lightGreenCTA,
.pageid3589 .darkCTA, .pageid3589 .lightGreenCTA {
  width: 48%;
  margin-right: 2%;
  max-height: none;
  min-height: 285px; }

.pageid2681 #area5073 .contentLeft,
.pageid3589 #area7602 .contentLeft {
  max-width: 100%;
  width: 100%; }

#area5072 .inner .contentLeft,
#area7601 .inner .contentLeft {
  width: 100%;
  max-width: 100%; }

.pageid2681 div#area5083,
.pageid3589 div.pressReleases {
  display: inline-block;
  clear: none; }

#area5069 .inner .contentLeft,
#area7599 .inner .contentLeft {
  max-width: 100%;
  width: 100%; }

#area5073 #area5083 {
  display: none; }

.pageid2681 .newsandevents,
.pageid3589 .newsandevents {
  box-sizing: border-box;
  width: 100%;
  min-height: 285px; }

#area4411 {
  margin-top: 20px; }

#area4420 {
  clear: none;
  top: 20px; }
  #area4420 .newsandevents {
    width: 98%;
    margin-left: 3%;
    margin-right: 0;
    min-height: 288px;
    margin-bottom: 15px;
    box-sizing: border-box; }

.activityGallery {
  float: right !important;
  max-height: 690px !important; }
  .activityGallery .contentLeft .bx-viewport {
    height: 590px !important; }
  .activityGallery p, .activityGallery a, .activityGallery div {
    color: #fff; }

.closertoyou, .activityGallery {
  /*height: 100% !important;*/
  height: 622px !important;
  background-color: #575756;
  /*min-height: 690px;*/ }

.closertoyou .bx-pager, .activityGallery .bx-pager {
  left: -10px;
  bottom: 35px !important; }

/*.closertoyou .bx-viewport, .activityGallery .bx-viewport {*/
.closertoyou .bx-viewport, .activityGallery .closerSlider {
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px; }

.closertoyou .newsandeventsheader, .activityGallery .activityheader {
  color: #64C9C2;
  margin-top: 0px;
  font-family: "Effra W06 Regular", Arial !important;
  margin-bottom: 0px;
  font-size: 1em; }

/* .activityGallery .activityheader {
    font-size: 1.5em;
    font-weight: bold;
} */
.closertoyou h3, .activityGallery h3 {
  color: #fff;
  margin-top: 0px !important;
  font-size: 1em; }

.closertoyou .bx-viewport .activityGallery .bx-viewport {
  height: 653px !important;
  width: 90% !important; }

.closertoyou p, .closertoyou a, .closertoyou div {
  color: #fff; }

.closertoyou .closerItem, .activityGallery .activityItem {
  width: 420px;
  /*height: 660px;*/ }

.closertoyou .overImg, .activityGallery .overImg {
  display: block;
  height: 300px;
  /*width: 447px;*/
  width: 100%;
  margin-bottom: 20px;
  background-size: cover; }

.closertoyou p, .activityGallery p {
  font-size: 0.8em; }

.closertoyou .bx-viewport li, .activityGallery .bx-viewport li {
  width: 420px !important; }

.flright {
  margin-left: 326px;
  width: 650px; }

.roundedButton.widebutt {
  width: 250px;
  max-width: 400px;
  margin-left: 0px; }

.inner a.searchpname {
  font-size: 16px;
  color: #000;
  text-decoration: underline !important; }

.searchurl {
  font-size: 13px;
  color: #000 !important;
  font-weight: bold;
  font-family: Arial !important; }
  .searchurl a {
    font-size: 13px;
    color: #000 !important;
    font-weight: bold;
    font-family: Arial !important; }

#numresults {
  display: block;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 1em;
  padding-bottom: 3px;
  font-family: Arial;
  font-size: 13px;
  color: #676767; }

.members-area-search-results .blueTitleStrip {
  display: none; }

input::-webkit-input-placeholder {
  color: #ccc !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important; }

input:-ms-input-placeholder {
  color: #ccc !important; }

/* New homepage Feb 2019*/
/* This centeredRow style needs to be tested with the rest of the site */
.search .breadcrumb {
  display: none; }

.footer {
  height: auto;
  background-color: transparent;
  padding-top: 18px;
  position: relative;
  display: block;
  clear: both;
  color: #0d5257;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 120px; }
  .footer .centerFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media only screen and (min-width: 1140px) and (max-width: 1550px) {
      .footer .centerFooter .leftFooterPanel {
        width: 61.7%; }
      .footer .centerFooter .rightFooterPanel {
        width: 39%; } }
    @media only screen and (min-width: 1140px) and (max-width: 1280px) {
      .footer .centerFooter .leftFooterPanel {
        width: 62.7%; }
      .footer .centerFooter .rightFooterPanel {
        width: 37%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .footer .centerFooter {
        flex-direction: column; } }

.centeredRow {
  width: 100%;
  max-width: none;
  float: left;
  position: relative; }
  .centeredRow .inner {
    position: relative;
    float: none;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto; }
    @media only screen and (min-width: 0px) and (max-width: 1140px) {
      .centeredRow .inner {
        max-width: 90% !important;
        margin: 0 auto; } }

@media only screen and (min-width: 0px) and (max-width: 1140px) {
  .fullWidthBox .inner {
    max-width: 90% !important;
    margin: 0 auto; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .photoGallery .contentLeft .galleryBar {
    display: flex;
    flex-flow: column;
    padding: 7% 5%; }
    .photoGallery .contentLeft .galleryBar .photoBar {
      width: 100%;
      order: 2;
      margin: 0;
      height: 105px;
      overflow-y: hidden;
      overflow-x: scroll;
      white-space: nowrap; }
      .photoGallery .contentLeft .galleryBar .photoBar .photoImg {
        float: none;
        display: inline-block; }
    .photoGallery .contentLeft .galleryBar .photoInfo {
      width: 100%;
      order: 1; }
    .photoGallery .contentLeft .galleryBar:after {
      display: none; } }

.flexRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline; }

.insightsGreen {
  color: #0D5257 !important; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hidemobile {
    display: none !important; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .showmobile {
    display: block !important; } }

.closeIcon {
  background-image: url(/assets/close-icon.svg);
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer; }

.chooseLocationPanel {
  width: 100%;
  background-color: #fff;
  z-index: 999999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); }
  .chooseLocationPanel .inner {
    padding: 40px 95px; }
  .chooseLocationPanel .globeIcon:before {
    content: ' ';
    background-image: url(/assets/icon-globe.svg);
    background-size: 100% 100%;
    height: 21px;
    width: 21px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 30px; }
  .chooseLocationPanel .titleRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 45px;
    border-bottom: 1px solid #000; }
    .chooseLocationPanel .titleRow * {
      display: inline-block; }
    .chooseLocationPanel .titleRow h3 {
      margin: 0; }
    .chooseLocationPanel .titleRow span {
      font-family: "Effra W01 Bold", Arial; }
  .chooseLocationPanel .countryList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 68vh; }
    .chooseLocationPanel .countryList a {
      margin-bottom: 5px; }
      .chooseLocationPanel .countryList a:hover {
        color: #841262;
        text-decoration: underline !important; }

.ssel {
  width: 200px;
  border-radius: 0px;
  color: #00b2a9;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px #00b2a9 solid;
  height: 40px;
  text-indent: 10px; }

.offloc {
  float: left;
  margin-top: 25px; }
  .offloc h3 {
    font-size: 1.5em !important;
    margin-top: 1em; }
  .offloc .olocbutt {
    margin-left: 20px;
    color: #fff;
    float: left;
    padding: 6px;
    margin-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #00b2a9;
    border-radius: 18px;
    text-align: center; }
  .offloc #olocauto {
    background-color: #ababaa; }
  .offloc #olocaddr {
    width: 45.1%;
    padding: 10px;
    float: left;
    border: 1px solid #00b2a9;
    color: #00b2a9; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .offloc h3 {
      font-size: 18px !important; }
    .offloc #olocaddr {
      width: 94%; }
    .offloc #flashdiv {
      height: 240px; }
    .offloc .olocbutt {
      margin-left: 0px;
      margin-top: 1em;
      font-size: 12px; }
    .offloc .locordiv {
      margin-top: 4px;
      padding-left: 10px;
      padding-right: 10px; }
    .offloc #olocres ul li {
      width: 100%;
      font-size: 15px; } }

.homePage .leftArea {
  margin-top: 40px; }

.homePage .centeredRow {
  min-height: 240px; }

.homePage .contentLeft {
  width: 100%;
  max-width: 100%; }

.homePage .countryPanel, .homePage .relatedRow {
  margin-top: 30px; }

.homePage .countryPanel {
  background-color: #f3f3f3;
  padding: 30px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .homePage .countryPanel {
      padding: 40px 0; }
      .homePage .countryPanel .map {
        margin-top: 0; } }

.homePage h3 {
  font-size: 26px;
  color: #00B2A9;
  margin-top: 0; }

.searchboxdiv #topmenuarea {
  max-width: 1140px;
  min-height: auto;
  margin: 0 auto;
  float: none; }

.viewAllBtn {
  cursor: pointer;
  color: #fff;
  min-width: 210px;
  height: 43px;
  font-size: 17px;
  float: left;
  padding: 10px 20px;
  background-color: #00b2a9;
  border-radius: 27px;
  text-align: center;
  border: none;
  box-sizing: border-box;
  clear: both;
  display: block;
  margin-top: 1em;
  margin-bottom: 1.5em; }

.homeIntroPanel h2 {
  font-size: 40px;
  margin-top: 0; }

.homeIntroPanel h4 {
  font-family: "Effra W06 Regular", Arial;
  font-size: 24px;
  color: #8d8d8d;
  margin-bottom: 30px; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .homeIntroPanel h2 {
    font-size: 30px; } }

.cardHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .cardHolder {
      width: 100%;
      flex-direction: column; } }
  .cardHolder .card33 {
    width: 28%;
    min-height: 262px;
    position: relative;
    padding: 25px;
    padding-right: 10px;
    border-bottom: 5px solid #00B2A9;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16); }
    .cardHolder .card33 h3 {
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 10px;
      color: #0D5257; }
    .cardHolder .card33 .viewAllBtn {
      min-width: unset;
      position: absolute;
      bottom: 20px;
      margin: 0; }
    .cardHolder .card33:hover {
      border-bottom-color: #841262; }
      .cardHolder .card33:hover .viewAllBtn {
        background-color: #841262; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .cardHolder .card33 {
      width: 96%;
      padding: 10px 0 10px 10px;
      margin-bottom: 20px; }
      .cardHolder .card33 p {
        width: 90%; } }

.titleHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .titleHolder h3:last-of-type {
    margin-right: 23.7%; }
  @media only screen and (min-width: 768px) and (max-width: 1140px) {
    .titleHolder h3:last-of-type {
      margin-right: 18%; } }

.rowHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .rowHolder {
      width: 100%;
      flex-direction: column; } }
  .rowHolder .rowItem {
    width: 30%;
    float: none;
    margin: 0;
    position: relative;
    box-sizing: border-box; }
    .rowHolder .rowItem.itemSearch {
      order: 2; }
    .rowHolder .rowItem #main-input {
      width: 100%;
      border: 1px solid #00b2a9;
      padding: 17px 0;
      text-indent: 20px;
      margin-bottom: 30px; }
    .rowHolder .rowItem .tagButton {
      margin-right: 5px; }
      .rowHolder .rowItem .tagButton:last-of-type {
        margin-right: 0; }
      .rowHolder .rowItem .tagButton span {
        font-family: "Effra W06 Regular", Arial; }
    .rowHolder .rowItem .insight-button {
      width: 28px;
      height: 28px;
      display: inline-block;
      background-image: url(/assets/icon-search.svg);
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 60px;
      right: 5px; }
  .rowHolder .itemPR .boxBody * {
    color: #0D5257; }
  .rowHolder .itemPR .boxBody h2 {
    font-size: 18px;
    font-family: "Effra W06 Medium", Arial;
    margin-bottom: 20px; }
  .rowHolder .itemPR .boxBody p {
    margin-bottom: 30px; }
  .rowHolder h4 {
    font-size: 22px;
    color: #841262;
    margin: 15px 0; }
    .rowHolder h4:hover {
      color: #00B2A9; }
  .rowHolder p {
    color: #8d8d8d; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .rowHolder .rowItem {
      width: 100%;
      margin-bottom: 1.5em; }
      .rowHolder .rowItem.itemSearch {
        order: 0; }
      .rowHolder .rowItem:last-of-type {
        margin-bottom: 0; } }

/* End of new hompage */
/* new insights section */
/*For the news page*/
.insights:not(.subscription) .contentLeft, .insights:not(.pageid2466) .contentLeft, .covid-19-resource-hub .contentLeft, .international-womens-day-blog .contentLeft, .turnaround-restructuring-insolvency:not(.members-area) .contentLeft {
  max-width: 100%;
  width: 100%; }

.insights:not(.subscription) .leftArea, .insights:not(.pageid2466) .leftArea, .covid-19-resource-hub .leftArea, .international-womens-day-blog .leftArea, .turnaround-restructuring-insolvency:not(.members-area) .leftArea {
  max-width: 1140px;
  margin: 0 auto; }
  @media only screen and (min-width: 0px) and (max-width: 1023px) {
    .insights:not(.subscription) .leftArea, .insights:not(.pageid2466) .leftArea, .covid-19-resource-hub .leftArea, .international-womens-day-blog .leftArea, .turnaround-restructuring-insolvency:not(.members-area) .leftArea {
      max-width: 95%; } }

.insights:not(.subscription) .twoThirdBox, .insights:not(.pageid2466) .twoThirdBox, .covid-19-resource-hub .twoThirdBox, .international-womens-day-blog .twoThirdBox, .turnaround-restructuring-insolvency:not(.members-area) .twoThirdBox {
  width: 72% !important; }
  .insights:not(.subscription) .twoThirdBox ul li, .insights:not(.pageid2466) .twoThirdBox ul li, .covid-19-resource-hub .twoThirdBox ul li, .international-womens-day-blog .twoThirdBox ul li, .turnaround-restructuring-insolvency:not(.members-area) .twoThirdBox ul li {
    float: none; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .insights:not(.subscription) .twoThirdBox, .insights:not(.pageid2466) .twoThirdBox, .covid-19-resource-hub .twoThirdBox, .international-womens-day-blog .twoThirdBox, .turnaround-restructuring-insolvency:not(.members-area) .twoThirdBox {
    width: 100% !important; } }

.events.subscription .contentLeft {
  width: 100%;
  max-width: 100%; }

.advisorynew .insightsSearch .contentLeft {
  width: 100%;
  max-width: 100%; }
  .advisorynew .insightsSearch .contentLeft h3 {
    display: block;
    clear: both;
    margin-top: 2em;
    float: left;
    margin-bottom: 0em; }

@media screen and (min-width: 0) and (max-width: 1024px) {
  .advisorynew .centeredRow {
    max-width: 100% !important;
    margin-top: 1em; } }

@media screen and (min-width: 0) and (max-width: 1024px) {
  .advisorynew .centeredRow .inner {
    max-width: 95% !important; } }

.advisorynew .tags-input {
  width: 60% !important;
  float: left; }
  @media screen and (min-width: 0) and (max-width: 768px) {
    .advisorynew .tags-input {
      width: 50% !important; } }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .advisorynew .tags-input {
      width: 100% !important; } }

.advisorynew .typeSelect {
  border: 1px solid #00b2a9;
  outline: 0;
  padding: .5em .1em;
  width: 20%;
  margin-left: 1.5em;
  text-indent: 1em;
  float: left;
  background-color: transparent;
  min-height: 59px;
  position: relative;
  -webkit-appearance: none;
  background-size: 15px 30px;
  background-repeat: no-repeat;
  background-position: 95%;
  background-image: url("/assets/images/Icons/blue-arrows.PNG");
  color: rgba(87, 87, 86, 0.5); }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .advisorynew .typeSelect {
      width: 100% !important;
      margin-left: 0px;
      margin-top: 0.5em; } }
  .advisorynew .typeSelect:after {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0EB2A9; }
  .advisorynew .typeSelect:before {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0EB2A9; }
  .advisorynew .typeSelect option {
    padding: .5em .1em; }

.advisorynew .webiSearch-button {
  cursor: pointer;
  color: #fff;
  width: 150px;
  height: 53px;
  font-family: "Effra W06 Regular", Arial;
  font-size: 17px;
  float: right;
  padding: 10px;
  background-color: #00b2a9;
  border-radius: 27px;
  text-align: center;
  border: none;
  box-sizing: border-box; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .advisorynew .webiSearch-button {
      width: 100% !important;
      margin-left: 0px;
      margin-top: 0.5em; } }

.advisorynew .advisoryServiceItem {
  display: inline-block;
  width: 23.8%;
  margin-right: 1.2%;
  margin-bottom: 1.2%;
  height: 195px;
  background-color: #F6F6F6;
  border-bottom: 2px solid #841262;
  background-repeat: no-repeat;
  background-position: center 30px;
  cursor: pointer;
  float: left;
  transition: 0.3s; }
  .advisorynew .advisoryServiceItem:hover {
    background-color: #00b2a9; }
    .advisorynew .advisoryServiceItem:hover > h3, .advisorynew .advisoryServiceItem:hover a {
      color: #fff !important; }
  @media screen and (min-width: 0) and (max-width: 760px) {
    .advisorynew .advisoryServiceItem {
      width: 49%; } }
  .advisorynew .advisoryServiceItem h3 {
    text-align: center;
    margin: 65% auto 0;
    font-size: 18px;
    color: #575756 !important;
    max-width: 80%;
    transition: 0.1s; }
    .advisorynew .advisoryServiceItem h3 a {
      color: #575756 !important;
      text-decoration: none;
      transition: 0.1s; }

.advisorynew .advisorySubItem {
  margin-top: 3em;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  width: 32%;
  display: inline-block;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/Images/advisory/block2.svg"); }
  @media screen and (min-width: 0) and (max-width: 768px) {
    .advisorynew .advisorySubItem {
      height: 350px; } }
  @media screen and (min-width: 0) and (max-width: 760px) {
    .advisorynew .advisorySubItem {
      width: 100%;
      height: 240px;
      margin-top: 2em; } }
  .advisorynew .advisorySubItem:first-of-type {
    float: left;
    background-image: url(/Images/advisory/block1.svg);
    margin-right: 2%; }
  .advisorynew .advisorySubItem:last-of-type {
    float: right;
    background-image: url(/Images/advisory/block3.svg);
    margin-right: 0%; }
  .advisorynew .advisorySubItem h3 {
    margin-top: 0px; }
  .advisorynew .advisorySubItem p {
    font-size: 16px;
    color: #fff; }
  .advisorynew .advisorySubItem .roundButton {
    font-size: 15px;
    background-color: #fff;
    border-radius: 40px;
    line-height: 2em;
    padding-left: 2em;
    padding-right: 2em;
    color: #575756;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px; }

.advisorynew .insight.subPages {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #841262; }

.advisorynew .insight .excerpt {
  display: inline-block;
  font-size: 16px;
  clear: both;
  margin-top: 0.5em; }

.advisorynew .pagination a {
  margin-right: 2em; }

.advisorynew .advisoryLink {
  background-color: #00B2A9;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  width: 380px;
  display: block;
  line-height: 3em;
  margin: 2em auto; }

.advisorynew .contactSide {
  background-color: #F6F6F6;
  padding: 16px;
  font-size: 16px;
  margin-bottom: 2em; }
  .advisorynew .contactSide h3 {
    font-size: 18px;
    color: #00B2A9;
    margin-top: 0px; }
  .advisorynew .contactSide p {
    font-size: 16px; }

.advisorynew .SixtySixPercent .contentLeft {
  max-width: 100%;
  width: 100%; }

.advisorynew .ThirtyThreePercent {
  max-width: 380px;
  border-top: 1px solid #00b2a9;
  padding-top: 2em;
  margin-top: 2.45em; }
  .advisorynew .ThirtyThreePercent .contentLeft {
    max-width: 100%;
    width: 100%; }
    @media screen and (min-width: 0) and (max-width: 768px) {
      .advisorynew .ThirtyThreePercent .contentLeft {
        width: 100%;
        max-width: 100% !important; } }
  .advisorynew .ThirtyThreePercent h2 {
    color: #0D5257;
    font-size: 22px; }
  .advisorynew .ThirtyThreePercent #peoplesearch1 #psFreetext, .advisorynew .ThirtyThreePercent #peoplesearch1 select {
    width: 100%;
    clear: both;
    margin-bottom: 1em;
    box-sizing: border-box; }

.advisorynew.pageid2932 .contentLeft {
  max-width: 100%;
  width: 100%; }

.advisorynew .leftArea {
  max-width: 1140px;
  margin: 0 auto; }
  @media only screen and (min-width: 0px) and (max-width: 1023px) {
    .advisorynew .leftArea {
      max-width: 95%; } }

.advisorynew .twoThirdBox {
  width: 66% !important; }
  .advisorynew .twoThirdBox ul li {
    float: none; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .advisorynew .twoThirdBox {
    width: 100% !important; } }

.blueTitleStrip .breadcrumb {
  width: 100%;
  display: flex;
  flex-direction: row; }

.pageid2466 .leftArea {
  max-width: 100% !important; }

.arrow {
  background-image: url(/Images/ic_arrow_forward.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-top: 14px; }

.insight {
  width: 31%;
  margin-right: 3%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }
  .insight:nth-of-type(3n) {
    margin-right: 0%; }
  .insight.subPages {
    margin-bottom: 1.5em;
    position: relative; }
    .insight.subPages p {
      clear: both; }
  .insight .excerpt {
    display: inline-block; }
  .insight h3 {
    color: #00B2A9;
    font-size: 26px;
    margin-bottom: 0.5em; }
    .insight h3:hover {
      color: #841262; }
  .insight h4 {
    font-size: 22px;
    color: #841262;
    margin-top: .5em;
    width: 90%;
    float: left; }
    .insight h4:hover {
      color: #00B2A9; }

.insight25 {
  width: 23%;
  margin-right: 15px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }
  .insight25:nth-of-type(4n) {
    margin-right: 0; }
  .insight25 .linkedInAfter:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    background: url(/assets/insights/Nexia_LinkedIn_Icon.png) 0 0 no-repeat;
    background-size: cover; }
  .insight25 .imgHolder {
    width: 100%;
    height: 155px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5em; }
  .insight25 .bgImg {
    width: 100%;
    height: 100%;
    /*padding-bottom: 64%;*/
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s; }
    .insight25 .bgImg:hover {
      transform: scale(1.2); }
  .insight25 .itype {
    color: #0D5257;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1em; }
  .insight25 .idate {
    color: #8D8D8D;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block; }
  .insight25 .excerpt {
    clear: both; }

.insight33 {
  width: 32%;
  margin-right: 15px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }
  .insight33:nth-of-type(3n) {
    margin-right: 0; }
  .insight33 .imgHolder {
    width: 100%;
    height: 155px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5em; }
  .insight33 .bgImg {
    width: 100%;
    height: 100%;
    /*padding-bottom: 64%;*/
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s; }
    .insight33 .bgImg:hover {
      transform: scale(1.2); }
  .insight33 .itype {
    color: #0D5257;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1em; }
  .insight33 .idate {
    color: #8D8D8D;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block; }
  .insight33 .excerpt {
    color: #8d8d8d;
    clear: both; }

.insightsSearch {
  margin-bottom: 2em !important; }
  .insightsSearch .insight-button {
    cursor: pointer;
    color: #fff;
    width: 150px;
    height: 53px;
    font-family: "Effra W06 Regular", Arial;
    font-size: 17px;
    float: right;
    padding: 10px;
    background-color: #00b2a9;
    border-radius: 27px;
    text-align: center;
    border: none;
    box-sizing: border-box; }
    .insightsSearch .insight-button:hover {
      background-color: #841262; }
  .insightsSearch h3 {
    color: #00B2A9; }
  .insightsSearch.searchTrue #tags-input {
    width: 640px; }
    .insightsSearch.searchTrue #tags-input #main-input {
      width: 40%; }
  .insightsSearch.searchTrue .insight-button {
    float: none; }
    .insightsSearch.searchTrue .insight-button:first-of-type {
      margin-right: 10px; }
    .insightsSearch.searchTrue .insight-button.secondButton {
      height: auto;
      margin-right: 0;
      padding: 16.5px 18px; }

.pagination {
  text-align: center; }
  .pagination a {
    color: #8d8d8d;
    margin: 0 10px; }
    .pagination a:first-of-type {
      margin-left: 0; }
    .pagination a:last-of-type {
      margin-right: 0; }
    .pagination a.sel {
      color: #841262; }
    .pagination a:hover {
      color: #841262; }
  .pagination span {
    margin: 0 10px; }

.pageid2965 .webinarCTA, .pageid3143 .webinarCTA, .nexia-news.nexia-news .webinarCTA, .nexia-business .webinarCTA {
  min-height: 500px !important; }
  .pageid2965 .webinarCTA.img-display .imgLink .webDate, .pageid3143 .webinarCTA.img-display .imgLink .webDate, .nexia-news.nexia-news .webinarCTA.img-display .imgLink .webDate, .nexia-business .webinarCTA.img-display .imgLink .webDate {
    position: absolute; }
  .pageid2965 .webinarCTA.img-display .imgLink .overImg, .pageid3143 .webinarCTA.img-display .imgLink .overImg, .nexia-news.nexia-news .webinarCTA.img-display .imgLink .overImg, .nexia-business .webinarCTA.img-display .imgLink .overImg {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60%; }
  @media only screen and (min-width: 767px) {
    .pageid2965 .webinarCTA:not(.img-disply) p, .pageid3143 .webinarCTA:not(.img-disply) p, .nexia-news.nexia-news .webinarCTA:not(.img-disply) p, .nexia-business .webinarCTA:not(.img-disply) p {
      max-height: 268px;
      overflow: hidden; } }

.ddtop_3271, .ddtop_3270, .covid-19-webinars .lhmenuholder {
  /*COVID hiding fixes*/
  display: none !important; }

.covid-19-resource-hub #featuredInsight .imgHolder img {
  object-fit: cover; }

.members-area.covid-19 #featuredInsight .imgHolder img {
  object-fit: cover; }

.members-area.covid-19 a.viewall {
  float: none;
  display: inline-block; }

.members-area.covid-19 div.articles-box.webinarContainer {
  margin-top: 0; }
  .members-area.covid-19 div.articles-box.webinarContainer .overImg.poof {
    padding-bottom: 4% !important; }
  @media only screen and (max-width: 767px) {
    .members-area.covid-19 div.articles-box.webinarContainer a.webReadMore {
      position: relative !important; } }

.members-area.covid-19 .newEventsLanding .webinarContainer .overImg {
  padding-bottom: 45%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .members-area.covid-19 .newEventsLanding .webinarContainer .overImg {
      padding-bottom: 35%; } }

.members-area.covid-19 .contentLeft .td67 {
  padding-right: 3%; }

.pageid2965 .webinarCTA, .pageid3143 .webinarCTA, .nexia-news.nexia-news .webinarCTA, .nexia-business .webinarCTA {
  min-height: 500px !important; }
  .pageid2965 .webinarCTA.img-display .imgLink .webDate, .pageid3143 .webinarCTA.img-display .imgLink .webDate, .nexia-news.nexia-news .webinarCTA.img-display .imgLink .webDate, .nexia-business .webinarCTA.img-display .imgLink .webDate {
    position: absolute; }
  .pageid2965 .webinarCTA.img-display .imgLink .overImg, .pageid3143 .webinarCTA.img-display .imgLink .overImg, .nexia-news.nexia-news .webinarCTA.img-display .imgLink .overImg, .nexia-business .webinarCTA.img-display .imgLink .overImg {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60%; }
  @media only screen and (min-width: 767px) {
    .pageid2965 .webinarCTA:not(.img-disply) p, .pageid3143 .webinarCTA:not(.img-disply) p, .nexia-news.nexia-news .webinarCTA:not(.img-disply) p, .nexia-business .webinarCTA:not(.img-disply) p {
      max-height: 268px;
      overflow: hidden; } }

.pageid3238 .contentLeft, .pageid681 .contentLeft, .tender-alerts .contentLeft, .regional-news .contentLeft, .members-area.covid-19 .contentLeft, .pageid3270 .contentLeft, .pageid3271 .contentLeft, .pageid3143 .contentLeft, .nexia-news.nexia-news .contentLeft, .pageid139 .contentLeft, .about-us.press .contentLeft, .nexia-business.strategy .contentLeft {
  max-width: 100%;
  width: 100%; }

.pageid3238 .lhmenuholder, .pageid681 .lhmenuholder, .tender-alerts .lhmenuholder, .regional-news .lhmenuholder, .members-area.covid-19 .lhmenuholder, .pageid3270 .lhmenuholder, .pageid3271 .lhmenuholder, .pageid3143 .lhmenuholder, .nexia-news.nexia-news .lhmenuholder, .pageid139 .lhmenuholder, .about-us.press .lhmenuholder, .nexia-business.strategy .lhmenuholder {
  display: none; }

.pageid3238 .newEventsLanding #tags-input, .pageid681 .newEventsLanding #tags-input, .tender-alerts .newEventsLanding #tags-input, .regional-news .newEventsLanding #tags-input, .members-area.covid-19 .newEventsLanding #tags-input, .pageid3270 .newEventsLanding #tags-input, .pageid3271 .newEventsLanding #tags-input, .pageid3143 .newEventsLanding #tags-input, .nexia-news.nexia-news .newEventsLanding #tags-input, .pageid139 .newEventsLanding #tags-input, .about-us.press .newEventsLanding #tags-input, .nexia-business.strategy .newEventsLanding #tags-input {
  width: 60%;
  min-height: 59px;
  float: left; }
  .pageid3238 .newEventsLanding #tags-input input#main-input, .pageid681 .newEventsLanding #tags-input input#main-input, .tender-alerts .newEventsLanding #tags-input input#main-input, .regional-news .newEventsLanding #tags-input input#main-input, .members-area.covid-19 .newEventsLanding #tags-input input#main-input, .pageid3270 .newEventsLanding #tags-input input#main-input, .pageid3271 .newEventsLanding #tags-input input#main-input, .pageid3143 .newEventsLanding #tags-input input#main-input, .nexia-news.nexia-news .newEventsLanding #tags-input input#main-input, .pageid139 .newEventsLanding #tags-input input#main-input, .about-us.press .newEventsLanding #tags-input input#main-input, .nexia-business.strategy .newEventsLanding #tags-input input#main-input {
    margin: 0; }

.pageid3238 .newEventsLanding .yearSelect, .pageid681 .newEventsLanding .yearSelect, .tender-alerts .newEventsLanding .yearSelect, .regional-news .newEventsLanding .yearSelect, .members-area.covid-19 .newEventsLanding .yearSelect, .pageid3270 .newEventsLanding .yearSelect, .pageid3271 .newEventsLanding .yearSelect, .pageid3143 .newEventsLanding .yearSelect, .nexia-news.nexia-news .newEventsLanding .yearSelect, .pageid139 .newEventsLanding .yearSelect, .about-us.press .newEventsLanding .yearSelect, .nexia-business.strategy .newEventsLanding .yearSelect {
  border: 1px solid #00b2a9;
  outline: 0;
  padding: .5em .1em;
  width: 15%;
  margin-left: 1.5em;
  text-indent: 1em;
  float: left;
  background-color: transparent;
  min-height: 59px;
  position: relative;
  -webkit-appearance: none;
  background-size: 15px 30px;
  background-repeat: no-repeat;
  background-position: 95%;
  background-image: url("/assets/images/Icons/blue-arrows.PNG");
  color: rgba(87, 87, 86, 0.5); }
  .pageid3238 .newEventsLanding .yearSelect:after, .pageid681 .newEventsLanding .yearSelect:after, .tender-alerts .newEventsLanding .yearSelect:after, .regional-news .newEventsLanding .yearSelect:after, .members-area.covid-19 .newEventsLanding .yearSelect:after, .pageid3270 .newEventsLanding .yearSelect:after, .pageid3271 .newEventsLanding .yearSelect:after, .pageid3143 .newEventsLanding .yearSelect:after, .nexia-news.nexia-news .newEventsLanding .yearSelect:after, .pageid139 .newEventsLanding .yearSelect:after, .about-us.press .newEventsLanding .yearSelect:after, .nexia-business.strategy .newEventsLanding .yearSelect:after {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0EB2A9; }
  .pageid3238 .newEventsLanding .yearSelect:before, .pageid681 .newEventsLanding .yearSelect:before, .tender-alerts .newEventsLanding .yearSelect:before, .regional-news .newEventsLanding .yearSelect:before, .members-area.covid-19 .newEventsLanding .yearSelect:before, .pageid3270 .newEventsLanding .yearSelect:before, .pageid3271 .newEventsLanding .yearSelect:before, .pageid3143 .newEventsLanding .yearSelect:before, .nexia-news.nexia-news .newEventsLanding .yearSelect:before, .pageid139 .newEventsLanding .yearSelect:before, .about-us.press .newEventsLanding .yearSelect:before, .nexia-business.strategy .newEventsLanding .yearSelect:before {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0EB2A9; }
  .pageid3238 .newEventsLanding .yearSelect option, .pageid681 .newEventsLanding .yearSelect option, .tender-alerts .newEventsLanding .yearSelect option, .regional-news .newEventsLanding .yearSelect option, .members-area.covid-19 .newEventsLanding .yearSelect option, .pageid3270 .newEventsLanding .yearSelect option, .pageid3271 .newEventsLanding .yearSelect option, .pageid3143 .newEventsLanding .yearSelect option, .nexia-news.nexia-news .newEventsLanding .yearSelect option, .pageid139 .newEventsLanding .yearSelect option, .about-us.press .newEventsLanding .yearSelect option, .nexia-business.strategy .newEventsLanding .yearSelect option {
    padding: .5em .1em; }

.pageid3238 .newEventsLanding .webiSearch-button, .pageid681 .newEventsLanding .webiSearch-button, .tender-alerts .newEventsLanding .webiSearch-button, .regional-news .newEventsLanding .webiSearch-button, .members-area.covid-19 .newEventsLanding .webiSearch-button, .pageid3270 .newEventsLanding .webiSearch-button, .pageid3271 .newEventsLanding .webiSearch-button, .pageid3143 .newEventsLanding .webiSearch-button, .nexia-news.nexia-news .newEventsLanding .webiSearch-button, .pageid139 .newEventsLanding .webiSearch-button, .about-us.press .newEventsLanding .webiSearch-button, .nexia-business.strategy .newEventsLanding .webiSearch-button {
  cursor: pointer;
  color: #fff;
  width: 150px;
  height: 53px;
  font-family: "Effra W06 Regular", Arial;
  font-size: 17px;
  float: right;
  padding: 10px;
  background-color: #00b2a9;
  border-radius: 27px;
  text-align: center;
  border: none;
  box-sizing: border-box; }

.pageid3238 .newEventsLanding .firmInfo, .pageid681 .newEventsLanding .firmInfo, .tender-alerts .newEventsLanding .firmInfo, .regional-news .newEventsLanding .firmInfo, .members-area.covid-19 .newEventsLanding .firmInfo, .pageid3270 .newEventsLanding .firmInfo, .pageid3271 .newEventsLanding .firmInfo, .pageid3143 .newEventsLanding .firmInfo, .nexia-news.nexia-news .newEventsLanding .firmInfo, .pageid139 .newEventsLanding .firmInfo, .about-us.press .newEventsLanding .firmInfo, .nexia-business.strategy .newEventsLanding .firmInfo {
  background-color: #0C5257;
  display: block;
  box-sizing: border-box;
  padding: 4% 5%;
  margin-bottom: 30px; }
  .pageid3238 .newEventsLanding .firmInfo h4, .pageid681 .newEventsLanding .firmInfo h4, .tender-alerts .newEventsLanding .firmInfo h4, .regional-news .newEventsLanding .firmInfo h4, .members-area.covid-19 .newEventsLanding .firmInfo h4, .pageid3270 .newEventsLanding .firmInfo h4, .pageid3271 .newEventsLanding .firmInfo h4, .pageid3143 .newEventsLanding .firmInfo h4, .nexia-news.nexia-news .newEventsLanding .firmInfo h4, .pageid139 .newEventsLanding .firmInfo h4, .about-us.press .newEventsLanding .firmInfo h4, .nexia-business.strategy .newEventsLanding .firmInfo h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 0; }
  .pageid3238 .newEventsLanding .firmInfo p, .pageid681 .newEventsLanding .firmInfo p, .tender-alerts .newEventsLanding .firmInfo p, .regional-news .newEventsLanding .firmInfo p, .members-area.covid-19 .newEventsLanding .firmInfo p, .pageid3270 .newEventsLanding .firmInfo p, .pageid3271 .newEventsLanding .firmInfo p, .pageid3143 .newEventsLanding .firmInfo p, .nexia-news.nexia-news .newEventsLanding .firmInfo p, .pageid139 .newEventsLanding .firmInfo p, .about-us.press .newEventsLanding .firmInfo p, .nexia-business.strategy .newEventsLanding .firmInfo p {
    color: #fff;
    font-size: 16px;
    width: 75%;
    margin-bottom: 2em; }
  .pageid3238 .newEventsLanding .firmInfo a, .pageid681 .newEventsLanding .firmInfo a, .tender-alerts .newEventsLanding .firmInfo a, .regional-news .newEventsLanding .firmInfo a, .members-area.covid-19 .newEventsLanding .firmInfo a, .pageid3270 .newEventsLanding .firmInfo a, .pageid3271 .newEventsLanding .firmInfo a, .pageid3143 .newEventsLanding .firmInfo a, .nexia-news.nexia-news .newEventsLanding .firmInfo a, .pageid139 .newEventsLanding .firmInfo a, .about-us.press .newEventsLanding .firmInfo a, .nexia-business.strategy .newEventsLanding .firmInfo a {
    cursor: pointer;
    color: #fff;
    font-family: "Effra W06 Regular", Arial;
    font-size: 17px;
    padding: 5px 5%;
    background-color: #00b2a9;
    border-radius: 27px;
    text-align: center;
    border: none;
    box-sizing: border-box; }

.pageid3238 .newEventsLanding .webinarContainer, .pageid681 .newEventsLanding .webinarContainer, .tender-alerts .newEventsLanding .webinarContainer, .regional-news .newEventsLanding .webinarContainer, .members-area.covid-19 .newEventsLanding .webinarContainer, .pageid3270 .newEventsLanding .webinarContainer, .pageid3271 .newEventsLanding .webinarContainer, .pageid3143 .newEventsLanding .webinarContainer, .nexia-news.nexia-news .newEventsLanding .webinarContainer, .pageid139 .newEventsLanding .webinarContainer, .about-us.press .newEventsLanding .webinarContainer, .nexia-business.strategy .newEventsLanding .webinarContainer {
  margin: 50px 0;
  display: inline-block;
  width: 100%; }
  .pageid3238 .newEventsLanding .webinarContainer .webinarCTA, .pageid681 .newEventsLanding .webinarContainer .webinarCTA, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA, .regional-news .newEventsLanding .webinarContainer .webinarCTA, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA, .pageid139 .newEventsLanding .webinarContainer .webinarCTA, .about-us.press .newEventsLanding .webinarContainer .webinarCTA, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA {
    width: 32.33%;
    float: left;
    margin-right: 1%;
    margin-bottom: 2%;
    background-color: #F4F4F4;
    min-height: 350px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 5px solid #841262;
    padding: 15px 15px 0; }
    @media only screen and (max-width: 767px) {
      .pageid3238 .newEventsLanding .webinarContainer .webinarCTA, .pageid681 .newEventsLanding .webinarContainer .webinarCTA, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA, .regional-news .newEventsLanding .webinarContainer .webinarCTA, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA, .pageid139 .newEventsLanding .webinarContainer .webinarCTA, .about-us.press .newEventsLanding .webinarContainer .webinarCTA, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA {
        width: 100%;
        margin-right: 0;
        min-height: 0 !important;
        margin-bottom: 2em; } }
    .pageid3238 .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .pageid681 .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .regional-news .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .pageid139 .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .about-us.press .newEventsLanding .webinarContainer .webinarCTA #imgOveride, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA #imgOveride {
      padding-bottom: 45%;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTY4MCIgaGVpZ2h0PSIyOTYiIHZpZXdCb3g9IjAgMCAxNjgwIDI5NiI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1mZWF0dXJlLWJyYW5kZWQiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjE2ODAiIGhlaWdodD0iMjk2Ii8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iZmVhdHVyZS1icmFuZGVkIiBjbGlwLXBhdGg9InVybCgjY2xpcC1mZWF0dXJlLWJyYW5kZWQpIj4NCiAgICA8cmVjdCB3aWR0aD0iMTY4MCIgaGVpZ2h0PSIyOTYiIGZpbGw9IiMwMGIyYTkiLz4NCiAgICA8ZyBpZD0iR3JvdXBfNDkxIiBkYXRhLW5hbWU9Ikdyb3VwIDQ5MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI0IC05OTMuNzEpIj4NCiAgICAgIDxwYXRoIGlkPSJTdWJ0cmFjdGlvbl8xIiBkYXRhLW5hbWU9IlN1YnRyYWN0aW9uIDEiIGQ9Ik0zMDcuNzg0LDQ2Ny40MTlIMEwyNzMuOSwwSDU4MS4yODZsLTI3My41LDQ2Ny40MThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzYuMDUxIDkwOCkiIGZpbGw9IiMwMDk4OTAiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzEzIiBkYXRhLW5hbWU9IlBhdGggMTMiIGQ9Ik00MTQ4LDEzNzkuMDA5aDQwMC4wNzJsMjczLjktNDY3LjQxOUg0MTQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyNzIgLTMuNTkpIiBmaWxsPSIjMGQ1MjU3Ii8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==");
      background-position: 30% center;
      background-repeat: no-repeat;
      background-size: cover; }
    .pageid3238 .newEventsLanding .webinarContainer .webinarCTA .innerweb, .pageid681 .newEventsLanding .webinarContainer .webinarCTA .innerweb, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA .innerweb, .regional-news .newEventsLanding .webinarContainer .webinarCTA .innerweb, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA .innerweb, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA .innerweb, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA .innerweb, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA .innerweb, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA .innerweb, .pageid139 .newEventsLanding .webinarContainer .webinarCTA .innerweb, .about-us.press .newEventsLanding .webinarContainer .webinarCTA .innerweb, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA .innerweb {
      padding: 10px 5% 0; }
    .pageid3238 .newEventsLanding .webinarContainer .webinarCTA span.webDate, .pageid681 .newEventsLanding .webinarContainer .webinarCTA span.webDate, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA span.webDate, .regional-news .newEventsLanding .webinarContainer .webinarCTA span.webDate, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA span.webDate, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA span.webDate, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA span.webDate, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA span.webDate, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA span.webDate, .pageid139 .newEventsLanding .webinarContainer .webinarCTA span.webDate, .about-us.press .newEventsLanding .webinarContainer .webinarCTA span.webDate, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA span.webDate {
      background-color: #841262;
      color: #fff;
      padding: 1px 5%;
      box-sizing: border-box;
      display: inline-block;
      font-size: 16px; }
    .pageid3238 .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .pageid681 .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .regional-news .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .pageid139 .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .about-us.press .newEventsLanding .webinarContainer .webinarCTA h4.webTitle, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA h4.webTitle {
      font-size: 22px;
      min-height: 50px;
      margin-bottom: 1em;
      /*padding: 0 1em 0 1em;*/ }
    .pageid3238 .newEventsLanding .webinarContainer .webinarCTA p.webPara, .pageid681 .newEventsLanding .webinarContainer .webinarCTA p.webPara, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA p.webPara, .regional-news .newEventsLanding .webinarContainer .webinarCTA p.webPara, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA p.webPara, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA p.webPara, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA p.webPara, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA p.webPara, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA p.webPara, .pageid139 .newEventsLanding .webinarContainer .webinarCTA p.webPara, .about-us.press .newEventsLanding .webinarContainer .webinarCTA p.webPara, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA p.webPara {
      font-size: 16px; }
    .pageid3238 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid681 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .regional-news .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid139 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .about-us.press .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA a.webReadMore {
      /*margin: 0 1em 0 1em;*/
      cursor: pointer;
      position: absolute;
      bottom: 30px;
      color: #fff;
      font-family: "Effra W06 Regular", Arial;
      font-size: 17px;
      float: left;
      padding: 5px 10%;
      background-color: #00b2a9;
      border-radius: 27px;
      text-align: center;
      border: none;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .pageid3238 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid681 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .tender-alerts .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .regional-news .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .members-area.covid-19 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid3270 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid3271 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid3143 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .nexia-news.nexia-news .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .pageid139 .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .about-us.press .newEventsLanding .webinarContainer .webinarCTA a.webReadMore, .nexia-business.strategy .newEventsLanding .webinarContainer .webinarCTA a.webReadMore {
          position: relative;
          bottom: 0;
          margin-bottom: 30px; } }

.about-us.press .newEventsLanding .webinarContainer .webinarCTA.img-display .overImg {
  padding-bottom: 45%;
  width: 100%;
  margin-top: -21px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.pageid3238 div.newEventsLanding .webinarContainer div.webinarCTA, .nexia-business div.newEventsLanding .webinarContainer div.webinarCTA {
  min-height: 380px; }
  .pageid3238 div.newEventsLanding .webinarContainer div.webinarCTA .innerweb h4.webTitle, .nexia-business div.newEventsLanding .webinarContainer div.webinarCTA .innerweb h4.webTitle {
    margin-top: .3em;
    font-size: 20px; }
    @media only screen and (max-width: 1140px) {
      .pageid3238 div.newEventsLanding .webinarContainer div.webinarCTA .innerweb h4.webTitle, .nexia-business div.newEventsLanding .webinarContainer div.webinarCTA .innerweb h4.webTitle {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .pageid3238 div.newEventsLanding .webinarContainer div.webinarCTA .innerweb h4.webTitle, .nexia-business div.newEventsLanding .webinarContainer div.webinarCTA .innerweb h4.webTitle {
        font-size: 20px; } }

.pageid139 .newEventsLanding .eventsSlider.webinarContainer {
  margin-top: 0; }
  .pageid139 .newEventsLanding .eventsSlider.webinarContainer .webinarCTA {
    width: 49%;
    background-color: #f4f4f4;
    padding: 0;
    min-height: 135px; }
    .pageid139 .newEventsLanding .eventsSlider.webinarContainer .webinarCTA .imgLink {
      width: 100% !important;
      display: none; }
    .pageid139 .newEventsLanding .eventsSlider.webinarContainer .webinarCTA .overImg {
      height: 0; }
    .pageid139 .newEventsLanding .eventsSlider.webinarContainer .webinarCTA .innerweb {
      min-height: 215px; }
      .pageid139 .newEventsLanding .eventsSlider.webinarContainer .webinarCTA .innerweb h4.webTitle {
        font-size: 20px;
        color: #841262; }
      @media only screen and (max-width: 1140px) {
        .pageid139 .newEventsLanding .eventsSlider.webinarContainer .webinarCTA .innerweb a.webReadMore {
          position: static; } }

.pageid3143 .webinarCTA, .nexia-news.nexia-news .webinarCTA, .nexia-business .webinarCTA {
  min-height: 400px !important; }
  .pageid3143 .webinarCTA p.webPara, .nexia-news.nexia-news .webinarCTA p.webPara, .nexia-business .webinarCTA p.webPara {
    display: none; }

.members-area.covid-19 .insightsControl .inner .newEventsLanding .articles-box.webinarContainer .webinarCTA, .members-area.covid-19 .insightsControl .inner .newEventsLanding .webinarContainer .webinarCTA, .members-area.covid-19 .insightsControl div .newEventsLanding .articles-box.webinarContainer .webinarCTA, .members-area.covid-19 .insightsControl div .newEventsLanding .webinarContainer .webinarCTA, .members-area.covid-19 form .inner .newEventsLanding .articles-box.webinarContainer .webinarCTA, .members-area.covid-19 form .inner .newEventsLanding .webinarContainer .webinarCTA, .members-area.covid-19 form div .newEventsLanding .articles-box.webinarContainer .webinarCTA, .members-area.covid-19 form div .newEventsLanding .webinarContainer .webinarCTA {
  min-height: 400px; }

.members-area.covid-19 .insightsControl .inner .newEventsLanding .articles-box.webinarContainer h4.webTitle, .members-area.covid-19 .insightsControl .inner .newEventsLanding .webinarContainer h4.webTitle, .members-area.covid-19 .insightsControl div .newEventsLanding .articles-box.webinarContainer h4.webTitle, .members-area.covid-19 .insightsControl div .newEventsLanding .webinarContainer h4.webTitle, .members-area.covid-19 form .inner .newEventsLanding .articles-box.webinarContainer h4.webTitle, .members-area.covid-19 form .inner .newEventsLanding .webinarContainer h4.webTitle, .members-area.covid-19 form div .newEventsLanding .articles-box.webinarContainer h4.webTitle, .members-area.covid-19 form div .newEventsLanding .webinarContainer h4.webTitle {
  margin-top: 0.7em; }

.members-area.covid-19 .insightsControl .inner .newEventsLanding .articles-box.webinarContainer a.webReadMore, .members-area.covid-19 .insightsControl .inner .newEventsLanding .webinarContainer a.webReadMore, .members-area.covid-19 .insightsControl div .newEventsLanding .articles-box.webinarContainer a.webReadMore, .members-area.covid-19 .insightsControl div .newEventsLanding .webinarContainer a.webReadMore, .members-area.covid-19 form .inner .newEventsLanding .articles-box.webinarContainer a.webReadMore, .members-area.covid-19 form .inner .newEventsLanding .webinarContainer a.webReadMore, .members-area.covid-19 form div .newEventsLanding .articles-box.webinarContainer a.webReadMore, .members-area.covid-19 form div .newEventsLanding .webinarContainer a.webReadMore {
  bottom: 15px !important; }

.pageid681 .newEventsLanding .webinarContainer .webinarCTA, .regional-news .webinarCTA {
  padding: 15px 15px 0; }

.regional-news .lhmenuholder {
  display: none; }

#featuredInsight {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 2em;
  position: relative; }
  #featuredInsight .imgHolder {
    width: 50%;
    height: 280px;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline-block;
    margin-right: 2em; }
  #featuredInsight img {
    width: 100%;
    height: 100%;
    /*padding-bottom: 30%;*/
    background-color: #cccccc;
    transition: all .2s; }
    #featuredInsight img:hover {
      transform: scale(1.2); }
  #featuredInsight h4 {
    width: 40%;
    font-size: 26px;
    display: inline-block;
    float: none; }
  #featuredInsight .itype {
    color: #0D5257;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1em;
    position: relative;
    bottom: 5px; }
  #featuredInsight .idate {
    color: #8D8D8D;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    bottom: 5px; }

#kevinInsight .insight25:first-of-type p {
  width: 90%;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #989898; }

#kevinInsight h3 {
  color: #00B2A9;
  font-size: 26px;
  margin-bottom: 1em; }

#kevinInsight h4 {
  font-size: 22px;
  color: #841262;
  margin-top: .5em;
  width: 90%;
  float: left; }
  #kevinInsight h4:hover {
    color: #00B2A9; }

#documentInsight .insight33 {
  text-align: center;
  height: 600px;
  position: relative;
  background-color: #eeeeee; }
  #documentInsight .insight33 h3 {
    color: #841262;
    margin-bottom: 10px;
    line-height: 1em; }
  #documentInsight .insight33 h4 {
    width: 100%;
    color: #575756;
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1.1em; }
  #documentInsight .insight33:hover {
    background-color: #841262; }
    #documentInsight .insight33:hover * {
      color: #fff; }
  #documentInsight .insight33 .viewall {
    min-width: 250px;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%); }
    #documentInsight .insight33 .viewall:hover {
      background-color: #AA2A84; }
  #documentInsight .insight33 a:not(.viewall) {
    margin-top: 16px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
    #documentInsight .insight33 a:not(.viewall):hover {
      text-decoration: underline !important; }
  #documentInsight .insight33 .contentHolder {
    margin: 0 10px; }
  #documentInsight .insight33 p {
    color: #4a4a4a; }

#videosInsight iframe {
  /*height: 166px;*/ }

.insightRow {
  float: left;
  margin-bottom: 1em;
  width: 100%; }
  .insightRow h3 {
    color: #00B2A9;
    font-size: 26px;
    margin-bottom: 0.5em; }
  .insightRow h4 {
    font-size: 22px;
    color: #841262;
    margin-top: .5em;
    margin-bottom: .6em;
    width: 90%;
    float: left; }
    .insightRow h4:hover {
      color: #00B2A9; }

.insightsControl h3 {
  font-size: 26px;
  color: #00b2a9; }

.insightsControl .subPages h3 {
  width: 77%;
  font-size: 22px;
  display: inline-block;
  margin-top: .5em; }

.insightsControl .viewall, .insightsBox .viewall {
  cursor: pointer;
  color: #fff;
  min-width: 210px;
  height: 43px;
  font-size: 17px;
  float: left;
  padding: 10px 20px;
  background-color: #00B2A9;
  border-radius: 27px;
  text-align: center;
  border: none;
  box-sizing: border-box;
  clear: both;
  display: block;
  margin-top: 1em;
  margin-bottom: 1.5em; }
  .insightsControl .viewall:hover, .insightsBox .viewall:hover {
    background-color: #841262; }

#area3106 {
  background-image: linear-gradient(to bottom right, #0D5257, #10383B); }
  #area3106 .inner {
    height: 300px; }

.insightsBox.fullWidthBox .inner {
  width: 100%;
  height: 356px; }

.insightsBox .dividerLine {
  height: 5.5px;
  background-color: #00B2A9; }

.insightsBox .leftSection.taxMap {
  width: 50%;
  height: 100%;
  float: left;
  vertical-align: top;
  background-image: url("/assets/insights/tax-map-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .insightsBox .leftSection.taxMap .holder {
    width: 488px;
    height: 100%;
    margin: auto;
    float: right; }
    .insightsBox .leftSection.taxMap .holder h3, .insightsBox .leftSection.taxMap .holder p {
      color: #fff; }
    .insightsBox .leftSection.taxMap .holder p {
      margin-bottom: 0; }
  .insightsBox .leftSection.taxMap .taxMapImg {
    margin-top: 44px;
    margin-right: 36px;
    float: left;
    background-repeat: no-repeat;
    width: 35%; }
  .insightsBox .leftSection.taxMap .rightSide {
    width: 52%;
    display: inline-block;
    margin-top: 20px; }

.insightsBox .rightSection.companyAnalysis {
  width: 100%;
  max-width: 1140px;
  height: 70%;
  margin: 0px auto;
  display: inherit;
  float: none;
  vertical-align: top; }
  .insightsBox .rightSection.companyAnalysis .holder {
    height: 100%;
    vertical-align: top; }
  .insightsBox .rightSection.companyAnalysis .areaOne, .insightsBox .rightSection.companyAnalysis .areaTwo {
    display: inline-block; }
    .insightsBox .rightSection.companyAnalysis .areaOne a, .insightsBox .rightSection.companyAnalysis .areaTwo a {
      display: block; }
      .insightsBox .rightSection.companyAnalysis .areaOne a:last-of-type:after, .insightsBox .rightSection.companyAnalysis .areaTwo a:last-of-type:after {
        content: '';
        display: inline-block;
        width: 9.5px;
        height: 12px;
        background: url("/assets/insights/ic_arrow_forward.svg") 0 0 no-repeat;
        background-size: cover; }
  .insightsBox .rightSection.companyAnalysis .areaOne {
    margin-right: 40px; }
  .insightsBox .rightSection.companyAnalysis h3 {
    margin-top: 47px;
    color: #00B2A9; }
  .insightsBox .rightSection.companyAnalysis p {
    width: 60%;
    color: #fff;
    display: inline-block;
    vertical-align: top; }

@media only screen and (max-width: 1300px) {
  .insightsBox.fullWidthBox .inner {
    height: 390px;
    max-width: 100%; } }

.insight-a {
  color: #fff;
  width: auto;
  height: auto;
  font-family: "Effra W06 Regular", Arial;
  font-size: 17px;
  float: left;
  padding: 10px;
  background-color: #00b2a9;
  border-radius: 27px;
  text-align: center;
  border: none;
  box-sizing: border-box; }

.pagination .aDisabled:hover {
  color: #8d8d8d !important; }

.insightsArticle {
  width: 23%;
  float: right;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 2em; }

.imgHolder {
  width: 100%;
  height: 195px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em; }

.relatedInsights {
  float: left;
  border-top: 1px solid #00B2A9; }
  .relatedInsights h4 {
    color: #0D5257;
    font-size: 21px;
    margin-bottom: 25px; }

.rInsight .idate {
  color: #8D8D8D;
  font-size: 13px;
  text-transform: uppercase; }

.rInsight h4 {
  font-size: 16px;
  color: #841262;
  margin-top: 10px;
  display: inline-block;
  width: 88%; }
  .rInsight h4:hover {
    color: #00b2a9; }

/*tags styling*/
#tags-input {
  border: 1px solid #00B2A9;
  position: relative;
  display: inline-block;
  width: 84%;
  /*height: 53px;*/
  margin-right: 2%;
  box-sizing: border-box;
  /*content: "Choose Tag or type keyword";*/ }
  #tags-input #main-input {
    border: 0;
    outline: 0;
    padding: 1em .1em;
    width: 30%;
    margin-left: 0.5em;
    text-indent: 1em;
    background-color: transparent; }
    #tags-input #main-input::-webkit-input-placeholder {
      /* Chrome, Opera, Safari 10.1+ */
      color: #00B2A9;
      opacity: 1;
      /* Firefox */ }
    #tags-input #main-input::-moz-placeholder {
      /*Firefox */
      color: #00B2A9; }
    #tags-input #main-input:-moz-placeholder {
      /* Firefox 18- */
      color: #00B2A9; }
    #tags-input #main-input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #00B2A9; }
  #tags-input .tag {
    font-size: 85%;
    padding: 0.5em 0.75em;
    margin: 0.25em 0.1em;
    display: inline-block;
    background-color: #841262;
    border-radius: 17px;
    transition: all 0.1s linear;
    cursor: pointer;
    color: #fff; }
    #tags-input .tag:hover {
      background-color: #00b2a9;
      color: white; }
    #tags-input .tag .close::after {
      content: 'x';
      font-weight: bold;
      display: inline-block;
      transform: scale(1);
      margin-left: 0.75em; }
      #tags-input .tag .close::after:hover {
        color: red; }

.tagButton {
  font-size: 16px;
  background-color: #e9e9e9;
  border-radius: 17px 17px 17px 17px;
  padding: 10px 18px 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: lowercase;
  cursor: pointer; }
  .tagButton:hover {
    color: #fff;
    background-color: #841262; }
  .tagButton.tagSelected {
    opacity: 0.2;
    cursor: default; }
    .tagButton.tagSelected:hover {
      color: initial;
      background-color: #e9e9e9; }

/*autocomplete styles*/
.autocomplete-items {
  position: absolute;
  width: 97%;
  background-color: #fff;
  padding: 25px 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  top: 100%;
  left: -7px;
  right: 0px; }
  .autocomplete-items div {
    margin-right: 10px; }

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff; }

/*hide article dates on the insights page for Kevin and videos sections*/
#kevinInsight .insight25 .idate {
  display: none; }

#videosInsight .insight .idate {
  display: none; }

/* end of insights */
.cmsonb .plistdiv #gtabs {
  position: relative;
  left: 0px; }

.nexia-day .homeslider .fullLinkScript {
  width: 100%;
  height: 100%;
  min-height: 100%;
  float: none;
  padding: 0;
  display: block !important;
  margin: 0;
  background-color: transparent; }

#shareArticleApp,
div#shareArticleApp::before {
  display: none; }

.isapp1 .outerheader, .isapp1 .searchboxdiv.menu, .isapp1 .blueTitleStrip, .isapp1 .footer, .isapp1 #back-to-top, .isapp1 .ssk-sticky, .isapp1 .homesliderHolder, .isapp1 .lhmenuholder, .isapp1 .rhmenubefore, .isapp1 .tags-input, .isapp1 .insight-button, .isapp1 .ssk-group, .isapp1 .burger, .isapp1 .title, .isapp1 .cookie-warning {
  display: none !important; }

.isapp1 .subContent .leftArea {
  margin-top: 2em; }

.isapp1 #shareArticleApp {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #00b2a9;
  border-radius: 20px;
  float: right;
  background-size: cover;
  margin-top: 5px;
  display: block; }

.isapp1 div#shareArticleApp::before {
  content: "";
  background-image: url(https://cdn0.iconfinder.com/data/icons/feather/96/591236-share-512.png);
  background-repeat: no-repeat;
  background-size: 74%;
  filter: invert(1);
  position: absolute;
  left: 10%;
  top: 12%;
  display: block;
  width: 32px;
  height: 32px; }

.homesliderHolder .holder, .inpageslider .holder {
  overflow: hidden; }
  .homesliderHolder .holder img, .inpageslider .holder img {
    float: left;
    width: 150px;
    margin-top: 24px; }
  .homesliderHolder .holder p, .inpageslider .holder p {
    color: #fff; }
  .homesliderHolder .holder .rightSide, .inpageslider .holder .rightSide {
    display: inline-block;
    width: 50%;
    margin-left: 4%;
    color: #fff; }
    .homesliderHolder .holder .rightSide p, .inpageslider .holder .rightSide p {
      color: #fff;
      margin-bottom: 0; }
    .homesliderHolder .holder .rightSide .viewall, .inpageslider .holder .rightSide .viewall {
      cursor: pointer;
      color: #fff;
      min-width: 210px;
      height: 43px;
      font-size: 17px;
      float: left;
      padding: 10px 20px;
      background-color: #00b2a9;
      border-radius: 27px;
      text-align: center;
      border: none;
      box-sizing: border-box;
      clear: both;
      display: block;
      margin-top: 1em;
      margin-bottom: 1.5em; }
  .homesliderHolder .holder .areaOne, .homesliderHolder .holder .areaTwo, .inpageslider .holder .areaOne, .inpageslider .holder .areaTwo {
    float: left;
    margin-right: 5%;
    width: 20%;
    margin-top: -30px; }
    .homesliderHolder .holder .areaOne p, .homesliderHolder .holder .areaTwo p, .inpageslider .holder .areaOne p, .inpageslider .holder .areaTwo p {
      display: inline-block; }

.homesliderHolder .hol2 h3, .inpageslider .hol2 h3 {
  margin-top: 5px; }

.homesliderHolder .holder2 .rightSide, .inpageslider .holder2 .rightSide {
  display: inline-block;
  width: 50%;
  margin-left: 4%;
  color: #fff; }
  .homesliderHolder .holder2 .rightSide .ctapops img, .inpageslider .holder2 .rightSide .ctapops img {
    float: left;
    width: 150px;
    margin-top: 24px; }

.pageid2466 .resultdate1, .insightsArticle .resultdate1 {
  display: none; }

.twentyFiveWidthBox .resultdate1 {
  display: none; }

.advisoryTable tr {
  padding: 1em 0em 0.8em !important;
  display: block;
  border-bottom: 2px solid lightgrey; }

.advisoryTable img {
  width: auto !important;
  margin-right: 1em;
  border: none !important;
  min-height: 136px !important; }

.advisoryTable a:last-of-type {
  color: grey;
  padding-top: 0em !important; }

.advisoryTable a:first-of-type {
  color: #33c1ba;
  padding-top: 0.7em !important;
  display: block; }

.advisoryTable td > p {
  margin-bottom: 0px !important; }

.contactSide.advisoryContact {
  border-bottom: 2px solid darkgrey; }

.pageid3016 .contentLeft {
  float: left;
  max-width: 100%;
  width: 100%; }

.pageid3016 .twoThirdBox {
  width: 100% !important; }
  .pageid3016 .twoThirdBox > .inner {
    max-width: 1140px;
    margin: 0 auto; }
    .pageid3016 .twoThirdBox > .inner > .contentLeft {
      width: 80%; }

.pageid3016 .cknum3 > div.inner > div.contentLeft.thelastone {
  width: 63%;
  /* Site Headline + Paragraph */ }

.pageid3016 .cknum4.centeredRow {
  /* First Banner + Twitter Slider */
  background-color: #841262;
  padding: 54px 0 54px 0;
  margin-top: 54px; }

.pageid3016 .cknum6.auditorProudSlider {
  /* Slider Images + CTA */
  background-color: #0d5257; }
  .pageid3016 .cknum6.auditorProudSlider .inner {
    max-width: 1140px; }
  .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone {
    display: flex;
    align-items: center; }
    .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .slider-cont {
      width: 62%; }
      .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .slider-cont .bx-viewport {
        height: 0 !important;
        padding-top: calc(25% + 54px + 54px); }
        .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .slider-cont .bx-viewport ul {
          position: absolute !important;
          top: 0;
          bottom: 0;
          margin: 0; }
          .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .slider-cont .bx-viewport ul li {
            height: 100%;
            margin: 0; }
        .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .slider-cont .bx-viewport ul > li > div {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
    .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .factBox {
      width: 38%;
      margin: 0;
      height: 100%; }
      .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .factBox .fact-cont {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: calc(40.9% + 54px + 54px);
        background-image: linear-gradient(to right, #00b2a9, #0d5257); }
        .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .factBox .fact-cont > div {
          display: flex;
          align-items: center;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin-left: 25px; }
          .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .factBox .fact-cont > div h3, .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .factBox .fact-cont > div p {
            margin-top: 0;
            color: white; }
          .pageid3016 .cknum6.auditorProudSlider .contentLeft.thelastone .factBox .fact-cont > div a {
            background-color: #841262;
            margin: 0; }

.pageid3016.bodycms [class*="video-gal"] img {
  width: 100% !important;
  height: 100% !important; }

.pageid3016 .auditor-proud-top-slider {
  color: white; }
  .pageid3016 .auditor-proud-top-slider .factBox {
    float: left;
    width: calc(60% - 25px);
    margin: 0;
    margin-right: 25px; }
    .pageid3016 .auditor-proud-top-slider .factBox h3 {
      color: white; }
  .pageid3016 .auditor-proud-top-slider .tweetBox {
    width: calc(40% - 40px);
    margin: 0; }
    .pageid3016 .auditor-proud-top-slider .tweetBox p {
      color: white; }

.pageid3016 [class*="video-gal-"] > * {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-bottom: 11px; }

.pageid3016 .video-gal-1 > * {
  width: calc(33.3% - 11px);
  padding-top: 18.55%; }

.pageid3016 .video-gal-2 > * {
  width: calc(50% - 11px);
  padding-top: 30.92%; }

@media only screen and (min-width: 769px) {
  .pageid3016 .video-gal-1 > *:not(:first-child):not(:nth-child(4)),
  .pageid3016 .video-gal-2 > *:not(:first-child):not(:nth-child(3)) {
    margin-left: 11px; } }

.pageid3016 [class*="video-gal-"] > * > * {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left; }

.pageid3016 .video-spacer {
  height: 100px; }

.pageid3016 .video-conta-2 > * {
  display: inline-block;
  vertical-align: top; }
  .pageid3016 .video-conta-2 > *:first-child {
    width: 66%; }
  .pageid3016 .video-conta-2 > *:last-child {
    width: calc(33% - 11px);
    margin: 11px 0 11px 11px; }

.pageid3016 .video-conta-3 > * {
  display: inline-block;
  vertical-align: top; }
  .pageid3016 .video-conta-3 > *:first-child {
    width: 33%;
    margin: 11px 11px 11px 0; }
  .pageid3016 .video-conta-3 > *:last-child {
    width: calc(66% - 11px); }

@media only screen and (min-width: 1229px) {
  .cknum6.auditorProudSlider .contentLeft.thelastone .slider-cont .bx-viewport,
  .cknum6.auditorProudSlider .contentLeft.thelastone .factBox .fact-cont {
    padding-top: 298px !important; } }

@media only screen and (max-width: 1140px) and (min-width: 0) {
  .pageid3016 .fullWidthBox .inner {
    max-width: 100% !important; }
  .pageid3016 .cknum3 > .inner {
    max-width: 90%; } }

@media only screen and (max-width: 1139px) and (min-width: 768px) {
  .pageid3016 .centeredRow {
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .pageid3016 .video-gal-1 > * {
    width: calc(50% - 11px);
    padding-top: 28%; }
  .pageid3016 .video-gal-1 > *:not(:first-child):not(:nth-child(3)):not(:nth-child(5)),
  .pageid3016 .video-gal-2 > *:not(:first-child):not(:nth-child(3)) {
    margin-left: 11px; }
  .pageid3016 .video-conta-2 > * {
    display: block; }
    .pageid3016 .video-conta-2 > *:first-child {
      width: 100%;
      margin: 0 0 11px 0; }
    .pageid3016 .video-conta-2 > *:last-child {
      width: 100%; }
  .pageid3016 .video-conta-3 > * {
    display: block; }
    .pageid3016 .video-conta-3 > *:first-child {
      width: 100%;
      margin: 0 0 11px 0; }
    .pageid3016 .video-conta-3 > *:last-child {
      width: 100%;
      margin: 0; }
  .pageid3016 .auditor-proud-top-slider .factBox {
    margin-bottom: 25px; }
  .pageid3016 .auditor-proud-top-slider .factBox,
  .pageid3016 .auditor-proud-top-slider .tweetBox {
    float: none;
    width: 100%; }
  .pageid3016 .auditorProudSlider .slider-cont {
    display: none; }
  .pageid3016 .auditorProudSlider .factBox {
    width: 100% !important; }
    .pageid3016 .auditorProudSlider .factBox .fact-cont > div {
      margin-right: 25px; }
      .pageid3016 .auditorProudSlider .factBox .fact-cont > div > div {
        width: 100%; }
        .pageid3016 .auditorProudSlider .factBox .fact-cont > div > div a {
          float: none;
          width: 20px;
          margin: 0 auto !important; } }

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .pageid3016 .video-gal-1 > * {
    width: calc(50% - 11px);
    padding-top: 28%; }
  .pageid3016 .video-gal-1 > *:not(:first-child):not(:nth-child(3)):not(:nth-child(5)),
  .pageid3016 .video-gal-2 > *:not(:first-child):not(:nth-child(3)) {
    margin-left: 11px; }
  .pageid3016 .video-conta-2 {
    display: flex;
    flex-wrap: wrap; }
    .pageid3016 .video-conta-2 .video-gal-2 {
      order: 2; }
    .pageid3016 .video-conta-2 .side-text {
      order: 1; }
  .pageid3016 .video-conta-2 > * {
    display: block; }
    .pageid3016 .video-conta-2 > *:first-child {
      width: 100%;
      margin: 0 0 11px 0; }
    .pageid3016 .video-conta-2 > *:last-child {
      width: 100%; }
  .pageid3016 .video-conta-3 > * {
    display: block; }
    .pageid3016 .video-conta-3 > *:first-child {
      width: 100%;
      margin: 0 0 11px 0; }
    .pageid3016 .video-conta-3 > *:last-child {
      width: 100%;
      margin: 0; }
  .pageid3016 .auditorProudSlider .factBox .fact-cont {
    padding-top: 40% !important; }
    .pageid3016 .auditorProudSlider .factBox .fact-cont > div > div {
      text-align: center;
      width: 100%; } }

@media only screen and (max-width: 425px) {
  .pageid3016 .video-gal-1 > * {
    width: 100%;
    padding-top: 56.23%;
    margin-left: 0; }
    .pageid3016 .video-gal-1 > *.side-text {
      padding: 0; }
      .pageid3016 .video-gal-1 > *.side-text p {
        position: relative;
        margin-bottom: 9px; }
  .pageid3016 .video-gal-1 > *:not(:first-child):not(:nth-child(3)):not(:nth-child(5)),
  .pageid3016 .video-gal-2 > *:not(:first-child):not(:nth-child(3)) {
    margin-left: 0; }
  .pageid3016 .video-conta-2 {
    display: flex;
    flex-wrap: wrap; }
    .pageid3016 .video-conta-2 .video-gal-2 {
      order: 2; }
    .pageid3016 .video-conta-2 .side-text {
      order: 1; }
  .pageid3016 .video-conta-2 > * {
    display: block; }
    .pageid3016 .video-conta-2 > *:first-child {
      width: 100%;
      margin: 0 0 11px 0; }
      .pageid3016 .video-conta-2 > *:first-child > * {
        width: 100%;
        padding-top: 56.23%;
        margin-left: 0px; }
    .pageid3016 .video-conta-2 > *:last-child {
      width: 100%;
      margin: 0; }
      .pageid3016 .video-conta-2 > *:last-child > * {
        width: 100%;
        padding-top: 56.23%;
        margin-left: 0px; }
    .pageid3016 .video-conta-2 > *.side-text p {
      padding: 0; }
  .pageid3016 .video-conta-3 > * {
    display: block; }
    .pageid3016 .video-conta-3 > *:first-child {
      width: 100%;
      margin: 0 0 11px 0; }
      .pageid3016 .video-conta-3 > *:first-child > * {
        width: 100%;
        padding-top: 56.23%;
        margin-left: 0px; }
    .pageid3016 .video-conta-3 > *:last-child {
      width: 100%;
      margin: 0; }
      .pageid3016 .video-conta-3 > *:last-child > * {
        width: 100%;
        padding-top: 56.23%;
        margin-left: 0px; }
    .pageid3016 .video-conta-3 > *.side-text p {
      padding: 0; }
  .pageid3016 .cknum3 .inner > div {
    width: 100% !important; } }

.quotePink {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 24px;
  display: block;
  padding: 13% 30% 1% 0%;
  color: #841262;
  line-height: 24px; }
  @media screen and (max-width: 1024px) {
    .quotePink {
      width: 100%;
      padding: 1% 30% 1% 0%; } }

hr.greenHorizontalRule {
  border-bottom: 1px solid #00b2a9;
  margin: 5vh 0;
  clear: both; }

.eventCampaignContainer {
  width: 46%;
  float: left;
  margin: 0% 4% 4% 0%; }
  @media screen and (max-width: 425px) {
    .eventCampaignContainer {
      width: 100%; } }
  .eventCampaignContainer h4 {
    color: #841262;
    font-size: 19px;
    margin: 16px 0px 20px; }
  .eventCampaignContainer .eventDetails {
    color: #8D8D8D;
    font-size: 16px;
    margin: 7px 0px;
    text-transform: uppercase; }
  .eventCampaignContainer a {
    text-decoration: underline !important; }

.factsFiguresThree {
  display: inline-block;
  margin-top: 3vh; }
  @media only screen and (max-width: 425px) {
    .factsFiguresThree {
      margin-top: 0vh; } }
  .factsFiguresThree .factContainer {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 3vh;
    padding-right: 4%;
    min-height: 16vh; }
    @media only screen and (max-width: 767px) {
      .factsFiguresThree .factContainer {
        margin-bottom: 0vh;
        padding-right: 3%; } }
    @media only screen and (max-width: 425px) {
      .factsFiguresThree .factContainer {
        min-height: 14vh; } }
    .factsFiguresThree .factContainer h1 {
      font-size: 85px !important;
      margin-bottom: 0px !important;
      font-weight: 400 !important;
      text-transform: none !important; }
      @media only screen and (max-width: 767px) {
        .factsFiguresThree .factContainer h1 {
          font-size: 50px !important;
          padding-bottom: 0px !important; } }
      @media only screen and (max-width: 425px) {
        .factsFiguresThree .factContainer h1 {
          font-size: 35px !important; } }
    .factsFiguresThree .factContainer h5 {
      font-size: 22px;
      margin: 0px;
      color: #00B2A9; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .factsFiguresThree .factContainer h5 {
          font-size: 16px !important;
          min-height: 7vh; } }

.becomeMemberBanner {
  margin-top: 3vh; }
  @media only screen and (max-width: 767px) {
    .becomeMemberBanner {
      margin-top: 0vh; } }
  .becomeMemberBanner h4 {
    font-size: 26px;
    color: white;
    font-weight: 100 !important;
    font-family: "Effra W06 Regular", Arial;
    margin-bottom: 20px; }
  .becomeMemberBanner p {
    color: white;
    font-size: 19px;
    margin-bottom: 17px; }
    @media only screen and (max-width: 399px) {
      .becomeMemberBanner p {
        font-size: 16px; } }
  .becomeMemberBanner a.button {
    cursor: pointer;
    color: #fff;
    min-width: 170px;
    height: 43px;
    font-size: 17px;
    float: left;
    padding: 10px 20px;
    border-radius: 27px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    clear: both;
    display: block;
    margin-top: 1em;
    margin-bottom: 1.5em; }
  .becomeMemberBanner .leftSideBanner {
    width: 50%;
    display: inline-block;
    height: 356px;
    background-color: #00B2A9;
    float: left; }
    @media only screen and (max-width: 855px) {
      .becomeMemberBanner .leftSideBanner {
        float: none;
        width: 100%; } }
    .becomeMemberBanner .leftSideBanner .bannerContentLeft {
      max-width: 570px;
      float: right;
      height: 100%;
      padding: 0% 29% 0% 0%;
      box-sizing: border-box; }
      @media only screen and (max-width: 1140px) {
        .becomeMemberBanner .leftSideBanner .bannerContentLeft {
          padding: 0% 10% 0% 10%; } }
      @media only screen and (max-width: 855px) {
        .becomeMemberBanner .leftSideBanner .bannerContentLeft {
          float: left;
          padding: 0% 10% 0% 6%; } }
      .becomeMemberBanner .leftSideBanner .bannerContentLeft .button {
        background-color: #0D5257; }
  .becomeMemberBanner .rightSideBanner {
    background-image: url("/assets/images/become-member-cta-nov-2019.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 356px;
    float: left;
    width: 50%;
    margin-bottom: 5vh; }
    @media only screen and (max-width: 855px) {
      .becomeMemberBanner .rightSideBanner {
        float: none;
        width: 100%; } }
    .becomeMemberBanner .rightSideBanner .bannerContentRight {
      float: left;
      max-width: 570px;
      height: 100%;
      padding: 0% 25% 0% 8%;
      box-sizing: border-box; }
      @media only screen and (max-width: 1140px) {
        .becomeMemberBanner .rightSideBanner .bannerContentRight {
          padding: 0% 10% 0% 10%; } }
      @media only screen and (max-width: 855px) {
        .becomeMemberBanner .rightSideBanner .bannerContentRight {
          padding: 0% 10% 0% 6%; } }
      .becomeMemberBanner .rightSideBanner .bannerContentRight .button {
        background-color: #00B2A9; }

tr.firm-facts label {
  display: inline-block;
  width: 24%;
  float: left;
  margin-right: 1%;
  box-sizing: border-box; }
  tr.firm-facts label:nth-of-type(4) {
    display: none; }

tr.firm-facts input {
  width: 100%;
  margin-top: 0.3em;
  margin-right: 0%;
  box-sizing: border-box; }
  tr.firm-facts input:nth-child(even) {
    margin-right: 0%; }

.factsFiguresFive {
  display: inline-block;
  width: 100%;
  margin-top: 3vh;
  padding: 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .factsFiguresFive div.factContainer {
    width: 24%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-right: 1%; }
    @media only screen and (max-width: 767px) {
      .factsFiguresFive div.factContainer {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .factsFiguresFive div.factContainer h1 {
      font-size: 50px;
      margin-bottom: 0;
      font-weight: 400;
      margin-top: 0;
      text-transform: none;
      color: #841461; }
    .factsFiguresFive div.factContainer h5 {
      font-size: 22px;
      margin: 0;
      color: #841461; }

#mbdetailslist a[data-get=me][href=''] {
  display: none; }

.nimoprint {
  float: left;
  display: inline-block;
  clear: both;
  margin-left: 0px !important;
  height: 36px;
  line-height: 36px;
  margin-bottom: 2em; }

.multiple-subs .inner .contentLeft {
  max-width: 100%;
  width: 100%;
  margin-bottom: 3em; }

@media only screen and (max-width: 1140px) {
  .video-gallery {
    max-width: 90%;
    margin: 20px auto; } }

.video-gallery h3 {
  color: #00b2a9; }

.video-gallery .contentLeft div.galleryBar {
  margin: 10px 0 40px; }

.nexia-day.nexia-day-2020 .centeredRow .contentLeft {
  width: 100%;
  max-width: 100%; }

.nexia-day.about-us.nexia-day-case-studies .fullWidthBox .inner .lhmenuholder {
  display: none; }

.nexia-day.about-us.nexia-day-case-studies .fullWidthBox .inner .contentLeft {
  max-width: 100%;
  width: 100%; }

.case-butt {
  background-color: #33c1ba;
  color: #fff;
  border-radius: 18px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-top: 1em;
  font-size: 15px; }

.pageid3589 .homesliderHolder .homeslider {
  height: 350px; }
  .pageid3589 .homesliderHolder .homeslider .homeSliderText h2 {
    padding-top: 12.5%; }
    @media only screen and (max-width: 767px) {
      .pageid3589 .homesliderHolder .homeslider .homeSliderText h2 {
        padding-top: 22.5%; } }
  @media only screen and (max-width: 767px) {
    .pageid3589 .homesliderHolder .homeslider {
      height: 220px; } }

.seventy {
  width: 70%;
  display: inline-block;
  float: left; }
  .seventy.detail {
    width: 65%;
    line-height: 1.4em;
    font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .seventy {
      width: 100% !important;
      display: block;
      clear: both;
      margin-bottom: 1em; } }
  .seventy h4 {
    font-size: 18px !important;
    font-weight: normal;
    font-family: "Effra W06 Regular", Arial; }
  .seventy p {
    /*font-size: 16px;*/ }
  .seventy .tbutt {
    width: auto;
    max-width: none;
    margin-left: 0px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px; }

.thirty {
  box-sizing: border-box;
  width: 30%;
  display: inline-block;
  float: left;
  padding-left: 2em; }
  .thirty.detail {
    width: 35%; }
  @media only screen and (max-width: 767px) {
    .thirty {
      width: 100% !important;
      display: block;
      clear: both;
      margin-bottom: 1em; } }
  .thirty.grey {
    background-color: #f3f3f3;
    padding: 1em;
    margin-right: 2em;
    width: calc(35% - 2em);
    min-height: 40vw; }
    .thirty.grey img {
      object-fit: cover;
      overflow-y: hidden;
      height: 270px;
      width: 100%;
      object-position: center 0px;
      margin-bottom: 1em; }
    .thirty.grey .pimg {
      background-size: cover;
      background-repeat: no-repeat;
      height: 270px;
      width: 100%;
      background-position: center 0px;
      margin-bottom: 1em; }
    .thirty.grey h4 {
      font-size: 16px !important;
      font-weight: normal;
      font-family: "Effra W06 Regular", Arial; }
    .thirty.grey p {
      font-size: 16px; }
      .thirty.grey p span {
        color: #575756 !important; }
      .thirty.grey p.nowrap {
        white-space: nowrap; }
    .thirty.grey a {
      display: inline;
      clear: none;
      margin-top: 0px; }
  .thirty h3 {
    color: #666;
    margin-top: 0px; }
  .thirty a {
    display: block;
    clear: both;
    margin-top: 0.5em; }

.key-contacts .leftArea {
  margin-top: 2em; }

.keycontacts {
  grid-template-columns: 1fr 1fr 1fr;
  /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
  display: grid;
  width: 100%;
  grid-gap: 1em;
  /*display: grid;
    grid-template-columns: 100px 10px 100px 10px 100px;
    grid-template-rows: auto 10px auto;
    background-color: #fff;
    color: #444;*/ }
  @media only screen and (max-width: 1024px) {
    .keycontacts {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 415px) {
    .keycontacts {
      grid-template-columns: 1fr; } }
  .keycontacts .contactbox {
    max-width: 300px;
    display: inline-block; }
    .keycontacts .contactbox .pimg {
      background-size: cover;
      background-repeat: no-repeat;
      height: 270px;
      width: 100%;
      background-position: center 0px;
      /*display: none;*/ }
    .keycontacts .contactbox h2 {
      font-size: 18px !important;
      margin-bottom: 2px !important;
      font-family: 'Effra W06 Medium';
      margin-top: 0.5em !important; }
    .keycontacts .contactbox p {
      margin-bottom: 0px;
      font-size: 16px; }
    .keycontacts .contactbox a {
      display: block;
      clear: both;
      margin-bottom: 3px;
      font-size: 15px;
      word-break: break-all; }
      .keycontacts .contactbox a:first-of-type {
        margin-top: 0.5em; }
      .keycontacts .contactbox a:last-of-type {
        margin-bottom: 2em; }

.nex-button {
  color: #fff;
  padding: 5px 20px;
  background-color: #00b2a9;
  border-radius: 35px;
  border: 1px solid #00b2a9;
  text-align: center;
  display: inline-block;
  transition: .3s all ease;
  display: block;
  width: 40%; }
  .nex-button:hover {
    background-color: #841262;
    border-color: #841262; }
  @media only screen and (max-width: 767px) {
    .nex-button {
      margin-right: 0px; } }

.sub-box-container .inner .contentLeft {
  float: none;
  max-width: 100%;
  width: 100%; }

.subpage-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 2em 0px; }
  @media only screen and (max-width: 1024px) {
    .subpage-boxes {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .subpage-boxes {
      grid-template-columns: 1fr !important; } }
  .subpage-boxes .subpage-box {
    background-color: #f4f4f4;
    box-sizing: border-box;
    position: relative;
    border-bottom: 5px solid #841262;
    padding: 15px 15px 50px; }
    .subpage-boxes .subpage-box .imgLink .overImg {
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 60%; }
    .subpage-boxes .subpage-box .sub-title {
      font-size: 22px;
      margin-bottom: 1em; }
    .subpage-boxes .subpage-box .sub-more {
      cursor: pointer;
      position: absolute;
      bottom: 1em;
      color: #fff;
      font-family: "Effra W06 Regular", Arial;
      font-size: 17px;
      float: left;
      padding: 5px 10%;
      background-color: #00b2a9;
      border-radius: 27px;
      text-align: center;
      border: none;
      box-sizing: border-box; }

.blogLanding .insight.subPages {
  border: 1px solid #ccc;
  padding: 1em;
  min-height: 420px; }
  .blogLanding .insight.subPages .imgHolder {
    height: 250px; }
  .blogLanding .insight.subPages:not(.threecol):nth-of-type(2), .blogLanding .insight.subPages:not(.threecol):nth-of-type(3), .blogLanding .insight.subPages:not(.threecol):nth-of-type(6), .blogLanding .insight.subPages:not(.threecol):nth-of-type(7) {
    width: 66%;
    margin-right: 0px; }
  .blogLanding .insight.subPages:not(.threecol):nth-of-type(even) {
    margin-right: 0em; }
  .blogLanding .insight.subPages:not(.threecol):nth-of-type(odd) {
    margin-right: 2%; }
  @media only screen and (max-width: 1024px) {
    .blogLanding .insight.subPages {
      width: 49% !important; } }
  @media only screen and (max-width: 767px) {
    .blogLanding .insight.subPages {
      width: 100% !important; } }

.blogMenu {
  width: 24%;
  margin-right: 1em;
  float: left;
  border: none;
  position: relative; }
  .blogMenu ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 0px; }
    .blogMenu ul li {
      margin-left: -13px;
      text-indent: 0px;
      margin-bottom: 1em; }
      .blogMenu ul li:before {
        display: none; }

.blogArticle .blogimg {
  width: 40%;
  float: right;
  padding-left: 2em; }

.blogArticle h3 {
  font-size: 21px;
  color: #0d5257 !important; }

.become-a-member lite-youtube {
  width: 100%; }
