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

a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@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";
}

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

body {
  font-family: "Roboto", sans-serif;
}

.ad__takeover {
  background-position-x: center;
  background-position-y: top;
  background-size: initial;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.fixed-header-spacing {
  padding-top: 70px;
}

.overlay {
  background-color: #000;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.overlay.show {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 90;
}

.admin-bar .navbar__search.open {
  -webkit-transform: translateX(0px) translateY(70px);
  -ms-transform: translateX(0px) translateY(70px);
  transform: translateX(0px) translateY(70px);
}
.admin-bar .navbar__fixed .navbar__search.open {
  -webkit-transform: translateX(0px) translateY(102px);
  -ms-transform: translateX(0px) translateY(102px);
  transform: translateX(0px) translateY(102px);
}
.admin-bar.ad__takeover {
  background-position-y: 102px;
}

h1, h2, h3, h4, h5 {
  font-family: "Titillium Web", 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: #ff9800;
  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: "Titillium Web", 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;
}

.pill {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #ff9800;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  float: right;
}
.pill a {
  display: block;
  padding: 5px;
}
.pill--alt {
  background-color: transparent;
  border: 2px solid #ff9800;
  color: #ff9800;
}
.pill--alt a {
  color: #ff9800 !important;
}
.pill--alt a:hover {
  text-decoration: none;
  background-color: rgba(255, 152, 0, 0.2);
}

.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%;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 61.9375em) {
  .wrapper {
    position: relative;
  }
}

@media (max-width: 61.9375em) {
  .single-format-audio .article .article__info {
    padding: 0 0 25px 0;
  }
}

.sc-player {
  height: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 2em;
  *zoom: 1;
  display: table;
}
@media (max-width: 61.9375em) {
  .sc-player {
    margin-bottom: 0;
  }
}
.sc-player > .container__wrap {
  display: table-cell;
  vertical-align: middle;
}
.sc-player a {
  text-decoration: none;
  color: #fff;
}
.sc-player li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.sc-controls {
  display: block;
  float: right;
  text-align: center;
}
.sc-controls a {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sc-controls a:hover {
  color: #ff9800;
}
.sc-controls a.sc-pause {
  color: #ff9800;
}
.sc-controls .material-icons {
  font-size: 140px;
}
@media (max-width: 61.9375em) {
  .sc-controls {
    float: left;
    margin-top: 5px;
    margin-bottom: 70px;
    padding: 0;
  }
  .sc-controls .material-icons {
    font-size: 40px;
  }
}
.sc-play span, .sc-pause span {
  display: block;
}
@media (max-width: 61.9375em) {
  .sc-play, .sc-pause {
    display: inline-flex !important;
    vertical-align: middle;
    align-items: center;
  }
  .sc-play span, .sc-pause span {
    display: inline-block;
    margin-left: 5px;
  }
}
.sc-scrubber {
  position: absolute;
  float: right;
  width: 100%;
  bottom: 0;
  left: 0;
}
.sc-attribution {
  width: 104px;
  height: 16px;
  background-image: url("../img/powered-by-soundcloud.png");
  background-size: cover;
  position: absolute;
  right: 7px;
  top: -25px;
}
.sc-attribution a {
  display: block;
  width: 100%;
  height: 100%;
}
.sc-time-indicators {
  background: #9c3538;
  background: rgba(19, 19, 19, 0.22);
  color: #fff;
  border-radius: 4px;
  padding: 7px;
  text-align: right;
}
.sc-time-span {
  height: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  -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;
}
.sc-time-span:hover, .sc-time-span--hover {
  height: 30px;
}

/* SOUNDCLOUD PLAYER *
-----------------------------------------------*/
.sc-player .sc-controls a.sc-pause {
  display: none !important;
}

.sc-player.playing .sc-controls a.sc-play {
  display: none !important;
}

.sc-player.playing .sc-controls a.sc-pause {
  display: block !important;
}
@media (max-width: 61.9375em) {
  .sc-player.playing .sc-controls a.sc-pause {
    display: inline-flex !important;
  }
}

.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  height: 100%;
  position: absolute;
  top: 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;
}

.sc-scrubber .sc-time-indicators {
  position: absolute;
  left: 5px;
  top: -35px;
}

.sc-scrubber .sc-time-span {
  cursor: pointer;
  overflow: hidden;
}

.sc-scrubber .sc-waveform-container {
  z-index: 800;
  width: 100%;
  position: absolute;
}

.sc-scrubber .sc-time-span img {
  height: 100px;
  width: 100%;
  border-radius: 4px;
}

.sc-scrubber .sc-buffer {
  background: rgba(208, 208, 208, 0.15);
  z-index: 1;
  position: absolute;
}

.sc-scrubber .sc-played {
  background: #ff9800;
  z-index: 799;
}

/* Track listings*/
.sc-player ol.sc-trackslist {
  display: none;
}

.sc-player ol.sc-trackslist li.active a {
  color: #fff;
}

.sc-track-duration {
  float: right;
  margin-top: 0.25em;
}

@media screen and (min-width: 38em) {
  .sc-track-duration {
    margin-top: 0.5em;
  }
}
.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(204, 122, 0, 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 {
  background-color: #333333;
  margin: 0;
  padding: 45px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 48em) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  height: 39px;
  margin: 10px 0 20px 0;
  background-repeat: no-repeat;
  background-image: url("../img/fd_logo.svg");
  background-size: contain;
  background-position: left;
}
.footer__social {
  text-align: right;
}
@media (max-width: 48em) {
  .footer__social {
    text-align: left;
  }
}
.footer__nav {
  list-style-type: none;
  padding: 0;
}
.footer__nav li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
.footer__nav li a {
  color: white;
}
.footer__nav li a:hover {
  color: #ff9800;
}
.footer__nav li .sub-menu {
  margin: 0;
  padding: 0;
}
.footer__nav .menu-item-has-children {
  margin: 0 0 20px 0;
}
.footer__nav .menu-item-has-children > a {
  display: none;
}
.footer__nav--social {
  display: block;
  padding: 0;
  margin: 0;
}
.footer__nav--social li {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  margin: 0 10px 0 0;
}
.footer__nav--social li a {
  background-color: white;
  color: #333333;
  display: block;
  padding: 10px;
  width: 45px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer__nav--social li a:hover {
  background-color: #ff9800;
}
.footer__col {
  width: 20%;
  color: white;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 45.625em) {
  .footer__col {
    margin-bottom: 20px;
    width: 50%;
  }
  .footer__col--logo {
    width: 100%;
  }
}
@media (max-width: 29.99em) {
  .footer__col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer__menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__menu .fm__page a {
  font-weight: bold;
}
.footer__menu .fm__sub-cat a {
  color: #999999;
}
.footer__menu li {
  margin: 7px 0;
}
.footer__menu li:first-child a {
  font-weight: bold;
}
.footer__menu li a {
  color: white;
}
.footer__menu li a:hover {
  text-decoration: none;
  color: #ff9800;
}
.footer__secondary {
  padding: 30px 0;
  background-color: white;
  position: relative;
  z-index: 2;
}
@media (max-width: 48em) {
  .footer__secondary {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.footer__secondary .fs__nav {
  margin: 0;
  padding: 0;
}
.footer__secondary .fs__nav li {
  list-style-type: none;
  display: inline-block;
}
.footer__secondary .fs__nav li a {
  margin-right: 25px;
  color: black;
}
@media (max-width: 48em) {
  .footer__secondary .fs__nav li a {
    margin: 0 8px 5px 8px;
    display: block;
  }
}
.footer__secondary .fs__copyright {
  text-align: right;
}
@media (max-width: 48em) {
  .footer__secondary .fs__copyright {
    text-align: center;
  }
  .footer__secondary .fs__copyright span {
    margin-top: 10px;
  }
}
.footer__secondary .fs__copyright span {
  display: inline-block;
}
.footer__group {
  width: 148px;
  margin-top: 20px;
}
@media (min-width: 45.625em) and (max-width: 61.9375em) {
  .footer__group {
    width: 125px;
  }
}
.footer__group span {
  color: #999999;
  display: block;
  font-size: 11px;
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
}

.navbar {
  margin-bottom: 0;
  border-bottom: 0;
  z-index: 100;
}
@media (min-width: 52.5625em) {
  .navbar .container {
    position: static;
  }
}
.navbar__wrap {
  position: relative;
}
.navbar__link {
  display: inline-block;
}
.navbar__logo {
  display: block;
  width: 160px;
  height: 44px;
  background-repeat: no-repeat;
  background-image: url("../img/fd_logo.svg");
  background-size: contain;
  margin: 18px 0 0 0;
}
.navbar__search {
  position: absolute;
  background: white;
  width: 100%;
  z-index: 99;
  top: 0;
  transition: transform 200ms;
  -webkit-transition: transform 200ms;
  -moz-transition: transform 200ms;
}
.navbar__search.open {
  -webkit-transform: translateX(0px) translateY(70px);
  -ms-transform: translateX(0px) translateY(70px);
  transform: translateX(0px) translateY(70px);
}
.navbar__search input {
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  border: 0;
}
.navbar__search input:focus {
  outline: 0;
}
.navbar__search-btn a span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  bottom: 8px;
}
@media (max-width: 57.5em) {
  .navbar__search-btn {
    float: right;
    background: transparent;
    border: 0;
    margin: 0;
    height: 70px;
    width: 50px;
  }
  .navbar__search-btn a {
    display: inline-block;
    position: relative;
    top: 1px;
  }
  .navbar__search-btn a i {
    font-size: 32px;
    color: white;
  }
}
@media (min-width: 57.5em) {
  .navbar__search-btn--mobile {
    display: none;
  }
}
.navbar__search-btn--mobile.active {
  color: #fefefe !important;
  background-color: rgba(204, 122, 0, 0.6) !important;
}
.navbar__fixed {
  position: absolute;
  z-index: 9999;
  height: 70px;
  top: 0;
}
.navbar__fixed .navbar {
  width: 100%;
  top: 0;
  border-radius: 0;
}
.navbar__fixed .navbar__wrap-container {
  position: fixed;
  width: 100%;
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  .navbar .container {
    width: 100%;
  }
}
.navbar-default .navbar-brand {
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  padding-right: 15px;
}
.navbar-default {
  background-color: #ff9800;
  border: 0;
}
@media (min-width: 57.5em) {
  .navbar-nav {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 52.5625em) {
  .navbar-nav li {
    position: static;
  }
}
.navbar-nav li > a {
  color: white !important;
}
.navbar-nav li > a:hover {
  color: #fefefe !important;
  background-color: rgba(204, 122, 0, 0.6) !important;
}
.navbar-nav .active > a, .navbar-nav .open > a {
  color: #fefefe !important;
  background-color: rgba(204, 122, 0, 0.6) !important;
}
@media (max-width: 57.4375em) {
  .navbar-nav .dropdown.open > a[data-toggle] {
    font-weight: bold;
  }
}
.navbar-nav .dropdown-menu {
  padding: 0;
  min-width: 100%;
  border-radius: 0;
  left: 0;
}
@media (max-width: 57.5em) {
  .navbar-nav .dropdown-menu {
    color: #fefefe !important;
    background-color: rgba(204, 122, 0, 0.6) !important;
  }
}
@media (min-width: 52.5625em) {
  .navbar-nav .dropdown-menu {
    margin-top: -1px !important;
  }
}
.navbar-nav .dropdown-menu .col-md-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 57.5em) {
  .navbar-nav .dropdown-menu .col-md-4 {
    padding: 0;
  }
}
.navbar-nav .dropdown-menu__header {
  position: relative;
}
@media (max-width: 57.5em) {
  .navbar-nav .dropdown-menu__header {
    display: none;
  }
}
.navbar-nav .dropdown-menu__close {
  position: absolute;
  right: 0;
  top: 22px;
  display: block;
  z-index: 1;
  cursor: pointer;
}
.navbar-nav .dropdown-menu__heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.navbar-nav .dropdown-menu__child {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-nav .dropdown-menu__child li a {
  display: block;
  color: black !important;
  padding: 5px 0;
}
.navbar-nav .dropdown-menu__child li a:hover {
  background-color: transparent !important;
  color: #ff9800 !important;
}
@media (max-width: 57.5em) {
  .navbar-nav .dropdown-menu__child li a {
    color: white !important;
    padding: 10px 15px;
  }
  .navbar-nav .dropdown-menu__child li a:hover {
    color: #fefefe !important;
    background-color: rgba(204, 122, 0, 0.6) !important;
  }
}
@media (max-width: 57.5em) {
  .navbar-nav .dropdown-menu .latest-articles-category {
    display: none;
  }
}
.navbar-nav .dropdown-menu > li > a {
  background-color: #ff9800 !important;
  padding: 10px 20px;
}
.navbar-nav .dropdown-menu > li > a:hover {
  background-color: #E08600 !important;
}
@media (max-width: 58.0625em) {
  .navbar-header {
    padding-left: 10px;
  }
}
.navbar__account-icons {
  text-align: center;
}
@media (max-width: 57.5em) {
  .navbar__account-icons {
    display: none;
  }
}
.navbar__account-icons li a {
  padding-top: 23px;
  padding-bottom: 17px;
}
@media (max-width: 57.5em) {
  .navbar__account-icons li {
    display: inline-block;
  }
}
.navbar-collapse {
  border-color: #cc7a00 !important;
}
@media (max-width: 57.4375em) {
  .navbar-collapse {
    max-height: 340px;
  }
}

.admin-bar .navbar__fixed .navbar {
  top: 32px;
}

.ab {
  position: relative;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  overflow: hidden;
}
.ab__row {
  margin-bottom: 10px;
}
.ab__row:last-child {
  margin-bottom: 0;
}
.ab__row * {
  outline: none !important;
}
.ab__cover {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9800+0,000000+100&0.5+0,0.5+100 */
  background: -moz-linear-gradient(-45deg, rgba(255, 152, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 152, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80ff9800", endColorstr="#80000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0;
}
.ab:nth-child(even) {
  margin-top: 10px;
}
.ab__1 {
  height: 530px;
  position: relative;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ab__1 a {
  color: white;
}
.ab__1 a:hover {
  text-decoration: none;
}
.ab__1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.ab__2 {
  height: 260px;
  position: relative;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ab__2 a {
  color: white;
}
.ab__2 a:hover {
  text-decoration: none;
}
.ab__2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.ab__container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
}
@media (max-width: 20em) {
  .ab__container {
    padding: 20px;
  }
}
.ab__heading {
  color: white;
  margin: 0;
  min-height: 100px;
}
.ab__author {
  display: block;
  color: white;
}
.ab__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ab__list li {
  border-top: 1px solid #ccc;
}
.ab__list li a {
  color: white;
  display: block;
  padding: 10px 0;
}
.ab__list li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
.ab__list li:last-child a {
  padding-bottom: 0;
  font-weight: bold;
}
.ab:hover .ab__cover {
  opacity: 1;
}
.ab__midway {
  text-align: center;
  margin: 30px 0;
}
.ab__midway .featured-newletter-icon {
  display: inline-block;
  background-image: url("../img/featured-newsletter-icon.png");
  background-size: cover;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  position: relative;
  top: 13px;
}
.ab__midway h3 {
  display: inline-block;
  margin: 20px 0;
  padding: 5px 0;
}
.ab__midway a {
  color: #333333;
}
.ab__midway a:hover {
  color: #ff9800;
}
.ab__midway .btn {
  color: white;
  margin: 0 0 0 15px;
  position: relative;
  bottom: 3px;
}
@media (max-width: 37.5em) {
  .ab__midway .featured-newletter-icon {
    display: block;
    margin: 0 auto;
  }
}
.ab__subscribe {
  display: inline-block;
  font-weight: bold;
  margin-left: 15px;
}
@media (max-width: 37.5em) {
  .ab__subscribe {
    display: block;
    margin: 0;
  }
}
.ab__subscribe .material-icons {
  position: relative;
  font-weight: bold;
  color: #ff9800;
  top: 7px;
  left: -2px;
}

.eb {
  position: relative;
  border: 1px solid #e1e1e1;
}
.eb--contact {
  background-color: #f8f8f8;
}
.eb__register {
  color: #ff9800;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.eb__register:hover {
  color: #cc7a00;
}
.eb__excerpt {
  margin: 15px 0 5px 0;
  max-height: 100px;
  overflow: hidden;
}
.eb__row {
  margin-top: -10px;
}
.eb__row .col-md-4 {
  margin-top: 10px;
}
.eb__block {
  height: 400px;
  padding: 30px;
}
.eb__block--contact {
  height: 400px;
  padding: 30px;
  display: table;
  width: 100%;
}
.eb__block--contact__container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.eb__block--contact__container h3 {
  margin: 0 0 15px 0;
}
.eb__block--contact__container .contact {
  display: block;
  margin: 5px 0;
}
.eb__block--contact__container .contact-info {
  margin-top: 20px;
}
.eb__block--contact__container a {
  color: #ff9800;
  font-weight: bold;
}
.eb__block--contact__container a:hover {
  color: #cc7a00;
}
.eb__block h3 {
  max-height: 70px;
  overflow: hidden;
  font-size: 20px;
}
.eb__block h3 a {
  color: #676767;
}
.eb__block h3 a:hover {
  color: #ff9800;
  text-decoration: none;
}
.eb__block h3 a i {
  position: relative;
  top: 2px;
}
.eb__block-container {
  position: absolute;
  width: 100%;
  padding: 30px;
  left: 0;
  top: 0;
}
.eb__details {
  color: #323232;
}
.eb__company-logo {
  height: 60px;
}
.eb .pill {
  padding: 5px;
}

.post-type-archive-resources .eb__block {
  height: 260px;
}

.rb .pill {
  padding: 0;
}
.rb .pill a {
  color: white;
}

.highlights {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 60px 0;
  margin: 0 0 60px 0;
  position: relative;
  z-index: 2;
}
.highlights__takeover {
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: initial;
  background-clip: initial;
}

.read-more {
  margin: 0 0 60px 0;
}
.read-more .ab__row {
  margin-top: -10px;
}
.read-more .col-md-4 {
  margin-top: 10px;
}
@media (max-width: 61.9375em) {
  .read-more .col-md-4 {
    margin: 0;
  }
}

.pb {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  max-width: 300px;
  margin: auto;
}
.pb__single {
  height: 288px;
  background-color: white;
  height: 288px;
  margin-bottom: 24px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 3px rgba(255, 152, 0, 0.15);
  box-shadow: 0 0 10px 3px rgba(255, 152, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.pb__single:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(255, 152, 0, 0.2);
  box-shadow: 0 0 10px 5px rgba(255, 152, 0, 0.2);
}
.pb__single .ab__thumbnail {
  height: 116px;
}
.pb__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 1;
}
.pb--subscribe {
  padding: 0 !important;
  display: table;
}
.pb--subscribe__signup {
  color: #ff9800;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.pb--subscribe .pb__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;
}
.pb--subscribe .pb__single h3 a {
  color: #333333;
}
.pb--subscribe .pb__single-container {
  display: table-cell;
  vertical-align: middle;
  padding-right: 28%;
  width: 100%;
  text-align: left;
}

.inline-whitepaper-promo-content {
  margin: 0;
  margin-bottom: 40px;
  list-style: none;
  border-top: 4px solid #ff9800;
  padding: 5px 20px;
  width: 100%;
  box-shadow: 0 0 10px 3px rgba(255, 152, 0, 0.15);
}
.inline-whitepaper-promo-content__content-container div:last-child, .inline-whitepaper-promo-content__content-container div:nth-last-child(2) {
  border: none;
}
@media (max-width: 48em) {
  .inline-whitepaper-promo-content__content-container div:nth-last-child(2) {
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  }
}
.inline-whitepaper-promo-content__itemblock {
  width: 46%;
  float: left;
  border-bottom: 1px solid;
  margin: 2%;
  min-height: 6.5em;
  border-bottom: 1px solid rgba(225, 225, 225, 0.2);
}
.inline-whitepaper-promo-content__itemblock-tag {
  color: #ff9800;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  display: inline;
}
.inline-whitepaper-promo-content__itemblock-title {
  color: #666666;
}
.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;
  }
}

.dfp-block-widget {
  margin-bottom: 15px;
}

.ac__sidebar-related-whitepapers {
  max-width: 300px;
  margin: 0 auto;
  box-shadow: 0 0 10px 3px rgba(255, 152, 0, 0.15);
  transition: all 0.3s ease-in-out;
  padding: 1px 15px;
}
.ac__sidebar-related-whitepapers .related-content {
  border: none;
  margin: 0;
}
.ac__sidebar-related-whitepapers .related-content__header {
  text-align: left;
}
.ac__sidebar-related-whitepapers .related-content__list {
  text-align: left;
}
.ac__sidebar-related-whitepapers .related-content__list h4 {
  margin: 0;
}
.ac__sidebar-related-whitepapers .related-content__list h4 a {
  margin: 0 !important;
  color: #666666;
}
.ac__sidebar-related-whitepapers .related-content__list a {
  margin: 12px 0 0 0 !important;
  color: #ff9800;
}

.modal {
  text-align: center;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
@media (min-width: 48em) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 37.5em) {
  .modal-dialog {
    margin-top: 50px;
  }
}
@media (min-width: 48em) {
  .modal-dialog {
    width: 680px;
  }
}
.modal-content {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  padding: 60px;
}
@media (max-width: 37.5em) {
  .modal-content {
    padding: 60px 20px;
  }
}
.modal-content__speaker {
  padding: 30px 0 !important;
}
.modal__logo {
  margin: 0 auto 30px auto;
}
.modal-body {
  text-align: center;
  padding: 0;
}
.modal-body h2 {
  margin-bottom: 15px;
}
@media (max-width: 37.5em) {
  .modal-body h2 {
    font-size: 22px;
  }
}
.modal-body p {
  margin: 20px 0;
}
@media (min-width: 48em) {
  .modal-body .form-control {
    width: 350px;
  }
}
.modal__dismiss {
  color: black;
}
.modal__dismiss:hover {
  color: #333333;
}
.modal .navbar-form {
  margin: 20px 0;
}

.speaker__container {
  display: table;
  padding-bottom: 30px;
  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;
}
@media (max-width: 30em) {
  .speaker__image {
    display: block;
    width: 100%;
  }
}
.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;
}

.btn {
  background-color: #ff9800;
  border-color: #ff9800;
  color: white;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #cc7a00 !important;
  color: white !important;
  border-color: #7b4a00 !important;
}

.mktoOffset {
  width: 0 !important;
}

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

.mktoFormRow {
  margin-bottom: 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 .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.mktoLight .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: bold;
  background: #ff9800 !important;
  font-weight: normal !important;
  background-color: #ff9800 !important;
  filter: none !important;
  color: white !important;
  text-shadow: none !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.33333 !important;
  border-radius: 6px !important;
}
.mktoForm .mktoButtonWrap.mktoLight .mktoButton:hover {
  background: #cc7a00 !important;
}

.resources-template-default .cnt-marketo-form-container {
  margin: 50px 0 0 0;
}
@media (max-width: 48em) {
  .resources-template-default .cnt-marketo-form-container {
    overflow: hidden !important;
  }
  .resources-template-default .cnt-marketo-form-container form, .resources-template-default .cnt-marketo-form-container .mktoHtmlText {
    width: 100% !important;
  }
}

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

#cookie-bar {
  background: #3c3c3b;
  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: 999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 999;
}
#cookie-bar p {
  margin: 0;
  padding: 10px 0;
}
#cookie-bar a {
  color: #ff9800;
}
#cookie-bar a:hover {
  color: #cc7a00;
}
#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 #ff9800;
}
#cookie-bar .cb-enable:hover {
  background: #cc7a00;
  color: white;
}
@media (max-width: 64em) {
  #cookie-bar .cb-enable {
    margin-top: 5px;
  }
}
#cookie-bar .cb-disable {
  background: black;
}
#cookie-bar .cb-disable:hover {
  background: black;
}
#cookie-bar .cb-policy {
  background: black;
}
#cookie-bar .cb-policy:hover {
  background: black;
}

#signup-bar {
  background: #ff9800;
  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: #cc7a00;
  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: #cc7a00;
  color: white;
}
@media (max-width: 64em) {
  #signup-bar .sb-disable {
    margin-top: 5px;
  }
}
#signup-bar .sb-policy {
  background: black;
}
#signup-bar .sb-policy:hover {
  background: black;
}

.ad {
  padding: 0;
}
.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: 70px;
  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: black;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid transparent;
}
.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 {
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 45.5em) {
  .ad__responsive {
    overflow-x: scroll;
  }
}
.ad iframe {
  position: relative;
  z-index: 1;
}
.ad img {
  margin: 0 auto;
}
.ad__takeover {
  background-position-x: center;
  background-position-y: 70px;
  background-size: initial;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
}
.ad__takeover__link {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  margin: 0 !important;
  z-index: 0;
}
@media (max-width: 84.9375em) {
  .ad__takeover {
    background-image: none !important;
  }
}
.ad__takeover .container__header {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.ad__takeover .container__header--inner {
  padding: 10px;
}
.ad__takeover .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;
}
.ad__takeover .container__heading:before {
  content: "";
  float: none;
  margin-top: 0;
}
.ad__article {
  position: relative;
  z-index: 99;
}

.featured-articles {
  margin-bottom: 60px;
}

.jobs {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
.jobs__list {
  display: inline-block;
  float: left;
  width: 20%;
  padding: 0 5px;
}
.jobs__list a {
  color: #333333;
}
.jobs__list a:hover {
  color: #ff9800;
  text-decoration: none;
}
.jobs__list img {
  margin: 0 auto;
}
@media (max-width: 30em) {
  .jobs__list {
    width: 50%;
  }
}
.jobs__list .job {
  background-color: white;
  border: 1px solid #e1e1e1;
  text-align: left;
  height: 240px;
  padding: 30px;
}
@media (min-width: 61.9375em) and (max-width: 75em) {
  .jobs__list .job {
    padding: 20px;
  }
}
.jobs__list .job strong {
  display: block;
  margin-top: 10px;
}
.jobs__list .job__container {
  height: 87px;
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
  overflow: hidden;
}
@media (min-width: 61.9375em) and (max-width: 75em) {
  .jobs__list .job__container {
    height: 107px;
  }
}
.jobs__list .job img {
  height: 75px;
}
.jobs__list .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  float: none;
}
.jobs__more {
  display: block;
  text-align: center;
  margin: 25px 0 0 0;
  font-weight: bold;
  color: black;
}
.jobs__more:hover {
  color: #ff9800;
}

.categories {
  margin-bottom: 60px;
}

.custom-section {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.article {
  display: table;
  width: 100%;
  position: relative;
}
.article:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.article .container {
  position: static;
}
@media (max-width: 61.875em) {
  .article .article__header {
    display: block;
    height: auto;
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 30em) {
  .article .article__header {
    display: block;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 61.875em) {
  .article .article__breadcrumb {
    position: relative;
    top: 0;
  }
}
.article .article__info i, .article .article__webinar i {
  position: relative;
  top: 5px;
}
@media (max-width: 61.875em) {
  .article .article__info, .article .article__webinar {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 30em) {
  .article .article__info, .article .article__webinar {
    padding: 0 0 40px 0;
  }
}
.article .article__author a {
  color: white;
}
.article .article__author a:hover {
  color: #ff9800;
}
@media (max-width: 61.875em) {
  .article .article__video {
    padding: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 30em) {
  .article .article__video {
    margin-bottom: 40px;
  }
}
.article__breadcrumb {
  margin: 0;
  padding: 0;
  color: white;
  position: absolute;
  top: 30px;
  z-index: 1;
}
.article__breadcrumb a {
  color: white;
}
.article__breadcrumb a:hover {
  color: #ff9800;
}
@media (max-width: 61.875em) {
  .article--podcast .article__header {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.article__header {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
  background-size: cover;
  background-position: center;
  color: white;
  height: 460px;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .article__header {
    padding: 0 10px;
  }
}
@media (min-width: 48em) {
  .article__header h1 {
    font-size: 48px;
  }
}
.article__header p {
  font-size: 16px;
}
.article__header__author {
  display: block;
  font-size: 16px;
}
@media (min-width: 62em) {
  .article__video {
    padding-left: 40px;
  }
}
.article__tag-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px !important;
}
.article__tags {
  padding: 0;
}
.article__tags li {
  display: inline-block;
}
.article__tags li a {
  color: white;
}
.article__content {
  padding: 60px 0;
  font-size: 16px;
}
@media (max-width: 47.9375em) {
  .article__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article__content p {
  margin: 15px 0;
}
.article__content .ad-block {
  text-align: center;
  display: block;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.article__content blockquote {
  font-family: "Titillium Web", sans-serif;
  border-left: 0;
  padding: 30px 0;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #ff9800;
  line-height: normal;
}
.article__content .ac__sidebar {
  text-align: center;
}
.article__content .ac__sidebar a {
  display: block;
  margin-bottom: 15px;
}
.article__content .ac__sidebar a img {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 61.9375em) {
  .article__content .ac__sidebar {
    margin-top: 15px;
  }
}
.article__read-more {
  background-color: #f5f5f5;
  padding: 60px 0;
  margin: 0;
}

.related-content {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 30px 0;
}
.related-content__header {
  display: block;
  margin: 20px 0 0 0;
}
.related-content__list {
  border-bottom: 1px solid #e1e1e1;
  float: left;
  padding: 20px 0;
  width: 100%;
}
.related-content__list:last-child {
  border-bottom: 0;
}
.related-content__list strong {
  color: #333333;
}
.related-content__list h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.related-content__list h3 a {
  color: #666666;
}
.related-content__list h3 a:hover {
  color: #ff9800;
  text-decoration: none;
}
.related-content__list h3 a .material-icons {
  position: relative;
  top: 4px;
  left: 0;
}
.related-content__list p {
  color: #333333;
  margin: 10px 0 0 0;
}

@media (min-width: 62em) {
  .single-format-video .article__row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .single-format-video .article__info, .single-format-video .article__video {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

.adblock--yes .ad__article {
  display: none !important;
}

@media (max-width: 61.875em) {
  .single__cfo .ab {
    margin-bottom: 10px;
  }
  .single__cfo .ab__row {
    margin-bottom: 0;
  }
  .single__cfo .ab__1 {
    height: 260px;
  }
  .single__cfo .ab:nth-child(even) {
    margin-top: 0;
  }
}
.single__cfo-breadcrumb {
  margin: 30px 0 0 0;
}
.single__cfo-breadcrumb a {
  color: #333333;
}
.single__cfo-breadcrumb a:hover {
  color: #ff9800;
}
.single__cfo-heading p {
  font-size: 16px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 20px auto;
}
.single__cfo-bio {
  background-color: #f8f8f8;
  padding: 60px;
  margin: 30px 0;
}
@media (max-width: 36.25em) {
  .single__cfo-bio {
    padding: 20px;
  }
}
.single__cfo-bio h2 {
  margin-top: 0;
}
.single__cfo-bio--about p {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.single__cfo-bio--photo img {
  margin-right: auto;
  margin-left: auto;
}
.single__cfo-bio--social {
  margin: 20px 0;
}
.single__cfo-bio--social li a {
  background-color: #ff9800;
  color: white;
}
.single__cfo-bio--social li a:hover {
  color: #333333;
}
.single__cfo-posts {
  margin: 30px 0 60px 0;
}
.single .archive__title {
  margin: 20px 0 30px 0;
}

.archive__breadcrumbs, .search__breadcrumbs {
  margin: 30px 0 0 0;
}
.archive__breadcrumbs a, .search__breadcrumbs a {
  color: #333333;
}
.archive__breadcrumbs a:hover, .search__breadcrumbs a:hover {
  color: #ff9800;
}
.archive__title, .search__title {
  text-align: center;
  margin: 20px 0 50px 0;
  color: #333333;
}
.archive__child-categories, .search__child-categories {
  text-align: center;
  margin: 0 0 30px 0;
}
.archive__child-categories .btn, .search__child-categories .btn {
  background-color: #dfdfdf;
  color: white;
  border: 0;
  margin: 4px;
}
.archive__child-categories .btn:hover, .search__child-categories .btn:hover {
  background-color: #cc7a00;
}
.archive__child-categories .btn_no_link, .search__child-categories .btn_no_link {
  background-color: #ff9800;
  color: white;
  border: 0;
  margin: 4px;
}
.archive__child-categories .btn_no_link:hover, .search__child-categories .btn_no_link:hover {
  background-color: #ff9800 !important;
}
.archive__child-categories .btn_primary_cat, .search__child-categories .btn_primary_cat {
  background-color: #ff9800;
  color: white;
  border: 0;
  margin: 4px;
}
.archive__child-categories .btn_primary_cat:hover, .search__child-categories .btn_primary_cat:hover {
  background-color: #cc7a00;
}
.archive__description, .search__description {
  margin: 30px 0;
}
.archive__description p, .search__description p {
  color: #333333;
  font-size: 16px;
}
.archive__pagination, .search__pagination {
  text-align: center;
  margin: 40px 0 30px;
}
@media (max-width: 61.875em) {
  .archive .ab, .search .ab {
    margin-bottom: 10px;
  }
  .archive .ab__row, .search .ab__row {
    margin-bottom: 0;
  }
  .archive .ab__1, .search .ab__1 {
    height: 260px;
  }
  .archive .ab:nth-child(even), .search .ab:nth-child(even) {
    margin-top: 0;
  }
}
.archive__no-posts, .search__no-posts {
  text-align: center;
  margin: 50px 0;
  min-height: 300px;
}
.archive__authordetails, .search__authordetails {
  margin-bottom: 3rem;
}
.archive__authordetails div.followon p, .search__authordetails div.followon p {
  margin-bottom: 0;
}
.archive__authordetails_image img, .search__authordetails_image img {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 3px;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  background-color: #dfdfdf;
  color: #333333;
}
.page-numbers:hover, .page-numbers.current {
  background-color: #ff9800;
  color: white;
  text-decoration: none;
}

.page-template-default article {
  padding: 50px 0;
}

.error404 h1 {
  text-align: center;
  margin-bottom: 50px;
}
.error404__container {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
@media (max-width: 64em) {
  .error404__container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 48em) {
  .error404__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.error404__image {
  display: block;
  background-image: url("../img/404.png");
  width: 100%;
  height: 211px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 80px auto;
}
@media (max-width: 48em) {
  .error404__image {
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 30em) {
  .error404__image {
    width: 80%;
  }
}

.helpful-links {
  margin: 0;
  padding: 0;
}
.helpful-links li {
  list-style-type: none;
}
.helpful-links li a {
  color: #ff9800;
}

.events-section {
  margin: 60px 0;
}

.single-webinars__logo, .single-insights__logo {
  width: 300px;
  margin-bottom: 50px;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
.single-webinars .article:before, .single-insights .article:before {
  background-color: transparent;
}
.single-webinars .article__header, .single-insights .article__header {
  background-color: #f5f5f5;
}
.single-webinars .article h1, .single-webinars .article a, .single-webinars .article span, .single-webinars .article__breadcrumb, .single-webinars .article__webinar p, .single-insights .article h1, .single-insights .article a, .single-insights .article span, .single-insights .article__breadcrumb, .single-insights .article__webinar p {
  color: #333333;
}
.single-webinars .article__webinar i, .single-insights .article__webinar i {
  position: relative;
  top: 5px;
}
@media (max-width: 30em) {
  .single-webinars .article__webinar, .single-insights .article__webinar {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 61.875em) {
  .single-webinars .article__webinar, .single-insights .article__webinar {
    padding: 0 0 80px 0;
  }
}

.resources__list .eb {
  margin-bottom: 10px;
}
.resources__panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.resources__panel h4 {
  margin: 0 0 20px 0;
  cursor: pointer;
}
.resources__panel h4:not(.collapsed) .material-icons {
  transform: rotate(90deg);
  transition: 200ms ease-in-out;
}
.resources__panel h4 .material-icons {
  position: relative;
  top: 5px;
}
.resources__panel--collapse {
  padding: 0 0 20px 30px;
}
.resources__panel-menu {
  padding: 0;
}
.resources__panel-menu li {
  list-style: none;
  margin-bottom: 10px;
}
.resources__panel-menu li a {
  color: black;
}
.resources__panel-menu li a:hover {
  color: #ff9800;
  text-decoration: none;
}
.resources__panel-menu li a.selected-resource {
  color: #ff9800;
}
.resources__panel-singlemenu a {
  color: black;
}
.resources__panel-singlemenu a:hover {
  text-decoration: none;
}
.resources__download {
  margin: 30px 0;
}

.advisory-board {
  margin-top: 60px;
}
.advisory-board__speaker {
  border: 1px solid #ddd;
  text-align: center;
  padding: 75px 15px 15px 15px;
}
@media (max-width: 30em) {
  .advisory-board__speaker {
    width: 80%;
    margin: 0 auto;
  }
}
.advisory-board__speaker-container {
  text-align: center;
  height: 423px;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 30em) {
  .advisory-board__speaker-container {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.advisory-board__speaker-container .speaker-photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto -75px auto;
  display: block;
}
.advisory-board__speaker .company-image {
  padding: 15px 0 0 0;
  margin: 0 auto;
}
.advisory-board__info {
  min-height: 100px;
}
.advisory-board__info h3 {
  color: #cc7a00;
}
.advisory-board__company-logo {
  width: 100%;
  border-top: 1px solid #ddd;
  text-align: center;
}

.advertise .customers {
  margin-top: 20px;
  margin-bottom: 20px;
}
.advertise .customers img.img-responsive {
  padding: 30px;
  height: 150px;
  width: auto;
  margin: 0 auto;
}
.advertise .customers .customer-image {
  height: 150px;
  width: 100%;
  float: left;
  border: 1px solid #ccc;
}
.advertise .get-in-touch {
  float: left;
  width: 100%;
}
.advertise .get-in-touch .contact-details-box {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.advertise .get-in-touch .contact-details-box h4 {
  text-align: center;
  background-color: #ff9800;
  padding: 10px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}
.advertise .get-in-touch .contact-details-box .contact-image {
  text-align: center;
  margin-bottom: 20px;
}
.advertise .get-in-touch .contact-details-box .contact-image img {
  border-radius: 50%;
  width: 217px;
}
.advertise .get-in-touch .contact-details-box p {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.advertise .get-in-touch .contact-details-box p a {
  color: #ff9800;
}
.advertise .get-in-touch .contact-details-box p a:hover {
  text-decoration: none;
}
.advertise .get-in-touch .contact-details-box i.fa {
  margin-right: 5px;
}
.advertise .get-in-touch .description {
  margin: 20px 0;
}
.advertise h2 {
  font-size: 28px;
  margin-bottom: 12px;
}
.advertise ul li {
  padding: 5px 0;
  line-height: 21px;
}

.about-us h2 {
  font-size: 28px;
  margin-bottom: 12px;
}
.about-us ul li {
  padding: 5px 0;
  line-height: 21px;
}
.about-us .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(0, 76, 151, 0.15);
  box-shadow: 0 0 10px 3px rgba(0, 76, 151, 0.15);
}
@media (max-width: 38.75em) {
  .about-us .staff {
    margin: 120px auto 0 auto;
  }
}
.about-us .staff h3 {
  color: #ff9800;
  margin: 0 0 6px 0;
}
.about-us .staff__photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: -120px 0 30px 0;
  width: 120px;
  height: 120px;
}
.about-us .staff__title {
  font-size: 16px;
  display: block;
  margin: 0 0 20px 0;
}
.about-us .staff__email, .about-us .staff__telephone {
  font-size: 16px;
  color: #262626;
  display: block;
  word-wrap: break-word;
}
.about-us .staff__email:hover, .about-us .staff__telephone:hover {
  color: #ff9800;
}
.about-us .staff__container {
  margin: 40px 0;
}

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