@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
h1 {
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  margin-top: 180px;
  line-height: 36px;
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    h1 {
      font-size: 28px;
      margin-top: 120px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    h1 {
      font-size: 24px;
      margin-top: 60px;
      padding-left: 15px;
      padding-right: 15px; } }

h2 {
  color: #002733;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    h2 {
      font-size: 20px;
      line-height: inherit;
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    h2 {
      font-size: 18px;
      line-height: 32px;
      padding-left: 15px;
      padding-right: 15px; } }

h3 {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    h3 {
      font-size: 14px;
      margin-top: 20px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    h3 {
      font-size: 12px;
      padding-left: 10px;
      padding-right: 10px; } }

p {
  color: #002733;
  font-size: 14px;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    p {
      font-size: 14px;
      line-height: 24px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    p {
      font-size: 11px;
      line-height: 22px;
      padding-left: 10px;
      padding-right: 10px; } }

* {
  margin: 0;
  padding: 0; }
  *:focus {
    outline: none !important; }

html {
  height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, video {
  display: block; }

body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

section h4 {
  margin: 0px;
  color: #002733; }

button {
  border: none; }

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .btn:hover, .btn:focus {
    color: #fff; }
  .btn.danger {
    background: #35d18a;
    font-weight: 600;
    padding: 20px 50px; }
    .btn.danger:hover, .btn.danger:focus {
      background: #5fdaa2; }
  .btn.success {
    border: 2px solid #35d18a;
    color: #35d18a !important;
    padding: 5px 25px;
    font-size: 14px;
    min-width: 150px;
    margin: 0 15px; }
    @media screen and (min-width: 1025px) {
      .btn.success {
        margin-left: 25px; } }
    .btn.success:hover {
      border: 2px solid #5fdaa2;
      color: #5fdaa2 !important; }

.icons {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 35px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.25); }
  .icons-big {
    width: 60px;
    height: 60px; }

.m-icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin: 0 auto;
  left: 1px;
  right: 0;
  font-size: 30px; }
  .m-icon.red-icon {
    color: #ff7d5c; }
  .m-icon.icon-dark-blue {
    color: #074154; }
  .m-icon.icon-middle-blue {
    color: #007296; }
  .m-icon.icon-light-blue {
    color: #67cdd0; }
  .m-icon.icon-purple {
    color: #b26ae2; }
  .m-icon.icon-green {
    color: #7aeeba; }
  .m-icon.icon-simple-blue {
    color: #469dcd; }

.arrow-icon {
  font-size: 40px;
  margin: 0;
  color: #44585f; }

.play-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .play-btn:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #469dcd;
    border-top: 12px solid transparent;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 43%;
    right: 0; }
  .play-btn:hover {
    background: rgba(255, 255, 255, 0.9); }

.banner-container {
  min-height: 800px;
  position: relative; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .banner-container {
      min-height: 800px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .banner-container {
      min-height: 600px; } }
  .banner-container:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/stripped-border.png") 0 0 no-repeat;
    background-size: cover; }
  .banner-container .container {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0; }
    .banner-container .container p {
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
      .banner-container .container p a {
        color: #ffb46f;
        text-decoration: underline; }
    .banner-container .container .btn {
      margin: 30px 0; }
  .banner-container.about {
    background: url("../img/banner-about.png") 0 0 no-repeat;
    background-size: cover; }
  .banner-container.index {
    background: url("../img/banner-index.png") 0 0 no-repeat;
    background-size: cover; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .banner-container.index {
        min-height: 700px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      .banner-container.index {
        min-height: 600px; } }
  .banner-container.careers {
    background: url("../img/careers-bg.png") 0 0 no-repeat;
    background-size: cover; }

.footer {
  background: #000;
  padding: 25px 0; }
  .footer .container {
    position: relative; }
  .footer .navbar-brand {
    float: left; }
  .footer ul {
    float: right; }
    .footer ul li a {
      color: #fff; }
      .footer ul li a:hover, .footer ul li a:focus {
        color: #0099d2;
        background: none; }
  .footer .socials {
    position: absolute;
    top: -50px;
    right: 0; }

.socials li {
  display: inline-block;
  margin-left: 20px; }
  .socials li a {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .socials li a:hover {
      color: #fff; }
    .socials li a i {
      line-height: 50px;
      font-size: 25px; }
    .socials li a.facebook {
      background: #405896; }
      .socials li a.facebook:hover {
        background: #536fb6; }
    .socials li a.twitter {
      background: #658cc5; }
      .socials li a.twitter:hover {
        background: #8aa8d3; }
    .socials li a.linkedin {
      background: #3479b4; }
      .socials li a.linkedin:hover {
        background: #4f92cc; }

.navbar-brand {
  min-width: 150px;
  display: block;
  padding: 0;
  line-height: 1; }
  .navbar-brand img {
    width: 75%;
    padding-top: 8px;
    height: auto; }

.navbar-default {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border: none;
  z-index: 10;
  margin: 0;
  padding: 5px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .navbar-default.navbar-scrolling {
    background: #0099d2; }
  .navbar-default .navbar-nav {
    padding: 15px; }
    @media screen and (min-width: 1025px) {
      .navbar-default .navbar-nav {
        float: right;
        padding: 7px 0; } }
    .navbar-default .navbar-nav li a {
      color: #fff;
      padding: 7px 15px;
      padding-left: 45px; }
      .navbar-default .navbar-nav li a:hover {
        color: #000; }
  .navbar-default .navbar-header {
    position: relative;
    z-index: 10; }
  .navbar-default .navbar-toggle {
    border: none;
    background-color: transparent; }
    .navbar-default .navbar-toggle .toggle {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      .navbar-default .navbar-toggle .toggle .icon-bar {
        background-color: #35d18a; }
      .navbar-default .navbar-toggle .toggle-text {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        color: #000;
        margin-right: 10px; }
    .navbar-default .navbar-toggle.burger-menu {
      position: relative;
      padding: 5px 15px;
      height: 40px;
      margin: 0 auto;
      color: #000;
      text-transform: uppercase;
      font-weight: 700;
      background: #fff;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      .navbar-default .navbar-toggle.burger-menu.is-open {
        background: transparent; }
  .navbar-default.navbar-default-inner {
    position: absolute; }
    .navbar-default.navbar-default-inner.navbar-scrolling {
      background: transparent; }

.navbar-collapse {
  padding: 0; }

.burger-click-region {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -7px;
  width: 30px;
  margin-left: 15px;
  cursor: pointer; }

.burger-menu-txt {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  position: relative;
  top: 5px;
  transition: opacity 200ms ease-out, transform 200ms cubic-bezier(0.34, 0.55, 0.25, 0.83); }
  .is-open .burger-menu-txt {
    opacity: 0;
    transform: translate3d(-50px, 0, 0); }

.burger-menu-piece {
  display: block;
  position: absolute;
  width: 24px;
  border-top: 4px solid #35d18a;
  transform-origin: 50% 50%;
  transition: transform 400ms ease-out; }
  .burger-menu-piece:nth-child(1) {
    top: 0; }
  .burger-menu-piece:nth-child(2) {
    top: 8px;
    opacity: 1;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms; }
  .burger-menu-piece:nth-child(3) {
    top: 16px; }
  .active .burger-menu-piece:nth-child(1) {
    animation: burger-open-top 400ms ease-out forwards;
    border-top: 3px solid #fff; }
  .active .burger-menu-piece:nth-child(2) {
    opacity: 0;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms; }
  .active .burger-menu-piece:nth-child(3) {
    animation: burger-open-bot 400ms ease-out forwards;
    border-top: 3px solid #fff; }
  .closing .burger-menu-piece:nth-child(1) {
    animation: burger-close-top 400ms ease-out forwards; }
  .closing .burger-menu-piece:nth-child(3) {
    animation: burger-close-bot 400ms ease-out forwards; }

@keyframes burger-open-top {
  50% {
    transform: translate3d(0, 8px, 0); }
  100% {
    transform: translate3d(0, 8px, 0) rotate(45deg); } }

@keyframes burger-open-bot {
  50% {
    transform: translate3d(0, -8px, 0); }
  100% {
    transform: translate3d(0, -8px, 0) rotate(-45deg); } }

@keyframes burger-close-top {
  0% {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  50% {
    transform: translate3d(0, 8px, 0) rotate(0deg); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes burger-close-bot {
  0% {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }
  50% {
    transform: translate3d(0, -8px, 0) rotate(0deg); }
  100% {
    transform: translate3d(0, 0, 0); } }

.nav-tabs {
  border: none; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  background: none; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #000;
  font-weight: 700;
  border-bottom: 3px solid #000; }

.nav-tabs > li > a {
  color: #b2b2b2;
  font-weight: 600;
  border: none;
  border-bottom: 3px solid transparent; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #000;
    background: none;
    border: none;
    border-bottom: 3px solid #000; }

.soutions {
  background: #f9f9f9; }
  .soutions .section-img {
    margin-top: 50px;
    width: 100%; }
  .soutions .soutions-list {
    background: #f4f4f4;
    border-top: 1px solid #e1e1e1;
    padding: 25px 0; }
    .soutions .soutions-list .container {
      margin-top: 40px; }
    .soutions .soutions-list h3 {
      color: #000;
      font-size: 18px;
      line-height: 34px;
      font-weight: 600;
      padding: 0 20px;
      margin-top: 0;
      height: 45px;
      overflow: hidden;
      display: table;
      width: 100%; }
      .soutions .soutions-list h3 span {
        display: block;
        vertical-align: middle; }
    .soutions .soutions-list p {
      padding-top: 0; }

.list-item-wrapper {
  margin-bottom: 25px; }
  @media screen and (min-width: 1025px) {
    .list-item-wrapper {
      display: table;
      width: 100%; } }

.list-item {
  float: none; }
  @media screen and (min-width: 1025px) {
    .list-item {
      display: table-cell;
      vertical-align: top; } }

.item {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%; }
  .item p {
    padding: 25px;
    font-size: 12px;
    margin-bottom: 50px; }
  .item .icons {
    margin-top: 50px; }

.item-1 {
  border-top: 3px solid #007296; }

.item-2 {
  border-top: 3px solid #074154; }

.item-3 {
  border-top: 3px solid #67cdd0; }

.item-4 {
  border-top: 3px solid #ff7d5c; }

.item-5 {
  border-top: 3px solid #b26ae2; }

.item-6 {
  border-top: 3px solid #7aeeba; }

section i {
  display: inline-block;
  margin: 25px 0; }

section h2 {
  margin: 30px; }

.better-outcomes {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 25px 0 0; }
  .better-outcomes h2 {
    color: #000; }
  .better-outcomes p {
    margin: 30px 0 70px;
    text-align: center; }
  .better-outcomes .tab-pane {
    min-height: 500px; }

.nav-tabs {
  display: inline-block; }

.tab-pane-outcomes {
  background-size: cover;
  min-height: 300px;
  position: relative; }
  .tab-pane-outcomes .text-middle {
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin: 0;
    padding: 15px;
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .tab-pane-outcomes .text-middle {
        line-height: 40px;
        padding: 0 60px;
        text-align: center; } }
  @media screen and (min-width: 1025px) and (min-width: 320px) and (max-width: 768px) {
    .tab-pane-outcomes .text-middle {
      line-height: 22px;
      padding: 40px;
      font-size: 12px;
      text-align: center; } }
  .tab-pane-outcomes.providers {
    background: url("../img/providers-img.png") 0 0 no-repeat;
    background-size: cover; }
  .tab-pane-outcomes.employers {
    background: url("../img/employers-img.png") 0 0 no-repeat;
    background-size: cover; }

.circle-bg {
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .circle-bg-first {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ddb07b+0,347193+100 */
    background: #ddb07b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ddb07b 0%, #347193 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ddb07b 0%, #347193 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ddb07b 0%, #347193 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddb07b', endColorstr='#347193',GradientType=1 );
    /* IE6-9 */ }
  .circle-bg-second {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b7999+0,80c9cf+100 */
    background: #3b7999;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3b7999 0%, #80c9cf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3b7999 0%, #80c9cf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3b7999 0%, #80c9cf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b7999', endColorstr='#80c9cf',GradientType=1 );
    /* IE6-9 */ }
  .circle-bg-third {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#86c4c6+0,ec8464+100 */
    background: #86c4c6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #86c4c6 0%, #ec8464 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #86c4c6 0%, #ec8464 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #86c4c6 0%, #ec8464 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c4c6', endColorstr='#ec8464',GradientType=1 );
    /* IE6-9 */ }
  .circle-bg-forth {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6826d+0,a870db+100 */
    background: #e6826d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e6826d 0%, #a870db 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e6826d 0%, #a870db 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e6826d 0%, #a870db 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6826d', endColorstr='#a870db',GradientType=1 );
    /* IE6-9 */ }
  .circle-bg-fifth {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a870db+0,98ebbd+100 */
    background: #a870db;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a870db 0%, #98ebbd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a870db 0%, #98ebbd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a870db 0%, #98ebbd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a870db', endColorstr='#98ebbd',GradientType=1 );
    /* IE6-9 */ }

.circle-sm {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative; }
  .circle-sm span {
    display: inline-block;
    font-weight: 700;
    color: #000;
    font-size: 25px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 46%;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1; }
  .circle-sm .material-icons {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    color: #35d18a;
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: 4px; }

.result-section {
  background: #f4f4f4;
  padding: 30px 0; }
  .result-section h3 {
    color: #002733;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin: 25px 0; }
    .result-section h3 + p {
      margin-bottom: 50px; }
  .result-section .item {
    margin-bottom: 60px; }
    .result-section .item p {
      color: #000;
      margin: 50px 0 0px; }
    .result-section .item .circle-bg {
      margin: 20px 0; }
  .result-section .item-1 {
    border-color: #fdb56f; }
  .result-section .item-2 {
    border-color: #1b7b9c; }
  .result-section .item-3 {
    border-color: #76c6c5; }

.organizations-logos {
  padding: 20px 0 50px; }
  .organizations-logos li {
    display: inline-block;
    margin: 0 20px; }

.how-it-works {
  background: #f9f9f9;
  padding: 25px 0 0;
  border-top: 1px solid #dddddd; }
  .how-it-works-tabs {
    margin: 35px 0 20px; }
    .how-it-works-tabs span {
      display: block;
      text-align: center;
      margin-top: 10px; }
    .how-it-works-tabs .circle-bg {
      width: 100px;
      height: 100px;
      padding: 3px;
      position: relative;
      z-index: 1; }
      .how-it-works-tabs .circle-bg i {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        color: #b2b2b2; }
    .how-it-works-tabs.nav-tabs > li {
      position: relative; }
      .how-it-works-tabs.nav-tabs > li:before {
        content: "";
        height: 4px;
        background: red;
        position: absolute;
        left: -15px;
        right: 0;
        top: 40%;
        width: 100%; }
      .how-it-works-tabs.nav-tabs > li:first-child:before {
        background: #f2b87a;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px; }
      .how-it-works-tabs.nav-tabs > li:nth-child(2):before {
        background: #347193; }
      .how-it-works-tabs.nav-tabs > li:nth-child(3):before {
        background: #81cacf; }
      .how-it-works-tabs.nav-tabs > li:nth-child(4):before {
        background: #ec8464; }
      .how-it-works-tabs.nav-tabs > li:nth-child(5):before {
        background: #a870db; }
      .how-it-works-tabs.nav-tabs > li:nth-child(5):after {
        content: "";
        height: 4px;
        background: #98ebbd;
        position: absolute;
        right: -15px;
        top: 40%;
        width: 100%;
        z-index: 0;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
      .how-it-works-tabs.nav-tabs > li a {
        border: none;
        padding: 0;
        margin: 10px 15px; }
      .how-it-works-tabs.nav-tabs > li.active a, .how-it-works-tabs.nav-tabs > li:hover a {
        border: none !important; }
      .how-it-works-tabs.nav-tabs > li.active i, .how-it-works-tabs.nav-tabs > li:hover i {
        color: #000; }
  .how-it-works .tab-pane p {
    text-align: center;
    color: #002733;
    margin-bottom: 80px; }

.person {
  min-height: 700px;
  position: relative; }

.person1 {
  background: url("../img/testimotions-img.png") 0 0 no-repeat;
  background-size: cover; }

.person2 {
  background: url("../img/testimotions-farrah.png") 0 0 no-repeat;
  background-size: cover; }

.person3 {
  background: url("../img/testimotions-donna.png") 0 0 no-repeat;
  background-size: cover; }

.person4 {
  background: url("../img/testimotions-img.png") 0 0 no-repeat;
  background-size: cover; }

.testimonials {
  background: #f4f4f4;
  padding: 0px 0 50px; }
  .testimonials .nav-tabs {
    padding: 25px; }
  .testimonials .tab-pane p {
    margin: 25px; }
  .testimonials h2 {
    color: #fff;
    margin: 0; }
  .testimonials i {
    margin: 0; }
  .testimonials .text-middle {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0; }

.contact-us {
  background: rgba(0, 0, 0, 0.92) url(../img/stripped-border.png) no-repeat 0 0;
  padding: 25px;
  background-size: contain; }
  .contact-us h2 {
    color: #fff; }
  .contact-us p {
    color: #fff;
    margin-bottom: 50px; }
    .contact-us p a {
      color: #ffb46f;
      text-decoration: underline; }
  .contact-us .icons {
    margin-bottom: 40px; }
  .contact-us .btn {
    margin: 10px 0 10px; }

.modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-content {
  box-shadow: none !important;
  border: none;
  background: none; }
  .modal-content iframe {
    border: 3px solid #ff7d5c; }

.hs-form label {
  display: block;
  font-weight: 500;
  text-align: left; }

.hs-form .hs-form-field {
  margin-bottom: 15px; }

.hs-form .hs-error-msgs label {
  color: #e3563d;
  font-size: 11px; }

.hs-form input[type="submit"] {
  background: #35d18a;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  border: none;
  padding: 10px 25px;
  text-transform: uppercase;
  float: right; }
  .hs-form input[type="submit"]:hover {
    background: #5fdaa2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.hs-form textarea {
  min-height: 150px;
  padding: 6px; }

.hs-form .hs-input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 6px;
  border: 1px solid #ccc; }

.form-modal-container {
  max-width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  border-top: 3px solid #67cdd0; }
  @media screen and (min-width: 768px) {
    .form-modal-container {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; } }
  .form-modal-container .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%; }
  @media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    .form-modal-container form.hs-form .form-columns-2 .hs-form-field .hs-input, .form-modal-container form.hs-form .form-columns-3 .hs-form-field .hs-input {
      width: 100%; } }

.close-b {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #67cdd0; }

.team i {
  margin: 0; }

.team .item h3 {
  color: #002733;
  font-weight: 600; }

.team .item img {
  margin-top: 35px;
  max-width: 86px; }

.team .item p {
  margin-bottom: 15px; }

.team .item .socials {
  margin-bottom: 50px; }
  .team .item .socials li {
    margin-left: 10px; }
    .team .item .socials li a {
      width: 40px;
      height: 40px; }
      .team .item .socials li a i {
        font-size: 20px;
        line-height: 40px; }

.vision-statement {
  background: #f4f4f4;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 50px; }
  .vision-statement .section-img {
    width: 100%; }
  .vision-statement .vision-statement-banner {
    background: url("../img/brand-statement.png") 0 0 no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative; }
    .vision-statement .vision-statement-banner-text {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0; }
      .vision-statement .vision-statement-banner-text p {
        color: #fff; }
  .vision-statement .soutions-list {
    margin-top: 20px;
    padding: 50px 0; }
  .vision-statement h3 {
    color: #000; }
  .vision-statement .item-1, .vision-statement .item-2, .vision-statement .item-3 {
    border-top: 3px solid #009dd2; }

.managment-team {
  background: #f4f4f4;
  border-top: 1px solid #e1e1e1; }
  .managment-team .soutions-list {
    margin-top: 20px;
    padding: 50px 0; }

.advisors-team {
  background: #f4f4f4;
  border-top: 1px solid #e1e1e1; }
  .advisors-team .item-1, .advisors-team .item-2, .advisors-team .item-3 {
    border-top: 3px solid #e3563d; }
  .advisors-team .soutions-list {
    margin-top: 20px;
    padding: 50px 0; }

.careers-section {
  background: #f9f9f9;
  padding-bottom: 50px; }

.available-posting {
  padding: 50px 0;
  background: #f4f4f4;
  border-top: 1px solid #e1e1e1; }
  .available-posting h2 {
    margin-bottom: 50px; }
  .available-posting .item p {
    margin-bottom: 0; }
  .available-posting .item a {
    display: inline-block;
    padding: 10px 0 50px;
    color: #35d18a;
    font-weight: 600; }
  .available-posting .item h3 {
    color: #000;
    font-weight: 600; }

@media (min-width: 768px) {
  .learn-more-modal .modal-dialog {
    width: 80%;
    margin: 30px auto; } }

.learn-more-modal .modal-header {
  padding: 0;
  border: none;
  border-top: 3px solid #67cdd0; }
  .learn-more-modal .modal-header .close {
    color: #67cdd0;
    opacity: 1;
    font-size: 45px;
    margin-right: 15px; }

.learn-more-modal .modal-content {
  background: #fff;
  text-align: center; }

.learn-more-modal .modal-body {
  padding: 0; }
  .learn-more-modal .modal-body p {
    padding: 0 30px; }

.learn-more-modal h2 {
  margin: 30px 0; }

.learn-more-modal h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px; }

.learn-more-modal .icons {
  margin: 0; }

.learn-more-modal .qualifications, .learn-more-modal .tell-us {
  text-align: left;
  margin: 40px 0;
  padding: 30px 30px 60px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797; }
  .learn-more-modal .qualifications ul li, .learn-more-modal .tell-us ul li {
    line-height: 30px; }

.learn-more-modal .tell-us {
  border: none;
  margin-top: 0;
  padding-top: 0; }
  .learn-more-modal .tell-us ul {
    margin-bottom: 30px; }
  .learn-more-modal .tell-us p {
    font-size: 14px;
    line-height: 30px;
    padding: 0; }

.learn-more-modal span {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding: a;
    padding-color: #000; }

@media screen and (max-width: 1024px) {
  .navbar-default .navbar-header {
    padding: 0 5px 15px;
    display: block;
    width: 100%;
    margin: 0; }
  .navbar-default .navbar-nav {
    display: block;
    width: 100%; }
    .navbar-default .navbar-nav > li {
      display: block;
      float: none; }
  .navbar-default .navbar-toggle {
    display: block; }
  .navbar-default .collapse {
    display: none; }
    .navbar-default .collapse.in {
      display: block !important; }
  .navbar-default .navbar-collapse {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    background: #0099d2;
    z-index: 1; }
    .navbar-default .navbar-collapse ul {
      margin-top: 100px;
      border-top: 1px solid #fff; }
  .list-item {
    margin-top: 20px; }
  .item p {
    font-size: 12px; }
  .result-section h4 {
    color: #002733;
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0; }
    .result-section h4 + p {
      margin-bottom: 40px; }
  .result-section .list-item {
    margin-top: 10px; }
  .result-section .item {
    margin-bottom: 0px;
    padding: 25px 0; }
    .result-section .item p {
      color: #000;
      margin: 0;
      display: inline-block;
      width: 100%;
      font-size: 16px;
      line-height: 20px; }
    .result-section .item .circle-bg {
      display: inline-block;
      width: 100%;
      background: none;
      height: auto; }
  .result-section .circle-sm span {
    font-size: 50px; }
  .result-section .circle-sm i {
    font-size: 50px; }
  .result-section .item-1 {
    border-color: #fdb56f; }
  .result-section .item-2 {
    border-color: #1b7b9c; }
  .result-section .item-3 {
    border-color: #76c6c5; }
  .person {
    min-height: 300px; }
  .modal-content iframe {
    width: 100%; }
  .footer {
    background: rgba(0, 0, 0, 0.92);
    text-align: center; }
    .footer .socials {
      position: relative;
      top: 0;
      margin: 15px 0 50px; }
    .footer ul {
      float: none; }
    .footer .navbar-brand {
      display: block;
      float: left; }
    .footer .navbar-nav {
      margin-bottom: 55px; }
      .footer .navbar-nav > li {
        float: none;
        text-align: left; }
  .list-item-wrapper {
    margin-bottom: 0; }
  .icons-big {
    margin-top: -38px; } }

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }

@media (min-width: 1025px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }

@media screen and (max-width: 767px) {
  .how-it-works-tabs.nav-tabs > li a {
    margin: 5px; }
  .how-it-works-tabs .circle-bg {
    width: 45px;
    height: 45px;
    padding: 3px; }
  .result-section .circle-sm {
    text-align: right; }
    .result-section .circle-sm span, .result-section .circle-sm i {
      font-size: 22px; }
  .contact-us p a {
    display: block; }
  .btn.danger {
    padding: 20px; }
  .footer {
    background: rgba(0, 0, 0, 0.92);
    text-align: center; }
    .footer .socials {
      position: relative;
      top: 0;
      margin-bottom: 50px; }
    .footer ul {
      float: none; }
    .footer .navbar-brand {
      display: inline-block;
      float: none; }
    .footer .navbar-nav {
      margin-bottom: 55px; }
      .footer .navbar-nav > li {
        float: none;
        text-align: center; }
  .result-section h3 {
    font-size: 25px; }
  .result-section h4 {
    color: #002733;
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0; }
    .result-section h4 + p {
      margin-bottom: 40px; }
  .result-section .list-item {
    margin: 20px 0 0;
    display: table; }
  .result-section .item {
    margin-bottom: 0px;
    padding: 0;
    display: table; }
    .result-section .item p {
      color: #000;
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      font-size: 14px;
      line-height: 20px;
      width: 55%; }
    .result-section .item .circle-bg {
      display: table-cell;
      vertical-align: middle;
      background: none;
      height: auto;
      padding: 30px 10px 30px 0;
      width: 35%; }
  .result-section .item-1 {
    border-color: #fdb56f; }
  .result-section .item-2 {
    border-color: #1b7b9c; }
  .result-section .item-3 {
    border-color: #76c6c5; }
  h3 {
    font-size: 14px; }
  h2 {
    font-size: 18px; }
  .list-item-wrapper {
    margin-bottom: 0; } }

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