/* Base */
@import url("https://use.typekit.net/syr6egu.css");
/* Decided not to use Avenir - the full suite is to expensive */
/* FONTS */
/* Clean */
/* Colors */
a:link, a:visited {
  color: #fd4f08;
  outline: 0; }

.light-gray {
  background-color: #F6F6F6; }

.orange-text {
  color: #fd4f08; }

.gray-text {
  color: #575757; }

/* BREAKPOINTS */
body {
  padding-top: 48px;
  padding-top: 3rem;
  font-family: "proxima-nova", sans-serif;
  color: #2F2F2F; }
  @media (max-width: 1199px) {
    body {
      padding-top: 3rem; } }

h1 {
  font-size: 64px;
  font-size: 4rem; }

h2 {
  font-size: 48px;
  font-size: 3rem; }

h3 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

p {
  font-size: 14.4px;
  font-size: .9rem; }

/* order */
@media (max-width: 767px) {
  .order-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

.no-padding {
  padding: 0px; }

.btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    position: absolute;
    z-index: -1; }
  .btn:before {
    content: '';
    position: absolute;
    z-index: -1; }

.btn-primary {
  background: #fd4f08;
  border: 1px solid #fd4f08;
  border-radius: 5px;
  font-size: 12.8px;
  font-size: .8rem;
  padding: 11.2px 32px;
  padding: .7rem 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  color: white !important;
  display: inline-block; }
  .btn-primary.btn-blue {
    background: #29B6f6;
    border: 1px solid #29B6f6; }
  .btn-primary.btn-small {
    padding: 4px 16px;
    padding: .25rem 1rem;
    font-size: 9.6px;
    font-size: .6rem; }
    .btn-primary.btn-small:hover {
      padding: 4px 40px;
      padding: .25rem 2.5rem; }
  .btn-primary:after {
    height: 100%;
    left: -45%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    background: #29B6f6; }
  .btn-primary:before {
    background: #29B6f6; }
  .btn-primary:hover {
    cursor: pointer;
    background: transparent;
    border: 1px solid #3FB7DE;
    padding: 11.2px 40px;
    padding: .7rem 2.5rem; }
    .btn-primary:hover:after {
      height: 100%;
      width: 145%; }

.text-bold {
  font-family: "proxima-nova", sans-serif; }

.text-light {
  font-family: "proxima-nova", sans-serif; }

.top-space {
  margin-top: 72px; }
  @media (max-width: 575px) {
    .top-space {
      margin-top: 48px; } }

.bottom-space {
  margin-bottom: 72px; }
  @media (max-width: 575px) {
    .bottom-space {
      margin-bottom: 48px; } }

.wistia_click_to_play {
  width: inherit !important;
  height: inherit !important; }

a {
  color: #2F2F2F;
  font-family: "proxima-nova", sans-serif; }
  a.arrow {
    position: relative;
    color: #2F2F2F; }
    a.arrow:after {
      background-image: url("../images/linkArrow.png");
      background-repeat: no-repeat;
      content: '';
      position: absolute;
      right: -40px;
      height: 30px;
      width: 30px;
      top: 8px; }

/* Elements */
.navbar {
  background: #0F274F;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5); }
  .navbar .btn-primary {
    padding: 8px 24px;
    padding: .5rem 1.5rem;
    margin: 4px; }
  .navbar .navbar-toggler-right {
    left: 16px;
    left: 1rem; }
  .navbar .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .navbar .nav-item.active a {
      color: #29B6f6; }
      .navbar .nav-item.active a:after {
        width: 100%; }
    .navbar .nav-item a {
      /*color: #2F2F2F;*/
      color: white;
      font-weight: 500; }
      .navbar .nav-item a:hover {
        color: #29B6f6; }
        .navbar .nav-item a:hover:after {
          width: 100%; }
      .navbar .nav-item a:after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #29B6f6;
        -webkit-transition: width .3s;
        transition: width .3s;
        position: relative;
        bottom: -12px; }
  .navbar .navbar-brand {
    padding-left: 24px !important;
    padding-left: 1.5rem !important;
    padding-right: 24px !important;
    padding-right: 1.5rem !important; }
    .navbar .navbar-brand img {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
  .navbar .nav-link {
    padding-left: 16px !important;
    padding-left: 1rem !important;
    padding-right: 16px !important;
    padding-right: 1rem !important;
    padding-bottom: 0px;
    font-size: 15.2px;
    font-size: .95rem; }
  .navbar .social {
    margin: 4px; }
    .navbar .social .fa-facebook-f {
      color: #29B6f6; }
    .navbar .social .fa-comments {
      color: #2F2F2F; }
    .navbar .social .nav-link {
      padding-left: 8px !important;
      padding-left: .5rem !important;
      padding-right: 8px !important;
      padding-right: .5rem !important; }
  .navbar .navbar-brand-mobile img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    max-width:100%; }
  .navbar #leftMenu {
    width: 100%; }
    .navbar #leftMenu li:first-child {
      margin-left: auto; }
  .navbar #rightMenu {
    width: 100%; }
    
/* STACKED */
.stacked {
  text-align: center;
  padding: 0px;
  background: transparent; }
  @media (max-width: 991px) {
    .stacked {
      background-color: #0F274F; } }
  .stacked .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    background: transparent !important; }
  .stacked .login {
    position: fixed;
    top: 10px;
    right: 20px; }
  .stacked .navbar-brand {
    width: 100%;
    display: block;
    background-color: #0F274F; }
    .stacked .navbar-brand img {
      padding: 11.2px 0;
      padding: .7rem 0;
      -webkit-transform: scale(1);
      transform: scale(1); }
  @media (max-width: 991px) {
    .stacked .navbar-brand-mobile {
      padding: .6rem 0;
      -webkit-transform: scale(1);
      transform: scale(1);
      max-width:70%; } }
  .stacked .stacked-navigation {
    width: 100%;
    border-top: 1px solid #0F274F;
    background-color: rgba(15, 39, 79, .8); }
    .stacked .stacked-navigation .navbar-nav {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      .stacked .stacked-navigation .navbar-nav .nav-link {
        padding: 9.6px 16px;
        padding: .6rem 1rem; }

/* MOBILE */
.mobileIcon {
  width: 60px;
  height: 50px;
  position: absolute;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 0px;
  left: 0px;
  display: block; }

.mobileIcon span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #29B6f6;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  .mobileIcon span:nth-child(2) {
    width: 75%; }
  .mobileIcon span:nth-child(3) {
    width: 50%; }

.mobileIcon.open span {
  width: 100% !important; }

.mobileIcon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.mobileIcon span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.mobileIcon span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.mobileIcon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

.mobileIcon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.mobileIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

.mobileMenu {
  background: #29B6f6;
  position: fixed; }
  .mobileMenu a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300; }
    .mobileMenu a:hover {
      background: #258ecd;
      text-decoration: none; }
    .mobileMenu a:active {
      background: #afdefa;
      color: #47a3da; }

.mobileMenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  border-right: 1px solid #4dc5fc; }
  .mobileMenu-vertical h3 {
    text-align: center; }
    .mobileMenu-vertical h3 img {
      width: 30%;
      fill: white;
      margin: 10px 0; }
  .mobileMenu-vertical a {
    border-bottom: 1px solid #25a5df;
    font-weight: lighter;
    padding: 5px 10px;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif; }

.mobileMenu-left {
  left: -240px; }

.mobileMenu-left.mobileMenu-open {
  left: 0px; }

.mobileMenu-right {
  right: -240px; }

.mobileMenu-right.mobileMenu-open {
  right: 0px; }

.mobileMenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.mobileMenu-push-toright {
  left: 240px; }

.mobileMenu-push-toright .fixed-top {
  left: 240px; }

.mobileMenu-push-toleft {
  left: -240px; }

.fixed-top {
  width: 100%; }

/* Transitions */
.mobileMenu,
.mobileMenu-push,
.fixed-top {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body.login {
  background: #f3f3f3; }

.login-container .login-box {
  background: white;
  height: 600px;
  position: relative;
  -webkit-box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .2);
  overflow: hidden; }
  .login-container .login-box h1 {
    font-weight: 200;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .login-container .login-box h1 {
        font-size: 2rem;
        margin-bottom: 0px; } }
  .login-container .login-box p {
    letter-spacing: .5px;
    font-weight: lighter;
    padding: 0 16px;
    padding: 0 1rem; }
  .login-container .login-box.register .left-side {
    left: 100%;
    margin-left: -65%; }
    @media (max-width: 767px) {
      .login-container .login-box.register .left-side {
        top: 100%;
        left: 0%;
        margin-left: 0%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); } }
    .login-container .login-box.register .left-side .login {
      opacity: 0; z-index: 0; }
    .login-container .login-box.register .left-side .registered {
      opacity: 1; z-index: 1; }
  .login-container .login-box.register .right-side {
    right: 100%;
    margin-right: -35%; }
    @media (max-width: 767px) {
      .login-container .login-box.register .right-side {
        top: 0%;
        left: 0%;
        margin-top: 0%;
        bottom: 100%;
        margin-right: inherit;
        right: inherit; } }
    .login-container .login-box.register .right-side .message-one {
      -webkit-transform: translateX(100%) !important;
      transform: translateX(100%) !important; }
      @media (max-width: 767px) {
        .login-container .login-box.register .right-side .message-one {
          -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
          top: 100% !important; } }
    .login-container .login-box.register .right-side .message-two {
      -webkit-transform: translateX(0%) !important;
      transform: translateX(0%) !important; }
      @media (max-width: 767px) {
        .login-container .login-box.register .right-side .message-two {
          -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important; } }
    .login-container .login-box.register .right-side .btn-primary {
      border: 1px solid #29B6f6 !important; }
      .login-container .login-box.register .right-side .btn-primary:before {
        content: 'Login' !important; }
      .login-container .login-box.register .right-side .btn-primary:after {
        left: 120px !important; }
  .login-container .login-box .left-side {
    width: 65%;
    height: 600px;
    position: absolute;
    left: 0px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .login-container .login-box .left-side .form-submit {
      margin: 20px 0; }
      .login-container .login-box .left-side .form-submit .login-button {
        margin: 20px 0; }
    .login-container .login-box .left-side .help {
      display: block;
      margin: 5px 0; }
    @media (max-width: 767px) {
      .login-container .login-box .left-side {
        width: 100%;
        top: 0px;
        height: 350px; } }
    .login-container .login-box .left-side .login {
      opacity: 1;
      -webkit-transition: all .1s ease;
      transition: all .1s ease;
      -webkit-transition-delay: .3s;
      transition-delay: .3s;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto;
      z-index: 1; }
      @media (max-width: 767px) {
        .login-container .login-box .left-side .login {
          padding: 40px;
          top: inherit;
          -webkit-transform: inherit;
          transform: inherit; } }
    .login-container .login-box .left-side .registered {
      opacity: 0;
      -webkit-transition: all .1s ease;
      transition: all .1s ease;
      -webkit-transition-delay: .3s;
      transition-delay: .3s;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .login-container .login-box .left-side .registered p {
        margin: 0 auto;
        width: 70%; }
        @media (max-width: 767px) {
          .login-container .login-box .left-side .registered p {
            width: 100%; } }
  .login-container .login-box .right-side {
    width: 35%;
    height: 600px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url("../images/stabBg.jpg");
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 64px 32px;
    padding: 4rem 2rem;
    color: white;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    z-index: 10; }
    @media (max-width: 767px) {
      .login-container .login-box .right-side {
        width: 100%;
        bottom: 0%;
        height: 250px;
        top: 60%; } }
    .login-container .login-box .right-side h1 {
      color: white; }
    .login-container .login-box .right-side .message {
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      text-align: center; }
      .login-container .login-box .right-side .message.message-one {
        position: absolute;
        left: 0px;
        right: 0px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
        @media (max-width: 767px) {
          .login-container .login-box .right-side .message.message-one {
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
            bottom: inherit;
            top: 50px; } }
      .login-container .login-box .right-side .message.message-two {
        position: absolute;
        left: 0px;
        right: 0px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
        @media (max-width: 767px) {
          .login-container .login-box .right-side .message.message-two {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            top: 50px;
            bottom: inherit; } }
    .login-container .login-box .right-side .cta {
      position: absolute;
      bottom: 100px;
      left: 0px;
      right: 0px;
      text-align: center; }
      @media (max-width: 767px) {
        .login-container .login-box .right-side .cta {
          bottom: 50px; } }
      .login-container .login-box .right-side .cta .btn-primary {
        border-radius: 1000px;
        position: relative;
        -webkit-transition: all 1s ease !important;
        transition: all 1s ease !important; }
        .login-container .login-box .right-side .cta .btn-primary:hover {
          border: 1px solid #fd4f08; }
        .login-container .login-box .right-side .cta .btn-primary:before {
          content: 'Get Started';
          position: relative;
          color: white;
          z-index: 2;
          background: transparent; }
        .login-container .login-box .right-side .cta .btn-primary:after {
          content: '';
          left: -950px;
          height: 100%;
          position: absolute;
          width: 500%;
          background: white;
          z-index: 2; }
    .login-container .login-box .right-side a.btn-empty {
      background: transparent; }

/* forms */
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }

/* Hoshi */
.input--hoshi {
  overflow: hidden; }

.input__label {
  color: #bbb;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal; }

.input__field--hoshi {
  margin-top: 1em;
  padding: 1em 0.5em;
  width: 100%;
  background: #fff;
  color: #595F6E;
  text-align: left; }

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.5em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none; }

.input__label-content--hoshi {
  position: absolute; }

.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #bbb; }

.input__label--hoshi::after {
  margin-top: 0px;
  border-bottom: 2px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.input__label--hoshi-color-1::after {
  border-color: #00aaff; }

.input__label--hoshi-color-2::after {
  border-color: #00ffaa; }

.input__label--hoshi-color-3::after {
  border-color: #ff5500; }

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards; }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

.jumbotron {
  padding: 336px 32px 128px;
  padding: 21rem 2rem 8rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0px;
  overflow: hidden; }
  .jumbotron .hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  @media (max-width: 767px) {
    .jumbotron {
      padding: 13rem 1rem 2rem; } }
  .jumbotron .heroLead {
    position: relative;
    z-index: 3; }
    .jumbotron .heroLead h1 {
      color: white;
      font-size: 64px;
      font-size: 4rem;
      font-family: "proxima-nova", sans-serif;
      font-weight: 100; }
      @media (max-width: 767px) {
        .jumbotron .heroLead h1 {
          font-size: 2.5rem; } }
    .jumbotron .heroLead p {
      color: white;
      font-size: 16px;
      font-size: 1rem;
      margin: 8px 0 24px;
      margin: .5rem 0 1.5rem; }
      @media (max-width: 767px) {
        .jumbotron .heroLead p {
          font-size: .9rem;
          padding: .5rem 0; } }
    .jumbotron .heroLead .lead {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .jumbotron .heroLead .lead {
          width: 100%; } }
  .jumbotron img {
    width: 200px;
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3; }
    @media (max-width: 767px) {
      .jumbotron img {
        bottom: -80px;
        width: 150px; } }
  .jumbotron:after {
    -webkit-box-shadow: inset 0 0 10em #000;
    box-shadow: inset 0 0 10em #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: ""; }

/* Jumbotron Content */
.c22-h3 { padding-top: 8rem; }
.jumbotron-content {
  background: linear-gradient(-179deg, #F9FDFF 0%, #E6F7FF 100%);
  padding: 128px 32px 112px;
  padding: 8rem 2rem 7rem;
  overflow: unset; }
  @media (max-width: 767px) {
    .jumbotron-content {
      padding: 4rem 2rem 3rem;
    }
    .c22-h3 { padding-top: 4rem; }
  }
  .jumbotron-content:after {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .jumbotron-content .hero {
    background-size: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    @media (max-width: 767px) {
      .jumbotron-content .hero {
        background-size: 500px;
        background-repeat: repeat-x; } }
  .jumbotron-content .heroLead .lead {
    width: 50%; }
    @media (max-width: 767px) {
      .jumbotron-content .heroLead .lead {
        width: 100%; } }
  .jumbotron-content .heroLead h1 {
    color: #2F2F2F;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .jumbotron-content .heroLead h1 {
        font-size: 2.5rem; } }
  .jumbotron-content .heroLead p {
    color: #2f2f2f;
    font-size: 14.4px;
    font-size: .9rem;
    line-height: 25.6px;
    line-height: 1.6rem; }
  .jumbotron-content.video {
    padding: 64px 32px 0px;
    padding: 8rem 2rem 0rem; }
    .jumbotron-content.video img, .jumbotron-content.video iframe {
      position: relative;
      top: 7px;
      -webkit-box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .2);
      box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .2); }

.slider {
  background-image: linear-gradient(-179deg, #F9FDFF 0%, #E6F7FF 100%);
  -webkit-box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 48px 32px 64px;
  padding: 3rem 2rem 4rem;
  /* home only */
  width: 100%;
  position: relative;
  z-index: 4;
  margin: -20px auto 0; }
  @media (max-width: 767px) {
    .slider {
      margin-top: 0px;
      width: 100%; } }
  .slider .carousel {
    height: 100%;
    cursor: pointer; }
    .slider .carousel .carousel-inner {
      height: 100%; }
      .slider .carousel .carousel-inner .carousel-item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%; }
        .slider .carousel .carousel-inner .carousel-item h2 {
          font-size: 48px;
          font-size: 3rem;
          color: #2F2F2F;
          letter-spacing: -2px;
          line-height: 58px;
          margin-bottom: 16px;
          margin-bottom: 1rem;
          font-weight: lighter; }
          @media (max-width: 991px) {
            .slider .carousel .carousel-inner .carousel-item h2 {
              font-size: 2rem;
              line-height: 2rem; } }
        .slider .carousel .carousel-inner .carousel-item p {
          font-size: 14.4px;
          font-size: .9rem;
          margin: 0px;
          padding: 0px; }
    .slider .carousel .carousel-cta {
      position: relative;
      bottom: 90px;
      text-align: center; }
      @media (max-width: 575px) {
        .slider .carousel .carousel-cta {
          bottom: 70px; } }
    .slider .carousel .carousel-control-prev {
      left: -75px;
      top: 25px;
      width: 3%; }
      @media (max-width: 1199px) {
        .slider .carousel .carousel-control-prev {
          left: 25px; } }
      @media (max-width: 767px) {
        .slider .carousel .carousel-control-prev {
          display: none; } }
    .slider .carousel .carousel-control-next {
      right: -75px;
      top: 25px;
      width: 3%; }
      @media (max-width: 1199px) {
        .slider .carousel .carousel-control-next {
          right: 25px; } }
      @media (max-width: 767px) {
        .slider .carousel .carousel-control-next {
          display: none; } }
    .slider .carousel .carousel-indicators {
      bottom: -110px; }
      .slider .carousel .carousel-indicators li {
        background-color: rgba(41, 127, 202, .2);
        max-width: 6px;
        height: 6px;
        border-radius: 100px;
        margin: 2px 5px; }
        .slider .carousel .carousel-indicators li.active {
          background-color: #3FB7DE;
          max-width: 10px;
          height: 10px;
          margin: 0px 5px; }

.testimonials {
  padding: 50px 0 10px;
  background: url("../images/icon-blue.svg") no-repeat left 80px;
  background-size: 350px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .testimonials {
      padding: 0px 0 20px;
      background: url("../images/icon-blue.svg") no-repeat left 0px;
      background-size: 350px;
      text-align: center !important; } }
  @media (max-width: 767px) {
    .testimonials .text-right {
      text-align: center !important; } }
  @media (max-width: 767px) {
    .testimonials h3 {
      margin-bottom: 30px; } }
  .testimonials #testimonial {
    margin: 75px 0;
    cursor: pointer; }
    @media (max-width: 767px) {
      .testimonials #testimonial {
        margin: 50px 0; } }
    .testimonials #testimonial .owl-nav {
      position: absolute;
      right: 0;
      bottom: -20px;
      left: 0;
      z-index: 15;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0;
      margin-right: 5%;
      margin-left: 5%;
      list-style: none; }
      .testimonials #testimonial .owl-nav .owl-prev {
        text-indent: -9999px;
        background: url("../images/arrowLeft.svg") no-repeat center;
        height: 35px;
        width: 20px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        position: absolute;
        left: 0px; }
      .testimonials #testimonial .owl-nav .owl-next {
        text-indent: -9999px;
        background: url("../images/arrowRight.svg") no-repeat center;
        height: 35px;
        width: 20px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        position: absolute;
        right: 0px; }
    .testimonials #testimonial .owl-dots {
      bottom: -30px;
      position: absolute;
      right: 0;
      left: 0;
      z-index: 15;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none; }
      .testimonials #testimonial .owl-dots .owl-dot {
        background-color: rgba(41, 127, 202, .2);
        max-width: 6px;
        height: 6px;
        border-radius: 100px;
        margin: 2px 5px;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-indent: -999px;
        cursor: pointer; }
        .testimonials #testimonial .owl-dots .owl-dot.active {
          background-color: #3FB7DE;
          max-width: 10px;
          height: 10px;
          margin: 0px 5px; }
  .testimonials .person {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 25px;
    overflow: hidden;
    font-weight: 300;
    background: white;
    -webkit-box-shadow: 3px 2px 14px 0 rgba(0, 0, 0, .05);
    box-shadow: 3px 2px 14px 0 rgba(0, 0, 0, .05);
    text-align: left; }
    @media (max-width: 767px) {
      .testimonials .person {
        text-align: center !important; } }
    .testimonials .person:hover {
      -webkit-box-shadow: 3px 2px 14px 0 rgba(0, 0, 0, .2);
      box-shadow: 3px 2px 14px 0 rgba(0, 0, 0, .2); }
    .testimonials .person .quote {
      font-size: 14.4px;
      font-size: .9rem;
      color: #656565;
      margin: 0px;
      padding: 15px 0; }
    .testimonials .person .thumb {
      border-radius: 100px;
      width: auto;
      max-width: 80px; }
      @media (max-width: 767px) {
        .testimonials .person .thumb {
          margin: 0 auto; } }
    .testimonials .person .name {
      padding: 10px 0 10px 10px; }
      .testimonials .person .name p {
        font-weight: 500;
        margin: 0px;
        font-size: 17.6px;
        font-size: 1.1rem;
        padding: 0px; }
      .testimonials .person .name span {
        font-size: 13.6px;
        font-size: .85rem;
        color: #3FB7DE; }
        @media (max-width: 767px) {
          .testimonials .person .name span {
            line-height: 1rem;
            display: block; } }

.content-block {
  overflow: hidden; }
  .content-block .info-box {
    text-align: center;
    padding: 32px;
    padding: 2rem; }
    @media (max-width: 767px) {
      .content-block .info-box {
        padding: 1rem; } }
    .content-block .info-box svg {
      color: #29B6f6;
      font-size: 24px;
      font-size: 1.5rem; }
    .content-block .info-box h4 {
      font-size: 16px;
      font-size: 1rem;
      color: #29B6f6;
      line-height: 16px;
      line-height: 1rem; }
    .content-block .info-box p {
      font-size: 14.24px;
      font-size: .89rem;
      color: #8f8f8f; }

.white-box {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 128px 96px;
  padding: 8rem 6rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 72px 0 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .white-box img {
    display: none; }
    @media (max-width: 991px) {
      .white-box img {
        display: block;
        width: 100%;
        margin: 25px 0; } }
  @media (max-width: 1199px) {
    .white-box {
      padding: 5rem 4rem; } }
  @media (max-width: 991px) {
    .white-box {
      padding: 3rem; } }
  @media (max-width: 575px) {
    .white-box {
      margin: 24px 0; } }
  .white-box p {
    font-size: 14.4px;
    font-size: .9rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    margin-bottom: 48px; }
    @media (max-width: 991px) {
      .white-box p {
        margin-bottom: 24px; } }

.control-image {
  position: relative; }
  .control-image img {
    width: 800px;
    position: absolute;
    left: -200px;
    top: 120px; }
    @media (max-width: 1199px) {
      .control-image img {
        width: 640px;
        left: -170px;
        top: 110px; }  
     }
    @media (max-width: 991px) {
      .control-image img {
        display: none; } }
        
.control-image div.c22wistiaVid {
	position: absolute;
	left: 0;
	width: 554px;
	top: 180px;
}
@media (max-width: 1199px) {
	.control-image div.c22wistiaVid {
		width: 464px;
		top: 160px;
	}  
}
.white-box .c22wistiaVid2 { dislpay: none; }
@media (max-width: 991px) {
	.white-box .c22wistiaVid2 {
		display: block;
		width: 100%;
		margin: 25px 0;
	}
}
ul.c22List li { text-align: left; }

.backgroundBg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/phasesBg.png");
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .backgroundBg.active {
    opacity: 1; }

.content-block-bg {
  padding: 160px 0;
  padding: 10rem 0;
  position: relative; }
  @media (max-width: 767px) {
    .content-block-bg {
      padding: 5rem 1rem; } }
  .content-block-bg .intro-text {
    color: white;
    font-family: "proxima-nova", sans-serif;
    padding-bottom: 50px; }
    .content-block-bg .intro-text p {
      font-size: 14.4px;
      font-size: .9rem;
      line-height: 24px;
      line-height: 1.5rem;
      position: relative;
      letter-spacing: 1px;
      font-weight: 100;
      margin: 16px 0;
      margin: 1rem 0; }
      .content-block-bg .intro-text p:after {
        content: '';
        position: absolute;
        width: 125px;
        height: 3px;
        background: #fd4f08;
        bottom: -30px;
        left: 0px; }
  .content-block-bg .white-panel {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, .4);
    border-radius: 5px;
    padding: 20px;
    font-weight: normal;
    color: white;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 0px; }
    .content-block-bg .white-panel .onHover {
      opacity: 0; }
    .content-block-bg .white-panel .label {
      font-size: 17.6px;
      font-size: 1.1rem;
      position: absolute;
      bottom: 0px; }
    .content-block-bg .white-panel:hover {
      background: rgba(255, 255, 255, .75);
      -webkit-box-shadow: 6px 12px 22px 0 rgba(0, 0, 0, .5);
      box-shadow: 6px 12px 22px 0 rgba(0, 0, 0, .5);
      margin-top: -5px; }
      .content-block-bg .white-panel:hover .onHover {
        opacity: 1; }
        .content-block-bg .white-panel:hover .onHover .label {
          opacity: 1;
          position: relative;
          bottom: inherit;
          font-size: 19.2px;
          font-size: 1.2rem;
          color: #242424; }
        .content-block-bg .white-panel:hover .onHover .excerpt {
          color: #242424;
          font-size: 12.8px;
          font-size: .8rem; }
      .content-block-bg .white-panel:hover .label {
        opacity: 0; }
      .content-block-bg .white-panel:hover .num {
        color: #fd4f08; }

/* grid */
.grid .grid-item {
  margin-bottom: 50px;
  overflow: hidden; }

.grid.big-images .grid-item {
  margin-bottom: 100px; }

.grid h5 {
  font-size: 16px;
  font-size: 1rem; }

.grid h6 {
  font-size: 12.8px;
  font-size: .8rem;
  color: #29B6f6;
  font-style: italic; }

.grid p {
  font-size: 12.8px;
  font-size: .8rem; }

.grid .grid-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 991px) {
    .grid .grid-box {
      text-align: center;
      padding: 0 .5rem; } }

@media (max-width: 991px) {
  .grid .grid-image {
    text-align: center; } }

.grid .grid-image img {
  width: 100%; }

.grid.big-images .grid-call-out {
  margin-bottom: 100px; }

@media (max-width: 767px) {
  .grid.big-images h5 {
    margin: 15px 0; } }

.grid .grid-call-out {
  text-align: center;
  padding: 48px 0;
  padding: 3rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px; }
  .grid .grid-call-out h6 {
    display: inline-block; }
  .grid .grid-call-out a {
    display: inline-block;
    padding-left: 10px; }

.star {
  background-image: url("../images/star.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 38% 70px; }

.green-star {
  background-image: url("../images/green-star.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20% 30px; }

.circle {
  background-image: url("../images/circle.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 68% 70px; }

.dashes {
  background-image: url("../images/dashes.svg");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 78% 90px; }

.plus-dot {
  background-image: url("../images/plus-dot.svg");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: 88% 70px; }

/* List */
.list-block .list-group {
  padding-left: 100px; }
  .list-block .list-group h3 {
    font-size: 32px;
    font-size: 2.0rem; }
  .list-block .list-group p {
    color: #575757; }
  .list-block .list-group a.arrow {
    width: 80px; }
  .list-block .list-group .icon {
    color: #fd4f08;
    font-size: 32px;
    font-size: 2rem;
    position: absolute;
    left: 50px; }

/* accordion */
.accordion {
  width: 100%; }
  .accordion .card-header {
    padding: 12px 20px 0;
    padding: .75rem 1.25rem 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .accordion .card-header .fa-plus-square, .accordion .card-header .fa-minus-square {
      position: absolute;
      left: 25px;
      top: 3px;
      color: #29B6f6;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .accordion .card-header.collapsed .fa-plus-square {
      opacity: 1; }
    .accordion .card-header.collapsed .fa-minus-square {
      opacity: 0; }
    .accordion .card-header .fa-plus-square {
      opacity: 0; }
    .accordion .card-header .fa-minus-square {
      opacity: 1; }
    .accordion .card-header .card-title {
      padding-left: 50px;
      display: block;
      position: relative;
      font-weight: 600; }
  .accordion .card-block {
    padding: 0 0 0 70px; }

@media (max-width: 991px) {
  .card-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical; } }

@media (max-width: 991px) {
  .card-group .order-second {
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2; } }

@media (max-width: 991px) {
  .card-group .order-third {
    -webkit-box-ordinal-group: 3;
    box-ordinal-group: 3; } }

.card-group .card:not(:first-child):not(:last-child) {
  border-radius: 5px; }

.card-group .card + .card {
  margin-left: inherit; }

.card-group .card:first-child {
  margin-right: -5px; }

.card-group .card:last-child {
  margin-left: -5px; }

.card {
  padding-top: 16px;
  padding-top: 0;
  border-radius: 5px; }
  @media (max-width: 991px) {
    .card {
      margin: 0px !important;
      border: none; } }
  .card h5 {
    font-family: "proxima-nova", sans-serif; }
    .card h5.small {
      font-size: 15.2px;
      font-size: .95rem;
      font-weight: 600; }
  .card p {
    color: #848484;
    padding: 0 48px;
    padding: 0 3rem;
    font-size: 13.6px;
    font-size: .85rem;
    font-weight: 300; }
  .card span {
    display: block;
    padding-bottom: 0px;
    padding-bottom: 0rem; }
    .card span.price {
      font-size: 36px;
      color: #FF5800;
      letter-spacing: -2px;
      line-height: 58px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 100;
      margin-bottom: 0px;
      padding-bottom: 0px; }
      .card span.price small {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        letter-spacing: 0px; }
        .card span.price small.now {
          font-weight: bold;
          font-size: 24px; }
      .card span.price.blue {
        font-size: 36px;
        color: #3FB7DE; }

.note {
  font-size: 16px;
  display: block;
  width: 100%;
  color: #333;
  text-align: center; }

.card-body {
  text-align: center; }
  .card-body a {
    margin: 25px; }

.highlight {
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 45px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 5px 45px 0 rgba(0, 0, 0, .3);
  position: relative;
  z-index: 10;
  border: 1px solid #ccc;
  border-left: 1px solid #ccc !important; }
  @media (max-width: 991px) {
    .highlight {
      -webkit-box-shadow: 3px 2px 14px 0 rgba(0, 0, 0, .05);
      box-shadow: 3px 2px 14px 0 rgba(0, 0, 0, .05); } }
  .highlight .price {
    padding-bottom: 32px;
    padding-bottom: 2rem; }

.purchase-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 20px 0 25px; }
  .purchase-group .btn-primary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .purchase-group .btn:after {
    z-index: 0; }
  .purchase-group .btn:before {
    z-index: 1;
    background: transparent;
    content: 'Purchase'; }

/*
Pricing tables
*/
.pricing-list {
  padding-top: 25px;
  padding-bottom: 5px; }

.pricing-list li {
  font-size: 13.6px;
  font-size: .85rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: #848484;
  line-height: 40px;
  position: relative; }
  .pricing-list li:after {
    content: '';
    width: 150px;
    border-bottom: 1px solid #ECECEC;
    position: absolute;
    bottom: -10px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto; }

footer {
  /*background-image: linear-gradient(-134deg, #0E5F9F 0%, #30A8D2 100%);*/
  background-color: rgba(15,39,79,0.8);
  background-blend-mode: soft-light;
  padding: 48px 0 0;
  padding: 3rem 0 0;
  color: white;
  letter-spacing: .5px;
  position: relative;
  border-top: 1px solid #4dc5fc; }
  footer .row {
    position: relative;
    z-index: 2; }
  footer:after {
    background-image: url("../images/footer-icon.svg");
    background-size: 600px;
    background-position: -50px 20px;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    bottom: 0px; }
    @media (max-width: 767px) {
      footer:after {
        background-size: 450px;
        background-position: center 50px; } }
  footer a {
    color: white !important; }
  footer .footer-logo {
    opacity: .3; }
  footer .footer-bottom {
    width: 100%;
    background: #2F2F2F;
    vertical-align: middle;
    font-size: 12.8px;
    font-size: .8rem;
    color: #999;
    padding: 8px; }
    footer .footer-bottom a {
      color: #999;
      margin: 0px;
      padding: 0px; }
    footer .footer-bottom p {
      margin: 0px;
      padding: 0px; }
    @media (max-width: 767px) {
      footer .footer-bottom {
        font-size: .7rem;
        text-align: center; } }
        
        
@media (min-width: 992px) {
	.card-group .card:last-child {
		max-width:400px;
	}
}
section.pricing div.card-group div.order-first div.card-body img {
	max-width: 100%;
}
.featherlight .featherlight-content { padding: 45px !important; }
.featherlight .featherlight-close-icon {
	font-size: 25px !important;
	width: 45px !important;
	line-height: 45px !important;
}