#wrapper *:not(.fa):not(.mobile-dropdown-toggle) {
  font-family: 'Roboto', sans-serif !important; }

/* Style 2019 - NEW UI */
@media (min-width: 1001px) {
  .padding-top {
    padding-top: 90px; } }

.section-margin {
  margin-bottom: 6rem; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.text-white {
  color: #fff !important; }
  .text-white * {
    color: #fff !important; }

.mb-5 {
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .mb-5 {
      margin-bottom: 2rem; } }

.mt-5 {
  margin-top: 3rem; }
  @media (max-width: 767px) {
    .mt-5 {
      margin-top: 2rem; } }

.mb-0 {
  margin-bottom: 0 !important; }

/* NEW UI */
.new-ui * {
  font-family: 'Roboto', sans-serif !important;
  color: #36414c; }
.new-ui h1 {
  font-weight: 800 !important; }
.new-ui h1, .new-ui h2, .new-ui h3, .new-ui h4, .new-ui h5, .new-ui h6 {
  font-family: 'Roboto', sans-serif !important;
  color: #000; }
@media (min-width: 2000px) {
  .new-ui {
    background-size: 100%; } }
.new-ui hr {
  border-color: #2261a0;
  border-top-width: 3px;
  max-width: 70px;
  margin-bottom: 3em; }
.new-ui h2 {
  font-weight: 700 !important; }
.new-ui .btn-primary {
  background: #2261a0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; }
  .new-ui .btn-primary:hover, .new-ui .btn-primary:focus {
    background: #2261a0;
    border-color: #36414c;
    color: #fff; }

/* HERO HEADER */
.hero-header {
  padding: 4rem 0;
  background: #000;
  color: #fff;
  position: relative; }
  .hero-header h1, .hero-header h2, .hero-header h3, .hero-header h4, .hero-header h5, .hero-header h6, .hero-header p {
    color: #fff; }
  .hero-header .hero-header-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    user-select: none; }
    .hero-header .hero-header-img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .hero-header .container {
    position: relative;
    z-index: 1; }
  .hero-header .hero-header-breadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    padding: 10px;
    text-align: left; }
    @media (max-width: 767px) {
      .hero-header .hero-header-breadcrumbs {
        text-align: center; } }
    .hero-header .hero-header-breadcrumbs a {
      color: #fff;
      text-decoration: underline; }
      .hero-header .hero-header-breadcrumbs a:hover, .hero-header .hero-header-breadcrumbs a:focus {
        color: #fff;
        text-decoration: none; }

/* TOPICS PAGE */
.featured-topic {
  padding: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative; }
  .featured-topic:before {
    content: '';
    opacity: 0.5;
    background: #000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.2s ease; }
  .featured-topic:hover:before {
    background: #2162A0;
    transition: all 0.2s ease; }
  .featured-topic p {
    color: #fff;
    position: relative;
    z-index: 1; }
    .featured-topic p b {
      color: #fff; }
    .featured-topic p:last-child {
      margin-top: 60px;
      margin-bottom: 0; }

.all-topics {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  .all-topics > div {
    margin-bottom: 30px; }

.all-topic {
  padding: 30px 20px;
  height: 100%;
  border: 1px solid #C1C7CD;
  display: block;
  text-align: center; }
  .all-topic:hover {
    border-color: #2162A0; }
  .all-topic p.lead {
    color: #2162A0;
    margin: 0; }
    .all-topic p.lead b {
      color: #2162A0; }

/* INDIVIDUAL TOPIC */
.topic-margin {
  margin-bottom: 2rem; }

/* CAREERS PAGE */
.careers-page {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: top right; }

.careers-header {
  padding: 60px 0 0; }

.tigera-team .lead {
  margin-bottom: 3rem; }

.core-value {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .core-value {
      display: block; } }
  .core-value .core-value-image {
    flex: 0 0 250px;
    padding: 2rem; }
    .core-value .core-value-image img {
      width: 100%;
      height: auto;
      border-radius: 20px; }
  .core-value .core-value-copy {
    padding: 2rem; }
    .core-value .core-value-copy p {
      margin-bottom: 0; }

.careers-image-grid img {
  width: 100%;
  height: auto;
  margin-bottom: 28px; }

.perk {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .perk:nth-child(3n + 1) {
      clear: both; } }
  .perk img {
    margin-bottom: 2rem; }

.rp-item-wrap {
  position: relative; }
  .rp-item-wrap:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    right: 50%;
    margin-right: -1px;
    border-right: 2px dotted #2261a0; }
    @media (max-width: 767px) {
      .rp-item-wrap:before {
        opacity: 0; } }

.rp-item {
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .rp-item {
      flex-direction: column;
      margin-bottom: 40px; } }
  .rp-item .rp-item-title {
    flex: 0 0 calc(50% - 30px);
    text-align: right;
    padding: 20px 40px;
    margin: 0; }
  .rp-item .rp-item-copy {
    padding: 20px 40px;
    margin: 0;
    flex: 0 0 calc(50% - 30px); }
  .rp-item .rp-item-number {
    flex: 0 0 60px;
    height: 60px;
    width: 60px;
    background: #2261a0;
    border-radius: 60px;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 0 0 10px rgba(0, 96, 165, 0.1);
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .rp-item .rp-item-number {
        order: -1; } }

.openings, .recruitment-process {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: top right; }
  @media (min-width: 2000px) {
    .openings, .recruitment-process {
      background-size: 100%; } }

.jobs-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .jobs-list li {
    padding: 0;
    margin: 0 0 15px 0; }
    .jobs-list li a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #f8fbfd;
      color: #000;
      padding: 20px;
      box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      transition: all 0.15s ease !important; }
      .jobs-list li a:hover {
        background: #2261a0;
        color: #fff !important;
        border-color: #2261a0;
        transition: all 0.15s ease !important; }
        .jobs-list li a:hover > span {
          color: #fff; }
      .jobs-list li a .job-name {
        font-size: 22px;
        font-weight: 600; }
      .jobs-list li a .job-location {
        font-size: 16px; }

.whr-group {
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  margin-top: 2rem; }
  .whr-group.whr-active {
    border-bottom: 0; }
    .whr-group.whr-active a {
      background: #fff; }
      .whr-group.whr-active a::after {
        content: "";
        font-weight: 300;
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -20px;
        font-size: 40px; }
  .whr-group a {
    padding: 1rem;
    display: block;
    position: relative;
    background: #edeff1; }
    .whr-group a:hover {
      color: #2261a0;
      background: #fff; }
    .whr-group a::after {
      content: "+";
      font-weight: 300;
      position: absolute;
      right: 1rem;
      top: 50%;
      margin-top: -20px;
      font-size: 40px; }

.whr-items {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 2rem; }
  .whr-items .whr-item {
    margin: 0;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .whr-items .whr-item h3 {
      margin: 0;
      font-size: 18px; }
      .whr-items .whr-item h3 a {
        color: #2261a0; }
        .whr-items .whr-item h3 a:hover, .whr-items .whr-item h3 a:focus, .whr-items .whr-item h3 a:active {
          color: #2261a0;
          text-decoration: underline; }
    .whr-items .whr-item .whr-info {
      list-style: none;
      text-align: right;
      line-height: 1.4; }
      .whr-items .whr-item .whr-info span {
        display: none; }
      .whr-items .whr-item .whr-info .whr-date {
        opacity: 0.5;
        font-size: 12px; }

.testimonial {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .testimonial {
      flex-direction: column; } }
  .testimonial .testimonial-image {
    flex: 0 0 250px;
    padding: 2rem; }
    .testimonial .testimonial-image img {
      width: 100%;
      height: auto;
      border-radius: 100%; }
  .testimonial .testimonial-copy {
    padding: 2rem; }
    .testimonial .testimonial-copy .text-right {
      opacity: 0.5;
      margin-bottom: 0; }

.academy-sidebar {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 20px; }
  .academy-sidebar table {
    background: #fff;
    border: 0;
    margin: 0; }
    .academy-sidebar table tr th, .academy-sidebar table tr td {
      border: 0;
      border-bottom: 1px solid #ddd; }
    .academy-sidebar table tr:last-child th, .academy-sidebar table tr:last-child td {
      border-bottom: 0; }

.instructor {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 850px) {
    .instructor {
      display: block; } }
  .instructor .instructor-image {
    flex: 0 0 120px;
    margin-right: 20px; }
    @media (max-width: 850px) {
      .instructor .instructor-image {
        margin-bottom: 20px; } }
    .instructor .instructor-image img {
      border-radius: 120px;
      width: 120px;
      height: 120px;
      object-fit: cover;
      border: 4px solid #efefef; }
  .instructor .instructor-copy strong {
    font-size: 18px; }
  .instructor .instructor-copy .muted {
    opacity: 0.5; }

#video {
  display: none; }

.before-and-after-goal-complete + #video {
  display: none; }

.logos-banner {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef; }
  .logos-banner img {
    margin: 0 20px; }

.home #main-menu > ul, .home .main-menu > ul {
  text-transform: none; }

.search-tool {
  display: none !important; }

.course-list {
  display: flex;
  flex-wrap: wrap; }

.caas-topic {
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 100%; }
  .caas-topic:hover {
    border-color: #aaa; }
    .caas-topic:hover p {
      color: #000 !important; }
      .caas-topic:hover p b {
        color: #2162A0; }
  .caas-topic img {
    height: 200px;
    width: 100%;
    object-fit: cover; }
  .caas-topic p {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000 !important; }
    .caas-topic p.info {
      opacity: 0.5;
      margin: 0;
      margin-top: 20px; }
  .caas-topic .caas-topic-inner {
    padding: 20px; }

.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .wpcf7-form textarea, .wpcf7-form select {
  border: 1px solid #ccc !important; }

.wpcf7-submit {
  border: 0 !important; }

/*# sourceMappingURL=style-2019.css.map */
