main.panorama-main {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto-Light", sans-serif; }
  main.panorama-main p {
    font-family: "Roboto-Light", sans-serif; }
  main.panorama-main .btn {
    border-radius: 5px;
    font-size: 17px; }
    main.panorama-main .btn i {
      margin-right: 10px; }
  main.panorama-main h1 {
    font-size: 40px;
    font-family: "Roboto-Bold", sans-serif;
    color: #12469F; }
  main.panorama-main h2 {
    font-size: 50px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #12469F; }
    main.panorama-main h2 small {
      font-weight: 900;
      font-family: "Roboto", sans-serif;
      color: #12469F; }
  main.panorama-main h3 {
    font-size: 22px;
    font-family: "Roboto-Bold", sans-serif;
    color: #12469F; }
  main.panorama-main ol {
    padding-left: 20px; }
  main.panorama-main ol,
  main.panorama-main ol li {
    list-style: decimal; }
  main.panorama-main ul {
    line-height: 1.4;
    padding: 0;
    margin: 0; }
    main.panorama-main ul li {
      display: block;
      padding-left: 12px;
      margin-bottom: 10px;
      position: relative; }
      main.panorama-main ul li:before {
        content: "";
        position: absolute;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background: #E51735;
        left: 0;
        top: 8px; }
  main.panorama-main section.page-banner .banner-text,
  main.panorama-main section.page-banner h1, main.panorama-main section.page-banner h2, main.panorama-main section.page-banner h3, main.panorama-main section.page-banner h4 {
    color: #fff; }
  main.panorama-main section.page-banner h3 {
    font-family: "Roboto-Light", sans-serif; }
  main.panorama-main section.page-banner .btn {
    text-transform: none;
    margin: 15px 0;
    border-radius: 50px;
    line-height: 1.4;
    max-width: 270px;
    font-size: 16px;
    display: inline-block;
    padding: 12px 25px; }

body.postid-426 .mfp-bg {
  background-image: none; }

aside.order-box {
  display: inline-block;
  position: absolute;
  top: 0px;
  z-index: 99;
  right: 0%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0px 15px 40px 15px;
  border-radius: 5px; }
  aside.order-box .title {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #E51735;
    font-size: 16px; }
  aside.order-box .download {
    font-size: 16px;
    font-weight: 300;
    text-align: right; }
    aside.order-box .download .icon {
      border: 2px solid #12469F;
      display: inline-block;
      margin-right: 10px;
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
      background: #E51735;
      border-radius: 50%;
      text-align: center;
      color: #fff; }
    aside.order-box .download .text {
      color: #333;
      font-weight: 300;
      text-decoration: underline; }
  aside.order-box .button-holder {
    display: inline-block;
    position: absolute;
    bottom: -20px;
    right: 15px; }
    aside.order-box .button-holder .btn-red-dark:hover {
      background: #fff; }

section.panorama-testimonials {
  width: 100%;
  margin: 40px 0 0;
  position: relative;
  overflow: hidden; }
  section.panorama-testimonials .holder {
    border-radius: 10px;
    background: #f7f9fa;
    margin: 0 auto;
    padding: 40px 0; }
  section.panorama-testimonials .panorama-testimonial-holder {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 40px; }
    section.panorama-testimonials .panorama-testimonial-holder:nth-child(odd) {
      margin-right: 30px; }
    section.panorama-testimonials .panorama-testimonial-holder:nth-child(even) {
      margin-right: 0; }
    section.panorama-testimonials .panorama-testimonial-holder .panorama-testimonial {
      margin: 0;
      background: #fff; }
  section.panorama-testimonials .slider {
    height: 450px;
    overflow: hidden; }
    section.panorama-testimonials .slider.initialized {
      height: inherit;
      overflow: visible; }
      section.panorama-testimonials .slider.initialized .members {
        opacity: 1; }
    section.panorama-testimonials .slider .members {
      opacity: 0;
      transition: all ease 0.5s; }
  section.panorama-testimonials .button-holder .btn {
    min-width: 150px;
    margin-top: 40px; }
  section.panorama-testimonials .slick-arrow {
    height: 40px;
    line-height: 40px;
    z-index: 9;
    color: #000;
    font-size: 30px; }
    section.panorama-testimonials .slick-arrow:hover {
      color: #12469F; }
    section.panorama-testimonials .slick-arrow.slick-disabled {
      cursor: not-allowed;
      opacity: 0.2; }
      section.panorama-testimonials .slick-arrow.slick-disabled:hover {
        color: #000; }
  section.panorama-testimonials .panorama-testimonial {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transition: all ease 0.5s;
    vertical-align: top;
    display: block;
    margin: 20px auto;
    max-width: 540px;
    width: 100%;
    padding: 60px 40px 20px 50px; }
    section.panorama-testimonials .panorama-testimonial.panorama-testimonial-full {
      padding: 30px 40px 20px 50px; }
    section.panorama-testimonials .panorama-testimonial .test svg {
      position: relative;
      top: 3px;
      margin-right: 2px; }
    section.panorama-testimonials .panorama-testimonial .test a {
      color: #E51735;
      font-family: "Roboto-Regular", sans-serif;
      text-decoration: underline; }
    section.panorama-testimonials .panorama-testimonial .icon {
      top: 5px;
      right: 15px;
      position: absolute;
      pointer-events: none; }
    section.panorama-testimonials .panorama-testimonial .content {
      position: relative;
      z-index: 2; }
    section.panorama-testimonials .panorama-testimonial .author {
      font-family: "Roboto", sans-serif;
      position: relative;
      color: #12469F;
      font-weight: 500;
      padding-left: 68px;
      padding-top: 20px;
      margin-top: 20px;
      font-size: 16px;
      border-top: 1px solid #ccc; }
      section.panorama-testimonials .panorama-testimonial .author .arrow {
        position: absolute;
        left: 20px;
        top: -1px;
        background-color: #ffffff;
        height: 43px;
        width: 30px; }
        section.panorama-testimonials .panorama-testimonial .author .arrow:after {
          content: "";
          width: 1px;
          height: 30px;
          background: #ccc;
          position: absolute;
          top: 0;
          left: 29px;
          transform: skewX(45deg);
          transform-origin: 100% 100% 0; }
        section.panorama-testimonials .panorama-testimonial .author .arrow:before {
          content: "";
          width: 1px;
          height: 30px;
          background: #ccc;
          position: absolute;
          top: 0;
          left: 29px; }
      section.panorama-testimonials .panorama-testimonial .author a {
        text-decoration: underline;
        margin-left: 20px; }
    section.panorama-testimonials .panorama-testimonial .morelink {
      font-family: "Roboto", sans-serif;
      line-height: 1;
      display: block;
      font-weight: 300;
      color: #12469F;
      border-radius: 5px;
      text-align: left;
      font-size: 16px;
      margin: 10px auto 25px;
      position: relative;
      z-index: 1; }
      section.panorama-testimonials .panorama-testimonial .morelink.less:before {
        opacity: 0;
        visibility: hidden; }
      section.panorama-testimonials .panorama-testimonial .morelink:before {
        opacity: 1;
        visibility: visible;
        z-index: -1;
        content: "";
        height: 60px;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        position: absolute;
        bottom: 25px;
        left: 0; }
      section.panorama-testimonials .panorama-testimonial .morelink:hover {
        color: #E51735; }
  section.panorama-testimonials .morecontent > span {
    display: none; }

section.panorama-banner {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  section.panorama-banner .dropdown {
    top: 0;
    left: 0;
    z-index: 2;
    margin: 5px;
    position: absolute;
    max-width: 120px;
    font-weight: 500;
    font-family: "Roboto-Regular", sans-serif; }
    section.panorama-banner .dropdown .dropdown-toggle {
      background: #12469F;
      color: #fff;
      width: 100%;
      font-weight: 500;
      line-height: 22px;
      font-size: 14px; }
      section.panorama-banner .dropdown .dropdown-toggle:focus {
        outline: none; }
    section.panorama-banner .dropdown .dropdown-menu {
      margin: 0;
      padding: 0;
      border-radius: 0 0 5px 5px;
      min-width: 210px; }
      section.panorama-banner .dropdown .dropdown-menu a {
        font-family: "Roboto-Regular", sans-serif;
        font-size: 15px;
        display: block;
        padding: 5px 8px;
        font-weight: 400; }
        section.panorama-banner .dropdown .dropdown-menu a.active {
          color: #E51735; }
  section.panorama-banner .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }
  section.panorama-banner .table-holder {
    display: table;
    width: 100%; }
    section.panorama-banner .table-holder .table-cell {
      height: 400px;
      display: table-cell;
      vertical-align: middle; }

section.panorama-intro {
  position: relative;
  margin: 30px auto;
  padding: 50px 0;
  border-radius: 10px;
  overflow: hidden; }
  section.panorama-intro .image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
  section.panorama-intro .logo-holder {
    margin: 35px 0;
    max-width: 300px; }
  section.panorama-intro .content-holder ul {
    margin-left: 30px; }

section.panorama-counsellors {
  position: relative; }
  section.panorama-counsellors h3 {
    color: #000;
    font-weight: 300;
    line-height: 1.4;
    font-family: "Roboto-Regular", sans-serif; }
  section.panorama-counsellors .circle {
    border: 15px solid #E5EEF5;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    padding: 15px 30px;
    background: #fff;
    font-size: 15px;
    font-family: "Roboto-Regular", sans-serif;
    line-height: 1.5;
    overflow: hidden; }
    section.panorama-counsellors .circle p {
      font-family: "Roboto-Regular", sans-serif; }
    section.panorama-counsellors .circle strong {
      display: block;
      font-size: 50px;
      font-family: "Roboto-Bold", sans-serif; }
    section.panorama-counsellors .circle .card-icon {
      margin-bottom: -10px; }
  section.panorama-counsellors .title {
    margin-bottom: 30px; }
  section.panorama-counsellors .columns {
    margin-bottom: 30px; }
    section.panorama-counsellors .columns .column {
      max-width: 450px;
      margin: 0 auto; }
    section.panorama-counsellors .columns .column-border:after {
      content: "";
      position: absolute;
      height: 90%;
      width: 3px;
      background: #ddd;
      top: 5%;
      right: -5px; }
  section.panorama-counsellors .panorama-form {
    padding-top: 10px;
    padding-bottom: 5px; }
    section.panorama-counsellors .panorama-form .subscribe-title {
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 600;
      font-size: 18px;
      color: #12469F;
      margin-bottom: 0; }
    section.panorama-counsellors .panorama-form .form {
      max-width: 350px;
      margin: 10px auto; }
    section.panorama-counsellors .panorama-form .form-field {
      position: relative; }
      section.panorama-counsellors .panorama-form .form-field .form-control {
        font-family: "Roboto-Regular", sans-serif;
        margin-bottom: 0;
        font-size: 16px;
        box-shadow: none;
        height: 50px;
        padding-left: 0;
        padding-top: 10px; }
      section.panorama-counsellors .panorama-form .form-field .btn-subscribe {
        font-family: "Roboto-Medium", sans-serif;
        font-size: 14px;
        display: inline-block;
        line-height: 46px;
        border-width: 2px;
        border-style: solid;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        padding: 0 15px;
        border-radius: 25px;
        transition: all ease 0.6s;
        text-decoration: none !important;
        position: relative;
        width: 100%;
        border-color: #E51735;
        color: #fff;
        background: #E51735; }
      section.panorama-counsellors .panorama-form .form-field .alert {
        padding: 8px 15px;
        margin-top: 15px; }
  section.panorama-counsellors .content-holder p {
    margin-bottom: 0; }
    section.panorama-counsellors .content-holder p strong {
      color: #12469F;
      font-family: "Roboto", sans-serif;
      font-weight: 900; }

section.panorama-book {
  margin: 80px 0; }
  section.panorama-book .holder {
    padding: 40px 20px; }
    section.panorama-book .holder .title {
      line-height: 1.2;
      font-weight: 900;
      color: #fff;
      text-align: center;
      margin-bottom: 15px; }
    section.panorama-book .holder .description {
      line-height: 1.2;
      color: #fff;
      text-align: center; }
      section.panorama-book .holder .description.sec {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 20px;
        margin-bottom: 0;
        padding-bottom: 0; }
    section.panorama-book .holder .boxes {
      max-width: 100%;
      margin: 0 auto;
      width: 830px; }
      section.panorama-book .holder .boxes .box {
        text-align: center;
        display: inline-block;
        width: 220px;
        margin: 20px;
        color: #fff;
        vertical-align: top; }
        section.panorama-book .holder .boxes .box h5 {
          color: #fff;
          font-family: "Roboto-Bold", sans-serif;
          font-size: 18px;
          margin-bottom: 0; }
        section.panorama-book .holder .boxes .box:hover .icon {
          -webkit-animation-duration: .75s;
          animation-duration: .75s;
          -webkit-animation-duration: calc(1s*0.75);
          animation-duration: calc(1s*0.75);
          -webkit-animation-name: bounceIn;
          animation-name: bounceIn; }
          section.panorama-book .holder .boxes .box:hover .icon:after {
            transform: scale(1);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
        section.panorama-book .holder .boxes .box .icon {
          border-radius: 50%;
          display: inline-block;
          height: 60px;
          width: 60px;
          margin: 0 auto;
          text-align: center;
          position: relative; }
          section.panorama-book .holder .boxes .box .icon svg {
            display: inline-block;
            margin-top: 5px;
            width: 50px;
            height: 50px; }
        section.panorama-book .holder .boxes .box .text {
          line-height: 1.4;
          color: #fff; }
  section.panorama-book .btn-light {
    border: 2px solid #fff;
    color: #fff;
    text-transform: none;
    font-size: 20px;
    padding: 8px 30px;
    border-radius: 50px;
    opacity: 1; }
    section.panorama-book .btn-light:hover {
      background: #E51735;
      border-color: #E51735; }
  section.panorama-book .holder {
    position: relative;
    background-color: #12469F; }
    section.panorama-book .holder:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      display: block;
      top: 0;
      left: 0;
      opacity: 0.5;
      pointer-events: none;
      background-image: url("/wp-content/themes/lifelabs/assets/images/form-map.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      text-align: center; }
  section.panorama-book .book-button {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 15px; }
    section.panorama-book .book-button:hover .icon {
      -webkit-animation-duration: .75s;
      animation-duration: .75s;
      -webkit-animation-duration: calc(1s*0.75);
      animation-duration: calc(1s*0.75);
      -webkit-animation-name: bounceIn;
      animation-name: bounceIn; }
    section.panorama-book .book-button .icon {
      width: 40px;
      margin: 0 auto; }
    section.panorama-book .book-button .title {
      margin: 0 0 5px;
      line-height: 1.2;
      color: #fff; }
    section.panorama-book .book-button .description {
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      margin: 0 auto;
      color: #fff; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
section.panorama-panels.panorama-panels-bg {
  margin-top: 50px;
  background: #E5EEF5;
  padding: 50px 0 30px; }
section.panorama-panels .title {
  text-align: center;
  margin-bottom: 40px; }
section.panorama-panels .panel {
  margin-bottom: 10px;
  box-shadow: none;
  border: none; }
  section.panorama-panels .panel .panel-heading {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0; }
  section.panorama-panels .panel .panel-title {
    padding: 0; }
    section.panorama-panels .panel .panel-title a {
      border: 1px solid #ddd;
      position: relative;
      padding: 40px 50px;
      display: block;
      background: #fff; }
      section.panorama-panels .panel .panel-title a:focus {
        text-decoration: none; }
      section.panorama-panels .panel .panel-title a[aria-expanded="true"] {
        background: #12469F;
        color: #fff; }
        section.panorama-panels .panel .panel-title a[aria-expanded="true"]:after {
          color: #fff;
          content: "\f106"; }
      section.panorama-panels .panel .panel-title a[aria-expanded="false"] {
        background: #fff;
        color: #12469F; }
        section.panorama-panels .panel .panel-title a[aria-expanded="false"]:after {
          content: "\f107";
          color: #E51735; }
      section.panorama-panels .panel .panel-title a:after {
        content: "\f107";
        font-family: "fontAwesome", sans-serif;
        font-size: 45px;
        position: absolute;
        right: 50px;
        line-height: 60%;
        color: #E51735; }
  section.panorama-panels .panel .panel-body {
    border: none;
    padding: 20px 50px; }
    section.panorama-panels .panel .panel-body table tr td {
      font-size: 16px; }
    section.panorama-panels .panel .panel-body.members-body {
      background: #FFF4F2; }
    section.panorama-panels .panel .panel-body small {
      line-height: 1.2;
      font-size: 12px;
      display: inline-block;
      font-weight: 400;
      font-family: "Roboto", sans-serif; }
    section.panorama-panels .panel .panel-body .content-holder figure {
      max-width: 100%;
      height: auto; }
      section.panorama-panels .panel .panel-body .content-holder figure img {
        max-width: 100%;
        height: auto; }
      section.panorama-panels .panel .panel-body .content-holder figure figcaption {
        font-weight: 400;
        font-size: 13px;
        font-style: italic; }
    section.panorama-panels .panel .panel-body .content-holder ul li a {
      color: #E51735;
      text-decoration: underline; }
section.panorama-panels .slider {
  height: 438px;
  overflow: hidden; }
  section.panorama-panels .slider.initialized {
    height: inherit;
    overflow: visible; }
    section.panorama-panels .slider.initialized .members {
      opacity: 1; }
  section.panorama-panels .slider .members {
    opacity: 0;
    transition: all ease 0.5s; }
section.panorama-panels .slick-arrow {
  height: 40px;
  line-height: 40px;
  z-index: 9;
  color: #000;
  font-size: 30px; }
  section.panorama-panels .slick-arrow.slick-disabled {
    opacity: 0; }
section.panorama-panels .members {
  position: relative;
  padding-top: 20px;
  text-align: center; }
  section.panorama-panels .members .member {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    margin: 0 auto 15px; }
    section.panorama-panels .members .member .image-holder {
      margin: 0 auto;
      max-width: 200px;
      border-radius: 50%;
      overflow: hidden; }
    section.panorama-panels .members .member .title {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 900;
      margin-bottom: 10px; }
    section.panorama-panels .members .member .description {
      font-size: 14px;
      font-style: italic;
      margin: 0;
      font-family: "Roboto-Regular", sans-serif;
      line-height: 1.5; }
section.panorama-panels .boxes .box {
  margin-bottom: 15px; }
  section.panorama-panels .boxes .box .block {
    height: 220px;
    padding: 10px 15px; }
    section.panorama-panels .boxes .box .block h3 {
      color: #fff; }
    section.panorama-panels .boxes .box .block .icon-holder {
      height: 80px;
      width: 80px;
      margin: 20px auto 0;
      border-radius: 50%;
      border: 2px solid #fff;
      text-align: center;
      padding: 10px; }
  section.panorama-panels .boxes .box .content-holder {
    height: 220px;
    padding: 30px;
    background: #ECF7FD; }
    section.panorama-panels .boxes .box .content-holder .content p {
      color: #000;
      font-size: 14px;
      margin-bottom: 5px; }
    section.panorama-panels .boxes .box .content-holder .content ul li {
      display: block;
      font-size: 15px;
      font-weight: 900; }
      section.panorama-panels .boxes .box .content-holder .content ul li:before {
        background-color: #000; }
section.panorama-panels .table {
  border-bottom: 1px dotted rgba(172, 191, 222, 0.5);
  width: 100% !important; }
  section.panorama-panels .table a {
    color: #E51735;
    text-decoration: none;
    border-bottom: 1px dashed #E51735; }
section.panorama-panels .wp-video {
  margin: 20px auto;
  width: 100% !important; }

section.panorama-order {
  padding: 60px 0; }
  section.panorama-order .order {
    font-size: 18px;
    margin: 20px auto;
    font-weight: 900; }
  section.panorama-order .content {
    max-width: 1000px;
    font-size: 18px;
    margin: 20px auto 0; }
    section.panorama-order .content a {
      text-decoration: underline; }
  section.panorama-order .or {
    font-size: 18px;
    margin: 10px auto 20px; }

section.chromosome {
  position: relative; }
  section.chromosome h2 {
    font-size: 30px;
    color: #004e9a; }
  section.chromosome h4 {
    color: #da1a32;
    font-size: 22px;
    font-weight: 600; }
  section.chromosome .section-info {
    font-family: "Roboto-Light", sans-serif;
    font-size: 16px;
    color: #34495E;
    line-height: 1.8; }
  section.chromosome .section-boxes {
    position: relative;
    margin-top: 80px; }
    section.chromosome .section-boxes .box {
      position: relative;
      z-index: 20;
      padding-left: 60px;
      margin-bottom: 70px;
      cursor: pointer; }
      section.chromosome .section-boxes .box .icon {
        opacity: 0.3;
        position: absolute;
        width: 40px;
        top: 0;
        left: 0; }
      section.chromosome .section-boxes .box.active .icon {
        opacity: 1; }
      section.chromosome .section-boxes .box.active h3 {
        color: #004E9A; }
      section.chromosome .section-boxes .box.active .info {
        color: #000;
        display: block; }
      section.chromosome .section-boxes .box h3 {
        color: #999;
        font-weight: 400;
        font-size: 26px;
        margin-bottom: 0;
        font-family: "Roboto-Regular", sans-serif; }
      section.chromosome .section-boxes .box .info {
        display: none;
        color: #999;
        font-size: 16px;
        margin-top: 5px;
        line-height: 1.4;
        font-family: "Roboto", sans-serif; }
    section.chromosome .section-boxes .holder {
      position: relative;
      text-align: left;
      width: 700px;
      margin-left: -100px;
      margin-top: -120px;
      margin-bottom: -50px; }
      section.chromosome .section-boxes .holder .main-image {
        display: inline-block; }
        section.chromosome .section-boxes .holder .main-image.mirror {
          top: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          position: absolute;
          opacity: 0; }
      section.chromosome .section-boxes .holder .arrows {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0; }
        section.chromosome .section-boxes .holder .arrows .arrow {
          cursor: pointer;
          position: absolute;
          transition: all ease 0.5s; }
          section.chromosome .section-boxes .holder .arrows .arrow .number {
            top: 25px;
            opacity: 0;
            left: 0;
            position: absolute;
            height: 7px;
            width: 7px;
            border-radius: 50%;
            background-color: #00509A;
            transition: all ease 0.5s;
            box-shadow: 0 0 15px 10px #00509A; }
          section.chromosome .section-boxes .holder .arrows .arrow img {
            width: 50px;
            -webkit-animation-duration: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-duration: 1.5s;
            animation-fill-mode: both;
            position: relative;
            display: block; }
          section.chromosome .section-boxes .holder .arrows .arrow.active .chromosome-popup {
            opacity: 1;
            visibility: visible;
            transform: scale(1); }
            section.chromosome .section-boxes .holder .arrows .arrow.active .chromosome-popup:before {
              -webkit-animation-play-state: running;
              animation-play-state: running;
              -moz-animation-play-state: running; }
          section.chromosome .section-boxes .holder .arrows .arrow.active img {
            -webkit-animation-name: tada;
            animation-name: tada;
            animation-iteration-count: infinite; }
          section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup {
            background-color: #ddd;
            top: calc(50% - 175px);
            left: 0;
            right: 0;
            margin: 0 auto;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
            position: fixed;
            opacity: 0;
            visibility: hidden;
            width: 350px;
            height: 350px;
            border-radius: 50%;
            text-align: center;
            padding: 50px;
            transition: all ease 0.5s;
            transform: scale(0);
            z-index: 20; }
            section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .btn-close {
              position: absolute;
              top: 30px;
              left: 0;
              right: 0;
              width: 30px;
              height: 30px;
              margin: 0 auto;
              cursor: pointer;
              transition: all ease 0.5s; }
              section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .btn-close:hover span {
                background-color: #E51735; }
              section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .btn-close:hover span:first-child {
                transform: rotate(140deg); }
              section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .btn-close:hover span:nth-child(2) {
                transform: rotate(-140deg); }
              section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .btn-close span {
                position: absolute;
                display: block;
                width: 30px;
                height: 2px;
                top: 10px;
                background-color: #888;
                transition: all ease 0.5s; }
              section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .btn-close span:first-child {
                transform: rotate(45deg); }
              section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .btn-close span:nth-child(2) {
                transform: rotate(-45deg); }
            section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup:before {
              border-radius: 50%;
              content: '';
              position: absolute;
              bottom: 0;
              top: 0;
              left: 0;
              right: 0;
              height: auto;
              width: auto;
              z-index: -1;
              /* W3C */
              background: linear-gradient(top, #ff3232 0%, #fcf528 16%, #28fc28 32%, #28fcf8 50%, #272ef9 66%, #ff28fb 82%, #ff3232 100%);
              /* Firefox */
              background: -moz-linear-gradient(top, #ff3232 0%, #fcf528 16%, #28fc28 32%, #28fcf8 50%, #272ef9 66%, #ff28fb 82%, #ff3232 100%);
              /* MS */
              background: -ms-linear-gradient(top, #ff3232 0%, #fcf528 16%, #28fc28 32%, #28fcf8 50%, #272ef9 66%, #ff28fb 82%, #ff3232 100%);
              /* Chrome,Safari4+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3232), color-stop(16%, #fcf528), color-stop(32%, #28fc28), color-stop(50%, #28fcf8), color-stop(66%, #272ef9), color-stop(82%, #ff28fb), color-stop(100%, #ff3232));
              /* Chrome10+,Safari5.1+ */
              background: -webkit-linear-gradient(top, #ff3232 0%, #fcf528 16%, #28fc28 32%, #28fcf8 50%, #272ef9 66%, #ff28fb 82%, #ff3232 100%);
              background-size: 1000%;
              -moz-background-size: 1000%;
              -webkit-background-size: 1000%;
              /* W3C */
              animation-name: fun-time-awesome;
              animation-duration: 10s;
              animation-timing-function: linear;
              animation-iteration-count: infinite;
              animation-direction: alternate;
              /* Firefox: */
              -moz-animation-name: fun-time-awesome;
              -moz-animation-duration: 10s;
              -moz-animation-timing-function: linear;
              -moz-animation-iteration-count: infinite;
              -moz-animation-direction: alternate;
              /* Chrome, Safari */
              -webkit-animation-name: fun-time-awesome;
              -webkit-animation-duration: 10s;
              -webkit-animation-timing-function: linear;
              -webkit-animation-iteration-count: infinite;
              -webkit-animation-direction: alternate; }
            section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup:after {
              border-radius: 50%;
              margin: 2px;
              content: '';
              position: absolute;
              bottom: 0;
              top: 0;
              left: 0;
              right: 0;
              height: auto;
              width: auto;
              z-index: -1;
              opacity: 0.95;
              background-color: #fff; }
            section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .table-holder {
              border-radius: 50%;
              display: table;
              height: 250px;
              width: 250px; }
              section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .table-holder .table-cell {
                display: table-cell;
                height: 100%;
                vertical-align: middle; }
            section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup h3 {
              font-weight: 300;
              font-family: "Roboto-Light", sans-serif;
              margin-bottom: 0; }
            section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .info {
              margin-top: 10px;
              font-family: "Roboto-Light", sans-serif;
              font-size: 14px;
              color: #34495E;
              line-height: 1.8; }
          section.chromosome .section-boxes .holder .arrows .arrow:nth-child(1) {
            top: 17%;
            left: 27%; }
            section.chromosome .section-boxes .holder .arrows .arrow:nth-child(1) .number {
              top: 156px;
              left: 105px;
              animation-delay: 2s;
              -webkit-animation: zoom  5s linear infinite;
              -moz-animation: zoom  5s linear infinite;
              -ms-animation: zoom  5s linear infinite;
              animation: zoom  5s linear infinite; }
          section.chromosome .section-boxes .holder .arrows .arrow:nth-child(2) {
            top: 29%;
            right: 19%; }
            section.chromosome .section-boxes .holder .arrows .arrow:nth-child(2) .number {
              top: 451px;
              left: -15px;
              box-shadow: 0 0 10px 15px rgba(0, 80, 154, 0.4);
              animation-delay: 4s;
              -webkit-animation: zoom  10s linear infinite;
              -moz-animation: zoom  10s linear infinite;
              -ms-animation: zoom  10s linear infinite;
              animation: zoom  10s linear infinite; }
          section.chromosome .section-boxes .holder .arrows .arrow:nth-child(3) {
            top: 46%;
            left: 43%; }
            section.chromosome .section-boxes .holder .arrows .arrow:nth-child(3) .number {
              top: -120px;
              left: 186px;
              animation-delay: 4s;
              -webkit-animation: zoom  8s linear infinite;
              -moz-animation: zoom  8s linear infinite;
              -ms-animation: zoom  8s linear infinite;
              animation: zoom  8s linear infinite; }
          section.chromosome .section-boxes .holder .arrows .arrow:nth-child(4) {
            top: 63%;
            left: 32%; }
            section.chromosome .section-boxes .holder .arrows .arrow:nth-child(4) .number {
              top: -119px;
              left: 181px;
              box-shadow: 0 0 15px 10px rgba(0, 80, 154, 0.7);
              animation-delay: 1s;
              -webkit-animation: zoom  12s linear infinite;
              -moz-animation: zoom  12s linear infinite;
              -ms-animation: zoom  12s linear infinite;
              animation: zoom  12s linear infinite; }
          section.chromosome .section-boxes .holder .arrows .arrow:nth-child(5) {
            bottom: 15%;
            left: 45%; }
            section.chromosome .section-boxes .holder .arrows .arrow:nth-child(5) .number {
              top: -171px;
              left: 11px;
              animation-delay: 4s;
              box-shadow: 0 0 15px 10px rgba(0, 80, 154, 0.4);
              -webkit-animation: zoom  6s linear infinite;
              -moz-animation: zoom  6s linear infinite;
              -ms-animation: zoom  6s linear infinite;
              animation: zoom  6s linear infinite; }
          section.chromosome .section-boxes .holder .arrows .arrow:nth-child(6) {
            bottom: 18%;
            right: 19%; }
            section.chromosome .section-boxes .holder .arrows .arrow:nth-child(6) .number {
              top: 178px;
              left: -6px;
              box-shadow: 0 0 10px 10px rgba(0, 80, 154, 0.7);
              animation-delay: 1s;
              -webkit-animation: zoom  6s linear infinite;
              -moz-animation: zoom  6s linear infinite;
              -ms-animation: zoom  6s linear infinite;
              animation: zoom  6s linear infinite; }

section.screen-section {
  padding: 50px 0; }
  section.screen-section .title {
    margin-bottom: 0; }
    section.screen-section .title h2 {
      line-height: 1.2;
      font-family: "Roboto-Light", sans-serif;
      color: #da1a32;
      text-transform: none;
      font-weight: 300; }
  section.screen-section .info {
    margin-top: 5px;
    font-family: "Roboto", sans-serif;
    max-width: 800px; }

.card-custom {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 100px;
  margin-left: -25px; }
  .card-custom .box {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    border: 10px solid rgba(238, 238, 238, 0.5);
    z-index: 9;
    transition: all ease 0.5s;
    background: #CDD1DA;
    color: #fff; }
    .card-custom .box .wrapper {
      background: #2867a0;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      display: table; }
      .card-custom .box .wrapper .box-image {
        position: absolute;
        top: -65px;
        right: 0;
        left: 0;
        margin: 0 auto; }
      .card-custom .box .wrapper .box-text {
        display: table-cell;
        vertical-align: middle;
        font-size: 15px;
        font-family: "Roboto-Light", sans-serif;
        line-height: 1.5;
        padding: 15px 25px 0;
        overflow: hidden; }

section.test-location {
  background: #f4f4f4; }
  section.test-location .title {
    font-size: 40px;
    max-width: 730px;
    margin: 0 auto 50px; }
  section.test-location .container {
    max-width: 1370px;
    width: 100%; }
  section.test-location .finder {
    margin-top: 80px;
    padding: 80px 0; }
  section.test-location .results {
    padding-right: 0; }
  section.test-location .results .post-content ul.gmw-location-meta .field {
    display: block; }
  section.test-location div.gmw-results-wrapper.gray ul.posts-list-wrapper li .top-wrapper .post-title a {
    cursor: default; }
  section.test-location div.gmw-info-window-inner.standard span.address {
    text-align: left; }
  section.test-location div.gmw-info-window-inner.standard {
    padding: 5px 10px;
    overflow-x: inherit;
    text-align: left; }
    section.test-location div.gmw-info-window-inner.standard a.gmw-get-directions {
      font-size: 13px;
      color: #f22940;
      display: inline-block;
      font-weight: 500;
      margin: 5px 0;
      text-decoration: underline; }
    section.test-location div.gmw-info-window-inner.standard a.title {
      color: #004d8d;
      font-weight: 500;
      pointer-events: none;
      text-align: left; }
    section.test-location div.gmw-info-window-inner.standard a .address {
      text-align: left; }
  section.test-location .form div.gmw-form-wrapper.gray {
    background: transparent;
    max-width: 390px;
    max-width: 390px;
    padding: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-bottom: 1px; }
    section.test-location .form div.gmw-form-wrapper.gray .gmw-field-label {
      padding: 5px 0px;
      background-color: transparent;
      font-size: 16px;
      text-align: left;
      border: none;
      display: block;
      width: 100%;
      font-weight: 300;
      color: #4a4a4a;
      line-height: 20px; }
  section.test-location .results .label {
    color: #555;
    font-size: 100%;
    font-weight: 300; }
  section.test-location div.gmw-results-wrapper.gray ul.posts-list-wrapper .gmw-directions-link {
    margin: 0;
    display: none; }
  section.test-location .results .info {
    color: #000;
    font-weight: 500; }
    section.test-location .results .info a {
      border: none;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      color: #000; }
  section.test-location .results .post-content * {
    font-size: 14px; }
  section.test-location .results .post-content .excerpt p {
    font-size: 14px; }
  section.test-location .results .post-content .excerpt a {
    display: none; }
  section.test-location .form div.gmw-form-wrapper .gmw-submit:hover, section.test-location div.gmw-form-wrapper input[type=submit] {
    background-color: #F22940; }
  section.test-location .form div.gmw-form-wrapper .gmw-submit, section.test-location div.gmw-form-wrapper input[type=submit] {
    position: relative;
    z-index: 1;
    background-color: #11479D;
    font-family: "Interstate-Regular", sans-serif;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 16px 20px !important;
    border-radius: 6px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
    min-width: 140px;
    height: 52px;
    line-height: 16px;
    clear: both;
    text-transform: none; }
  section.test-location .form {
    clear: both;
    margin-bottom: 0; }
    section.test-location .form div.gmw-form-wrapper.gray select, section.test-location .form .gmw-form-wrapper input[type=text] {
      font-size: 16px;
      padding: 15px 15px;
      height: 52px;
      border: 1px solid #e1e1e1;
      color: #000000;
      background-color: #fff;
      font-weight: 400; }
    section.test-location .form div.gmw-form-wrapper.gray .gmw-field-label {
      padding: 5px 0px;
      background-color: transparent;
      font-size: 18px;
      text-align: left;
      border: none;
      display: block;
      width: 100%;
      color: #4a4a4a;
      line-height: 20px;
      position: absolute;
      top: -30px;
      min-width: 200px; }
  section.test-location div.gmw-form-wrapper .gmw-address-field-wrapper {
    position: relative;
    width: 100%;
    display: block; }
  section.test-location .gmw-form-wrapper .gmw-form-field-wrapper {
    margin: 5px 0;
    width: calc(100% - 155px);
    display: inline-block;
    height: 52px;
    line-height: 1;
    margin-right: 5px; }
  section.test-location .gmw-form-wrapper .gmw-form {
    margin-bottom: 0; }
  section.test-location .gmw-form-wrapper .gmw-submit-field-wrapper {
    position: relative;
    width: 140px;
    vertical-align: top; }
    section.test-location .gmw-form-wrapper .gmw-submit-field-wrapper i {
      position: absolute;
      color: #fff;
      top: calc(50% - 8px);
      left: 12px;
      z-index: 9; }
  section.test-location .results .post-content .left-col .excerpt {
    display: block;
    clear: both; }
    section.test-location .results .post-content .left-col .excerpt p {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 1; }
  section.test-location .results .post-content .right-col {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important; }
  section.test-location .results div.gmw-results-message {
    background: transparent;
    padding: 5px 0;
    line-height: 24px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 14px; }
  section.test-location .results div.gmw-results-wrapper.gray .pagination-per-page-wrapper.top {
    display: none; }
  section.test-location .results div.gmw-results-wrapper.gray select {
    border: 1px solid #ccc;
    height: 33px;
    color: #555;
    max-width: 100%;
    width: 100%; }
  section.test-location .results div.gmw-results-wrapper.gray .pagination-per-page-wrapper {
    background-color: #f4f4f4;
    margin-bottom: 20px !important;
    padding: 0 !important; }
  section.test-location .results div.gmw-results-message span {
    margin: 0 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; }
  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper .post-content .right-col h3 {
    font-size: 16px;
    font-weight: normal;
    display: none; }
  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper li .top-wrapper h2.post-title {
    margin: 0 0 10px;
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin-right: 1%;
    max-width: 100%;
    text-align: left;
    font-weight: 500; }
  section.test-location div.gmw-results-wrapper.gray ul.posts-list-wrapper .top-wrapper span.address {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 400; }
    section.test-location div.gmw-results-wrapper.gray ul.posts-list-wrapper .top-wrapper span.address i {
      font-size: 17px;
      position: absolute;
      left: 0;
      top: 0px; }
  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper .top-wrapper div.address-wrapper {
    float: none;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding-left: 20px;
    text-align: left; }
  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper .post-content .left-col, section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper .post-content .right-col {
    width: 100%;
    float: none; }
  section.test-location .results div.gmw-results-wrapper ul li:before {
    content: none; }
  section.test-location .results div.gmw-results-wrapper ul.posts-list-wrapper li.single-post {
    list-style: none;
    width: 100%;
    margin: 0 0 25px;
    padding: 10px 15px;
    border-left: 4px solid #0f4b9d;
    background-color: #fff;
    box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.05);
    border-bottom: none; }
  section.test-location .results [class*=" gmw-icon-"]:before, section.test-location .results [class^=gmw-icon-]:before {
    color: #e62d40;
    margin-left: 0; }
  section.test-location .results a.gmw-get-directions {
    color: #f55164;
    font-weight: 500;
    text-decoration: underline; }
  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper {
    background-color: transparent;
    border-top: none;
    list-style: none;
    padding: 10px 15px 0 0;
    height: 450px;
    overflow: auto; }
    section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper .top-wrapper div.address-wrapper span.distance {
      font-size: 14px;
      color: #10499d;
      font-weight: 500;
      padding: 0;
      border-radius: 4px;
      background-color: transparent; }
  section.test-location .results div.gmw-results-wrapper.gray .pagination-per-page-wrapper {
    background-color: transparent;
    margin-bottom: 20px !important; }
  section.test-location .results div.gmw-results-wrapper .gmw-pt-pagination-wrapper, section.test-location .results div.gmw-results-wrapper .pagination-per-page-wrapper {
    background-color: transparent; }
  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper li .top-wrapper h2.post-title a {
    text-decoration: none;
    font-size: 18px;
    color: #004d8d;
    margin-top: 10px; }
  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper .gmw-location-meta-wrapper {
    margin-bottom: 0; }

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0, 0); }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 0;
    transform: scale(0, 0); } }
@keyframes skew {
  0% {
    opacity: 1;
    transform: skewX(0deg) skewY(0deg) scale(1, 1); }
  50% {
    opacity: 0.8;
    transform: skewX(2deg) skewY(2deg) scale(1.2, 1.2); }
  100% {
    opacity: 1;
    transform: skewX(0deg) skewY(0deg) scale(1, 1); } }
@-webkit-keyframes rainbow-border {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 200% 50%; } }
@keyframes rainbow-border {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 200% 50%; } }
/* W3C */
@keyframes fun-time-awesome {
  0% {
    background-position: left top; }
  100% {
    background-position: left bottom; } }
/* Firefox */
@-moz-keyframes fun-time-awesome {
  0% {
    background-position: left top; }
  100% {
    background-position: left bottom; } }
/* Chrome, Safari */
@-webkit-keyframes fun-time-awesome {
  0% {
    background-position: left top; }
  100% {
    background-position: left bottom; } }
@media (min-width: 1400px) and (max-width: 1600px) {
  section.panorama-testimonials .holder {
    max-width: 95%;
    border-radius: 10px;
    background: #f7f9fa;
    margin: 0 auto;
    padding: 40px 0; } }
@media (min-width: 0px) and (max-width: 1600px) {
  main.panorama-main h2 {
    font-size: 40px; }

  section.panorama-panels .panel .panel-title a {
    padding: 30px 40px; }

  section.panorama-intro .image-holder {
    max-width: 630px;
    left: -5%; }

  .card-custom {
    width: 270px;
    height: 270px;
    margin-left: -25px; }

  .card-custom .box .wrapper .box-text {
    font-size: 13px; }

  section.test-location .results .post-content .left-col .excerpt p {
    margin-bottom: 0; }

  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper li .top-wrapper h2.post-title a {
    font-size: 16px; } }
@media (min-width: 991px) and (max-width: 1999px) {
  section.chromosome {
    overflow: hidden; } }
@media (max-width: 1199px) {
  section.panorama-testimonials .holder {
    text-align: center; }

  section.panorama-testimonials .panorama-testimonial-holder {
    text-align: left; }

  section.panorama-testimonials .panorama-testimonial-holder:nth-child(odd) {
    margin-right: 10px;
    margin-left: 10px; }

  section.panorama-testimonials .panorama-testimonial-holder:nth-child(even) {
    margin-right: 10px;
    margin-left: 10px; }

  main.panorama-main h1 {
    font-size: 30px; }

  main.panorama-main h2 {
    font-size: 35px; }

  section.panorama-intro .image-holder {
    left: inherit;
    right: 0;
    max-width: 450px; }

  section.panorama-intro:not(.nipgt-intro) {
    background: #fff4f2; }

  section.panorama-counsellors .content {
    font-size: 14px; }

  section.panorama-counsellors .columns .column-border:after {
    right: 10px;
    width: 2px; }

  section.panorama-panels .members .member .description {
    font-size: 13px; }

  section.panorama-panels .members .member {
    width: 250px;
    max-width: 100%; }

  section.panorama-panels .members .member .image-holder {
    max-width: 150px; }

  section.panorama-panels .panel .panel-body {
    padding: 20px; }

  section.panorama-panels .panel .panel-title a {
    padding: 25px 40px 20px 20px; }

  section.panorama-panels .panel .panel-title a:after {
    right: 25px;
    font-size: 33px; }

  section.test-location .title,
  main.panorama-main h3 {
    font-size: 18px; }

  section.panorama-order .content {
    font-size: 16px; }

  section.panorama-panels .boxes .box .content-holder .content p {
    font-size: 14px; }

  section.panorama-panels .boxes .box .content-holder {
    padding: 20px; }

  section.panorama-intro {
    padding: 20px 0; }

  .slick-prev {
    left: 0; }

  .slick-next {
    right: 0; }

  section.panorama-testimonials .panorama-testimonial {
    max-width: 440px; }

  section.panorama-testimonials .panorama-testimonial.panorama-testimonial-full {
    padding: 30px 30px 20px 30px; }

  section.panorama-intro .logo-holder {
    max-width: 220px;
    margin: 15px 0; }

  section.panorama-intro .image {
    background-position: -200px 0; } }
@media (max-width: 992px) {
  section.panorama-testimonials .holder {
    border-radius: 0; }

  section.panorama-intro .logo-holder {
    max-width: 220px;
    margin: 0 0; }

  section.panorama-book .holder .description {
    font-size: 20px; }

  section.panorama-book .boxes {
    text-align: center; }

  section.panorama-book .holder .title {
    font-size: 30px; }

  section.panorama-book .holder {
    padding: 30px; }

  section.test-location .finder {
    padding: 50px 0; }

  section.test-location .finder div.gmw-map-wrapper {
    height: 540px !important; }

  section.test-location div.gmw-results-wrapper.gray ul.posts-list-wrapper li .top-wrapper {
    padding-bottom: 3px; }

  section.test-location .gmw-form-wrapper .gmw-form {
    margin-top: 20px; }

  section.test-location .results div.gmw-results-wrapper ul.posts-list-wrapper li.single-post {
    padding: 5px 5px 5px 10px; }

  section.test-location div.gmw-results-wrapper.gray ul.posts-list-wrapper .post-content .left-col,
  section.test-location div.gmw-results-wrapper.gray ul.posts-list-wrapper .post-content .right-col {
    padding-top: 0; }

  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper li .top-wrapper h2.post-title {
    margin-bottom: 0; }

  section.test-location .results div.gmw-results-wrapper.gray ul.posts-list-wrapper {
    padding-right: 0; }

  section.panorama-panels .p-0 {
    padding-left: 0px;
    padding-right: 15px; }

  section.panorama-panels .boxes .box .content-holder {
    height: inherit; }

  main.panorama-main {
    max-width: 100%; }

  section.panorama-intro:not(.nipgt-intro) {
    padding-bottom: 250px; }

  section.panorama-intro .image-holder {
    display: none; }

  section.panorama-intro:not(.nipgt-intro) .image {
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat; }

  section.panorama-counsellors .content-holder {
    padding: 20px 0px; }

  section.panorama-panels .members .member {
    width: 280px;
    margin: 0 auto; }

  .card-custom {
    margin-left: 0;
    margin-bottom: 100px; }

  .card-custom:before {
    content: "";
    display: block;
    height: 60px;
    clear: both; }

  section.chromosome .section-boxes .holder {
    margin-left: 0; }

  section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup h3 {
    font-size: 20px; }

  section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .info {
    line-height: 1.6; }

  section.chromosome .section-boxes .box h3 {
    font-size: 22px; }

  section.chromosome .section-boxes {
    margin-top: 0; }

  section.chromosome .section-boxes .box {
    margin-bottom: 30px; }

  section.panorama-banner .table-holder .table-cell {
    vertical-align: bottom;
    padding-bottom: 40px; }

  section.panorama-testimonials .panorama-testimonial {
    max-width: 450px; }

  section.panorama-testimonials .slider {
    width: 100%;
    max-width: calc(100% - 80px);
    margin: 0 auto; }

  section.panorama-testimonials .slick-prev {
    left: -25px; }

  section.panorama-testimonials .slick-next {
    right: -25px; } }
@media (max-width: 768px) {
  h3 {
    font-size: 20px; }

  section.panorama-book .holder .title {
    font-size: 20px; }

  section.panorama-book .holder .description {
    font-size: 16px; }

  section.panorama-book .holder .boxes .box {
    position: relative;
    text-align: left;
    padding: 0 0 10px 50px;
    width: 100%;
    display: block;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px; }

  section.panorama-book .holder {
    padding: 15px; }

  section.panorama-book .holder .boxes .box .text {
    font-size: 16px; }

  section.panorama-book .holder .boxes .box .icon {
    width: 30px;
    height: 30px;
    left: 15px; }

  section.panorama-book .holder .boxes .box .icon svg {
    width: 30px;
    height: 30px;
    margin-top: 0; }

  section.panorama-book .holder .boxes {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 300px; }

  section.panorama-book .holder .boxes .box .icon {
    position: absolute;
    left: 0; }

  section.panorama-testimonials {
    margin: 30px 0; }

  section.panorama-testimonials .panorama-testimonial {
    max-width: 100%; }

  section.panorama-book .btn-light {
    font-size: 16px;
    padding: 0px 20px; }

  section.panorama-testimonials .panorama-testimonial-holder:nth-child(odd) {
    margin-right: 0px; }

  section.panorama-banner {
    background: #fff;
    border-radius: 0; }

  section.panorama-banner .table-holder .table-cell {
    height: inherit; }

  main.panorama-main h2 {
    font-size: 26px; }

  main.panorama-main h1 {
    font-size: 26px; }

  section.panorama-panels .title {
    margin-bottom: 20px; }

  section.panorama-banner .image {
    border-radius: 0;
    position: relative;
    height: 150px;
    width: 100%; }

  section.panorama-counsellors .panorama-form .subscribe-title {
    font-size: 15px; }

  section.panorama-banner .dropdown {
    right: 0;
    left: inherit;
    z-index: 5; }

  aside.order-box {
    z-index: 1; }

  section.panorama-banner .dropdown .dropdown-menu {
    right: 0;
    left: inherit; }

  section.panorama-banner .dropdown .dropdown-toggle {
    font-size: 14px; }

  aside.order-box {
    left: 0;
    right: inherit;
    width: 305px;
    max-width: 100%; }

  aside.order-box .title {
    text-align: left;
    margin-top: 45px; }

  aside.order-box {
    background: rgba(255, 255, 255, 0);
    padding-bottom: 15px; }

  aside.order-box .button-holder {
    display: inline-block;
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: 15px;
    margin-bottom: 15px; }

  main.panorama-main .btn {
    font-size: 15px; }

  aside.order-box .download .text {
    line-height: 1.2;
    font-weight: 500;
    font-family: "Roboto-Regular", sans-serif; }

  aside.order-box .download {
    text-align: left;
    font-size: 14px;
    line-height: 1.2; }

  section.chromosome .section-boxes {
    margin-top: 0; }

  section.panorama-panels .panel .panel-title a:after {
    right: 15px;
    line-height: 40px;
    top: 15px; }

  section.panorama-banner .table-holder .table-cell {
    vertical-align: bottom;
    padding-bottom: 20px;
    padding-top: 50px; }

  section.panorama-counsellors .panorama-form .form-field .form-control {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-left: 15px; }

  section.panorama-counsellors .content-holder {
    padding: 0; }

  section.panorama-intro:not(.nipgt-intro) {
    padding: 30px 0 300px; }

  section.panorama-intro .content-holder ul {
    margin-left: 0px; }

  section.chromosome {
    overflow: hidden; }

  section.chromosome .section-boxes .holder {
    width: 100%;
    margin: 0 auto; }

  section.chromosome .section-boxes .holder .arrows .arrow img {
    max-width: 35px;
    height: auto; }

  section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup {
    width: 300px;
    height: 300px;
    padding: 40px 35px; }

  section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .table-holder h3 {
    font-size: 16px;
    padding: 0 5px; }

  section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .info {
    line-height: 1.5;
    font-size: 13px; }

  section.chromosome .section-boxes {
    width: 100%;
    overflow: hidden; }

  section.chromosome .section-boxes .holder .arrows .arrow .number {
    height: 4px;
    width: 4px; }

  section.chromosome .section-boxes .holder .arrows .arrow .chromosome-popup .table-holder {
    height: 230px;
    width: 230px; }

  section.chromosome h2 {
    font-size: 24px; }

  section.chromosome .section-boxes .holder .arrows .arrow:nth-child(3) .number {
    left: 80px; }

  section.panorama-counsellors .columns .column-border:after {
    content: none; }

  section.panorama-book .book-button .title {
    font-size: 22px; }

  section.panorama-book {
    margin: 20px 0; } }
@media (max-width: 700px) {
  section.panorama-intro:not(.nipgt-intro) {
    padding: 30px 0 150px; }

  section.panorama-testimonials .slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }

  section.panorama-testimonials .slick-prev {
    left: 30px; }

  section.panorama-testimonials .slick-next {
    right: 25px; } }

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