/* GLOBAL STYLES */

@font-face {
  font-family: "Avenir LT Std 55 Roman";
  src: url("/wp-content/themes/vensure/fonts/AvenirLTStd-Roman.eot");
  src: url("/wp-content/themes/vensure/fonts/AvenirLTStd-Roman?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/vensure/fonts/AvenirLTStd-Roman.woff2")
      format("woff2"),
    url("/wp-content/themes/vensure/fonts/AvenirLTStd-Roman.woff")
      format("woff"),
    url("/wp-content/themes/vensure/fonts/AvenirLTStd-Roman.ttf")
      format("truetype"),
    url("/wp-content/themes/vensure/fonts/AvenirLTStd-Roman.svg#FontName")
      format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Como";
  src: url("/wp-content/themes/vensure/fonts/Como.eot");
  src: url("/wp-content/themes/vensure/fonts/Como?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/vensure/fonts/Como.woff2") format("woff2"),
    url("/wp-content/themes/vensure/fonts/Como.woff") format("woff"),
    url("/wp-content/themes/vensure/fonts/Como.ttf") format("truetype"),
    url("/wp-content/themes/vensure/fonts/Como.svg#FontName") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*:focus {
  box-shadow: none !important;
  outline: none !important;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  background-color: #eef5f5;
  font-family: "Como", "Nunito", sans-serif;

  color: #3b3d3d;
  font-size: 14px;
}
p {
  font-size: 16px;
  font-family: "Avenir LT Std 55 Roman";
}
section,
footer {
  padding: 50px 0;
}
footer {
  background: #fff;
}
.wrapper {
  position: absolute;
  width: 100%;
}
h1,
h2,
h3,
h4 {
  color: #00a499;
  font-family: "Como", "Quicksand", sans-serif;
}
h5,
h6 {
  color: #3b3d3d;
  font-family: "Como", "Quicksand", sans-serif;
}

h1 {
  font-size: 3rem;
  margin: 1rem 0;
  line-height: 1.1;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  color: white;
  font-size: 35px;
}

h5 {
  font-size: 23px;
}
h6 {
  font-size: 20px;
}
ul {
  list-style: none outside none;
}
a {
  color: #00a499;
}
a:hover {
  color: #78be21;
  cursor: pointer !important;
  text-decoration: none;
  transition: 0.3s;
}
.btn {
  color: white !important;
  background-color: #00a499;
  border-radius: 10px;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  font-family: "Como", "Quicksand", sans-serif;
}
.btn-dark {
  background: #3b3d3d;
}
.btn-white {
  background-color: #fff;
}
.btn-submit {
  width: 100%;
}
.btn:hover,
.btn-dark:hover {
  color: white;
  background-color: #78be21;
  border: 1px solid #78be21;
  transition: 0.5s;
  cursor: pointer;
}

.card-row {
  margin-top: 100px;
}
.card-column {
  display: flex;
  flex-direction: column;
}
.card-column:nth-child(1) {
  align-items: flex-end;
}
.card-column:nth-child(1) .card {
  margin-right: 25px;
}
.card-column:nth-child(1) .card:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  right: -40px;
  top: 40%;
}

.card-column:nth-child(1) .card:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  right: -17px;
}
.card-column:nth-child(2) {
  align-items: flex-start;
}
.card-column:nth-child(2) .card {
  margin-left: 25px;
}
.card-column:nth-child(2) .card:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: -23px;
}

.card-column:nth-child(2) .card:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: -40px;
  top: 40%;
}
.card {
  border-radius: 25px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  border: none;
}
.card img {
  max-width: 60px;
  margin-bottom: 30px;
}
#info .card img {
  max-width: 80px;
}
.card-title {
  color: #78be21;
  font-size: 21px;
}
.card-text {
  line-height: 1.6em;
  color: #3f4443;
  font-size: 14px;
}
/* HEADER STYLES */
header {
  position: relative;
  z-index: 10;
}
.mobile-header--top {
  background-color: #00a99b;
  padding: 5px 0;
}
.mobile-header--top a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.top-header,
.rainbow-border {
  height: 15px;
  background-image: url("../images/rainbow-bar.png");
  background-size: cover;
  width: 100%;
}
.page-template-healthcare-professionals .top-header {
  background-image: none;
  background-color: transparent;
}
.top-navigation,
.menu-primary-menu-container {
  display: flex;
  justify-content: flex-end;
}
.site-logo {
  max-width: 300px;
}
.site-logo .custom-logo {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  height: auto !important;
}
.border-left {
  border-left: 1px solid #707070;
}
.top-navigation-buttons,
.primary-menu {
  display: flex;
  align-items: flex-start;
  list-style: none outside none;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.main-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-right: 10%;
  /* padding-left: 10%; */
}
.primary-menu li {
  margin-left: 50px;
}

.primary-menu li a {
  color: #3f4443;
}
.primary-menu li.current_page_item a {
  color: #78be21;
}
.primary-menu li a:hover {
  color: #78be21;
  transition: 0.5s;
}
.page-template-healthcare-professionals .primary-menu li.current_page_item a {
  color: #fff;
}
.page-template-healthcare-professionals .primary-menu li a:hover {
  color: #fff;
  transition: 0.5s;
}
.home .primary-menu li a {
  color: #fff;
}
.home .primary-menu li a:hover {
  color: #3f4443;
}
.top-navigation-buttons li a {
  background-color: #3f4443;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
}
.top-navigation-buttons .search-icon {
  height: 20px;
  margin-right: 5px;
}
.top-navigation-buttons li a {
  color: white;
  text-decoration: none;
}
.top-navigation-buttons li a:hover {
  color: #00a499;
  transition: 0.5s ease;
  cursor: pointer;
}

header .btn-nav {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  z-index: 25;
  padding-top: 19px;
  color: #fff;
  font-size: 12px;
  font-variant: small-caps;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-menu {
  display: none;
}
/* Mobile Menu Styling */
@media only screen and (min-width: 768px) {
  .desktop-menu {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-menu {
    display: none !important;
  }
}
/* FOOTER STYLES */
footer p {
  font-size: 12px;
  line-height: 2.4;
}

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-menu li {
  list-style: none;
  display: inline;
  font-size: 12px;
  margin: 0 25px 0 0;
  white-space: nowrap;
}

.footer-menu li a {
  color: #3b3d3d;
  text-decoration: underline;
  font-family: "Avenir LT Std 55 Roman";
}
.footer-menu li a:hover {
  color: #00a499;
  transition: 0.2s;
}

/* HERO STYLES */
section.hero {
  position: relative;
  padding: 0;
  margin-bottom: -200px;
}
section.inner-hero {
  padding: 250px 0px 0px 0px;
}

section.hero .hero--container {
  max-width: 600px;
  position: absolute;
  top: 45%;
  left: 33%;
  transform: translate(-50%, -50%);
  padding: 80px 100px;
}
section.hero--inner .inner-hero-container {
  max-width: 80%;
}
section.hero .hero--container p {
  font-size: 20px;
  color: #fff;
  padding-top: 75px;
}
section.hero--inner h1 {
  font-size: 4.25rem;
  font-weight: 600;
}
section.hero--inner h2 {
  font-size: 3rem;
  font-weight: bold;
}
section.hero--inner .btn-dark {
  margin: 100px 0px 0px 0px;
  padding: 10px 20px;
  position: relative;
  z-index: 10;
  background-color: #2b221a;
  border-color: #2b221a;
}
section.hero--inner .btn-dark:before {
  content: "";
  background-image: url("/wp-content/themes/vensure/assets/images/header-btn-bg.png");
  height: 250px;
  width: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
section.hero--inner .btn-dark:hover {
  border: 1px solid #2b221a;
}
section.hero--inner {
  padding: 250px 0px 0px 0px;
}

section.hero--inner.hero--simple .inner-header-image {
  margin-bottom: 100px;
}
/* MODAL STYLING */
.modal-content {
  background: transparent;
  border: none;
}
.modal-header,
.modal-footer {
  border-bottom: none;
  border-top: none;
}
.modal-body iframe {
  width: 100%;
  height: 350px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container span.wistia_embed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.modal-backdrop.show {
  opacity: 0.65;
}
.modal-content .close {
  opacity: 1;
}
/* SECTION SPECIFIC STYLES */
section.physician-finder {
  background-color: #3b3d3d;
}

section.signup {
  background-color: #00a499;
  padding: 75px 0;
  margin-top: 50px;
}

.symptoms-container {
  max-width: 65%;
  margin: 0 auto;
  background: white;
  padding: 50px 50px 25px 50px;
  border-radius: 20px;
}
.symptoms-container p {
  font-size: 14px;
}
.symptoms-image,
.info-image {
  position: relative;
}
.info-image img {
  max-width: 875px;
  left: 33%;
  transform: translate(-50%, 0);
}
.symptoms-image img,
.info-image img {
  position: absolute;
}
.symptoms-list-left,
.symptoms-list-right {
  font-family: "Avenir LT Std 55 Roman";
  margin: 0;
  padding-inline-start: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.symptoms-list-left li,
.symptoms-list-right li {
  list-style: none;
  background-size: 50px;
  background-position: left;
  background-repeat: no-repeat;
  padding: 15px 0px 15px 60px;
}
.symptoms-list-left li:nth-child(1) {
  background-image: url("../images/icons/facial-pain-icon.svg");
}
.symptoms-list-left li:nth-child(2) {
  background-image: url("../images/icons/headache-icon.svg");
}
.symptoms-list-left li:nth-child(3) {
  background-image: url("../images/icons/runny-nose-icon.svg");
}
.symptoms-list-right li:nth-child(1) {
  background-image: url("../images/icons/loss-of-smell-icon.svg");
}
.symptoms-list-right li:nth-child(2) {
  background-image: url("../images/icons/nasal-congestion-icon.svg");
}
.symptoms-list-right li:nth-child(3) {
  background-image: url("../images/icons/fatigue-icon.svg");
}

section.info .col-md-6 > p,
section.info .col-md-6 > h4 {
  max-width: 55%;
  margin-left: 65px;
}
section.info .col-md-6 > p {
  font-size: 18px;
  margin-top: 20px;
}
section.info .card {
  max-width: 80%;
  min-height: 300px;
}
section.info .card p {
  font-size: 14px;
}
section.difference-accordion {
  padding: 200px 0;
  margin-bottom: 200px;
}

section.info-accordion {
  padding-bottom: 100px;
}
section.difference-accordion h2 {
  font-size: 50px;
  margin-bottom: 50px;
}
section.resources-accordion a.resource-link {
  color: #3b3b3b;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #00a499;
  font-size: 20px;
}
section.resources-accordion a.resource-link:hover {
  color: #00a499;
}
section.physician-finder form .input-group {
  max-width: 350px;
  margin: 0 auto;
}
section.physician-finder form .input-group-append {
  width: 55%;
}
section.signup h2 {
  margin-bottom: 20px;
  font-size: 2.75rem;
}
section.signup form .input-group {
  max-width: 600px;
  margin: 0 auto;
}
/* section.signup form .input-group-append {
  width: 25%;
} */
section.cube-info p {
  font-size: 16px;
}
section.cube-info p.lead {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 25px;
}
section.cube-info p.small {
  font-size: 14px;
}
section.cube-info .repeater-card {
  background-color: transparent;
  padding: 4px;
  border-radius: 25px;
  background: rgb(0, 169, 155);
  background: linear-gradient(
    222deg,
    rgba(0, 169, 155, 0.65) 0%,
    rgba(99, 96, 149, 0.65) 50%,
    rgba(183, 35, 143, 0.65) 99%
  );
}
section.cube-info .card-body {
  background: #eef5f5;
  border-radius: 22px;
}

.card p {
  line-height: 1.8;
  font-size: 16px;
}
section.cube-info .virtueye-card {
  padding: 100px 50px;
}
section.cube-info .img-container img {
  top: -100px;
  left: -50px;
  max-width: 1110px;
}
section.features .card {
  padding-left: 0;
  padding-right: 0;
  height: 85%;
}
section.features .card .card-body {
  padding-left: 50px;
  padding-right: 50px;
}
section.features .card img {
  max-width: 100%;
}
section.features ul {
  list-style: disc;
}
section.features h4,
section.features ul li {
  margin-bottom: 25px;
}
section.isi {
  background-color: #434444;
  color: #fff;
}

/* HELPER STYLES */
.text-green {
  color: #78be21;
}
.text-teal {
  color: #00a499;
}
.text-dark {
  color: #3f4443;
}
.text-pink {
  color: #b7238f;
}
.form-control {
  border-radius: 10px;
}
form .input-group-append {
  margin-left: -10px;
}
form .input-group > .input-group-append > .btn {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.mouse-icon.bounce {
  height: 55px;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  position: relative;
  z-index: 10;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.row-reverse:nth-of-type(even) {
  flex-direction: row-reverse;
}

.two-col-copy h2 {
  color: #78be21;
}
.two-col-copy p {
  font-size: 20px;
}
.center-image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 375px;
}
@media (min-width: 1080px) {
  .half-width {
    max-width: 53%;
    margin: 0 auto;
  }
}
.h1 {
  font-size: 4rem;
}
.text-como {
  font-family: "Como", sans-serif;
}
.text-avenir {
  font-family: "Avenir LT Std 55 Roman", sans-serif;
}
.text-cursive {
  font-family: "Sacramento", sans-serif;
}
.img-container {
  position: relative;
}
.img-container img {
  position: absolute;
  z-index: 10;
}
/* ACCORDION STYLING */
.accordion .card,
.accordion .card-header {
  background-color: transparent;
  border-bottom: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.accordion .card-body {
  padding: 0 1.25rem;
  padding-left: 60px;
}
.accordion a.btn {
  background-color: transparent;
  font-size: 2.5rem;
  color: #3b3d3d !important;
  padding: 0;
  display: flex;
  align-items: baseline;
  text-align: left;
  -webkit-appearance: none;
}
.cube-info a[type="button"] {
  -webkit-appearance: none;
}
.accordion a.btn.btn-small {
  font-size: 30px;
}
.accordion .btn:hover,
.accordion .btn:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}
.plus-minus-toggle {
  cursor: pointer;
  height: 15px;
  width: 40px;
}
.next-btn .plus-minus-toggle {
  position: absolute;
  top: 35px;
  left: 20px;
}
.accordion .plus-minus-toggle {
  display: block;
  position: relative;
}
.plus-minus-toggle:before,
.plus-minus-toggle:after {
  background: #78be21;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
  border-radius: 15px;
}

.plus-minus-toggle:after {
  transform-origin: center;
}
.accordion .collapsed .plus-minus-toggle:before {
  transform: rotate(180deg);
}
.accordion .collapsed .plus-minus-toggle:after,
.next-btn .plus-minus-toggle:after {
  transform: rotate(90deg);
}
.accordion .card img {
  max-width: 100%;
}
/* Next Button Styling */
section.next {
  height: 200px;
  position: relative;
  margin-bottom: 100px;
  margin-top: -100px;
}
.next-btn {
  position: absolute;
  right: 0;
  border-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #fff;
  text-align: left;
  padding: 25px 25px 25px 50px;
}
.next-btn:hover,
.connect-sticky .btn:hover {
  background: #3b3d3d;
  border: 1px solid #3b3d3d;
}
.next-btn:hover h5,
.connect-sticky:hover .cta-text {
  color: #fff;
  transition: 0.3s;
}

/* .next-btn h5:before {
  content: "";
  background-image: url("../images/icons/next-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 30px;
  left: 20px;
} */

.list-inline {
  display: inline;
}
.list-inline li {
  margin: 0px 40px;
}
.list-inline li a {
  color: white;
  text-decoration: underline;
}
.connect-sticky {
  position: fixed;
  right: 0;
  bottom: 50%;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.connect-sticky .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 1rem 1.5rem;
  font-size: 2rem;
}
.connect-sticky .connect-image {
  max-width: 50px;
  margin: 0 auto;
}
.connect-sticky .connect-image img {
  max-width: 50px;
}
.connect-sticky .cta-text {
  font-size: 1.4rem;
}

/* HUBSPOT FORM STYLING */
.hbspt-form form {
  width: 60%;
  margin: 0 auto;
}
.hbspt-form .hs-richtext p a {
  color: #fff;
  text-decoration: underline;
}

.hs-form-60e5a021-caca-4c7e-9e8a-598809f261b3_564a2247-2403-49c1-9564-5cea7a872836
  fieldset {
  max-width: 100% !important;
}
.hbspt-form fieldset {
  width: 100%;
  max-width: 100% !important;
}
.hbspt-form form .input input:not([type="checkbox"]):not([type="radio"]),
select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Avenir LT Std 55 Roman";
}
.hbspt-form form input.hs-button.primary.large {
  color: white;
  background-color: #3b3b3b;
  border-color: #343a40;
  border-radius: 10px;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  font-family: "Como", "Quicksand", sans-serif;
  margin: 0 auto;
  -webkit-appearance: media-slider;
}
.hbspt-form form input.hs-button.primary.large:hover {
  background-color: #78be21;
  border-color: #78be21;
  transition: 0.3s;
}
.hbspt-form .hs_submit.hs-submit {
  text-align: center;
}

.hbspt-form .hs-fieldtype-booleancheckbox ul.inputs-list {
  padding-inline-start: 0px;
  margin-bottom: 0;
}
.hbspt-form .hs-fieldtype-booleancheckbox label {
  color: #fff;
  display: flex;
  align-items: center;
}
.hbspt-form .hs-fieldtype-booleancheckbox label span:not(.hs-form-required) {
  padding-left: 1rem;
  font-size: 14px;
  font-family: "Avenir LT Std 55 Roman";
}
.hbspt-form .input {
  margin-right: 15px;
}
.hbspt-form .hs-richtext p {
  font-size: 14px;
  color: #fff;
}
.hbspt-form .inputs-list.multi-container {
  padding-inline-start: 0;
  color: #fff;
  display: flex;
}
.hbspt-form .inputs-list.multi-container .hs-form-radio {
  margin-right: 25px;
}
.hbspt-form .inputs-list.multi-container label.hs-form-radio-display {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.hbspt-form .inputs-list.multi-container label.hs-form-radio-display span {
  margin-right: 10px;
  font-family: "Avenir LT Std 55 Roman";
}
.hbspt-form .inputs-list.multi-container label input[type="radio"] {
  border-radius: 50%;
}
.hbspt-form fieldset.form-columns-1 .hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* width: 15px !important; */
  min-width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  border: none;
  position: relative;
}
.hbspt-form fieldset.form-columns-1 .hs-input:checked:before {
  position: absolute;
  content: "\2713";
  width: 100%;
  height: 100%;
  top: -2px;
  left: 2px;
  color: #3b3b3b;
  font-size: 14px;
}
.hbspt-form fieldset.form-columns-1 .hs-input[type="radio"]:checked:before {
  position: absolute;
  content: "\2713";
  width: 86%;
  height: 85%;
  top: 1px;
  left: 1px;
  color: transparent;
  font-size: 14px;
  background-color: #82c341;
  border-radius: 50%;
}
.hbspt-form .hs-fieldtype-booleancheckbox label.hs-error-msg,
.hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  color: #ffff98;
  padding-left: 0;
}
@media (min-width: 992px) {
  /* .hbspt-form form fieldset.form-columns-2 .hs-form-field.hs-zip {
    width: 33.33%;
  } */
  .hbspt-form form fieldset.form-columns-2 .hs-form-field.hs-email {
    width: 66.66%;
  }
  /* #info-accordion {
    max-width: 80%;
  } */
}
/* MEDIA QUERIES */
@media (min-width: 1600px) {
  section.hero .hero--container {
    top: 43%;
  }
  .inner-header-image {
    margin-top: -150px !important;
  }
  .container {
    max-width: 1200px;
  }
  section.hero--inner .inner-hero-container {
    max-width: 1400px;
  }
  .symptoms-container {
    max-width: 1130px;
  }
  .symptoms-image img {
    left: -5%;
    top: -140px;
    width: 700px;
  }

  section.cube-info .img-container img {
    top: -100px;
  }
  section.difference-accordion .container-fluid {
    max-width: 1200px;
  }
}
@media (max-width: 1599px) {
  .symptoms-image img {
    width: 625px;
    top: -125px;
    left: -10%;
  }
  section.hero--inner {
    padding-bottom: 50px;
  }
  section.hero--inner .btn-dark {
    margin-top: 150px;
    padding: 10px 0px;
  }
  .symptoms-container {
    max-width: 85%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1350px) {
  section.info {
    margin-top: 100px;
  }
}
@media (max-width: 1350px) {
  .symptoms-image img {
    width: 575px;
  }
}
@media (max-width: 1250px) {
  .symptoms-image img {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  section.hero .hero--container {
    max-width: 625px;
    padding: 80px;
  }
  section.inner-hero p {
    max-width: 65%;
    margin: 0 auto;
    font-size: 18px;
  }
  .two-col-container {
    margin: 0 auto;
  }

  /* .two-col-copy p {
    max-width: 80%;
  } */
  section.cube-info .img-container img {
    top: -140px;
    left: 13%;
  }

  section.difference-accordion .container-fluid {
    padding-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .site-logo {
    max-width: 250px;
  }
  .primary-menu li {
    margin-left: 30px;
  }
  section.hero {
    padding-bottom: 75px;
  }

  section.hero h1 {
    font-size: 2.25rem;
  }
  section.hero .hero--container p {
    padding-top: 50px;
  }
  section.hero .hero--container {
    top: 40%;
  }
  section.hero--inner .btn-dark {
    padding: 10px 20px;
    margin-bottom: 50px;
  }
  .symptoms-image img {
    width: 465px;
    top: -275px;
    right: -5%;
  }
  .info-image img {
    left: 29%;
  }
  section.info .card {
    max-width: 100%;
  }
  section.info .col-md-6 > p {
    max-width: 70%;
  }
  .accordion a.btn {
    font-size: 2rem;
  }
  .accordion .plus-minus-toggle {
    width: 35px;
  }

  section.cube-info .img-container img {
    z-index: -1;
  }
  .hbspt-form form {
    width: 90%;
  }
  section.info .col-md-6 > p,
  section.info .col-md-6 > h4 {
    margin: 0 auto;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  #home-accordion .card {
    padding-left: 25px;
  }
}
@media (max-width: 992px) {
  .card-column:nth-child(1) .card:before,
  .card-column:nth-child(2) .card:before {
    content: none;
  }
  .card-column:nth-child(1) .card:after,
  .card-column:nth-child(2) .card:after {
    content: none;
  }
  .card-column:nth-child(1),
  .card-column:nth-child(2) {
    align-items: center;
  }
  .card-column:nth-child(1) .card,
  .card-column:nth-child(2) .card {
    margin-left: 0;
    margin-right: 0;
  }
  .card-row {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  section.hero .hero--container {
    max-width: 500px;
  }
  section.hero .hero--container p {
    font-size: 16px;
  }
  .top-navigation {
    margin-right: 25px;
  }
  .main-menu-container {
    padding-right: 5%;
    padding-left: 0%;
  }
  .top-navigation-buttons li {
    padding: 8px 20px;
    height: 35px;
  }

  .primary-menu li a {
    font-size: 14px;
  }
  section.hero h1 {
    font-size: 1.75rem;
  }

  section.hero--inner .inner-hero-container .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .symptoms-container {
    width: 95%;
  }

  .symptoms-container img {
    top: 50px;
    left: 5%;
    z-index: -1;
  }
  .info-image img {
    left: 34%;
  }
  section.difference-accordion {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .accordion .btn {
    font-size: 30px;
  }
  .accordion .card {
    margin-bottom: 25px;
  }
  form .input-group > .input-group-append > .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .two-col-copy {
    text-align: center;
  }
  .two-col-copy h2 {
    font-size: 2rem;
  }
  .inner-header-image {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .inner-header-image {
    margin-top: -100px;
  }
  .two-col-container .row.row-reverse {
    margin: 3rem 0;
  }
}
@media (max-width: 896px) {
  .main-menu-container {
    padding-top: 10px;
  }
  section.hero .hero--container p {
    padding-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .site-logo {
    max-width: 250px;
  }

  header .btn-nav.active {
    text-decoration: none;
  }
  header .btn-nav span:after,
  header .btn-nav:after,
  header .btn-nav:before {
    position: absolute;
    content: " ";
    border-radius: 3px;
    background: #00a99b;
    transition: transform 0.7s, visibility 0.7s, opacity 0.7s,
      -webkit-transform 0.7s;
  }
  header .btn-nav span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
  }
  header .btn-nav:after {
    top: 7px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  header .btn-nav:before {
    top: 14px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  header .btn-nav.active:after {
    opacity: 0;
    visibility: hidden;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .btn-nav.active:before {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .btn-nav.active span:after {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .primary-navigation.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background-color: #d9f2f0;
    padding-top: 0;
    overflow: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mobile-show header nav {
    min-height: 65vh;
    overflow-x: hidden;
  }
  .primary-menu-mobile {
    padding-inline-start: 0px;
  }
  .primary-menu-mobile li {
    margin-left: 15px;
    font-size: 20px;
  }

  .primary-menu-mobile li a {
    color: #00a99b;
    max-height: 9999px;
    opacity: 1;
    overflow: hidden;
    padding-left: 24px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    font-weight: 500;
    height: 59px;
    line-height: 59px;
    font-family: "Como", sans-serif;
  }
  .primary-menu li.current_page_item a {
    color: #00a99b;
  }
  .primary-menu-mobile li.menu-item.menu-item-has-children > a {
    color: #474645;
  }
  .primary-menu-mobile .menu-item .sub-menu {
    padding-inline-start: 0px;
  }
  .primary-menu-mobile .menu-item .sub-menu li a {
    font-family: "Avenir LT Std 55 Roman", sans-serif;
    font-weight: 400;
    font-size: 18px;
  }

  .primary-menu-mobile .menu-item-has-children {
    margin-bottom: 25px;
  }
  .mobile-menu {
    width: 100%;
    min-height: 70vh;
    overflow-x: hidden;
  }

  section.hero .row {
    flex-direction: column-reverse;
    text-align: left;
  }
  section.physician-finder {
    text-align: center;
  }
  section.physician-finder .col-md-7 {
    margin-bottom: 2rem;
  }
  section.info {
    padding-top: 50px;
  }
  .info-image img {
    display: none;
  }

  .card-column:nth-child(1),
  .card-column:nth-child(2) {
    align-items: center;
  }
  .card-column:nth-child(1) .card,
  .card-column:nth-child(2) .card {
    margin-left: 0;
    margin-right: 0;
  }

  .card-column:nth-child(1) .card:before,
  .card-column:nth-child(2) .card:before {
    content: none;
  }
  .card-column:nth-child(1) .card:after,
  .card-column:nth-child(2) .card:after {
    content: none;
  }

  section.difference-accordion {
    padding: 50px 0;
  }
  .accordion a.btn {
    font-size: 1.5rem;
  }
  .accordion .plus-minus-toggle {
    height: 12px;
    width: 40px;
    padding-right: 25px;
  }
  .list-inline li:first-of-type {
    margin-left: 0;
  }
  .list-inline li {
    margin: 0px 15px;
  }
  .two-col-container .row.row-reverse {
    flex-direction: column-reverse;
  }
  .two-col-container .row.row-reverse img {
    margin: 25px 0;
  }
  section.cube-info .virtueye-card .row {
    align-items: center;
    text-align: center;
  }
  section.hero .hero--container {
    max-width: 475px;
    padding: 80px;
  }
  section.hero .hero--container p {
    padding-top: 0px;
  }
  .main-menu-container {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-healthcare-professionals section.hero {
    background-color: #72cbb5;
  }
  header {
    height: 50px;
    position: fixed;
    z-index: 9999;
    width: 100%;
  }

  section.hero h1 {
    font-size: 45px;
  }

  header .btn-nav {
    display: block;
    top: 40%;
    left: 5%;
    color: #00a99b;
  }
  .main-menu-container {
    background: #fff;
    justify-content: center;
    padding-bottom: 25px;
    position: relative;
  }
  .home section.hero {
    padding-top: 150px;
  }
  .home section.hero h1 {
    font-size: 2.75rem;
  }
  section.hero {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section.hero .hero--container {
    max-width: 100%;
    left: 50%;
    top: 30%;
  }
  section.hero .hero--container p {
    padding-top: 30px;
    font-size: 18px;
  }
  .inner-header-image {
    margin-bottom: 75px;
  }
  section.resources .resource-copy {
    text-align: center;
    margin-top: 25px;
  }
  .connect-sticky {
    bottom: 0;
    width: 100%;
    flex-direction: row;
  }
  .connect-sticky .btn {
    width: 100%;
    padding: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .connect-sticky .connect-image {
    margin: 0px 25px;
  }
  .connect-sticky .connect-image img {
    max-width: 30px;
  }
}
@media (max-width: 600px) {
  section.hero .hero--container {
    top: 35%;
  }
  .page-template-healthcare-professionals section.hero {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  section.hero--inner h1 {
    font-size: 3rem;
  }
  section.hero--inner h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2rem;
  }
  .home section.hero h1 {
    font-size: 2.5rem;
  }
  section.hero .hero--container {
    padding: 25px;
  }

  section.next {
    margin-top: 0;
  }
  section.next a.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
  }
  section.cube-info .virtueye-card {
    padding: 25px;
  }
  section.cube-info p.lead {
    font-size: 18px;
  }
  .accordion .card,
  .accordion .card-header {
    padding: 5px;
  }
  #home-accordion .card {
    padding: 10px;
  }
  #home-accordion a.btn {
    font-size: 1.5rem;
  }
  .accordion .card-body {
    padding-left: 2.25rem;
  }
  .symptoms-container {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .hbspt-form form .input input:not([type="checkbox"]):not([type="radio"]),
  select {
    width: 100% !important;
  }
  section.hero .hero--container h1 {
    font-size: 34px;
  }
  section.hero--inner .inner-hero-container {
    max-width: 100%;
  }

  .home section.hero h1 {
    font-size: 2rem;
  }
  .home section.hero p {
    padding-top: 25px;
    font-size: 22px;
  }
  section.hero .hero--container {
    top: 37%;
  }
  .hbspt-form .inputs-list.multi-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .hbspt-form .inputs-list.multi-container label.hs-form-radio-display {
    flex-direction: row;
  }
  .hbspt-form .inputs-list.multi-container label input[type="radio"] {
    margin-right: 25px;
  }
}
@media (max-width: 375px) {
  section.hero h1 {
    margin: 0.5rem 0;
  }
  section.hero .hero--container {
    top: 40%;
  }
  section.hero .hero--container p {
    padding-top: 25px;
    font-size: 16px;
  }
  .two-col-copy h2 {
    font-size: 1.75rem;
  }
  section.inner-hero {
    padding-top: 150px;
  }
  section.hero .hero--container h1 {
    font-size: 26px;
  }
  .accordion a.btn.btn-small {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  section.hero .hero--container {
    top: 42%;
  }
}
.page-template-thank-you-patient .main-menu-container {
  padding-top: 0;
}
