@charset "UTF-8";
/*
@media (max-width: @screen-sm-max) {}
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css");
@import url("../fonts/elation/style.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
.header-container-wrapper:after, .site-header:after,
body .container:after,
body .page-center:after,
body [class*="span"].page-center:after, .vc_row:after, .vc-section:after, .wpb_wrapper:after, .testimonial-slider-group:after {
  content: "";
  display: table;
  clear: both; }

.top-menu {
  text-align: right;
  background: #efefef; }
  .top-menu ul {
    padding: 6px 0;
    margin: 0; }
  .top-menu li {
    display: inline-block;
    padding-left: 25px; }
  .top-menu a {
    color: #353535;
    font-size: 12px;
    text-transform: none; }

.header-logo {
  width: 23%;
  margin-top: 10px;
  float: left; }
  .header-logo img,
  .header-logo svg {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    -ms-transition: 0.33s;
    -o-transition: 0.33s;
    transition: 0.33s; }

.menu-primary {
  float: right; }
  .menu-primary a {
    color: #4b535e;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    -ms-transition: 0.33s;
    -o-transition: 0.33s;
    transition: 0.33s;
    text-decoration: none; }
  .menu-primary .menu {
    margin: 0;
    padding: 0; }
    .menu-primary .menu > li {
      margin: 20px 15px 0; }
      .menu-primary .menu > li.ela-button-wrap {
        position: relative;
        margin-top: 10px; }
      .menu-primary .menu > li:last-child {
        margin-right: 0; }
  .menu-primary .sub-menu {
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 2px -1px #ccc;
    border-bottom: 0;
    background: #fff;
    border: 0; }
  .menu-primary .menu {
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    -ms-transition: 0.33s;
    -o-transition: 0.33s;
    transition: 0.33s; }
    .menu-primary .menu li {
      list-style: none; }
    .menu-primary .menu > li {
      float: left; }
    .menu-primary .menu .menu-item-has-children {
      position: relative; }
    .menu-primary .menu a {
      display: inline-block; }
    .menu-primary .menu .sub-menu {
      padding: 0;
      box-shadow: 5px 7px 19px -4px rgba(0, 0, 0, 0.1), -5px 7px 19px -3px rgba(0, 0, 0, 0.1);
      border-bottom: 0;
      background: #fff;
      border: 0; }
      .menu-primary .menu .sub-menu a {
        color: #353535;
        display: block;
        padding: 6px 10px;
        font-weight: 400;
        font-size: 15px; }
        .menu-primary .menu .sub-menu a:hover {
          color: #1c94bc; }
    .menu-primary .menu .current-menu-item > a {
      color: #1c94bc; }
    .menu-primary .menu .current-menu-item.ela-button-secondary-wrap > a {
      color: #ff7900; }
    .menu-primary .menu .current-menu-ancestor > a,
    .menu-primary .menu .current-menu-parent > a {
      text-decoration: none;
      color: #4b535e;
      border-bottom: 2px solid #1c94bc; }
  .menu-primary .sub-menu a {
    display: block;
    white-space: nowrap; }

.header-container-wrapper {
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  -ms-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
  line-height: 24px; }

.header-container {
  padding: 0 0 25px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.sticky .header-container {
  margin-top: -38px; }

.site-header {
  position: relative;
  padding: 5px 0 10px 0; }

.mobile-trigger,
.child-trigger {
  display: none; }

@media (min-width: 768px) {
  .menu-primary {
    margin-bottom: 6px; }

  .menu-item-has-children ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 28px; }
  .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible; }

  .header-container-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 1px 0 1px #ccc; }

  .header-container {
    background: #fff;
    background: white;
    border-bottom: none;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }

  .sticky .header-container {
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.9); }

  .body-container-wrapper {
    padding-top: 113px; } }
.page-title {
  font-size: 40px;
  line-height: 1.1;
  color: #1c94bc;
  text-align: center;
  margin: 85px 0 20px 0; }

.menu-primary .sub-menu {
  width: 180px; }
  .menu-primary .sub-menu li a {
    white-space: normal;
    line-height: 1.2; }

@media (max-width: 767px) {
  .page-title {
    margin: 0 0 20px 0;
    font-size: 32px; }

  .site-header {
    padding: 15px 0 5px 0; }

  .header-logo {
    width: auto;
    margin-top: 0;
    float: none;
    margin-right: 60px;
    max-width: 260px; }
    .header-logo img,
    .header-logo svg {
      width: 100%; }

  .menu-primary {
    float: none;
    width: auto;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.33s;
    -moz-transition: height 0.33s;
    -ms-transition: height 0.33s;
    -o-transition: height 0.33s;
    transition: height 0.33s, margin 0.33s; }
    .mobile-open .menu-primary {
      overflow: visible;
      height: auto;
      margin-top: 28px; }
    .menu-primary .menu {
      margin-left: 0;
      margin-right: 0; }
      .menu-primary .menu > li {
        margin: 0 !important;
        float: none;
        border-top: 1px dotted rgba(255, 255, 255, 0.35); }
        .menu-primary .menu > li.ela-button-wrap {
          margin-top: 0; }
        .menu-primary .menu > li > a {
          display: block !important;
          background: #309ec3 !important;
          color: white !important;
          font-size: 16px !important;
          padding: 12px 20px !important;
          border: none !important;
          border-radius: 0 !important;
          line-height: 1.3 !important;
          text-align: left; }

  .menu-item-has-children {
    position: relative; }
    .menu-item-has-children:after {
      content: "";
      pointer-events: none;
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      height: 44px;
      width: 44px;
      background: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0MCIgaGVpZ2h0PSI2NDAiIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj4KPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTUxMiAzMjBjMCAxNy42OTYtMS41MzYgMzItMTkuMjMyIDMyaC0xNDAuNzY4djE0MC43NjhjMCAxNy42NjQtMTQuMzA0IDE5LjIzMi0zMiAxOS4yMzJzLTMyLTEuNTY4LTMyLTE5LjIzMnYtMTQwLjc2OGgtMTQwLjc2OGMtMTcuNjY0IDAtMTkuMjMyLTE0LjMwNC0xOS4yMzItMzJzMS41NjgtMzIgMTkuMjMyLTMyaDE0MC43Njh2LTE0MC43NjhjMC0xNy42OTYgMTQuMzA0LTE5LjIzMiAzMi0xOS4yMzJzMzIgMS41MzYgMzIgMTkuMjMydjE0MC43NjhoMTQwLjc2OGMxNy42OTYgMCAxOS4yMzIgMTQuMzA0IDE5LjIzMiAzMnoiPjwvcGF0aD4KPC9zdmc+Cg==") no-repeat center center;
      background-size: 14px 14px; }
    .menu-item-has-children.show_childs:after {
      background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0MCIgaGVpZ2h0PSI2NDAiIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj4KPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTUxMiAzMjBjMCAxNy42OTYtMS41MzYgMzItMTkuMjMyIDMyaC0zNDUuNTM2Yy0xNy42NjQgMC0xOS4yMzItMTQuMzA0LTE5LjIzMi0zMnMxLjU2OC0zMiAxOS4yMzItMzJoMzQ1LjU2OGMxNy42NjQgMCAxOS4yIDE0LjMwNCAxOS4yIDMyeiI+PC9wYXRoPgo8L3N2Zz4K"); }

  .menu-primary .sub-menu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.33s;
    -moz-transition: opacity 0.33s;
    -ms-transition: opacity 0.33s;
    -o-transition: opacity 0.33s;
    transition: opacity 0.33s;
    padding: 0;
    box-shadow: 0 2px 2px -1px #ccc;
    border-bottom: 0;
    background: #fff;
    border: 0; }
    .menu-primary .sub-menu li a {
      color: #353535 !important;
      background: white;
      display: block;
      color: white;
      font-size: 16px;
      padding: 12px 10px;
      border: none;
      line-height: 1.3;
      text-align: left; }
      .menu-primary .sub-menu li a:hover {
        color: #309ec3 !important; }

  .menu-primary .show_childs .sub-menu {
    height: auto;
    overflow: visible;
    opacity: 1; }

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #fff;
    border: 1px solid;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
    color: #309ec3; }
    .mobile-trigger:hover {
      text-decoration: none;
      color: white;
      background-color: #309ec3;
      border-color: transparent; }
    .mobile-open .mobile-trigger {
      color: #309ec3;
      background-color: #309ec3;
      border-color: transparent; }

  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px; }

  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: ''; }

  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #309ec3;
    display: inline-block; }

  .mobile-trigger i:before {
    top: -6px; }

  .mobile-trigger i:after {
    top: 6px; }

  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: white; }

  .menu-primary {
    margin: 0 -20px; } }
@media (max-width: 520px) {
  .page-title {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 1.1; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .menu-primary .menu > li > a {
    font-size: 14px; }
  .menu-primary .menu > li {
    margin-left: 10px;
    margin-right: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .menu-primary .menu > li {
    margin-left: 5px;
    margin-right: 5px; } }
.footer-container-wrapper {
  line-height: 24px;
  font-family: Roboto, sans-serif;
  background: #efefef;
  font-size: 15px;
  color: #fff;
  padding-top: 70px; }
  .footer-container-wrapper .copyright p {
    color: #353535;
    font-size: 11px;
    font-weight: 400;
    padding-top: 13px; }
  .footer-container-wrapper .footer-col-heading {
    margin: 0;
    color: #353535;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 400; }
  .footer-container-wrapper .menu a {
    color: #353535;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 0; }
    .footer-container-wrapper .menu a:hover {
      color: #353535; }
  .footer-container-wrapper .widget + .widget {
    margin-top: 20px; }

.bottom-footer {
  border-top: 1px solid #e1e2e3;
  padding: 25px 0 15px 0;
  margin-top: 30px; }

@media (max-width: 767px) {
  .footer-container-wrapper .footer-col-heading {
    margin-top: 40px; } }
.bottom-footer-nonav {
  padding: 25px 0 15px 0; }

@media (max-width: 660px) {
  .footer-container-wrapper {
    padding-top: 0; }
    .footer-container-wrapper .row-fluid [class*="span"] {
      float: none;
      width: auto; }
    .footer-container-wrapper .span6 {
      text-align: center !important; }
      .footer-container-wrapper .span6.align-right {
        padding-top: 20px; } }
@media (min-width: 460px) {
  .row-fluid {
    position: relative; }
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: ""; }
    .row-fluid:after {
      clear: both; }
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 1px;
      margin: 0 !important; }

  .row-fluid .span12 {
    width: 100%; }

  .row-fluid .span11 {
    width: 91.6666666667%; }

  .row-fluid .span10 {
    width: 83.3333333333%; }

  .row-fluid .span9 {
    width: 75%; }

  .row-fluid .span8 {
    width: 66.6666666667%; }

  .row-fluid .span7 {
    width: 58.3333333333%; }

  .row-fluid .span6 {
    width: 50%; }

  .row-fluid .span5 {
    width: 41.6666666667%; }

  .row-fluid .span4 {
    width: 33.3333333333%; }

  .row-fluid .span3 {
    width: 25%; }

  .row-fluid .span2 {
    width: 16.6666666667%; }

  .row-fluid .span1 {
    width: 8.3333333333%; } }
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: ""; }

.container-fluid:after {
  clear: both; }

@media (max-width: 767px) {
  .medium-reverse-row.vc_row.vc_row-flex {
    flex-direction: column-reverse; } }
body .wpb_wrapper,
body .container,
body .page-center,
body [class*="span"].page-center {
  float: none !important;
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px; }
  body .wpb_wrapper .wpb_wrapper,
  body .container .wpb_wrapper,
  body .page-center .wpb_wrapper,
  body [class*="span"].page-center .wpb_wrapper {
    padding-left: 0;
    padding-right: 0; }

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.video-text-wrap {
  margin-top: 3px;
  color: white;
  font-size: 14px; }

.modal-el {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -999;
  opacity: 0;
  transition: opacity 5s ease-in-out; }

.modal-el.open {
  display: block;
  z-index: 999;
  opacity: 1; }

.modal-el iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.ela-button-engage-mobile {
  display: none;
  margin-top: 30px; }

.ela-button-engage-tablet {
  margin-top: 20px; }

.modal-el .close {
  position: absolute;
  z-index: 9999;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  cursor: pointer;
  top: -10px;
  right: 26px;
  color: white;
  padding: 10px;
  font-size: 20px;
  line-height: 0.7; }

.modal-el .modal-el-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  padding: 30px;
  margin: auto;
  display: inline-block; }
  .modal-el .modal-el-wrap iframe {
    background: black; }

.trigger-video {
  transition: 0.5s;
  display: block; }
  .trigger-video img {
    display: block;
    max-width: 100%; }
  .trigger-video:hover {
    opacity: 0.8; }

.content-wrapper {
  padding: 20px 0; }
  .content-wrapper .vc_row:first-child {
    padding-top: 0; }

@media (min-width: 768px) {
  .admin-bar .container-wrapper {
    margin-top: 67px; }

  .container-wrapper {
    margin-top: 112px; } }
.vc_row.container-limited-small,
.container-limited-small {
  float: none !important;
  max-width: 520px;
  margin-left: auto !important;
  margin-right: auto !important; }

.vc_row.container-limited-medium,
.container-limited-medium {
  float: none !important;
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important; }

.vc_row.container-limited-large,
.container-limited-large {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto; }

.max-width500 {
  float: none !important;
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important; }

@media (max-width: 860px) {
  body .grid-boxs .vc_column_container[class*="vc_col-"] > .vc_column-inner {
    padding: 20px 15px; }
    body .grid-boxs .vc_column_container[class*="vc_col-"] > .vc_column-inner .wpb_wrapper {
      padding-left: 5px;
      padding-right: 5px; } }
.menu,
.nav {
  margin: 0;
  padding: 0; }
  .menu li,
  .nav li {
    list-style: none; }
  .menu ul,
  .nav ul {
    margin: 0;
    padding: 0; }
  .menu a,
  .nav a {
    text-decoration: none; }

.pagination {
  padding: 40px 0;
  text-align: center;
  float: none;
  width: auto;
  clear: both;
  border-top: 1px solid none;
  font-weight: 400; }
  .pagination ul {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  .pagination span,
  .pagination a {
    display: inline-block;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #353535;
    font-size: 14px;
    text-decoration: none;
    transition: 0.33s;
    border-radius: 3px;
    font-weight: 400; }
  .pagination a:hover,
  .pagination a:active {
    color: #ff7900; }
  .pagination li {
    display: inline-block;
    margin: 0 2px; }
    .pagination li.active a {
      background: #ccc;
      border-radius: 3px;
      color: white; }
    .pagination li.prev a, .pagination li.prev span, .pagination li.next a, .pagination li.next span {
      width: 40px;
      border: 2px solid #353535;
      line-height: 28px; }
    .pagination li.prev span, .pagination li.next span {
      color: #ccc;
      border-color: #ccc; }
    .pagination li.prev a:hover,
    .pagination li.prev a:active, .pagination li.next a:hover,
    .pagination li.next a:active {
      color: #ff7900;
      border-color: #ff7900; }
    .pagination li.prev {
      margin-right: 8px; }
      .pagination li.prev a, .pagination li.prev span {
        padding-right: 1px; }
    .pagination li.next {
      margin-left: 8px; }
      .pagination li.next a, .pagination li.next span {
        padding-left: 2px; }

@media (max-width: 450px) {
  .pagination li {
    margin: 0; } }
.ela-button-wrap a,
.ela-button {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 3px;
  color: #353535;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 18px;
  padding: 11px 14px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  -ms-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s; }

.ela-button-default-wrap a,
.ela-button-default {
  border-color: #efefef;
  background: #efefef; }

.ela-button-primary-wrap a,
.ela-button-primary {
  border-color: #1c94bc;
  background: #1c94bc;
  color: white; }
  .ela-button-primary-wrap a:active, .ela-button-primary-wrap a:focus, .ela-button-primary-wrap a:hover,
  .ela-button-primary:active,
  .ela-button-primary:focus,
  .ela-button-primary:hover {
    border-color: #157190;
    background: #157190;
    color: white; }
  .ela-button-primary-wrap a.ela-button-bordered-wrap a, .ela-button-primary-wrap a.ela-button-bordered,
  .ela-button-primary.ela-button-bordered-wrap a,
  .ela-button-primary.ela-button-bordered {
    border-color: #1c94bc;
    color: #1c94bc; }
    .ela-button-primary-wrap a.ela-button-bordered-wrap a:active, .ela-button-primary-wrap a.ela-button-bordered-wrap a:focus, .ela-button-primary-wrap a.ela-button-bordered-wrap a:hover, .ela-button-primary-wrap a.ela-button-bordered:active, .ela-button-primary-wrap a.ela-button-bordered:focus, .ela-button-primary-wrap a.ela-button-bordered:hover,
    .ela-button-primary.ela-button-bordered-wrap a:active,
    .ela-button-primary.ela-button-bordered-wrap a:focus,
    .ela-button-primary.ela-button-bordered-wrap a:hover,
    .ela-button-primary.ela-button-bordered:active,
    .ela-button-primary.ela-button-bordered:focus,
    .ela-button-primary.ela-button-bordered:hover {
      border-color: #1c94bc;
      background: #1c94bc;
      color: white; }

.ela-button-primary-wrap.ela-button-bordered-wrap a {
  border-color: #1c94bc;
  color: #1c94bc; }
  .ela-button-primary-wrap.ela-button-bordered-wrap a:active, .ela-button-primary-wrap.ela-button-bordered-wrap a:focus, .ela-button-primary-wrap.ela-button-bordered-wrap a:hover {
    border-color: #1c94bc;
    background: #1c94bc;
    color: white; }

.ela-button-secondary-wrap a,
.ela-button-secondary {
  border-color: #ff7900;
  background: #ff7900;
  color: white; }
  .ela-button-secondary-wrap a:active, .ela-button-secondary-wrap a:focus, .ela-button-secondary-wrap a:hover,
  .ela-button-secondary:active,
  .ela-button-secondary:focus,
  .ela-button-secondary:hover {
    border-color: #cc6100;
    background: #cc6100;
    color: white; }
  .ela-button-secondary-wrap a.ela-button-bordered-wrap a, .ela-button-secondary-wrap a.ela-button-bordered,
  .ela-button-secondary.ela-button-bordered-wrap a,
  .ela-button-secondary.ela-button-bordered {
    border-color: #ff7900;
    color: #ff7900; }
    .ela-button-secondary-wrap a.ela-button-bordered-wrap a:active, .ela-button-secondary-wrap a.ela-button-bordered-wrap a:focus, .ela-button-secondary-wrap a.ela-button-bordered-wrap a:hover, .ela-button-secondary-wrap a.ela-button-bordered:active, .ela-button-secondary-wrap a.ela-button-bordered:focus, .ela-button-secondary-wrap a.ela-button-bordered:hover,
    .ela-button-secondary.ela-button-bordered-wrap a:active,
    .ela-button-secondary.ela-button-bordered-wrap a:focus,
    .ela-button-secondary.ela-button-bordered-wrap a:hover,
    .ela-button-secondary.ela-button-bordered:active,
    .ela-button-secondary.ela-button-bordered:focus,
    .ela-button-secondary.ela-button-bordered:hover {
      border-color: #ff7900;
      background: #ff7900;
      color: white; }

.ela-button-secondary-wrap.ela-button-bordered-wrap a {
  border-color: #ff7900;
  color: #ff7900; }
  .ela-button-secondary-wrap.ela-button-bordered-wrap a:active, .ela-button-secondary-wrap.ela-button-bordered-wrap a:focus, .ela-button-secondary-wrap.ela-button-bordered-wrap a:hover {
    border-color: #ff7900;
    background: #ff7900;
    color: white; }

.ela-button-bordered-wrap a,
.ela-button-bordered {
  border-color: #353535;
  background: transparent;
  color: #353535; }

.ela-button-small-wrap a,
.ela-button-small {
  padding: 6px 12px;
  font-size: 15px; }

.ela-button-large {
  padding-left: 28px;
  padding-right: 28px; }

.ela-button-fixed-size-medium {
  min-width: 200px;
  max-width: 100%; }

.center {
  text-align: center; }

.center > * {
  display: inline-block;
  width: auto;
  float: initial !important; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; } }
.align-right {
  text-align: right !important; }

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
  list-style: none; }
  .slick-dots li {
    display: inline-block; }
  .slick-dots button {
    padding: 0;
    background: #cacaca;
    font-size: 0;
    border: none;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .slick-dots .slick-active button {
    background: #1c94bc; }

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 26px;
  vertical-align: middle;
  z-index: 1;
  border: none;
  background: none;
  color: #ff7900;
  transform: translateY(-50%); }

.slick-prev {
  left: -30px; }

.slick-next {
  right: -30px; }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid white;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden;
  height: 38px;
  font-size: 16px; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 16px;
  line-height: 38px;
  color: #1c94bc;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: white;
  color: #000;
  text-align: center;
  vertical-align: middle;
  padding: 0; }
  .selectric .button .icon {
    display: block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    line-height: 38px; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric .button {
  opacity: 0; }

.selectric-open .selectric-items {
  display: block;
  opacity: 1; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: -1;
  border-radius: 4px;
  box-shadow: 0px 5px 7px 0 rgba(48, 49, 58, 0.1);
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  min-width: 260px;
  top: -14px;
  left: -14px;
  padding-top: 50px;
  opacity: 0;
  transition: opacity 0.33s; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items ul {
  padding: 0 4px; }

.selectric-items li {
  display: block;
  padding: 10px 16px;
  color: #353535;
  cursor: pointer; }

.selectric-items li.selected {
  background: #efefef;
  color: #353535; }

.selectric-items li.highlighted {
  background: #efefef;
  color: #353535; }

.selectric-items li:hover {
  background: #efefef;
  color: #353535; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/*! Lity - v3.0.0-dev - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background-color: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: absolute;
  right: -9px;
  top: -46px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 30px;
  color: white;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.vc_row {
  padding: 20px 0; }
  .vc_row.vc_row-full-width {
    padding-top: 0;
    padding-bottom: 0; }
  .vc_row .vc_row {
    padding-top: 0;
    padding-bottom: 0; }
  .vc_row .wpb_wrapper {
    width: 100%; }

.vc-section {
  padding: 20px 0; }

.vc_parallax-content-moving {
  padding: 115px 0 100px;
  background-position: 80% center !important; }

.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h6 {
  font-weight: 400;
  margin: 0;
  line-height: 1.2; }
  .wpb_wrapper h1 + h1,
  .wpb_wrapper h1 + h2,
  .wpb_wrapper h1 + h3,
  .wpb_wrapper h1 + h4,
  .wpb_wrapper h1 + h5,
  .wpb_wrapper h1 + h6,
  .wpb_wrapper h2 + h1,
  .wpb_wrapper h2 + h2,
  .wpb_wrapper h2 + h3,
  .wpb_wrapper h2 + h4,
  .wpb_wrapper h2 + h5,
  .wpb_wrapper h2 + h6,
  .wpb_wrapper h3 + h1,
  .wpb_wrapper h3 + h2,
  .wpb_wrapper h3 + h3,
  .wpb_wrapper h3 + h4,
  .wpb_wrapper h3 + h5,
  .wpb_wrapper h3 + h6,
  .wpb_wrapper h4 + h1,
  .wpb_wrapper h4 + h2,
  .wpb_wrapper h4 + h3,
  .wpb_wrapper h4 + h4,
  .wpb_wrapper h4 + h5,
  .wpb_wrapper h4 + h6,
  .wpb_wrapper h5 + h1,
  .wpb_wrapper h5 + h2,
  .wpb_wrapper h5 + h3,
  .wpb_wrapper h5 + h4,
  .wpb_wrapper h5 + h5,
  .wpb_wrapper h5 + h6,
  .wpb_wrapper h6 + h1,
  .wpb_wrapper h6 + h2,
  .wpb_wrapper h6 + h3,
  .wpb_wrapper h6 + h4,
  .wpb_wrapper h6 + h5,
  .wpb_wrapper h6 + h6 {
    margin-top: 20px; }

.vc_row-o-content-middle .wpb_button, .vc_row-o-content-middle .wpb_content_element,
.vc_row-o-content-middle ul.wpb_thumbnails-fluid > li,
.vc_row-flex .wpb_button,
.vc_row-flex .wpb_content_element,
.vc_row-flex ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0; }

body .vc_col-has-fill > .vc_column-inner,
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_section.vc_section-has-fill,
body .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
body .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0; }

body .vc_column_container[class*="vc_col-"] {
  padding-left: 15px;
  padding-right: 15px; }

body .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }
body .vc_column_container.vc_col-has-fill > .vc_column-inner {
  padding: 15px; }

.vc_row-full-width .wpb_wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.primary_row {
  background: #1c94bc;
  color: white; }
  .primary_row .wpb_wrapper h1, .primary_row .wpb_wrapper h2, .primary_row .wpb_wrapper h3, .primary_row .wpb_wrapper h4, .primary_row .wpb_wrapper h5, .primary_row .wpb_wrapper h6 {
    font-weight: lighter; }

.secondary_row {
  background: #ff7900;
  color: white; }

.gray-light_row {
  background: #efefef; }

.primary_row .wpb_wrapper h1, .primary_row .wpb_wrapper h2, .primary_row .wpb_wrapper h3, .primary_row .wpb_wrapper h4, .primary_row .wpb_wrapper h5, .primary_row .wpb_wrapper h6,
.secondary_row .wpb_wrapper h1,
.secondary_row .wpb_wrapper h2,
.secondary_row .wpb_wrapper h3,
.secondary_row .wpb_wrapper h4,
.secondary_row .wpb_wrapper h5,
.secondary_row .wpb_wrapper h6 {
  color: white; }

.grid-boxs .vc_row .wpb_column.vc_col-has-fill:first-child [class*="vc_custom_"] {
  background-position: top right !important; }
.grid-boxs .vc_row .wpb_column.vc_col-has-fill:last-child [class*="vc_custom_"] {
  background-position: top left !important; }

body .vc_column_container[class*="vc_col-"] {
  padding-left: 20px;
  padding-right: 20px; }

body .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

body .vc_column_container.vc_col-has-fill > .vc_column-inner {
  padding: 20px; }

body .vc_row .vc_row {
  margin-left: -20px;
  margin-right: -20px; }

@media (max-width: 767px) {
  .grid-boxs .vc_col-has-fill > [class*="vc_custom_"] .wpb_wrapper {
    padding-top: 62%; }

  body .vc_column_container[class*="vc_col-"] {
    padding-left: 0;
    padding-right: 0; } }
.ela-box {
  padding: 30px 20px 20px; }
  .ela-box.style-white {
    background: white; }
  .ela-box h2.ela-box-header {
    color: #309ec3;
    font-size: 30px;
    line-height: 1.4;
    margin: 15px 0 0;
    font-weight: 300; }
  .ela-box-content {
    margin: 15px 0 0;
    font-size: 17px; }
  .ela-box-footer {
    margin-top: 15px; }

.ela-box-h {
  position: relative; }
  .ela-box-h .ela-box-h-icon {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 34px; }
    .ela-box-h .ela-box-h-icon img,
    .ela-box-h .ela-box-h-icon svg {
      width: auto !important;
      max-width: 100%;
      height: auto !important; }
  .ela-box-h .ela-box-h-content {
    padding-left: 47px; }

.grid-boxs {
  padding: 0 !important; }

body .grid-boxs .vc_column_container[class*="vc_col-"] {
  padding: 0 !important; }
  body .grid-boxs .vc_column_container[class*="vc_col-"] > .vc_column-inner {
    padding: 30px; }

@media (max-width: 860px) {
  body .grid-boxs .vc_column_container[class*="vc_col-"] > .vc_column-inner {
    padding: 20px 15px; } }
.testimonial-slider-group {
  background: #efefef;
  position: relative;
  text-align: center;
  padding: 50px 0 40px; }
  .testimonial-slider-group .page-center {
    position: relative; }
  .testimonial-slider-group .testimonial-heading {
    margin: 40px 0; }
    .testimonial-slider-group .testimonial-heading h2 {
      font-size: 30px;
      margin: 0;
      font-weight: 300; }
  .testimonial-slider-group .quote-content {
    font-size: 25px;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    max-width: 90%;
    margin: 0 auto 25px;
    display: block; }
  .testimonial-slider-group .quote-image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    display: block;
    margin: 0 auto; }
  .testimonial-slider-group .quote-name {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0; }
  .testimonial-slider-group .quote-location {
    margin-bottom: 0; }

.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h6 {
  line-height: 1.2;
  font-weight: 300;
  color: #353535;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 30px; }

.wpb_raw_html .switcher {
  padding: 40px 20px 10px; }

.image_column_group {
  display: flex;
  padding: 20px 0;
  align-items: center;
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }
  .image_column_group .image_column {
    text-align: center;
    flex: 1 1 20%;
    padding: 12px; }
    .image_column_group .image_column img,
    .image_column_group .image_column svg {
      display: block;
      max-width: 100%;
      height: auto !important; }

.vc_row-o-content-bottom {
  padding-bottom: 0 !important; }

.wpb_content_element + .ela-button {
  margin-top: 20px; }

.text-header .wpb_content_element {
  font-size: 20px;
  line-height: 1.3;
  color: #353535;
  text-align: center;
  margin: 0 0 20px 0; }

@media (max-width: 520px) {
  .wpb_wrapper h1,
  .wpb_wrapper h2,
  .wpb_wrapper h3,
  .wpb_wrapper h4,
  .wpb_wrapper h5,
  .wpb_wrapper h6 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400; }

  .primary_row .wpb_wrapper h1, .primary_row .wpb_wrapper h2, .primary_row .wpb_wrapper h3, .primary_row .wpb_wrapper h4, .primary_row .wpb_wrapper h5, .primary_row .wpb_wrapper h6 {
    font-weight: 300; }

  .text-header .wpb_content_element {
    font-size: 18px;
    line-height: 1.3;
    margin: 0; } }
.feature-boxs {
  text-align: center; }
  .feature-boxs.vc_row {
    padding: 60px 0 40px; }
  .feature-boxs .vc_column_container[class*="vc_col-"] {
    padding-left: 25px;
    padding-right: 25px; }
  .feature-boxs .wpb_content_element {
    max-width: 293px;
    margin: auto;
    text-align: center; }
    .feature-boxs .wpb_content_element img {
      width: 40px !important;
      height: auto !important;
      display: block;
      margin: auto; }
  .feature-boxs .wpb_wrapper h1, .feature-boxs .wpb_wrapper h2, .feature-boxs .wpb_wrapper h3, .feature-boxs .wpb_wrapper h4, .feature-boxs .wpb_wrapper h5, .feature-boxs .wpb_wrapper h6 {
    margin: 15px 0;
    font-size: 25px; }

.single-quote {
  text-align: center;
  margin: 30px 0; }

blockquote.single-quote-text {
  margin: 0;
  font-size: 25px;
  font-weight: lighter;
  font-style: italic;
  color: #353535;
  text-align: center;
  line-height: 1.25;
  position: relative;
  padding: 55px 10px; }
  blockquote.single-quote-text .single-quote-top,
  blockquote.single-quote-text .single-quote-bottom {
    position: absolute;
    width: 100%;
    max-width: 620px;
    height: 5px;
    left: 50%;
    background: #1c94bc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    blockquote.single-quote-text .single-quote-top:after, blockquote.single-quote-text .single-quote-top:before,
    blockquote.single-quote-text .single-quote-bottom:after,
    blockquote.single-quote-text .single-quote-bottom:before {
      content: "";
      display: block;
      width: 5px;
      height: 40px;
      position: absolute;
      background: #1c94bc; }
    blockquote.single-quote-text .single-quote-top:after,
    blockquote.single-quote-text .single-quote-bottom:after {
      right: 0; }
    blockquote.single-quote-text .single-quote-top:before,
    blockquote.single-quote-text .single-quote-bottom:before {
      left: 0; }
  blockquote.single-quote-text .single-quote-bottom {
    bottom: 0; }
    blockquote.single-quote-text .single-quote-bottom:before, blockquote.single-quote-text .single-quote-bottom:after {
      bottom: 0; }
  blockquote.single-quote-text .single-quote-top {
    top: 0; }
    blockquote.single-quote-text .single-quote-top:before, blockquote.single-quote-text .single-quote-top:after {
      top: 0; }

.single-quote-author {
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  margin-top: -30px; }
  .single-quote-author img {
    width: 60px;
    height: auto !important;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%; }
  .single-quote-author p {
    margin: 0; }

.single-quote-name {
  font-weight: 400;
  margin: 0;
  font-style: normal; }

.single-quote-position {
  margin: 0; }

.quote-box-alternative .single-quote-inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
.quote-box-alternative .single-quote-text {
  position: relative;
  text-align: center;
  line-height: 1.25;
  position: relative;
  padding: 5px 10px; }
  .quote-box-alternative .single-quote-text:before {
    position: absolute;
    display: inline-block;
    content: "\201C";
    font-style: italic;
    font-weight: bold;
    font-size: 0;
    color: #999;
    line-height: .7;
    background: url(../images/quote-start.svg) no-repeat center;
    background-size: 54px 39px;
    width: 54px;
    height: 40px;
    margin-left: -8px;
    margin-top: -11px; }
  .quote-box-alternative .single-quote-text:after {
    display: inline-block;
    content: "\201D";
    font-style: italic;
    font-weight: bold;
    font-size: 0;
    color: #999;
    line-height: 0;
    position: absolute;
    background: url(../images/quote-end.svg) no-repeat center;
    background-size: 54px 40px;
    width: 54px;
    height: 40px;
    margin-left: -45px;
    margin-top: 2px; }
  .quote-box-alternative .single-quote-text .quote-inner {
    display: inline;
    position: relative;
    z-index: 1; }
.quote-box-alternative .single-quote-top {
  display: none; }
.quote-box-alternative .single-quote-bottom {
  display: none; }
.quote-box-alternative .single-quote-author {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px; }
  .quote-box-alternative .single-quote-author img {
    margin-bottom: 0; }
.quote-box-alternative .single-quote-author-inner {
  text-align: left;
  padding-left: 18px; }

.single-quote-larger .quote-box-alternative .single-quote-inner {
  max-width: 854px; }

@media (max-width: 860px) {
  .single-quote {
    margin-bottom: 20px; }

  blockquote.single-quote-text {
    font-size: 20px;
    padding: 50px 0; }
    blockquote.single-quote-text .single-quote-top,
    blockquote.single-quote-text .single-quote-bottom {
      width: 90%;
      max-width: 620px;
      height: 4px; }
      blockquote.single-quote-text .single-quote-top:after, blockquote.single-quote-text .single-quote-top:before,
      blockquote.single-quote-text .single-quote-bottom:after,
      blockquote.single-quote-text .single-quote-bottom:before {
        width: 4px;
        height: 36px; }

  .single-quote-author {
    font-size: 16px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
    margin-top: -30px; }
    .single-quote-author img {
      margin-bottom: 10px; }
    .single-quote-author p {
      margin: 0; } }
@media (max-width: 860px) {
  .single-quote {
    margin-bottom: 10px; }

  blockquote.single-quote-text {
    font-size: 18px;
    padding: 40px 0; }
    blockquote.single-quote-text .single-quote-top,
    blockquote.single-quote-text .single-quote-bottom {
      width: 80%; }
      blockquote.single-quote-text .single-quote-top:after, blockquote.single-quote-text .single-quote-top:before,
      blockquote.single-quote-text .single-quote-bottom:after,
      blockquote.single-quote-text .single-quote-bottom:before {
        height: 26px; }

  .single-quote-author {
    font-size: 16px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
    margin-top: -30px; }
    .single-quote-author img {
      margin-bottom: 10px; }
    .single-quote-author p {
      margin: 0; } }
@media (max-width: 560px) {
  .quote-box-alternative .single-quote-text:before {
    background-size: 34px 25px;
    width: 34px;
    height: 25px;
    margin-left: -6px;
    margin-top: -4px; }

  .quote-box-alternative .single-quote-text:after {
    background-size: 34px 25px;
    width: 34px;
    height: 25px;
    margin-left: -23.5px;
    margin-top: 3px; }

  .quote-box-alternative .single-quote-position {
    font-size: 14px; } }
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  border-color: white;
  background-color: white; }

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #efefef;
  background-color: #efefef; }

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #1c94bc; }

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
  display: block;
  padding: 24px 20px 24px 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #1c94bc;
  font-size: 24px;
  font-weight: 300;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px; }

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  position: absolute;
  left: auto;
  right: 20px;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHBhdGggZmlsbD0iIzFjOTRiYyIgZD0iTTQyMC43NSAyMDJsLTE4NS41IDE4NS4yNWMtNi4yNSA2LjI1LTE2LjI1IDYuMjUtMjIuNSAwbC0xODUuNS0xODUuMjVjLTYuMjUtNi4yNS02LjI1LTE2LjUgMC0yMi43NWw0MS41LTQxLjI1YzYuMjUtNi4yNSAxNi4yNS02LjI1IDIyLjUgMGwxMzIuNzUgMTMyLjc1IDEzMi43NS0xMzIuNzVjNi4yNS02LjI1IDE2LjI1LTYuMjUgMjIuNSAwbDQxLjUgNDEuMjVjNi4yNSA2LjI1IDYuMjUgMTYuNSAwIDIyLjc1eiI+PC9wYXRoPgo8L3N2Zz4K") no-repeat center center;
  background-size: 20px 20px; }

body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  display: none; }

body.wpb-js-composer .vc_tta-panel.vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHBhdGggZmlsbD0iIzFjOTRiYyIgZD0iTTQyMC43NSAzMzIuNzVsLTQxLjUgNDEuMjVjLTYuMjUgNi4yNS0xNi4yNSA2LjI1LTIyLjUgMGwtMTMyLjc1LTEzMi43NS0xMzIuNzUgMTMyLjc1Yy02LjI1IDYuMjUtMTYuMjUgNi4yNS0yMi41IDBsLTQxLjUtNDEuMjVjLTYuMjUtNi4yNS02LjI1LTE2LjUgMC0yMi43NWwxODUuNS0xODUuMjVjNi4yNS02LjI1IDE2LjI1LTYuMjUgMjIuNSAwbDE4NS41IDE4NS4yNWM2LjI1IDYuMjUgNi4yNSAxNi41IDAgMjIuNzV6Ij48L3BhdGg+Cjwvc3ZnPgo="); }

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
  border-bottom: 1px solid #c3c3c3; }

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #353535; }

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 2px 0 20px; }

.box-price {
  background: white;
  padding: 30px;
  width: 340px;
  max-width: 100%;
  right: 20%;
  border-radius: 5px;
  box-shadow: 0 2px 3px 1px #cbcbcb;
  text-align: center;
  color: #353535; }
  .box-price.active {
    z-index: 11 !important; }
  .box-price .box-price-inner {
    position: relative;
    padding-bottom: 50px; }
  .box-price .box-price-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center; }
  .box-price .box-price-group {
    color: #1c94bc;
    font-size: 20px;
    margin-bottom: 30px; }
    .box-price .box-price-group sup {
      font-size: 20px;
      top: -2.2em; }
  .box-price .box-price-value {
    display: inline-block;
    font-size: 80px;
    line-height: 0.9;
    font-weight: 300; }
  .box-price .box-price-intro {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px; }
  .box-price .box-price-description {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: #4B535E; }
  .box-price .box-price-button {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center; }
  .box-price .ela-button {
    display: block;
    margin-top: 12px; }

.box-prices-group-static {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 600px) {
    .box-prices-group-static {
      padding-left: 0;
      padding-right: 0; } }
  .box-prices-group-static .box-price {
    display: inline-block;
    margin: 20px 0;
    padding: 30px 15px 20px; }
    @media (min-width: 726px) {
      .box-prices-group-static .box-price {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100%;
        padding: 40px 30px 30px;
        flex: 1; } }
  @media (min-width: 726px) {
    .box-prices-group-static {
      display: flex;
      justify-content: center; } }
  .box-prices-group-static .box-price-inner {
    padding-bottom: 0; }
  .box-prices-group-static .box-price-button {
    position: relative;
    left: auto;
    width: auto;
    bottom: auto; }
  .box-prices-group-static .box-price-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
    color: #4b535e; }
  .box-prices-group-static .box-price-title {
    color: #1c94bc; }
  .box-prices-group-static .box-price-group {
    color: #353535; }

body .template-pricing-new .hero-banner-top {
  margin-bottom: 0; }
@media (max-width: 450px) {
  body .template-pricing-new .hero-banner-top.vc_row.vc_row-full-width {
    padding-bottom: 100px; } }
body .template-pricing-new .entry-content > .vc_row:first-child {
  padding-top: 20px; }
body .template-pricing-new .hero-banner-top .wpb_text_column h2 {
  padding-top: 10px; }
  @media (max-width: 600px) {
    body .template-pricing-new .hero-banner-top .wpb_text_column h2 {
      margin-top: 30px; } }
body .template-pricing-new .hero-banner-top.vc_row.vc_row-full-width {
  padding-top: 0; }

.box-prices-push {
  position: relative;
  margin-top: -98px;
  z-index: 10; }

.slider-group-boxs {
  padding: 20px 0 0; }

.slider-box {
  text-align: center;
  padding: 30px 20px;
  font-size: 16px;
  position: relative; }
  @media (min-width: 760px) {
    .slider-box {
      padding: 40px 30px; }
      .slider-box + .slider-box:before {
        content: "";
        display: block;
        position: absolute;
        height: 180px;
        width: 1px;
        background-color: #4b535e;
        left: 0;
        top: 50%;
        transform: translateY(-50%); } }
  .slider-box .slider-box-text {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; }
  .slider-box .slider-box-icon {
    margin-bottom: 15px; }
    .slider-box .slider-box-icon img {
      display: block;
      max-width: 100%;
      margin: auto; }
  .slider-box .slider-box-title {
    margin-bottom: 15px; }
    .slider-box .slider-box-title h2 {
      margin: 0;
      font-weight: 300;
      font-size: 25px; }
    .slider-box .slider-box-title a {
      color: #1c94bc; }

.white-panel {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px 1px #cbcbcb;
  text-align: center;
  color: #353535; }

.white-panel-inside.slick-slider {
  padding-left: 0;
  padding-right: 0; }
.white-panel-inside .slick-list {
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px 1px #cbcbcb;
  text-align: center;
  color: #353535; }

.button-action-wrapper {
  padding: 20px 0;
  text-align: center; }
  @media (min-width: 760px) {
    .button-action-wrapper {
      margin-top: 40px; } }
  .button-action-wrapper .ela-button {
    width: 100%;
    max-width: 300px; }

.feature-boxs-slider {
  padding: 20px 0 0; }
  @media (min-width: 760px) {
    .feature-boxs-slider {
      padding: 30px 0 30px; } }

.feature-boxs-slide {
  font-size: 17px;
  padding: 10px 5px; }
  @media (min-width: 760px) {
    .feature-boxs-slide {
      padding: 20px 15px; } }
  .feature-boxs-slide p {
    margin-bottom: 0; }
  .feature-boxs-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px; }
  .feature-boxs-slide h2 {
    font-weight: 300;
    font-size: 24px;
    color: #353535; }

.plan-content-toggle {
  transiton: 0.33s; }
  .plan-content-toggle.content-hidden {
    opacity: 0;
    display: none; }

.template-pricing .hero {
  min-height: 470px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 130px;
  color: white; }
  .template-pricing .hero .page-title {
    text-align: left;
    color: white;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 1.1; }
  .template-pricing .hero .page-introduction {
    color: white;
    font-size: 20px; }
.template-pricing .entry-content > .vc_row:first-child {
  padding-top: 130px; }

.box-prices-group {
  position: relative; }
  .box-prices-group .box-price {
    position: absolute;
    background: white;
    padding: 30px;
    width: 340px;
    max-width: 100%;
    right: 20%; }

.choice-trigger {
  margin-bottom: 15px; }
  .choice-trigger .icon-sel {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #9dd0e2;
    border-radius: 50%;
    border: 3px solid #6a9cae;
    cursor: pointer; }
  .choice-trigger.active .icon-sel {
    background-image: url(../images/Refresh/radio-center.png?t=1482360572019);
    background-repeat: no-repeat;
    background-position: center center; }

.page-template-team .row-fluid {
  position: static; }

.page-template-team .team-container {
  max-width: 675px;
  margin: 0 auto !important;
  float: none !important; }
  .page-template-team .team-container .page-header h1 {
    font-size: 40px;
    line-height: 45px;
    color: #1c94bc;
    text-align: center;
    margin: 85px 0 40px 0; }

.custom-top-heading h1 {
  text-align: center; }

.custom-standard_body-team {
  max-width: 675px;
  margin: 0 auto !important;
  float: none !important; }

.custom-top-heading {
  padding-bottom: 40px; }

.five-col {
  max-width: 115px;
  height: 115px;
  margin-right: 25px;
  margin-bottom: 15px;
  float: left;
  width: 100%; }

.bio_contents_top p.docname br {
  display: none; }

.five-col:last-child {
  margin-right: 0; }

.custom-phillospy-page .custom-standard_body {
  margin: 0; }

.team_grid_entry {
  background-repeat: no-repeat;
  height: 115px;
  cursor: default;
  background-size: 115px 115px;
  border-radius: 115px; }

.custom-phillospy-page .custom-standard_body h4 {
  margin-top: 30px; }

.team_grid_entry.inactive {
  opacity: .3; }

.team_grid_entry.inactive:hover {
  opacity: 1; }

.face_hover {
  background: url("//cdn2.hubspot.net/hubfs/2042153/Elationemr_March_2016/hover_face_bg_519bb8_1.png?t=1470418507456") no-repeat;
  border-radius: 70px;
  height: 115px;
  width: 120px;
  text-align: center;
  padding: 5px;
  display: none;
  position: relative; }

.face_hover_name {
  padding: 0;
  margin: 10px 0 0 0;
  color: #fff; }

.face_hover_title {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #eee; }

.team_grid_entry:hover .face_hover {
  display: block; }

.face_hover_click {
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: #31718a;
  width: 23px;
  position: absolute;
  bottom: 4px;
  left: 47px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  height: 23px; }

.custom-sectionGray .span5 {
  margin-top: 40px; }

.hover_bio {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 800px;
  margin: 0 auto;
  display: none;
  background: #fff;
  z-index: 999999; }

.hover_bio_top {
  background: url("//cdn2.hubspot.net/hubfs/2042153/Elationemr_March_2016/hover_bio_top.png?t=1470418507456") no-repeat;
  background-position: 100px 0;
  height: 22px;
  position: relative;
  bottom: -3px; }

.hover_bio_contents {
  border: 3px solid #b2dced;
  border-radius: 5px;
  font-size: 1em;
  box-shadow: 0 3px 5px 0 #555; }

.physician_profile ul li a {
  color: #551a8b; }

.el8DialogCloseButton {
  background: transparent url(//cdn2.hubspot.net/hubfs/2042153/Elationemr_March_2016/close_inline_overlay_11x11.png?t=1470418507456) no-repeat center center;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 100;
  top: 35px;
  right: 15px; }

.bio_contents_top {
  background-color: #fff;
  color: #333;
  padding: 30px 40px; }

.bio_contents_bottom {
  background-color: #1c94bc;
  padding: 20px 40px 10px 40px;
  font-style: italic;
  color: #fff; }

p.docname {
  font-size: 24px; }

p.docname .title {
  font-size: 17px;
  margin-left: 15px;
  color: #1c94bc; }

.team_grid_entry.active:hover .face_hover {
  display: none; }

@media (max-width: 767px) {
  .five-col {
    margin-right: 0;
    margin-bottom: 15px;
    float: left;
    width: 33%;
    max-width: none; }

  .team_grid_entry {
    width: 115px; }

  .hover_bio_contents {
    width: 90%;
    margin: 0 auto; }

  .el8DialogCloseButton {
    right: 40px; }

  .custom-team-page .main-content {
    padding-bottom: 50px; } }
@media (max-width: 1024px) {
  .slick-slider {
    padding-left: 30px;
    padding-right: 30px; }

  .slick-prev {
    left: 10px; }

  .slick-next {
    right: 10px; } }
.vc_row {
  padding: 20px 0; }

.vc_row.vc_row-full-width {
  padding-top: 0;
  padding-bottom: 0; }

.vc_row .vc_row {
  padding-top: 0;
  padding-bottom: 0; }

.vc_row .wpb_wrapper {
  width: 100%; }

.vc-section {
  padding: 20px 0; }

.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h6 {
  font-weight: 300;
  margin: 0;
  line-height: 1.2; }

.wpb_wrapper h1 + h1,
.wpb_wrapper h1 + h2,
.wpb_wrapper h1 + h3,
.wpb_wrapper h1 + h4,
.wpb_wrapper h1 + h5,
.wpb_wrapper h1 + h6,
.wpb_wrapper h2 + h1,
.wpb_wrapper h2 + h2,
.wpb_wrapper h2 + h3,
.wpb_wrapper h2 + h4,
.wpb_wrapper h2 + h5,
.wpb_wrapper h2 + h6,
.wpb_wrapper h3 + h1,
.wpb_wrapper h3 + h2,
.wpb_wrapper h3 + h3,
.wpb_wrapper h3 + h4,
.wpb_wrapper h3 + h5,
.wpb_wrapper h3 + h6,
.wpb_wrapper h4 + h1,
.wpb_wrapper h4 + h2,
.wpb_wrapper h4 + h3,
.wpb_wrapper h4 + h4,
.wpb_wrapper h4 + h5,
.wpb_wrapper h4 + h6,
.wpb_wrapper h5 + h1,
.wpb_wrapper h5 + h2,
.wpb_wrapper h5 + h3,
.wpb_wrapper h5 + h4,
.wpb_wrapper h5 + h5,
.wpb_wrapper h5 + h6,
.wpb_wrapper h6 + h1,
.wpb_wrapper h6 + h2,
.wpb_wrapper h6 + h3,
.wpb_wrapper h6 + h4,
.wpb_wrapper h6 + h5,
.wpb_wrapper h6 + h6 {
  margin-top: 20px; }

.vc_row-o-content-middle .wpb_button, .vc_row-o-content-middle .wpb_content_element,
.vc_row-o-content-middle ul.wpb_thumbnails-fluid > li,
.vc_row-flex .wpb_button,
.vc_row-flex .wpb_content_element,
.vc_row-flex ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0; }

body .vc_col-has-fill > .vc_column-inner,
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_section.vc_section-has-fill,
body .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
body .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0; }

.vc_row-full-width .wpb_wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.primary_row {
  background: #1c94bc;
  color: white; }

.primary_row .wpb_wrapper h1,
.primary_row .wpb_wrapper h2,
.primary_row .wpb_wrapper h3,
.primary_row .wpb_wrapper h4,
.primary_row .wpb_wrapper h5,
.primary_row .wpb_wrapper h6 {
  font-weight: 300; }

.secondary_row {
  background: #ff7900;
  color: white; }

.gray-light_row {
  background: #efefef; }

.primary_row .wpb_wrapper h1, .primary_row .wpb_wrapper h2, .primary_row .wpb_wrapper h3, .primary_row .wpb_wrapper h4, .primary_row .wpb_wrapper h5, .primary_row .wpb_wrapper h6,
.secondary_row .wpb_wrapper h1,
.secondary_row .wpb_wrapper h2,
.secondary_row .wpb_wrapper h3,
.secondary_row .wpb_wrapper h4,
.secondary_row .wpb_wrapper h5,
.secondary_row .wpb_wrapper h6 {
  color: white; }

.grid-boxs .vc_row .wpb_column.vc_col-has-fill:first-child [class*="vc_custom_"] {
  background-position: top right !important; }

.grid-boxs .vc_row .wpb_column.vc_col-has-fill:last-child [class*="vc_custom_"] {
  background-position: top left !important; }

body .vc_row {
  margin-left: 0;
  margin-right: 0; }

body .vc_row .vc_row {
  margin-left: -15px;
  margin-right: -15px; }

@media (max-width: 767px) {
  .grid-boxs .vc_col-has-fill {
    display: none !important; }

  .grid-boxs .not-hide .vc_col-has-fill {
    display: flex !important; }
    .grid-boxs .not-hide .vc_col-has-fill > [class*="vc_custom_"] .wpb_wrapper {
      padding-top: 20px; }

  .grid-boxs .vc_single_image-wrapper {
    text-align: center; }
    .grid-boxs .vc_single_image-wrapper img {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
.ela-box {
  padding: 30px 15px 20px; }

.ela-box.style-white {
  background: white; }

.ela-box h2.ela-box-header {
  color: #309ec3;
  font-size: 30px;
  line-height: 1.4;
  margin: 15px 0 0;
  font-weight: 300; }

.ela-box-content {
  margin: 15px 0 0;
  font-size: 17px; }

.ela-box-footer {
  margin-top: 15px; }

.ela-box-h {
  position: relative;
  margin-bottom: 20px; }

.ela-box-h:last-of-type {
  margin-bottom: 0; }

.ela-box-h .ela-box-h-icon {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 34px; }

.ela-box-h .ela-box-h-icon img,
.ela-box-h .ela-box-h-icon svg {
  width: auto !important;
  max-width: 100%;
  height: auto !important; }

.ela-box-h .ela-box-h-content {
  padding-left: 47px; }

.ela-box-h.small-icons {
  margin-bottom: 10px; }
  .ela-box-h.small-icons .ela-box-h-content {
    padding-left: 28px; }
  .ela-box-h.small-icons .ela-box-h-icon {
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center; }
    .ela-box-h.small-icons .ela-box-h-icon img {
      display: inline-block;
      vertical-align: middle; }

.grid-boxs {
  padding: 0 !important; }

body .grid-boxs .vc_column_container[class*="vc_col-"] {
  padding: 0 !important; }

body .grid-boxs .vc_column_container[class*="vc_col-"] > .vc_column-inner {
  padding: 30px; }

@media (max-width: 860px) {
  body .grid-boxs .vc_column_container[class*="vc_col-"] > .vc_column-inner {
    padding: 20px 15px; } }
.testimonial-slider-group {
  background: #efefef;
  position: relative;
  text-align: center;
  padding: 30px 0 40px; }

.testimonial-slider-group .page-center {
  position: relative; }

.testimonial-slider-group .testimonial-heading {
  margin: 40px 0; }

.testimonial-slider-group .testimonial-heading h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 300; }

.testimonial-slider-group .quote-content {
  font-size: 25px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  max-width: 90%;
  margin: 0 auto 25px;
  display: block; }

.testimonial-slider-group .quote-image {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  display: block;
  margin: 0 auto; }

.testimonial-slider-group .quote-name {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0; }

.testimonial-slider-group .quote-location {
  margin-bottom: 0; }

.wpb_raw_html .switcher {
  padding: 20px 20px 0; }

.image_column_group {
  display: flex;
  padding: 20px 0;
  align-items: center;
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }

.image_column_group .image_column {
  text-align: center;
  flex: 1 1 20%;
  padding: 12px; }

.image_column_group .image_column img,
.image_column_group .image_column svg {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin-left: auto;
  margin-right: auto; }

.vc_row-o-content-bottom {
  padding-bottom: 0 !important; }

.wpb_content_element + .ela-button {
  margin-top: 20px; }

.text-header.wpb_content_element,
.text-header .wpb_content_element {
  font-size: 20px;
  line-height: 1.3;
  color: #353535;
  text-align: center;
  margin: 0 0 20px 0; }

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

.feature-boxs.vc_row {
  padding: 60px 0 40px; }

.feature-boxs .vc_column_container[class*="vc_col-"] {
  padding-left: 25px;
  padding-right: 25px; }

.feature-boxs .wpb_content_element {
  max-width: 293px;
  margin: auto;
  text-align: center; }

.feature-boxs .wpb_content_element img {
  width: 40px !important;
  height: auto !important;
  display: block;
  margin: auto; }

.feature-boxs .wpb_wrapper h1,
.feature-boxs .wpb_wrapper h2,
.feature-boxs .wpb_wrapper h3,
.feature-boxs .wpb_wrapper h4,
.feature-boxs .wpb_wrapper h5,
.feature-boxs .wpb_wrapper h6 {
  margin: 15px 0;
  font-size: 25px; }

.feature-boxs-2 {
  text-align: center; }

.feature-boxs-2.vc_row {
  padding: 20px 0 40px; }

.feature-boxs-2 .vc_column_container[class*="vc_col-"] {
  padding-left: 25px;
  padding-right: 25px; }

.feature-boxs-2 .wpb_content_element {
  max-width: 293px;
  margin: auto;
  text-align: center; }

.feature-boxs-2 .wpb_content_element svg,
.feature-boxs-2 .wpb_content_element img {
  width: 56px !important;
  height: auto !important;
  display: block;
  margin: auto; }

.feature-boxs-2 .wpb_wrapper h1,
.feature-boxs-2 .wpb_wrapper h2,
.feature-boxs-2 .wpb_wrapper h3,
.feature-boxs-2 .wpb_wrapper h4,
.feature-boxs-2 .wpb_wrapper h5,
.feature-boxs-2 .wpb_wrapper h6 {
  margin: 15px 0;
  font-size: 20px;
  font-weight: 400; }

.top-footer-banner {
  padding-top: 100px !important; }

body.homepage .vc_column_container[class*="vc_col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px; }

body.homepage .vc_row .vc_row {
  margin-left: 0;
  margin-right: 0; }

.wpb_wrapper img {
  display: block;
  max-width: 100%; }

.vc_parallax {
  padding: 115px 0 100px;
  background-position: 80% center !important; }

.align-center img {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 900px) {
  .vc_parallax {
    position: relative;
    padding: 60px 0 !important; }

  .homepage .vc_parallax:before {
    background: rgba(255, 255, 255, 0.8) !important;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1; } }
@media (max-width: 767px) {
  body .vc_custom_1491823959541 {
    padding-top: 20px !important; }

  body.homepage .vc_custom_1491823959541 .vc_column_container[class*="vc_col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; } }
.page-content .page-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  color: #353535;
  margin: 60px 0 20px; }

.body-container .custom-body-menu {
  padding-bottom: 40px; }

@media (max-width: 767px) {
  body .entry-content .widget_nav_menu li {
    margin: 0;
    display: block; }

  body .entry-content .widget_nav_menu li a {
    padding: 5px; } }
.sidebar .row-fluid [class*="span"] {
  padding-left: 0;
  padding-right: 0; }

.sidebar .row-fluid [class*="span"].blog-box {
  background: #f7f7f7;
  padding: 30px 30px 15px; }

body .positions-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

.body-container-wrapper {
  overflow: hidden; }

.full-row-padd {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-template-coolpit .custom-body-menu {
  padding-top: 20px; }

body .vc_custom_1491467431558 {
  padding-top: 20px !important; }

body .vc_custom_1491668616183 {
  margin-top: 0 !important;
  padding-top: 0px !important; }

.error404 .main-content > .row-fluid-wrapper .row-fluid > *:first-child {
  margin: 65px 0 20px 0 !important; }

.black-header h1,
.black-header h2,
.black-header h3 {
  color: #353535;
  font-size: 20px;
  text-align: center; }

@media (max-width: 600px) {
  .section {
    padding-top: 30px; } }
@media (max-width: 450px) {
  body .page-header h1,
  body .page-header h2,
  .entry-content h1.main-title,
  .entry-content h2.main-title {
    padding-top: 16px;
    font-size: 35px !important; } }
.feature-boxs-2 .wpb_content_element svg.full-image,
.feature-boxs-2 .wpb_content_element img.full-image {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin-bottom: 16px; }

.grid-boxs .wpb_wrapper h1,
.grid-boxs .wpb_wrapper h2,
.grid-boxs .wpb_wrapper h3,
.grid-boxs .wpb_wrapper h4,
.grid-boxs .wpb_wrapper h5,
.grid-boxs .wpb_wrapper h6 {
  margin-bottom: 20px; }

body.homepage .vc_row-full-width > .vc_column_container[class*="vc_col-"] {
  padding-left: 0;
  padding-right: 0; }

#modal-video-wrapper .vc_col-lg-1, #modal-video-wrapper .vc_col-lg-10, #modal-video-wrapper .vc_col-lg-11, #modal-video-wrapper .vc_col-lg-12, #modal-video-wrapper .vc_col-lg-2, #modal-video-wrapper .vc_col-lg-3, #modal-video-wrapper .vc_col-lg-4, #modal-video-wrapper .vc_col-lg-5, #modal-video-wrapper .vc_col-lg-6, #modal-video-wrapper .vc_col-lg-7, #modal-video-wrapper .vc_col-lg-8, #modal-video-wrapper .vc_col-lg-9, #modal-video-wrapper .vc_col-md-1, #modal-video-wrapper .vc_col-md-10, #modal-video-wrapper .vc_col-md-11, #modal-video-wrapper .vc_col-md-12, #modal-video-wrapper .vc_col-md-2, #modal-video-wrapper .vc_col-md-3, #modal-video-wrapper .vc_col-md-4, #modal-video-wrapper .vc_col-md-5, #modal-video-wrapper .vc_col-md-6, #modal-video-wrapper .vc_col-md-7, #modal-video-wrapper .vc_col-md-8, #modal-video-wrapper .vc_col-md-9, #modal-video-wrapper .vc_col-sm-1, #modal-video-wrapper .vc_col-sm-10, #modal-video-wrapper .vc_col-sm-11, #modal-video-wrapper .vc_col-sm-12, #modal-video-wrapper .vc_col-sm-2, #modal-video-wrapper .vc_col-sm-3, #modal-video-wrapper .vc_col-sm-4, #modal-video-wrapper .vc_col-sm-5, #modal-video-wrapper .vc_col-sm-6, #modal-video-wrapper .vc_col-sm-7, #modal-video-wrapper .vc_col-sm-8, #modal-video-wrapper .vc_col-sm-9, #modal-video-wrapper .vc_col-xs-1, #modal-video-wrapper .vc_col-xs-10, #modal-video-wrapper .vc_col-xs-11, #modal-video-wrapper .vc_col-xs-12, #modal-video-wrapper .vc_col-xs-2, #modal-video-wrapper .vc_col-xs-3, #modal-video-wrapper .vc_col-xs-4, #modal-video-wrapper .vc_col-xs-5, #modal-video-wrapper .vc_col-xs-6, #modal-video-wrapper .vc_col-xs-7, #modal-video-wrapper .vc_col-xs-8, #modal-video-wrapper .vc_col-xs-9 {
  min-height: 0; }

.faqs-group-wrap .section-heading,
.passport-page-faqs-section .section-heading {
  text-align: center; }
  .faqs-group-wrap .section-heading h2,
  .passport-page-faqs-section .section-heading h2 {
    line-height: normal;
    margin: 0 0 20px;
    font-weight: 300;
    font-family: Roboto, sans-serif; }

.top-banner {
  background-size: cover;
  background-position: 80% center; }
  .top-banner .banner-overlay {
    padding: 115px 0 100px; }
  .top-banner h2 {
    font-size: 20px;
    font-weight: 400;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }

.top-banner-wrapper {
  padding-top: 114px; }

@media (min-width: 768px) {
  .top-banner {
    margin-top: -44px; } }
@media (max-width: 900px) {
  .top-banner .banner-overlay {
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 60px 0 !important; } }
.custom-select {
  position: relative;
  display: inline-block;
  max-width: 200px;
  transition: background-color 0.3s;
  background-color: white;
  border-radius: 3px;
  border: 1px solid white;
  font-size: 16px; }

.custom-select:hover,
.custom-select:focus {
  background-color: #eee; }

.custom-select select {
  padding: 0 30px 0 9px;
  width: 100%;
  height: 100%;
  color: #1c94bc;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select select:focus {
  outline: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none; }

  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222; } }
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

@-moz-document url-prefix() {
  .custom-select select {
    width: 120%;
    width: calc(100% + 43px);
    padding: 0 54px 0 5px; } }
.gradient {
  background: #1c94bc;
  background: -moz-linear-gradient(left, #29c5db 0%, #1c94bc 100%);
  background: -webkit-linear-gradient(left, #29c5db 0%, #1c94bc 100%);
  background: linear-gradient(to right, #29c5db 0%, #1c94bc 100%); }

.hero-banner-top {
  color: white;
  background: #1c94bc;
  background: -moz-linear-gradient(left, #29c5db 0%, #1c94bc 100%);
  background: -webkit-linear-gradient(left, #29c5db 0%, #1c94bc 100%);
  background: linear-gradient(to right, #29c5db 0%, #1c94bc 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  .hero-banner-top a {
    color: white; }
  .hero-banner-top .wpb_wrapper {
    text-align: center; }
  .hero-banner-top.vc_row.vc_row-full-width {
    padding-top: 60px;
    padding-bottom: 60px; }
  .hero-banner-top > .wpb_column > .vc_column-inner {
    display: flex;
    max-width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    justify-content: center;
    min-height: 270px; }
  .hero-banner-top .text-header .wpb_content_element,
  .hero-banner-top .wpb_text_column {
    font-size: 20px;
    font-weight: 300;
    color: white; }
    .hero-banner-top .text-header .wpb_content_element h1,
    .hero-banner-top .text-header .wpb_content_element h2,
    .hero-banner-top .text-header .wpb_content_element h3,
    .hero-banner-top .wpb_text_column h1,
    .hero-banner-top .wpb_text_column h2,
    .hero-banner-top .wpb_text_column h3 {
      font-size: 40px;
      margin-top: 0;
      padding-top: 25px;
      margin-bottom: 20px;
      font-weight: 300;
      color: white; }
  .hero-banner-top .wpb_single_image {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .hero-banner-top .medium-image {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }

.fixed-banner-image {
  height: 460px;
  overflow: visible;
  margin-bottom: 35px; }

.hero-banner-top .wpb_content_element + .ela-button {
  margin-top: 0; }

.plans-navigation {
  text-align: center;
  padding: 20px 0; }
  .plans-navigation .plans-navigation-group {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 2px solid white;
    border-radius: 24px; }
  .plans-navigation li {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 2px 0; }
    .plans-navigation li + li {
      margin-left: 2px; }
    .plans-navigation li:first-child {
      padding-left: 2px; }
      .plans-navigation li:first-child a {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
    .plans-navigation li:last-child {
      padding-right: 2px; }
      .plans-navigation li:last-child a {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
  .plans-navigation a {
    display: block;
    font-size: 0;
    font-weight: 500;
    padding: 5px 20px;
    transition: 0.33s; }
    .plans-navigation a:after {
      content: attr(title);
      font-size: 20px; }
    @media (min-width: 500px) {
      .plans-navigation a {
        font-size: 20px; }
        .plans-navigation a:after {
          display: none; } }
    @media (min-width: 700px) {
      .plans-navigation a {
        min-width: 290px; } }
    .plans-navigation a:hover {
      background: white;
      opacity: 0.7;
      color: #1c94bc; }
    .plans-navigation a.active {
      background: white;
      color: #1c94bc; }

@media (max-width: 767px) {
  .fixed-banner-image {
    height: 400px;
    overflow: visible;
    margin-bottom: 20%; } }
@media (max-width: 590px) {
  .fixed-banner-image {
    height: 350px;
    overflow: visible;
    margin-bottom: 20%; }

  .hero-banner-top > .wpb_column > .vc_column-inner {
    min-height: 180px; } }
@media (max-width: 480px) {
  .fixed-banner-image {
    height: 320px;
    overflow: visible;
    margin-bottom: 20%; } }
@media (max-width: 450px) {
  .hero-banner-top {
    margin-bottom: 20px; }
    .hero-banner-top.vc_row.vc_row-full-width {
      padding-top: 40px;
      padding-bottom: 40px; }
    .hero-banner-top .wpb_text_column {
      font-size: 18px; }
      .hero-banner-top .wpb_text_column h1,
      .hero-banner-top .wpb_text_column h2,
      .hero-banner-top .wpb_text_column h3 {
        font-size: 32px; }

  .fixed-banner-image {
    height: 280px;
    overflow: visible;
    margin-bottom: 25%; }

  body .vc_custom_1526540905270 {
    padding-bottom: 0 !important; } }
@media (max-width: 390px) {
  .fixed-banner-image {
    height: 280px;
    overflow: visible;
    margin-bottom: 28%; } }
.video_box {
  margin-bottom: 20px; }
  .video_box a {
    outline: none;
    color: #ff7900; }
  .video_box .video_box-inner > a {
    display: block;
    position: relative; }
    .video_box .video_box-inner > a:hover:after {
      color: rgba(255, 255, 255, 0);
      transform: translate(-50%, -50%) scale(1.7); }
    .video_box .video_box-inner > a:after {
      content: "\e90f";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: 0.33s;
      transform: translate(-50%, -50%);
      color: rgba(255, 255, 255, 0.8);
      font-size: 60px;
      font-family: 'elation' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .video_box .video_box-meta {
    margin-top: 14px;
    display: flex;
    font-size: 20px;
    color: #353535;
    line-height: 1.1; }
    .video_box .video_box-meta a {
      font-size: 14px;
      flex: 0 0 67px;
      text-align: right;
      padding-left: 10px;
      position: relative;
      bottom: -2px;
      display: inline-block;
      transition: 0.33s; }
      .video_box .video_box-meta a:hover {
        opacity: 0.6; }
      .video_box .video_box-meta a .icon {
        font-size: 16px;
        position: relative;
        bottom: -1px; }

.faqs-group .item-header a {
  display: block;
  line-height: 1;
  color: #1c94bc;
  font-size: 24px;
  font-weight: 300;
  padding: 24px 42px 24px 0;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #c3c3c3;
  transition: 0.33s;
  font-weight: 300; }

.faqs-group .item-header a:hover {
  text-decoration: none;
  opacity: 0.7; }

.faqs-group .item-header a:after {
  display: block;
  z-index: 1;
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 30px;
  font-size: 0;
  background: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHBhdGggZmlsbD0iIzFjOTRiYyIgZD0iTTQyMC43NSAyMDJsLTE4NS41IDE4NS4yNWMtNi4yNSA2LjI1LTE2LjI1IDYuMjUtMjIuNSAwbC0xODUuNS0xODUuMjVjLTYuMjUtNi4yNS02LjI1LTE2LjUgMC0yMi43NWw0MS41LTQxLjI1YzYuMjUtNi4yNSAxNi4yNS02LjI1IDIyLjUgMGwxMzIuNzUgMTMyLjc1IDEzMi43NS0xMzIuNzVjNi4yNS02LjI1IDE2LjI1LTYuMjUgMjIuNSAwbDQxLjUgNDEuMjVjNi4yNSA2LjI1IDYuMjUgMTYuNSAwIDIyLjc1eiI+PC9wYXRoPgo8L3N2Zz4K") no-repeat center center;
  background-size: 20px 20px; }

.faqs-group .item-header a.active {
  border-bottom: 1px solid transparent; }

.faqs-group .item-header a.active:after {
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHBhdGggZmlsbD0iIzFjOTRiYyIgZD0iTTQyMC43NSAzMzIuNzVsLTQxLjUgNDEuMjVjLTYuMjUgNi4yNS0xNi4yNSA2LjI1LTIyLjUgMGwtMTMyLjc1LTEzMi43NS0xMzIuNzUgMTMyLjc1Yy02LjI1IDYuMjUtMTYuMjUgNi4yNS0yMi41IDBsLTQxLjUtNDEuMjVjLTYuMjUtNi4yNS02LjI1LTE2LjUgMC0yMi43NWwxODUuNS0xODUuMjVjNi4yNS02LjI1IDE2LjI1LTYuMjUgMjIuNSAwbDE4NS41IDE4NS4yNWM2LjI1IDYuMjUgNi4yNSAxNi41IDAgMjIuNzV6Ij48L3BhdGg+Cjwvc3ZnPgo="); }

.faqs-group .item-content {
  padding: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.33s, opacity 0.33s, padding 0.33s;
  margin-bottom: 0; }

.faqs-group .item-content.active-content {
  padding: 2px 0 20px;
  height: auto;
  opacity: 1;
  overflow: visible; }

@media (max-width: 500px) {
  .faqs-group .item-header a {
    font-size: 21px; } }
.faqs-group-wrap {
  margin-top: 40px; }
  .faqs-group-wrap .section-heading {
    margin-bottom: 40px; }

.faqs-group-static .item-header {
  line-height: 1;
  color: #1c94bc;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  border-bottom: none;
  transition: 0.33s;
  font-weight: 300;
  margin: 0 0 10px;
  pointer-events: none; }
  .faqs-group-static .item-header a {
    font-weight: 300;
    padding: 10px 0 !important;
    text-decoration: none;
    position: relative;
    border-bottom: none !important; }
    .faqs-group-static .item-header a:after {
      display: none !important; }
    .faqs-group-static .item-header a.active, .faqs-group-static .item-header a:focus {
      border-bottom: none !important; }
.faqs-group-static .item-content {
  padding: 2px 0 40px !important;
  height: auto;
  opacity: 1;
  overflow: visible; }

.color {
  color: #1c94bc; }

.unstyled {
  list-style: none; }
  .unstyled li {
    margin-left: 16px; }

.top-footer-banner {
  padding-top: 40px !important; }

.input-provider-staff-login {
  display: none !important; }

#modal-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  #modal-video-wrapper .wpb_content_element {
    margin-bottom: 0; }

@media (min-width: 960px) {
  .top-footer-banner {
    padding-top: 55px !important; }
    .top-footer-banner .vc_col-sm-5 {
      padding-left: 0 !important; }
    .top-footer-banner .vc_col-sm-7 {
      text-align: right;
      padding-right: 0 !important; }
      .top-footer-banner .vc_col-sm-7 img {
        margin-right: 0; } }
.page-search {
  margin-bottom: 20px; }
  .page-search div.asl_m .probox .proinput {
    font-size: 17px;
    margin: 0;
    padding: 0; }
  .page-search #ajaxsearchlite1 .probox,
  .page-search div.asl_w .probox {
    margin: 0;
    height: 34px;
    background: white;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none; }
  .page-search #ajaxsearchlite1 .probox .proinput input,
  .page-search div.asl_w .probox .proinput input {
    font-family: Roboto;
    color: #353535 !important;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    box-shadow: none;
    height: 34px;
    font-size: 17px;
    padding-left: 44px; }
  .page-search input.autocomplete,
  .page-search input.orig {
    color: #353535; }
  .page-search div.asl_w .probox .proinput input.autocomplete,
  .page-search div.asl_m .proinput input.orig {
    color: #353535;
    padding-left: 38px !important;
    font-weight: normal;
    font-family: roboto;
    color: #fff;
    font-size: 12px; }
  .page-search div.asl_w .probox .proinput input::-webkit-input-placeholder {
    font-family: Roboto;
    color: #cccccc !important;
    text-shadow: none;
    font-size: 17px; }
  .page-search div.asl_w .probox .proinput input::-moz-placeholder {
    font-family: Roboto;
    color: #cccccc !important;
    text-shadow: none;
    font-size: 17px; }
  .page-search div.asl_w .probox .proinput input:-ms-input-placeholder {
    font-family: Roboto;
    color: #cccccc !important;
    text-shadow: none;
    font-size: 17px; }
  .page-search div.asl_w .probox .proinput input:-moz-placeholder {
    font-family: Roboto;
    color: #cccccc !important;
    text-shadow: none;
    font-size: 17px; }
  .page-search div.asl_w .probox .promagnifier {
    background: white;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 2px; }
    .page-search div.asl_w .probox .promagnifier .innericon path {
      fill: #cccccc; }
  .page-search div.asl_w .probox div.prosettings {
    background: #353535; }
    .page-search div.asl_w .probox div.prosettings .innericon svg path {
      fill: #ffffff; }

body div.asl_r.vertical {
  padding: 13px;
  background: white;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: 0px 5px 7px 0 rgba(48, 49, 58, 0.1); }
body div.asl_r.horizontal {
  background: white; }
body div.asl_r .results .item {
  margin: 14px 16px;
  padding: 0 8px;
  background: white;
  border-left: none;
  border-right: none;
  border-radius: 5px !important; }
body div.asl_r .results .item .asl_content {
  font-weight: normal;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: none;
  padding: 6px; }
body div.asl_r .results .item .asl_content h3,
body div.asl_r .results .item .asl_content h3 a {
  font-family: Roboto;
  color: #4b535e;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: none; }
body div.asl_r .results .item.hovered .asl_content h3 a,
body div.asl_r .results .item .asl_content h3 a:hover {
  font-family: Roboto;
  color: #1c94bc;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: none; }
body div.asl_r .results .item .asl_content .asl_desc {
  font-family: Roboto;
  color: #4b535e;
  font-size: 16px;
  line-height: 1.2; }
body div.asl_r.vertical .results .asl_spacer {
  background: rgba(53, 53, 53, 0.1);
  height: 2px; }
body div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted,
body div.asl_r span.highlighted {
  font-weight: 700;
  color: #353535;
  background-color: transparent; }
body div.asl_m .probox .proclose {
  width: auto !important;
  height: auto;
  bottom: -6px; }
  body div.asl_m .probox .proclose svg {
    display: none; }
  body div.asl_m .probox .proclose:before {
    content: "CANCEL";
    font-size: 15px;
    color: #aeaeae;
    font-weight: 500;
    display: inline-block; }

.search-results h1.entry-title {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 20px; }
.search-results .entry-summary {
  font-size: 16px;
  color: #353535; }
.search-results > article {
  padding: 40px 0 20px; }
  .search-results > article + article {
    border-top: 1px solid #cccccc; }

@media (max-width: 450px) {
  #ajaxsearchliteres1 {
    left: 0 !important;
    width: 100% !important;
    padding: 0;
    background: white;
    border-radius: 0;
    border: none;
    box-shadow: none; }

  body div.asl_r .results .item {
    margin: 11px 0;
    padding: 0 8px;
    background: white;
    border-left: none;
    border-right: none;
    border-radius: 0 !important; }
  body div.asl_w .mCSBap_inside > .mCSBap_container {
    margin-right: 0; }
  body div.asl_r .results .item .asl_content {
    padding-right: 20px; } }
@media (max-width: 500px) {
  .search-results .page-header + article {
    padding-top: 10px !important; }
  .search-results .black-header h1 {
    font-size: 24px !important; }
  .search-results h1.entry-title {
    font-size: 22px;
    margin: 0 0 16px; }
  .search-results .entry-summary {
    font-size: 15px; }

  .page-search #ajaxsearchlite1 .probox,
  .page-search div.asl_w .probox {
    height: 40px; }
  .page-search div.asl_w .probox .proinput input.autocomplete,
  .page-search div.asl_m .proinput input.orig {
    height: 40px !important; }
  .page-search div.asl_w .probox .proinput input.autocomplete {
    margin-top: -46px !important; } }
.medic-card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  margin-left: 0;
  margin-right: -10px;
  margin-left: -10px; }
  .medic-card-group .card-medic {
    margin: 20px 10px;
    flex: 1 1 calc(100% - 20px);
    max-width: calc(100% - 20px); }

.card-medic {
  text-align: center;
  overflow: hidden; }
  .card-medic:after {
    content: "→";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    color: #ff7900;
    font-size: 20px;
    z-index: 1; }
  .card-medic .card-medic-inner {
    position: relative;
    padding: 40px 12px 30px;
    perspective: 100px;
    transition: 0.5s;
    transform: rotateY(0);
    height: 100%;
    border-radius: 12px;
    border: 2px solid #efefef; }
  .card-medic .medic-resume-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efefef;
    border-radius: 10px;
    padding: 20px;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: rotateY(180deg); }
  .card-medic:hover .card-medic-inner {
    transform: rotateY(-180deg); }
  .card-medic:hover .medic-resume-over {
    opacity: 1;
    z-index: 4; }
  .card-medic .medic-resume-item {
    text-align: left;
    position: relative;
    padding-left: 60px;
    line-height: 1.2;
    font-size: 20px;
    color: #353535;
    margin: 20px 0; }
    .card-medic .medic-resume-item b {
      font-weight: normal;
      font-size: 25px;
      margin-right: 4px; }
    .card-medic .medic-resume-item .icon {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 45px;
      color: #1c94bc; }
    .card-medic .medic-resume-item small {
      display: block;
      font-size: 14px;
      color: #1c94bc;
      text-transform: uppercase; }
  .card-medic .medic-resume-item-header {
    display: flex;
    align-items: center; }
  .card-medic .medic-media {
    border-radius: 100%;
    overflow: hidden;
    width: 140px;
    height: 140px;
    margin: 0 auto 30px; }
    .card-medic .medic-media img {
      display: block;
      max-width: 100%; }
  .card-medic .medic-title {
    font-size: 30px;
    color: #1c94bc;
    line-height: 1.1;
    margin: 0 0 10px; }
  .card-medic .medic-meta {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5); }
  .card-medic .medic-resume {
    margin-top: 26px;
    color: #353535;
    font-size: 16px;
    line-height: 1.2; }

.search-boxed {
  text-align: left;
  padding: 20px 0; }
  .search-boxed .button {
    margin-left: auto;
    margin-right: auto; }

.search-filter-col-more {
  display: none;
  opacity: 0;
  transition: opacity 0.33s; }

.search-filter-main {
  min-height: 50px;
  margin-bottom: 20px; }
  .search-filter-main.active .search-filter-col-more {
    opacity: 1;
    display: block; }
  .search-filter-main .search-filter-col {
    padding: 2px; }
    .search-filter-main .search-filter-col .custom-select {
      vertical-align: top; }
  .search-filter-main .column-inline {
    white-space: nowrap; }
    .search-filter-main .column-inline label,
    .search-filter-main .column-inline input {
      display: inline-block; }
    .search-filter-main .column-inline input {
      width: 50px;
      height: 38px;
      padding: 0 2px;
      text-align: center; }
    .search-filter-main .column-inline label.search-label {
      line-height: 38px;
      vertical-align: middle; }

label.search-label,
.search-label {
  display: inline-block;
  padding-right: 8px;
  color: #1c94bc !important;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0;
  cursor: pointer; }

.entry-medic-header {
  background: #20bed6;
  background: -moz-linear-gradient(left, #20bed6 0%, #168eb7 100%);
  background: -webkit-linear-gradient(left, #20bed6 0%, #168eb7 100%);
  background: linear-gradient(to right, #20bed6 0%, #168eb7 100%);
  color: white; }

.medic-header-group {
  padding: 40px 0;
  font-size: 17px; }
  .medic-header-group blockquote {
    max-width: 400px;
    margin: 0 0 6px;
    padding: 0;
    font-weight: 300;
    font-size: 30px;
    font-style: italic;
    line-height: 1.1; }
  .medic-header-group h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    font-weight: 400; }
    .medic-header-group h2 small {
      font-weight: 100%; }

.medic-header-media {
  margin-bottom: 18px; }
  .medic-header-media img {
    display: block;
    max-width: 100%;
    border: 5px solid white;
    border-radius: 100%;
    height: auto !important;
    width: 50%; }

body .medic-content .vc_column_container[class*="vc_col-"] {
  padding-left: 0;
  padding-right: 0; }

.medic-sidebar-content {
  border-top: 3px solid #efefef;
  padding-top: 20px; }

.icon-info-list {
  list-style: none;
  padding: 0; }
  .icon-info-list li {
    position: relative;
    padding: 0 0 0 60px;
    margin: 15px 0;
    min-height: 40px;
    color: #353535; }
  .icon-info-list .icon {
    font-size: 40px;
    color: #1c94bc;
    position: absolute;
    top: 0;
    left: 0; }
  .icon-info-list strong {
    display: block;
    font-weight: 300;
    font-size: 25px;
    line-height: 1; }
  .icon-info-list small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1c94bc; }

.pre-col-search {
  position: relative; }
  .pre-col-search input {
    padding-left: 25px !important;
    min-width: 260px;
    outline: none;
    border-radius: 0 !important; }
  .pre-col-search .button-submit-icon {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    outline: none;
    position: absolute;
    top: 12px;
    left: 4px;
    font-size: 16px;
    color: rgba(53, 53, 53, 0.4); }
  .pre-col-search .only-bottom {
    border-width: 0 0 1px 0; }

.search-filter-button .toggle-filters {
  text-decoration: underline;
  color: rgba(53, 53, 53, 0.3);
  font-size: 17px;
  display: inline-block;
  font-weight: 400;
  padding: 0 22px 0 12px;
  margin-right: 8px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle; }
  .search-filter-button .toggle-filters:hover {
    text-decoration: none; }

.show-filters {
  color: #ff7900;
  font-size: 30px;
  display: none;
  padding: 0; }

.search-filter-button .button {
  width: 120px;
  padding-left: 8px;
  padding-right: 8px; }

@media (max-width: 960px) {
  .pre-col-search input {
    min-width: 160px;
    max-width: 160px; } }
@media (max-width: 759px) {
  .show-filters {
    display: block; }

  .form_active .search-filter-col.pre-col-search {
    display: none !important; }
  .form_active .admin-bar .search_medics {
    padding-top: 60px !important; }
  .form_active .search_medics {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    z-index: 100; }
    .form_active .search_medics .search-filter-button {
      display: block; }
    .form_active .search_medics .show-filters {
      font-size: 20px; }
      .form_active .search_medics .show-filters .icon {
        color: #1c94bc; }
        .form_active .search_medics .show-filters .icon:before {
          content: "\e90d";
          font-size: 20px; }
    .form_active .search_medics .show-filters-inner {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #1c94bc;
      padding-left: 12px !important;
      font-size: 22px;
      font-weight: 400;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: white;
      box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.2); }
    .form_active .search_medics .search-filter-main {
      display: block !important;
      max-width: 400px; }
      .form_active .search_medics .search-filter-main .search-filter-col.search-filter-col-more,
      .form_active .search_medics .search-filter-main .search-filter-col {
        display: block;
        margin-left: auto;
        margin-right: auto;
        opacity: 1; }
        .form_active .search_medics .search-filter-main .search-filter-col.search-filter-col-more.column-inline,
        .form_active .search_medics .search-filter-main .search-filter-col.column-inline {
          display: flex;
          justify-content: space-between; }
      .form_active .search_medics .search-filter-main .show-filters {
        margin-right: 10px; }
    .form_active .search_medics .search-filter-col.column-inline {
      padding-left: 12px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .form_active .search_medics .filters-title {
      display: block; }
    .form_active .search_medics .search-filter-main .search-filter-col:not(.mobile-col) {
      display: block; }

  .search_medics .pre-col-search input {
    padding-left: 0 !important;
    padding-right: 25px !important; }
  .search_medics .pre-col-search .button-submit-icon {
    top: 4px;
    left: auto;
    right: 8px;
    font-size: 28px; }
  .search_medics .column-inline {
    margin-top: 4px; }
    .search_medics .column-inline label.search-label {
      display: flex;
      height: 38px;
      align-items: center;
      top: auto; }
    .search_medics .column-inline input {
      height: 38px; }
  .search_medics .custom-select {
    max-width: 100%;
    display: block;
    width: 100%; }
  .search_medics .filters-title {
    display: none; }
  .search_medics .search-filter-main {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .search_medics .search-filter-main .search-filter-col:not(.mobile-col) {
      display: none; }
    .search_medics .search-filter-main .button.button-primary {
      border-radius: 0 !important; }
  .search_medics .selectric .button,
  .search_medics .selectric,
  .search_medics .custom-select {
    background: transparent;
    border-color: transparent; }
  .search_medics .search-filter-main {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; }
    .search_medics .search-filter-main .show-filters-wrapper {
      max-width: 100%; }
    .search_medics .search-filter-main .pre-col-search {
      flex: 1 1 300px;
      position: relative; }
      .search_medics .search-filter-main .pre-col-search input {
        min-width: 160px;
        max-width: 100%; }
  .search_medics .search-filter-button,
  .search_medics .toggle-filters {
    display: none; }
  .search_medics .search-filter-button {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%; }
    .search_medics .search-filter-button .button {
      max-width: 400px;
      display: block;
      width: 100%; }
  .search_medics .pre-col-search {
    display: inline-block; }
  .search_medics .selectric-is-native select,
  .search_medics .column-inline label,
  .search_medics .selectric .label {
    font-size: 22px !important; } }
@media (min-width: 500px) {
  .medic-header-group {
    display: flex;
    align-items: center; }
    .medic-header-group blockquote {
      font-size: 40px; }

  .medic-header-media {
    flex: 0 0 280px;
    margin-bottom: 0; }
    .medic-header-media img {
      width: auto;
      border-width: 8px; }

  .medic-header-text {
    flex: 1;
    padding-left: 20px; } }
@media (min-width: 600px) {
  .medic-card-group .card-medic {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px); } }
@media (min-width: 760px) {
  .search-filter-button,
  .search-filter-main {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    flex-wrap: wrap; }
    .search-filter-button .search-filter-col,
    .search-filter-main .search-filter-col {
      padding: 2px; }

  .search-filter-main {
    display: flex;
    justify-content: space-between; }

  .filters-title {
    display: none; }

  .medic-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px; }
    .medic-content .medic-main-content {
      flex: 1;
      padding-right: 20px; }
    .medic-content .medic-sidebar-content {
      flex: 0 0 280px;
      border-top: none;
      border-left: 3px solid #efefef;
      padding: 0 0 0 30px; } }
@media (min-width: 860px) {
  .medic-card-group .card-medic {
    flex: 1 1 calc(33% - 20px);
    max-width: calc(33% - 20px); } }
@media (min-width: 960px) {
  .medic-content {
    padding-top: 60px; }
    .medic-content .medic-main-content {
      padding-right: 50px; }
    .medic-content .medic-sidebar-content {
      flex: 0 0 380px;
      border-top: none;
      border-left: 3px solid #efefef;
      padding: 0 0 0 40px; } }
.wpb_content_element h1 b,
.wpb_content_element h1 strong,
.wpb_content_element h2 b,
.wpb_content_element h2 strong,
.wpb_content_element h3 b,
.wpb_content_element h3 strong,
.wpb_content_element h4 b,
.wpb_content_element h4 strong,
.wpb_content_element h5 b,
.wpb_content_element h5 strong,
.wpb_content_element h6 b,
.wpb_content_element h6 strong {
  font-weight: 400; }

.wpb_content_element h3,
.wpb_content_element h4,
.wpb_content_element h5,
.wpb_content_element h6 {
  margin: 30px 0 20px;
  font-weight: 300; }
  .wpb_content_element h3:first-child,
  .wpb_content_element h4:first-child,
  .wpb_content_element h5:first-child,
  .wpb_content_element h6:first-child {
    margin-top: 0; }

.wpb_content_element h1 {
  margin: 60px 0 20px;
  font-size: 2em; }
  .wpb_content_element h1:first-child {
    margin-top: 0; }

.wpb_content_element h2 {
  font-size: 30px;
  margin: 40px 0 20px;
  font-weight: 300; }
  .wpb_content_element h2:first-child {
    margin-top: 0; }

.wpb_content_element h3 {
  font-size: 25px; }

.wpb_content_element h4,
.wpb_content_element h5,
.wpb_content_element h6 {
  font-size: 20px; }

.wpb_content_element blockquote {
  margin: 40px 10%;
  font-size: 20px;
  color: #1c94bc;
  padding: 10px 0 10px 26px;
  margin: 0;
  overflow: hidden;
  position: relative; }

.entry-content .widget_nav_menu {
  margin-top: 30px;
  text-align: center; }

.entry-content .widget_nav_menu li {
  line-height: 1em;
  margin: 0 20px;
  display: inline-block; }

.entry-content .widget_nav_menu a {
  padding: 5px;
  display: inline-block;
  position: relative;
  -moz-transition: all 0 ease !important;
  -webkit-transition: all 0 ease !important;
  -o-transition: all 0 ease !important;
  transition: all 0 ease !important;
  text-align: center;
  min-width: 120px;
  line-height: 1em;
  border-bottom: 2px solid transparent;
  color: #1c94bc; }

.entry-content .widget_nav_menu a:hover {
  color: #1c94bc;
  border-bottom: 2px solid #1c94bc; }

.entry-content h1.main-title,
.entry-content h2.main-title,
.entry-content h3.main-title,
.entry-content h4.main-title,
.entry-content h5.main-title,
.entry-content h6.main-title {
  line-height: 1.2;
  color: #1c94bc;
  /* margin: 40px 0 20px 0; */
  margin: 0 0 20px 0; }

body .page-header h1,
body .page-header h2,
.entry-content h1.main-title,
.entry-content h2.main-title {
  font-size: 40px !important;
  /*margin: 85px 0 20px 0; */
  margin-top: 0;
  padding-top: 25px;
  margin-bottom: 20px; }

.content-hub-page .vc_wp_custommenu + h1.main-title,
.content-hub-page .vc_wp_custommenu + h2.main-title,
.entry-content .vc_wp_custommenu + h1.main-title,
.entry-content .vc_wp_custommenu + h2.main-title {
  margin: 25px 0 20px 0; }

.entry-styles blockquote,
.entry-styles .wpb_content_element blockquote {
  font-size: 20px;
  color: #1c94bc;
  padding: 20px 0;
  margin: 10px 0;
  overflow: hidden;
  position: relative; }
  .entry-styles blockquote p,
  .entry-styles .wpb_content_element blockquote p {
    position: relative;
    z-index: 1; }
  .entry-styles blockquote:before, .entry-styles blockquote:after,
  .entry-styles .wpb_content_element blockquote:before,
  .entry-styles .wpb_content_element blockquote:after {
    position: absolute;
    font-size: 100px;
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #efefef;
    height: 30px;
    line-height: 1; }
  .entry-styles blockquote:before,
  .entry-styles .wpb_content_element blockquote:before {
    top: -4px;
    left: -8px;
    content: '“'; }
  .entry-styles blockquote:after,
  .entry-styles .wpb_content_element blockquote:after {
    right: 8px;
    bottom: 19px;
    content: '”'; }
  @media (min-width: 500px) {
    .entry-styles blockquote,
    .entry-styles .wpb_content_element blockquote {
      font-size: 24px;
      padding: 30px 0;
      margin: 30px 20px 30px 0; }
      .entry-styles blockquote:before, .entry-styles blockquote:after,
      .entry-styles .wpb_content_element blockquote:before,
      .entry-styles .wpb_content_element blockquote:after {
        font-size: 150px;
        height: 40px; }
      .entry-styles blockquote:before,
      .entry-styles .wpb_content_element blockquote:before {
        top: 0px;
        left: -8px; } }

.states-list {
  list-style: none;
  font-weight: 300;
  padding: 0;
  margin: 0 0 30px;
  column-count: 6;
  column-gap: 20px; }
  .states-list li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    text-align: left;
    padding: 5px 4px; }
  .states-list a {
    font-weight: 500; }

.note {
  font-size: 12px;
  color: rgba(75, 83, 94, 0.5); }

.fixed-banner-image2 {
  position: relative; }
  .fixed-banner-image2 img {
    position: relative;
    margin-top: 60px;
    margin-bottom: -30px;
    left: -120px;
    right: -120px;
    max-width: calc(100% + 240px) !important; }

body .vc_column_container[class*="vc_col-sm-12"] {
  padding-left: 0;
  padding-right: 0; }

.limited-paragraphs p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1200px) {
  .fixed-banner-image2 img {
    left: -80px;
    margin-bottom: -50px;
    max-width: calc(100% + 180px) !important; } }
@media (max-width: 1100px) {
  .fixed-banner-image2 img {
    left: -30px;
    max-width: calc(100% + 150px) !important; } }
@media (max-width: 1000px) {
  .states-list {
    margin: 0 0 20px;
    column-count: 5; } }
@media (max-width: 900px) {
  .fixed-banner-image2 img {
    margin-bottom: -120px;
    left: -10px;
    max-width: calc(100% + 120px) !important; } }
@media (max-width: 800px) {
  .states-list {
    column-count: 4; } }
@media (max-width: 767px) {
  .fixed-banner-image2 img {
    margin-bottom: 20px;
    left: auto;
    right: auto;
    max-width: 100% !important; }

  body .vc_custom_1526908682054 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }
@media (max-width: 600px) {
  .states-list {
    column-count: 3; } }
@media (max-width: 450px) {
  .states-list {
    column-count: 2; } }
@media (max-width: 520px) {
  .wpb_wrapper h1,
  .wpb_wrapper h2,
  .wpb_wrapper h3,
  .wpb_wrapper h4,
  .wpb_wrapper h5,
  .wpb_wrapper h6 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300; }

  .primary_row .wpb_wrapper h1,
  .primary_row .wpb_wrapper h2,
  .primary_row .wpb_wrapper h3,
  .primary_row .wpb_wrapper h4,
  .primary_row .wpb_wrapper h5,
  .primary_row .wpb_wrapper h6 {
    font-weight: 300; }

  .text-header .wpb_content_element {
    font-size: 18px;
    line-height: 1.3;
    margin: 0; } }
.underline {
  font-style: normal;
  font-weight: 500;
  border-bottom: solid 2px #ff7900; }

.group-links {
  margin-bottom: 40px; }
  .group-links .wpb_button,
  .group-links .wpb_content_element,
  .group-links ul.wpb_thumbnails-fluid > li {
    margin-bottom: 15px; }
  .group-links .wpb_wrapper a {
    display: block;
    padding-left: 16px;
    line-height: 1.2;
    position: relative; }
    .group-links .wpb_wrapper a:before {
      content: "\2022";
      position: absolute;
      font-size: 30px;
      left: 0;
      top: 5px;
      line-height: 12px; }

.floated-boxes.vc_row .wpb_column {
  margin-bottom: 20px; }
.floated-boxes.vc_row .ela-box-header {
  font-size: 24px;
  font-weight: 300; }
  .floated-boxes.vc_row .ela-box-header a {
    color: #353535; }
@media (min-width: 768px) {
  .floated-boxes.vc_row {
    padding-top: 0;
    position: relative;
    z-index: 3; }
    .floated-boxes.vc_row .wpb_column {
      position: relative;
      margin-top: -20px;
      margin-bottom: 0; } }
@media (min-width: 899px) {
  .floated-boxes.vc_row .wpb_column {
    margin-top: -80px; } }

.vc_custom_1490881729040.vc_parallax-content-moving {
  padding-bottom: 240px; }
.vc_custom_1490881729040 .wpb_wrapper h1, .vc_custom_1490881729040 .wpb_wrapper h2, .vc_custom_1490881729040 .wpb_wrapper h3, .vc_custom_1490881729040 .wpb_wrapper h4, .vc_custom_1490881729040 .wpb_wrapper h5, .vc_custom_1490881729040 .wpb_wrapper h6 {
  margin-bottom: 20px; }

.vc_row.vc_row-full-width.standard-row,
.standard-row {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 700px) {
  .vc_row.vc_row-full-width.standard-row,
  .standard-row {
    padding-top: 60px;
    padding-bottom: 40px; } }
.logo-row img {
  display: block;
  max-width: 100%; }
.logo-row .wpb_image_grid .wpb_image_grid_ul {
  height: auto !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px; }
  .logo-row .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    display: inline-block;
    list-style: none;
    margin: 0;
    float: none;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0 15px 15px;
    text-align: center; }
    .logo-row .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }

@media (min-width: 560px) {
  .logo-row .wpb_image_grid .wpb_image_grid_ul {
    padding: 10px 20px; }
    .logo-row .wpb_image_grid .wpb_image_grid_ul .isotope-item {
      padding: 0 15px 15px; } }
@media (min-width: 760px) {
  .logo-row .wpb_image_grid .wpb_image_grid_ul {
    padding: 10px 0; }
    .logo-row .wpb_image_grid .wpb_image_grid_ul .isotope-item {
      max-width: 100% !important;
      padding: 0 25px 30px; } }
@media (min-width: 860px) {
  .logo-row .wpb_image_grid .wpb_image_grid_ul {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    white-space: nowrap; } }
.pricing-buttons {
  padding: 30px 0 40px;
  display: flex;
  justify-content: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .pricing-buttons {
      max-width: 320px; } }
  .pricing-buttons .ela-button.button-price {
    flex: 1 1 380px;
    margin: 0 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #227697;
    border-color: #227697; }
    .pricing-buttons .ela-button.button-price.active, .pricing-buttons .ela-button.button-price:hover {
      border-color: #ff7900;
      background: #ff7900;
      color: white; }
    .pricing-buttons .ela-button.button-price small {
      display: none; }
    @media (max-width: 767px) {
      .pricing-buttons .ela-button.button-price {
        flex: 1 1 155px; }
        .pricing-buttons .ela-button.button-price small {
          display: block;
          font-size: 100%; }
        .pricing-buttons .ela-button.button-price span {
          display: none; } }

.box-price-new-group {
  text-align: center; }
  .box-price-new-group .box-price {
    margin-left: auto;
    margin-right: auto; }

.box-price-wrapper.content-hidden {
  display: none; }
.box-price-wrapper .vc_row {
  padding: 0; }
.box-price-wrapper .slider-group-boxs {
  padding: 0; }
.box-price-wrapper .slider-box-text {
  color: #353535;
  font-size: 17px; }
.box-price-wrapper .box-price {
  width: 100%;
  max-width: 460px; }
.box-price-wrapper .ela-button.ela-button-large {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto; }
.box-price-wrapper .box-price-button {
  text-align: center; }

.slider-group-boxs-vertical .white-panel-inside {
  background: white;
  display: flex;
  border-radius: 12px; }

.fixed-banner-pricing {
  margin-bottom: 0; }

.page-template-44-pricing2 .entry-content > .vc_row:first-child {
  padding-top: 0 !important; }
.page-template-44-pricing2 .button-action-wrapper {
  padding-top: 0; }
@media (max-width: 767px) {
  .page-template-44-pricing2 .fixed-banner-image {
    height: 500px !important;
    overflow: visible;
    margin-bottom: 20%; }
  .page-template-44-pricing2 .vc_col-sm-4 {
    margin-bottom: 30px; }
  .page-template-44-pricing2 .slider-group-boxs-vertical {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
    .page-template-44-pricing2 .slider-group-boxs-vertical .white-panel-inside {
      display: block; }
    .page-template-44-pricing2 .slider-group-boxs-vertical .slider-box + .slider-box:before {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      width: 200px;
      background-color: #4b535e;
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
  .page-template-44-pricing2 .box-price-wrapper .page-center {
    padding: 0 !important; } }
@media (max-width: 460px) {
  .page-template-44-pricing2 .hero-banner-top .wpb_text_column h2 {
    font-size: 30px; } }

.ela-button.ela-button-large {
  font-size: 20px;
  padding-top: 14px;
  padding-bottom: 14px; }

.pricing-row-wrapper {
  background: #efefef;
  padding-bottom: 40px; }

.pricing-row {
  margin-top: -220px;
  position: relative; }
  @media (max-width: 767px) {
    .pricing-row {
      margin-top: -340px; } }

body.clinical_first .switch-layout .section-header h1,
.switch-layout .section-header h1 {
  margin: 0 0 20px 0; }
body.clinical_first .switch-layout .section-header .secondary-header,
.switch-layout .section-header .secondary-header {
  margin: 0 0 20px 0; }
body.clinical_first .switch-layout .quote-container,
.switch-layout .quote-container {
  margin-top: 48px; }

.pardotform2-wrapper {
  padding-left: 10px;
  padding-right: 10px; }
  .pardotform2-wrapper iframe {
    width: 100% !important;
    height: 420px !important; }

@media (min-width: 788px) {
  .pardotform2-wrapper iframe {
    height: 360px !important; } }
.page-template-team-php .page-header {
  text-align: center; }

.header-image-row {
  color: white; }
  .header-image-row.vc_row {
    padding: 0; }
    .header-image-row.vc_row .vc_row {
      margin-left: 0;
      margin-right: 0; }
  .header-image-row .vc_row-has-fill {
    min-height: 300px;
    padding-bottom: 200px;
    background-position: bottom right !important;
    margin-top: 50px; }
  .header-image-row .text-header.wpb_content_element {
    text-align: left;
    color: white;
    max-width: 300px;
    margin-left: 0; }
    .header-image-row .text-header.wpb_content_element h1, .header-image-row .text-header.wpb_content_element h2, .header-image-row .text-header.wpb_content_element h3, .header-image-row .text-header.wpb_content_element h4, .header-image-row .text-header.wpb_content_element h5, .header-image-row .text-header.wpb_content_element h6 {
      color: white;
      font-size: 30px; }

@media (min-width: 740px) {
  .header-image-row .vc_row-has-fill {
    background-position: 100px 100% !important; }
  .header-image-row .text-header.wpb_content_element h1, .header-image-row .text-header.wpb_content_element h2, .header-image-row .text-header.wpb_content_element h3, .header-image-row .text-header.wpb_content_element h4, .header-image-row .text-header.wpb_content_element h5, .header-image-row .text-header.wpb_content_element h6 {
    font-size: 35px; } }
@media (min-width: 900px) {
  .header-image-row .vc_row-has-fill {
    min-height: 600px;
    background-position: 170px 100% !important;
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important; }
  .header-image-row .wpb_wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .header-image-row .wpb_wrapper .wpb_column.vc_col-sm-6 {
      float: none !important;
      max-width: 960px;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%; }
    .header-image-row .wpb_wrapper .wpb_column + .wpb_column.vc_col-sm-6 {
      display: none; }
  .header-image-row .text-header.wpb_content_element {
    padding-top: 100px;
    max-width: 440px; }
    .header-image-row .text-header.wpb_content_element h1, .header-image-row .text-header.wpb_content_element h2, .header-image-row .text-header.wpb_content_element h3, .header-image-row .text-header.wpb_content_element h4, .header-image-row .text-header.wpb_content_element h5, .header-image-row .text-header.wpb_content_element h6 {
      font-size: 40px; } }
.add-play {
  display: block;
  position: relative; }
  .add-play:hover:after {
    opacity: 0.5; }
  .add-play:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../images/play.svg) no-repeat center center;
    background-size: 72px 72px;
    transition: 0.33s; }

@media (max-width: 767px) {
  .small-space-boxs.grid-boxs .not-hide .vc_col-has-fill > [class*="vc_custom_"] .wpb_wrapper {
    padding-top: 0; } }

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