@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: #004c97;
    text-decoration: none; }
  a:focus, a:active {
    color: #004c97; }

@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: '\0041'; }

.icon-video:before {
  content: '\0042'; }

.icon-event:before {
  content: '\0043'; }

.icon-webinar:before {
  content: '\0044'; }

.logo {
  display: inline-block;
  width: 226px;
  height: 47px;
  background-image: url("../img/logo.svg");
  background-size: auto auto;
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin-right: 16px;
  margin-left: 12px;
  float: left; }
  @media (max-width: 58.75em) {
    .logo {
      background-image: url("../img/logo__m.svg"); } }
  .logo--footer {
    width: 160px; }
    @media (min-width: 38.75em) {
      .logo--footer {
        float: right; } }
    @media (max-width: 81.25em) {
      .logo--footer {
        height: 28px;
        margin: 0 0 24px 0; } }

.nav__shrink .logo {
  background-image: url("../img/logo__m.svg"); }

.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(0, 76, 151, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 76, 151, 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: #004c97; }
  .dropdown--icon .dropdown-toggle:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 76, 151, 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: #0d47a1;
  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: #009fdf;
      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%; }

.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: #004c97; }
  a:hover {
    color: #005db9; }

.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: "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: #004c97;
      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; }

/* =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(0, 93, 185, 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: #004c97; }
  .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: "Titillium Web", 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: #004c97; }
      @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 {
    margin-bottom: 24px;
    font-size: 16px; }

.at-share-btn {
  -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);
  margin: 0 5px !important; }
  .at-share-btn:hover {
    transform: translateY(0) !important; }
  .at-share-btn g path {
    fill: #004c97 !important; }

.at-image-sharing-tool .at-icon-wrapper {
  border-radius: 0% !important; }

.at-image-sharing-tool-btns g path {
  fill: white !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(0, 76, 151, 0.05);
  box-shadow: 0 10px 40px 0 rgba(0, 76, 151, 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: 257px; }
    .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: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.5s ease-in-out; }
    .nav__menu--primary, .nav__menu--secondary {
      float: left;
      display: inline-block;
      padding: 0 12px;
      margin: 0;
      transition: all 0.5s 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: -105px; }
        .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: #004c97; }
    .nav__menu--secondary > li.current-menu-item > a {
      color: #004c97 !important;
      text-decoration: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .nav__menu--dropdown {
      background-color: #004c97;
      width: 210px;
      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: #009fdf; }
        .nav__menu--dropdown li > .nav__menu--dropdown {
          display: none; }
    .nav__menu--secondary {
      position: relative;
      opacity: 0;
      transition: all 0.3s 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: 160px; }
      .nav__shrink .nav__logo .logo {
        width: 160px;
        height: 23px; }
    .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: #004c97;
    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: 80em) {
    .mo__header {
      margin-bottom: 80px; } }
  @media (max-width: 63.9275em) {
    .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__container {
    width: 257px;
    margin: 0 0 0 -3px; }
    @media (max-width: 25em) {
      .mo__logo .logo__container {
        width: 100%; } }
  @media (max-width: 58.75em) {
    .mo__logo {
      width: 160px; }
      .mo__logo .logo {
        width: 160px;
        height: 23px; } }
.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: "Titillium Web", sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #262626; }
      .mo__nav li a:hover {
        text-decoration: none;
        color: #004c97; }
      .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: 280px;
    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: #004c97;
          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--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: #004c97; }
    @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(0, 76, 151, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.1);
        border-radius: 50%;
        margin: 0 10px 10px 0; }
        .mo__social-nav li a:hover {
          -webkit-box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.2); } }
    .mo__social-nav li a i {
      font-size: 23px;
      color: #004c97;
      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(0, 76, 151, 0.15);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 76, 151, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 76, 151, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .mo__search-input:focus, .mo__search-input:active {
    border-color: #004c97;
    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: "Titillium Web", sans-serif;
  color: #004c97; }
.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: #004c97 !important;
  -webkit-box-shadow: inset 0 -4px 0 0 #004c97;
  box-shadow: inset 0 -4px 0 0 #004c97; }

.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: #004c97 !important;
  -webkit-box-shadow: inset 0 -4px 0 0 #004c97;
  box-shadow: inset 0 -4px 0 0 #004c97; }

.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(0, 76, 151, 0.15);
    box-shadow: 0 0 10px 3px rgba(0, 76, 151, 0.15);
    transition: all 0.3s ease-in-out; }
    .ab__single:hover {
      -webkit-box-shadow: 0 0 10px 5px rgba(0, 76, 151, 0.2);
      box-shadow: 0 0 10px 5px rgba(0, 76, 151, 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(0, 76, 151, 0.15);
    box-shadow: 0 0 10px 3px rgba(0, 76, 151, 0.15);
    transition: all 0.3s ease-in-out; }
    .ab__double:hover {
      -webkit-box-shadow: 0 0 10px 5px rgba(0, 76, 151, 0.2);
      box-shadow: 0 0 10px 5px rgba(0, 76, 151, 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: #004c97;
    position: relative;
    z-index: 1; }
    .ab__category:hover {
      color: #005db9; }
  .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: #004c97; }
    .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: "Titillium Web", 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: #004c97; }
      .ab--twitter-tweet a:hover {
        color: #005db9; }
  .ab--carousel .carousel__slider {
    height: 220px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease-in-out; }
    .ab--carousel .carousel__slider.slick-initialized {
      visibility: visible;
      opacity: 1; }
  .ab--carousel .ab__single {
    padding: 24px; }
  .ab--carousel .slick-slide:focus, .ab--carousel .slick-slide:active {
    outline: 0; }
  .ab--carousel .slick-dots {
    margin: 20px 0 0 0;
    text-align: left; }
    .ab--carousel .slick-dots li {
      margin: 0; }
      .ab--carousel .slick-dots li button:before {
        font-size: 10px;
        color: #004c97; }
      .ab--carousel .slick-dots li.slick-active button:before {
        color: #004c97; }
  .ab--carousel__ad-info {
    float: left;
    width: 100%;
    margin-bottom: 14px; }
    .ab--carousel__ad-info .ai__company-logo, .ab--carousel__ad-info .ai__info {
      display: table-cell;
      vertical-align: top; }
    .ab--carousel__ad-info .ai__info {
      padding-left: 14px; }
    .ab--carousel__ad-info .ai__time-ago .fa {
      color: #004c97; }
    .ab--carousel__ad-info .ai__company-name {
      display: block;
      font-family: "Titillium Web", sans-serif;
      font-size: 17px;
      font-weight: 700; }
    .ab--carousel__ad-info .ai__username a {
      color: #262626; }
  .ab--carousel__company-logo {
    width: 70px;
    height: 70px; }
  .ab--subscribe {
    padding: 0 !important;
    display: table; }
    .ab--subscribe__signup {
      color: #004c97;
      font-family: "Titillium Web", 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(0, 76, 151, 0.15);
    box-shadow: 0 0 10px 3px rgba(0, 76, 151, 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(0, 76, 151, 0.2);
      box-shadow: 0 0 10px 5px rgba(0, 76, 151, 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: "Titillium Web", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 50px; }
  .category-list__progress {
    height: 4px;
    background-color: rgba(0, 76, 151, 0.2);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .category-list__progress-bar {
      height: 100%;
      background-color: #004c97;
      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(0, 76, 151, 0.2);
      box-shadow: 0 0 10px 5px rgba(0, 76, 151, 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(0, 76, 151, 0.15);
    box-shadow: 0 0 10px 3px rgba(0, 76, 151, 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 #004c97;
  padding: 16px 24px;
  width: 100%;
  -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); }
  .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: 118px; } }
  @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%; }
    .related-content__list:last-child {
      border-bottom: none; }
    .related-content__list h4 {
      margin: 0 !important;
      padding: 0; }
    .related-content__list a:active, .related-content__list a:focus {
      text-decoration: none; }
    .related-content__list-tag {
      color: #004c97;
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      display: inline; }
    .related-content__list-title {
      color: #262626; }

.newsletter-signup-sticky {
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: #004c97;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10; }
  .newsletter-signup-sticky h3 {
    font-size: 1.2em;
    color: white;
    margin: 0; }
  @media (min-width: 38.75em) {
    .newsletter-signup-sticky {
      display: none; } }

.whitepaper-sidebar {
  margin: 0;
  margin-bottom: 40px;
  list-style: none;
  border-top: 4px solid #004c97;
  padding: 16px 24px;
  width: 100%;
  background-color: white;
  z-index: 1;
  -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); }
  .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 (max-width: 77.4375em) {
      .whitepaper-sidebar__container {
        display: none; } }
  @media (min-width: 83.0625em) {
    .whitepaper-sidebar__content-container {
      width: 330px;
      right: 235px; } }
  .whitepaper-sidebar__content-container h4 {
    margin-bottom: 24px;
    margin-top: 0; }
  .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: #004c97;
      font-family: "Titillium Web", 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 #004c97;
  padding: 5px 20px;
  width: 100%;
  -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); }
  .inline-whitepaper-promo-content__itemblock {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 58.0625em) {
      .inline-whitepaper-promo-content__itemblock {
        padding-top: 0;
        padding-bottom: 0; } }
    .inline-whitepaper-promo-content__itemblock-tag {
      color: #004c97;
      font-family: "Titillium Web", 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; }

.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) {
    .staff {
      margin: 120px auto 0 auto; } }
  .staff h3 {
    color: #004c97;
    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: #004c97; }
  .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(0, 76, 151, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 76, 151, 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(0, 76, 151, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.2);
    background-color: #004c97; }
    .modal .close:hover i {
      color: white; }
  .modal .close:hover, .modal .close:focus, .modal .close:active {
    outline: none; }
  .modal .close i {
    font-size: 23px;
    color: #004c97;
    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: #004c97;
    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: "\f105";
    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: bottom right; }
  @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: #004c97;
    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: 35px;
    margin-top: 24px; }
    @media (max-width: 38.75em) {
      .modal__welcome .modal-body .popup-logo {
        height: 18px; } }
.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: 58.125em) {
  .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; }

.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(0, 76, 151, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 76, 151, 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: #004c97; }
  .btn-round:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.2);
    background-color: white; }
  .btn-round:focus, .btn-round:active {
    outline: 0 !important;
    background-color: white; }
  .btn-round.popup-trigger:hover {
    background-color: #004c97; }
    .btn-round.popup-trigger:hover i {
      color: white; }

.btn-default-block {
  background-color: #004c97;
  color: white;
  border: none;
  margin: 12px 0; }
  .btn-default-block:hover, .btn-default-block:focus, .btn-default-block:active {
    background-color: #005db9;
    color: white; }
    .btn-default-block:hover:hover, .btn-default-block:focus:hover, .btn-default-block:active:hover {
      background-color: #005db9;
      color: white; }

.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: "Titillium Web", 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: #004c97 !important;
  background-color: #004c97 !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: #005db9 !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,
  .resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow.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,
      .resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow.has-checkbox .mktoCheckboxList {
        position: absolute !important; }
        .resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow[class*='gDPROptin'].has-checkbox .mktoCheckboxList label:before,
        .resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow.has-checkbox .mktoCheckboxList label:before {
          right: 0;
          left: auto; } }
  .resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow[class*='gDPROptin'].has-checkbox .mktoHtmlText,
  .resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow.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; } }

.single-courses .single-course__form .mktoFormRow.has-checkbox .mktoCheckboxList {
  position: absolute;
  left: 0; }
  @media (max-width: 36.25em) {
    .single-courses .single-course__form .mktoFormRow.has-checkbox .mktoCheckboxList {
      position: absolute !important; }
      .single-courses .single-course__form .mktoFormRow.has-checkbox .mktoCheckboxList label:before {
        right: 0;
        left: auto; } }
.single-courses .single-course__form .mktoFormRow.has-checkbox .mktoHtmlText {
  padding-left: 35px; }

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

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

form > .mktoFormRow.has-checkbox:not(.Subscribed_to_CZ_Newsletter__c) > .mktoFormCol.mktoFieldDescriptor,
.gdrpr__form .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol,
.gdrpr__form .acceptedTCs .has-checkbox > .mktoFieldDescriptor.mktoFormCol {
  width: 40px !important;
  position: absolute;
  left: 0;
  z-index: 10; }
  @media (max-width: 30em) {
    form > .mktoFormRow.has-checkbox:not(.Subscribed_to_CZ_Newsletter__c) > .mktoFormCol.mktoFieldDescriptor,
    .gdrpr__form .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol,
    .gdrpr__form .acceptedTCs .has-checkbox > .mktoFieldDescriptor.mktoFormCol {
      float: left !important;
      clear: unset !important; } }
  form > .mktoFormRow.has-checkbox:not(.Subscribed_to_CZ_Newsletter__c) > .mktoFormCol.mktoFieldDescriptor .mktoLabel,
  .gdrpr__form .righttoberemoved .has-checkbox > .mktoFieldDescriptor.mktoFormCol .mktoLabel,
  .gdrpr__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,
.mktoFormRow.has-checkbox .mktoLabel {
  width: 60% !important; }
.mktoFormRow[class*="gDPROptin"] .mktoCheckboxList,
.mktoFormRow.has-checkbox .mktoCheckboxList {
  width: 40% !important; }

.gdrpr__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: #004c97;
  height: auto;
  color: white;
  text-align: center;
  z-index: 999; }
  #cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    #cookie-bar.fixed.bottom {
      bottom: 0;
      top: auto;
      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: #005db9;
      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: #004c97;
  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: #005db9;
      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: #005db9;
      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(0, 76, 151, 0.15);
  box-shadow: 0 0 10px 3px rgba(0, 76, 151, 0.15); }
  .company__column img {
    margin: 0 auto; }
  .company__column h3 {
    margin: 0 0 24px 0;
    color: #004c97; }
  .company__column p {
    margin: 0 0 30px 0;
    font-size: 16px; }
.company__more {
  display: block;
  color: #262626;
  font-family: "Titillium Web", 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; }

.rp {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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);
  -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;
  /** Ranking column fields **/ }
  .rp > [role="tab"] {
    cursor: pointer; }
  .rp .collapse.in {
    overflow: visible; }
  .rp a:focus {
    text-decoration: none; }
  .rp__col--8 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px; }
    @media (max-width: 61.9375em) {
      .rp__col--8 {
        display: block;
        width: 100% !important;
        float: left; } }
  .rp__col--head {
    display: table-cell;
    vertical-align: bottom; }
  .rp__col-ranking-info, .rp__col-stats {
    display: table-cell;
    vertical-align: middle;
    width: 42.5%; }
    @media (max-width: 61.9375em) {
      .rp__col-ranking-info, .rp__col-stats {
        width: 100%;
        display: table;
        margin-bottom: 20px; } }
  .rp__col-stats {
    margin: 24px 0; }
    @media (max-width: 31.25em) {
      .rp__col-stats {
        margin: 24px 0 0 0; } }
  .rp--open {
    margin-right: -24px;
    margin-left: -24px; }
    @media (max-width: 61.9375em) {
      .rp--open {
        margin-right: 0;
        margin-left: 0; } }
    .rp--open .rp__toggle--expand {
      display: none; }
    .rp--open .rp__toggle--close {
      display: inline-block; }
    .rp--open .material-icons {
      transform: rotate(180deg); }
  .rp__row {
    display: table;
    width: 100%;
    padding: 20px 12px; }
    @media (max-width: 61.9375em) {
      .rp__row {
        display: block; } }
  .rp__ranking {
    width: 110px !important; }
    @media (max-width: 61.9375em) {
      .rp__ranking {
        display: table-cell;
        float: none;
        text-align: center; } }
    .rp__ranking .fa {
      margin-left: 2px; }
    .rp__ranking .fa-caret-up {
      color: green; }
    .rp__ranking .fa.minus {
      color: grey; }
    .rp__ranking .fa-caret-down {
      color: red; }
  @media (max-width: 61.9375em) {
    .rp__company-name {
      display: table-cell;
      float: none; } }
  .rp__stat {
    width: 20%;
    text-align: center;
    float: left; }
    @media (max-width: 61.9375em) {
      .rp__stat {
        width: 20% !important; } }
    @media (max-width: 37.4375em) {
      .rp__stat {
        width: 50% !important;
        margin-bottom: 24px; } }
    .rp__stat--header {
      display: none; }
      @media (max-width: 61.9375em) {
        .rp__stat--header {
          font-weight: bold;
          display: block;
          margin-bottom: 5px; } }
  .rp__toggle {
    width: 15%; }
    .rp__toggle--loading {
      display: none;
      position: relative; }
      .rp__toggle--loading:before {
        content: "";
        width: 40px;
        height: 40px;
        background-size: cover;
        background-image: url("../img/loading.gif");
        display: block;
        position: absolute;
        top: -6px;
        left: -46px; }
  .rp__ranking span, .rp__company-name span, .rp__toggle span {
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    vertical-align: middle; }
  .rp__ranking small, .rp__company-name small, .rp__toggle small {
    vertical-align: middle;
    position: relative;
    top: 4px;
    margin-left: 5px; }
    @media (max-width: 61.9375em) {
      .rp__ranking small, .rp__company-name small, .rp__toggle small {
        display: block;
        margin: 0;
        top: 0; } }
  .rp__toggle a {
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    float: right; }
    @media (max-width: 61.9375em) {
      .rp__toggle a {
        float: none;
        text-align: right;
        width: 100%;
        display: block; } }
    .rp__toggle a:hover {
      color: #004c97; }
    .rp__toggle a:focus, .rp__toggle a:active {
      text-decoration: none; }
  .rp__toggle span {
    font-size: 18px; }
  .rp__toggle--expand {
    display: inline-block; }
  .rp__toggle--close {
    display: none; }
  .rp__toggle .material-icons {
    vertical-align: middle;
    -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; }
  .rp .panel-body {
    margin: 0;
    padding: 0; }
    .rp .panel-body .row {
      padding: 0;
      margin: 0 12px; }
  .rp__person {
    border-radius: 50%;
    width: 47px;
    height: 47px;
    margin-right: 24px; }
  .rp__content-container, .rp__photo-container {
    vertical-align: middle;
    display: table-cell; }

/*
Powerlist
*/
@media (min-width: 61.9375em) {
  .ranking-powerlist .rp__col-ranking-info {
    width: 85%; } }

.ranking-top_50 .rp__person {
  border-radius: 0; }

.ranking-networks .rp__person,
.ranking-alliances .rp__person {
  border-radius: 0; }
.ranking-networks .rp__stat,
.ranking-alliances .rp__stat {
  width: 25%; }
  @media (max-width: 61.9375em) {
    .ranking-networks .rp__stat,
    .ranking-alliances .rp__stat {
      width: 25% !important; } }
  @media (max-width: 37.4375em) {
    .ranking-networks .rp__stat,
    .ranking-alliances .rp__stat {
      width: 50% !important;
      margin-bottom: 24px; } }

@media (min-width: 35em) {
  .ranking__responsive {
    display: none; } }
.ranking__responsive .dropdown {
  margin: 0 12px 0 0;
  width: auto;
  display: inline-block; }
  .ranking__responsive .dropdown .btn:focus, .ranking__responsive .dropdown .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    outline: none; }
  .ranking__responsive .dropdown.open .btn {
    background-color: transparent; }
.ranking__responsive .dropdown-toggle {
  width: 100%;
  font-size: 30px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  background-color: white;
  background: white;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 12px 0;
  outline: 0;
  text-align: left;
  border-radius: 0;
  white-space: initial;
  border: 0; }
  .ranking__responsive .dropdown-toggle .caret {
    display: none; }
  .ranking__responsive .dropdown-toggle.has-items {
    border-bottom: 1px solid rgba(38, 38, 38, 0.2); }
    .ranking__responsive .dropdown-toggle.has-items .caret {
      display: inline-block; }
.ranking__responsive .dropdown-menu {
  background-color: #0d47a1;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  min-width: 300px;
  -moz-box-shadow: none;
  border-radius: 0;
  padding: 12px 0;
  margin: 0;
  z-index: 99; }
  .ranking__responsive .dropdown-menu li a {
    display: block;
    color: white;
    padding: 10px 24px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal; }
    .ranking__responsive .dropdown-menu li a:hover {
      color: #009fdf;
      background-color: transparent; }
.ranking__header h1, .ranking__header .h1 {
  font-family: "Titillium Web", sans-serif;
  margin: 20px 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 30px; }
  @media (min-width: 58.125em) {
    .ranking__header h1, .ranking__header .h1 {
      font-size: 60px; } }
  .ranking__header h1 span, .ranking__header .h1 span {
    display: inline-block;
    margin-right: 14px; }
.ranking__header-head, .ranking__header-year {
  display: inline; }
  @media (max-width: 34.9375em) {
    .ranking__header-head, .ranking__header-year {
      display: none; } }
  .ranking__header-head .dropdown, .ranking__header-year .dropdown {
    display: inline-block;
    margin: 0 24px 0 0; }
    @media (max-width: 48em) {
      .ranking__header-head .dropdown, .ranking__header-year .dropdown {
        margin: 0 12px 0 0; } }
    .ranking__header-head .dropdown-menu, .ranking__header-year .dropdown-menu {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
.ranking__intro {
  font-family: "Titillium Web", sans-serif;
  margin: 0 0 80px 0;
  font-size: 18px; }
  @media (max-width: 35em) {
    .ranking__intro {
      margin-top: 24px; } }
  @media (min-width: 58.125em) {
    .ranking__intro {
      font-size: 21px; } }
.ranking-panel {
  margin-bottom: 24px; }
  .ranking-panel__header {
    width: 100%;
    display: table;
    border-bottom: 4px solid #004c97;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    @media (max-width: 61.9375em) {
      .ranking-panel__header {
        display: none; } }
    .ranking-panel__header-container {
      position: relative;
      width: 100%;
      left: 0;
      margin: 0 -24px 24px -24px; }
      @media (min-width: 61.9375em) and (max-width: 91.5em) {
        .ranking-panel__header-container {
          margin: 0 0 24px 0; } }
      @media (min-width: 61.9375em) and (max-width: 91.5em) {
        .ranking-panel__header-container .container {
          padding: 0;
          width: auto; } }
      .ranking-panel__header-container--fixed {
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 50px;
        margin: 0;
        background-color: white; }
        @media (min-width: 61.9375em) and (max-width: 91.5em) {
          .ranking-panel__header-container--fixed .container {
            padding: 0 24px; } }
    .ranking-panel__header .rp__ranking, .ranking-panel__header .rp__company-name, .ranking-panel__header .rp__ranking, .ranking-panel__header .rp__stat {
      float: none; }
      .ranking-panel__header .rp__ranking span, .ranking-panel__header .rp__company-name span, .ranking-panel__header .rp__ranking span, .ranking-panel__header .rp__stat span {
        font-size: 14px;
        font-weight: bold;
        font-family: "Roboto", sans-serif; }
    .ranking-panel__header .rp__ranking {
      padding: 0; }
  @media (min-width: 37.5em) and (max-width: 62.5em) {
    .ranking-panel__slide .ab__content h4 {
      margin-bottom: 50px; } }
  .ranking-panel__slide .slick-list {
    margin: -10px 0 0 0;
    padding: 10px 0 0 0; }
  .ranking-panel__slide .slick-slide:active, .ranking-panel__slide .slick-slide:focus {
    outline: 0; }
  .ranking-panel__slide .slick-disabled {
    opacity: 0;
    visibility: hidden; }
  .ranking-panel__slide .slick-prev, .ranking-panel__slide .slick-next {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(13, 71, 161, 0.1);
    z-index: 9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -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; }
    .ranking-panel__slide .slick-prev:before, .ranking-panel__slide .slick-next:before {
      font-family: 'Material Icons';
      color: #004c97;
      font-size: 30px;
      line-height: 48px;
      opacity: 1; }
    .ranking-panel__slide .slick-prev:hover, .ranking-panel__slide .slick-prev:focus, .ranking-panel__slide .slick-prev:active, .ranking-panel__slide .slick-next:hover, .ranking-panel__slide .slick-next:focus, .ranking-panel__slide .slick-next:active {
      background-color: #004c97 !important; }
      .ranking-panel__slide .slick-prev:hover:before, .ranking-panel__slide .slick-prev:focus:before, .ranking-panel__slide .slick-prev:active:before, .ranking-panel__slide .slick-next:hover:before, .ranking-panel__slide .slick-next:focus:before, .ranking-panel__slide .slick-next:active:before {
        color: white; }
  .ranking-panel__slide .slick-prev {
    left: -24px; }
    .ranking-panel__slide .slick-prev:before {
      content: 'chevron_left'; }
  .ranking-panel__slide .slick-next {
    right: -24px; }
    .ranking-panel__slide .slick-next:before {
      content: 'chevron_right'; }

.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: "Titillium Web", 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 {
    padding: 0 12px; }
    @media (min-width: 38.75em) and (max-width: 58.125em) {
      .section__ab-col__3 .ab--twitter {
        width: 50%; } }
    @media (min-width: 58.125em) and (max-width: 77.5em) {
      .section__ab-col__3 .ab--twitter {
        width: 33.333%; } }
.section__ab-container {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 -24px 0; }
.section__ab-jobs {
  padding: 0; }
.section__contrast {
  background-color: #004c97;
  color: white;
  padding: 0 0 60px 0; }
  .section__contrast .section__view-more {
    color: white; }

@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;
      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(0, 76, 151, 0.15);
      box-shadow: 0 0 10px 3px rgba(0, 76, 151, 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: "Titillium Web", 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: 87.4375em) {
    .post-motif {
      display: none; } }
  @media (min-width: 87.4375em) and (max-width: 90em) {
    .post-motif {
      right: -8%; } }
  @media (min-width: 90em) and (max-width: 102.5em) {
    .post-motif {
      right: -6%; } }

.single-post {
  overflow-x: hidden; }
  @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: "Titillium Web", 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: "Titillium Web", sans-serif;
    color: #004c97; }
  .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: #004c97; }
      .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: #004c97 !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: #004c97;
          font-weight: bold; }
          .single-post__author .post-categories li a:hover {
            color: #005db9; }
  @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 ul, .single-post__content ol, .single-post__content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 25px 0; }
    @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: #004c97;
          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; } }
  .single-post .twitter__timeline {
    max-width: 600px;
    margin: 0 auto; }

iframe[src*="disqusads"] {
  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%; }
  .archive-title.has-description {
    margin-bottom: 20px; }
  @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: "Titillium Web", 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(0, 76, 151, 0.15);
        box-shadow: 0 0 10px 3px rgba(0, 76, 151, 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__description {
  margin-bottom: 40px; }
  @media (min-width: 38.75em) {
    .archive__description {
      max-width: 80%; } }
.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: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px; }

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 3px;
  background-color: white;
  color: #004c97;
  -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); }
  .page-numbers:hover, .page-numbers.current {
    background-color: #004c97;
    color: white;
    text-decoration: none; }

.post-type-archive-events .ad__canvas-payload {
  margin: 0; }

.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: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 18px; }

.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: "Titillium Web", 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: "Titillium Web", 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: #004c97;
  color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -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); }
  .reports__download-btn:hover, .reports__download-btn:active, .reports__download-btn:focus {
    background-color: #005db9;
    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: "Titillium Web", sans-serif; }

.page-template-template-newsletter-landing .subscribe-bar {
  display: none; }
  @media (max-width: 58.125em) {
    .page-template-template-newsletter-landing .subscribe-bar {
      width: 100%;
      background: #004c97;
      height: auto;
      line-height: 24px;
      color: white;
      text-align: center;
      padding: 8px 0; }
      .page-template-template-newsletter-landing .subscribe-bar__container {
        padding-top: 43px; }
        .page-template-template-newsletter-landing .subscribe-bar__container.fixed .subscribe-bar {
          display: block;
          position: fixed;
          top: 50px;
          z-index: 99; }
      .page-template-template-newsletter-landing .subscribe-bar .btn {
        color: white;
        display: inline-block;
        border-radius: 6px;
        text-decoration: none;
        padding: 2px 15px;
        background: transparent;
        border: 2px solid white; } }
.page-template-template-newsletter-landing .post-motif {
  width: 350px;
  height: 602px; }
@media (min-width: 58.125em) {
  .page-template-template-newsletter-landing .n-lp__form {
    padding: 0 5%; } }
.page-template-template-newsletter-landing .managing-editor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 24px; }
  .page-template-template-newsletter-landing .managing-editor__photo {
    width: 80px; }
    .page-template-template-newsletter-landing .managing-editor__photo img {
      width: 100%;
      height: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.15);
      box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.15); }
  .page-template-template-newsletter-landing .managing-editor__bio {
    padding-left: 14px; }
    .page-template-template-newsletter-landing .managing-editor__bio h3 {
      margin-top: 0; }
    .page-template-template-newsletter-landing .managing-editor__bio h4 {
      margin-bottom: 0; }

.single-courses .single-post__header {
  margin-top: 40px; }
.single-courses__content h4, .single-courses__content h5, .single-courses__content h6 {
  margin-top: 10px;
  margin-bottom: 20px; }
.single-courses__content iframe {
  margin-bottom: 24px; }
.single-courses__content ul, .single-courses__content ol, .single-courses__content p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px 0; }
  @media (max-width: 38.74em) {
    .single-courses__content ul, .single-courses__content ol, .single-courses__content p {
      font-size: 16px;
      line-height: 24px; } }
.single-courses__content ul, .single-courses__content ol {
  display: block;
  padding: 0 0 0 25px;
  margin: 25px 0; }
  .single-courses__content ul li, .single-courses__content ol li {
    margin-bottom: 5px;
    list-style-type: none;
    position: relative; }
    .single-courses__content ul li:before, .single-courses__content ol li:before {
      content: "\f054";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      margin-right: 9px;
      color: #004c97;
      position: absolute;
      top: 8.5px;
      left: -20px; }
.single-courses__accordion-panel {
  border: none;
  margin-bottom: 20px !important;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 76, 151, 0.07);
  box-shadow: 0 0 10px 3px rgba(0, 76, 151, 0.07); }
  .single-courses__accordion-panel .panel-heading {
    padding: 0;
    background-color: white; }
  .single-courses__accordion-panel .panel-title {
    font-size: 20px; }
  .single-courses__accordion-panel .panel-body {
    font-size: 18px;
    padding: 25px; }
  .single-courses__accordion-panel h4 {
    margin: 0; }
    .single-courses__accordion-panel h4 a {
      display: block;
      padding: 25px; }
      .single-courses__accordion-panel h4 a:focus, .single-courses__accordion-panel h4 a:active {
        text-decoration: none; }
      .single-courses__accordion-panel h4 a i {
        margin-right: 15px;
        opacity: 0.6; }
.single-courses__slider {
  max-width: 900px;
  margin: 30px 0; }
  .single-courses__slider-image {
    border-radius: 50%;
    margin: 0 auto; }
  .single-courses__slider .col-md-3 {
    text-align: center; }
    .single-courses__slider .col-md-3 img {
      margin-bottom: 20px; }
  @media (max-width: 58.0625em) {
    .single-courses__slider p {
      margin-top: 30px; } }
  .single-courses__slider h4, .single-courses__slider h5, .single-courses__slider h6 {
    margin-bottom: 0;
    text-align: center; }
  .single-courses__slider .slick-list {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0; }
  .single-courses__slider .slick-slide {
    padding: 30px 50px; }
    .single-courses__slider .slick-slide:active, .single-courses__slider .slick-slide:focus {
      outline: 0; }
  .single-courses__slider .slick-disabled {
    opacity: 0;
    visibility: hidden; }
  .single-courses__slider .slick-prev, .single-courses__slider .slick-next {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(13, 71, 161, 0.1);
    z-index: 9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -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; }
    .single-courses__slider .slick-prev:before, .single-courses__slider .slick-next:before {
      font-family: 'Material Icons';
      color: #004c97;
      font-size: 30px;
      line-height: 48px;
      opacity: 1; }
    .single-courses__slider .slick-prev:hover, .single-courses__slider .slick-prev:focus, .single-courses__slider .slick-prev:active, .single-courses__slider .slick-next:hover, .single-courses__slider .slick-next:focus, .single-courses__slider .slick-next:active {
      background-color: #004c97 !important; }
      .single-courses__slider .slick-prev:hover:before, .single-courses__slider .slick-prev:focus:before, .single-courses__slider .slick-prev:active:before, .single-courses__slider .slick-next:hover:before, .single-courses__slider .slick-next:focus:before, .single-courses__slider .slick-next:active:before {
        color: white; }
  .single-courses__slider .slick-prev {
    left: -24px; }
    .single-courses__slider .slick-prev:before {
      content: 'chevron_left'; }
  .single-courses__slider .slick-next {
    right: -24px; }
    .single-courses__slider .slick-next:before {
      content: 'chevron_right'; }

.page-template-template-roadshow {
  padding-top: 0; }
  .page-template-template-roadshow .roadshow-header img {
    display: block;
    margin: 15px auto;
    max-width: 350px; }
  .page-template-template-roadshow .roadshow-hero {
    height: 440px;
    background-size: cover;
    background-position: bottom;
    position: relative; }
    @media (max-width: 37.5em) {
      .page-template-template-roadshow .roadshow-hero {
        height: 520px; } }
    .page-template-template-roadshow .roadshow-hero__container {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .page-template-template-roadshow .roadshow-hero ul {
      display: block;
      margin: 0 auto;
      padding: 30px 0;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(0deg, transparent 0%, rgba(45, 76, 111, 0.8) 95%); }
      .page-template-template-roadshow .roadshow-hero ul li {
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin: 0 20px; }
        .page-template-template-roadshow .roadshow-hero ul li a {
          color: white; }
          .page-template-template-roadshow .roadshow-hero ul li a:hover {
            color: #c0e3ff; }
  .page-template-template-roadshow .btn-roadshow {
    padding: 40px;
    background-color: transparent;
    border: 2px solid;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px;
    display: inline-block;
    position: relative;
    text-align: center; }
    .page-template-template-roadshow .btn-roadshow.btn-block {
      text-align: center; }
    .page-template-template-roadshow .btn-roadshow--large {
      font-size: 26px; }
    .page-template-template-roadshow .btn-roadshow--primary {
      color: #40b2e3;
      border-color: #004c97; }
      .page-template-template-roadshow .btn-roadshow--primary:hover {
        color: #6cc4ea;
        border-color: #0066ca; }
      .page-template-template-roadshow .btn-roadshow--primary--alt {
        color: white; }
    .page-template-template-roadshow .btn-roadshow--secondary {
      color: white;
      border-color: white; }
      .page-template-template-roadshow .btn-roadshow--secondary:hover {
        color: rgba(255, 255, 255, 0.6) !important;
        border-color: rgba(255, 255, 255, 0.6) !important; }
      .page-template-template-roadshow .btn-roadshow--secondary--alt {
        color: white;
        border-color: #40b2e3; }
        .page-template-template-roadshow .btn-roadshow--secondary--alt:disabled {
          border-color: rgba(255, 255, 255, 0.6) !important; }
    .page-template-template-roadshow .btn-roadshow--motif:before {
      content: "";
      background-image: url(../img/map-point-lg.png);
      display: block;
      background-size: cover;
      position: absolute;
      width: 51px;
      height: 69px;
      top: -75px;
      right: 0;
      left: 0;
      margin: auto; }
  .page-template-template-roadshow .content-section {
    padding: 50px 0; }
    .page-template-template-roadshow .content-section h1, .page-template-template-roadshow .content-section h2, .page-template-template-roadshow .content-section h3, .page-template-template-roadshow .content-section h4 {
      color: #40b2e3;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      text-align: center; }
      .page-template-template-roadshow .content-section h1.motif:before, .page-template-template-roadshow .content-section h2.motif:before, .page-template-template-roadshow .content-section h3.motif:before, .page-template-template-roadshow .content-section h4.motif:before {
        content: "";
        width: 19px;
        height: 24px;
        background-image: url("../img/map-point-primary.png");
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        position: relative;
        margin: 0 auto 12px auto; }
    .page-template-template-roadshow .content-section--dark-mode {
      background-color: #444;
      color: white; }
      .page-template-template-roadshow .content-section--dark-mode p {
        color: white; }
      .page-template-template-roadshow .content-section--dark-mode h1.motif:before, .page-template-template-roadshow .content-section--dark-mode h2.motif:before, .page-template-template-roadshow .content-section--dark-mode h3.motif:before, .page-template-template-roadshow .content-section--dark-mode h4.motif:before {
        background-image: url("../img/map-point-secondary.png"); }
      .page-template-template-roadshow .content-section--dark-mode .btn-roadshow {
        color: white;
        border-color: #40b2e3; }
        .page-template-template-roadshow .content-section--dark-mode .btn-roadshow:hover {
          color: rgba(255, 255, 255, 0.6) !important;
          border-color: rgba(255, 255, 255, 0.6) !important; }
    .page-template-template-roadshow .content-section--light-mode {
      background-color: white;
      border-bottom: 1px solid #333333; }
      .page-template-template-roadshow .content-section--light-mode p {
        color: #262626;
        margin-bottom: 25px;
        margin-top: 15px; }
  .page-template-template-roadshow .upcoming-events__row {
    margin-top: 40px;
    margin-bottom: 40px; }
  .page-template-template-roadshow .upcoming-events__col {
    padding: 0 40px;
    cursor: pointer; }
    .page-template-template-roadshow .upcoming-events__col h2, .page-template-template-roadshow .upcoming-events__col h3, .page-template-template-roadshow .upcoming-events__col h4 {
      text-align: left; }
    .page-template-template-roadshow .upcoming-events__col p {
      padding: 12px 0; }
    .page-template-template-roadshow .upcoming-events__col img {
      border-radius: 50%;
      display: block;
      margin: 0 auto;
      max-width: 200px;
      max-height: 200px; }
  .page-template-template-roadshow .upcoming-events .slick-slide {
    outline: 0; }
  .page-template-template-roadshow .upcoming-events .slick-next {
    right: -5px; }
  .page-template-template-roadshow .upcoming-events .slick-prev {
    left: -5px; }
  .page-template-template-roadshow .sponsors {
    text-align: center; }
    .page-template-template-roadshow .sponsors__slider {
      margin: 40px 0;
      padding: 0; }
      .page-template-template-roadshow .sponsors__slider li {
        padding: 25px; }
        .page-template-template-roadshow .sponsors__slider li img {
          max-width: 100%; }
      .page-template-template-roadshow .sponsors__slider .slick-slide {
        outline: 0; }
  .page-template-template-roadshow .content-block {
    text-align: center; }
    .page-template-template-roadshow .content-block p {
      max-width: 850px;
      margin-right: auto;
      margin-left: auto; }
  .page-template-template-roadshow footer .btn-row {
    text-align: center;
    padding: 30px 0; }
  .page-template-template-roadshow .share-icon {
    margin: 0;
    padding: 0; }
    .page-template-template-roadshow .share-icon li {
      display: inline-block; }
      @media (max-width: 63.9275em) {
        .page-template-template-roadshow .share-icon li {
          font-size: 16px; } }
      .page-template-template-roadshow .share-icon 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(0, 76, 151, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.1);
        border-radius: 50%;
        margin: 0 10px 0 0; }
        .page-template-template-roadshow .share-icon li a:hover {
          -webkit-box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 76, 151, 0.2);
          text-decoration: none;
          color: #004c97; }
        .page-template-template-roadshow .share-icon li a i {
          font-size: 23px;
          color: #004c97;
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  .page-template-template-roadshow .roadshow__footer__lower {
    margin-bottom: 30px; }
    @media (min-width: 48em) {
      .page-template-template-roadshow .roadshow__footer__lower {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .page-template-template-roadshow .modal__roadshow-venue .modal-content, .page-template-template-roadshow .modal__roadshow-venue .modal-body {
    padding: 0; }
  .page-template-template-roadshow .modal__roadshow-venue .modal-header {
    padding: 20px 36px; }
    .page-template-template-roadshow .modal__roadshow-venue .modal-header img {
      max-width: 300px; }
      @media (max-width: 26.875em) {
        .page-template-template-roadshow .modal__roadshow-venue .modal-header img {
          max-width: 85%; } }
  .page-template-template-roadshow .modal__roadshow-venue .modal-body h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #40b2e3;
    margin-top: 0; }
  .page-template-template-roadshow .modal__roadshow-venue .modal-body h4 {
    margin-bottom: 24px; }
  .page-template-template-roadshow .modal__roadshow-venue .modal-body .row {
    background-color: #333;
    color: white;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px; }
  .page-template-template-roadshow .modal__roadshow-venue .modal-body .btn-roadshow {
    margin-bottom: 10px; }
  .page-template-template-roadshow .modal__roadshow-venue .modal-footer {
    text-align: left; }
    .page-template-template-roadshow .modal__roadshow-venue .modal-footer .share-link {
      font-size: 14px;
      float: left; }
    .page-template-template-roadshow .modal__roadshow-venue .modal-footer .mo__social-nav li a {
      margin-bottom: 0; }
    @media (min-width: 48em) {
      .page-template-template-roadshow .modal__roadshow-venue .modal-footer .row {
        display: flex;
        align-items: center; } }
  .page-template-template-roadshow .modal__roadshow-venue__row {
    padding-top: 30px;
    padding-bottom: 30px; }
  .page-template-template-roadshow .share-link {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    font-size: 14px;
    float: left; }
  .page-template-template-roadshow .logo--roadshow {
    height: 28px;
    float: right;
    margin: 10px 0; }
  .page-template-template-roadshow table tr td {
    border: none;
    vertical-align: middle; }
  .page-template-template-roadshow #register-modal .modal-header {
    border-bottom: 0; }
  .page-template-template-roadshow .modal__sponsorship-modal .mktoForm input {
    border: 1px solid #ccc; }
  .page-template-template-roadshow .modal__sponsorship-modal .mktoButtonWrap.mktoSimple {
    margin: 0 !important; }
  .page-template-template-roadshow .slick-track {
    margin: auto !important; }
  .page-template-template-roadshow .slick-arrow {
    z-index: 999; }

.modal-dialog--xs {
  max-width: 450px; }

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