@charset "UTF-8";
.group:after {
  content: "";
  display: table;
  clear: both;
}

* {
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #4eb29a;
  text-decoration: none;
}
a:focus, a:active {
  color: #4eb29a;
}

@font-face {
  font-family: "Glyphter";
  src: url("fonts/custom-icon-fonts.eot");
  src: url("fonts/custom-icon-fonts.eot?#iefix") format("embedded-opentype"), url("fonts/custom-icon-fonts.woff") format("woff"), url("fonts/custom-icon-fonts.ttf") format("truetype"), url("fonts/custom-icon-fonts.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:before {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 4px;
  margin-right: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-podcast:before {
  content: "A";
}

.icon-video:before {
  content: "B";
}

.icon-event:before {
  content: "C";
}

.icon-webinar:before {
  content: "D";
}

.js-blocked {
  width: 100%;
  background-color: red;
  height: 50px;
  display: block;
}

.dropdown-backdrop {
  position: static;
}
.dropdown--icon .dropdown-toggle {
  height: 48px;
  width: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.1);
  box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.1);
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dropdown--icon .dropdown-toggle .material-icons {
  vertical-align: middle;
  color: #4eb29a;
}
.dropdown--icon .dropdown-toggle:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.2);
  box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.2);
  background-color: white;
}
.dropdown--icon .dropdown-toggle:focus, .dropdown--icon .dropdown-toggle:active {
  outline: 0;
  background-color: white;
}
.dropdown--icon.open .dropdown-toggle:hover, .dropdown--icon.open .dropdown-toggle:focus, .dropdown--icon.open .dropdown-toggle:active {
  background-color: white;
}

.dropdown-menu {
  z-index: 10;
  background-color: #4eb29a;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  padding: 12px 0;
  margin: 10px 0 0 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dropdown-menu:after {
  content: "";
  background-image: url("../img/nav-pointer.png");
  width: 19px;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  margin: auto;
}
.dropdown-menu li a {
  display: block;
  color: white;
  padding: 10px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.dropdown-menu li a:hover {
  color: #344961;
  background-color: transparent;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo--footer {
  width: 100px;
  float: right;
}

.page table {
  width: 100%;
}
.page table tr td {
  border: 1px solid #dedede;
  padding: 10px;
}

body {
  font-family: "Roboto", sans-serif;
  padding-top: 80px;
  font-size: 16px;
  color: #262626;
}
@media (max-width: 58.75em) {
  body {
    padding-top: 50px;
  }
}

a {
  color: #4eb29a;
}
a:hover {
  color: #3a8472;
}

.admin-bar .nav, .admin-bar .menu__overlay {
  top: 32px;
}
.admin-bar .ad__canvas--scroll .ad__canvas {
  top: 82px;
}

h1, h2, h3, h4, h5 {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
}

.container {
  position: relative;
}
.container__header {
  display: block;
  position: absolute;
  top: 0;
  left: -65px;
  width: 50px;
  height: 100%;
}
@media (max-width: 57.5em) {
  .container__header {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 61.9375em) and (max-width: 69.875em) {
  .container__header {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 75em) and (max-width: 84.875em) {
  .container__header {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.container__header--inner {
  background-color: #4eb29a;
  display: block;
  height: 100%;
}
@media (max-width: 57.5em) {
  .container__header--inner {
    padding: 10px;
  }
}
@media (min-width: 61.9375em) and (max-width: 69.875em) {
  .container__header--inner {
    padding: 10px;
  }
}
@media (min-width: 75em) and (max-width: 84.875em) {
  .container__header--inner {
    padding: 10px;
  }
}
.container__header--adslot {
  text-align: center;
  margin-bottom: 30px;
}
.container__heading {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: translate(5px, 10px) rotate(-90deg);
  -moz-transform: translate(5px, 10px) rotate(-90deg);
  -ms-transform: translate(5px, 10px) rotate(-90deg);
  -o-transform: translate(5px, 10px) rotate(-90deg);
  transform: translate(5px, 10px) rotate(-90deg);
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  top: 10px;
  left: 5px;
}
.container__heading:before {
  content: "";
  float: right;
  margin-top: 100%;
}
@media (max-width: 57.5em) {
  .container__heading {
    -webkit-transform: translate(0) rotate(0);
    -moz-transform: translate(0) rotate(0);
    -ms-transform: translate(0) rotate(0);
    -o-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
    top: 0;
  }
  .container__heading:before {
    content: "";
    float: none;
    margin-top: 0;
  }
}
@media (min-width: 61.9375em) and (max-width: 69.875em) {
  .container__heading {
    -webkit-transform: translate(0) rotate(0);
    -moz-transform: translate(0) rotate(0);
    -ms-transform: translate(0) rotate(0);
    -o-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
    top: 0;
  }
  .container__heading:before {
    content: "";
    float: none;
    margin-top: 0;
  }
}
@media (min-width: 75em) and (max-width: 84.875em) {
  .container__heading {
    -webkit-transform: translate(0) rotate(0);
    -moz-transform: translate(0) rotate(0);
    -ms-transform: translate(0) rotate(0);
    -o-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
    top: 0;
  }
  .container__heading:before {
    content: "";
    float: none;
    margin-top: 0;
  }
}
.container__highlightlinktext {
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
}
.container__highlightlinktext a {
  color: inherit;
  margin-top: 40px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.slick-slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.collapse {
  display: block;
  height: 0;
  overflow: hidden;
}

.collapse.in {
  height: auto;
  width: 100%;
}

.navicon-button {
  display: inline-block;
  position: relative;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  top: -4px;
}
.navicon-button .navicon:before, .navicon-button .navicon:after {
  transition: 0.25s;
}
.navicon-button:hover {
  transition: 0.5s;
  opacity: 1;
}
.navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
  transition: 0.25s;
}

.navicon {
  position: relative;
  width: 30px;
  height: 3px;
  background: #FFF;
  transition: 0.5s;
}
.navicon:before, .navicon:after {
  display: block;
  content: "";
  height: 3px;
  width: 30px;
  background: #FFF;
  position: absolute;
  transition: 0.5s 0.25s;
}
.navicon:before {
  top: 10px;
}
.navicon:after {
  top: -10px;
}
.navicon__button {
  background: transparent;
  position: relative;
  float: right;
  border: 0;
  margin: 0;
  height: 70px;
  padding: 0 10px;
  outline: 0;
}
@media (min-width: 57.5em) {
  .navicon__button {
    display: none;
  }
}
.navicon__button.open {
  color: #fefefe !important;
  background-color: rgba(58, 132, 114, 0.6) !important;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
  transition: 0.5s;
}

/* × and + */
.open.x .navicon {
  background: transparent;
  transform: scale(0.85);
}
.open.x .navicon:before {
  transform: rotate(-45deg);
}
.open.x .navicon:after {
  transform: rotate(45deg);
}

.open.plus {
  transform: rotate(45deg);
}

.footer {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  margin: 60px 0 0 0;
}
.footer h4 {
  margin: 0;
}
@media all {
  .footer__col_1 .footer__site-links > li > a {
    border-top: 0;
  }
}
.footer__info {
  padding: 0;
  margin: 0;
}
@media (max-width: 39.3125em) {
  .footer__info {
    margin-bottom: 24px;
  }
}
@media (max-width: 38.6875em) {
  .footer__info-contain h4 {
    padding-top: 24px;
    border-top: 1px solid rgba(38, 38, 38, 0.2);
  }
}
.footer__info-container {
  padding: 60px 0;
}
@media (max-width: 38.6875em) {
  .footer__info-container {
    padding-top: 0;
  }
}
@media (min-width: 58.125em) and (max-width: 81.25em) {
  .footer__info-container .col-md-2 {
    width: 25%;
  }
}
.footer__info li {
  list-style-type: none;
  margin: 10px 0;
}
.footer__info li a {
  font-size: 16px;
  color: #262626;
}
.footer__info li a:hover {
  color: #4eb29a;
}
.footer__info-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.footer__site-links {
  padding: 0;
  margin: 0;
}
.footer__site-links > li {
  margin-bottom: 24px;
}
@media (max-width: 38.6875em) {
  .footer__site-links > li {
    margin-bottom: 0;
  }
}
.footer__site-links > li > a {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 18px !important;
}
.footer__site-links > li > a .material-icons {
  display: inline-block;
  vertical-align: middle;
  float: right;
  position: relative;
  z-index: 99;
}
@media (min-width: 38.6875em) {
  .footer__site-links > li > a .material-icons {
    display: none;
  }
}
@media (max-width: 38.6875em) {
  .footer__site-links > li > a {
    padding: 24px 0;
    border-top: 1px solid rgba(38, 38, 38, 0.2);
    display: block;
  }
}
.footer__site-links li {
  list-style-type: none;
}
.footer__site-links li a {
  font-size: 16px;
  color: #262626;
}
.footer__site-links li a:hover {
  color: #4eb29a;
}
@media (min-width: 38.6875em) {
  .footer__site-links li .collapse.sub-menu {
    display: block !important;
    height: auto !important;
  }
}
.footer__site-links li .collapse.sub-menu.in {
  padding-bottom: 24px;
}
.footer__site-links li .sub-menu {
  padding: 0;
  margin: 0;
}
.footer__site-links li .sub-menu li a {
  margin: 10px 0;
  display: block;
}
.footer .mo__social-nav {
  margin-top: 10px;
}
.footer__copyright {
  font-size: 16px;
}
.footer__copyright p {
  margin: 0;
}

.at-share-btn {
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  margin: 0 5px !important;
}
.at-share-btn:hover {
  transform: translateY(0) !important;
}
.at-share-btn g path {
  fill: #4eb29a !important;
}

.addthis_inline_share_toolbox {
  margin: 0 12px 0 0;
}

.nav {
  height: 80px;
  padding: 0 12px;
  display: table;
  width: 100%;
  -webkit-box-shadow: 0 10px 40px 0 rgba(78, 178, 154, 0.05);
  box-shadow: 0 10px 40px 0 rgba(78, 178, 154, 0.05);
  background-color: white;
  position: fixed;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  top: 0;
}
@media (max-width: 58.75em) {
  .nav {
    height: 50px;
  }
  .nav__logo {
    width: 160px;
  }
  .nav__logo .logo {
    width: 160px;
    height: 23px;
  }
}
.nav__logo {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 130px;
  transition: all 0.4s ease-in-out;
}
.nav__logo img {
  width: 120px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 58.75em) {
  .nav__logo img {
    width: 100px;
  }
}
.nav__logo p {
  display: inline;
}
@media (max-width: 58.75em) {
  .nav__logo {
    width: auto;
  }
}
.nav__share {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 172px;
  transform: translateY(-120px);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 36.25em) {
  .nav__share {
    display: none;
  }
}
@media (min-width: 36.25em) and (max-width: 58.6875em) {
  .nav__share {
    position: absolute;
    right: 60px;
    top: 0;
    margin-top: 10px;
  }
}
.nav__menu {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}
.nav__menu--primary, .nav__menu--secondary {
  float: left;
  display: inline-block;
  padding: 0 12px;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.nav__menu--primary li, .nav__menu--secondary li {
  position: relative;
  list-style: none;
  display: inline-block;
  float: left;
}
.nav__menu--primary li:hover ul, .nav__menu--secondary li:hover ul {
  position: absolute;
  left: 50%;
  margin-left: -140px;
}
.nav__menu--primary li a, .nav__menu--secondary li a {
  padding: 27.5px 12px;
  display: block;
  color: #262626;
}
.nav__menu--primary li a:hover, .nav__menu--secondary li a:hover {
  color: #4eb29a;
}
.nav__menu--secondary > li.current-menu-item > a {
  color: #4eb29a !important;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.nav__menu--dropdown {
  background-color: #4eb29a;
  width: 280px;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  float: left;
  position: absolute;
  left: -9999px;
}
.nav__menu--dropdown:after {
  content: "";
  background-image: url("../img/nav-pointer.png");
  width: 19px;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  margin: auto;
}
.nav__menu--dropdown li {
  display: block;
  width: 100% !important;
}
.nav__menu--dropdown li a {
  display: block;
  color: white;
  padding: 10px 24px !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.nav__menu--dropdown li a:hover {
  color: #344961;
}
.nav__menu--dropdown li > .nav__menu--dropdown {
  display: none;
}
.nav__menu--secondary {
  position: relative;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  height: 0;
}
.nav__menu--secondary--loaded {
  height: auto;
  opacity: 1;
}
.nav__menu--secondary:after {
  content: "";
  position: absolute;
  height: 35px;
  width: 1px;
  border-left: 1px solid rgba(38, 38, 38, 0.1);
  margin: auto 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 58.75em) {
  .nav__menu {
    position: absolute;
    top: -9999999px;
    width: auto;
    height: 0;
    z-index: 0;
  }
}
.nav__partners {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: right;
  width: 240px;
}
@media (max-width: 104.9375em) {
  .nav__partners {
    display: none !important;
  }
}
.nav__partners p {
  margin: 0;
  padding: 0;
  display: table;
  float: right;
}
.nav__partners span {
  color: #262626;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
}
.nav__partners img {
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px 0 12px;
  height: 32px;
}
.nav__icons {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 122px;
}
@media (max-width: 58.75em) {
  .nav__icons {
    width: auto;
  }
}
.nav__icons-menu {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 12px;
  float: right;
}
.nav__icons-menu-border {
  border-left: 1px solid rgba(38, 38, 38, 0.2);
}
.nav__icons-menu li {
  display: inline-block;
  float: left;
}
.nav__icons-menu li a {
  display: inline-block;
  padding: 0 12px;
}
.nav__icons-menu li a i {
  font-size: 30px;
  color: #262626;
}
.nav__icons-menu li a:last-child {
  padding-right: 12px;
}
.nav__icons-menu-search {
  position: relative;
}
@media (max-width: 58.75em) {
  .nav__icons-menu-search {
    display: none !important;
  }
}
@media (max-width: 58.75em) {
  .nav__icons-menu {
    border-left: none;
  }
}
.nav__shrink {
  height: 50px;
}
.nav__shrink .nav__logo {
  width: 110px;
}
.nav__shrink .nav__logo img {
  width: 100px;
}
.nav__shrink .nav__share {
  transform: translateY(0);
}
.nav__shrink .nav__menu--primary a, .nav__shrink .nav__menu--secondary a {
  padding: 12.5px 12px;
}
.nav__shrink .nav__menu-responsive {
  margin-right: 80px;
}
.nav__shrink .nav__partners img {
  height: 20px;
}
.nav__shrink .nav__search {
  top: 43px;
}
.nav__shrunk .mo__header {
  height: 50px;
}
.nav__shrunk .logo__container {
  width: 160px !important;
}
.nav__shrunk .logo__container .logo {
  width: 160px;
  height: 23px;
}
.nav__search {
  display: none;
  position: absolute;
  background-color: #4eb29a;
  padding: 24px;
  top: 58px;
  right: -40px;
  transition: all 0.4s ease-in-out;
}
.nav__search:after {
  content: "";
  background-image: url("../img/nav-pointer.png");
  width: 19px;
  height: 10px;
  position: absolute;
  left: inherit;
  top: -10px;
  right: 57px;
  margin: auto;
  display: block;
}
.nav__search input {
  width: 450px;
  padding: 15px;
  border: 0;
  border-radius: 3px;
}
.nav__search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
  border: 0;
  padding: 0 15px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
.nav__search-btn:hover {
  background-color: #eee;
}
.nav__search-container {
  position: relative;
}

.menu__overlay {
  background-color: white;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.menu__overlay--open {
  visibility: visible;
  opacity: 1;
}
.menu__overlay--body {
  overflow: hidden;
}

.mo__header {
  display: table;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 80px;
  height: 80px;
}
@media (max-width: 81.25em) {
  .mo__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 58.75em) {
  .mo__header {
    height: 50px;
  }
}
.mo__logo {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.mo__logo .logo {
  background-image: url("../img/logo.png");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.mo__logo .logo__container {
  width: 100px;
}
@media (max-width: 25em) {
  .mo__logo .logo__container {
    width: 100%;
  }
}
@media (max-width: 58.75em) {
  .mo__logo .logo {
    width: 100px;
    height: 31px;
  }
}
.mo__close {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.mo__close-btn {
  float: right;
  padding: 0 12px;
  cursor: pointer;
}
.mo__close-btn .material-icons {
  font-size: 30px;
}
.mo__container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mo__container .container .mo__row {
  margin-bottom: 50px;
}
.mo__nav {
  margin: 0;
  padding: 0;
}
.mo__nav li {
  list-style-type: none;
  margin: 10px 0;
}
.mo__nav li a {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #262626;
}
.mo__nav li a:hover {
  text-decoration: none;
  color: #4eb29a;
}
.mo__nav li a:after {
  font-family: "Material Icons";
  content: "chevron_right";
  -webkit-font-feature-settings: "liga";
  vertical-align: middle;
  font-size: 22px;
  margin: 0 0 0 3px;
}
@media (max-width: 63.9275em) {
  .mo__nav li a:after {
    display: none;
  }
}
.mo__nav--has-children li a {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.mo__nav--has-children li a:after {
  display: none;
}
@media (max-width: 63.9275em) {
  .mo__nav--has-children {
    padding-bottom: 24px;
  }
}
.mo__nav-container {
  min-height: 325px;
  margin-bottom: 20px;
}
.mo__nav-container h4 {
  font-size: 16px;
  font-weight: bold;
}
.mo__nav-container h4 a {
  color: #262626;
}
.mo__nav-container h4 a:hover {
  color: #4eb29a;
  text-decoration: none;
}
.mo__nav-container h4 .material-icons {
  vertical-align: middle;
  float: right;
}
@media (min-width: 63.9375em) {
  .mo__nav-container h4 .material-icons {
    display: none;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav-container--mobile .mo__nav-container {
    min-height: 0;
  }
  .mo__nav-container--mobile:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav-container {
    width: 50%;
    float: left;
    min-height: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav--single {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav-spacer {
    float: left;
    width: 100%;
    padding: 0 12px;
  }
  .mo__nav-spacer li {
    border-top: 1px solid rgba(38, 38, 38, 0.2);
    margin: 0 !important;
    padding: 24px 0;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav_media {
    display: none;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav_jobs {
    width: 100%;
    min-height: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 63.9275em) and (max-width: 63.9275em) {
  .mo__nav_jobs h4 {
    border-top: 1px solid rgba(38, 38, 38, 0.2);
    margin: 0 !important;
    padding: 24px 0;
    border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  }
}
@media (max-width: 63.9275em) {
  .mo__nav_jobs ul {
    display: none;
    margin: -1px 0 0 0;
    padding: 1px 0 24px 0;
    border-bottom: 1px solid rgba(38, 38, 38, 0.2);
    background-color: white;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav-link.mo__nav-link--events {
    border-bottom: 1px solid rgba(38, 38, 38, 0.2);
    margin-bottom: 12px !important;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav-link--media {
    border-top: 1px solid rgba(38, 38, 38, 0.2);
    margin: 0 !important;
    padding: 24px 0;
  }
}
@media (max-width: 63.9275em) {
  .mo__nav-link--jobs {
    display: none;
  }
}
.mo__social h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.mo__social-nav {
  margin: 0;
  padding: 0;
}
@media (max-width: 63.9275em) {
  .mo__social-nav li {
    font-size: 16px;
    display: block;
    margin: 10px 0;
  }
}
@media (min-width: 63.9375em) {
  .mo__social-nav li {
    display: inline-block;
  }
}
.mo__social-nav li a {
  color: #262626;
}
.mo__social-nav li a:hover {
  text-decoration: none;
  color: #4eb29a;
}
@media (min-width: 63.9375em) {
  .mo__social-nav li a {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.1);
    box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.1);
    border-radius: 50%;
    margin: 0 10px 10px 0;
  }
  .mo__social-nav li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.2);
    box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.2);
  }
}
.mo__social-nav li a i {
  font-size: 23px;
  color: #4eb29a;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 63.9275em) {
  .mo__social-nav li a i {
    display: none;
  }
}
.mo__social-title {
  display: block;
}
@media (min-width: 63.9375em) {
  .mo__social-title {
    display: none;
  }
}
.mo__search-input {
  width: 100%;
  padding: 12px;
  margin: 0 0 24px 0;
  border: 1px solid rgba(78, 178, 154, 0.15);
  -webkit-box-shadow: 0 0 6px 0 rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 6px 0 rgba(78, 178, 154, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mo__search-input:focus, .mo__search-input:active {
  border-color: #4eb29a;
  outline: 0;
}
@media (min-width: 63.9375em) {
  .mo__search {
    display: none;
  }
}

@media (min-width: 63.9375em) {
  .mo__nav_jobs-menu, .mo__nav_media {
    display: block !important;
  }
}

[data-target].material-icons {
  vertical-align: middle;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 63.9375em) {
  [data-target].material-icons {
    display: none;
  }
}
[data-target].material-icons.open {
  transform: rotate(180deg);
}

.breadcrumbs a, .breadcrumbs span[property=name] {
  font-size: 18px;
  font-weight: 600;
  font-family: "PT Sans", sans-serif;
  color: #4eb29a;
}
.breadcrumbs i {
  vertical-align: middle;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px 3px 5px;
}

.nav__menu--primary .current-menu-item > a {
  color: #4eb29a !important;
  -webkit-box-shadow: inset 0 -4px 0 0 #4eb29a;
  box-shadow: inset 0 -4px 0 0 #4eb29a;
}

.nav__menu-responsive {
  display: none;
}

.archive.category .news-menu a,
.archive.post-type-archive-resources .news-menu a,
.archive.post-type-archive-rankings .news-menu a,
.single-post .news-menu a,
.single .news-menu a {
  color: #4eb29a !important;
  -webkit-box-shadow: inset 0 -4px 0 0 #4eb29a;
  box-shadow: inset 0 -4px 0 0 #4eb29a;
}

.ab {
  width: 100%;
  position: relative;
}
.ab__post-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ab__post-icon--video {
  background-image: url("../img/post-icon--video.png");
}
.ab__post-icon--audio {
  background-image: url("../img/post-icon--podcast.png");
}
.ab__single {
  height: 288px;
  background-color: white;
  height: 288px;
  margin-bottom: 24px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  transition: all 0.3s ease-in-out;
}
.ab__single:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(78, 178, 154, 0.2);
  box-shadow: 0 0 10px 5px rgba(78, 178, 154, 0.2);
}
.ab__single .ab__thumbnail {
  height: 116px;
}
.ab__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 1;
}
.ab__double {
  background-color: white;
  height: 600px;
  margin-bottom: 24px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  transition: all 0.3s ease-in-out;
}
.ab__double:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(78, 178, 154, 0.2);
  box-shadow: 0 0 10px 5px rgba(78, 178, 154, 0.2);
}
.ab__double .ab__thumbnail {
  height: 468px;
}
.ab__double--full .pill {
  top: 25px !important;
  left: 24px !important;
}
.ab__double--full .ab__thumbnail {
  height: 600px;
}
.ab__double--full .ab__logo {
  margin-bottom: 15px;
}
.ab__double--full .ab__content {
  background-color: transparent;
}
.ab__double--full .ab__content p {
  color: white;
  font-size: 16px;
  margin: 0;
}
.ab__thumbnail {
  background-size: cover;
  background-position: center;
  background-color: grey;
  position: relative;
}
.ab .pill {
  position: absolute;
  display: inline-block;
  background-color: #ec008c;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 8px;
  top: -13.5px;
}
.ab__content {
  padding: 24px;
  background-color: white;
  position: absolute;
  min-height: 172px;
  width: 100%;
  bottom: 0;
}
.ab__content h4 {
  margin: 0;
  min-height: 50px;
  margin-bottom: 30px;
}
.ab__category {
  color: #4eb29a;
  position: relative;
  z-index: 1;
}
.ab__category:hover {
  color: #3a8472;
}
.ab__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
  color: rgba(38, 38, 38, 0.4);
}
.ab__info_time {
  display: inline-block;
  position: relative;
  min-width: 40px;
  margin-right: 5px;
  padding-right: 5px;
  font-size: 14px;
}
.ab__info_author {
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.ab__info_author:before {
  position: absolute;
  content: "|";
  left: -10px;
}
@media (min-width: 38.75em) and (max-width: 40.625em) {
  .ab__info_author {
    display: none;
  }
}
.ab__info-job--salary, .ab__info-job--location {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.ab--resource .ab__thumbnail {
  margin: 0 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
}
.ab--resource .ab__content {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}
.ab--twitter .ab__single {
  padding: 24px;
}
.ab--twitter__author-info {
  float: left;
  width: 100%;
  margin-top: 24px;
}
.ab--twitter__author-info .ai__profile-picture, .ab--twitter__author-info .ai__info {
  display: table-cell;
  vertical-align: top;
}
.ab--twitter__author-info .ai__info {
  padding-left: 24px;
}
.ab--twitter__author-info .ai__time-ago .fa {
  color: #4eb29a;
}
.ab--twitter__author-info .ai__time-ago, .ab--twitter__author-info .ai__account-name, .ab--twitter__author-info .ai__username {
  display: block;
}
.ab--twitter__author-info .ai__account-name {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.ab--twitter__author-info .ai__username a {
  color: #262626;
}
.ab--twitter__profile-picture {
  width: 70px;
  height: 70px;
}
.ab--twitter-tweet {
  min-height: 145px;
}
.ab--twitter-tweet p {
  font-size: 16px;
  display: block;
  float: left;
}
.ab--twitter-tweet a {
  color: #4eb29a;
}
.ab--twitter-tweet a:hover {
  color: #3a8472;
}
.ab--announcements {
  padding: 0 12px;
}
.ab--announcements .ab__single {
  padding: 24px;
}
.ab--announcements .ab__single h3 {
  margin: 0 0 24px 0;
}
.ab--subscribe {
  padding: 0 !important;
  display: table;
}
.ab--subscribe__signup {
  color: #4eb29a;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.ab--subscribe .ab__single {
  background-image: url("../img/graphic--box.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  display: table;
}
.ab--subscribe .ab__single h3 a {
  color: #333333;
}
.ab--subscribe .ab__single-container {
  display: table-cell;
  vertical-align: middle;
  padding-right: 28%;
  width: 100%;
}
.ab__ranking-post {
  cursor: pointer;
}
.ab__ranking-about .ab__content {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}
.ab--job .ab__thumbnail {
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}
.ab--job .ab__content {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}
.ab__person {
  display: table;
  width: 100%;
}
.ab__person-row {
  display: table-cell;
  vertical-align: middle;
}
.ab__person-row img {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.ab__person-row h4 {
  text-align: center;
  margin: 25px 0 0 0;
}

.category-list {
  margin: 0;
  padding: 0;
}
.category-list__box {
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category-list__box:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(78, 178, 154, 0.2);
  box-shadow: 0 0 10px 5px rgba(78, 178, 154, 0.2);
}
.category-list__box a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  color: #262626;
}
.category-list__box a:active, .category-list__box a:focus {
  text-decoration: none;
}
.category-list__box h4 {
  display: table-cell;
  vertical-align: middle;
}
.category-list__box img {
  height: 80px;
}
.category-list__count {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  width: 50px;
}
.category-list__progress {
  height: 4px;
  background-color: rgba(78, 178, 154, 0.2);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.category-list__progress-bar {
  height: 100%;
  background-color: #4eb29a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.logo-list {
  display: block;
  padding: 0;
  list-style: none;
}
.logo-list li {
  display: block;
  padding: 0 12px;
  float: left;
  width: 50%;
}
.logo-list li a:hover .logo-list__logo {
  -webkit-box-shadow: 0 0 10px 5px rgba(78, 178, 154, 0.2);
  box-shadow: 0 0 10px 5px rgba(78, 178, 154, 0.2);
}
.logo-list__logo {
  width: 100%;
  height: 132px;
  margin-bottom: 24px;
  background-color: white;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.related-content {
  margin: 0;
  list-style: none;
  border-top: 4px solid #4eb29a;
  padding: 10px 24px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
.related-content__container {
  padding: 24px 0 24px 0;
}
@media (min-width: 58.125em) and (max-width: 83.0625em) {
  .related-content__container {
    width: 354px;
    padding-right: 24px;
  }
}
@media (min-width: 83.0625em) {
  .related-content__container {
    padding: 0 24px 12px 0;
    width: 133px;
  }
}
@media (min-width: 83.0625em) {
  .related-content__content-container {
    width: 330px;
    position: relative;
    right: 235px;
  }
}
.related-content__content-container h4 {
  margin-bottom: 24px;
  margin-top: 0;
}
.related-content__list {
  padding: 24px 0;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  float: right;
  width: 100%;
}
@media (max-width: 58.125em) {
  .related-content__list {
    padding: 12px 0;
  }
  .related-content__list h4 {
    font-size: 13px;
  }
}
.related-content__list:last-child {
  border-bottom: none;
}
.related-content__list h4 {
  margin: 0 !important;
  font-size: 16px;
  padding: 0;
}
.related-content__list a:active, .related-content__list a:focus {
  text-decoration: none;
}
.related-content__list-tag {
  color: #4eb29a;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  display: inline;
}
.related-content__list-title {
  color: #262626;
}

.whitepaper-sidebar {
  margin: 0;
  margin-bottom: 40px;
  list-style: none;
  border-top: 4px solid #4eb29a;
  padding: 16px 24px;
  width: 100%;
  background-color: white;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
.whitepaper-sidebar__container {
  padding: 24px 0 24px 0;
}
@media (min-width: 58.125em) and (max-width: 83.0625em) {
  .whitepaper-sidebar__container {
    width: 354px;
    padding-right: 24px;
  }
}
@media (min-width: 83.0625em) {
  .whitepaper-sidebar__container {
    padding: 0 24px 12px 0;
    width: 118px;
  }
}
@media (min-width: 83.0625em) {
  .whitepaper-sidebar__content-container {
    width: 330px;
    right: 235px;
  }
}
.whitepaper-sidebar__content-container h4 {
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 77.4375em) {
  .whitepaper-sidebar__content-container h4 {
    display: none;
  }
}
.whitepaper-sidebar__list {
  padding: 24px 0;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  float: right;
  width: 100%;
}
.whitepaper-sidebar__list:last-child {
  border-bottom: none;
}
.whitepaper-sidebar__list h4 {
  margin: 0 !important;
  padding: 0;
}
.whitepaper-sidebar__list a:active, .whitepaper-sidebar__list a:focus {
  text-decoration: none;
}
.whitepaper-sidebar__list p {
  margin-top: 5px;
  font-size: 0.9em;
}
.whitepaper-sidebar__list-tag {
  color: #4eb29a;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  display: inline;
}
.whitepaper-sidebar__list-title {
  color: #262626;
}
@media (max-width: 77.4375em) {
  .whitepaper-sidebar {
    display: none;
  }
}

.inline-whitepaper-promo-content {
  margin: 0;
  margin-bottom: 40px;
  list-style: none;
  border-top: 4px solid #4eb29a;
  padding: 5px 20px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
.inline-whitepaper-promo-content__itemblock {
  padding-top: 15px;
  padding-bottom: 15px;
}
.inline-whitepaper-promo-content__itemblock-tag {
  color: #4eb29a;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  display: inline;
}
.inline-whitepaper-promo-content__itemblock-title {
  color: #262626;
}
.inline-whitepaper-promo-content__itemblock-preview-content {
  font-size: 1em !important;
  line-height: 1.5em !important;
  margin-top: 0 !important;
}
@media (max-width: 48em) {
  .inline-whitepaper-promo-content__itemblock {
    width: 96%;
    min-height: 2em;
    margin-top: 5px;
  }
}

.staff {
  padding: 40px;
  text-align: center;
  margin: 120px 0 0 0;
  min-height: 250px;
  max-width: 350px;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
@media (max-width: 38.75em) {
  .staff {
    margin: 120px auto 0 auto;
  }
}
.staff h3 {
  color: #4eb29a;
  margin: 0 0 6px 0;
}
.staff__photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: -120px 0 30px 0;
  width: 120px;
  height: 120px;
}
.staff__title {
  font-size: 16px;
  display: block;
  margin: 0 0 20px 0;
}
.staff__email, .staff__telephone {
  font-size: 16px;
  color: #262626;
  display: block;
  word-wrap: break-word;
}
.staff__email:hover, .staff__telephone:hover {
  color: #4eb29a;
}
.staff__container {
  margin: 40px 0;
}

.modal .close {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.1);
  box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.1);
  border-radius: 50%;
  top: -24px;
  right: -24px;
  margin: 0;
  opacity: 1;
  border: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal .close:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.2);
  box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.2);
  background-color: #4eb29a;
}
.modal .close:hover i {
  color: white;
}
.modal .close:hover, .modal .close:focus, .modal .close:active {
  outline: none;
}
.modal .close i {
  font-size: 23px;
  color: #4eb29a;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: bold;
}
@media (max-width: 38.75em) {
  .modal .close {
    top: 24px;
    right: 24px;
  }
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-featured {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-color: grey;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
}
@media (min-width: 38.75em) {
  .modal-dialog {
    width: 600px;
    margin: 80px auto;
  }
}
@media (min-width: 56.125em) {
  .modal-dialog {
    width: 850px;
  }
}
.modal__posts-excerpt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}
.modal__posts .modal-body {
  padding: 30px;
}
@media (min-width: 56.125em) {
  .modal__posts .modal-body {
    padding: 80px;
  }
}
@media (max-height: 1024px) {
  .modal__posts .modal-body {
    padding: 40px;
  }
}
.modal__posts .modal-body h1 {
  margin: 0 0 30px 0;
  font-size: 30px;
}
.modal__posts .modal-body p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}
@media (max-height: 1024px) and (min-width: 889px) {
  .modal__posts .modal-dialog {
    width: 700px;
  }
}
@media (max-height: 1024px) {
  .modal__posts .modal-featured {
    height: 280px;
  }
}
.modal__posts-readmore {
  font-weight: bold;
  color: #262626;
  font-size: 18px;
  margin-top: 12px;
  display: block;
}
.modal__posts-readmore:hover {
  color: #4eb29a;
  text-transform: none;
}
.modal__posts-readmore:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: bold;
  margin: 0 0 0 5px;
}
.modal__company .modal-featured {
  background-color: white;
  background-repeat: no-repeat;
  background-size: unset;
  height: 180px;
}
@media (min-width: 56.125em) {
  .modal__welcome .modal-dialog {
    width: 680px;
  }
}
.modal__welcome .modal-content {
  background-image: url("../img/graphic--popup.png");
  background-repeat: no-repeat;
  background-position: 105% 100%;
}
@media (max-width: 38.75em) {
  .modal__welcome .modal-content {
    background-image: none;
  }
}
.modal__welcome .modal-body {
  padding: 80px 230px 80px 80px;
}
@media (max-width: 38.75em) {
  .modal__welcome .modal-body {
    padding: 24px;
  }
}
.modal__welcome .modal-body h3 {
  color: #4eb29a;
  margin: 0 0 40px 0;
}
@media (max-width: 38.75em) {
  .modal__welcome .modal-body h3 {
    padding: 0 70px 0 0;
  }
}
.modal__welcome .modal-body .popup-logo {
  height: 75px;
  margin-top: 24px;
}
.modal__newsletter .modal-body {
  padding: 60px;
}
@media (max-width: 30em) {
  .modal__newsletter .modal-body {
    padding: 20px;
  }
}
.modal__newsletter .modal-body h2 {
  margin: 0 0 24px 0;
  font-size: 38px;
}
@media (max-width: 30em) {
  .modal__newsletter .modal-body h2 {
    margin-right: 60px;
    margin-top: 24px;
    font-size: 24px;
  }
}
@media (max-width: 61.9375em) {
  .modal__newsletter .modal-body h2 {
    font-size: 24px;
  }
}
.modal__newsletter .modal-body .row {
  min-height: 600px;
}
@media (min-width: 67.5em) {
  .modal__newsletter .modal-content {
    background-image: url("../img/graphic.png");
    background-repeat: no-repeat;
    background-position: -109px 250px;
  }
}
@media (min-width: 38.75em) {
  .modal__newsletter .modal-dialog {
    width: 590px;
    margin: 80px auto;
  }
}
@media (min-width: 56.125em) {
  .modal__newsletter .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 90em) {
  .modal__newsletter .modal-dialog {
    width: 1200px;
  }
}
.modal__person .modal-content {
  padding: 80px;
}
@media (max-width: 29.99em) {
  .modal__person .modal-content {
    padding: 40px;
  }
}
.modal__person-pc {
  text-align: center;
}
.modal__person-cc h2 {
  margin: 0 0 8px 0;
}
.modal__person-cc h4 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.modal__person-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-bottom: 40px;
}
.modal--staff {
  cursor: pointer;
}
.modal__staff .modal-content {
  max-width: 700px;
  margin: auto;
}
.modal__staff .modal-body {
  padding: 30px;
}

.speaker__container {
  display: table;
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
  width: 100%;
}
@media (max-width: 30em) {
  .speaker__container {
    padding-bottom: 20px;
  }
}
.speaker__info, .speaker__image {
  display: table-cell;
}
@media (max-width: 30em) {
  .speaker__info, .speaker__image {
    display: block;
    width: 100%;
  }
}
.speaker__image {
  padding: 0 20px;
  width: 150px;
}
.speaker__image img {
  width: 100px;
  height: 100px;
}
@media (max-width: 30em) {
  .speaker__image {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.speaker__image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.speaker__info {
  text-align: left;
  vertical-align: middle;
}
.speaker__info h3 {
  margin-top: 0 !important;
}
@media (max-width: 30em) {
  .speaker__info {
    text-align: center;
    padding: 0 20px;
    margin-top: 20px;
  }
}
.speaker__bio {
  padding: 30px;
  text-align: left;
}
@media (max-width: 30em) {
  .speaker__bio {
    padding: 20px;
  }
}
.speaker__bio p {
  margin: 0 0 15px 0 !important;
}

.btns {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background-color: #4eb29a;
  color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #72c1ae;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #72c1ae;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btns:hover, .btns:focus, .btns:active, .btns:active {
  background-color: #46a18b !important;
  outline: none !important;
}
.btns .fa {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 0 0 5px;
  position: relative;
  bottom: 2px;
}
.btns-grey {
  background-color: #d4d4d4;
  color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #eeeeee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #eeeeee;
}
.btns-grey:hover, .btns-grey:focus, .btns-grey:active {
  background-color: #c7c7c7 !important;
  color: white;
  outline: none !important;
}

.btn-round {
  height: 48px;
  width: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.1);
  box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.1);
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-round .material-icons {
  line-height: 48px;
  color: #4eb29a;
}
.btn-round:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.2);
  box-shadow: 0 0 10px 0 rgba(78, 178, 154, 0.2);
  background-color: white;
}
.btn-round:focus, .btn-round:active {
  outline: 0 !important;
  background-color: white;
}
.btn-round.popup-trigger:hover {
  background-color: #4eb29a;
}
.btn-round.popup-trigger:hover i {
  color: white;
}

.btn-default-block {
  background-color: #4eb29a;
  color: white;
  border: none;
  margin: 12px 0;
}
.btn-default-block:hover, .btn-default-block:focus, .btn-default-block:active {
  background-color: #3a8472;
  color: white;
}
.btn-default-block:hover:hover, .btn-default-block:focus:hover, .btn-default-block:active:hover {
  background-color: #3a8472;
  color: white;
}

.cnt-cg-btn {
  border: none;
  display: block;
  width: auto !important;
  height: auto !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  font-weight: normal !important;
  filter: none !important;
  color: white !important;
  text-shadow: none !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.33333 !important;
  border-radius: 6px !important;
  border: 0 !important;
  display: inline-block;
  margin: 5px;
  background-color: #4eb29a;
}

.cnt-cg-btn.cnt-cg-btn-loadmore {
  display: block !important;
  margin-right: auto;
  margin-left: auto;
}

.mktoOffset {
  width: 0 !important;
}

.page .mktoOffset {
  width: 10px !important;
}

.mktoField {
  padding: 8px !important;
  border-color: #e1e1e1 !important;
  box-shadow: none !important;
}
.mktoField:focus {
  background-color: #f9f9f9 !important;
}

.mktoInvalid {
  border-color: #8C0005 !important;
}

.mktoLabel {
  line-height: 30px !important;
}

.mktoForm h1, .mktoForm h2, .mktoForm h3, .mktoForm h4, .mktoForm h5 {
  font-family: "PT Sans", sans-serif !important;
  font-weight: 600 !important;
}
.mktoForm h1 strong, .mktoForm h2 strong, .mktoForm h3 strong, .mktoForm h4 strong, .mktoForm h5 strong {
  font-weight: 600 !important;
}

.mktoForm .mktoButtonWrap.mktoRound,
.mktoForm .mktoButtonWrap.mktoLight {
  display: inline-block;
  padding: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton,
.mktoForm .mktoButtonWrap.mktoLight .mktoButton,
.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
  border: none;
  display: block;
  width: auto !important;
  height: auto !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  font-weight: normal !important;
  background: #4eb29a !important;
  background-color: #4eb29a !important;
  filter: none !important;
  color: white !important;
  text-shadow: none !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.33333 !important;
  border-radius: 6px !important;
  border: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoLight .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover {
  background: #3a8472 !important;
}

.resources-template-default.single-resources .cnt-marketo-form-container {
  margin: 50px 0 0 0;
}
@media (max-width: 48em) {
  .resources-template-default.single-resources .cnt-marketo-form-container {
    overflow: hidden !important;
  }
  .resources-template-default.single-resources .cnt-marketo-form-container form, .resources-template-default.single-resources .cnt-marketo-form-container .mktoHtmlText {
    width: 100% !important;
  }
}
.resources-template-default.single-resources .cnt-marketo-form-container .mktoLabel,
.resources-template-default.single-resources .cnt-marketo-form-container .mktoField {
  width: 50% !important;
}
@media (max-width: 36.25em) {
  .resources-template-default.single-resources .cnt-marketo-form-container .mktoLabel,
.resources-template-default.single-resources .cnt-marketo-form-container .mktoField {
    width: 100% !important;
  }
}
.resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow[class*=gDPROptin].has-checkbox .mktoCheckboxList {
  position: absolute;
  left: 0;
}
@media (max-width: 36.25em) {
  .resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow[class*=gDPROptin].has-checkbox .mktoCheckboxList {
    position: absolute !important;
  }
  .resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow[class*=gDPROptin].has-checkbox .mktoCheckboxList label:before {
    right: 0;
    left: auto;
  }
}
.resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow[class*=gDPROptin].has-checkbox .mktoHtmlText {
  padding-left: 35px;
}
.resources-template-default.single-resources .cnt-marketo-form-container fieldset.mktoFormCol .mktoCheckboxList {
  position: relative !important;
  float: right;
}
@media (max-width: 36.25em) {
  .resources-template-default.single-resources .cnt-marketo-form-container fieldset.mktoFormCol .mktoCheckboxList {
    left: auto !important;
    right: 0;
  }
}

.mktoForm div.mktoButtonRow {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.single-resources .mktoForm:not(.newsletter-modal-mkto) {
  max-width: 400px;
}

.mktoForm {
  width: 100% !important;
}
@media (max-width: 30em) {
  .mktoForm {
    padding: 0 !important;
  }
}

.mktoForm .mktoFormCol {
  width: 100%;
}
@media (max-width: 30em) {
  .mktoForm .mktoFormCol {
    float: left !important;
  }
}

.newsletter-modal-mkto .mktoFormCol,
.page-template-template-about-us .cnt-marketo-form .mktoFormCol {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 36.25em) {
  .newsletter-modal-mkto .mktoFormCol,
.page-template-template-about-us .cnt-marketo-form .mktoFormCol {
    width: 100% !important;
  }
}

.mktoField {
  border-radius: 3px !important;
}

.mktoLabel,
.mktoField,
.mktoForm .mktoFieldWrap {
  width: 100% !important;
}
@media (max-width: 36.25em) {
  .mktoLabel,
.mktoField,
.mktoForm .mktoFieldWrap {
    width: 100% !important;
  }
}

.mktoFieldWrap .mktoGutter,
.mktoAsterix,
.mktoForm .mktoOffset {
  display: none !important;
}

fieldset.mktoFormCol {
  width: 100% !important;
}

.newsletter-modal-mkto .mktoFormRow,
.page-template-template-about-us .cnt-marketo-form .mktoFormRow {
  margin: 0 -10px !important;
}

.newsletter-modal-mkto label[for=acceptedTCs].mktoLabel {
  display: none !important;
}
.newsletter-modal-mkto fieldset .mktoCheckboxList {
  float: right;
}
@media (max-width: 36.25em) {
  .newsletter-modal-mkto fieldset .mktoCheckboxList {
    float: left;
  }
}

fieldset {
  border: none !important;
  margin-bottom: 0 !important;
}
fieldset legend {
  padding: 0 !important;
  margin: 24px 0 !important;
  font-size: 18px;
  float: left;
}
fieldset .mktoFormRow {
  margin-left: -10px;
  margin-right: -10px;
}
fieldset .mktoLabel {
  width: 150px !important;
  line-height: normal !important;
}
@media (max-width: 36.25em) {
  fieldset .mktoLabel {
    width: 95% !important;
  }
}
fieldset .mktoFieldDescriptor.mktoFormCol {
  width: 50% !important;
}
@media (max-width: 36.25em) {
  fieldset .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
  }
}
fieldset .mktoFormCol {
  width: 60% !important;
}
@media (max-width: 36.25em) {
  fieldset .mktoFormCol {
    width: 100% !important;
  }
}
fieldset .mktoCheckboxList label {
  margin: 0 !important;
}
@media (max-width: 36.25em) {
  fieldset strong {
    padding: 0 !important;
  }
}
@media (max-width: 36.25em) {
  fieldset .mktoCheckboxList {
    width: auto !important;
  }
}

.mktoHtmlText {
  width: auto !important;
}

.mktoFormRow {
  position: relative;
}
.mktoFormRow:nth-last-child {
  display: none !important;
}

form > .mktoFormRow.has-checkbox .mktoFormCol,
.mktoFormRow.acceptedTCs .mktoFormCol,
.mktoFormRow.righttoberemoved .mktoFormCol,
.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoFormCol {
  width: 100% !important;
}
@media (max-width: 30em) {
  form > .mktoFormRow.has-checkbox .mktoFormCol,
.mktoFormRow.acceptedTCs .mktoFormCol,
.mktoFormRow.righttoberemoved .mktoFormCol,
.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoFormCol {
    float: left !important;
    clear: unset !important;
  }
}
form > .mktoFormRow.has-checkbox fieldset.mktoFormCol,
.mktoFormRow.acceptedTCs fieldset.mktoFormCol,
.mktoFormRow.righttoberemoved fieldset.mktoFormCol,
.mktoFormRow.subscribedtoCZSEWMasterMarketing fieldset.mktoFormCol {
  padding-left: 0;
}
form > .mktoFormRow.has-checkbox .mktoHtmlText,
.mktoFormRow.acceptedTCs .mktoHtmlText,
.mktoFormRow.righttoberemoved .mktoHtmlText,
.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoHtmlText {
  padding-left: 35px;
}
form > .mktoFormRow.has-checkbox .mktoHtmlText span,
.mktoFormRow.acceptedTCs .mktoHtmlText span,
.mktoFormRow.righttoberemoved .mktoHtmlText span,
.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoHtmlText span {
  display: inline-block;
}
@media (max-width: 30em) {
  form > .mktoFormRow.has-checkbox .mktoHtmlText *,
.mktoFormRow.acceptedTCs .mktoHtmlText *,
.mktoFormRow.righttoberemoved .mktoHtmlText *,
.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoHtmlText * {
    padding: 0 !important;
  }
}

form > .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol,
form > .acceptedTCs .has-checkbox > .mktoFieldDescriptor.mktoFormCol,
form > .mktoFormRow.has-checkbox:not(.Subscribed_to_CZ_Newsletter__c) > .mktoFormCol.mktoFieldDescriptor,
.gdpr__form .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol,
.gdpr__form .acceptedTCs .has-checkbox > .mktoFieldDescriptor.mktoFormCol {
  width: 40px !important;
  position: absolute;
  left: 0;
  z-index: 10;
}
@media (max-width: 30em) {
  form > .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol,
form > .acceptedTCs .has-checkbox > .mktoFieldDescriptor.mktoFormCol,
form > .mktoFormRow.has-checkbox:not(.Subscribed_to_CZ_Newsletter__c) > .mktoFormCol.mktoFieldDescriptor,
.gdpr__form .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol,
.gdpr__form .acceptedTCs .has-checkbox > .mktoFieldDescriptor.mktoFormCol {
    float: left !important;
    clear: unset !important;
  }
}
form > .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol .mktoLabel,
form > .acceptedTCs .has-checkbox > .mktoFieldDescriptor.mktoFormCol .mktoLabel,
form > .mktoFormRow.has-checkbox:not(.Subscribed_to_CZ_Newsletter__c) > .mktoFormCol.mktoFieldDescriptor .mktoLabel,
.gdpr__form .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol .mktoLabel,
.gdpr__form .acceptedTCs .has-checkbox > .mktoFieldDescriptor.mktoFormCol .mktoLabel {
  display: none;
}

.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
  margin-left: 0 !important;
}

.mktoFormRow[class*=gDPROptin] .mktoLabel {
  width: 60% !important;
}
.mktoFormRow[class*=gDPROptin] .mktoCheckboxList {
  width: 40% !important;
}

.gdpr__form .mktoFormRow [class*=gDPROptin] {
  display: none;
}

.mktoLabel *, .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  padding: 0 !important;
}

.mktoFieldWrap .mktoCheckboxList {
  position: relative;
}
.mktoFieldWrap .mktoCheckboxList label:before {
  left: 0;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  margin-left: 0 !important;
}

.has-checkbox {
  margin: 5px 0 !important;
}

#cookie-bar {
  background: #4eb29a;
  height: auto;
  line-height: 24px;
  color: white;
  text-align: center;
  padding: 3px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
#cookie-bar p {
  margin: 0;
  padding: 10px 0;
}
#cookie-bar a {
  color: white;
  text-decoration: underline;
}
#cookie-bar a:hover {
  color: #ccc;
}
#cookie-bar .cb-enable {
  color: white;
  display: inline-block;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 20px;
  padding: 2px 15px;
  background: transparent;
  border: 2px solid white;
}
#cookie-bar .cb-enable:hover {
  background: #3a8472;
  color: white;
}
@media (max-width: 64em) {
  #cookie-bar .cb-enable {
    margin-top: 5px;
  }
}
#cookie-bar .cb-disable {
  background: #262626;
}
#cookie-bar .cb-disable:hover {
  background: #262626;
}
#cookie-bar .cb-policy {
  background: #262626;
}
#cookie-bar .cb-policy:hover {
  background: #262626;
}

#signup-bar {
  background: #4eb29a;
  height: auto;
  line-height: 24px;
  color: white;
  text-align: center;
  z-index: 999;
}
#signup-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#signup-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 9999999;
}
#signup-bar p {
  margin: 0;
  padding: 10px 0;
}
#signup-bar a {
  color: white;
  text-decoration: underline;
}
#signup-bar a:hover {
  color: #ccc;
}
#signup-bar .sb-enable {
  color: white;
  display: inline-block;
  text-decoration: none;
  padding: 20px 15px;
  background: transparent;
  width: 100%;
  font-size: 1.5em;
}
#signup-bar .sb-enable:hover {
  background: #3a8472;
  color: white;
}
#signup-bar .sb-disable {
  color: white;
  display: inline-block;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 20px;
  padding: 2px 15px;
  background: transparent;
  border: 2px solid white;
}
#signup-bar .sb-disable:hover {
  background: #3a8472;
  color: white;
}
@media (max-width: 64em) {
  #signup-bar .sb-disable {
    margin-top: 5px;
  }
}
#signup-bar .sb-policy {
  background: #262626;
}
#signup-bar .sb-policy:hover {
  background: #262626;
}

.company__column {
  width: 100%;
  padding: 40px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
.company__column img {
  margin: 0 auto;
}
.company__column h3 {
  margin: 0 0 24px 0;
  color: #4eb29a;
}
.company__column p {
  margin: 0 0 30px 0;
  font-size: 16px;
}
.company__more {
  display: block;
  color: #262626;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.company__more:after {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  -webkit-font-feature-settings: "liga";
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.homepagesection__title {
  width: 60%;
  text-align: left;
  float: left;
}
.homepagesection__link {
  width: 40%;
  text-align: right;
  float: right;
}
.homepagesection__link h4 {
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.homepagesection__link h4 a {
  color: #333333;
}

.section__heading {
  position: relative;
}
@media (max-width: 36.25em) {
  .section__heading {
    display: table;
    width: 100%;
  }
}
.section__heading h2 {
  margin: 50px 0 40px 0;
}
@media (max-width: 36.25em) {
  .section__heading h2 {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0;
    float: none;
  }
}
.section__view-more {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  color: #262626;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  padding-left: 5px;
}
@media (max-width: 36.25em) {
  .section__view-more {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    min-width: 135px;
    float: none;
  }
}
.section__view-more:after {
  font-family: "Material Icons";
  content: "chevron_right";
  font-size: 18px;
  position: relative;
  top: 3px;
  margin: 0 0 0 6px;
}
.section__view-more:hover, .section__view-more:active, .section__view-more:focus {
  text-decoration: none;
}
.section__ab--ad {
  padding: 0 !important;
}
.section__ab__card--3 {
  width: 33.3333%;
  float: left;
}
.section__ab-col__9 {
  width: 75%;
  float: left;
}
@media (max-width: 77.5em) {
  .section__ab-col__9 {
    width: 100%;
    padding: 0;
  }
}
.section__ab-col__3 {
  width: 25%;
  float: right;
}
@media (max-width: 77.5em) {
  .section__ab-col__3 {
    width: 100%;
    padding: 0;
  }
}
.section__ab-col__3 .ab--twitter, .section__ab-col__3 .ab--announcements {
  padding: 0 12px;
  float: left;
}
@media (min-width: 38.75em) and (max-width: 58.125em) {
  .section__ab-col__3 .ab--twitter, .section__ab-col__3 .ab--announcements {
    width: 50%;
  }
}
@media (min-width: 58.125em) and (max-width: 77.5em) {
  .section__ab-col__3 .ab--twitter, .section__ab-col__3 .ab--announcements {
    width: 33.333%;
  }
}
.section__ab-container {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 -24px 0;
}
.section__ab-jobs {
  padding: 0;
}

@media (min-width: 58.125em) and (max-width: 77.5em) {
  .resources-category-container {
    width: 100%;
    padding: 0;
  }
  .resources-category-container .category-list__container {
    width: 33.3333%;
    padding: 0 12px;
    float: left;
  }
}

@media (min-width: 58.125em) and (max-width: 77.5em) {
  .featured-jobs-container {
    width: 100%;
    padding: 0 12px;
  }
  .featured-jobs-container .logo-list li {
    width: 25%;
  }
}

.ad {
  padding: 0;
  /*** TEMP CLASSES ***/
}
@media (min-width: 58.125em) {
  .ad__2 {
    float: right;
  }
}
@media (min-width: 38.75em) and (max-width: 58.115em) {
  .ad__2 {
    padding: 0;
  }
}
.ad__2 img {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 38.75em) and (max-width: 58.115em) {
  .ad__2 .ab {
    padding: 0 12px;
  }
}
.ad__flex {
  min-height: 312px;
}
.ad__leaderboard {
  text-align: center;
  margin: 16px 0 40px 0;
}
.ad__container {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
.ad__container--1 {
  height: 288px;
}
.ad__container--2 {
  height: 600px;
}
.ad__canvas {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: table;
  height: 300px;
  width: 100%;
}
.ad__canvas--hidden {
  display: none;
}
.ad__canvas-payload {
  position: relative;
}
@media (max-width: 33.125em) {
  .ad__canvas-payload {
    display: none;
  }
}
.ad__canvas-payload-script {
  display: none;
}
.ad__canvas-payload #ca_block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ad__canvas--scroll .ad__canvas {
  height: 80px;
  display: table;
  position: fixed;
  top: 50px;
  z-index: 99;
  background-image: none !important;
}
.ad__canvas--scroll .ad__canvas .ad__canvas-container {
  vertical-align: middle;
}
.ad__canvas--scroll .ad__canvas .ad__canvas-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0;
}
.ad__canvas--scroll .ad__canvas .ad__canvas-content h2 {
  font-size: 24px;
  display: inline-block;
  margin: 0;
}
.ad__canvas--scroll .ad__canvas .ad__canvas-content .btn {
  padding: 0;
  background-color: transparent !important;
  display: inline-block;
}
.ad__canvas--scroll .ad__canvas .ad__canvas-logo {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  bottom: 0;
  right: 0;
}
.ad__canvas--scroll .ad__canvas .ad__canvas-logo img {
  height: 32px;
}
.ad__canvas--scroll .ad__canvas--block {
  height: 280px;
}
.ad__canvas--scroll #ca_cta {
  margin-left: 30px;
}
@media (max-width: 64em) {
  .ad__canvas--scroll #ca_cta {
    display: block;
    margin: 0;
    text-align: left;
  }
}
.ad__canvas-container {
  display: table-cell;
  vertical-align: middle;
}
.ad__canvas .container {
  position: relative;
}
.ad__canvas-content {
  width: 60%;
  padding: 40px 0;
}
@media (max-width: 87.5em) {
  .ad__canvas-content {
    width: 80%;
  }
}
@media (max-width: 48em) {
  .ad__canvas-content {
    width: 100%;
  }
}
.ad__canvas h2 {
  margin: 0 0 40px 0;
  font-size: 48px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.ad__canvas .btn {
  font-size: 16px;
  padding: 12px 35px;
  background-color: white;
  color: #262626;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ad__canvas-logo {
  position: absolute;
  bottom: 40px;
  right: 24px;
}
.ad__canvas-logo img {
  height: 55px;
}
.ad__canvas-active.single .post-motif {
  display: none;
}
.ad__canvas-active.single .single-post__breadcrumb {
  margin-top: 33px;
}
.ad__canvas-active.single .ranking-panel__header-container--fixed {
  display: none;
}
.ad__slot--leaderboard.ad__is-empty {
  padding: 30px 0;
}
.ad__slot--leaderboard.ad__is-empty .container--leaderboard-ad {
  padding: 0;
}
@media (max-width: 77.4375em) {
  .ad__sidebar-skyscraper {
    display: none;
  }
}

.ad > div[id^=div-gpt-ad-] iframe, .ad__container > div[id^=div-gpt-ad-] iframe, .container--leaderboard-ad > div[id^=div-gpt-ad-] iframe {
  border: 1px solid rgba(38, 38, 38, 0.2) !important;
}

.container .container.container--leaderboard-ad {
  width: auto;
  padding: 0;
}
.container--leaderboard-ad {
  text-align: center;
  z-index: 99;
}

@media (min-width: 33.1875em) {
  .hide-on-takeover-ad {
    display: none;
  }
}

@media (min-width: 48em) {
  .nav__shrunk .ad__fixed-viewability {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 998;
    position: relative;
  }
  .nav__shrunk .ad__fixed-viewability .container--leaderboard-ad {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 50px;
    left: 0;
    padding: 30px 0;
  }
}

.adblock--yes .ad__slot--leaderboard {
  margin-top: 60px;
}
.adblock--yes.post-type-archive-events .ad__slot--leaderboard, .adblock--yes.page .ad__slot--leaderboard {
  margin-top: 0;
}
.adblock--yes .container--leaderboard-ad {
  display: none;
}

.page .container--leaderboard-ad,
.search .container--leaderboard-ad,
.post-type-archive-events .container--leaderboard-ad {
  padding: 40px 0;
  margin-bottom: -50px;
}

.single .container--leaderboard-ad, .archive .container--leaderboard-ad {
  padding: 40px 0;
}

.jobs__block {
  margin: -24px -12px 0 -12px;
}
.jobs__block ul {
  padding: 0;
  margin: 0;
}
.jobs__block ul li {
  list-style: none;
  height: 132px;
  display: table;
  width: 16.666666%;
  float: left;
  padding: 0 12px;
  margin-top: 24px;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
@media (max-width: 77.5em) {
  .jobs__block ul li {
    width: 25%;
  }
}
@media (max-width: 50em) {
  .jobs__block ul li {
    width: 33%;
  }
}
@media (max-width: 37.5em) {
  .jobs__block ul li {
    width: 50%;
  }
}
.jobs__block ul li a {
  background-color: white;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #262626;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 12px;
}

.page-template-page-latest .section__contrast {
  margin-top: 60px;
}

.post-motif {
  background-image: url("../img/graphic--post.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 467px;
  height: 803px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
}
@media (max-width: 103.75em) {
  .post-motif {
    display: none;
  }
}

.single-post__next-article-divider {
  text-align: center;
  border: 1px solid #4eb29a;
  background: #f6fffd;
  color: #4eb29a;
  border-radius: 5px;
}
@media (max-width: 30em) {
  .single-post__next-article-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.single-post__next-article-divider .fa {
  position: relative;
  top: -3px;
  margin: 0 5px;
}
@media (min-width: 31.25em) and (max-width: 77.5em) {
  .single-post .container {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.single-post .embed-container {
  margin-bottom: 24px;
}
.single-post .lb-caption {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}
@media (min-width: 58.125em) {
  .single-post__header h1 {
    font-size: 60px;
    margin: 30px 0;
  }
}
.single-post__header p {
  font-size: 21px;
  font-family: "PT Sans", sans-serif;
  margin: 0 0 70px 0;
}
@media (max-width: 77.5em) {
  .single-post__header p {
    margin-bottom: 40px;
  }
}
.single-post__header .material-icons {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.single-post__thumbnail {
  margin-bottom: 24px;
}
.single-post__related-content {
  margin: 0 0 0 -200px;
  padding: 24px 24px 24px 0;
}
.single-post__related-content__heading {
  margin: 0 30px 24px 0;
}
.single-post__breadcrumb a, .single-post__breadcrumb span[property=name] {
  font-size: 18px;
  font-weight: 600;
  font-family: "PT Sans", sans-serif;
  color: #4eb29a;
}
.single-post__breadcrumb i {
  vertical-align: middle;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px 3px 5px;
}
.single-post__author {
  font-size: 14px;
}
@media (max-width: 77.5em) {
  .single-post__author {
    margin-bottom: 40px;
  }
  .single-post__author-link, .single-post__author span {
    display: inline;
  }
}
.single-post__author-link {
  display: block;
  float: left;
  width: 100%;
  font-weight: bold;
  color: #4eb29a;
}
.single-post__author-link--no-title {
  margin-top: 12px;
  float: left;
  width: 100%;
}
.single-post__author strong, .single-post__author span {
  display: block;
}
.single-post__author .events__members, .single-post__author span {
  margin-bottom: 12px;
}
.single-post__author .addthis_inline_share_toolbox {
  margin-top: 24px;
}
.single-post__author .addthis_inline_share_toolbox span {
  margin: 0 !important;
}
.single-post__author .addthis_inline_share_toolbox .at-share-btn {
  margin: 0 12px 0 0 !important;
  background-color: #4eb29a !important;
}
.single-post__author .addthis_inline_share_toolbox .at-share-btn path {
  fill: white !important;
}
.single-post__author-info {
  margin: -12px 0 12px 0;
}
.single-post__author .company-logo {
  margin-bottom: 40px;
}
.single-post__author .post-categories {
  padding: 0;
}
.single-post__author .post-categories li {
  list-style-type: none;
}
.single-post__author .post-categories li a {
  color: #4eb29a;
  font-weight: bold;
}
.single-post__author .post-categories li a:hover {
  color: #3a8472;
}
@media (min-width: 77.4375em) {
  .single-post__content .static {
    position: fixed;
    top: 70px;
    left: 500px;
    width: 330px;
    height: 186px;
    z-index: 1;
  }
}
.single-post__content #video-container {
  background-color: #262626;
}
.single-post__content h4, .single-post__content h5, .single-post__content h6 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.single-post__content iframe {
  margin-bottom: 24px;
}
.single-post__content img {
  max-width: 100%;
  height: auto;
}
.single-post__content ul, .single-post__content ol, .single-post__content p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px 0;
  display: block;
}
@media (max-width: 38.74em) {
  .single-post__content ul, .single-post__content ol, .single-post__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-post__content ul, .single-post__content ol {
  display: block;
}
.single-post__content ul li, .single-post__content ol li {
  margin-bottom: 5px;
}
.single-post__content .attachment-container {
  text-align: center;
}
.single-post__content figure {
  position: relative;
  margin: 24px auto;
  max-width: 100%;
}
.single-post__content figure .btn-round {
  position: absolute;
  top: 24px;
  right: 24px;
}
.single-post__content figure img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.single-post__content figure figcaption {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0 0 0;
}
.single-post__content .cnt-marketo-form-container p {
  font-size: 13px;
  line-height: normal;
}
.single-post__tags {
  margin: 45px 0 60px 0;
}
.single-post__tags p {
  display: inline;
}
.single-post__tags-list {
  display: inline !important;
  margin: 0;
  padding: 0;
}
.single-post__tags-list li {
  display: inline;
  list-style-type: none;
  position: relative;
}
.single-post__tags-list li:first-child:before {
  display: none;
}
.single-post__tags-list li:before {
  position: absolute;
  content: "|";
  font-size: 18px;
  left: -5px;
  top: -3px;
}
.single-post__tags-list li a {
  font-size: 18px;
  color: #4eb29a;
  margin: 0 15px;
}
.single-post__tags-list li a:hover {
  color: #262626;
}
@media (min-width: 53.75em) and (max-width: 77.4375em) {
  .single-post__sidebar-promo, .single-post__sidebar .ad {
    width: 50%;
    float: left;
  }
}
@media (max-width: 53.6875em) {
  .single-post__sidebar-promo, .single-post__sidebar .ad {
    width: 100%;
  }
}
.single-post__sidebar .ab {
  max-width: 330px;
  margin: 0 auto;
}
.single-post__sidebar .ad {
  text-align: center;
  margin-bottom: 40px;
}
.single-post__related-articles {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-post__related-articles h2 {
  margin: 0 0 40px 0;
}
@media (min-width: 38.6875em) and (max-width: 48em) {
  .single-post__related-articles .col-md-4, .single-post__related-articles .col-md-__odd {
    width: 100%;
  }
}
@media (min-width: 58.125em) and (max-width: 72.5em) {
  .single-post__related-articles .col-md-__odd .ab {
    width: 100%;
  }
  .single-post__related-articles .col-md-__odd .ab:last-child {
    display: none;
  }
}

.archive .ad__canvas-payload {
  margin-bottom: 40px;
}
.archive .breadcrumbs a, .archive .breadcrumbs span[property=name] {
  font-size: 30px;
  color: #262626;
}
.archive .breadcrumbs i {
  font-size: 30px;
  margin: 0 8px;
  position: relative;
  bottom: 6px;
}
.archive-title {
  margin-bottom: 40px;
  display: table;
  width: 100%;
}
@media (max-width: 40em) {
  .archive-title {
    margin-bottom: 24px;
  }
}
.archive-title__breadcrumb, .archive-title__filter {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 50%;
}
@media (max-width: 40em) {
  .archive-title__breadcrumb, .archive-title__filter {
    width: 100%;
    display: block;
  }
}
.archive-title__filter {
  text-align: right;
}
@media (max-width: 40em) {
  .archive-title__filter {
    margin: 14px 0 0 0;
  }
}
.archive-title__filter .btn-group {
  margin-left: 24px;
}
.archive-title__filter .btn-group > a {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  color: #262626;
}
.archive-title__filter .btn-group > a i {
  vertical-align: middle;
}
.archive-title__filter .btn-group > a:hover, .archive-title__filter .btn-group > a:active, .archive-title__filter .btn-group > a:focus {
  text-decoration: none;
}
.archive-title__filter .btn-group .dropdown-toggle {
  text-decoration: none;
  box-shadow: none;
  padding: 7px 24px;
  margin: 10px 0;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
.archive-title__filter .btn-group.open .dropdown-toggle:after {
  content: "";
  background-image: url("../img/nav-pointer.png");
  width: 19px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: auto;
}
.archive-title__filter .btn-group .dropdown-menu {
  height: auto;
  max-height: 235px;
  overflow-x: hidden;
  border: 0;
}
.archive-title__filter .btn-group .dropdown-menu__clip {
  right: 0;
  left: auto;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
.archive__pagination {
  text-align: center;
  margin: 40px 0 0 0;
}
.archive__sidebar .ab {
  max-width: 330px;
  margin: 0 auto;
}
.archive__sidebar .ad {
  text-align: center;
  margin-bottom: 40px;
}
.archive__filter-sort {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.archive-author {
  margin-bottom: 60px;
  margin-top: 20px;
}
.archive-authordetails {
  margin-bottom: 3rem;
}
.archive-authordetails div.followon p {
  margin-bottom: 0;
}
.archive-authordetails_image img {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 3px;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 3px;
  background-color: white;
  color: #4eb29a;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
.page-numbers:hover, .page-numbers.current {
  background-color: #4eb29a;
  color: white;
  text-decoration: none;
}

.redirect-spinner {
  width: 40px;
  height: 40px;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto 20px auto;
}
.redirect-previous-page {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.announcements__slider {
  visibility: hidden;
  min-height: 170px;
}
.announcements__slider .slick-slide:focus, .announcements__slider .slick-slide:active {
  outline: 0;
}
.announcements__slider .slick-dots {
  margin: 20px 0 0 0;
  text-align: left;
}
.announcements__slider .slick-dots li {
  margin: 0;
}
.announcements__slider .slick-dots li button:before {
  font-size: 10px;
  color: #4eb29a;
}
.announcements__slider .slick-dots li.slick-active button:before {
  color: #4eb29a;
}

.post-type-archive-resources .breadcrumbs a, .post-type-archive-resources .breadcrumbs span[property=name] {
  font-size: 30px;
}

.page h1 {
  margin: 40px 0;
}
.page p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 75em) {
  .page__container {
    width: 1038px;
    padding: 0;
  }
}

.search .archive-title {
  margin-top: 50px;
}
.search.ad__canvas-active .archive-title {
  margin-top: 40px;
}
.search .breadcrumbs span[property=name] {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #262626;
}

.reports__cover-container {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.reports__cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-color: grey;
  height: 385px;
  margin-bottom: 80px;
  position: relative;
  display: table;
}
.reports__cover-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.reports__cover-image h1 {
  margin: 0;
  text-align: center;
  font-size: 48px;
  color: white;
}
@media (max-width: 38.74em) {
  .reports__cover-image h1 {
    font-size: 36px;
  }
}
.reports__breadcrumb {
  text-align: center;
  margin-bottom: 35px;
}
.reports__breadcrumb a, .reports__breadcrumb span[property=name] {
  font-size: 18px;
  font-weight: 600;
  font-family: "PT Sans", sans-serif;
  color: white;
}
.reports__breadcrumb i {
  vertical-align: middle;
  font-size: 18px;
  display: inline-block;
  margin: 0 5px;
  color: white;
}
.reports__breadcrumb span[typeof=ListItem] {
  vertical-align: middle;
  display: inline-block;
}
.reports__breadcrumb span[typeof=ListItem]:last-child {
  width: 300px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  font-family: "PT Sans", sans-serif;
  color: white;
  text-align: left;
}
.reports__image {
  position: relative;
}
.reports__image .popup-trigger {
  position: absolute;
  top: 24px;
  right: 24px;
}
.reports__image--wide {
  margin: 24px 0;
}
.reports__image--full-width {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 38.74em) {
  .reports__image--full-width {
    height: 350px;
  }
}
.reports__image--full-width__container {
  margin: 24px 0;
}
.reports__caption {
  font-size: 14px !important;
  margin: 0;
}
.reports__caption--wide {
  margin: 24px 24px 0 0;
}
.reports__caption--full-width {
  margin: 24px 24px 0 24px;
}
.reports figure {
  position: relative;
}
.reports figure .btn-round {
  position: absolute;
  top: 24px;
  right: 24px;
}
.reports__charts .chartjs-render-monitor {
  margin: 40px auto;
}
.reports__charts p {
  font-size: 14px;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
.reports__download-btn {
  text-decoration: none;
  box-shadow: none;
  padding: 7px 24px;
  margin: 24px 0;
  display: inline-block;
  background-color: #4eb29a;
  color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
.reports__download-btn:hover, .reports__download-btn:active, .reports__download-btn:focus {
  background-color: #3a8472;
  color: white;
}
.reports-template-default .single-post__content h1, .reports-template-default .single-post__content h2, .reports-template-default .single-post__content h3, .reports-template-default .single-post__content h4 {
  display: inline-block;
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
}
.reports-template-default .single-post__content blockquote {
  padding: 20px;
  margin: 10px 0 20px 0;
}
.reports-template-default .single-post__content blockquote p {
  font-size: 24px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
}

.author .archive-title__breadcrumb {
  width: 100%;
}
.author__image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.author__profile {
  display: flex;
}
@media (max-width: 37.5em) {
  .author__profile {
    display: block;
  }
}
.author__profile-image {
  padding: 0 30px;
}
@media (max-width: 37.5em) {
  .author__profile-image {
    width: 100%;
    text-align: center;
  }
}
.author__profile-bio h3 {
  margin-top: 0;
}
@media (max-width: 37.5em) {
  .author__profile-bio h3 {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 37.5em) {
  .author__profile-bio h3 small {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}
@media (max-width: 37.5em) {
  .author__profile-bio p {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 37.5em) {
  .author__profile-bio {
    width: 100%;
  }
}
.author__profile-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 37.5em) {
  .author__profile-social {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.author__profile-social span {
  margin-right: 6px;
  font-size: 14px;
  opacity: 0.8;
}
.author__profile-social .social-icons {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.author__profile-social .social-icons li {
  display: inline;
  font-size: 24px;
}

.marketplace__homepage {
  padding: 80px 0 0 0;
}
.marketplace .container--leaderboard-ad {
  margin-bottom: 0 !important;
}
.marketplace h1 {
  font-size: 60px;
  margin: 5px 0 25px 0;
}
.marketplace .archive-title {
  margin-bottom: 10px;
}
.marketplace__archive p {
  max-width: 75%;
}
.marketplace__search-results {
  display: none;
}
.marketplace__search-results #hits {
  position: relative;
}
.marketplace__search-results #hits .ais-hits {
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 99;
  background-color: white;
  width: 100%;
  max-width: 420px;
  max-height: 400px;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
@media (max-width: 30em) {
  .marketplace__search-results #hits .ais-hits {
    top: 50px;
  }
}
.marketplace__search-results #hits .ais-hits__empty {
  padding: 10px;
}
.marketplace__search-results #hits .ais-hits .ais-hits--item a {
  color: #344961;
  padding: 10px;
  border-bottom: 1px solid rgba(52, 73, 97, 0.1);
  display: block;
}
.marketplace__search-results #hits .ais-hits .ais-hits--item a:hover {
  background-color: #4eb29a;
  color: white;
}
.marketplace__search-results #hits .ais-hits .ais-hits--item a em {
  font-weight: bold;
  font-style: normal;
  color: #344961;
}
.marketplace__search-input-group input {
  padding: 23px;
  font-size: 16px;
  border-bottom-left-radius: 30px !important;
  border-top-left-radius: 30px !important;
  border-right: 0;
  width: 60% !important;
  position: relative;
  z-index: 991;
}
@media (max-width: 30em) {
  .marketplace__search-input-group input {
    width: 100% !important;
    border-bottom-right-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
}
.marketplace__search-input-group select {
  padding: 12.5px;
  font-size: 16px;
  height: auto;
  width: 40% !important;
}
@media (max-width: 30em) {
  .marketplace__search-input-group select {
    width: 100% !important;
    border-radius: 30px !important;
  }
}
@media (max-width: 42.5em) {
  .marketplace__search-input-group .input-group {
    display: block;
    width: 100%;
  }
}
@media (max-width: 42.5em) {
  .marketplace__search-input-group .input-group-btn {
    display: block;
    margin: 10px 0 0 0;
    float: right;
    width: 100%;
  }
}
.marketplace__search-input-group .btn-default {
  height: 48px;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #4eb29a;
  color: white;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-color: #4eb29a;
}
@media (max-width: 42.5em) {
  .marketplace__search-input-group .btn-default {
    float: right;
    display: block;
    margin: 10px 0 0 0;
    border-bottom-left-radius: 30px !important;
    border-top-left-radius: 30px !important;
    width: 100%;
  }
}
.marketplace__categories {
  margin-top: 30px;
}
.marketplace__categories span {
  display: inline;
  margin-right: 15px;
}
.marketplace__categories-list {
  height: 49px !important;
}
@media (max-width: 30em) {
  .marketplace__categories-list {
    border-radius: 30px;
    margin-top: 20px;
    display: block;
  }
}
.marketplace__categories-popular {
  margin: 0;
  padding: 0;
  display: inline;
}
.marketplace__categories-popular li {
  display: inline;
}
.marketplace__categories-popular li:after {
  content: "|";
  position: relative;
  margin: 0 10px;
}
.marketplace__categories-popular li:last-child:after {
  display: none;
}
.marketplace__categories-more {
  padding: 0;
  margin: 0;
}
.marketplace__categories-more li {
  display: inline;
}
.marketplace__categories-more li a {
  display: inline-block;
  padding: 5px 20px;
  background-color: #4eb29a;
  color: white;
  border-radius: 25px;
  margin: 6px 6px 6px 0;
}
.marketplace__categories-more li a:hover {
  background-color: #3a8472;
}
.marketplace__categories-collapse {
  margin-top: 20px;
  margin-bottom: 20px;
}
.marketplace__get-listed {
  text-align: right;
  background: white;
}
.marketplace__get-listed hr {
  margin: 0;
}
.marketplace__get-listed a {
  font-weight: bold;
  color: #262626;
  margin-bottom: 10px;
  display: block;
}
.marketplace__get-listed a .fa {
  margin-left: 5px;
}
.marketplace #hits {
  position: relative;
}
.marketplace #hits .ais-hits--item em {
  font-weight: bold;
  font-style: normal;
  color: #4eb29a;
  text-decoration: underline;
}
.marketplace #hits .media-thumbnail {
  display: block;
  background-color: grey;
  width: 50px;
  height: 50px;
}
.marketplace__pagination {
  text-align: center;
  margin: 40px 0 0 0;
}
.marketplace__pagination .ais-pagination li {
  display: inline-block;
}
.marketplace__pagination .ais-pagination--item a {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 3px;
  background-color: white;
  color: #4eb29a;
  -webkit-box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
  box-shadow: 0 0 10px 3px rgba(78, 178, 154, 0.15);
}
.marketplace__pagination .ais-pagination--item a:hover, .marketplace__pagination .ais-pagination--item a.current {
  background-color: #4eb29a;
  color: white;
  text-decoration: none;
}
.marketplace__pagination .ais-pagination--item__active a {
  background-color: #4eb29a;
  color: white;
  text-decoration: none;
}
.marketplace__pagination .ais-pagination--item__disabled {
  display: none !important;
}

.single-company .jumbotron.single-marketplace__empty-state h4 {
  text-align: center;
}

.single-marketplace__header {
  margin-bottom: 50px;
}
@media (min-width: 58.125em) {
  .single-marketplace__header h1 {
    font-size: 60px;
    margin: 30px 0;
  }
}
.single-marketplace__header p {
  font-size: 21px;
  font-family: "PT Sans", sans-serif;
  margin: 0 0 30px 0;
}
.single-marketplace__header .btn {
  background-color: #4eb29a;
  color: white;
  border: 0;
  padding: 10px 30px;
  border-radius: 35px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.single-marketplace__header .btn:hover {
  background-color: #3a8472;
}
.single-marketplace__tab ul {
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  border-bottom: 2px solid #d4d4d4;
}
.single-marketplace__tab ul li {
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
}
.single-marketplace__tab ul li a {
  font-family: "PT Sans", sans-serif;
  color: #999999;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  transition: 0.2s all ease-in-out;
  font-weight: 700;
}
.single-marketplace__tab ul li a:after {
  transition: 0.2s all ease-in-out;
  opacity: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  right: 0;
}
.single-marketplace__tab ul li a.active {
  color: #262626;
}
.single-marketplace__tab ul li a:hover, .single-marketplace__tab ul li a.active {
  color: #262626;
}
.single-marketplace__tab ul li a:hover:after, .single-marketplace__tab ul li a.active:after {
  background-color: black;
  opacity: 1;
}
.single-marketplace__social {
  margin-top: 20px;
}
.single-marketplace__product-list .row {
  margin-bottom: 24px;
}
.single-marketplace__sidebar--left img {
  margin-bottom: 24px;
}

.tax-industries .breadcrumbs a, .tax-industries .breadcrumbs span[property=name] {
  font-size: 18px;
  color: #4eb29a;
}
.tax-industries .breadcrumbs i {
  vertical-align: middle;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px 3px 5px;
  bottom: 0;
}
.tax-industries .marketplace__get-listed {
  margin-bottom: 24px;
}

.engage-hub-page-template .archive-title__title {
  color: #262626;
}
.engage-hub-page-template .archive-title__title h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.engage-hub-page-template .archive-content .section__heading h2 {
  margin-top: 0;
}
.engage-hub-page-template .vp {
  margin-bottom: 30px;
}
.engage-hub-page-template .section {
  margin-bottom: 50px;
}

.vp__pinned-content-author {
  display: block;
  margin-bottom: 10px;
}
.vp__pinned-content-slide {
  height: 450px !important;
  color: white;
  padding: 25px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vp__pinned-content-slide * {
  position: relative;
  z-index: 5 !important;
}
.vp__pinned-content-slide--video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: auto;
  z-index: 2 !important;
}
.vp__pinned-content-slide.slick-active:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4 !important;
}
.vp__pinned-content-slide h1, .vp__pinned-content-slide h2, .vp__pinned-content-slide h3, .vp__pinned-content-slide h4, .vp__pinned-content-slide h5 {
  color: white;
}
.vp__pinned-content-slide__content p {
  max-width: 500px;
  font-size: 18px;
  margin-bottom: 15px;
}
.vp__pinned-content .slick-dots {
  z-index: 1;
}
.vp__pinned-content .slick-dots li {
  margin: 0;
  padding: 0;
}
.vp__pinned-content .slick-dots li button:before {
  font-size: 10px;
}
.vp__listing-slider .slick-active button {
  background-color: red !important;
  z-index: 1;
}
.vp__listing-slider .slick-disabled {
  display: none !important;
}
.vp__listing-slider .slick-next:before, .vp__listing-slider .slick-prev:before {
  opacity: 0.75;
  color: black;
}
.vp__listing-slider .slick-next:before {
  opacity: 0.75;
  color: black;
  content: "";
  background-image: url("../img/icon-right.png");
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 68.75em) {
  .vp__listing-slider .slick-next:before {
    background-position: center;
    margin: 0 auto;
    width: 20px;
    height: 20px;
  }
}
.vp__listing-slider .slick-next {
  right: -50px;
}
@media (max-width: 68.75em) {
  .vp__listing-slider .slick-next {
    right: -10px;
  }
}
.vp__listing-slider .slick-prev {
  left: -50px;
}
@media (max-width: 68.75em) {
  .vp__listing-slider .slick-prev {
    left: -10px;
    z-index: 9;
  }
}
.vp__listing-slider .slick-next, .vp__listing-slider .slick-prev {
  width: 50px;
  height: 50px;
}
@media (max-width: 68.75em) {
  .vp__listing-slider .slick-next, .vp__listing-slider .slick-prev {
    background-color: white;
    -webkit-box-shadow: 0 0 10px 3px rgba(255, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(255, 0, 0, 0.1);
    border-radius: 50%;
    width: 35px;
    height: 35px;
  }
}
.vp__listing-slider .slick-prev:before {
  opacity: 0.75;
  color: black;
  content: "";
  background-image: url("../img/icon-right.png");
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 68.75em) {
  .vp__listing-slider .slick-prev:before {
    background-position: center;
    margin: 0 auto;
    width: 20px;
    height: 20px;
  }
}
.vp__listing-slider .slick-dots li button {
  height: 4px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.vp__listing-slider .slick-dots li button:before {
  content: "";
}
.vp__hr {
  border-top: 5px solid #4eb29a;
}
.vp__breadcrumbs__row {
  margin-top: 20px;
}
.vp__breadcrumbs__row .breadcrumbs a, .vp__breadcrumbs__row .breadcrumbs span[property=name] {
  font-size: 18px;
  font-weight: 600;
  font-family: "PT Sans", sans-serif;
  color: #4eb29a;
}
.vp__breadcrumbs__row .breadcrumbs i {
  vertical-align: middle;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px 3px 5px;
}
.vp__content {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 58.0625em) {
  .vp__content-related {
    margin-top: 30px;
  }
}
.vp__content-related-heading {
  margin-top: 0;
}
.vp__content-related__row {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.vp__content-related__row a {
  color: #445055;
}
.vp__content-related__row a:hover {
  color: #4eb29a !important;
}
@media (max-width: 58.0625em) {
  .vp__content-related__row .media-heading {
    margin-top: 20px;
  }
}
.vp__content--description p {
  font-size: 20px;
}
.vp__content .btn-rmi {
  font-size: 20px;
  white-space: pre-wrap;
}
@media (max-width: 58.0625em) {
  .vp__content .btn-rmi {
    margin-top: 30px;
  }
}
.vp-show-more {
  font-size: 20px;
}
.vp-show-more .collapse {
  display: block;
  height: 60px !important;
  overflow: hidden;
}
.vp-show-more .collapse.in {
  height: auto !important;
}
.vp-show-more a.collapsed::after {
  content: "+ Show More";
}
.vp-show-more a:not(.collapsed)::after {
  content: "- Show Less";
}
.vp__speaker {
  margin-top: 30px;
}
.vp__speaker .media-object {
  border-radius: 50%;
  max-width: 80px;
}

/*# sourceMappingURL=main.css.map */
