/*
Theme Name: Stack Child
Theme URI: http://www.tommusrhodus.com/stack-wordpress-theme
Description: Child theme for the Stack theme
Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
Author URI: http://www.tommusrhodus.com
Template: stack
Version: 10.0.0
*/
@font-face {
  font-family: 'WorkSans-Regular';
  src: url("fonts/WorkSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/WorkSans-Regular.otf") format("opentype"), url("fonts/WorkSans-Regular.woff") format("woff"), url("fonts/WorkSans-Regular.ttf") format("truetype"), url("fonts/WorkSans-Regular.svg#WorkSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-SemiBold';
  src: url("fonts/WorkSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/WorkSans-SemiBold.otf") format("opentype"), url("fonts/WorkSans-SemiBold.woff") format("woff"), url("fonts/WorkSans-SemiBold.ttf") format("truetype"), url("fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-Bold';
  src: url("fonts/WorkSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/WorkSans-Bold.otf") format("opentype"), url("fonts/WorkSans-Bold.woff") format("woff"), url("fonts/WorkSans-Bold.ttf") format("truetype"), url("fonts/WorkSans-Bold.svg#WorkSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-Light';
  src: url("fonts/WorkSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/WorkSans-Light.otf") format("opentype"), url("fonts/WorkSans-Light.woff") format("woff"), url("fonts/WorkSans-Light.ttf") format("truetype"), url("fonts/WorkSans-Light.svg#WorkSans-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WorkSans-Medium';
  src: url("fonts/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/WorkSans-Medium.otf") format("opentype"), url("fonts/WorkSans-Medium.woff") format("woff"), url("fonts/WorkSans-Medium.ttf") format("truetype"), url("fonts/WorkSans-Medium.svg#WorkSans-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
.hidden {
  display: none !important; }
.font-light {
  font-family: "WorkSans-Light", sans-serif; }
.font-medium {
  font-family: "WorkSans-Medium", sans-serif; }
.font-bold {
  font-family: "WorkSans-Bold", sans-serif; }
.primary-cta {
  display: inline-block;
  background: linear-gradient(90deg, #006694 0%, #044968 100%);
  color: #FFF;
  padding: 10px 40px;
  text-transform: uppercase;
  font-family: "WorkSans-SemiBold", sans-serif;
  font-size: 18px;
  padding-right: 70px;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 2;
  border: none; }
  .primary-cta:after {
    background-image: url(./img/tri-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%); }
  .primary-cta:hover {
    text-decoration: none;
    color: #FFF; }
  @media (max-width: 767px) {
    .primary-cta {
      font-size: 15px; } }
.secondary-cta {
  display: inline-block;
  background: #FFF;
  color: #006694;
  padding: 10px 40px;
  text-transform: uppercase;
  font-family: "WorkSans-SemiBold", sans-serif;
  font-size: 18px;
  padding-right: 70px;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 2; }
  .secondary-cta:after {
    background-image: url("./img/tri-arrow-right-blue.png");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%); }
  .secondary-cta:hover {
    text-decoration: none;
    color: #006694; }
  @media (max-width: 767px) {
    .secondary-cta {
      font-size: 15px; } }
.small-title {
  font-family: "WorkSans-Bold", sans-serif;
  color: #006694;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 1.5rem; }
.nav-container .bar .logo.logo-dark {
  display: none; }
@media (max-width: 767px) {
  .nav-container .bar .logo.logo-dark {
    display: inline-block; }
  .nav-container .bar .logo.logo-light {
    display: none; } }
.stack-header-buttons {
  text-align: right !important; }
  .stack-header-buttons .primary-cta:before {
    content: "Ready to bring more cash to your practice?";
    position: absolute;
    left: -30px;
    transform: translateX(-100%);
    font-family: "WorkSans-Medium", sans-serif;
    display: block;
    width: 500px;
    color: #5cb2d9;
    text-transform: none; }
    @media (max-width: 991px) {
      .stack-header-buttons .primary-cta:before {
        display: none; } }
@media (min-width: 991px) {
  .nav-container .bar {
    padding-top: 30px; } }
@media (max-width: 1023px) and (min-width: 768px) {
  .nav-container .bar .bar__module {
    margin-bottom: 0; } }
.nav-container .bar .logo {
  max-height: 100%;
  max-width: 300px; }
  @media (max-width: 1199px) {
    .nav-container .bar .logo {
      max-width: 200px;
      top: 2px; } }
@media (max-width: 990px) {
  .nav-container nav {
    background: #041721; } }
@media (max-width: 767px) {
  .nav-container nav .col-md-1.col-sm-2.hidden-xs {
    width: 100%;
    text-align: center;
    padding-top: 15px; }
  .nav-container nav .col-md-11.col-sm-12.text-right.text-left-xs.text-left-sm {
    display: none; } }
.nav-container #menu1 > .container > .row {
  display: flex;
  align-items: center; }
@media (max-width: 767px) {
  .nav-container .bar {
    display: none !important; }
  .nav-container nav.bar {
    display: block !important; }
    .nav-container nav.bar .hidden-xs {
      display: block !important; } }
h3 {
  font-family: "WorkSans-Regular", sans-serif;
  font-size: 35px; }
#section_hero {
  padding-top: 200px;
  padding-bottom: 50px;
  text-align: center; }
  #section_hero .slick-arrow {
    border: none;
    display: inline-block;
    background: #fae0ac;
    color: #0a435e;
    padding: 1rem 1.3rem;
    line-height: 1;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    z-index: 1; }
    #section_hero .slick-arrow.slick-prev {
      left: 0; }
    #section_hero .slick-arrow.slick-next {
      right: 0; }
  #section_hero h2 {
    color: #e5bc6b;
    font-size: 90px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 2rem;
    line-height: 1.2; }
    #section_hero h2 .font-medium {
      color: #fae0ac; }
    @media (max-width: 1199px) {
      #section_hero h2 {
        font-size: 70px;
        max-width: 800px; } }
  #section_hero p {
    color: #afc3cd;
    font-size: 26px;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.5;
    font-family: "WorkSans-Regular", sans-serif;
    margin-bottom: 3rem; }
    @media (max-width: 1199px) {
      #section_hero p {
        max-width: 500px; } }
  #section_hero a {
    color: #FFF;
    font-family: "WorkSans-Bold", sans-serif;
    font-size: 22px;
    position: relative;
    line-height: 45px;
    display: inline-block; }
    #section_hero a:hover {
      text-decoration: none;
      color: #FFF; }
    #section_hero a.video-link {
      margin-right: 60px; }
    #section_hero a.video-link:after {
      content: "\f04b";
      position: absolute;
      width: 45px;
      height: 45px;
      display: block;
      background: #e5bc6b;
      border-radius: 50%;
      transform: translate(100%, -7px);
      font-family: 'FontAwesome';
      top: 7px;
      right: -15px;
      font-size: 13px;
      padding-left: 2px; }
    @media (max-width: 767px) {
      #section_hero a {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px; } }
  #section_hero .slick-dots li {
    display: inline-block; }
    #section_hero .slick-dots li.slick-active:before {
      background: #3da4d2; }
    #section_hero .slick-dots li:before {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      border: 1px solid #3da4d2;
      margin-right: 20px;
      border-radius: 50%;
      cursor: pointer; }
    #section_hero .slick-dots li:last-child:before {
      margin-right: 0; }
    #section_hero .slick-dots li button {
      display: none; }
  #section_hero .wpb_raw_html:focus {
    outline: none; }
  @media (max-width: 990px) {
    #section_hero {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    #section_hero {
      background: linear-gradient(0deg, #0c5f8b 0%, #051e2a 100%) !important; }
      #section_hero h2 {
        font-size: 60px;
        line-height: 1; }
      #section_hero p {
        font-size: 19px; }
      #section_hero p .font-bold {
        font-style: italic; } }
.vc_icon_element {
  display: none !important; }
#section_train_book .wpb_raw_html {
  padding-right: 70px; }
#section_train_book p {
  font-family: "WorkSans-Regular", sans-serif;
  color: #828f95;
  margin-bottom: 4rem;
  font-size: 16px;
  line-height: 2; }
#section_train_book h3 {
  padding-left: 30px; }
@media (max-width: 991px) {
  #section_train_book .wpb_raw_html {
    padding-right: 0; }
  #section_train_book h3 {
    padding-left: 0; } }
@media (max-width: 767px) {
  #section_train_book {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center; }
    #section_train_book h3 {
      font-size: 27px;
      line-height: 1.5; }
    #section_train_book .wpb_single_image img {
      margin-left: -30px; }
    #section_train_book p {
      font-size: 13px; } }
#section_curriculum {
  padding-top: 3rem; }
  #section_curriculum h2 {
    font-family: "WorkSans-Medium", sans-serif;
    font-size: 60px;
    color: #006694; }
  #section_curriculum .vc_tta-container > .vc_general {
    display: flex;
    align-items: center; }
  #section_curriculum .vc_tta-container .vc_tta-tabs-container {
    width: 40%;
    float: left;
    margin-right: 0; }
    #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list {
      margin: 0; }
      #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li {
        display: block;
        padding-left: 100px;
        position: relative;
        margin: 0; }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:before {
          content: "";
          position: absolute;
          width: 2px;
          height: 100%;
          display: inline-block;
          background: #c4d3dd;
          left: 80px;
          top: 5px; }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          display: inline-block;
          background: #FFF;
          border: 2px solid #c4d3dd;
          border-radius: 50%;
          left: 81px;
          top: 5px;
          transform: translateX(-50%); }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:last-child:before {
          *display: none; }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(1) {
          background-image: url("./img/ico_introduction.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(1):hover, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(1).vc_active {
            background-image: url("./img/ico_introduction_hover.png"); }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(2) {
          background-image: url("./img/ico_regulations.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(2):hover, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(2).vc_active {
            background-image: url("./img/ico_regulations_hover.png"); }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(3) {
          background-image: url("./img/ico_supplies.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(3):hover, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(3).vc_active {
            background-image: url("./img/ico_supplies_hover.png"); }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4) {
          background-image: url("./img/ico_menu.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4):hover, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4).vc_active {
            background-image: url("./img/ico_menu_hover.png"); }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(5) {
          background-image: url("./img/ico_operations.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(5):hover, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(5).vc_active {
            background-image: url("./img/ico_operations_hover.png"); }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(6) {
          background-image: url("./img/ico_marketing.png");
          background-repeat: no-repeat;
          background-position: 0 0; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(6):hover, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(6).vc_active {
            background-image: url("./img/ico_marketing_hover.png"); }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li a {
          background: transparent;
          border: none;
          padding-top: 0;
          padding-bottom: 70px;
          position: static; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li a:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li a span {
            text-transform: uppercase;
            font-family: "WorkSans-Bold", sans-serif;
            color: #006694;
            font-size: 16px; }
            #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li a span:before {
              content: "";
              display: block;
              position: absolute;
              width: 20px;
              height: 20px;
              background: #e6bc6b;
              opacity: 0.5;
              border-radius: 50%;
              left: 71px;
              top: 0;
              visibility: hidden; }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:hover:before, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:before {
          background: #e6bc6b; }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:hover:after, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:after {
          border-color: #e6bc6b;
          background: #e6bc6b; }
        #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:hover a span, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a span {
          color: #000; }
          #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li:hover a span:before, #section_curriculum .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a span:before {
            visibility: visible; }
  #section_curriculum .vc_tta-container .vc_tta-panels-container {
    width: 60%;
    float: left; }
    #section_curriculum .vc_tta-container .vc_tta-panels-container .vc_tta-panels {
      background: #FFF;
      border: none; }
      #section_curriculum .vc_tta-container .vc_tta-panels-container .vc_tta-panels .wpb_raw_html h3 {
        font-family: "WorkSans-SemiBold", sans-serif;
        color: #044968;
        font-size: 38px; }
      #section_curriculum .vc_tta-container .vc_tta-panels-container .vc_tta-panels .wpb_raw_html p {
        color: #828f95;
        font-size: 16px;
        line-height: 2; }
  #section_curriculum .primary-cta {
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    #section_curriculum {
      padding-bottom: 0; }
      #section_curriculum h2 {
        font-size: 43px;
        line-height: 1.2; }
      #section_curriculum .tab-mb-header {
        background: #e6bc6b;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        padding: 15px 0;
        font-family: "WorkSans-SemiBold", sans-serif;
        font-size: 15px;
        box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
        margin-bottom: 40px; }
      #section_curriculum h3 {
        font-family: "WorkSans-Medium", sans-serif;
        color: #0d6692;
        line-height: 1.3;
        font-size: 27px; }
      #section_curriculum p {
        font-family: "WorkSans-Regular", sans-serif;
        color: #828f95;
        font-size: 14px; } }
#section_card {
  padding: 3rem 0 0;
  background: linear-gradient(90deg, #2a779a 0%, #76c0e4 100%); }
  #section_card .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
    background: #FFF;
    padding: 3rem;
    text-align: center;
    border-bottom: 5px solid #044968;
    margin-bottom: 3rem;
    height: 100%; }
    #section_card .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper h4 {
      color: #044968;
      font-family: "WorkSans-Bold", sans-serif;
      font-size: 25px;
      margin-bottom: 1rem; }
    #section_card .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper p {
      color: #727f85;
      font-family: "WorkSans-Medium", sans-serif;
      font-size: 13px; }
  @media (max-width: 767px) {
    #section_card {
      background: linear-gradient(0deg, #1195d5 0%, #05202d 100%) !important; } }
#section_revenue {
  padding: 3rem 0 2rem;
  background: #dbe6ec; }
  #section_revenue .wpb_raw_html {
    text-align: center; }
    #section_revenue .wpb_raw_html h2 {
      font-family: "WorkSans-SemiBold", sans-serif;
      color: #006694;
      font-size: 48px;
      max-width: 900px;
      margin: 0 auto;
      margin-bottom: 2rem; }
      @media (max-width: 767px) {
        #section_revenue .wpb_raw_html h2 {
          font-size: 36px;
          line-height: 1.3; } }
    #section_revenue .wpb_raw_html p {
      color: #828f95;
      font-size: 20px; }
      @media (max-width: 767px) {
        #section_revenue .wpb_raw_html p {
          font-size: 21px;
          line-height: 1.5; } }
    #section_revenue .wpb_raw_html .primary-cta {
      margin-right: 30px; }
  @media (max-width: 767px) {
    #section_revenue {
      padding-bottom: 0; }
      #section_revenue .wpb_raw_html .primary-cta {
        margin-right: 0;
        width: 100%;
        max-width: 270px;
        display: block;
        margin: 0 auto;
        margin-bottom: 3rem; }
      #section_revenue .wpb_raw_html .secondary-cta {
        width: 100%;
        max-width: 270px;
        margin-bottom: 3rem; } }
#section_experts {
  padding-bottom: 0; }
  #section_experts #main_features {
    position: absolute;
    left: 30px;
    top: 0; }
    #section_experts #main_features .small-title {
      font-family: "WorkSans-Medium", sans-serif; }
    #section_experts #main_features h2 {
      font-family: "WorkSans-Medium", sans-serif;
      color: #006694;
      max-width: 200px;
      font-size: 28px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #section_experts #main_features {
        position: static;
        text-align: center;
        margin-top: -50px;
        margin-bottom: 5rem; }
        #section_experts #main_features h2 {
          max-width: 100%;
          text-align: center;
          font-size: 38px; } }
  #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container {
    margin: 0; }
    #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list {
      text-align: right; }
      #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li {
        margin: 0;
        min-width: 190px; }
        @media (min-width: 768px) and (max-width: 1199px) {
          #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li {
            min-width: auto;
            width: 24%; } }
        #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li a {
          background: transparent;
          border: none;
          padding-bottom: 0;
          padding-top: 5rem;
          text-align: center; }
          #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li a span {
            font-family: "WorkSans-Bold", sans-serif;
            font-size: 18px;
            color: #006694;
            max-width: 130px;
            display: inline-block;
            text-align: center;
            padding-bottom: 4rem;
            position: relative; }
            #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li a span:after {
              position: absolute;
              content: "";
              width: 100%;
              height: 4px;
              left: 0;
              bottom: 0; }
          #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li a:hover span:after {
            background: #e5bc6b; }
        #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a span:after {
          background: #e5bc6b; }
        #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(1) a {
          background: url("./img/bico_expertguide.png");
          background-repeat: no-repeat;
          background-position: center top; }
        #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(2) a {
          background: url("./img/bico_yourown.png");
          background-repeat: no-repeat;
          background-position: center top; }
        #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(3) a {
          background: url("./img/bico_comprehensive.png");
          background-repeat: no-repeat;
          background-position: center top; }
        @media (min-width: 768px) and (max-width: 1199px) {
          #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4) {
            width: 28%; } }
        #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4) a {
          background: url("./img/bico_instantrevenue.png");
          background-repeat: no-repeat;
          background-position: center top; }
          #section_experts .vc_tta-container > .vc_general .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4) a span {
            max-width: 150px; }
  #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container {
    border-top: 4px solid #dbe6ec;
    margin-top: -4px;
    padding-top: 4rem; }
    #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container .vc_tta-panels {
      background: transparent;
      border: none; }
    #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container .vc_tta-panel-body {
      padding: 0; }
      #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container .vc_tta-panel-body .wpb_column {
        padding-left: 0; }
        #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container .vc_tta-panel-body .wpb_column h3 {
          font-family: "WorkSans-SemiBold", sans-serif;
          font-size: 40px;
          color: #006694; }
        #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container .vc_tta-panel-body .wpb_column p {
          font-family: "WorkSans-Regular", sans-serif;
          font-size: 16px;
          color: #828f95; }
    #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container .wpb_raw_html {
      margin-bottom: 0; }
      #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container .wpb_raw_html .secondary-cta {
        margin-bottom: 4rem;
        box-shadow: 9px 7px 14px rgba(0, 0, 0, 0.1); }
        @media (min-width: 768px) and (max-width: 1199px) {
          #section_experts .vc_tta-container > .vc_general .vc_tta-panels-container .wpb_raw_html .secondary-cta {
            font-size: 13px; } }
  @media (max-width: 767px) {
    #section_experts {
      padding-bottom: 0;
      padding-top: 30px; }
      #section_experts h2 {
        font-family: "WorkSans-Medium", sans-serif;
        font-size: 43px;
        line-height: 1.2;
        color: #0d6692; }
      #section_experts .tab-mb-header {
        background: #e6bc6b;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        padding: 15px 0;
        font-family: "WorkSans-SemiBold", sans-serif;
        font-size: 15px;
        box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
        margin-bottom: 40px; }
      #section_experts h3 {
        font-family: "WorkSans-Medium", sans-serif;
        color: #0d6692;
        line-height: 1.3;
        font-size: 27px; }
      #section_experts p {
        font-family: "WorkSans-Regular", sans-serif;
        color: #828f95;
        font-size: 14px; }
      #section_experts .secondary-cta {
        width: 100%; } }
#section_pricing {
  padding: 3rem 0;
  text-align: center; }
  #section_pricing h2 {
    font-family: "WorkSans-Medium", sans-serif;
    color: #006694;
    font-size: 60px;
    text-transform: capitalize;
    margin: 0;
    line-height: 1; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #section_pricing h2 {
        font-size: 47px; } }
  #section_pricing .wpb_raw_html {
    margin: 0; }
  #section_pricing .wpb_single_image {
    margin: 0; }
  #section_pricing h5 {
    font-family: "WorkSans-Medium", sans-serif;
    color: #006694;
    font-size: 29px;
    margin-bottom: 0;
    margin-top: -20px; }
  #section_pricing p {
    font-family: "WorkSans-Regular", sans-serif;
    font-size: 25px;
    margin-top: 10px;
    line-height: 1.5;
    color: #828f95; }
  @media (max-width: 767px) {
    #section_pricing h2 {
      font-size: 42px;
      margin-bottom: 4rem;
      margin-top: 2rem;
      line-height: 1.2; }
    #section_pricing .wpb_single_image {
      margin-bottom: 7rem; }
      #section_pricing .wpb_single_image img {
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4); }
    #section_pricing h5 {
      line-height: 1.2;
      font-size: 27px;
      margin-bottom: 2rem; }
    #section_pricing .primary-cta {
      font-size: 12px;
      margin-bottom: 3rem; } }
#section_form {
  padding: 5rem 0; }
  #section_form #testimonial {
    text-align: center;
    display: none; }
    #section_form #testimonial h5 {
      color: #FFF;
      font-family: "WorkSans-Regular", sans-serif;
      font-size: 37px;
      line-height: 1.5;
      margin-bottom: 2rem; }
    #section_form #testimonial span {
      font-family: "WorkSans-Regular", sans-serif;
      color: #cfab63;
      font-size: 150px;
      line-height: 1;
      display: block;
      margin-bottom: -30px; }
    #section_form #testimonial h4 {
      color: #FFF;
      font-family: "WorkSans-SemiBold", sans-serif;
      font-size: 24px; }
    #section_form #testimonial p {
      color: #FFF;
      font-family: "WorkSans-Regular", sans-serif;
      font-size: 16px; }
    #section_form #testimonial .testimonial-name {
      color: #cfab63;
      font-family: "WorkSans-Bold", sans-serif;
      font-size: 16px; }
    #section_form #testimonial .small-title {
      color: #FFF;
      margin-bottom: 10px;
      font-size: 13px;
      font-family: "WorkSans-Regular", sans-serif; }
  #section_form .wpb_raw_html {
    margin-bottom: 0; }
  #section_form .form-wrapper {
    background: #FFF;
    padding: 3rem 5rem;
    float: left;
    text-align: center; }
    #section_form .form-wrapper h3 {
      font-family: "WorkSans-SemiBold", sans-serif;
      line-height: 1;
      margin-bottom: 15px; }
    #section_form .form-wrapper p {
      font-family: "WorkSans-Regular", sans-serif;
      font-size: 18px;
      color: #828F97;
      margin-bottom: 3rem; }
    #section_form .form-wrapper input[type="text"], #section_form .form-wrapper input[type="email"] {
      border: none;
      border-radius: 0;
      background: #f2f2f2;
      padding: 20px 30px;
      height: auto;
      font-size: 15px;
      line-height: 1;
      font-family: "WorkSans-Regular", sans-serif; }
    #section_form .form-wrapper .primary-cta {
      border-radius: 0;
      width: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 3rem;
      margin-bottom: 2rem; }
    #section_form .form-wrapper .input-wrapper {
      width: 50%;
      float: left;
      padding-right: 10px;
      padding-left: 10px;
      padding-bottom: 20px; }
    #section_form .form-wrapper .submit-wrapper {
      float: left;
      text-align: center;
      width: 100%; }
  @media (max-width: 991px) {
    #section_form {
      background: linear-gradient(94deg, #062331 0%, #0c618d 100%) !important; }
      #section_form .wpb_raw_html {
        margin-bottom: 0; }
      #section_form #main_form {
        padding: 0; }
        #section_form #main_form > .vc_column-inner {
          padding: 0; }
        #section_form #main_form .form-wrapper {
          padding: 2rem;
          padding-bottom: 5rem;
          text-align: center; }
          #section_form #main_form .form-wrapper .primary-cta {
            margin-top: 3rem; }
          #section_form #main_form .form-wrapper .input-wrapper {
            width: 100%;
            padding-right: 0;
            padding-left: 0; }
      #section_form #testimonial {
        padding-bottom: 4rem;
        padding-top: 2rem; } }
footer {
  background: #041721;
  text-align: left; }
  @media (max-width: 991px) {
    footer .pack {
      float: left;
      width: 100%; }
      footer .pack:first-child {
        margin-bottom: 3rem; } }
  footer .f-heading {
    font-family: "WorkSans-Regular", sans-serif;
    color: #FFF;
    font-size: 20px;
    margin: 0 !important;
    margin-bottom: 2rem !important; }
  footer .logo-dark {
    display: none; }
  footer .logo-light {
    max-height: 100%;
    width: 250px; }
  footer .f-copy-right {
    color: #828f95;
    font-family: "WorkSans-Regular", sans-serif; }
  footer .f-rights-reserved {
    color: #828f95;
    font-family: "WorkSans-Regular", sans-serif;
    padding-top: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      footer .f-rights-reserved {
        padding-top: 0;
        text-align: center;
        margin-bottom: 30px; } }
  footer .f-menu li a {
    color: #828f95;
    font-family: "WorkSans-Regular", sans-serif;
    font-size: 16px; }
    footer .f-menu li a:hover {
      color: #FFF;
      text-decoration: none;
      border-bottom: 1px solid #cfab63; }
  footer .f-contact li {
    margin-bottom: 3px; }
    footer .f-contact li span {
      color: #828f95;
      font-family: "WorkSans-Regular", sans-serif;
      font-size: 14px;
      padding-left: 40px; }
    footer .f-contact li:nth-child(1) span {
      background-image: url("./img/fico_addr.png");
      background-repeat: no-repeat;
      background-position: left center; }
    footer .f-contact li:nth-child(2) span {
      background-image: url("./img/fico_phone.png");
      background-repeat: no-repeat;
      background-position: left center; }
    footer .f-contact li:nth-child(3) span {
      background-image: url("./img/fico_email.png");
      background-repeat: no-repeat;
      background-position: left center; }
  footer .f-contact .mail-to:hover {
    text-decoration: none;
    color: #828f95; }
  @media (max-width: 767px) {
    footer {
      padding-top: 3rem; }
      footer .logo-light {
        margin-bottom: 3rem; }
      footer .pack {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        float: none; }
      footer .f-menu {
        margin-bottom: 3rem; }
      footer .footer-logo-holder {
        text-align: center;
        display: block; } }

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