/* ----------------------------------------------

Fonts

---------------------------------------------- */
@import url("http://hello.myfonts.net/count/2e893d");
@import url("http://hello.myfonts.net/count/2e8942");
@import url("http://hello.myfonts.net/count/2e893d");
@import url("http://hello.myfonts.net/count/2e8942");
@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 400;
  src: url("../fonts/2E893D_2_0.eot");
  src: url("../fonts/2E893D_2_0d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/2E893D_2_0.woff2") format("woff2"), url("../fonts/2E893D_2_0.woff") format("woff"), url("../fonts/2E893D_2_0.ttf") format("truetype"), url("../fonts/2E893D_2_0.svg#wf") format("svg")
}
@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 600;
  src: url("../fonts/2E893D_0_0.eot");
  src: url("../fonts/2E893D_0_0d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/2E893D_0_0.woff2") format("woff2"), url("../fonts/2E893D_0_0.woff") format("woff"), url("../fonts/2E893D_0_0.ttf") format("truetype"), url("../fonts/2E893D_0_0.svg#wf") format("svg")
}
@font-face {
  font-family: 'Helvetica Neue Condensed';
  font-weight: 800;
  src: url("../fonts/2E893D_1_0.eot");
  src: url("../fonts/2E893D_1_0d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/2E893D_1_0.woff2") format("woff2"), url("../fonts/2E893D_1_0.woff") format("woff"), url("../fonts/2E893D_1_0.ttf") format("truetype"), url("../fonts/2E893D_1_0.svg#wf") format("svg")
}
@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 300;
  src: url("webfonts/2E8942_0_0.html");
  src: url("webfonts/2E8942_0_0d41d.html?#iefix") format("embedded-opentype"), url("webfonts/2E8942_0_0-2.html") format("woff2"), url("webfonts/2E8942_0_0-3.html") format("woff"), url("webfonts/2E8942_0_0-4.html") format("truetype"), url("webfonts/2E8942_0_0-5.html#wf") format("svg")
}
/* Gotham Light */
@font-face {
  font-family: 'Gotham';
  font-weight: 300;
  font-style: normal;
  src: url($font-dir + '../fonts/Gotham-Light.woff') format('woff'), url($font-dir + '../fonts/Gotham-Light.ttf') format('truetype');
}
/* Gotham Regular */
@font-face {
  font-family: 'Gotham';
  font-weight: 400;
  font-style: normal;
  src: url($font-dir + '../fonts/Gotham-Book.woff') format('woff'), url($font-dir + '../fonts/Gotham-Book.ttf') format('truetype');
}
/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  font-weight: 500;
  font-style: normal;
  src: url($font-dir + '../fonts/Gotham-Medium.woff') format('woff'), url($font-dir + '../fonts/Gotham-Medium.ttf') format('truetype');
}
/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  font-weight: 700;
  font-style: normal;
  src: url($font-dir + '../fonts/Gotham-Bold.woff') format('woff'), url($font-dir + '../fonts/Gotham-Bold.ttf') format('truetype');
}

/* ----------------------------------------------

Global Styling

---------------------------------------------- */
#desktop,
#tablet,
#phone {
  /* width: 0px; */
  /* height: 0px; */
  overflow: hidden;
  display: none;
}
a, a:visited{
  cursor: pointer;
}
.kf-mobile {
  display: none;
}
.group::after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
.table_layout {
  width: 100%;
  background-color: #c2c2c6;
}
html {
  background: #f9f9f9;
}








.div_layout {
  width: 29.5%;
  border-right: 5px solid #ffffff;
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}
.div_layout iframe {
  max-width: 100%;
  width: 100%;
}
.div_responsive .video_iframe,
.div_responsive .iframe_title {
  width: 46%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
.div_responsive .video_iframe iframe {
  max-width: 100%;
}








@media only screen and (max-width: 480px) {
  .div_responsive .video_iframe,
  .div_responsive .iframe_title {
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .div_responsive iframe {
    width: 100%;
  }
  .div_layout .video_box {
    width: 100%;
  }
  .div_layout {
    width: 100%;
    border-bottom: 5px solid #ffffff;
    border-right: 0;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    clear: both;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1025px) {
  #desktop {
    display: block;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .div_layout {
    width: 29.5%;
    border-right: 5px solid #ffffff;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    clear: both;
  }
  .div_layout iframe {
    max-width: 100%;
    width: 100%;
  }
  #tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #phone {
    display: block;
  }
  .kf-mobile {
    display: block;
  }
}
html {
  font: 300 12px "proxima-nova", arial, sans-serif;
  position: relative;
  min-height: 100%;
}
.site-marquee {
  margin: 0 auto;
  min-height:15px;
}
.header,
.footer,
#nav,
.inner,
.content-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.col-main {
  min-height: 250px;
}
.office-index-index .col-main {
  min-height: 0px;
}
@media only screen and (max-width: 767px) {
  .main {
    padding-bottom: 0;
  }
}
.col2-right-layout .col-main {
  width: 70%;
  float: left;
}
.col2-right-layout .col-right {
  width: 28%;
  float: right;
  background: #fff;
  min-height: 250px;
}
.col2-right-layout .content-wrapper {
  background: white;
}
@media only screen and (max-width: 767px) {
  .col2-right-layout .col-main {
    width: 100%;
    float: none;
  }
  .col2-right-layout .col-right {
    width: 96%;
    float: none;
    margin: 0 auto;
  }
}
.col2-left-layout .col-main {
  width: 68%;
  float: right;
}
.col2-left-layout .col-left {
  width: 30%;
  float: left;
  background: #fff;
  min-height: 250px;
}
.col2-left-layout .content-wrapper {
  background: white;
}
@media only screen and (max-width: 767px) {
  .col2-left-layout .col-main {
    width: 100%;
    float: none;
  }
  .col2-left-layout .col-left {
    width: 96%;
    float: none;
    margin: 0 auto;
  }
}
.fourths .quarter {
  width: 25%;
  float: left;
}
.fourths .half {
  width: 49%;
  float: left;
}
.fourths .half .quarter {
  width: 49%;
}
.thirds .two-thirds {
  width: 66%;
  float: left;
}
.thirds .third {
  width: 33%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .thirds .two-thirds {
    width: 100%;
  }
}
.main img {
  width: 100%;
}
input {
  border: 1px solid #e3e3e2;
  font-size: 14px;
  text-indent: 5px;
  padding: 7px 0;
  line-height: 1em;
}
::-webkit-input-placeholder {
  color: #e3e3e2;
}
::-moz-placeholder {
  color: #e3e3e2;
}
::-ms-input-placeholder {
  color: #e3e3e2;
}
.home-marquee .caroufredsel_wrapper {
  /* min-height: 238px; */
}
.caroufredsel_wrapper {
  min-height: 200px;
}
@media only screen and (max-width: 767px) {
  .caroufredsel_wrapper {
    min-height: 150px;
    margin-bottom: 0 !important;
  }
}
.carousel-pager {
  margin-top: 10px;
}
.carousel-pager a {
  background: url("../images/kf-sprite.png") no-repeat -19px -19px;
  padding: 2px 9px;
  text-indent: -9999px;
  display: inline-block;
}
.carousel-pager a.selected {
  background-position: 0px -19px;
}
.select-outter {
  background: #fff;
}
.select-wrapper {
  width: 100%;
  background: url("../images/bg-select.jpg") repeat-x;
  background-size: auto 36px;
  height: 36px;
  overflow: hidden;
}
.select-wrapper .arrow {
  background: url("../images/bg-select-arrow.png") no-repeat center right;
}
.select-wrapper select {
  padding: 9px 0 6px;
  height: 36px;
  width: 100%;
  text-indent: 8px;
  background: none;
  border: 0;
  -webkit-appearance: none;
  font-size: 13px;
  -moz-appearance: none;
}
@-moz-document url-prefix() {
  .select-wrapper select {
    width: 110%;
  }
}
.mod-two-breaker {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mod-two-breaker {
    display: block;
    clear: both;
  }
}
.pagers {
  font-size: 13px;
  margin-top: 15px;
}
.pagers .wrapper-pager a,
.pagers a.cnt {
  padding: 5px 10px;
  font-weight: 500;
}
.pagers .wrapper-pager a.current,
.pagers .wrapper-pager a.selected,
.pagers a.cnt.current,
.pagers a.cnt.selected {
  background: #8a8885;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagers a.prev {
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  background: url("../images/arrow-pagers.png") no-repeat 3px 3px;
  width: 15px;
  height: 20px;
}
.pagers a.next {
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  background: url("../images/arrow-pagers.png") no-repeat -60px 3px;
  width: 15px;
  height: 20px;
}
.validation-advice {
  color: #b61f3e;
  margin-top: 2px;
}
.modal-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 502;
  width: 100%;
  height: 100%;
}
.modal-wrapper .bg-follow-me {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-image: url("../images/bg-black-opacity.png");
}
.modal-wrapper .modal {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  z-index: 505;
  min-height: 50px;
  min-width: 50px;
  background: #fff;
  position: relative;
}
.modal-wrapper .content-inner {
  padding: 5px;
}
.modal-wrapper .modal-close {
  background: url("../images/modal-close.png") no-repeat;
  position: absolute;
  top: -15px;
  right: -15px;
  height: 29px;
  width: 29px;
  text-indent: -9999px;
  cursor: pointer;
}
.loader {
  width: 16px !important;
}
::-webkit-input-placeholder {
  color: #333;
  opacity: 0.5;
}
:-moz-placeholder {
  color: #333;
  opacity: 0.5;
}
::-moz-placeholder {
  color: #333;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
}
span.highlight {
  border: 1px solid #AAAA00;
  background-color: #FFFF00;
  border-radius: 3px;
  margin: -1px;
}
.non-mobile-display-only {
  display: none;
}
@media only screen and (min-width: 767px) {
  .non-mobile-display-only {
    display: block;
  }
}
.phone-display-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .phone-display-only {
    display: block;
  }
}
.underline {
  text-decoration: underline;
}
button {
  cursor: pointer;
}
.confirm_email {
  display: none !important;
}

/* ----------------------------------------------

Hr certification Image

---------------------------------------------- */

@media screen and (max-width: 479px) {
  .certificate_marquee_wrapper .marquee-hero .hero-text {

    top: 21px !important;

  }
  .certificate_marquee_wrapper .hero-text.marquee-header-text > h1 {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .certificate_marquee_wrapper .marquee-hero .hero-text {

    top: 15% !important;

  }
  .certificate_marquee_wrapper .hero-text.marquee-header-text > h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .certificate_marquee_wrapper .marquee-hero .hero-text h4 {
    font-size: 12px;
  }
  .certificate_marquee_wrapper .marquee-hero .hero-text .green-button {
    display: block;
    float: unset;
    width: 106px;
    margin: 0px auto;
    margin-top: 6px;
  }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .certificate_marquee_wrapper .marquee-hero .hero-text {
    top: 12%;

  }
  .certificate_marquee_wrapper .marquee-hero .hero-text h1 {
    font-size: 30px;
  }
  .certificate_marquee_wrapper .products-home-marquee .green-button {
    float: left;
  }
}
@media screen and (min-width: 1024px){
  .certificate_marquee_wrapper .marquee-hero .hero-text {
    bottom: 62px !important;
  }
  .certificate_marquee_wrapper .marquee-hero .hero-text h1 {
    font-size: 49px;
    font-weight: 800;
    line-height: 1em;
  }
}
.certificate_marquee_wrapper .overlay-img {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
.certificate_marquee_wrapper .overlay {
  position: relative;
}


/* ----------------------------------------------

Header

---------------------------------------------- */

.header-container {
  position: relative;
}
.header {
  padding: 8px 0px 5px 0px;
}
.logo {
  display: block;
  position: relative;
}
.logo-line {
  display: none;
  background-image: url("../images/logo-line.png");
  width: 1px;
  position: absolute;
  height: 430px;
  z-index: 100;
  bottom: -10px;
  top: 100%;
  left: 32px;
  max-height: 197px;
}
@media only screen and (max-width: 1025px) {
  .logo-line {
    display: none !important;
  }
}
.cms-contact-us .logo-line {
  display: none !important;
}
.cms-index-index .logo-line {
  display: block;
  max-height: 1000px;
}
.cms-page-view .logo-line,
.office-index-index .logo-line,
.event-index-index .logo-line,
.event-view-entry .logo-line {
  display: block;
}
.header .branding {
  position: relative;
  float: left;
  zoom: 1;
}
.header .quick-access {
  float: right;
  zoom: 1;
  margin-top: 18px;
}
.header .quick-access a.kf-institute {
  vertical-align: baseline;
}
.header .quick-access a.kf-institute {
  background: url('../images/institute/kfi-logo.svg') center center no-repeat;
  background-size: 100%;
  width: 60px;
  height: 19px;
}
.header .quick-access a.kornferry {
  background: url('../images/institute/kf-logo.svg') center center no-repeat;
  background-size: 100%;
  width: 120px;
  height: 26px;
}
.header .quick-access a {
  display: inline-block;
  margin: 0 5px 0 12px;
  font-size: 13px;
}
.header .quick-access a.quicklinks {
  display: none;
  vertical-align: 45%;
}
.header .quick-access span.quicklinks-list {
  display: inline-block;
  margin-top: -2px;
  vertical-align: 45%;
}
.header .quick-access .trigger-search {
  background: url("../images/kf-sprite.png") no-repeat 10px 6px;
  padding: 13px 15px;
  border-left: 1px solid #e3e3e2;
}
.header .search {
  float: right;
  padding: 3px 0;
  margin-left: 10px;
  margin-top: 16px;
}
.header .search .search-form {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 6px 5px 7px;
}
.header .search input {
  border: none;
  padding: 0;
  vertical-align: middle;
  font-size: 12px;
  width: 155px;
}
.header .search button {
  background: url("../images/kf-sprite.png") no-repeat 2px 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: none;
  text-indent: -999em;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .header .quick-access span.quicklinks-list {
    display: none;
  }
  .header .quick-access a.quicklinks {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .header .quick-access {
    width: 100%;
    border-bottom: 1px solid #e3e3e2;
    margin-top: 10px;
    float: none;
    text-align: right;
    height: 30px;
  }
  .header .quick-access a {
    margin: 0 2px;
    font-size: 12px;
  }
  .header .quick-access span.quicklinks-list {
    display: none;
  }
  .header .quick-access a.quicklinks {
    display: inline-block;
  }
  .header .quick-access .trigger-search {
    height: 4px;
    background-position: 10px 8px;
  }
  .header .search {
    padding: 0;
    margin: 0 0 0 5px;
  }
  .header .search.open {
    float: none;
    margin: 5px 0;
    padding: 0;
  }
  .header .search .search-form {
    display: none;
  }
  .header .search.open .search-form {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 3px;
  }
  .header .search.open .search-form input[type='text'] {
    width: 89%;
  }
  .header .search:after {
    content: '';
    background: url("../images/kf-sprite.png") no-repeat 2px 2px;
    width: 20px;
    height: 20px;
    margin: 7px 2px 7px 0;
    display: inline-block;
    border: none;
    text-indent: -999em;
    cursor: pointer;
  }
  .header .search.open:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
  .header .branding {
    margin: 10px auto;
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .header .branding {
    padding-left: 1em;
  }
}
.shop-link p {
  text-align: left;
  color: black;
  background-color: #ffdc00;
  margin: 15px 0 15px;
  display: block;
  float: left;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 767px) {
  .shop-link p {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-link p {
    width: 95%;
  }
}
.shop-link p a {
  padding: 12px 45px 8px 14px;
  background: url("../images/cta-right.png") no-repeat center right;
  display: block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .shop-link p a {
    padding: 12px 25px 8px 14px;
  }
}

/* ----------------------------------------------

Navigation

---------------------------------------------- */
.nav-container {
  width: 100%;
  z-index: 100;
}
.nav-container #nav {
  padding: 1.2em 0 0;
  position: relative;
}
.nav-container .nav-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.nav-container li.level0 {
  display: inline-block;
  width: 19.7%;
  position: relative;
  text-align: center;
}
.nav-container li.level0 a.level-top {
  border-right: 3px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 7px;
  font-weight: 600;
  font-size: 16px;
}
.parent a.level-top.over {
  box-sizing: border-box;
  border-right: 3px solid black !important;
}
.nav-container li.level0:hover ul.level0 {
  display: block;
}
.nav-container ul.level0 {
  display: none;
  position: absolute;
  width: 1000px;
  max-width: 1020px;
  padding: 15px;
  background: #fff;
  top: 46px;
  left: 0;
  margin-left: -20px;
}
.nav-container ul.level0 li.level1 > a {
  background: #79a77a;
  display: block;
  font: 600 18px "museo-slab", times, serif;
  padding: 10px 0;
  border-left: 1px solid #fff;
  color: #f2f2f2;
}
.nav-container ul.level0 li.level1 ul.level1 {
  text-align: left;
  margin: 10px 20px;
}
.nav-container ul.level0 li.level1 ul.level1 li {
  margin: 5px 0;
}
.nav-container ul.level0 li.level1 ul.level1 li > a {
  font: 500 16px "museo-slab", times, serif;
  color: #3983be;
}
.nav-container .nav-1 .level0 .nav-1-4 {
  width: 100% !important;
  clear: left;
}
.nav-container .sub {
  position: absolute;
  width: auto;
  padding-right: 200px;
  padding: 10px;
  box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 40px !important;
  background: #fff;
  top: 45px;
  left: 0;
  margin-left: 50px;
}
@media only screen and (min-width: 767px) {
  .nav-container .sub {
    min-width: 300%;
  }
  .nav-container .sub.last_sub {
    min-width: 350px;
  }
}
@media only screen and (max-width: 1300px) {
  .nav-container .sub.last_sub {
    left: auto;
    right: 0;
  }
}
.nav-container .sub .sub-sections {
  clear: both;
  padding-bottom: 30px;
}
.nav-container .sub .sub-sections a:hover {
  color: #106550;
}
.nav-container .sub h4 {
  cursor: pointer;
  display: block;
  margin-left: 80px;
  float: left;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 5px 0;
  border-left: 1px solid #fff;
}
.nav-container .sub .sub-pages {
  text-align: left;
  display: none;
  float: left;
  border-left: 1px solid black;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
  margin-left: 15px;
}
.nav-container .sub .sub-pages p {
  margin: 5px 10px;
}
.nav-container .sub .sub-pages a {
  font-size: 14px;
  font-weight: 400;
}
.nav-container .sub div.level3 {
  margin: 5px 0 0;
}
.nav-container .sub-1 .full-width {
  width: 100%;
  float: none;
  clear: left;
}
.nav-container .sub-1 .full-width .sub-pages div.level3 {
  zoom: 1;
  margin: 3px 0;
}
.nav-container .sub-7 .functions.sub-pages div.level3 {
  margin: 3px 0 !important;
}
.nav-container .sub-7 .functions.sub-pages div.level3 a {
  padding: 0;
  margin: 0 0px;
  display: block;
}
.nav-container .sub-7 .sub-pages-page {
  margin-top: 5px;
}
.nav-container .sub-7 .sub-pages-page li a {
  font-size: 14px;
  color: #313d4c;
}
.nav-container .sub-7 a.trigger-expander {
  padding-left: 20px;
  background: url("../images/black-expander.png") no-repeat 2px 2px;
}
.nav-container .sub-7 a.trigger-expander.active {
  background: url("../images/black-expanded.png") no-repeat 2px 2px;
}
.nav-container .sub-7 .sub-pages-page.expanded-content {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .nav-container #nav {
    display: none;
  }
  .nav-container .hamburger-menu {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: .8em;
    padding-left: 23px;
    line-height: 23px;
    background: url("../images/kf-sprite.png") no-repeat -37px -37px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .nav-container .nav-1 ul.level0 {
    width: 100%;
    padding-right: 0;
  }
}
.nav-container .shown-sub {
  display: block !important;
}

/* ----------------------------------------------

Search

---------------------------------------------- */
.form-search {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  z-index: 505;
  min-height: 50px;
  min-width: 50px;
}
.form-search label {
  display: none;
}
.form-search input {
  width: 100%;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  text-indent: 15px;
  float: left;
  zoom: 1;
  padding: 10px 0;
  line-height: 1em;
}
.form-search button {
  float: right;
  zoom: 1;
  margin: -31px -8px 0 0;
  height: 23px;
  width: 48px;
  background: url("../images/ico-blue-search.png") no-repeat top left;
  border: 0;
  text-indent: -9999px;
}
.form-search .no-result {
  text-align: center;
  margin: 15px 0;
  font-weight: 600;
  font-size: 14px;
}
.form-search .no-result h2 {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .form-search {
    width: 75%;
    margin-left: -36%;
  }
}
.search-returns {
  background: #fff;
  text-align: left;
  padding: 10px;
  width: 95%;
  margin: 60px auto 0;
}
.search-returns .page-link {
  cursor: pointer;
  padding: 0px 5px;
}
.search-returns .active {
  color: #999;
}
.search-returns .item {
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
}
.search-returns .item.last {
  border-bottom: none;
}
.search-returns h3 a {
  font-size: 14px;
  color: #3983be;
}
.search-returns .items {
  width: 29.9%;
  float: left;
  zoom: 1;
}
.search-returns .pages {
  width: 100%;
}
.search-returns .items h2 {
  margin: 15px 15px 5px;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .search-returns .items {
    width: 100% !important;
  }
  .search-returns .pages {
    border-left: 0;
  }
}

/* ----------------------------------------------

Site Ankle

---------------------------------------------- */
.site-ankle {
  font-size: 13px;
}
.site-ankle .socialize {
  border-top: 3px solid #f2f2f2;
}
.site-ankle .socialize .item {
  display: inline-block;
  margin: 1em 0;
  text-align: left;
  vertical-align: text-top;
}
.site-ankle .socialize .quarter {
  display: inline-block;
  vertical-align: text-top;
  border-left: 1px solid #e3e3e2;
}
.site-ankle .socialize .newsletter label {
  color: black;
  font-weight: 700;
  line-height: 2.2em;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  float: left;
  zoom: 1;
  width: 100%;
  max-width: 100px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 8%;
}
@media only screen and (max-width: 767px) {
  .site-ankle .socialize .newsletter label {
    margin-left: 0%;
  }
}
.site-ankle .socialize .newsletter .input-box {
  float: left;
  width: 65%;
  zoom: 1;
}
.site-ankle .socialize .newsletter .input-box input {
  width: 100%;
  padding: 6px 0 7px;
}
.site-ankle .socialize .newsletter button.submit-arrow {
  text-indent: -9999px;
  border: 0;
  background: url("../images/kf-sprite.png") no-repeat 0 -37px;
  height: 25px;
  width: 25px;
  margin-left: -28px;
  float: left;
  zoom: 1;
  margin-top: 3px;
}
.site-ankle .socialize .newsletter .thank-you {
  padding: 5px 20px;
  text-align: center;
}
.site-ankle .socialize .newsletter .thank-you h3 {
  font-weight: 600;
  font-size: 18px;
}
.site-ankle .kf-app a {
  padding-left: 48px;
  background: url("../images/kf-sprite.png") no-repeat -37px -140px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 130px;
  font-size: 1em;
}
.site-ankle .social-media {
  text-align: center;
  padding: 3px 0;
}
.site-ankle .social-media a {
  display: inline-block;
  background: url("../images/kf-sprite.png") no-repeat -37px 0;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
}
.site-ankle .social-media .twit {
  background-position: -71px 0;
}
.site-ankle .social-media .linked {
  background-position: -105px 0;
}
.site-ankle .social-media .youtube {
  background-position: -139px 0;
}
.site-ankle .site-links {
  text-align: left;
  border-top: 3px solid #f2f2f2;
  padding: 2em 0 1em 0;
}
.site-ankle .site-links .col {
  padding-left: 20px;
}
.site-ankle .site-links .top-cat {
  font: 700 16px/24px "proxima-nova", arial, sans-serif;
  padding-left: 25px;
  background: url("../images/kf-sprite.png") no-repeat -39px -106px;
}
.site-ankle .site-links .expanded-content {
  margin-top: 5px;
  padding-left: 25px;
  font-weight: 500;
  display: none;
}
.site-ankle .site-links .quarter {
  margin-bottom: 10px;
}
.site-ankle .site-links a {
  line-height: 1.5em;
}
@media only screen and (min-width: 1025px) {
  .site-ankle .site-links .top-cat {
    background: none;
    padding-left: 0;
  }
  .site-ankle .site-links .expanded-content {
    padding-left: 0;
    display: block !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .site-ankle .site-links .half {
    width: 100%;
  }
  .site-ankle .site-links .quarter {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .site-ankle .site-links .half,
  .site-ankle .site-links .quarter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .site-ankle .newsletter,
  .site-ankle .social {
    display: block;
    width: 100%;
  }
  .site-ankle .social {
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    margin-top: 0 !important;
  }
  .site-ankle .socialize .quarter {
    border: 0 !important;
  }
}
/* ----------------------------------------------

Footer

---------------------------------------------- */
.footer-container {
  background: black;
  text-align: left;
}
.footer-container * {
  color: #fff;
}
.footer-container .website-options-mobile {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer-container .website-options-mobile {
    padding: 10px 20px;
  }
}
.footer-container .trigger-website-menu {
  padding-left: 25px;
  background: url("../images/kf-sprite.png") no-repeat -40px -76px;
  font: 500 13px "proxima-nova", arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .footer-container .trigger-website-menu {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-container .website-options li {
  display: inline-block;
  width: 20%;
  max-width: 197px;
}
.footer-container .website-options a {
  font: 500 14px "proxima-nova", arial, sans-serif;
  display: block;
  border-left: 1px solid #1c2129;
  text-align: center;
  padding: 15px 0;
  max-width: 198px;
}
.footer-container .website-options a.last {
  border-right: 1px solid #1c2129;
}
.footer-container .website-options a.active {
  color: black;
  background-color: white;
  border-left: 0;
}
@media only screen and (min-width: 1025px) {
  .footer-container .website-options {
    display: block !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .footer-container .website-options {
    display: block !important;
  }
  .footer-container .website-options li {
    width: auto;
  }
  .footer-container .website-options li a {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container .website-options {
    display: none;
    padding-left: 23px;
    margin-bottom: 10px;
  }
  .footer-container .website-options li {
    display: block;
    max-width: 9999px;
    width: 100%;
  }
  .footer-container .website-options a {
    padding: 0;
    background: none !important;
    border: 0 !important;
    text-align: left;
    line-height: 1.5em;
  }
}
.footer-container .copyright {
  border-top: 1px solid #1c2129;
  padding: 20px 0;
  font-size: 13px;
}
.footer-container .copyright .copy {
  float: left;
}
.footer-container .copyright a {
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
}
.footer-container .copyright .language-selector {
  float: right;
  width: 10%;
}
.footer-container .copyright .language-selector .select-outter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.footer-container .copyright .language-selector .select-wrapper {
  background: #5a6067;
  /* Old browsers */

  background: -moz-linear-gradient(top, #535455 1%, #393d3f 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #535455), color-stop(100%, #393d3f));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #535455 1%, #393d3f 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #535455 1%, #393d3f 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #535455 1%, #393d3f 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #535455 1%, #393d3f 100%);
  /* W3C */

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#535455', endColorstr='#393d3f', GradientType=0);
  /* IE6-9 */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.footer-container .copyright .language-selector .select-wrapper select {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .footer-container .copyright .copy {
    float: none;
  }
  .footer-container .copyright .language-selector {
    float: none;
    margin-top: 10px;
    width: 90px;
  }
  .footer-container .copyright .inner {
    margin: 0 20px;
  }
}
.site-ankle a:hover {
  color: #106550;
}
/* ----------------------------------------------

Marquees

---------------------------------------------- */
@media only screen and (min-width: 767px) {
  .site-marquee .phone {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .site-marquee .desktop {
    display: none;
  }
}
.site-marquee .desktop .caroufredsel_wrapper {
  min-height: 238px;
}
.home-marquee-wrapper {
  margin: 0 auto;
  background: #f1f1f0;
  padding: 15px 0;
}
.home-marquee-wrapper .home-marquee {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.home-marquee-wrapper .home-marquee .prev,
.home-marquee-wrapper .home-marquee .next {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  background: url("../images/kf-sprite.png") no-repeat 0 -77px;
  text-indent: -9999px;
}
.home-marquee-wrapper .home-marquee .prev {
  left: -35px;
}
.home-marquee-wrapper .home-marquee .next {
  right: -35px;
  background-position: 15px -117px;
}
@media only screen and (max-width: 767px) {
  .home-marquee-wrapper .home-marquee {
    overflow: hidden;
  }
  .home-marquee-wrapper .home-marquee .prev,
  .home-marquee-wrapper .home-marquee .next {
    display: none !important;
  }
}
.home-marquee-wrapper .caroufredsel_wrapper {
  margin: 0 !important;
}
.home-marquee-wrapper .marquee-inner {
  margin: 20px;
}
.home-marquee-wrapper .item {
  width: 32%;
  float: left;
  zoom: 1;
}
.home-marquee-wrapper .item-wrap {
  display: block;
  position: relative;
  padding: 0 2.2%;
}
@media only screen and (max-width: 767px) {
  .home-marquee-wrapper {
    padding: 0px;
  }
  .home-marquee-wrapper .marquee-inner {
    margin: 20px 10px;
  }
  .home-marquee-wrapper .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.home-marquee-wrapper .item-wrap .marquee-text {
  text-shadow: 1px 1px 2px #000;
}
.home-marquee-wrapper .position-bottom {
  position: absolute;
  bottom: 0;
  width: 95.4%;
  text-align: center;
  background: url("../images/sea-green-opacity.png") repeat;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.home-marquee-wrapper .position-bottom p {
  font-size: 18px;
  margin: 0px 10px;
}
@media only screen and (max-width: 767px) {
  .home-marquee-wrapper .position-bottom p {
    font-size: 14px;
  }
}
.site-marquee .caroufredsel_wrapper {
  width: 100% !important;
}
.hero-marquee-wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero-marquee-wrapper .carousel-pager {
    display: none !important;
  }
}
.hero-marquee-wrapper #hero-carousel-pager {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 10;
}
.marquee-hero {
  width: 100% !important;
}
.marquee-hero .inner-marquee-hero {
  background-position: center center;
  position: relative;
  width: 100% !important;
  overflow: hidden;
}
.marquee-hero .inner-marquee-hero img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .marquee-hero .inner-marquee-hero img {
    width: 190% !important;
    margin-left: -90%;
  }
}
.marquee-hero #home-marquee-hero-1 {
  cursor: pointer;
}
.marquee-hero .hero-text {
  position: absolute;
  width: 90%;
  top: 70px;
  left: 50%;
  margin-left: -430px;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .marquee-hero .hero-text {
    bottom: 25px !important;
    top: initial !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .marquee-hero .hero-text {
    margin-left: -40%;
  }
}
.marquee-hero .hero-text h1 {
  font-size: 55px;
  font-weight: 800;
  line-height: 1em;
}
.marquee-hero .hero-text p {
  font-size: 18px;
  margin-top: 1em;
}
.marquee-hero .hero-text h1,
.marquee-hero .hero-text h5,
.marquee-hero .hero-text p {
  color: white !important;
}
.marquee-hero .hero-text h5,
.marquee-hero .hero-text h1 {
  color: black;
}
.marquee-hero .hero-text p.sub-text {
  font-size: 18px;
  margin: 1em 0em 1em 0em;
}
.marquee-hero .hero-text .green-button {
  margin-top: 10px;
  padding: 0.5em 1em;
  display: inline-block;
  color: white;
  background-color: #75736f;
  text-transform: uppercase;
  font-size: 16px;
}
.marquee-hero .hero-text h5 {
  font-size: 1.5em;
}
@media only screen and (max-width: 1025px) {
  .marquee-hero .hero-text * {
    text-align: left;
  }
  .marquee-hero .hero-text br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .marquee-hero .hero-text {
    top: 55px !important;
    width: 90%;
    margin-left: -45%;
  }
  .marquee-hero .hero-text * {
    text-align: center;
  }
  .marquee-hero .hero-text h5 {
    font-size: 1.5em;
  }
  .marquee-hero .hero-text p {
    font-size: 1.5em;
    margin-top: 0.3em;
  }
  .marquee-hero .hero-text h1 {
    font-size: 2.0em;
    margin-bottom: 4px;
    margin-top: 10px;
  }
  .marquee-hero .hero-text .green-button {
    font-size: 14px;
    padding: 2.5%;
    display: none;
  }
  .marquee-hero .hero-text p.sub-text {
    display: none;
  }
}
.marquee-hero .hero-text_new {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 800px;
  left: 50%;
  margin-left: -410px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .marquee-hero .hero-text_new {
    padding-top: 47px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .marquee-hero .hero-text_new {
    margin-left: -40%;
  }
}
.marquee-hero .hero-text_new h1 {
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 55px;
  font-weight: 800;
  line-height: 1em;
  height: 100%;
}
.marquee-hero .hero-text_new h1 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: left;
}
.marquee-hero .hero-text_new h1:before {
  content: ' ';
  width: 1px;
  height: 100%;
  margin-right: -6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.marquee-hero .hero-text_new p {
  font-size: 18px;
  margin-top: 1em;
}
.marquee-hero .hero-text_new h1,
.marquee-hero .hero-text_new h5,
.marquee-hero .hero-text_new p {
  color: white !important;
}
.marquee-hero .hero-text_new h5,
.marquee-hero .hero-text_new h1 {
  color: black;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.marquee-hero .hero-text_new p.sub-text {
  font-size: 18px;
  margin: 1em 0em 1em 0em;
}
.marquee-hero .hero-text_new .green-button {
  margin-top: 10px;
  padding: 0.5em 1em;
  display: inline-block;
  color: white;
  background-color: #75736f;
  text-transform: uppercase;
  font-size: 16px;
}
.marquee-hero .hero-text_new h5 {
  font-size: 1.5em;
}
@media only screen and (max-width: 1025px) {
  .marquee-hero .hero-text_new * {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .marquee-hero .hero-text_new {
    width: 90%;
    margin-left: -45%;
  }
  .marquee-hero .hero-text_new * {
    text-align: center;
  }
  .marquee-hero .hero-text_new h5 {
    font-size: 1.5em;
  }
  .marquee-hero .hero-text_new p {
    font-size: 1.5em;
    margin-top: 0.3em;
  }
  .marquee-hero .hero-text_new h1 {
    font-size: 2.0em;
    width: 100% !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    text-align: left;
  }
  .marquee-hero .hero-text_new .green-button {
    font-size: 14px;
    padding: 2.5%;
  }
  .marquee-hero .hero-text_new p.sub-text {
    display: none;
  }
}
.marquee-hero .pillars {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.marquee-hero .pillars .pillar {
  text-align: center;
  width: 33.33%;
  position: relative;
  min-height: 30px;
}
.marquee-hero .pillars .pillar h4 {
  color: #fff;
  font-size: 24px;
  background: url("../images/pillar-dark.png") repeat;
  padding: 4% 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.marquee-hero .pillars .pillar.raised h4 {
  padding: 4% 0 11%;
  background: url("../images/pillar-light.png") repeat;
}
@media only screen and (max-width: 767px) {
  .marquee-hero .pillars {
    display: none;
  }
}
/* ----------------------------------------------

Article

---------------------------------------------- */
.article-marquee {
  border-top: 2px solid #f2f2f2;
  padding: 20px;
  text-align: left;
}
.article-marquee h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.article-marquee h2 a {
  font-weight: 300;
  color: #cfcecd;
  text-transform: none;
  padding-left: 5px;
}
.article-marquee .carousel {
  margin: 15px 0;
  clear: left;
  min-height: 250px;
}
.article-marquee .carousel .item {
  max-width: 320px;
  float: left;
  zoom: 1;
}
.article-marquee .article {
  padding: 0 25px 0 15px;
  border-left: 1px solid #bab9b7;
}
.article-marquee .article h3 a,
.article-marquee .article h3 {
  font-size: 20px;
  font-weight: 600;
}
.article-marquee .article .date {
  display: block;
  margin: 10px 0;
  color: #75736f;
  font-size: 14px;
  font-weight: 500;
}
.article-marquee .article .excerpt {
  font-size: 14px;
}
/* ----------------------------------------------

Briefings

---------------------------------------------- */
.briefings-marquee {
  border-top: none;
}
.briefings-marquee .image img {
  max-width: 270px;
}
.briefings-marquee .carousel {
  min-height: 300px;
  margin-left: -15px;
}
.briefings-marquee .carousel .item {
  z-index: 0;
  overflow: hidden;
  margin-left: 15px;
  -webkit-font-smoothing: antialiased;
  max-height: 385px;
  max-width: 305px;
}
.briefings-marquee .carousel .item>.inner {
  position: relative;
  cursor: pointer;
}
.briefings-marquee .carousel .item .btn-link-arrow {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}
.briefings-marquee .carousel .item .article-item-front {
  position: relative;
  z-index: 1;
}
.briefings-marquee .carousel .item .article-item-back {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #3f67c0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
}
.briefings-marquee .carousel .item .article-item-back h3 {
  position: static;
  margin: 41px 3px 0 0;
}
.briefings-marquee .carousel .item .article-item-back h3 span {
  background: none;
}
.briefings-marquee .carousel .item .article-item-back p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 10px;
}
.briefings-marquee .carousel .item:hover .article-item-back {
  opacity: 1;
  visibility: visible;
}
.briefings-marquee .carousel .item .read-more-link {
  display: none;
  color: #fff;
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 10px;
  margin: 5px 0;
  line-height: 18px;
  position: relative;
  width: 110px;
}
.briefings-marquee .carousel .item:hover .read-more-link {
  display: block;
}
.briefings-marquee .carousel .item .read-more-link:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 105px;
  top: 5px;
  width: 10px;
  height: 14px;
  background-image: url("../images/sprite-institute.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -34px -48px;
}
.briefings-marquee .carousel .item .article-item-date {
  background: rgba(63, 103, 192, 0.75);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  min-width: 169px;
  padding: 10px 8px 9px 8px;
  font-family: "myriad-pro";
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.briefings-marquee .carousel .article-item-date .icon-article,
.article-item-date .icon-video {
  right: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.briefings-marquee .carousel .item h3 {
  font-size: 30px;
  line-height: 41px;
  position: absolute;
  top: 41px;
  margin-bottom: 5px;
  padding: 0 10px 0 0;
  font-family: 'Helvetica Neue Condensed';
  font-weight: normal;
  text-transform: uppercase;
}
.briefings-marquee .carousel .item h3 span {
  padding: 7px 15px 4px 15px;
  max-width: 100%;
  background: rgba(4, 4, 4, 0.7);
  color: #fff;
  display: inline;
  -webkit-box-decoration-break: clone;
}
.briefings-marquee .carousel .item img {
  width: 100%;
  height: auto;
}
.briefings-marquee .carousel .image {
  width: 57%;
  float: left;
  zoom: 1;
}
.briefings-marquee .carousel .article {
  padding-left: 0px;
  border-left: 1px;
  width: 39%;
  float: right;
  zoom: 1;
  box-sizing: border-box;
}
.briefing-magazine-bar .subscribe-btn-wrapper .btn-manage-account {
    display: block;
    background: #3f67c0;
    padding: 8px 15px 6px;
    color: white;
    font-size: 16px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
}
.cms-home .content-wrapper {
  margin-top: 15px;
}
.cms-home.english-index .content-wrapper {
  margin-top:50px;
}
.cms-home .col-main .std {
  display: none;
  margin: 0;
}
.nav-container .sub {
  padding-bottom: 0;
  /* .nip { position: absolute; top: -6px; left: 115px; background: url('../images/menu-tip.png') no-repeat; width: 12px; height: 6px; text-indent: -9999px; } */
    /* &.sub-7 {
    .nip { left: 310px;}
    } */
  }
  .menu-bottom-cta {
    background: #f1f1f0;
    padding: 20px;
    clear: both;
    margin: 35px -10px 0;
    display: none;
  }
  .menu-bottom-cta p {
    font-size: 14px;
    color: black;
  }
  .menu-bottom-cta p.questions {
    background: url("../images/ico-mobile.png") no-repeat;
    display: inline;
    padding: 5px 0 5px 25px;
  }
  .menu-bottom-cta a {
    text-decoration: underline;
  }
  @media only screen and (max-width: 1025px) {
    .nav-container .sub {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .nav-container,
    .products-nav {
      background: none;
      padding-top: 0;
    }
    #productsNav #productnav {
      display: block !important;
    }
    #productsNav {
      margin: 0;
    }
    #nav,
    #productnav {
      background: black;
      color: #fff;
      padding-top: 5px !important;
      display: none;
    }
    #nav li.level0,
    #productnav li.level0 {
      display: block;
      float: none;
      width: 100%;
      border-bottom: 1px solid #1c2129;
      padding: 15px 10px;
      text-align: left;
    }
    #nav li.level0 a.level-top,
    #productnav li.level0 a.level-top {
      color: #fff;
    }
    #nav .sub,
    #productnav .sub {
      position: static;
      margin-top: 10px;
      margin-left: 0px;
      float: none;
      background: none;
      border-top: 1px solid #1c2129;
      padding-bottom: 0 !important;
    }
    #nav .sub .nip,
    #nav .sub .menu-bottom-cta,
    #productnav .sub .nip,
    #productnav .sub .menu-bottom-cta {
      display: none;
    }
    #nav .sub .sub-sections,
    #productnav .sub .sub-sections {
      float: none;
      width: 100%;
      margin-bottom: 5px;
      padding-bottom: 0px;
    }
    #nav .sub .sub-sections h4,
    #productnav .sub .sub-sections h4 {
      float: none;
      background: url("../images/white-expander.png") no-repeat 2px 3px;
      margin-left: 0px;
      display: block;
      padding: 0;
      border: none;
      font-size: 18px;
      padding-left: 20px;
      color: white;
      margin-bottom: 3px;
      cursor: pointer;
    }
    #nav .sub .sub-sections h4.expanded,
    #productnav .sub .sub-sections h4.expanded {
      color: #106550;
      background: url("../images/white-expanded.png") no-repeat 0px 6px;
    }
    #nav .sub .sub-sections h4 *,
    #productnav .sub .sub-sections h4 * {
      color: white;
    }
    #nav .sub .sub-pages,
    #productnav .sub .sub-pages {
      display: none;
      margin-left: 20px;
      float: none;
      margin-left: 0px;
      margin-bottom: 5px;
      padding-left: 0px;
    }
    #nav .sub .sub-pages a,
    #productnav .sub .sub-pages a {
      font-family: "proxima-nova", arial, sans-serif;
      font-size: 14px;
      color: #fff;
    }
    #nav .sub .sub-pages .level3,
    #productnav .sub .sub-pages .level3 {
      margin-left: 20px !important;
    }
    .hamburger-wrapper {
      position: absolute;
      background: url("../images/bg-white-opacity.png") repeat;
      min-height: 49px;
      width: 100%;
      text-align: center;
      z-index: 500;
    }
    .nav-container .sub-1 .full-width .sub-pages div.level3 {
      width: 100%;
      float: none;
    }
    .nav-container .sub-1 .full-width .sub-pages div.level3 a {
      padding: 0;
    }
    .breadcrumbs li {
      margin-bottom: 5px;
    }
    .nav-container .sub-7 .functions.sub-pages div.level3 {
      width: 100%;
    }
    .nav-container .sub-7 .functions.sub-pages div.level3 a {
      margin: 0;
    }
  }
  .breadcrumbs {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    clear: both;
    padding: 15px 15px 15px 22px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .breadcrumbs li {
    float: left;
    zoom: 1;
    margin-right: 8px;
  }
  .breadcrumbs strong {
    font-weight: normal;
    color: #106550;
  }
  .breadcrumbs li.home a {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url("../images/kf-sprite.png") no-repeat 0 -180px;
    float: left;
    zoom: 1;
    margin-right: 5px;
  }
  .page-title {
    margin: 20px;
  }
  .page-title h1 {
    font-size: 36px;
    text-align: left;
    line-height: 1.1em;
    font-weight: 600;
  }
  .col1-layout .col-main .page-title {
    margin-top: 20px;
  }
  .std {
    text-align: left;
    margin: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
  }
  .std img {
    /* max-width: 100%; */

    width: auto;
    float: left;
    zoom: 1;
    margin-right: 25px;
    margin-bottom: 15px;
  }
  .std p,
  .std li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
  }
  .std ul {
    margin-bottom: 15px;
  }
  .std li {
    margin: 5px;
  }
  .std h3 {
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .std blockquote {
    border-left: 3px solid #679968;
    padding: 10px 0 10px 20px;
    margin-bottom: 15px;
  }
  .std blockquote p {
    margin-bottom: 10px;
  }
  .std strong {
    font-weight: 600;
  }
  .std .page-head-alt {
    padding: 15px 0;
  }
  .std .page-head-alt h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .std h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.2em;
  }
  .std a {
    color: #106550;
  }
  .std ul {
    margin-bottom: 25px;
  }
  .std ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 35px;
  }
  .std span.green {
    padding-left: 15px;
    color: #679968;
  }
  @media only screen and (max-width: 767px) {
    .std h2 {
      line-height: 1.1em;
    }
  }
  /* Associates Table */

  table.certification_table {
    width: 100%;
  }
  table.certification_table td {
    font-size: 13px;
    text-align: left;
    vertical-align: top;
    padding: 6px 5px 5px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  table.certification_table th {
    font-size: 13px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
  }
  .find-a-consultant {
    color: #fff;
    margin: 0 20px;
    padding: 20px 0;
  }
  .find-a-consultant .tabs .tab {
    background: #e5e5e4;
    width: 49.7%;
    float: left;
    zoom: 1;
    padding: 15px 0;
    font: 20px "proxima-nova", arial, sans-serif;
    color: #75736f;
    cursor: pointer;
  }
  .find-a-consultant .tabs .tab.active {
    background: #acaba9;
    color: white;
  }
  .find-a-consultant .tabs .tab:last-child {
    float: right;
    zoom: 1;
  }
  .find-a-consultant .tabbed-content {
    background: #acaba9;
    color: #fff;
    padding: 20px;
    text-align: left;
    min-height: 200px;
  }
  .find-a-consultant .tabs .left-tab {
    float: left !important;
  }
  .find-a-consultant .consultants-listing .consultant .image {
    min-height: 10px !important;
  }
  .find-a-consultant .select-wrapper {
    background-color: #e0e0e0;
    background-image: none;
  }
  .find-a-consultant .filter-options .name-filter {
    cursor: pointer;
  }
  .find-a-consultant .filter-options .name-filter input,
  .find-a-consultant .filter-options .name-filter label {
    cursor: pointer;
  }
  .find-a-consultant .filter-options .filter-option {
    width: 24%;
    margin-right: 1%;
    float: left;
    zoom: 1;
    margin-bottom: 15px;
  }
  .find-a-consultant .filter-options .input-box {
    position: relative;
  }
  .find-a-consultant .filter-options .input-box input {
    background-color: #e0e0e0;
    border: none;
    width: 100%;
  }
  .find-a-consultant .filter-options .input-box button {
    position: absolute;
    top: 3px;
    right: 0px;
    background: url("../images/kf-sprite.png") no-repeat 10px 6px;
    height: 28px;
    width: 35px;
    border: none;
  }
  .find-a-consultant .filter-options label {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
  }
  .find-a-consultant .filter-options img {
    width: auto !important;
  }
  .find-a-consultant .pagers .next,
  .find-a-consultant .pagers .prev {
    height: 15px;
    margin-bottom: -3px;
  }
  .find-a-consultant .pagers a {
    color: #fff;
  }
  .find-a-consultant .pagers .underline {
    padding-left: 15px;
  }
  .find-a-consultant .consultants-listing {
    padding: 0;
    color: #fff;
  }
  .find-a-consultant .consultants-listing .consultant {
    margin: 0 !important;
    padding-right: 5px;
    min-height: 300px;
    max-width: 148px;
  }
  .find-a-consultant .consultants-listing .consultant h2,
  .find-a-consultant .consultants-listing .consultant p,
  .find-a-consultant .consultants-listing .consultant a {
    color: black;
  }
  .find-a-consultant .consultant {
    max-width: 180px;
  }
  @media only screen and (max-width: 767px) {
    .find-a-consultant .tabs .tab {
      font-size: 16px;
    }
    .find-a-consultant .filter-options .filter-option {
      width: 100%;
      float: none;
    }
    .find-a-consultant .consultant {
      max-width: 120px !important;
    }
  }
  .cta-find-consultant a {
    text-align: left;
    color: black;
    background-color: #ffdc00;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 25px 0 15px;
    display: block;
  }
  .cta-find-consultant a span {
    margin-left: 20px;
    margin-right: 12px;
    height: 23px;
    line-height: 23px;
    display: block;
    background: url("../images/cta-down.png") no-repeat center right;
  }
  .cta-shop a span {
    height: 26px;
    line-height: 29px;
    font-size: 14px;
    background: url("../images/cta-right.png") no-repeat center right !important;
  }
  .sidebar-image {
    margin-bottom: 15px;
  }
  .sidebar-image img {
    z-index: 0;
    float: right;
    zoom: 1;
    margin-left: -90px;
  }
  .sidebar-image .quote {
    box-sizing: border-box;
    width: 100%;
    background: #f1f1f0;
    min-height: 20px;
    z-index: 10;
    padding: 15px;
    text-align: left;
    float: right;
    zoom: 1;
    margin-top: -15px;
  }
  .sidebar-image .quote p {
    font-weight: 600;
    font-size: 14px;
  }
  .block-extra {
    box-sizing: border-box;
    zoom: 1;
    text-align: left;
    padding: 15px 20px;
    border-top: 2px solid #f2f2f2;
  }
  .block-extra .block-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .block-extra.downloads a,
  .block-extra.links a {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 28px;
    min-height: 23px;
    padding-top: 2px;
  }
  .block-extra.links a {
    background: url("../images/ico-links.png") no-repeat top left;
  }
  .block-extra.downloads a {
    background: url("../images/ico-pdf.png") no-repeat top left;
    padding-top: 4px;
  }
  .block-extra.downloads a.type-csv {
    background: url("../images/ico-csv.png") no-repeat top left;
  }
  .block-extra.downloads a.type-xlsx,
  .block-extra.downloads a.type-xls {
    background: url("../images/ico-xls.png") no-repeat top left;
  }
  .block-extra.videos {
    border: none;
  }
  @media only screen and (max-width: 767px) {
    .block-extra {
      width: 97%;
      padding: 15px 10px 15px 10px;
    }
  }
  .global-contact-information {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 15px;
    float: left;
    zoom: 1;
  }
  .global-contact-information h3 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff;
  }
  .global-contact-information .yellow {
    color: #ffdc00;
    margin-bottom: 20px;
  }
  .global-contact-information p {
    margin-bottom: 5px;
  }
  .global-contact-information p a {
    color: #fff;
    text-decoration: underline;
    display: block;
    margin-top: 15px;
  }
  @media only screen and (max-width: 767px) {
    .global-contact-information {
      padding: 0;
      width: 100%;
    }
  }
  .marquee-inner-wrapper {
    position: relative;
    height: 240px;
    background-repeat: no-repeat;
  }
  .marquee-inner-wrapper .marquee-header-text {
    max-width: 900px;
    position: absolute;
    top: 33%;
    left: 50%;
    margin-left: -430px;
    text-align: left;
  }
  .marquee-inner-wrapper h4,
  .marquee-inner-wrapper h2,
  .marquee-inner-wrapper h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
  }
  .marquee-inner-wrapper h2,
  .marquee-inner-wrapper h1 {
    font-size: 39px;
  }
  @media only screen and (min-width: 767px) and (max-width: 1025px) {
    .marquee-inner-wrapper {
      height: 200px;
    }
    .marquee-inner-wrapper h2,
    .marquee-inner-wrapper h4,
    .marquee-inner-wrapper h1 {
      text-align: center;
    }
    .marquee-inner-wrapper .marquee-header-text {
      left: 0px;
      margin-left: 0px;
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .marquee-inner-wrapper {
      height: 150px;
    }
    .marquee-inner-wrapper .marquee-header-text {
      width: 95%;
      margin-left: 0px;
      left: 2.5%;
      top: 40% !important;
    }
    .marquee-inner-wrapper h4 {
      font-size: 14px;
    }
    .marquee-inner-wrapper h2,
    .marquee-inner-wrapper h1 {
      font-size: 22px;
    }
    .marquee-inner-wrapper h4,
    .marquee-inner-wrapper h2,
    .marquee-inner-wrapper h1 {
      text-align: center;
    }
  }
  .cms-page-view .site-marquee img {
    height: 253px;
    width: 100%;
    background-position: center;
  }

/* ----------------------------------------------

Sidebar

---------------------------------------------- */
  .sidebar {
    padding-bottom: 20px;
  }
  .sidebar .block-extra a:hover {
    color: #106550;
  }
  .sidebar .case-study-block,
  .sidebar .page-links {
    background: #f1f1f0;
    padding: 20px;
    clear: both;
  }
  .sidebar .case-study-block *,
  .sidebar .page-links * {
    font-weight: 600;
    font-size: 14px;
  }
  .sidebar .case-study-block h3,
  .sidebar .page-links h3 {
    margin-bottom: 5px;
    padding: 0 20px;
  }
  .sidebar .case-study-block a,
  .sidebar .page-links a {
    color: #106550;
  }
  .sidebar .page-links {
    text-align: left;
    margin-bottom: 20px;
  }
  .sidebar .page-links h3 {
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 10px;
    color: black;
  }
  .sidebar .page-links h3 a {
    color: black;
  }
  .sidebar .page-links .link {
    display: block;
    line-height: 1.8em;
    color: black;
    padding-left: 15px;
    background-image: url("../images/black-expander.png");
    background-position: 0px 5px;
    background-repeat: no-repeat;
  }
  .sidebar .page-links .active {
    color: #106550;
  }
  .sidebar .videos a {
    display: block;
    margin-bottom: 10px;
  }
  .sidebar .videos a .thumb-wrapper {
    float: left;
    width: 56%;
    position: relative;
  }
  .sidebar .videos a .thumb-wrapper .play-btn {
    width: 60%;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -30%;
    margin-top: -35px;
    background: url("../images/play-overlay.png") no-repeat center center;
    min-height: 70px;
  }
  .sidebar .videos a .title {
    width: 40%;
    float: right;
    zoom: 1;
    margin-top: 5px;
    font-weight: 600;
    font-size: 12px;
  }
  @media only screen and (max-width: 767px) {
    .sidebar .videos .play-btn {
      background-size: 100%;
    }
  }

/* ----------------------------------------------

Press

---------------------------------------------- */
  .press-media {
    text-align: left;
    padding: 0px 20px 20px;
  }
  .press-media p {
    font-size: 14px;
  }
  .press-media .press-article {
    margin-bottom: 20px;
  }
  .press-media .press-article .press-thumb {
    width: 25%;
    float: left;
  }
  .press-media .press-article .press-thumb img {
    width: 90%;
  }
  .press-media .press-article .press-info {
    width: 75%;
    float: right;
    padding-top: 5px;
  }
  @media only screen and (max-width: 767px) {
    .press-media .press-article .press-info {
      padding-top: 0;
    }
  }
  .press-info a {
    color: #106550;
    font-size: 18px;
    line-height: 24px;
  }
  .press-info p.dated {
    font-size: 14px;
    color: #75736f;
  }
  .media-contact {
    background: black;
    color: #fff;
    margin: 15px 0;
    padding-bottom: 15px;
  }
  .media-contact h2 {
    font: 20px "proxima-nova", arial, sans-serif;
    color: #fff;
    padding: 20px 10px 15px 10px;
  }
  .media-contact .media-contact-copy {
    border-top: 1px solid #1c2129;
    margin: 0 20px;
    text-align: left;
    color: #e6e683;
    font-size: 14px;
  }
  .media-contact .media-contact-copy h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
  }
  .press-videos {
    margin-top: 5px;
  }
  .press-videos .video {
    margin-bottom: 15px;
  }
  .press-videos .video-thumb,
  .press-videos .video-data {
    width: 50%;
    float: left;
    zoom: 1;
    font-weight: 600;
    font-size: 14px;
  }
  .press-videos .video-data {
    padding: 5px 0;
  }
  .press-videos .video-data p {
    padding: 0 15px;
    text-align: left;
  }
  .press-filters {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .press-filters .press-filter-options {
    width: 35%;
    float: left;
    zoom: 1;
    margin-right: 5%;
  }
  @media only screen and (max-width: 767px) {
        .press-filters .press-filter-options {
          width: 47%;
          margin-right: 0;
        }
        .press-filters .press-filter-options:last-child {
          float: right;
          zoom: 1;
          margin-right: 0;
        }
  }
  .press-filters .select-wrapper {
    border: 1px solid #cccccc;
  }
  .press-image {
    margin: 20px 0;
  }
  .press-content {
    text-align: left;
  }
  .press-content h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 25px;
  }
  .press-content .date-line {
    font-size: 14px;
    color: #75736f;
  }
  .press-content .addthis_toolbox a.at300b {
    width: 25px;
  }
  .press-content .press-back {
    margin: 20px 0;
  }
  .press-content .back-link {
    background: url("../images/blue-back.png") no-repeat;
    font-size: 14px;
    font-weight: 600;
    color: #106550;
    padding: 1px 0 1px 27px;
  }


/* ----------------------------------------------

Contact Form

---------------------------------------------- */
.global-contact-form .row {
    margin-bottom: 13px;
}
.mktoHtmlText.mktoHasWidth {
    max-width: 100%;
}
.global-contact-form label,
.mktoForm .mktoRequiredField label.mktoLabel {
  color: #313d4c;
  font-size: 14px;
  padding-bottom: 3px;
  font-family: 'proxima-nova';
  font-weight: 600!important;
  width: auto!important;
}
.global-contact-form label em,
.mktoForm .mktoAsterix {
  color: #106550!important;
}
.global-contact-form .input-box {
  width: 99%;
}
.global-contact-form form input,
.global-contact-form form textarea {
    background: #fff;
    width: 100%!important;
    color: #313d4c;
    font-size: 14px!important;
    text-indent: 5px!important;
    padding: 7px 0!important;
    line-height: 1em!important;
    box-shadow: none!important;
}
.global-contact-form form input[type="checkbox"],
.global-contact-form form input[type="radio"] {
    width: auto!important;
    margin-top: 2px;
}
span.mktoButtonWrap.mktoPurpleCandy {
    margin-left: 10px!important;
}
.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton {
    width: auto!important;
}
.mktoForm .mktoFormCol {
    width: 50%;
}
.mktoForm .mktoFieldWrap {
    width: 95%;
}
.mktoForm input[type=tel],
.mktoForm input[type=text],
.mktoForm input[type=number],
.mktoForm input[type=email],
.mktoForm textarea {
    background: #fff;
    border: 1px solid #bbbbbb !important;
    width: 100% !important;
    color: #313d4c;
    font-size: 14px !important;
    text-indent: 5px !important;
    padding: 8px 0 9px!important;
    line-height: 1em !important;
    box-shadow: none !important;
}
.global-contact-form .select-nolabel {
    width: 99%;
}
.global-contact-form .buttons {
    margin-top: 20px;
}
.mktoButtonWrap.mktoDownloadButton {
    margin-left: 0!important;
}

.global-contact-form button,
.mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    color: #fff!important;
    background: #75736f!important;
    border: 0!important;
    cursor: pointer;
    font-size: 14px!important;
    font-weight: 600!important;
    height: auto!important;
    line-height: inherit!important;
    padding: 8px 40px!important;
    text-transform: uppercase!important;
}
.global-contact-form .mktoButtonRow {
    margin-left: 10px!important;
}
.mktoForm .mktoFieldWrap .select-wrapper select {
    width: 120%!important;
    padding: 9px 0 7px!important;
    font-size: 13px!important;
    background: none!important;
    float: none!important;
    text-indent: 8px;
    border: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.global-contact-form .thank-you {
    text-align: center;
    color: #313d4c;
}
.global-contact-form .thank-you h4 {
    font-size: 18px;
    font-weight: 600;
}
.global-contact-form .thank-you h3 {
    font-size: 18px;
    font-weight: 600;
}
.global-contact-form .thank-you p {
    margin-top: 10px;
    font-size: 13px;
}
.global-contact-form .half.last {
    float: right;
    zoom: 1;
}
.global-contact-form textarea {
    text-indent: 5px;
    min-height: 150px;
    resize: none;
    padding: 2px 0;
}
.cms-contact-us .std h3 {
    font-weight: lighter;
    font-size: 18px !important;
    padding: 20px 0;
    background: #f1f1f0;
    text-align: center;
}
.global-contact-info {
    margin: 20px 0;
}
.global-contact-info .contact-box {
    background: #acaba9;
    padding: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.global-contact-info .contact-box h3 {
    font-size: 20px;
    color: #fff;
    padding: 0 0 15px;
    border-bottom: 1px solid #1c2129;
}
.global-contact-info .contact-box .hq-contact {
    color: #fff;
    padding: 15px 0;
    text-align: left;
    font-size: 14px;
}
.global-contact-info .contact-box h5 {
  margin-top: 10px;
  font-weight: 600;
}
.global-contact-info .links {
  text-align: left;
  padding: 5px 0;
}
.global-contact-info .links a {
  background: url("../images/blue-go.png") no-repeat;
  color: #106550;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 1px 0 2px 25px;
}

/* Marketo Form */
#mktoForm_532.mktoForm .mktoFormRow,
#mktoForm_618.mktoForm .mktoFormRow,
#mktoForm_944.mktoForm .mktoFormRow {
    clear: none!important;
    float: none;
    width: auto;
}
#mktoForm_532.mktoForm .mktoFormCol {
    width: 50%;
}
#mktoForm_532 .mktoButtonRow,
#mktoForm_618 .mktoButtonRow,
#mktoForm_944 .mktoButtonRow {
    clear: both;
    display: block!important;
    margin-left: 10px!important;
}
.mktoForm .mktoFieldWrap {
    width: 95%;
}
.mktoForm .mktoClear {
    clear: none!important;
}


.welcome-back {
    font-size: 14px;
    font-family: 'Helvetica', Arial, sans-serif;
    line-height: 20px;
    padding: 0 40px;
    text-align: center;
}

.welcome-back .member-name {
    color: #106550;
    font-weight: bold;
}

.institute-article-bottom-download .welcome-back {
    padding: 0 0 30px;
}

.institute-article-content-container .institute-article-bottom-download {
    padding: 0 30px;
    width: auto;
}

.institute-article-bottom-download ul li {
    margin: 0 auto 20px;
    max-width: 270px;
}

#mktoForm_995 .mktoButtonRow {
    margin-left: 10px!important;
    width: 100%;
}
/* ----------------------------------------------

Map

---------------------------------------------- */
#kf-map {
  height: 560px;
  width: 100%;
}
#kf-map .leaflet-popup-content {
  padding: 0px !important;
}
#kf-map .thirds .third {
  float: left;
  zoom: 1;
  min-height: 160px;
  border-right: 1px solid #f2f2f2;
}
#kf-map .thirds .third:last-child {
  border-right: 0;
}
#kf-map .thirds .inner-wrap {
  padding: 5px 15px;
  min-height: 150px;
}
#kf-map .no-results {
  text-align: center;
  font-size: 12px;
}
#kf-map .tabs .tab {
  width: 33.3%;
  float: left;
  zoom: 1;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  background: #f1f1f0;
  color: black;
  cursor: pointer;
}
#kf-map .tabs .tab.active {
  background: #fff;
  color: black;
  cursor: default;
}
#kf-map .tabs-container {
  padding: 10px;
}
#kf-map .office-lobby {
  padding: 15px 0;
}
#kf-map .office-lobby h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#kf-map .office-lobby .address {
  font-size: 13px;
  line-height: 18px;
}
#kf-map .office-lobby h3 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 600;
}
#kf-map .office-lobby .phone {
  display: block;
}
#kf-map .office-infowindow {
  position: relative;
}
#kf-map .office-infowindow .consultants-search {
  display: block !important;
  position: absolute;
  width: 717px;
  top: 101%;
  z-index: 99;
  background-color: white;
  left: -1px;
}
#kf-map .office-infowindow .consultants-search h4,
#kf-map .office-infowindow .consultants-search .search-results {
  margin-left: 15px;
}
#kf-map .office-infowindow .consultants-search h4 {
  display: none;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 2.4em;
  height: 2.4em;
  color: black;
}
#kf-map .office-infowindow .consultants-search .result-column {
  float: left;
  width: 25%;
  padding-right: 15px;
  box-sizing: border-box;
  border-right: 1px solid #cfcecd;
  margin-bottom: 10px;
  padding-left: 15px;
}
#kf-map .office-infowindow .consultants-search .result-column a {
  display: block;
  font-size: 12px;
  line-height: 1.7em;
  height: 1.7em;
}
#kf-map .office-infowindow .consultants-search #result-column-1 {
  padding-left: 0px;
}
#kf-map .office-infowindow .consultants-search #result-column-4 {
  border: none;
}
#kf-map .office-infowindow .consultants-search .clear {
  clear: both;
}
#kf-map .office-infowindow .consultants-search .search-header {
  background-color: #f1f1f0;
  background: url("../images/bg-select.jpg") repeat-x;
  position: relative;
}
#kf-map .office-infowindow .consultants-search .search-header input,
#kf-map .office-infowindow .consultants-search .search-header button {
  border: none;
  background-color: transparent;
}
#kf-map .office-infowindow .consultants-search .search-header input {
  width: 100%;
  text-indent: 15px;
  font-size: 14px;
}
#kf-map .office-infowindow .consultants-search .search-header button {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0px;
  width: 32px;
  height: 100%;
  background: url("../images/blue-magnifying-glass.png") center center no-repeat;
  right: 0px;
}
#kf-map .office-mates .caroufredsel_wrapper {
  min-height: 240px;
}
#kf-map .office-mates .consultant {
  width: 49.9%;
  float: left;
  zoom: 1;
  border-left: 1px solid #f2f2f2;
  max-width: 347px;
}
#kf-map .office-mates .consultant.first {
  border-left: 0;
}
#kf-map .office-mates .consultant .inner-wrap {
  padding: 15px;
}
#kf-map .office-mates .consultant .image {
  width: 43%;
  float: left;
}
#kf-map .office-mates .consultant .image img {
  width: 100%;
}
#kf-map .office-mates .consultant .info {
  float: right;
  zoom: 1;
  width: 55%;
}
#kf-map .office-mates .consultant .info .info-inner {
  padding: 10px 20px;
}
#kf-map .office-mates .consultant .info h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #313d4c;
}
#kf-map .office-mates .consultant .info p {
  margin: 0 0 10px 0;
  color: #313d4c;
}
#kf-map .office-mates .consultant .info span {
  color: #106550;
  text-decoration: dotted;
}
#kf-map .office-mates .pagers {
  margin-top: 0;
}
#kf-map .office-mates .pagers .prev {
  background-position: 3px 7px;
}
#kf-map .office-mates .pagers .next {
  background-position: -60px 7px;
}
#kf-map .office-mates .pagers .prev,
#kf-map .office-mates .pagers .next {
  background-image: url("../images/gray-arrow-pagers.png");
}
#kf-map .office-contact-form {
  padding: 15px 0;
}
#kf-map .office-contact-form .half:last-child {
  border-left: 1px solid #f2f2f2;
}
#kf-map .office-contact-form .row {
  padding: 10px 0 10px 15px;
}
#kf-map .office-contact-form .input-box {
  width: 100%;
}
#kf-map .office-contact-form .input-box input,
#kf-map .office-contact-form .input-box textarea {
  width: 100%;
  padding: 9px 0;
}
#kf-map .office-contact-form .field {
  padding-right: 10px;
}
#kf-map .office-contact-form label {
  font-weight: 600;
  padding-bottom: 10px;
}
#kf-map .office-contact-form label em {
  color: #b61f3e;
}
#kf-map .office-contact-form .select-wrapper {
  border: 1px solid #cccccc;
  width: 98%;
}
#kf-map .office-contact-form button {
  background: #75736f;
  color: #fff;
  padding: 8px 40px;
  border: 0;
  font-size: 14px;
  cursor: pointer;
}
#kf-map .office-contact-form .select-nolabel {
  padding-top: 15px;
}
#kf-map .office-contact-form .thank-you {
  text-align: center;
}
#kf-map .office-contact-form .thank-you h3 {
  font-size: 18px;
  font-weight: 600;
}
#kf-map .office-contact-form .thank-you p {
  margin-top: 10px;
  font-size: 13px;
}
#kf-map .office-contact-form .fields-hidden .row {
  padding-left: 0;
}
#kf-map .office-contact-form .fields-hidden .row textarea {
  width: 95% !important;
  border: 1px solid #dde6e9;
  resize: none;
}
#kf-map .office-contact-form .fields-hidden .row .select-nolabel {
  padding: 0;
}
#kf-map .consultants-container,
#kf-map .contact-container {
  min-height: 150px;
}
#mini-map {
  width: 100%;
  height: 150px;
}

/* ----------------------------------------------

Leaflet Pop up

---------------------------------------------- */
.leaflet-popup-content {
  margin: 0 !important;
}
.leaflet-popup-content-wrapper {
  border-radius: 0 !important;
}
.leaflet-popup-close-button {
  z-index: 999;
  background: url("../images/modal-close.png") no-repeat !important;
  top: -15px !important;
  right: -15px !important;
  text-indent: -9999px;
  width: 30px !important;
  height: 30px !important;
}
.leaflet-popup-content {
  width: 715px !important;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 300 !important;
}

/* ----------------------------------------------

Consultants

---------------------------------------------- */
.consultants-view-consultant .col-main {
  float: right;
  width: 68%;
}
@media only screen and (max-width: 767px) {
  .consultants-view-consultant .col-main {
    float: none;
    width: 100%;
  }
  .consultants-view-consultant .col-main .std {
    margin-top: 0px;
  }
  .consultants-view-consultant .col-main .consultant-profile {
    padding-top: 0px;
  }
}
.consultants-view-consultant .col-right {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .consultants-view-consultant .col-right {
    padding-bottom: 1px;
    float: none;
    width: 96%;
  }
}
.consultants-search-index .col-main {
  min-height: 0px;
}
.consultants-search-index .site-ankle {
  margin-top: 2em;
}
.consultants-search-index #loading img {
  width: auto;
}
.consultants-search-index .phone-carousel {
  display: none;
  margin: auto;
  max-width: 160px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .consultants-search-index .phone-carousel {
    display: block;
  }
}
.consultants-search-index .phone-carousel .item {
  width: auto;
}
.consultants-search-index .phone-carousel .item img {
  width: 100%;
}
.consultants-search-index .carousel {
  float: left;
  margin-bottom: 30px;
  width: 148px;
}
@media only screen and (max-width: 767px) {
  .consultants-search-index .carousel {
    display: none;
  }
}
.consultants-search-index .carousel .caroufredsel_wrapper {
  overflow: visible !important;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .consultants-search-index .carousel .caroufredsel_wrapper {
    overflow: hidden !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .consultants-search-index .carousel {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}
.consultants-search-index .carousel .inner {
  overflow: hidden;
}
.consultants-search-index .carousel .inner .item {
  width: 148px;
  height: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .consultants-search-index .carousel .inner .item {
    width: 100%;
  }
}
.consultants-search-index .carousel .inner .info {
  position: absolute;
  bottom: 0px;
  right: -116px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .consultants-search-index .carousel .inner .info {
    position: relative;
    padding-top: 5px;
    right: initial;
    bottom: initial;
    width: auto;
  }
}
.consultants-search-index .carousel p {
  font-size: 13px;
}
.consultants-search-index .tout {
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .consultants-search-index .tout {
    width: 70%;
    float: left;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .consultants-search-index .tout {
    width: 94%;
    margin: auto;
  }
}
.consultants-search-index .tout h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.consultants-search-index .tout p {
  font-size: 14px;
}
.consultants-search-index .inner-container {
  clear: both;
}
.consultants-search-index .consultants-filters {
  padding: 0px;
}
.consultants-search-index .consultants-filters label {
  padding-bottom: 0em;
  font-size: 16px;
}
.consultants-search-index .consultants-listing {
  padding: 20px 30px 20px 30px;
  background-color: #acaba9;
}
@media only screen and (max-width: 767px) {
  .consultants-search-index .consultants-listing {
    padding: 10px 10px 0px 10px;
  }
  .consultants-search-index .consultants-listing .consultant {
    width: 46%;
    margin: 0 2%;
  }
}
.consultants-search-index .consultants-listing .consultant {
  min-height: 0px;
}
.consultants-search-index .consultants-listing .consultant .image {
  min-height: 0px;
}
.consultants-search-index .consultants-listing .consultant {
  padding-bottom: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .consultants-search-index #consultants-ajax-container .mod-four-breaker {
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .consultants-search-index #consultants-ajax-container {
    margin: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .consultants-search-index #consultants-ajax-container {
    margin: 0px 3%;
  }
}
.consultants-filters {
  padding: 15px 0;
}
.consultants-filters .filters-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.consultants-filters .filter-option {
  width: 31%;
  float: left;
  zoom: 1;
  margin-right: 3.5%;
}
@media only screen and (min-width: 1025px) {
  .consultants-filters .lastfilter {
    margin-right: 0%;
  }
}
.consultants-filters label {
  font-size: 14px;
  display: block;
  margin-bottom: 1em;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .consultants-filters .filter-option {
    width: 85%;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 3%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .consultants-filters .filter-option {
    width: 94%;
    margin: auto;
    margin-bottom: 15px;
    padding: 0 3%;
    float: none;
  }
}
.consultants-search {
    /*background-color: #f1f1f0;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-bottom: 35px;*/
}
@media only screen and (max-width: 767px) {
  .consultants-search {
    margin-bottom: 1em;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .consultants-search {
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
}
.consultants-search .content-wrapper {
  max-width: 855px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .consultants-search .content-wrapper {
    max-width: 85%;
  }
}
.consultants-search .inner-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0% 5%;
  border-top: 1px solid white;
  padding-top: 35px;
  margin-top: 35px;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .consultants-search .inner-container {
    width: 100%;
    padding: 0% 0%;
  }
}
@media only screen and (max-width: 767px) {
  .consultants-search .inner-container {
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: none;
    margin-top: 25px;
    padding: 0px;
    width: 94%;
  }
}
.consultants-search .alphabet {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .consultants-search .alphabet {
    display: none;
  }
}
.consultants-search .alphabet a {
  padding: 5px 7px;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .consultants-search .alphabet a {
    padding: 5px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .consultants-search .alphabet a {
    display: inline-block;
    line-height: 20px;
    width: 16px;
  }
}
.consultants-search .alphabet a:hover,
.consultants-search .alphabet a.active {
  color: #106550;
}
.consultants-search label {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 0.5em;
  display: block;
  text-align: left;
}
.consultants-search input {
  width: 100%;
  border: 1px solid #cfcecd;
  color: #75736f;
  font-size: 14px;
  padding: 5px 0px 5px 10px;
  height: 35px;
  line-height: 25px;
  box-sizing: border-box;
}
.consultants-search .input-box {
  position: relative;
}
.consultants-search .input-box button {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: none;
  background: url(../images/magnifying-glass-blue.png) center center no-repeat;
}
.consultants-listing {
  padding: 20px 15px;
}
.consultants-listing .mod-four-breaker {
  display: none;
  clear: both;
}
.consultants-listing .consultant {
  width: 16%;
  float: left;
  zoom: 1;
  min-height: 310px;
  margin: 0 0.3%;
  text-align: left;
}
.consultants-listing .consultant.six {
  zoom: 1;
}
.consultants-listing .consultant.six:before,
.consultants-listing .consultant.six:after {
  content: "";
  display: table;
}
.consultants-listing .consultant.six:after {
  clear: both;
}
.consultants-listing .consultant .image {
  margin-bottom: 10px;
  min-height: 224px;
  background: #000;
}
.consultants-listing .consultant h2 {
  font-weight: 600;
}
.consultants-listing .consultant p.position {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .consultants-listing .consultant {
    width: 24.4%;
  }
  .consultants-listing .consultant.four {
    clear: right;
  }
  .consultants-listing .consultant.four:after {
    clear: both;
  }
  .consultants-listing .tablet-four,
  .consultants-listing .tablet-eight {
    zoom: 1;
  }
  .consultants-listing .tablet-four:before,
  .consultants-listing .tablet-four:after,
  .consultants-listing .tablet-eight:before,
  .consultants-listing .tablet-eight:after {
    content: "";
    display: table;
  }
  .consultants-listing .tablet-four:after,
  .consultants-listing .tablet-eight:after {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .consultants-listing .consultant {
    width: 49.4%;
  }
  .consultants-listing .consultant.two {
    zoom: 1;
  }
  .consultants-listing .consultant.two:before,
  .consultants-listing .consultant.two:after {
    content: "";
    display: table;
  }
  .consultants-listing .consultant.two:after {
    clear: both;
  }
  .consultants-listing .two,
  .consultants-listing .four,
  .consultants-listing .six {
    zoom: 1;
  }
  .consultants-listing .two:before,
  .consultants-listing .two:after,
  .consultants-listing .four:before,
  .consultants-listing .four:after,
  .consultants-listing .six:before,
  .consultants-listing .six:after {
    content: "";
    display: table;
  }
  .consultants-listing .two:after,
  .consultants-listing .four:after,
  .consultants-listing .six:after {
    clear: both;
  }
}
.consultants-pagination {
  text-align: left;
}
.consultant-image {
  margin: 20px 0;
}
.consultant-profile {
  text-align: left;
  padding: 20px 0;
  font-size: 16px;
  line-height: 22px;
}
.consultant-profile h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0 10px;
}
.consultant-profile .consultant-copy {
  margin-top: 15px;
}
.consultant-profile .contact-information {
  background: #acaba9;
  padding: 0 20px;
  margin: 20px;
}
.consultant-profile .contact-information h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #1c2129;
  padding: 20px 0;
}
.consultant-profile .contact-information .office-information {
  color: #fff;
}
.consultant-profile .information {
  padding: 20px;
  font-size: 13px;
  border-bottom: 1px solid #1c2129;
}
.consultant-profile .information .primary,
.consultant-profile .information .primary a {
  color: #ffdc00;
}
@media only screen and (max-width: 767px) {
  .consultant-profile .information {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1025px) {
  .consultant-profile .half {
    width: 100%;
  }
  .consultant-profile .half:last-child {
    margin-top: 10px;
  }
}
.consultant-contact-form {
  padding: 20px;
}
.consultant-contact-form label {
  color: #fff;
}
.consultant-contact-form label em {
  color: #106550;
}
.consultant-contact-form input,
.consultant-contact-form textarea {
  background: #999795;
  border: 0;
  color: #fff;
}
.consultant-contact-form button {
  color: white;
  background-color: #75736f;
}
.consultant-contact-form .thank-you {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .consultant-contact-form .half {
    width: 100%;
    float: none;
  }
  .consultant-contact-form .half:last-child {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .consultant-contact-form {
    padding: 10px 0;
  }
}

.std .team-set .team-title {
  font-size: 36px;
  margin: 20px 0;
}
.std .team-set .consultants-listing {
  padding: 0;
}
.std .team-set .consultant-name {
  font-size: 13px;
  margin-bottom: 0;
}
.std .team-set .consultant {
  width: 24%;
  min-height: 302px;
}
.std .team-set .consultants-listing .consultant .image {
  min-height: 230px;
}
.std .team-set p {
  font-size: 12px;
}
.std .team-set a {
  color: #313d4c;
}
.std .team-set img {
  width: 100%;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .std .team-set .consultant {
    width: 49%;
  }
  .std .team-set .consultants-listing .consultant .image {
    min-height: 10px;
  }
}
.mod-six-breaker {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .mod-six-breaker {
    clear: both;
    display: block !important;
  }
}
.consultants-index-index .col-main {
  min-height: 0px;
}
.consultants-index-index .mod-four-breaker {
  display: none !important;
}
.consultants-index-index .consultants-listing {
  padding-left: 0px;
  padding-right: 0px;
}
.leadership-links {
  margin-left: 10px;
}

/* ----------------------------------------------

Candidate Login Form

---------------------------------------------- */
.candidate-login-form {
  border-top: 1px solid #f2f2f2;
  padding: 20px 0;
  margin-top: 10px;
}
.candidate-login-form h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.candidate-login-form p {
  font-size: 14px;
}
.candidate-login-form .register {
  margin-right: 20px;
}
.candidate-login-form .row {
  margin-bottom: 15px;
}
.candidate-login-form input {
  width: 100%;
}
.candidate-login-form button {
  background: #3983be;
  color: #fff;
  padding: 8px 40px;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}
.opportunities-box .row {
  margin-bottom: 15px;
}
.opportunities-box label {
  display: block;
}
.opportunities-box .input-box {
  margin-top: 5px;
}
.opportunities-box input {
  width: 100%;
  background: #999795;
  color: #fff;
  border: 0;
}
.opportunities-box a {
  color: #fff;
  text-decoration: underline;
}
.opportunities-box button {
  padding: 8px 0;
  width: 100%;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  background: #75736f;
  color: #fff;
  text-transform: uppercase;
}
.opportunities-box .half.last {
  float: right;
}

/* ----------------------------------------------

Offices

---------------------------------------------- */
.cms-offices .breadcrumbs {
  display: none;
}
.offices {
  padding: 50px 0;
  text-align: center;
}
.offices h2 {
  font-weight: 500;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  width: 75%;
  margin: 0 auto;
  cursor: pointer;
}

.offices h2:after {
  content: '+';
  display: block;
  padding: 10px 0;
  font-weight: 100;
}

.offices .region.open h2 {
  color: #106550;
}
.offices .region.open h2:after {
  content: '–';
}
.offices .region.open h2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -10px;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  transform: rotate(45deg);
}

.offices .region {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 30px 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.offices .region-block {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 0;
  text-align:center;
  background: #f9f9f9;
  margin-top: 15px;
}
.offices .region-block .inner {
  padding: 50px 20px;
  text-align: left;
}
.offices h3 span {
 font-size: 16px;
}

.offices .region .office {
  margin-bottom: 20px;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 23%;
}
.offices .region .office h4 {
  font-weight: 600;
  margin: 10px 0;
}
.offices .region .office h4 a {
  color: black;
}
.offices .region .office .address {
  font-size: 12px;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .offices .region {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .offices .region .inner {
    padding: 20px;
  }
  .offices .region .office {
    width: 46%
  }
}

/* ----------------------------------------------

Industries

---------------------------------------------- */

.cms-industries .breadcrumbs,
.cms-industries .page-title {
  display: none;
}
.industries {
  text-align: left;
  padding: 20px 0;
}
.industry {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  text-align: left;
  padding: 30px 0;
  margin-top: 15px;

  -webkit-transition: width .3s;
  transition: width .3s;
}
.industry .industry-block {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 0;
  text-align: left;
  background: #f9f9f9;
  margin-top: 15px;
}
.industry .industry-block .inner {
  padding: 50px 0;
}

.industry h2 {
  font-weight: 500;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center
}
.industry h2:after {
  content: '+';
  display: block;
  padding: 10px 0;
  font-weight: 100;
  color: #7c7c7c;
}

.industries .industry.open h2 {
  color: #106550;
}
.industries .industry.open h2:after {
  content: '–';
}
.industries .industry.open h2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -10px;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  transform: rotate(45deg);
}

.industry .industry-block .inner h3 {
  font-weight: 500;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 5px 0;
  margin-left: 3%;
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .industries {
    text-align: center;
    padding: 20px;
  }
  .industry {
    padding: 0 0 15px 0;
  }
  .industry .industry-block .inner h3,
  .industry {
    width: 46%;
  }

  .industry .industry-block {
    padding: 0 30px;
  }

  .industry h2 {
    margin-top:20px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .industries .industry.open h2:before {
    bottom: -27px;
  }

}

@media only screen and (max-width: 480px) {
  .industry {
    width: 100%;
  }
}

/*==============================================================================
  About us
  ==============================================================================*/
  .cms-about-us .breadcrumbs,
  .cms-about-us .page-title,
  .cms-about-us .marquee-inner-wrapper-with-banner-image {
   display: none;
 }
 .cms-about-us .container {
   overflow: visible;
 }
 .cms-about-us .std {
   margin: 0;
 }
 .cms-about-us .std img {
   margin-top: 0;
   width: 100%;
   float: none;
 }
 .cms-about-us .std a {
   color: black;
 }
 .cms-about-us .content-wrapper {
   max-width: 100%;
 }

/*====================================
  About us border box
  ====================================*/
  .cms-about-us .content-wrapper {
    box-sizing: border-box;
  }

  .cms-about-us .content-wrapper *,
  .cms-about-us .content-wrapper *::before,
  .cms-about-us .content-wrapper *::after {
    box-sizing: inherit;
  }

/*====================================
  About us marquee
  ====================================*/
  .about-us-marquee {
   background: url('../images/about-us-marquee.jpg') no-repeat;
   background-size: cover;
   width: 100%;
   height: 483px;
 }
 .about-us-marquee .content-text {
   padding: 110px 0 0;
   color: white;
   height: 100%;
   margin: 0 auto;
   max-width: 840px;
 }
 .about-us-marquee .up {
   font-family: 'Gotham';
   font-weight: bold;
   font-size: 110px;
   color: white;
   line-height: 110px;
   letter-spacing: -1px;
   display: inline-block;
   vertical-align: top;
   width: 30%;
 }
 .about-us-marquee h1 {
   font-size: 41px;
   line-height: 45px;
   text-transform: uppercase;
   margin-bottom: 10px;
 }
 .about-us-marquee .text {
   display: inline-block;
   vertical-align: top;
   width: 65%;
   font-size: 16px;
   position: relative;
 }
 .about-us-marquee .text:before {
   content: '';
   display: block;
   position: absolute;
   left: -50px;
   top: -60px;
   background: url('../images/marquee-arrow-white.png') no-repeat;
   width: 18px;
   height: 382px;
 }
 .about-us-marquee .text p {
   max-width: 450px;
 }

/*====================================
  About us body
  ====================================*/
  .about-us-body {
   margin: 60px auto 70px;
   position: relative;
   max-width: 1328px;
 }
 .about-us-body__top {
  float: left;
  width: 41.7%;
}
.about-us-body__top p {
  font-size: 16px;
}
.about-us-body__top h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}
.about-us-body__top .list {
  margin-top: 45px;
}
.about-us-body__top .list ul {
  margin-left: 0;
}
.about-us-body__top .list li {
  font-weight: 600;
  list-style: none;
  margin-left: 0;
  font-size: 18px;
}
.about-us-body__top .list em {
  color: #106550;
  font-style: normal;
}
.about-us-body__carousel {
  position: relative;
  float: left;
  padding-left: 58px;
  width: 58.3%;
}
.about-us-body__carousel::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 31px;
  width: 81%; /* 514px */
  height: 594px;
  background-color: #f9f9f9;
}

/* Carousel */
.about-us-carousel {
  position: relative;
}
.about-us-carousel .item__header {
  margin: 44px 0 0 72px;
  padding-bottom: 20px;
  min-height: 146px;
}
.about-us-carousel .item__title {
  color: #106550;
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
}
.about-us-carousel .item__title--sm {
  font-size: 36px;
}
.about-us-carousel .item__desc {
  margin: 10px 0 0;
  padding-right: 75px;
  color: #000;
  font-size: 16px;
}
.about-us-carousel .item__body {
  position: relative;
}
.about-us-carousel .item__trigger {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 84%;
  height: 19%;
  background: none;
  border: 0;
  cursor: pointer;
}
.about-us-carousel .item__trigger--top {
  top: 14%;
}
.about-us-carousel .item__trigger--bottom {
  bottom: 15%;
}

/* Common */
.table-block {
  float: left;
  max-width: 278px;
}
.table-block .text-wrapper {
  background: white;
}
.table-block .link {
  display: block;
  padding: 22px 40px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
.table-block .link__text {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Organization block */
.organization-block {
  margin-right: 21px;
}
.organization-block:before {
  content: '';
  display: block;
  background: url('../images/organization-block.jpg') no-repeat;
  background-size: 100%;
  max-width: 278px;
  height: 0;
  padding-bottom: 24.5%;
}
.organization-block .link {
  border-left: 2px solid #f58320;
  border-bottom: 2px solid #f58320;
  border-right: 2px solid #f58320;
}

/* People block */
.people-block:before {
  content: '';
  display: block;
  background: url('../images/people-block.jpg') no-repeat;
  background-size: 100%;
  max-width: 278px;
  height: 0;
  padding-bottom: 24.5%;
}
.people-block .link {
  border-left: 2px solid #c1d62e;
  border-bottom: 2px solid #c1d62e;
  border-right: 2px solid #c1d62e;
}

/*====================================
  About us video
  ====================================*/
  .about-us-video {
   overflow: hidden;
 }
 .about-us-video .video-outer-wrap {
   display: inline-block;
   vertical-align: middle;
   width: 57%;
   cursor: pointer;
 }
 .about-us-video .video-outer-wrap .video-wrap:after {
   display: none;
 }
 .about-us-video .video-outer-wrap img {
   max-width: 100%;
 }
 .about-us-video .video-text {
   width: 34%;
   padding: 0px 30px;
   font-size: 16px;
   display: inline-block;
   vertical-align: middle;
 }
 .about-us-video .video-text h2 {
   font-weight: 600;
   font-size: 40px;
   margin: -5px 0 15px 0;
 }

/*====================================
  About us groups
  ====================================*/
  .about-us-groups {
   margin: 50px 0 0;
   background: #f9f9f9;
   padding: 80px 80px 50px;
   overflow: hidden;
 }

 .about-us-groups h2 {
   color: #106550;
   text-transform: uppercase;
   font-size: 24px;
   font-weight: bold;
   margin-bottom: 50px;
 }

 .about-us-groups .left-column {
   float: left;
   width: 65%;
 }

 .about-us-groups .group-row {
   margin: 15px 0 35px;
 }

 .about-us-groups .group-row .company-name {
   text-transform: uppercase;
   font-weight: bold;
   text-align: right;
   display: inline-block;
   vertical-align: top;
   width: 30%;
   margin-right: 5%;
   font-size: 18px;
 }

 .about-us-groups .group-row .company-description {
   display: inline-block;
   width: 52%;
 }

 .about-us-groups .right-column {
   float: right;
   width: 24%;
   position: relative;
   margin-top: 17px;
   max-width: 215px;
 }

 .about-us-groups .right-column:before {
   content: '';
   position: absolute;
   top: -44px;
   left: -50px;
   background: url('../images/arrow-green.png') no-repeat;
   height: 526px;
   width: 19px;
 }

 .about-us-groups .right-column ul {
   padding: 0;
 }
 .about-us-groups .right-column li {
   list-style: none;
   margin-left: 0;
   margin-bottom: 16px;
   font-size: 16px;
   line-height: 22px;
 }
 .about-us-groups .right-column li em {
   font-style: normal;
   font-weight: bold;
   font-size: 18px;
 }

/*====================================
  About us media queries
  ====================================*/
  @media only screen and (max-width: 1328px) {
   .about-us-marquee {
    margin: 0 auto;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .about-us-body__carousel {
    padding-right: 30px;
  }
  .about-us-body__carousel::before {
    margin: 0 auto;
    right: -28px;
    left: 0;
    width: 75%;
  }
  .about-us-carousel {
    margin: 0 auto;
    width: 100%;
  }
  .about-us-carousel .item__header {
    padding-right: 20px;
    margin: 44px 0 0 60px;
  }
  .about-us-carousel .item__title {
    font-size: 34px;
  }
  .about-us-carousel .item__title--sm {
    font-size: 28px;
  }
  .table-block {
    width: 48%;
  }
  .table-block .link {
    padding: 15px 20px;
    font-size: 15px;
    height: 78px;

  }
  .organization-block {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 992px) {
  .about-us-carousel .item__header {
    margin: 44px 0 0 44px;
  }
}

@media only screen and (max-width: 769px) {
  .about-us-marquee {
    width: 100%;
    margin: 0 auto;
  }
  .about-us-marquee .up {
    margin-top: 100px;
    width: 34%;
    font-size: 90px;
  }
  .about-us-marquee .content-text {
    padding: 0 20px;
  }
  .about-us-marquee .text {
    margin-top: 120px;
  }
  .about-us-marquee .content-text h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .about-us-body {
    overflow: hidden;
    margin: 30px 0;
  }

  .about-us-body__top,
  .about-us-body__carousel {
    float: none;
    width: 100%;
  }
  .about-us-body__carousel {
    padding: 0;
  }
  .about-us-body__carousel::before {
    display: none;
  }
  .about-us-carousel {
    padding: 0 40px 20px;
    background-color: #f9f9f9;
  }
  .about-us-carousel .item__header {
    padding-right: 0;
  }
  .about-us-carousel .slick-prev {
    left: 7px;
  }
  .about-us-carousel .slick-next {
    right: 7px;
  }


  .about-us-video .video-outer-wrap {
    width: 60%;
  }

  .about-us-video .video-outer-wrap img {
    max-width: 100%;
  }

  .about-us-video .video-text {
    padding: 0;
  }

  .about-us-groups {
    margin: 20px 0 0;
    padding: 60px 20px;
  }

  .about-us-groups .left-column {
    width: 60%;
  }
  .about-us-groups .right-column {
    width: 32%;
  }
  .about-us-groups .group-row .company-description {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .about-us-marquee .up {
    margin-top: 60px;
  }
  .about-us-marquee .text {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {

  .about-us-marquee .up {
    margin-top: 20px;
    width: 100%;
    font-size: 45px;
    line-height: 55px;
  }
  .about-us-marquee .text {
    margin-top: 0;
    width: 100%;
  }

  .about-us-marquee .text p {
    width: 100%;
  }

  .about-us-marquee .text:before {
    display: none;
  }

  .about-us-body {
    padding: 20px;
  }

  .about-us-carousel .item__header {
    margin: 30px 0 0 20px;
    min-height: 120px;
  }
  .about-us-carousel .item__title {
    font-size: 26px;
  }
  .about-us-carousel .item__title--sm {
    font-size: 24px;
  }
  .about-us-carousel .item__desc {
    padding-right: 0;
  }

  .table-block .link {
    padding: 12px 15px;
    font-size: 13px;
  }

  .about-us-video .video-text,
  .about-us-video .video-outer-wrap {
    width: 100%;
  }
  .about-us-groups {
    padding: 30px 20px;
  }
  .about-us-groups .left-column {
    width: 100%;
  }
  .about-us-groups .group-row .company-description,
  .about-us-groups .group-row .company-name {
    width: 100%;
    text-align: left;
  }
  .about-us-groups .right-column {
   width: 75%;
   margin: 50px 10px;
 }
 .about-us-groups h2 {
  margin-bottom: 25px;
}
.about-us-groups .group-row {
  margin: 15px 0;
}
}
@media only screen and (max-width: 320px) {

}


/* ----------------------------------------------

Marquee

---------------------------------------------- */

.cms-page-view .site-marquee img {
  height: auto;
  max-height: 800px;
}
.cms-offices .site-marquee .marquee-inner-wrapper-with-banner-image,
.cms-industries .site-marquee .marquee-inner-wrapper-with-banner-image {
  height: 485px!important;
  background-size: auto!important;
  background-position: center top!important;
}
.cms-offices .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text,
.cms-industries .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
  top: 50%!important;
  left: 0!important;
  bottom: auto!important;
  margin: -24px auto 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.cms-offices .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text h1,
.cms-industries .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text h1 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 48px;
}

@media only screen and (max-width: 767px) {
  .cms-offices .site-marquee .marquee-inner-wrapper-with-banner-image,
  .cms-industries .site-marquee .marquee-inner-wrapper-with-banner-image {
    height: 200px!important;
  }
  .cms-offices .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text h1,
  .cms-industries .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text h1 {
    font-size: 35px;
  }
}

/* ----------------------------------------------

New CMS Layout

---------------------------------------------- */
.cms-new-layout {
    padding-bottom: 80px;
}
.cms-new-layout .content-wrapper {
    max-width: 1100px;
}
.cms-new-layout .col-main {
    width: 54%;
}
.cms-new-layout .col-right {
    width: 44%;
}

.stdp {
    text-align: left !important;
    margin: 20px;
        margin-bottom: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
}
.sub-nav-links {
    margin-bottom: 20px;
}
.sub-nav-links ul {
    width: 100%;
    display: table;
}
.sub-nav-links ul li {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 15px 0;
    background-color: #efefef;
}
.sub-nav-links ul li.active {
    background: #106550;
}
.sub-nav-links ul li.active a {
    color: #FFFFFF;
}
.sub-nav-links ul li a {
    color: #000;
    display: inline-block;
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    width: 85%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sub-nav-links ul li.column-8 a,
    .sub-nav-links ul li.column-9 a {
        font-size: 10px;
        letter-spacing: 0.02em;
    }

    .sub-nav-links ul li.column-10 a {
        font-size: 9px;
        letter-spacing: 0.01em;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .sub-nav-links ul li.column-10 a {
        font-size: 11px;
        letter-spacing: 0.02em;
    }
}

.cms-new-layout .cta-find-consultant a {
    background-color: #01aebc;
    font-size: 30px;
    color: white;
    padding: 20px 40% 20px 10px;
    text-transform: none;
}
.cms-new-layout .cta-find-consultant a span {
    background: none;
    height: auto;
    line-height: 30px;
    font-weight: 600;
}

/* Marquee */
.cms-new-layout .site-marquee .marquee-inner-wrapper-with-banner-image {
    height:469px;
}
.cms-new-layout .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
    bottom: auto;
    left: auto;
    right: 15%;
    top: 40%;
	background: rgba(31,33,36,0.45);
	    padding: 12px;
		border-radius:3px;
	color:#fff;
}

/* Article */
.cms-new-layout .page-title h1 {
    font-size: 42px;
}
.cms-new-layout .std h3 {
    font-size: 20px;
}
/* Widget Below Article */
.cms-new-layout .widget-below-article {
    margin: 80px auto 0;
}
.cms-new-layout .widget-below-article .image-wrapper {
    float: left;
    width: 55%;
}

.cms-new-layout .widget-below-article .block-wrapper {
    float: right;
    width: 30%;
    position: relative;
    background-color: #f9f9f9;
    padding: 40px;
    text-align: left;
}
.cms-new-layout .widget-below-article .block-wrapper p {
    font-size: 30px;
    font-weight: 500;
    color: black;
    line-height: 30px;
}
.cms-new-layout .widget-below-article .block-wrapper span {
    color: #fd8103;
}
.cms-new-layout .widget-below-article .block-wrapper a {
    text-transform: uppercase;
    color: #106550;
    display: block;
    margin: 20px 0;
    font-size: 18px;
    letter-spacing: 3px;
}
.cms-new-layout .widget-below-article .block-wrapper .btn-learn-more:after {
    content: '';
    display: inline-block;
    background: url('../images/arrow-right.svg') no-repeat;
    width: 8px;
    height: 13px;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -3px;
}
.cms-new-layout .widget-below-article .block-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 6px;
    height: 100%;
    background-color: #fd8103;
}

/* Resources */
.cms-new-layout .resources {
    margin: 50px 0 0 20px;
}
.cms-new-layout .resources li {
    margin-bottom: 7px;
}
.cms-new-layout .resources li a {
    display: block;
    background: #f9f9f9;
    font-size: 16px;
    max-width: 400px;
    padding: 8px 40px 6px 30px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    color: #106550;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
.cms-new-layout .resources li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #c1d62f;
}
.cms-new-layout .resources li a:after {
    content: '';
    background: url('../images/arrow-right.svg') no-repeat;
    width: 8px;
    height: 13px;
    background-size: 100%;
    display: block;
    float: right;
    position: absolute;
    right: 20px;
    top: 35%;
}

/* KFI Carousel */
.kfi-carousel {
    background-color: #106550;
    clear: both;
    position: relative;
    padding: 40px 20px 30px 30px;
    margin: 80px auto 0;
    max-width: 1400px;
}
.kfi-carousel:before {
    content: '';
    background: #c1d62f;
    width: 13px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left:0;
    top: 0;
}
.kfi-carousel .kfi-logo {
    position: absolute;
    left: 40px;
    top: 30px;
    color: white;
    background: url("../images/institute/kfi-logo-new.svg") no-repeat;
    width: 180px;
    height: 50px;
    text-indent: -999em;
}
.kfi-carousel .carousel { /* 180 spacing on right */
    margin-left: 200px;
	margin-right: 160px;
    text-align: left;
}
.kfi-carousel .slick-prev,
.kfi-carousel .slick-next {
	top: 47%;
	width: 19px;
    height: 28px;
}
.kfi-carousel .slick-prev::before,
.kfi-carousel .slick-next::before {
    width: 19px;
    height: 28px;
	background-size: 100%;
	z-index: 10;
}
.kfi-carousel .slick-prev::before {
	background-image: url("../images/arrow-white-left.svg");
}
.kfi-carousel .slick-prev {
	left: -80px;
}
.kfi-carousel .slick-next::before {
	background-image: url("../images/arrow-white-right.svg");
}
.kfi-carousel .slick-next {
	right: -100px;
}
.kfi-carousel .article {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin-left: 20px;
    text-align: left;
}

.kfi-carousel .article h2 {
    font-size: 18px;
    padding: 10px 0;
    color: white;
}
.kfi-carousel .article .image-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.kfi-carousel .article img {
    max-width: 100%;
    margin-top: -25%;
}
.kfi-carousel .article .image-wrapper:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../images/sprite-institute.png");
    background-color: #106550;
    background-repeat: no-repeat;
    background-position: -72px -41px;
}

/* Page Bottom */
.page-bottom {
    margin-top: 80px;
}
.page-bottom .col-1 {
    width: 55%;
    float: left;
}
.page-bottom .col-2 {
    width: 40%;
    float: right;
}
.page-bottom .page-bottom-copy {
    text-align: left;
    font-size: 16px;
}
.page-bottom .page-bottom-copy h3 {
    font-size:40px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}
.page-bottom .page-bottom-copy  p {
    margin-bottom: 15px;
}
.page-bottom .page-bottom-copy ul {
    margin-left: 17px;
}
.page-bottom .page-bottom-copy ul li {
    margin: 15px 0;
    list-style:disc;
}
.page-bottom-highlight .highlight-block {
    text-align: left;
}
.page-bottom-highlight .highlight-block .header {
    padding: 15px 30px;
    color: white;
    font-size: 22px;
    position: relative;
}
.page-bottom-highlight .highlight-block .header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #f9f9f9;
}
.page-bottom-highlight .highlight-block .body {
    padding: 20px 30px;
    background: #f9f9f9;
    font-size: 16px;
}
.page-bottom-highlight .highlight-block .body .btn-learn-more {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #106550;
    margin: 15px 0 5px;
}
.page-bottom-highlight .highlight-block .body .btn-learn-more:after {
    content: '';
    display: inline-block;
    background: url('../images/arrow-right.svg') no-repeat;
    width: 8px;
    height: 13px;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -3px;
}
.page-bottom-highlight .highlight-block .header.green {
    background: #77bd1e;
}
.page-bottom-highlight .highlight-block .header.blue {
    background: #01aebc;
}
.page-bottom-highlight .highlight-block .header.orange {
    background: #fd8103;
}
.page-bottom .downloads {
    text-align: left;
}
.page-bottom .downloads .download-block {
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9;
    padding: 30px;
    width: 40%;
    margin: 15px;
    box-sizing: border-box;
}
.page-bottom .downloads .download-block {
    font-size: 20px;
}
.page-bottom .downloads .download-block .btn-learn-more {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #106550;
    margin: 20px 0 5px;
}
.page-bottom .downloads .download-block .btn-learn-more:after {
    content: '';
    display: inline-block;
    background: url('../images/arrow-right.svg') no-repeat;
    width: 8px;
    height: 13px;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -3px;
}
.page-bottom .downloads .download-block .download-thumbnail {
    float: left;
    width: 40%;
    max-width: 175px;
    margin-right: 20px;
}

/* Contact Us */
.cms-new-layout .contact-form {
    background-color: #106550;
    padding: 25px 30px 30px 20px;
}
.cms-new-layout .contact-form .global-contact-form {
    border: none;
    width: 100%;
    padding: 0;
}
.cms-new-layout .contact-form .select-wrapper {
    background: #24715f;
}
.cms-new-layout .contact-form .select-wrapper select {
    padding: 6px 0 5px!important;
}

.cms-new-layout .contact-form textarea,
.cms-new-layout .contact-form input[type=text],
.cms-new-layout .contact-form input[type=email],
.cms-new-layout .contact-form input[type=tel],
.cms-new-layout .contact-form select {
    background: #24715f !important;
    border: none !important;
    color: white !important;
    box-shadow: none !important;
    width: 100% !important;
	clear: both;
}
.cms-new-layout .contact-form select option {
	color: #000000!important;
}
.cms-new-layout .contact-form label {
    color: white !important;
}

.cms-new-layout .contact-form h2 {
	padding-left: 10px;
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}
.cms-new-layout .contact-form .mktoButton {
    background: transparent !important;
    border: 1px solid white !important;
    color: white !important;
    box-shadow: none !important;
}
.cms-new-layout .contact-form .mktoForm .mktoFieldWrap {
	width: calc(100% - 10px) !important;
}
.cms-new-layout .contact-form .consultant-contact-form {
    padding: 0;
}
.cms-new-layout .global-contact-information h3 {
    display: none;
}
.cms-new-layout .global-contact-information {
    color: white;
    text-align: left;
    position: relative;
    width: 100%;
    background: #24715f;
    padding: 30px;
    border-top: 2px solid #337c6b;
    margin-top: 0;
    box-sizing: border-box;
}
.cms-new-layout .global-contact-information a {
    display: block;
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    width: 35.5%;
    right: 60px;
    bottom: 30px;
}
.cms-new-layout .global-contact-information a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: -25px;
    background: url('../images/arrow-white-right.svg') no-repeat;
    width: 13px;
    height: 20px;
    background-size: 100%;
}

.mktoButtonRow .mktoButtonWrap.mktoInset {
    margin: 0!important;
}
@media only screen and (max-width: 1024px) {

    .cms-new-layout .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
        right: auto;
    }
    .kfi-carousel .kfi-logo {
        position: static;
        margin-bottom: 20px;
    }
    .kfi-carousel .carousel {
        padding: 0;
        margin-left: 40px;
		margin-right: 40px;
    }
	.kfi-carousel .slick-prev {
		left: -35px;
	}
	.kfi-carousel .slick-next {
		right: -35px;
	}
    .kfi-carousel .article {
        margin: 0 10px;
    }
    .cms-new-layout .sidebar .global-contact-information a {
        position: relative;
        width: 100%;
        font-size: 25px;
        right: auto;
        bottom: auto;
    }
    .cms-new-layout .sidebar .global-contact-information a:after {
        right: 10px;
        bottom: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .sub-nav-links ul li {
        display: block;
        width: 100% !important;
        padding: 10px 0;
    }
    .cms-new-layout .col-main,
    .cms-new-layout .col-right,
    .cms-new-layout .widget-below-article .image-wrapper,
    .cms-new-layout .widget-below-article .block-wrapper {
        width: 100%;
        box-sizing: border-box;
    }
    .kfi-carousel {
        padding: 20px 20px 20px 40px;
        margin: 30px 0;
    }
	.kfi-carousel .kfi-logo {
		margin-left: 10px;
	}
	.kfi-carousel .carousel {
		margin-left: 0;
		margin-right: 10px;
	}
	.kfi-carousel .slick-prev,
	.kfi-carousel .slick-next,
	.kfi-carousel .slick-prev::before,
	.kfi-carousel .slick-next::before {
		width: 15px;
		height: 23px;
	}
	.kfi-carousel .slick-prev {
		left: -18px;
	}
	.kfi-carousel .slick-next {
		right: -18px;
	}
    .page-bottom .col-1,
    .page-bottom .col-2 {
        width: 100%;
    }
    .page-bottom .downloads .download-block {
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 0;
    }
    .page-bottom .downloads .download-block .download-thumbnail {
        width: 80px;
    }
    .page-bottom .downloads .download-block,
    .page-bottom .downloads .download-block .btn-learn-more {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {

    .cms-new-layout .page-title h1 {
        font-size: 25px;
    }
    .cms-new-layout .std h3 {
        font-size: 18px
    }
    .mktoForm .mktoFormCol {
        width: 100%;
    }
    .kfi-carousel {
        padding: 20px 20px 20px 35px;
    }
	.kfi-carousel:before {
        width: 5px;
    }
	.kfi-carousel .kfi-logo {
		margin-left: 0;
	}
	.kfi-carousel .slick-prev {
		left: -23px;
	}
	.kfi-carousel .slick-next {
		right: -23px;
	}
    .kfi-carousel .article {
        width: 100%;
        margin: 0;
    }
}
/* Generic Classes */

.more {
  position: relative;
  margin: 20px 0 0 0;
  display: inline-block;
  padding-right: 25px;
  font-size: 14px;
  color: #106550;
  font-weight: bold;
}
.more:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/kf-sprite.png") 0 -223px no-repeat;
}
.btn-red {
  margin: 10px 0 0 0;
  display: block;
  width: 74px;
  padding: 6px 11px;
  background: #b61f3e;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
/* Products */

.cms-products .site-marquee img {
  height: auto;
}
.cms-products .logo-line {
  max-height: 1000px;
}
.cms-products .breadcrumbs {
  display: none;
}
.products-ankle .item {
  width: 50%;
  box-sizing: border-box !important;
}
/* Product Content */

.product-content {
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  color: #373737;
}
.product-content .col-main {
  width: 65%;
}
.product-content .sidebar {
  width: 30%;
  min-height: 200px;
}
.product-content h1 {
  padding-bottom: 20px;
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
}
.product-content h3 {
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px;
}
/* Product Content Responsive */

@media (max-width: 768px) {
  .product-content .col-main,
  .product-content .sidebar {
    width: 100%;
  }
  .product-content .col-main {
    padding-bottom: 20px;
  }
}
/* Yellow Box */

.yellow-box {
  padding: 20px 28px 30px 28px;
  background: #ffdc00;
}
.yellow-box p,
.yellow-box address {
  font-size: 14px;
  color: #7f6e00;
}
.yellow-box p {
  padding-bottom: 15px;
}
/* Product Groups */

.product-group,
.product-group *,
.product-group *:before,
.product-group *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-group {
  padding: 15px 20px;
  border-top: 2px solid #f1f1f0;
  text-align: left;
}
.product-group h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.product-group h4 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
/* Product Group Description */

.product-group-description {
  float: left;
  width: 29%;
  padding: 15px 15px 15px 0;
  color: #2a2f39;
}
.product-group-description h4 {
  padding-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
/* Product Carousel */

.product-carousel {
  float: left;
  width: 71%;
  padding: 15px 0 15px 10px;
  border-left: 1px solid #f1f1f0;
  /* Pager */
}
.product-carousel .item {
  float: left;
  max-width: 335px;
  padding: 0 15px 20px 15px;
  min-height: 244px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.product-carousel .item-img {
  float: left;
  width: 20%;
}
.product-carousel .item-desc {
  float: left;
  width: 80%;
  padding: 0 0 0 20px;
}
.product-carousel .price {
  margin-top: 10px;
  display: block;
}
.product-carousel .carousel-pager {
  margin-left: 15px;
}
.product-carousel .carousel-pager a.active {
  background-position: 0px -19px;
}
.bx-controls-direction {
  display: none;
}
.bx-pager-item {
  display: inline-block;
}
/* Product Actions */

.product-actions,
.product-actions *,
.product-actions *:before,
.product-actions *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-actions {
  padding: 15px 0;
  border-top: 2px solid #f1f1f0;
  text-align: left;
}
.product-actions h4 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.product-actions .col {
  float: left;
  width: 50%;
  padding: 10px 20px;
  border-left: 1px solid #f1f1f0;
}
.product-actions .col:first-child {
  border-left: 0;
}
@media (max-width: 768px) {
  .product-group-description {
    width: 100%;
    padding: 20px 0;
  }
  .product-carousel {
    width: 100%;
    padding: 10px 0;
    border-left: 0;
  }
  .product-actions {
    padding: 10px 0;
  }
  .product-actions .col {
    width: 100%;
  }
}
.cms-products .home-marquee-wrapper {
  display: none;
}
/* Navigation */

.products-nav {
  background: #9b9b9b;
  min-height: 33px;
}
@media only screen and (max-width: 767px) {
  .products-nav {
    position: absolute !important;
    min-height: 0;
  }
}
.products-nav #nav {
  padding: .5em 0 0;
}
@media only screen and (max-width: 767px) {
  .products-nav #nav {
    display: none !important;
  }
}
.products-nav a {
  font-size: 13px;
}
@media only screen and (min-width: 767px) {
  .nav-container .shown-sub.mobile-only {
    display: none !important;
  }
}
.products-sub {
  position: absolute;
  margin-top: .45em;
  width: 100%;
  padding: 1em 0 1em 0;
}
@media only screen and (max-width: 767px) {
  .products-sub {
    display: none;
    position: static;
    padding: 0;
  }
}
@media only screen and (min-width: 767px) {
  .products-sub {
    display: block !important;
  }
  .products-sub .sub {
    display: none !important;
  }
}
.products-sub:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #24af79;
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  .products-sub:before {
    display: none;
  }
}
.products-sub a {
  color: #ffffff;
  font-size: 16px;
}
.products-sub li {
  margin-bottom: -25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .products-sub li {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 767px) {
  .products-sub li:hover .sub {
    display: block !important;
  }
}
.products-sub .sub a {
  color: #000;
}
.products-link a {
  border-right: 3px solid transparent !important;
  color: #ffffff;
}
.products-link a:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -7px;
  z-index: 2;
  display: block;
  width: 14px;
  height: 7px;
  background: url("../images/pnav-arrow.png");
}
/* Sports Page Banner Starts */

.marquee-hero .hero-text h4 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.marquee-hero .hero-text h4 {
  font-size: 18px;
}
.table_view_cms tr {
  display: block;
  width: 100%;
}
/* Sports Page Banner Ends */
/* Sports Page Sub Nav Starts */

.subnav-container {
  background: none repeat scroll 0 0 #c1c1c1;
  line-height: 49px;
  min-height: 49px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.subnav-container .subnav_menu {
  /*padding: 0.8em 0; */

  position: relative;
}
.subnav_menu {
  margin: 0 auto;
  max-width: 1000px;
}
.subnav-container li {
  display: inline-block;
  margin-right: 40px;
  min-width: 10%;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.subnav-container li a {
  border-right: 3px solid rgba(0, 0, 0, 0);
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding-right: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.subnav-container .subnav_menu li:last-child {
  margin-right: 0;
}
.subnav_mobile {
  display: none;
}
.sports_wrapper .marquee-hero .inner-marquee-hero img {
  width: 120% !important;
}
@media only screen and (max-width: 1025px) {
  .nav-container .sub {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cms-our-work .std img,
  .cms-why-korn-ferry-sports .std img,
  .cms-our-philosophy .std img {
    height: auto;
  }
  .std img,
  iframe {
    max-width: 100%;
    width: auto;
  }
  .subnav_mobile {
    display: block;
  }
  .subnav-container .subnav_menu {
    background: black;
    color: #fff;
    padding-top: 5px !important;
    display: none;
  }
  .subnav-container {
    padding-top: 0;
  }
  .subnav_menu li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #1c2129;
    padding: 15px 10px;
    text-align: left;
  }
  .subnav-container .subnav_menu li a {
    color: #fff;
  }
  .subnav-container .subnav_menu {
    padding: 0 !important;
  }
  .subnav-container li a {
    display: block !important;
  }
  .subnav-container .hamburger-menu-subnav {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin: .8em 0;
    padding-left: 23px;
    line-height: 23px;
    background: url("../images/kf-sprite.png") no-repeat -37px -37px;
  }
  .sports_wrapper .marquee-hero .inner-marquee-hero img {
    margin-left: -110%;
    width: 260% !important;
  }
}
@media only screen and (max-width: 639px) {
  .table_view_cms,
  .table_view_cms tbody,
  .table_view_cms td {
    display: block;
    float: left;
    width: 100%;
  }
}
/* Sports Page Sub Nav Ends */
/* Customer suport site */

.cms-support-home .carousel-pager a {
  padding: 0px 9px;
}
/*
.cms-support-home .article-marquee .article h3 a, .cms-support-home .article-marquee .article h3 {

  min-height: 108px;
  }
 .cms-support-home .article-marquee .article .excerpt {

    min-height: 100px;
    }*/

    .cms-support-home .article-marquee .article {
      min-height: 198px;
    }
    .cms-documentation .press-info .excerpt,
    .cms-knowledgebase .press-info .excerpt {
      font-size: 15px;
      padding-top: 7px;
    }
    .bottom-line {
      border: 1px solid #f2f2f2;
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .cms-knowledgebase .press-media .press-article .Press-info-kb,
    .cms-documentation .press-media .press-article .Press-info-kb {
      float: left;
      width: 100% !important;
    }
    .cms-support-home .read_more,
    .cms-documentation .read_more,
    .cms-knowledgebase .read_more {
      background-image: url("../images/blue-go.png");
      background-position: right center;
      background-repeat: no-repeat;
      font-size: 15px;
      line-height: 0.8em;
      /* padding-left: 8px;*/

      padding-right: 22px;
    }
    .cms-documentation .doc_content {
      margin-bottom: 30px;
      margin-top: 10px;
    }
    .cms-support-home .marquee-inner-wrapper {
      height: 270px;
    }
    @media only screen and (max-width: 767px) {
      .submenulayout .marquee-inner-wrapper {
        height: 150px;
      }
      .cms-support-home .marquee-inner-wrapper {
        height: 153.6px;
      }
    }
    .cms-support-home .article-marquee .carousel .item {
      max-width: 331px;
    }
    .cal_knowledgebase {
      background-image: url("../images/calendar12.gif");
      background-repeat: no-repeat;
      float: left;
      height: 28px;
      line-height: 0.8em;
      padding-left: 3px;
      position: relative;
      top: -6px;
      width: 32px;
    }
    .cms-support-home .support-home-system {
      background: none repeat scroll 0 0 #f0f0f4;
      padding: 5%;
      margin-bottom: 5%;
    }
    .cms-support-home .article-marquee {
      border-top: 0px;
      padding: 0px;
      text-align: left;
    }
    .contact-box .sidebar_support p {
      padding-bottom: 3%;
    }
    .trouble-numbers_div li {
      list-style: outside none number;
    }
    .trouble-numbers_div {
      padding-left: 10px;
    }
    .cat_kb_date {
      display: inline-block;
      vertical-align: top;
      width: auto;
    }
    .catgory_kb {
      word-wrap: break-word;
      display: inline-block;
      vertical-align: top;
      width: 60%;
    }
    .catgory_kb a {
      font-size: 12px;
    }
    .sidebar_support a {
      color: white;
    }
    @media only screen and (max-width: 767px) {
      .catgory_kb {
        width: 100% !important;
      }
    }
    .date-line-kb {
      margin-top: 10px;
    }
    .mail_contact {
      color: #000 !important;
    }
    .support-home h3 a {
      color: #cfcecd;
    }
    .support-home .article h3 a {
      color: #000;
    }
    .kb_ul li {
      margin-left: 16px !important;
    }
    .cms-documentation .press-media .press-article .press-thumb img {
      padding: 11px;
      width: 70%;
    }
    .cms-documentation .press-media .press-article .press-thumb {
      float: left;
      width: 20%;
    }
    /* header banner size with images size increase*/

    @media only screen and (min-width: 1025px) {
      .site-marquee .marquee-inner-wrapper-with-banner-image {
        height: 300px;
      }
      .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
        top: 65%;
      }
    }
    @media only screen and (max-width: 767px) {
      .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
        top: 35%;
      }
      .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
        left: 2.5%;
        margin: 0 auto;
        top: 40%;
        width: 97%;
      }
      .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
        margin: 0px auto;
        max-width: 900px;
        position: absolute;
        text-align: left;
        top: 33%;
      }
    }
    @media screen and (min-width: 767px) and (max-width: 1024px) {
      .nav-container li.level0 {
        width: 18.7%;
      }
    }
    .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
      bottom: 11px;
      top: initial;
    }
    /* header banner size with images size increase*/
    /* event page */
    .press-event-mktoform {
        margin: 40px 0;
    }
    .Event_cms_content {
      font-size: 14px;
      padding-bottom: 11px;
      padding-left: 24px;
      width: 94%;
    }
    .event-index-index .col-main p {
      font-size: 15px;
      font-weight: 300;
      line-height: 1.4em;
      margin-bottom: 15px;
      text-align: left;
    }
    .Event_cms_content a {
      color: #106550;
    }
    /* event page */
    /* home page  video tab */

    .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0;
    }
    .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .js-video {
      height: 0;
      padding-top: 25px;
      padding-bottom: 67.5%;
      margin-bottom: 10px;
      position: relative;
      overflow: hidden;
    }
    .js-video.widescreen {
      padding-bottom: 56.34%;
    }
    .js-video.vimeo {
      padding-top: 0;
    }
    .js-video embed,
    .js-video iframe,
    .js-video object,
    .js-video video {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
    }
    /* home page  video tab */
    /* video with text */

    .hero-marquee-wrapper_video_home {
      position: relative;
      max-height: 450px;
      overflow: hidden;
    }
    .video_home_background {
      background: none repeat scroll 0 0 #0d6e5a;
      height: 100%;
      position: absolute;
      width: 100%;
    }
    @media screen and (min-width: 1025px) {
      .video_for_mobile {
        position: relative;
        height: 100%;
        width: 100%;
        margin-top: -120px;
        max-width: 1200px;
      }
      .video_home_text {
        left: 50%;
        margin-left: -430px;
        position: absolute;
        text-align: left;
        width: 77%;
        bottom: 75px !important;
        top: initial !important;
      }
      .video_home_text-button {
        bottom: 25px !important;
      }
      .video_home_text > h2 {
        color: #feffff;
        font-size: 52px;
        font-weight: 800;
        line-height: 1em;
      }
      .video_home_text > h4 {
        color: #feffff;
        font-size: 18px;
        margin-top: 1em;
      }
      .video_home_text a {
        margin-top: 10px;
        padding: 0.5em 1em;
        display: inline-block;
        color: white;
        background-color: #75736f;
        text-transform: uppercase;
        font-size: 16px;
      }
    }
    @media screen and (min-width: 767px) and (max-width: 1024px) {
      .video_for_mobile {
        height: 100%;
        width: 100%;
        position: relative;
      }
      .video_home_text {
        left: 50%;
        margin-left: -40%;
        position: absolute;
        text-align: left;
        top: 70px;
        width: 90%
      }
      .video_home_text-button {
        top: 68%;
      }
      .video_home_text > h2 {
        color: #feffff;
        font-weight: 800;
        line-height: 1em;
        text-align: left;
      }
      .video_home_text > h4 {
        color: #feffff;
        margin-top: 1em;
      }
      .video_home_text a {
        background-color: #75736f;
        color: white;
        display: inline-block;
        font-size: 16px;
        margin-top: 10px;
        padding: 0.5em 1em;
        text-transform: uppercase;
      }
    }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      .video_home_text > h2 {
        font-size: 25px;
      }
      .video_home_text > h4 {
        font-size: 18px;
      }
    }
    @media screen and (min-width: 980px) and (max-width: 1024px) {
      .video_home_text > h2 {
        font-size: 45px;
      }
      .video_home_text > h4 {
        font-size: 25px;
      }
    }
    @media screen and (max-width: 767px) {
      .video_for_mobile {
        width: 904px;
        margin-top: -25px;
        margin-left: -120px;
        overflow: hidden;
        text-align: center;
        position: relative;
      }
      .hero-marquee-wrapper_video_home {
        overflow: hidden;
      }
      .video_home_text {
        bottom: 21% !important;
        margin: 0 auto;
        position: absolute;
        top: initial !important;
        width: 100%;
      }
      .video_home_text-button {
        bottom: 6% !important;
      }
      .video_home_text > h2 {
        color: #feffff;
        font-size: 34px;
        font-weight: bold;
        line-height: 43px;
      }
      .video_home_text > h4 {
        color: #feffff;
        font-size: 1.5em;
        margin-top: 0.3em;
      }
      .video_home_text a {
        background-color: #75736f;
        color: white;
        display: inline-block;
        font-size: 16px;
        margin-top: 10px;
        padding: 0.5em 1em;
        text-transform: uppercase;
      }
    }
    .home-marquee-wrapper {
      background: none repeat scroll 0 0 #f1f1f0;
      margin: -4px auto 0;
      padding: 19px;
    }
    .video_home_text {
      z-index: 1;
    }
    /* Contact ankle block  */

    #helper-3 p {
      font-size: 14px;
    }
    .color_anchor {
      color: #FFF;
      text-decoration: underline;
    }
    .helper-3-contact-us .color_anchor {
      color: #000;
    }
    .helper-3-contact-us .color_anchor:hover {
      color: #106550;
    }
    @media screen and (max-width: 1024px) {
      .helper-3-consultant {
        width: 100%;
      }
    }
    @media screen and (min-width: 1024px) {
      .helper-3-consultant {
        width: 70%;
      }
    }
    .helper-3-contact-us p {
      margin-bottom: 0px;
    }
    /* Contact Us page  */

    .event-index-index .Event_cms_content p {
      margin-bottom: 15px;
    }
    /* kf4d animation close*/

    .close_kh4f_animation {
      cursor: pointer;
      font-size: 41px;
      right: 0px;
      position: absolute;
      top: 15px;
      z-index: 99999;
      color: white !important;
    }
    .close_kh4f_animation img {
      height: 22px;
      width: 21px;
    }
    /* kf4d animation close*/
    /* add layout */

    .addlayout .header-container {
      background: none repeat scroll 0 0 black;
      opacity: 0.66;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 9;
    }
    .addlayout .header {
      max-width: 1521px;
    }
    .addlayout .header .quick-access a {
      color: white;
      font-size: 15px;
      font-weight: 600;
    }
    .addlayout .logo-line {
      background-image: none;
      border: 1px solid;
      display: block;
      height: 647px;
      left: 214px;
      max-height: 647px;
      position: absolute;
      top: -6px;
      width: 0;
      z-index: 9999;
    }
    .addlayout .logo-line-about-us {
      border: 1px solid white;
      bottom: 11px;
      display: block;
      height: 52px;
      left: 0;
      max-height: 197px;
      position: absolute;
      width: 0;
      z-index: 9999;
    }
    @media only screen and (min-width: 1025px) {
      .addlayout .header .quick-access {
        position: relative;
        margin-top: 27px;
        width: auto;
        margin-right: 14px;
      }
    }
    @media only screen and (max-width: 1025px) {
      .addlayout .header .quick-access {
        margin-top: 27px;
        width: 13%;
        border: none;
      }
    }
    @media only screen and (min-width: 1025px) {
      .addlayout .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
        top: 11% !important;
      }
      .addlayout .site-marquee .marquee-inner-wrapper-without-banner-image .marquee-header-text {
        top: 11% !important;
      }
    }
    @media only screen and (min-width: 728px) {
      .addlayout .fourths .half {
        float: left;
        width: 32%;
      }
    }
    @media only screen and (max-width: 1025px) {
      .addlayout .logo-line,
      .addlayout .logo-line-about-us {
        display: none !important;
      }
      .addlayout .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
        top: 16% !important;
      }
      .addlayout .site-marquee .marquee-inner-wrapper-without-banner-image .marquee-header-text {
        top: 16% !important;
      }
    }
    .addlayout .marquee-header-text-shadow {
      background: none repeat scroll 0 0 black;
      height: 55%;
      opacity: 0.48;
    }
    .addlayout .site-ankle .site-links {
      border-top: none;
    }
    .addlayout .ad_template_footer {
      background: none repeat scroll 0 0 gray;
    }
    .addlayout .fourths .half .quarter {
      width: 97%;
    }
    .addlayout .footer_social_ad .social .social-media {
      float: right;
      padding: 6px 0 0;
      width: auto;
      margin-right: 2%;
    }
    .addlayout .footer_social_ad .social .social-media a {
      padding: 8px;
      display: inline-block;
      height: 30px;
      text-indent: -9999px;
      width: 30px;
    }
    @media only screen and (max-width: 480px) {
      .addlayout .header .branding {
        float: none;
        margin: 11px 0 31px;
        width: 100%;
      }
      .addlayout .marquee-inner-wrapper .marquee-header-text {
        margin-left: 0px;
      }
      .ad_type {
        width: 83%;
      }
    }
    @media only screen and (max-width: 764px) {
      .addlayout .ad_type {
        margin: 0 auto !important;
        text-align: center;
        width: 66% !important;
      }
      .ad_type > a:first-child {
        border-bottom: 1px solid white;
      }
      .ad_type > a {
        display: inline-block;
        float: none !important;
        padding: 6px 0 !important;
        width: 100% !important;
      }
    }
    @media only screen and (min-width: 728px) and (max-width: 1024px) {
      .addlayout .site-ankle .site-links {
        border-top: medium none;
        margin: 0 auto;
        padding-left: 9%;
        width: 76%;
      }
    }
    @media only screen and (min-width: 1025px) and (max-width: 1049px) {
      .addlayout .marquee-inner-wrapper .marquee-header-text {
        margin-left: -283px;
      }
    }
    @media only screen and (min-width: 1025px) and (max-width: 1049px) {
      .addlayout .marquee-inner-wrapper .marquee-header-text {
        margin-left: -283px;
      }
    }
    @media only screen and (min-width: 1280px) {
      .addlayout .marquee-inner-wrapper .marquee-header-text {
        margin-left: -410px;
      }
    }
    @media only screen and (min-width: 1583px) {
      .addlayout .marquee-inner-wrapper .marquee-header-text {
        margin-left: -514px;
      }
    }
    .addlayout .social .social-media .fb {
      background: url("../images/Facebook-24.png") no-repeat scroll 1px 0 rgba(0, 0, 0, 0);
    }
    .addlayout .social .social-media .twit {
      background: url("../images/Twitter.png") no-repeat scroll 1px 0 rgba(0, 0, 0, 0);
    }
    .addlayout .social .social-media .linked {
      background: url("../images/Linkedin.png") no-repeat scroll 0px 0 rgba(0, 0, 0, 0);
    }
    .addlayout .social .social-media .youtube {
      background: url("../images/You-tube.png") no-repeat scroll 0px 0 rgba(0, 0, 0, 0);
    }
    .addlayout .expanded-content li {
      list-style-image: url('../images/Bullet.png');
      list-style-position: inside;
    }
    .clear_both {
      clear: both;
    }
    .addlayout .ad_image {
      float: left;
    }
    @media screen and (min-width: 550px) {
      .addlayout .ad_content_inner {
        background: none repeat scroll 0 0 #eceded;
        padding: 2%;
      }
      .addlayout .ad_type {
        /*Shiwani*/

        margin: 0 auto;
        width: 70% !important;
      }
      .ad_type > a:first-child {
        /*Shiwani*/

        float: left !important;
      }
      .addlayout .ad_text {
        border-left: 1px solid #ccc;
        min-height: 98px;
        width: 56%;
        float: right;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      /* done by shiwani */

      .addlayout .ad_image {
        float: left;
        padding: 2% 0;
        width: 35%;
      }
      .addlayout .ad_type {
        margin: 0 auto !important;
        width: 70% !important;
      }
      .ad_type > a:first-child {
        float: left !important;
      }
      /* done by shiwani */
    }
    @media only screen and (min-width: 1024px) {
      .addlayout .ad_image {
        padding: 2% 0;
        width: 27%;
      }
      .addlayout .ad_image > img {
        width: 147px;
        width: 147px;
      }
      .addlayout .ad_type {
        width: 85%;
      }
      .addlayout .ad_text {
        min-height: 103px;
        width: 66%;
        border-left: 1px solid #ccc;
      }
    }
    .addlayout .ad_image > img {
      margin: 0;
      padding: 0;
    }
    .addlayout .ad_text {
      background: none repeat scroll 0 0 #eceded;
      height: auto;
      padding: 15px 20px;
      vertical-align: middle;
    }
    .addlayout .ad_title {
      color: #062d5d;
      font-size: 27px;
      font-weight: 600;
      line-height: 24px;
    }
    .addlayout .ad_sub_title {
      color: #062d5d;
      font-size: 22px;
      line-height: normal;
      padding-top: 8px;
    }
    .addlayout .ad_type a {
      background: none repeat scroll 0 0 #b8b9bc;
      float: right;
      padding: 5px 17px;
      text-align: center;
      color: white;
      font-weight: 800;
    }
    .addlayout .ad_content_border {
      background: url("../images/line.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
      margin: 6% 0;
    }
    .addlayout .ad_content_inner {
      margin: 0 auto;
      width: 66%;
      text-align: center;
    }
    @media only screen and (max-width: 600px) {
      .addlayout .ad_image {
        float: none;
      }
      .addlayout .ad_image img {
        height: 100%;
        width: 100%;
      }
    }
    @media only screen and (max-width: 767px) {
      .addlayout .ad_text {
        width: 90%;
        padding: 7% 5%;
      }
      .addlayout .ad_sub_title {
        font-size: 14px;
        line-height: normal;
        padding-top: 5px;
      }
      .addlayout .ad_type a {
        font-size: 12px;
      }
      .addlayout .ad_title {
        font-size: 14px;
      }
      .addlayout .header .quick-access {
        bottom: 0;
        position: absolute;
        width: 100%;
      }
      .addlayout .quick-access span.quicklinks-list {
        display: block;
        padding-right: 9px;
        padding-top: 5px;
      }
      .addlayout .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text,
      .addlayout .site-marquee .marquee-inner-wrapper-without-banner-image .marquee-header-text {
        top: 25% !important;
        width: 97%;
      }
    }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .addlayout .header .quick-access {
        border: medium none;
        line-height: 29px;
        margin: 1% 3%;
        width: auto;
        display: block;
      }
      .addlayout .header .quick-access span.quicklinks-list {
        display: block;
      }
      .addlayout .ad_sub_title {
        font-size: 17px;
        line-height: normal;
        padding-top: 5px;
      }
      .addlayout .ad_type a {
        font-size: 14px;
      }
      .addlayout .ad_title {
        font-size: 20px;
      }
    }
    .addlayout .add_layout_content {
      padding: 0 0 4%;
    }
    @media screen and (max-width: 1024px) {
      .addlayout .site-ankle .site-links {
        margin: 0 auto;
        text-align: left;
      }
    }
    @media only screen and (min-width: 980px) {
      .addlayout .ad_image {
        display: inline-block;
        float: none;
        padding: 2% 0 1%;
        width: 27%;
        text-align: center;
      }
      .ad_image.img12 {
        width: 24%;
      }
    }
  }
  .ad_contact_mobile_view {
    display: none;
  }
  @media screen and (max-width: 1200px) {
    .ad_contact,
    .ad_content_form,
    .add_scroller {
      display: none;
    }
    .ad_contact_mobile_view,
    .ad_content_mobile_view {
      display: block;
    }
    .ad_content_mobile_view .ad_content_mobile_view_button,
    .ad_contact_mobile_view .ad_contact_mobile_view_button,
    .ad_scroll_mobile_view .ad_scroll_mobile_view_button {
      cursor: pointer;
      margin: 9px auto 0px;
      background: none repeat scroll 0% 0% rgb(6, 45, 93);
      width: 102px;
      padding: 6px;
      text-align: center;
    }
    .ad_content_mobile_view .ad_content_mobile_view_button h1,
    .ad_contact_mobile_view .ad_contact_mobile_view_button h1,
    .ad_scroll_mobile_view .ad_scroll_mobile_view_button h1 {
      font-size: 12px !important;
      color: rgb(255, 255, 255);
    }
  }
  @media screen and (min-width: 768px) {
    .addlayout .ad_text {
      background: none repeat scroll 0 0 #eceded;
      box-sizing: border-box;
      display: inline-block;
      float: none;
      vertical-align: top;
      width: 70%;
      text-align: left;
    }
  }
  .addlayout .marquee-inner-wrapper h4,
  .addlayout .marquee-inner-wrapper h1 {
    text-transform: none;
  }
  @media only screen and (min-width: 550px) and (max-width: 639px) {
    .addlayout .ad_text {
      width: 46%;
    }
  }
  @media only screen and (min-width: 640px) and (max-width: 768px) {
    .addlayout .ad_sub_title {
      font-size: 13px;
    }
    .addlayout .ad_title {
      font-size: 17px;
    }
    .addlayout .ad_text {
      width: 48%;
    }
    .addlayout .ad_type a {
      font-size: 12px;
    }
  }
  /* form */

  .ad_contact {
    opacity: 0.9;
    padding: 1%;
    position: absolute;
    right: 15%;
    text-align: left;
    bottom: 1.5%;
    width: 23%;
    z-index: 99;
  }
  .ad_contact .ad_contact_top_from .mktoButtonWrap {
    margin-left: 0% !important;
  }
  .ad_contact form label {
    width: 0 !important;
  }
  .ad_contact .mktoButtonRow {
    text-align: center !important;
    width: 100%;
  }
  .ad_contact .ad_contact_top_from {
    background: none repeat scroll 0 0 #aca9a4;
    padding: 13% 13% 13%;
    width: 100%;
  }
  .ad_contact .ad_contact_top_from .mktoField {
    background: none repeat scroll 0 0 #75726d;
    color: white !important;
    width: 93% !important;
  }
  .ad_contact .ad_contact_top_label strong {
    font-size: 15px;
  }
  .ad_contact .ad_contact_top_label span {
    display: block;
    font-size: 11px;
    padding-top: 6px;
  }
  .ad_contact .ad_contact_top_label {
    background: none repeat scroll 0 0 #555555;
    color: white;
  }
  .ad_contact .ad_contact_top_from input::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #fff;
  }
  .ad_contact .ad_contact_top_from input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #fff;
  }
  .ad_contact .ad_contact_top_from input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #fff;
  }
  .ad_contact .ad_contact_top_from input:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: #fff;
  }
  @media only screen and (min-width: 550px)and (max-width: 979px) {
    .ad_contact {
      bottom: 4%;
      top: inherit;
      width: 26%;
    }
  }
  @media only screen and (max-width: 1025px) {
    .ad_contact {
      bottom: 1%;
      left: 50%;
      margin-left: -20%;
      top: inherit;
      width: 40%;
    }
  }
  @media only screen and (max-width: 549px) {
    .ad_contact {
      bottom: 1%;
      left: 50%;
      margin-left: -35%;
      top: inherit;
      width: 75%;
    }
  }
  @media only screen and (min-width: 550px) and (max-width: 1200px) {
    .ad_contact {
      bottom: 1%;
      left: 50%;
      margin-left: -20%;
      top: inherit;
      width: 40%;
    }
    .ad_contact .ad_contact_top_from form {
      width: 100% !important;
    }
  }
  @media only screen and (max-width: 1023px) {
    .ad_contact .ad_contact_top_label strong {
      font-size: 11px;
    }
    .ad_contact .ad_contact_top_label {
      padding: 0;
      width: 100%;
    }
    .ad_contact .ad_contact_top_label span {
      font-size: 10px;
    }
  }
  .ad_contact_top_label p {
    padding: 19px;
  }
  .ad_contact .ad_contact_top_from .mktoField {
    color: white;
    font-size: 14px;
    width: 100% !important;
  }
  .ad_contact .ad_contact_top_from {
    padding: 0;
    width: 100%;
  }
  .ad_contact .ad_contact_top_from form {
    display: block;
    padding: 4% 13%;
    width: auto !important;
  }
  .ad_contact .mktoFieldDescriptor,
  .ad_contact .mktoFieldDescriptor .mktoFieldWrap {
    width: 100%
  }
  .ad_contact .mktoFieldDescriptor .mktoOffset {
    display: none;
  }
  .ad_contact .mktoButtonRow {
    text-align: center !important;
    width: 100%;
  }
  @media only screen and (min-width: 550px) {
    .ad_contact .ad_contact_top_label strong {
      font-size: 12px;
    }
    .ad_contact .ad_contact_top_label span {
      font-size: 11px;
    }
  }
  .ad_contact_form_close {
    color: white;
    cursor: pointer;
    font-size: 38px;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px;
  }
  .ad_content_form .ad_contact_form_close {
    top: -6px;
    left: -4px;
  }
  @media only screen and (min-width: 1200px) {
    .ad_contact_mobile_view,
    .ad_contact_form_close {
      display: none;
    }
    .ad_content_mobile_view,
    .ad_contact_form_close,
    .ad_scroll_mobile_view {
      display: none;
    }
  }
  @media only screen and (min-width: 1334px) {
    .addlayout .marquee-inner-wrapper .marquee-header-text {
      margin-left: -436px;
    }
  }
  @media only screen and (max-width: 549px) {
    .ad_contact .ad_contact_top_from .mktoField {
      font-size: 12px;
    }
  }
  .addlayout .mktoForm .mktoButtonWrap.mktoShadow .mktoButton {
    background: #00ade9 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 700;
  }
  .ad_content_form > p {
    padding: 0 0 19px;
  }
  .ad_content_form {
    background: #555555 none repeat scroll 0 0;
    color: white;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
    padding: 1%;
    position: absolute;
    right: 45%;
    text-align: left;
    top: 45%;
    width: 31%;
    z-index: 999;
  }
  @media only screen and (max-width: 1024px) {
    .ad_content_form {
      bottom: unset;
      left: 50%;
      margin-left: -20%;
      top: 13%;
      width: 40%;
      padding: 3%;
      min-height: auto;
    }
    .ad_content_form .ad_contact_form_close {
      top: -4px;
      left: -4px;
    }
    .ad_content_form > p {
      padding: 0 0 15px;
    }
  }
  @media only screen and (max-width: 549px) {
    .ad_content_form {
      font-size: 13px;
      margin-left: -40%;
      padding: 6%;
      width: 75%;
    }
  }
  /***carrier page ***/

  .car_explore_our_office-border {
    border-top: 1px solid #ccc;
    width: 100%;
  }
  .car_explore_our_office {
    margin-bottom: 28px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 28px;
    position: relative;
  }
  .car_explore_our_office .explore_our_office_txt {
    background: white none repeat scroll 0 0;
    bottom: 0;
    color: black;
    display: block;
    font-size: 31px;
    font-weight: 100;
    opacity: 0.77;
    /*padding: 3% 1% 2% 3%;*/

    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 9;
  }
  .car_explore_our_office .explore_our_office_txt span {
    display: block;
    padding: 6px 6px 0 18px;
  }
  .car_key_fact {
    border-top: 1px solid #ccc;
    padding: 23px 19px 20px 10px;
  }
  .car_key_fact .car_key {
    display: block;
    font-size: 26px;
    padding-bottom: 0;
    text-align: left;
  }
  .car_key_fact .count_k {
    color: #138edb;
    display: block;
    font-size: 50px;
    font-weight: bolder;
    text-align: left;
    line-height: 60px;
  }
  .car_key_fact .key_fact_content {
    display: block;
    text-align: left;
    font-size: 15px;
  }
  .car_key_fact .blue_prof {
    color: #138edb;
    font-weight: 600;
  }
  @media only screen and (min-width: 500px) and (max-width: 767px) {
    .explore_our_both {
      width: 60%;
      margin: 0px auto;
    }
    .car_key_fact {
      width: 60%;
      margin: 0px auto;
    }
  }
  /* contact us for our team goverment*/

  .contact_us_sidebar_our {
    padding: 10px;
  }
  .contact_us_sidebar_our .yellow {
    color: #ffdc00;
    margin-bottom: 10px;
  }
  .contact_us_sidebar_our .yellow a {
    color: #ffdc00;
  }
  .contact_us_sidebar_our p a {
    text-decoration: underline;
  }
  .contact_us_sidebar_our p a:hover {
    color: #106550;
  }
  /* contact us for our team goverment*/
  /*   sonia         */

  .new_key_fact_carreier .first-div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
  }
  .new_key_fact_carreier .left-image {
    width: 13%;
    display: table-cell;
    vertical-align: middle;
  }
  .new_key_fact_carreier .left-image img {
    width: 100%;
  }
  .new_key_fact_carreier .second-div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
  }
  .new_key_fact_carreier .third-div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
  }
  .new_key_fact_carreier .forth-div {
    float: left;
    width: 100%;
  }
  .new_key_fact_carreier .right-text {
    width: 85%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
  }
  .new_key_fact_carreier .left-image h3 {
    font-size: 35px;
  }
  .new_key_fact_carreier .third-div .right-text {
    margin-top: 3px;
  }
  .new_key_fact_carreier .first-div .colored-text {
    color: #a01b84;
    font-weight: bold;
  }
  .new_key_fact_carreier .second-div .colored-text {
    color: #0099dc;
    font-weight: bold;
  }
  .new_key_fact_carreier .third-div .colored-text {
    color: #ff9430;
    font-weight: bold;
  }
  .new_key_fact_carreier .forth-div .colored-text {
    color: #009f7e;
    font-weight: bold;
  }
  .new_key_fact_carreier .third-div .left-image h3 {
    color: #ff9430;
  }
  .new_key_fact_carreier_overview .righttext {
    vertical-align: center;
  }
  .new_key_fact_carreier_overview .clear {
    clear: both;
  }
  .new_key_fact_carreier_overview .heading {
    float: left;
  }
  .new_key_fact_carreier_overview .left-image img {
    float: left;
    width: 75%;
    margin: 0px;
  }
  .new_key_fact_carreier_overview {
    padding: 13px 0;
    display: table;
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .new_key_fact_carreier .left-image,
    .new_key_fact_carreier .right-text,
    .new_key_fact_carreier_overview {
      display: block;
      text-align: center;
      width: 100%;
    }
    .new_key_fact_carreier_overview .left-image img {
      float: none;
      max-width: 80px;
      width: auto;
    }
  }
  .new_key_fact_carreier_overview .count_carrier {
    color: #920a79;
    font-size: 12px;
    font-weight: 700;
  }
  .future_step_banner img {
    width: 100%;
  }
  .sidebar_key_fact_career .new_key_fact_carreier .left-image,
  .sidebar_key_fact_career .new_key_fact_carreier .right-text,
  .sidebar_key_fact_career .new_key_fact_carreier_overview {
    display: block;
    text-align: left;
    width: 100%;
  }
  .sidebar_key_fact_career .new_key_fact_carreier .right-text img,
  .sidebar_key_fact_career .new_key_fact_carreier .right-text h3 {
    float: left;
    margin-right: 20px;
    max-width: 70px;
  }
  .sidebar_key_fact_career .new_key_fact_carreier_overview .left-image img {
    float: none;
    max-width: 80px;
    width: auto;
  }
  .sidebar_key_fact_career {
    padding-right: 15px;
  }
  .sidebar_key_fact_career {
    padding-right: 15px;
  }
  .sidebar_key_fact_career .border_carrier {
    border-bottom: 1px solid lightgray;
  }
  /*sonia ends here */
  /* SDG searchspring search result */

  .catalogsearch-result-index .breadcrumbs ul {
    display: none;
  }
  /* Search result side bar */

  .search-results-wrapper .breadcrumbs {
    padding: 50px 0 30px;
    font-size: 35px;
    font-weight: 600;
  }
  .search-results-sidebar {
    text-align: left;
    float: left;
    width: 22%;
    margin-right: 3%;
  }
  .search-results-sidebar #searchspring-sidebar {
    width: 100%;
  }
  .search-results-sidebar h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 34px;
  }
  .search-results-sidebar #searchspring-refine_search {
    display: none;
  }
  .search-results-sidebar .facet_container {
    margin-bottom: 20px;
  }
  .search-results-sidebar .facet_title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
  }
  .search-results-sidebar ul.element_container li {
    margin: 4px 0 4px 20px;
  }
  .search-results-sidebar ul.element_container li a {
    font-size: 13px;
    position: relative;
  }
  .search-results-sidebar ul.element_container li .option_link:before {
    content: ' ';
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #ccc;
    vertical-align: middle;
    position: absolute;
    left: -20px;
  }
  .search-results-sidebar ul.element_container li .option_link.highlight:before {
    content: '\00D7';
    border: none;
    font-size: 18px;
    margin: 0 3px;
    line-height: 16px
  }
  .search-results-sidebar #searchspring-summary_header,
  .search-results-sidebar #searchspring-summary {
    display: none;
  }
  .search-results-sidebar .searchspring-facet_count {
    display: none;
  }
  .search-results-sidebar .show_more {
    text-align: right;
    width: 65%;
    font-weight: 700;
    position: relative;
    cursor: pointer;
  }
  .search-results-sidebar li.show_more:before {
    content: '';
    display: inline-block;
    width: 50%;
    border-top: 1px solid #ccc;
    float: left;
    margin-top: 8px;
  }
  .search-results-sidebar li.show_more:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: -15px;
    top: 6px;
  }
  .search-results-sidebar li.show_more.show_less:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  /* Search results */

  .search-results {
    float: left;
    width: 75%;
  }
  .search-results #searchspring {
    width: 100%;
  }
  .search-results .article-item {
    text-align: left;
    padding: 10px;
    clear: both;
  }
  .search-results .article-item-front {
    width: 18%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    cursor: pointer;
  }
  .search-results .article-item-back {
    width: 65%;
    display: inline-block;
    cursor: pointer;
  }
  .search-results .article-item-back h3 {
    font-weight: 300;
    font-size: 20px;
    color: #2cbdd9;
    margin-bottom: 5px;
  }
  .search-results .article-item-back p {
    font-size: 13px;
  }
  .search-results .article-item-back .btn-arrow {
    display: none;
  }
  .search-results #searchspring-sorting {
    float: right;
    width: 235px;
    height: 30px;
    background: #eaeaea;
    /* Old browsers */

    background: -moz-linear-gradient(top, #eaeaea 0%, #d3d3d3 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #d3d3d3));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #eaeaea 0%, #d3d3d3 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #eaeaea 0%, #d3d3d3 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #eaeaea 0%, #d3d3d3 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #eaeaea 0%, #d3d3d3 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d3d3d3', GradientType=0);
    /* IE6-9 */

    border: 1px solid #ccc;
  }
  .search-results .article-date {
    margin: 0 0 7px;
    font-size: 13px;
  }
  .search-results #searchspring-sorting select {
    background: none;
    width: 235px;
    height: 30px;
    border: none;
  }
  .search-results #searchspring-search_results {
    margin-top: 10px;
  }
  .search-results #searchspring-options {
    float: left;
    text-align: left;
  }
  .search-results #searchspring-options .total-items {
    font-size: 12px;
    line-height: 30px;
    margin-left: 10px;
  }
  .search-results #searchspring-options h1,
  .search-results #searchspring-options .per-page {
    display: none;
  }
  .search-results .pagination.top {
    display: none;
  }
  .search-results .pagination.bottom {
    height: 50px;
    clear: both;
    margin-left: 10px;
    float: right;
  }
  .search-results .pagination td {
    padding: 0 5px;
  }
  .search-results .searchspring-pageSelect.highlight {
    font-weight: bold;
  }
  @media only screen and (max-width: 768px) {
    .search-results-sidebar {
      display: none;
    }
    .search-results-wrapper {
      padding: 10px;
    }
    .search-results-wrapper .breadcrumbs {
      text-align: center;
    }
    .search-results {
      width: 100%;
    }
    .search-results-wrapper .breadcrumbs {
      font-size: 25px;
      padding: 20px 0;
    }
    .search-results .article-item-back h3 {
      font-size: 16px;
    }
  }
  /* sitemap */

  ul.tree,
  ul.tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  ul.tree ul {
    padding-left: 1em;
    background: url(vline.html) repeat-y;
  }
  ul.tree ul:last-child {
    background: none;
  }
  ul.tree li {
    margin: 0;
    padding: 0 1.2em;
    background: url(node.html) no-repeat;
    line-height: 20px;
    color: #369;
    list-style: inside;
  }
  ul.tree li {
    background: rgba(0, 0, 0, 0) url("node.html") no-repeat scroll 0 0;
    color: #369;
    line-height: 20px;
    list-style: inside none disc;
    margin: 0;
    padding: 0 1.2em;
  }
  ul.tree .main-li {
    font-size: 24px;
    font-weight: bold !important;
    list-style-type: none !important;
  }
  ul.tree .main-li-a {
    font-size: 16px;
    line-height: 32px;
  }
  ul.tree li:nth-last-of-type(1) {
    background: url(lastnode.html) no-repeat;
  }
  /* sitemap */
  /* Consultant Search Page */

  .consultants-search {
    overflow: hidden;
  }
  .consultants-search .breadcrumbs {
    display: none;
  }
  .consultants-search .content-wrapper {
    max-width: 1000px;
  }
  .consultants-search .search-results {
    margin-top: 30px;
  }
  .consultants-search .search-results .grid {
    text-align: left;
  }
  .consultants-search .search-results-sidebar {
    margin-top: 30px;
  }
  .consultants-search .search-results .article-item {
    width: 17%;
    display: inline-block;
    vertical-align: top;
  }
  .consultants-search .search-results .article-item-front {
    width: 100%;
    display: block;
  }
  .consultants-search .search-results .article-item-front h3 {
    display: none;
  }
  .consultants-search .search-results .article-item-back {
    width: 100%;
    display: block;
  }
  .consultants-search .search-results .article-item-back h3 {
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin: 5px 0;
  }
  .consultants-search .inner-container {
    padding: 10px;
    background: #f1f1f0;
    margin: 0 auto;
  }
  /* html institue Image */

  .html_image_first {
    background: none repeat scroll 0 0 yellow;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 23px;
    width: 35%;
    margin-top: 3px;
    margin-right: 20px;
  }
  .html_image_second {
    display: inline-block;
    float: left;
    padding-left: 4%;
    width: 65%;
  }
  @media only screen and (max-width: 800px) {
    .html_image_first {
      margin-bottom: 10px;
    }
    .html_image_second,
    .html_image_first {
      width: 100%;
    }
    .html_image_second {
      padding: 0px;
    }
  }
  .donut_chart {
    padding-bottom: 10px;
  }
  .donut_title {
    background: rgb(225, 226, 228);
    padding: 13px 19px;
  }
  .donut_chart_img_html {
    background-color: rgb(242, 243, 245);
    padding: 15px 12px;
  }
  .donut_chart_img {
    float: left;
    height: 100%;
    max-width: 49%;
    padding-right: 10px;
    width: 100%;
  }
  .donut_chart_html {
    float: left;
    max-width: 47%;
    width: 100%;
  }
  .donut_chart_img .divImg {
    margin: 0px auto;
    vertical-align: middle;
    height: 100%;
    width: 84%;
  }
  .donut_chart_html_heading {
    font-size: 14px;
    font-weight: bold;
  }
  .institute-article-content .donut_chart_html li {
    list-style: none !important;
    padding-bottom: 6px;
  }
  .institute-article-content .donut_chart_html > ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px;
  }
  span.spanColor {
    display: inline-block;
    height: 13px;
    /* margin-right: 6px; */

    width: 13px;
  }
  span.spanSky {
    background-color: rgb(0, 164, 224);
  }
  span.spanPurple {
    background-color: rgb(164, 31, 140);
  }
  span.spanBlue {
    background-color: rgb(11, 47, 121);
  }
  span.spanGreen {
    background-color: rgb(0, 166, 137);
  }
  span.spanRed {
    background-color: rgb(233, 36, 28);
  }
  span.spanlist {
    padding-bottom: 4px;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    padding-left: 3%;
    font-size: 14px;
    line-height: normal;
  }
  .donut_title .donutheading {
    font-size: 14px;
    font-weight: 700;
    padding-top: 4px;
  }
  @media only screen and (max-width: 800px) {
    .donut_chart_img {
      max-width: 100%;
      margin-bottom: 10px;
    }
    .donut_chart_html {
      max-width: 100%;
    }
  }
  /* */

  .add_scroller {
    color: white;
    max-width: 22%;
    opacity: 0.8;
    padding: 10px 20px;
    position: absolute;
    right: 16%;
    top: 56%;
    width: 265px;
    z-index: 999;
    text-align: center;
  }
  .scroller_img_bot {
    padding: 7px 0 0;
    text-align: center;
  }
  .scroller_img_bot > img {
    height: 24px !important;
    width: 24px !important;
  }
  .add_scroller span {
    display: block;
  }
  .real_world_ad {
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
  }
  @media only screen and (min-width: 1200px)and (max-width: 1285px) {
    .ad_content_form {
      top: 40%;
    }
    .real_world_ad {
      font-size: 22px;
    }
  }
  @media only screen and (max-width: 1279px) {
    .add_scroller {
      display: block;
      left: 48%;
      margin-left: -135px;
      max-width: 80%;
      top: 45%;
      width: 271px;
    }
  }
  @media only screen and (min-width: 1900px) {
    .add_scroller {
      right: 20%;
    }
  }
  .scroller_img_bot img {
    cursor: pointer;
  }
  .addlayout .add_template_button a {
    background: none repeat scroll 0 0 #b8b9bc;
    padding: 5px 17px;
    text-align: center;
    color: white;
    font-weight: 800;
  }
  .add_template_button .more:before {
    background: none;
  }
  .add_template_button .more {
    width: 62%;
  }
  @media only screen and (min-width: 700px) {
    .ad_content .ad_type a {
      width: 39% !important;
    }
  }
  @media only screen and (max-width: 640px) {
    .add_template_button a {
      font-size: 12px;
      width: 80% !important
    }
    .addlayout .ad_image:before,
    .addlayout .ad_image:after {
      clear: both;
      content: "";
      display: block;
    }
  }
  @media only screen and (min-width: 500px)and (max-width: 1000px) {
    .addlayout .ad_image {
      float: left;
      text-align: center;
      width: 100%;
    }
    .addlayout .ad_text {
      width: 90%;
      border-left: none;
      text-align: center;
    }
  }
  .addlayout .ad_image > img {
    float: none;
  }
  @media only screen and (max-width: 800px) {
    .real_world_ad {
      font-size: 22px;
    }
    .addlayout .scnd_content .ad_image {
      margin-bottom: 12px;
    }
    .addlayout .scnd_content .ad_image:last-child {
      margin-bottom: 0px;
    }
  }
  /* institue for left aligh css to institue article */

  .ins_author_img {
    display: table-cell;
    width: 14%;
  }
  @media only screen and (max-width: 800px) {
    .ins_author_img {
      width: 21%;
    }
  }
  @media only screen and (max-width: 400px) {
    .ins_author_img {
      width: 30%;
    }
  }
  .ins_author_content {
    border-top: 1px solid #ccc;
    display: table;
    padding-bottom: 12px;
    padding-top: 30px;
    width: 100%;
  }
  .ins_author_detail {
    display: table-cell;
    font-size: 15px;
    vertical-align: middle;
    width: 72%;
  }
  .ins_author_img img {
    height: 72px;
    margin: 0;
    width: 72px;
  }
  *leadership journey */ .article-item-back1 h3 span {
    background: none repeat scroll 0 0 rgba(4, 4, 4, 0.7);
    box-decoration-break: clone;
    color: #fff;
    display: inline;
    max-width: 100%;
    padding: 3px 10px 1px;
  }
  .article-item-back1 h3 {
    position: absolute;
    top: 2px;
  }
  .article-item-back1 {
    position: relative;
  }
  .leadership_journey_cms_view .institute-navigation li.level0.institute-menu:after,
  .leadership-leadership-article .institute-navigation li.level0.institute-menu:after {
    background-color: transparent;
    background-image: url("../images/sprite-institute.png");
    background-position: -76px -67px;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 22px;
  }
  @media only screen and (max-width: 767px) {
    .leadership_journey_cms_view .institute-navigation li.level0.institute-menu:after,
    .leadership-leadership-article .institute-navigation li.level0.institute-menu:after {
      background-image: none !important;
    }
  }
  .title_leadership_popular {
    background: none repeat scroll 0 0 black;
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 12px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
  }
  .institute-navigation.leadership-navigation li.level0.institute-menu {
    width: 292px;
  }
  .institute-article-category.leadership-navigation {
    min-width: 292px;
  }
  @media only screen and (min-width: 767px) {
    .institute-article-category.leadership-article-category {
      min-width: 291px;
    }
  }
  @media only screen and (max-width: 799px) and (min-width: 700px) {
    .institute-navigation.leadership-navigation li.level0.institute-menu {
      width: auto;
    }
    .institute-navigation.leadership-navigation li.level0.institute-menu a.level-top {
      padding-right: 11px;
      padding-left: 11px;
    }
    .institute-article-category.leadership-article-category {
      min-width: 216px;
    }
  }
  @media only screen and (max-width: 767px) {
    .leadership-navigation #nav li.level0,
    #productnav li.level0 {
      width: 94%;
    }
    .institute-navigation.leadership-navigation .sub {
      min-width: auto;
    }
    .mobileview_leadership_nav {
      display: block !important;
    }
  }
  @media only screen and (min-width: 1024px) {
    .leadership-leadership-article .institute-article {
      padding: 0px;
    }
  }
  .sdg-institute-article-aboutus .logo-line {
    display: none;
  }
  .article-item-not_tag {
    top: 5px !important;
  }
  .leadership-leadership-article .video-wrapper {
    padding-top: 0;
  }
  /*-------------Shiwani edits--------------------------------*/

  @media screen and (max-width: 768px) {
    /* .select-wrapper select {
     font-size: 12px!important;
     text-indent: 3px !important;
     } */

     .institute-navigation.leadership-navigation li.level0.institute-menu a.level-top {
      font-size: 14px !important;
    }
    .institute-article-category.leadership-article-category {
      min-width: 250px !important;
    }
    .institute-navigation.leadership-navigation li.level0.institute-menu {
      width: 250px !important;
    }
  }
  @media only screen and (max-width: 800px) {
    /* .select-wrapper select {
     font-size: 12px!important;
     text-indent: 3px !important;
     } */

     .institute-navigation.leadership-navigation li.level0.institute-menu {
      width: 260px;
    }
    .institute-navigation.leadership-navigation li.level0.institute-menu a.level-top {
      font-size: 14px;
    }
    .institute-article-category.leadership-article-category {
      min-width: 260px;
    }
  }
  @media only screen and (max-width: 1025px) and (min-width: 767px) {
    .institute-navigation.leadership-navigation li.level0 a.level-top {
      font-size: 14px !important;
    }
  }
  .leadership-leadership-index .institute-slideshow-nav .btn-next,
  .leadership-leadership-index .institute-slideshow-nav .btn-prev {
    display: none;
  }
  .leadership-leadership-article .institute-article-content-container {
    margin-bottom: 20px;
  }
  .buyThebook {
    text-align: center;
    width: 100%;
  }
  .buyThebook img {
    height: 200px;
    width: 400px;
    max-width: 100%;
    cursor: pointer;
  }
  .leadership-leadership-article .article-item-small-content {
    min-height: 138px;
  }
  .cms-home .marquee-header-text h1 {
    font-size: 39px;
    color: white;
    font-weight: bold;
  }
  .cms-home .marquee-header-text h4 {
    font-size: 18px;
    color: white;
    font-weight: bold;
  }
  /* already exist 3666*/

  @media screen and (min-width: 1025px) {
    .cms-home .video_for_mobile {
      max-width: 100%;
      margin-top: -10px;
    }
  }
  @media screen and (min-width: 1900px) {
    .cms-home .video_for_mobile {
      max-width: 100%;
      margin-top: -120px;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    .cms-home .video_home_text-button {
      top: 55%;
    }
    .cms-home .marquee-header-text h1 {
      font-size: 23px;
    }
    .cms-home .marquee-header-text h4 {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 766px) {
    .cms-home .marquee-header-text h1 {
      font-size: 18px;
    }
    .cms-home .marquee-header-text h4 {
      font-size: 15px;
    }
  }
  .cms-home .video_home_background {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    z-index: 1;
  }
  .cms-careers-overview .cta-find-consultant a span,
  .cms-korn-ferry-executive-recruitment .cta-find-consultant a span,
  .cms-leadership-and-talent-consulting .cta-find-consultant a span {
    margin-left: 13px;
    margin-right: 8px;
    padding: 3px 0;
    height: auto !important;
    background: rgba(0, 0, 0, 0) url("../images/cta-right.png") no-repeat scroll right center;
  }
  .cms-careers-overview .cta-find-consultant a,
  .cms-korn-ferry-executive-recruitment .cta-find-consultant a,
  .cms-leadership-and-talent-consulting .cta-find-consultant a {
    font-size: 15px;
  }
  .cms-careers-overview .join-our-community-blk,
  .cms-futurestep-careers .join-our-community-blk {
    display: none !important;
  }
  .cms-careers-overview .careers-overview,
  .cms-korn-ferry-executive-recruitment .korn-ferry-executive-recruitment,
  .cms-leadership-and-talent-consulting .leadership-and-talent-consulting {
    display: block !important;
  }
  /* SD-1640 */

  body {
    padding-top: 65px;
    background-color: #FFF;
  }

  body .col-main {
    min-height: 0;
    padding: 0;
  }
  body .main {
    margin: 52px 30px 30px;
  }
  body .col-main-new {
    padding: 0;
  }
  .col-main-new {
    min-height: 0;
    padding: 0 25px 25px;
  }

  @media only screen and (min-width: 768px) {
    .col-main-new {
     min-height: 0;
     padding: 0 35px 35px;
   }

   body .main {
    margin: 56px 30px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  body .main {
    margin: 52px 0px 30px;
  }
}

.main-navigation {
 position: fixed;
 top: 65px;
 width: 100%;
 background: #fff;
 z-index: 100;

}
.main-navigation {
 position: fixed;
 top: 65px;
 width: 100%;
 background: #fff;
 z-index: 100;
}
@media only screen and (max-width: 480px) {
 .main-navigation {
  top: 45px;
}
}
@media only screen and (min-width: 768px) {
 .main-navigation {
   left: 30px;
   right: 30px;
   width: auto;
 }
 .leadership-main-navigation.main-navigation {
   left: 0px;
   right: 0px;
   width: 100%;
 }
}
.header-new { 
  background-color:#ffc433;
  color: #FFF;
  max-height: 65px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 110;
}

@media only screen and (max-width: 767px) {
  body .main {
    margin: 22px 18px 15px;
  }
  .cms-home .main {
    margin: 22px 18px;
  }
  .main-navigation {
    top: 45px;
  }
}
.logo-new {
  float: left;
  margin-top: 10px;
  margin-left: 30px;
}
.logo-kfi {
  margin-top: 12px;
  width: 125px;
}
.logo-kfi img {
  max-height: 40px;
}
.logo-futurestep {
    display: none;
    margin-top: 5px;
}
.logo-futurestep img {
    max-height: 65px;
}
.cms-futurestep .logo-futurestep {
    display: block;
}
.cms-futurestep .logo {
    display: none;
}
.menu-content {
  display: none;
}
.header-new * {
  box-sizing: border-box;
}
.search-new1{padding-top:20px; text-align:left; padding-left:40px;}
.search-new1 a{color:#fff; font-size:13px; background: url("../images/em.png")no-repeat left; padding-left:27px; text-transform:none;}
.search-new {
  background-color:#190d12;
  position: relative;
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  float: right;
  padding: 0 70px 0 10px;
  min-height: 65px;
}
.search-new form {
  padding-left: 16px;
  position: relative;
  display: block;
  margin-top: 20px;
  width: 100%;
}
.search-new input[type="text"] {
  border: none;
  border-bottom: 1px solid #347c6b;
  font-size: 14px;
  color: #FFF;
  padding: 6px 12px 6px 0;
  background-color: transparent;
  width: 100%;
  line-height: normal;
}
.search-new .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  z-index: 10;
}
.search-new button {
  transition: all 300ms ease-in;
}
.search-new input[type="text"]::-webkit-input-placeholder {
  color: #FFF;
  font-weight: 400;
  opacity: 1;
}
.search-new input[type="text"]:-moz-placeholder {
  /* Firefox 18- */

  color: #FFF;
  font-weight: 400;
  opacity: 1;
}
.search-new input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #FFF;
  font-weight: 400;
  opacity: 1;
}
.search-new input[type="text"]:-ms-input-placeholder {
  color: #FFF;
  font-weight: 400;
  opacity: 1;
}
.search-new:before {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  display: block;
  width: 60px;
  height: 65px;
  background-color:#190d12;
  -webkit-transform: skew(-34deg);
  -ms-transform: skew(-34deg);
  transform: skew(-34deg);
}
.search-new .search-btn-phone {
  display: none;
}
/* hamburger icon */

.nav-toggle {
  float: left;
  height: 65px;
  width: 96px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  border-right: 1px solid #c8c2bb;
}
.nav-toggle .toggle-label {
  font-size: 15px;
  position: absolute;
  display: block;
  -webkit-transform: translate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0, 0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav-toggle .toggle-label-closed {
  opacity: 0;
  visibility: hidden;
}
.nav-toggle .toggle-label-open {
  opacity: 1;
  visibility: visible;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .toggle-label-closed {
  opacity: 1;
  visibility: visible;
}
.nav-toggle.active .toggle-label-open {
  opacity: 0;
  visibility: hidden;
}
.hamburger {
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 32px;
  display: block;
  width: auto;
  border: 0;
  cursor: pointer;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  display: block;
}
.hamburger span,
.hamburger span:before,
.hamburger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 1px;
  cursor: pointer;
  background: #FFF;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .hamburger span,
  .hamburger span:before,
  .hamburger span:after {
    width: 34px;
  }
}
.hamburger span:before {
  top: -6px;
}
@media only screen and (min-width: 768px) {
  .hamburger span:before {
    top: -7px;
  }
}
.hamburger span:after {
  top: 6px;
}
@media only screen and (min-width: 768px) {
  .hamburger span:after {
    top: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .search-new {
    max-width: 344px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 45px;
  }
  .header-new {
    min-height: 45px;
  }
  .search-new {
    top: 0;
    min-height: 45px;
    z-index: -1;
    padding: 0;
    right: 0;
    left: 0;
    max-width: none;
    position: absolute;
    background-color: transparent;
  }
  .search-new:before {
    content: none;
  }
  .search-new .search-close {
    color: #FFF;
    height: 45px;
    display: none;
  }
  .search-wrap {
    background-color:#190d12;
    min-height: 45px;
    opacity: 0;
    visibility: hidden;
    top: 46px;
    position: relative;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .search-new form {
    padding: 3px 10px 0;
    margin: 0;
    width: auto;
  }
  .search-new .search-down {
    top: 0;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .search-new input[type="text"] {
    padding: 12px 12px 6px 0;
  }
  .search-new button {
    right: 0;
    top: -46px;
    background: none;
    border: none;
    padding: 12px;
    background: #23715E;
  }
  .logo-new {
    margin-top: 6px;
    margin-left: 10px;
  }
  .logo-new img {
    width: 170px;
  }
  .logo-new.logo-kfi img {
   width: 103px;
 }
 .nav-toggle {
  height: 45px;
  width: 55px;
}
.hamburger {
  top: 22px;
  left: 14px;
}
.search-new button:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  display: block;
  width: 30px;
  height: 45px;
  background-color:#190d12;
  -webkit-transform: skew(-34deg);
  -ms-transform: skew(-34deg);
  transform: skew(-34deg);
}
.search-new.opened .search-btn {
  top: 0;
  position: absolute;
  right: 6px;
}
.search-new.opened .search-close {
  display: block;
}
.search-new.opened .search-wrap {
  opacity: 1;
  visibility: visible;
}
.search-new .search-btn-phone {
  position: absolute;
  top: 0;
  display: block;
  text-indent: -9999px;
  width: 55px;
  height: 45px;
  background: url('../images/em.png');
  background-color:#190d12;
  background-repeat: no-repeat;
  background-size: 21px 14px;
  padding:7px 0;
  background-position: 50% 50%;
  padding: 0;
}
.search-new.opened .search-btn-phone {
  background-image: url('../images/em.png');
}
.search-new .search-btn:before {
  content: none;
}
}
/* slide menu */

.slide-menu {
  text-align: center;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.slide-menu li {
  display: inline-block;
}
.slide-menu a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 17px 40px 17px 40px;
  display: inline-block;
  background-color: #FFF;
  font-weight: 500;
}
.slide-menu a span {
  padding-bottom: 5px;
  border-bottom: 1px solid #FFF;
  transition: all 200ms ease-in;
  position: relative;
}
.slide-menu a span:after {
  content: "";
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  width: 0;
    transition: all 300ms ease-in;
}
.slide-menu a.active span:after {
  content: "";
  background-color: #106550;
  width: 100%;
}
}
/* menu */

.navigation {
  width: 100%;
  float: left;
  overflow: hidden;
  min-height: 49px;
  margin-bottom: 18px;
  color: #FFF;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
.navigation a {
  color: #FFF;
  display: block;
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  margin-left: -370px;
  bottom: 0;
  z-index: 110;
  width: 370px;
  height: 100%;
  top: 0;
  background-color: #181614;
  padding: 0;
}
.navigation .inner {
  overflow: auto;
  max-height: 100%;
}
.header-new,
.main,
.footer-container-new,
.nav-toggle-overlay,
.navigation,
.main-navigation {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.nav-toggle-overlay {
  position: fixed;
  z-index: 100;
  top: 26px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-exposed {
  overflow: hidden;
  width: 100%;
}
.nav-exposed .navigation {
  margin-left: 0;
}
.nav-exposed .main-navigation,
.nav-exposed .header-new,
.nav-exposed .main,
.nav-exposed .footer-container-new,
.nav-exposed .nav-toggle-overlay {
  margin-left: 370px;
  margin-right: -370px;
}
.nav-exposed .nav-toggle-overlay {
  display: block;
}
.csstransforms3d .navigation {
  -webkit-transform: translate3d(-370px, 0, 0);
  transform: translate3d(-370px, 0, 0);
  margin: 0;
}
.csstransforms3d .nav-exposed .navigation {
  margin-left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.csstransforms3d .nav-exposed .header-new,
.csstransforms3d .nav-exposed .main,
.csstransforms3d .nav-exposed .footer-container-new,
.csstransforms3d .nav-exposed .nav-toggle-overlay {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate3d(370px, 0, 0);
  transform: translate3d(370px, 0, 0);
}
@media only screen and (max-width: 370px) {
  .navigation {
    width: 100%;
  }
}
.navigation-header {
  border-bottom: 1px solid #302826;
  min-height: 64px;
}
.btn-close {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 97px;
  height: 64px;
  background: url('../images/close-nav.png');
  background-image: url('../images/close-nav.svg');
  background-color: #181614;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 50% 50%;
  padding: 0;
  border: 0;
  border-right: 1px solid #302826;
}
.inner-wrap {
  text-align: left;
  padding: 8px 20px 200px;
}
.menu-open {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2.8px;
  font-size: 14px;
  position: relative;
}
.parent .menu-open:after,
.parent .menu-open:before {
  content: "";
  position: absolute;
  right: 10px;
  background-color: #FFF;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.parent .menu-open:after {
  width: 13px;
  height: 1px;
  top: 6px;
}
.parent .menu-open:before {
  width: 1px;
  height: 13px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 6px;
  opacity: 1;
}
.parent .menu-open.active:before {
  opacity: 0;
}
.menu-content {
  padding-top: 12px;
}
.menu-content a {
  font-size: 13px;
  padding: 2px 0;
  display: block;
}
.social-media {
  float: right;
}
.main-nav .about-us-menu {
  border: 0;
  margin-top: 14px;
}
.about-us-menu > a {
  display: none !important;
}
.main-nav li {
  border-bottom: 1px solid #302826;
  padding: 12px 0;
}
.link a,
.sub-sections p > a,
.level2,
.about-us-menu a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2.4px;
  font-size: 12px;
  color: #949494;
  display: block;
  padding: 8px 0;
}
.level2 {
  cursor: pointer;
}

.level3 a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: white;
}
.sub-pages.industry-sub  {
  margin: 15px 0;
}
.sub-pages .level3 {
  margin-left: 10px;
}
.about-us-menu a:hover {
  color: #FFF;
}
.menu-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  font-size: 11px;
  color: #949494;
  background-color: #181614;
}
.menu-bottom a {
  color: #949494;
}
.menu-bottom .copy a {
  display: inline-block;
}
.menu-bottom .language-selector {
  float: left;
  position: relative;
  cursor: pointer;
}
.menu-bottom .language-selector .current {
  padding-left: 26px;
}
.menu-lang {
  border-top: 1px solid #302826;
  border-bottom: 1px solid #302826;
  padding: 12px 0;
  margin-bottom: 18px;
  position: relative;
}
.menu-lang-list:after,
.menu-lang-list:before {
  top: 100%;
  left: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.menu-lang-list:after {
  border-color: rgba(24, 22, 20, 0);
  border-top-color: #181614;
  border-width: 6px;
  margin-left: -6px;
}
.menu-lang-list:before {
  border-color: rgba(48, 40, 38, 0);
  border-top-color: #302826;
  border-width: 7px;
  margin-left: -7px;
}
.menu-lang-list {
  background: #181614;
  position: absolute;
  bottom: 0;
  margin-bottom: 26px;
  border: 1px solid #302826;
  padding: 15px 20px;
}
.menu-lang-list li {
  padding: 6px 0;
}
.menu-lang-list a {
  display: block;
  position: relative;
  padding-left: 26px;
}
.language-selector span:after {
  content: "";
  background-image: url('../images/flags1.png');
  background-repeat: no-repeat;
  background-position: -5px 0;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 100%;
}
.menu-lang-list .selected {
  display: none;
}
.store-default span:after {
  background-position: -5px 0;
}
.store-chinese span:after {
  background-position: -24px 0;
}
.store-japanese span:after {
  background-position: -51px 0;
}
.store-korean span:after {
  background-position: -75px 0;
}
.store-french span:after {
  background-position: -99px 0;
}
.store-spanish span:after {
  background-position: -121px 0;
}
.store-german span:after {
  background-position: -148px 0;
}
.store-portuguese span:after {
  background-position: -195px 0;
}
.copy-links {
  float: right;
}
@media only screen and (max-width: 370px) {
  .copy-links {
    float: left;
    width: 100%;
    margin-top: 4px;
  }
}
.copy-links a {
  border-left: 1px solid #949494;
  padding: 0 8px;
}
.copy-links a:first-child {
  border-left: none;
  padding-left: 0;
}
.icon-soc-fb {
  background-image: url('../images/icons.svg');
  background-position: 0 0;
  background-repeat: no-repeat
}
.icon-soc-fb-dims {
  width: 7px;
  height: 14px
}
.icon-soc-li {
  background-image: url('../images/icons.svg');
  background-position: 0 -14px;
  background-repeat: no-repeat
}
.icon-soc-li-dims {
  width: 14px;
  height: 12px
}
.icon-soc-tw {
  background-image: url('../images/icons.svg');
  background-position: 0 -26px;
  background-repeat: no-repeat
}
.icon-soc-tw-dims {
  width: 18px;
  height: 12px
}
.icon-soc-yt {
  background-image: url(' ../images/icons.svg');
  background-position: 0 -38px;
  background-repeat: no-repeat
}
.icon-soc-yt-dims {
  width: 16px;
  height: 11px
}
.social-media {
  position: relative;
  top: -3px;
}
.social-media a {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.social-media li {
  float: left;
  padding: 0 0 0 15px;
}
.footer-container-new .social-media li {
  padding: 0 0 0 20px;
}
.footer-container-new .copyright .copy {
  float: left;
}

.footer-container-new .copyright a {
  display: inline-block;
  margin: 0 10px;
}
.footer-container-new .copyright a:first-child {
  margin-left: 15px;
}
.footer-container-new {
  background: #f9f9f9;
  text-align: left;
  border-top: 1px solid #ececec;
  padding: 16px 24px;
  font-size: 12px;
  box-sizing: border-box;

  // position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer-container-new a {
  text-decoration: none;
}
.footer-container-new * {
  color: #000;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 560px) {
/*  body {
    margin: 0 0 113px;
  }*/
  .search-new1{padding-top:12px;}
  .footer-container-new {
    text-align: center;
  }
  .footer-container-new ul {
    float: none;
    text-align: center;
    display: inline-block;
    margin-top: 16px;
    border-top: 1px solid #ECECEC;
    padding-top: 10px;
    width: 100%;
  }
  .footer-container-new .copyright .copy {
    float: none;
  }
  .footer-container-new .social-media li {
    padding: 0 10px;
    float: none;
    display: inline-block;
  }
  .footer-container-new .copyright span a:first-child {
    margin-left: 0;
  }
  .footer-container-new .copyright span {
    width: 100%;
    float: left;
    margin-top: 5px;
  }
}
/* loading */
.loading {
  position: relative;
}
.loading:before {
  content: ' ';
  z-index: 10;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  background-image: url("../images/loading.svg");
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: 50px 50px;
  border-radius: 100%;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  backface-visibility: hidden;
}
/* home page carousel */
.home-carousel {
  margin: 0 auto;
}

.home-carousel * {
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
}

/* Slider */
.slick-slider
{
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}
.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide a img {
    transition: opacity 0.3s ease-in-out;
}

.slick-slide a:hover img {
    opacity: 0.8;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 65%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  margin: 0 auto;
  content: '';
  width: 11px;
  height: 17px;
  background-repeat: no-repeat;
}
.slick-prev {
  left: -35px;
}
.slick-prev:before {
  background-image: url(../images/arrow-gray-left.svg);
}
.slick-next {
  right: -35px;
}
.slick-next:before {
  background-image: url(../images/arrow-gray-right.svg);
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateY(-50%) translateZ(0) scale(1.0, 1.0);
  transform: translateY(-50%) translateZ(0) scale(1.0, 1.0);
}
.slick-dots li {
  margin: 42px 0;
}
.slick-dots button {
  background: transparent;
  border: 0;
  color: #FFF;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  font-weight: 300;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0) scale(1.0, 1.0);
}
.slick-active button {
  border-bottom: 1px solid #FFF;
}
.home-carousel .left {
  width: 40%;
  float: left;
  background-image: url('../images/up-arrow-line.svg'), url('../images/up-arrow-arrow.svg');
  background-repeat: no-repeat;
  background-position: right top, right 18px;
  height: 96%;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 66px;
}
.home-carousel .right {
  width:60%;
  float: left;
  height: 100%;
  box-sizing: border-box;
  padding-top: 194px;
  padding-left: 20px;
}
.slider-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-right: 120px;
  margin-top: 44px;
  max-width: 620px;
}
.slider-wrap h3 {
  font-size: 136px;
  font-weight: 700;
  letter-spacing: -8px;
}
.slider-wrap h2 {
  font-size: 26px;
  font-weight: 500;
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
}
.slide-up {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
  text-align: left;
}
.home-carousel-button {
  background-color: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 11px 20px;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
}

.slick-active .slide-up {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .home-carousel .left {
    background-image: url('../images/up-arrow.png')
  }
}

@media only screen and (max-width: 1024px) {
  .home-carousel .right {
    padding-top: 60px;
  }
  .slide-menu a {
   font-size: 12px;
   padding: 20px 20px;
 }
 .slider-wrap {
  margin-top: 44px;
}
.home-carousel .right {
  max-width: 360px;
}
.home-carousel .left {
  background-position: right -134px, right 0;
  height: 90%;
  padding-top: 0;
}
}
@media only screen and (min-width: 768px) {
  /*padding-top: 54px;*/
}
@media only screen and (max-width: 767px) {
  .home-carousel .right {
    padding: 0 20px 0;
    max-width: none;
    width: 100%;
  }
  .home-carousel .left {
    padding-top: 26px;
    padding-right: 54px;
    background-image: url('../images/up-arrow-phone.png');
    background-position: calc(100% - 30px) 0;
    background-size: 11px 230px;
    width: 100%;
    height: auto;
    min-height: 220px;
  }
  .home-carousel .video-wrapper {
    display: none;
  }

  .home-carousel {
    margin: 0;
  }
  .slider-wrap {
    margin-right: 0;
    margin-top: 20px;
  }
  .slider-wrap h2 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .home-carousel-button {
    font-size: 12px;
    padding: 8px 12px;
    margin-top: 5px;
  }
  .slider-wrap h3 {
    font-size: 88px;
    letter-spacing: -5px;
  }

  .slide-menu a {
    font-size: 12px;
    padding: 17px 8px;
  }
  .cms-home .main-navigation {
   position: static;
   display: none;
 }
 .cms-home .phone-only .main-navigation {
   display: block;
 }
 .cms-home #menu-open {
   display: none;
 }
 .cms-home .slide-menu {
   text-align: left;
 }
 .cms-home .slide-menu li {
   border-bottom: 1px solid #ebebeb;
 }
 .cms-home .slide-menu a {
  padding: 17px 20px;
  font-weight: 300;
}

.slide-menu li, .slide-menu a {
  display: block;
}
.slick-dots li {
  margin: 15px 0;
}
.slick-dots {
  right: 9px;
  top: 28px;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0) scale(1.0, 1.0);
}
.cms-page-view .main-navigation {
  display: none;
}
.leadership-leadership-article.cms-page-view .main-navigation {display: block;}
}
/* lazy load */
.desktop-lazy,
.desktop-and-tablet-lazy,
.mobile-lazy,
.tablet-lazy,
.phone-lazy,
.lazy,
.owl-lazy {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.view-more-loading {
  text-align: center;
}
.view-more-loading .loading {
  padding: 35px 0 10px 0;
}
.view-more-loading .loading:before {
  top: 0;
  margin-top: 0;
  margin-bottom: 40px;
}
.hide,
.no-display {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tablet-only,
  .hide-phone,
  .desktop-and-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .hide-small-phone {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-mobile,
  .desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .phone-only {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.leadership-leadership-index .phone-only,
  .leadership-leadership-article .phone-only {
    display: inline-block !important;
  }
  .leadership-leadership-index .slide-menu li,
  .leadership-leadership-article .slide-menu li {
	  display:block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .mobile-only,
  .tablet-only,
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .huge-only {
    display: none !important;
  }
}
/* landing pages common */
.landing-wrap {
  position: relative;
}
.landing-col {
  max-width: 1090px;
  margin: 0 auto 60px;
  text-align: left;
}
.landing-marquee-text {
 position: absolute;
 top: 0;
 right: 0;
 text-align: left;
 padding: 25px;
 -webkit-transition: all 500ms ease-in-out;
 transition: all 500ms ease-in-out;
}

@media only screen and (min-width: 768px) {
  .landing-marquee-text {
   margin-top: -60px;
 }
 .slick-active .landing-marquee-text {
  margin-top: 0;
}
}
.landing-marquee-text h2,
.landing-marquee-text h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  color: #FFF;
  font-weight: 500;
  line-height: 1.1;
}
.landing-marquee-text p {
  font-size: 13px;
  color: #FFF;
  line-height: 1.3;
}

.landing-left.landing-img {
  text-align: center;
}
.landing-right.landing-img {
  text-align: center;
}
.landing-content {
  padding: 20px 0;
}
.landing-content h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.landing-content p {
  font-size: 14px;
  margin: 22px 0 0 0;
}
.landing-content a {
  font-size: 13px;
  color: #106550;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  margin-top: 20px;
  padding-right: 30px;
}
.landing-content span {
  color: #106550;
  font-weight: 500;
  margin: 0 20px 0 10px;
  font-size: 15px;
}
.landing-content a:after {
  content: "";
  position: absolute;
  background: url('../images/arrow-right.svg') 50% 50% no-repeat;
  width: 9px;
  height: 14px;
  margin: 1px 0 0 13px;
}
.landing-content-wrap img {
  width: auto;
  max-width: 100%;
}
.landing-content-wrap {
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.landing-wrap {
  margin: 0 0 40px;
}
.landing-content h3 {
  color: #919191;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .landing-wrap {
    margin: 0 0 64px;
  }
  .landing-marquee-text {
   position: absolute;
   top: 50%;
   right: 0;
   max-width: 360px;
   text-align: left;
   transform: translateY(-50%);
   margin: 0 40px 0 0;
   padding: 0;
 }
 .landing-marquee-ir {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 36.35%;
}
.landing-content a:after {
  margin: 3px 0 0 13px;
}
.landing-content {
  padding: 0;
}
.landing-right .landing-wrapper {
  padding: 0 30px;
}
.landing-left .landing-wrapper {
  padding: 0 30px;
}
.landing-left.landing-img {
  text-align: right;
}
.landing-right.landing-img {
  text-align: left;
}
.landing-content-wrap {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 42.148%;
  max-width: none;
  margin-bottom: 40px;
}
.landing-content {
  position: absolute;
  top: 42px;
  width: 50%;
}
.landing-right {
  padding: 0;
  width: 50%;
}
.landing-left {
  position: absolute;
  right: 0;
  width: 50%;
}
.landing-content h2 {
  font-size: 25px;
  line-height: 1;
}
.landing-content h3 {
  font-size: 16px;
}
.landing-content p {
  font-size: 18px;
}
.landing-content a {
  font-size: 16px;
  margin-top: 40px;
}
}
@media only screen and (min-width: 1025px) {
  .landing-marquee-text {
   top: 50%;
   right: 0;
   max-width: 550px;
   text-align: left;
   transform: translateY(-50%);
   margin: -2% 80px 0 0;
   padding: 0;
 }
 .cms-hay-group .landing-marquee-text {
  max-width: 620px;
  margin: -2% 180px 0 0;
}
.cms-futurestep-page .landing-marquee-text {
  max-width: 560px;
  margin: -2% 220px 0 0;
}
.landing-marquee-text h2,
.landing-marquee-text h1 {
  font-size: 36px;
}
.landing-marquee-text p {
  font-size: 16px;
}
.landing-right .landing-wrapper {
  padding-right: 30px;
  padding-left: 0;
}
.landing-left .landing-wrapper {
  padding-left: 30px;
  padding-right: 0;
}

.landing-col {
  padding: 0 35px;
}
.landing-content h2 {
  font-size: 40px;
  line-height: 1;
}
.landing-content p {
  font-size: 20px;
}
.landing-content a {
  font-size: 16px;
  margin-top: 60px;
}
}
@media only screen and (max-width: 767px) {
  .landing-marquee-ir {
    max-height: 360px;
    position: relative;
    overflow: hidden;
  }

  .menu-small {
   padding-bottom: 10px;
 }
}
/* executive search landing page */
.cms-executive-search .site-marquee, .cms-haygroup .site-marquee, .cms-futurestep .site-marquee {
  display: none;
}
.cms-executive-search .content-wrapper , .cms-hay-group .content-wrapper, .cms-haygroup .content-wrapper , .cms-futurestep .content-wrapper {
  max-width: none;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

@media only screen and (min-width: 1025px) {
  .menu-small {
    display: block !important;
    padding-bottom: 0;
  }
}
.btn-menu-small {
  border: 0;
  background: 0;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 10px;
  letter-spacing: 1.4px;
  position: relative;
  font-weight: 500;
}

#nav-icon3 {
  width: 16px;
  height: 16px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-transform: translateX(-22px);
  -moz-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  transform: translateX(-22px);
  top: 14px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 4px;
}

#nav-icon3 span:nth-child(4) {
  top: 8px;
}

.btn-menu-small.active  #nav-icon3 span:nth-child(1) {
  top: 4px;
  width: 0%;
  left: 50%;
}

.btn-menu-small.active #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-menu-small.active #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-menu-small.active #nav-icon3 span:nth-child(4) {
  top: 4px;
  width: 0%;
  left: 50%;
}
.vimeoPosition {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.vimeoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.vimeoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-video img {
  z-index: 10;
  position: absolute;
}
.slide-video {
  z-index: 10;
  position: relative;
}
.slide-up {
  position: relative;
}
.video-wrapper {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 20;
  background-color: #000;
  margin-bottom: 5px;
}
.video-wrap {
  position: relative;
  z-index: 20;
}
.video-wrap:after {
  content: "";
  background-image: url('../images/play.svg');
  width: 48px;
  height: 51px;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-video .right {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .video-wrapper {
    margin-bottom: 32px;
  }
  .slider-video .right {
    padding-top: 110px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slider-video .right {
    padding-top: 0;
  }
  .slider-wrap h2 {
    font-size: 22px;
  }
}
.cms-about-us .about-us-marquee .nav-container {
	display:none;
}

/* Future Step */
.cms-futurestep .modal-futurestep {
	background: white;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 430px;
	height: auto;
	margin-top: -100px;
	margin-left: -215px;
	z-index: 101;
	display: none;
	padding: 40px 30px;
}
.cms-futurestep .modal-futurestep.modal--visible {
	display: block;
}
.cms-futurestep .modal__overlay {
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}
.cms-futurestep .modal__overlay.modal--visible {
	display: block;
}
.cms-futurestep .modal__close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	border: none;
	background: none;
}

/* leadership-team-page*/

.cms-leadership-team-layout #tabs > li:last-child {
  border-right: 0px;
}
 .about-us-marquee.leadership-team-marquee {
   background: url('../images/Leadership-Team-Banner.jpg') no-repeat;
 }
.cms-leadership-team-layout ul#tabs {
    display:table;
    padding: 0;
    text-align: center;margin-bottom:0px;width:100%;
}
.cms-leadership-team-layout ul#tabs li a{color:white;}
.cms-leadership-team-layout ul#tabs li {
  border-right-width: 8px;
  border-right-color: white;
  border-right-style: solid;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-size: 16px;
  padding-bottom: 13px;font-weight:600;
  padding-top: 13px;background-color:rgb(119,189,30);
}
.cms-leadership-team-layout ul#tabs li:last-child {
padding-right: 0px;
}
.cms-leadership-team-layout ul#tabs li:hover {
    background-color: rgb(16, 101, 80);
}
.cms-leadership-team-layout ul#tabs li.active {
    background-color: rgb(16, 101, 80);
}
.cms-leadership-team-layout ul#tab {
    list-style-type: none;
    margin: 0;width: 100%;
    padding: 0;background-color:rgb(16,101,80);padding-top:50px;/* padding-bottom:39px; */
}
.cms-leadership-team-layout ul#tab li {
    display: none; margin-top:0px;
}
.cms-leadership-team-layout ul#tab li.active {
    display: block; margin-left: auto !important;
    margin-right: auto !important; margin:0px;
    width: 90%;
}
.cms-leadership-team-layout .info .consultant-name,
.cms-leadership-team-layout .info .position,
.cms-leadership-team-layout  .no-results{
	color:white;
}
.cms-leadership-team-layout .no-results{font-size:17px !important;}
.cms-leadership-team-layout .leadership-team-title{padding-top:25px;}
.leadership-tabs {
  border-left-color: rgb(119, 189, 30);
  border-left-style: solid;
  border-left-width: 10px;
}
@media only screen and (min-width: 1550px){
/* .cms-leadership-team-layout ul#tabs li {font-size:21px;}*/
.cms-about-us.cms-leadership-team-layout .team-set .consultant {
  min-height: 465px;
}
.leadership-team-sidebar .cta-find-consultant a {
  font-size: 30px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 33%;
  padding-top: 20px;
  text-transform: none;
}
.cms-about-us.cms-leadership-team-layout .content-wrapper {
	max-width:1615px;
}
}
@media only screen and (min-width: 1024px)and (max-width: 1550px) {
.cms-about-us.cms-leadership-team-layout .content-wrapper {
  padding-left: 4%;
  padding-right: 4%;
}
}
.press-index-index .cta-find-consultant a span,
.event-index-index .cta-find-consultant a span,
.cms-about-us.cms-leadership-team-layout .cta-find-consultant a span{
	background-image:none;
}
.page-links.leadership-team-page-links {
  background-color: rgb(16, 101, 80);
}
.press-index-index .cta-find-consultant a,
.event-index-index .cta-find-consultant a,
.cms-about-us.cms-leadership-team-layout .cta-find-consultant a{background-color:#01aebc;color:white;text-transform:none;}
.cms-about-us.cms-leadership-team-layout .leadership-team-page-links .go-link span strong {
  color: white !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 30px;
}
@media only screen and (min-width: 768px){
.cms-about-us.cms-leadership-team-layout .team-set .consultant{min-height:365px;}
.cms-about-us.cms-leadership-team-layout .leadership-team-sidebar{padding-top:65px;}
}
@media only screen and (min-width: 767px) and (max-width: 801px){
	.press-index-index .cta-find-consultant a span,
.event-index-index .cta-find-consultant a span,
	.cms-about-us.cms-leadership-team-layout .cta-find-consultant a span{
	background-image:none;
}
}
@media only screen and (min-width: 1550px){

.cms-about-us.cms-leadership-team-layout .team-set .consultant {
  min-height: 465px;
}
.leadership-team-sidebar .cta-find-consultant a span {
  font-weight: 600;
  height: auto;
  line-height: 30px;
}
}
@media only screen and (max-width: 801px) {
.cms-leadership-team-layout ul#tabs li {
  background-color: rgb(119, 189, 30);
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 17px;
  margin-left: 1px;
  margin-right: 0;
  padding-bottom: 13px;
  padding-top: 13px;margin-top:0px;
}
.cms-leadership-team-layout #tabs > li{display:block;}
}
.sub-sections-contact .link > a {
background-image: url("../images/email-icon-contact.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 21px;
}
.sub-sections-contact .link > a:hover{
  background-image: url("../images/email-icon-contact-white.png");
}
.leadership-team-sidebar .cta-find-consultant a span {
  text-transform:initial;
}
.press-index-index .side-nav li a,
.event-index-index .side-nav li a,
.cms-leadership-team-layout .side-nav li a {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #efefef;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-left-color: #568e30;
  border-left-style: solid;
  border-left-width: 5px;
  color: #007da4;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: linear;
  width: 100%;
}
.leadership-team-sidebar .cta-find-consultant a span {
  text-transform:initial;
}
.press-index-index .side-nav li,
.event-index-index .side-nav li,
.cms-leadership-team-layout .side-nav li {
  text-align: left;
}
.press-index-index .side-nav,
.event-index-index .side-nav,
.cms-leadership-team-layout .side-nav, .side-nav * {
  box-sizing: border-box;
}
.cms-leadership-team-layout .side-nav, .side-nav * {
  box-sizing: border-box;
}
.cms-leadership-team-layout .side-nav, .side-nav * {
  box-sizing: border-box;
}
/* leadership-team-page ends here*/


/*** CSS for institute Marketo subscription form ***/

.subscription-form-institute .cf {
	margin:10px auto 5px;
	width:100%;
	background: #c7c7c7;
	padding: 10px;
	text-align: left;
	color:#fff;
}

.subscription-form-institute .cf h1{
	font-size:35px;
	text-transform: uppercase;
}

.institute-left {
	float:left;
	width:50%;
	padding: 4px 0 0 0;
}

.institute-right {
	float:left;
	width:48%;
	padding: 15px 0 1px 0;
}

.institute-left div{
	font-size:14px;
	font-weight: bold;
}

.institute-right .subscription-form h2 {
  color: #fff;
  font-size: 15px;
  padding-bottom: 10px;
}
.subscription-form h2 {
    font-size: 15px;
    text-align: left;
    line-height: 1.1em;
    font-weight: 600;
    padding-bottom: 11px;
}
#mktoForm_1415,
.subscription-form.events form {
    overflow: hidden;
}
@media only screen and (max-width: 768px){
		.subscription-form-institute .cf h1 {
		font-size: 27px;
		text-transform: uppercase;
		}
	.institute-left {
		margin-bottom:5px;
		width:100%;
	}

	.institute-right {
		margin-bottom:5px;
		width:100%;
	}

}
.contact-box.contact-box-evpress{
	background-color: #106550;
}
.global-contact-info .contact-box.contact-box-evpress h3{
	border-bottom-color:white;
}
.global-contact-info .contact-box .hq-contact{word-wrap:break-word;}
/*** CSS for institute Marketo subscription form ends ***/

/********** Slide Out Contact ************/
.slide-out-div {
          padding: 20px;
          width: 250px;
          background: #ccc;
          border: 1px solid #29216d;
		  z-index:9999;
      }
.contact-module .popup .popup-content::before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #008fd3;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}
.contact-module .popup .popup-content {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(center top , #fafafa, #e9e9e9);
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 26px;
  padding-left: 16px;
  padding-right: 0;
  padding-top: 26px;
  position: relative;
  text-align: center;
}
.contact-module .contact-title {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 28px;
  margin-left: 0;
  margin-right: 60px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
}
.contact-module .contact-title a {
  color: #000;
  cursor: default;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
}
.contact-module .contact-tel-wrapper a {
  white-space: nowrap;
}
.slide-out-div {background-color: #fff; height: auto !important;  border: 1px solid #e3e3e3;}
.slide-out-div a.handle {  left: -118px !important;}

.slide-out-div .popup-content {font-size: 14px;  line-height: 20px; }
.slide-out-div .popup-content .contact-text-wrapper .contact-tel-wrapper a , .slide-out-div .popup-content .contact-text-wrapper div div a {font-weight: bold; display:block;}
.slide-out-div .popup-content .contact-text-wrapper img {  width: 38px;}

@media screen and (max-width: 767px) and (min-width: 480px){
.slide-out-div {  top: 100px !important;}
}
.intro-text {
  color: #106550;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 7px;
}

.cms-candidates .slide-out-div,
.cms-careers-overview .slide-out-div,
.cms-careers-overview .slide-out-div,
.cms-meet-our-people .slide-out-div,
.cms-korn-ferry-executive-recruitment .slide-out-div,
.cms-leadership-and-talent-consulting .slide-out-div,
.cms-futurestep-careers .slide-out-div,
.sdg-institute-article-index .slide-out-div,
.sdg-institute-article-category .slide-out-div,
.sdg-institute-article-aboutus .slide-out-div,
.sdg-institute-article-article .slide-out-div
{
  display: none !important;
}
/********** Slide Out Contact ************/
/* RSS Feed Institute */

.institute-rss-main .slide-out-div {
    display: none;
}

.institute-rss-main table {
    border-collapse: collapse;
    border-spacing: 0;
}

.institute-rss-main {
    background: #F9F9F9;
    padding: 10px;
}
.institute-rss-main	.content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.institute-rss-main .content-wrapper table tr td a{
	color:#336;
}
.institute-rss-main .content-wrapper {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.institute-rss-main .main_institute_heading {
    color: #106550;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 3px solid #003366;
    margin-bottom: 8px;
}

.institute-rss-main	.col-main-new table { width:100%;}
.institute-rss-main .col-main-new table th {
   background: #c2c2c2;
    color: #000;
    padding: 10px;
    text-align: left;
    text-transform: capitalize;
}
.institute-rss-main .col-main-new table td img {
	margin-right:0px !important;
	margin-bottom:0px !important;;

}
.institute-rss-main .col-main-new table td {
    padding: 8px;
    border: 1px solid #eee;
	vertical-align:middle;
}
.institute-rss-main .col-main-new table tr:nth-child(2n + 1) {background: #f1f1f1;}
@media screen and (max-width: 767px){
.institute-rss-main .col-main-new .std table tr th:nth-child(2) {
  display: none;
}
.institute-rss-main .col-main-new .std table tr td:nth-child(2) {
  display: none;
}
}
@media screen and (max-width: 480px){
.institute-rss-main .col-main-new .std {  margin: 20px 5px 0;}
.institute-rss-main .col-main-new table th , .institute-rss-main .col-main-new table td {font-size: 12px;}
}
/* consultant revamp page */
.consultants-view-consultant  .contact-form.consultant_contactus_form .email a,
.consultants-view-consultant  .contact-form.consultant_contactus_form .phone a
{
	color:white;
	
}
.consultants-view-consultant .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
    bottom: auto;
    left: auto;
    right: 29%;
    top: 40%;
    width: 100%;
}
.consultants-view-consultant .marquee-header-text-m{
	float: right;
    width: 67%;
    margin: 40px 22px 0px 0px;
    padding: 0px;
    text-align: right;
}
.consultants-view-consultant .marquee-header-text-img{
	float: right;
    width: 25%;
    overflow: hidden;
}
.consultants-view-consultant .col-main {
     float: left; 
    /*width: 68%;*/
}
.consultants-view-consultant .col-right.sidebar{
    padding-top: 25px;
	 padding-bottom: 15px;
}
@media screen and (min-width: 768px){
	.consultants-view-consultant .col-right.sidebar{
    padding-top: 42px;
	padding-bottom:35px;
}
}
.consultants-view-consultant  .kfi-carousel{
	margin-top:10px;
}
.consultants-view-consultant .consultant-copy > a {
  background-image: url("../images/print-icon.png");
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 82px;
  padding-bottom:10px;
}
.consultant_contactus_form .information.fourths.cf {
    text-align: left;
    color: white;
    padding: 10px; 
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.consultants-view-consultant  .consultant_contactus_form p {
    padding: 5px 0px 5px 0px;
    font-size: 12px;
}
.consultants-view-consultant  .consultant_contactus_form p.phone,
.consultants-view-consultant  .consultant_contactus_form p.email {
    padding: 5px 0px 5px 0px;
    font-size: 15px;
}
.consultants-view-consultant .slide-out-div{
	display:none !important;
}

/* Responsive */
@media screen and (max-width: 1025px){
.consultants-view-consultant .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {

  right: 12%;
  top: 10% !important;

}

.consultants-view-consultant .marquee-header-text-m {

  width: 50%;
}
}
@media screen and (max-width: 768px){
.consultants-view-consultant .consultant_accordian h3{
	padding-right:3px;
}
.consultants-view-consultant .kfi-carousel{
	margin-bottom:0px;
}
}
@media screen and (max-width: 1024px){
	.consultants-view-consultant #menu-open{
	display:inline !important;
}
}
@media screen and (max-width: 767px){
	
.consultants-view-consultant .site-marquee .marquee-inner-wrapper-with-banner-image .marquee-header-text {
    right: 0;}

.consultants-view-consultant .marquee-header-text-img {
  float: none;
  margin: auto;
  overflow: hidden;
  width: 120px;
}

.consultants-view-consultant .marquee-header-text-m {
  box-sizing: border-box;
  margin-right: 0;
  margin-top: 20px;
  padding: 0 5px;
  width: 100%;
}
.consultants-view-consultant .print_anchor_on_consultant{
		display:none !important;
	}
}
.consultant-copy-p p:first-child {
    color: #106550;
    font-size: 17px; 
	font-weight:bold;
}
.consultants-view-consultant .cms-new-layout{
 padding-bottom:10px;	
}
.consultants-view-consultant .rss_institute_anchor_footer{
	display:none;
}


