@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  color: #585858;
  font-size: 18px;
  line-height: 26px;
}

body p {
  color: #585858;
}

.container-coming-soon {
  padding-top: 1em;
  background-image: url("../img/coming-soon-bg.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 50% !important;
}

.container-coming-soon .highlight {
  color: #0276cf;
  font-weight: 600;
}

.container-coming-soon .learnmore {
  margin-bottom: 0.5em;
}

.container-coming-soon .indiegogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 125px;
}

@media screen and (min-width: 768px) {
  .container-coming-soon {
    padding-bottom: 64px !important;
  }
  .container-coming-soon p {
    margin-left: auto;
    margin-right: auto;
    max-width: 545px;
  }
  .container-coming-soon .indiegogo {
    width: 135px;
  }
}

@media screen and (min-width: 992px) {
  .container-coming-soon .container {
    background-position: 90% top;
  }
}

@media screen and (min-width: 1025px) {
  .container-coming-soon p {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .container-coming-soon .container {
    background-position: 82% top;
  }
}

.container-highlight {
  background-color: #F6F6F6;
  padding-bottom: 2.9375rem;
  padding-top: 2.9375rem;
}

.homepage-2 .container-highlight .container {
  padding-bottom: 0;
}

.homepage-2 .container-highlight .row {
  padding-bottom: 0;
  padding-top: 0;
}

.container-highlight .highlight-heading {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .homepage-2 .container-highlight .container:first-child .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.container-fluid {
  padding: 0;
}

span.s1 {
  color: #0D4675;
}

h1,
h2,
h3,
h4,
h5,
h6,
.cta-presale .heading,
.cta-now-available .heading,
.cta-sale .heading {
  font-family: "Muli", sans-serif;
  color: #0D4675;
}

h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 0.25em;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 600;
}

h3 {
  font-size: 26px;
  line-height: 36px;
  margin: 1em 0;
}

h4,
.cta-presale .heading,
.cta-now-available .heading,
.cta-sale .heading {
  font-size: 24px;
  line-height: 30px;
  margin-top: 1em;
}

h5 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 1em;
}

h6 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 1em;
}

span {
  font-family: "Muli", sans-serif;
}

p {
  font-size: 18px;
  line-height: 26px;
  margin: 5px 0 1em;
  color: #585858;
}

sup,
sub {
  font-size: 0.7em;
  line-height: 0;
  white-space: nowrap;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

::-webkit-input-placeholder, .placeholder {
  color: #585858;
}

:-ms-input-placeholder, .placeholder {
  color: #585858;
}

::-ms-input-placeholder, .placeholder {
  color: #585858;
}

::placeholder, .placeholder {
  color: #585858;
}

input,
button,
textarea,
.learnmore {
  font-family: "Roboto", sans-serif;
}

textarea,
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  border: 1px solid #585858;
}

.center {
  text-align: center;
}

.read-more {
  color: #28d17c;
}

.read-more:hover {
  color: #0D4675;
}

.award-container {
  margin: 2.1875rem auto 0;
  max-width: 68.75rem;
}

.award-image {
  display: block;
  margin: 0 auto 2.5em;
  width: 60%;
}

.award:last-child .award-image {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .award-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .award {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
  }
  .award-image {
    margin: 0 auto;
    max-width: 100%;
  }
  #homepage-3 .embed-container {
    margin-top: 3em;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  -webkit-box-shadow: 0 3px 11px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 11px -3px rgba(0, 0, 0, 0.15);
  /*
	&.scrolled-nav {
		#secondary-menu {
			top: 4px;
		}

		img {
			max-width: 115px !important;
			transition: all 0.3s ease;
		}

		nav ul li {
			padding-bottom: 34px;

			.sub-menu {
				margin-top: 29px;
			}

			a {
				font-size: 11px;
				transition: all 0.3s ease;
			}
		}
	}
	*/
}

header #menu ul li {
  padding-bottom: 0;
  position: relative;
  top: -10px;
}

header .container {
  margin: 15px auto 0 auto;
}

header nav .fa-home {
  font-size: 26px;
}

header nav i {
  color: #28d17c;
  font-size: 18px;
}

header nav i:hover {
  color: #0D4675;
}

header #secondary-menu {
  float: right;
  position: relative;
  top: 14px;
}

header #mobile-secondary-menu {
  padding-left: 10px;
}

a {
  color: #0276CF;
}

a:hover {
  text-decoration: none;
  color: #00D47C;
}

a.post-edit-link {
  margin: 1em 0;
}

ol,
ul {
  list-style: initial;
  margin-left: 18px;
}

blockquote {
  font-size: 26px;
  line-height: 36px;
  font-style: italic;
  padding: 0 1em;
}

blockquote p {
  font-size: 22px;
  line-height: 34px;
  font-style: italic;
  max-width: 740px;
  margin: 0 auto;
}

td {
  vertical-align: middle;
  padding: 1em;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

/* site-wide */
.clearfix {
  clear: both;
}

body.settings_page_tivic-admin-options {
  letter-spacing: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two-third-flex {
  min-width: 65%;
}

.one-third-flex {
  min-width: 25%;
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.entry-content {
  margin-bottom: 2em;
}

i {
  font-style: italic;
}

.fa.fa-shopping-cart {
  margin-top: 2px;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input#wpforms-249-field_1:focus::-webkit-input-placeholder {
  color: transparent;
}

input#wpforms-249-field_1:focus:-moz-placeholder {
  color: transparent;
}

input#wpforms-249-field_1:focus::-moz-placeholder {
  color: transparent;
}

input#wpforms-249-field_1:focus:-ms-input-placeholder {
  color: transparent;
}

.entry-content .wpforms-container {
  padding: 4em;
  background-color: #F6F6F6;
}

.privacy {
  text-align: right;
  margin-top: 30px;
  font-size: 12px;
}

.privacy ul {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .privacy {
    text-align: left;
  }
}

#footer div.wpforms-container-full .wpforms-form input[type="email"] {
  color: #fff;
}

#footer div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #fff !important;
}

div.wpforms-confirmation-container-full {
  background: transparent;
  border: none;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #28d17c;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #28d17c;
  color: #0D4675;
  border: none;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 24px;
  max-height: 44px;
  font-weight: bold;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  color: #0D4675;
  padding-bottom: 5px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: right;
}

.entry-content div.wpforms-container-full .wpforms-form {
  position: relative;
}

.entry-content div.wpforms-container-full .wpforms-form input[type="date"], .entry-content div.wpforms-container-full .wpforms-form input[type="datetime"], .entry-content div.wpforms-container-full .wpforms-form input[type="datetime-local"], .entry-content div.wpforms-container-full .wpforms-form input[type="email"], .entry-content div.wpforms-container-full .wpforms-form input[type="month"], .entry-content div.wpforms-container-full .wpforms-form input[type="number"], .entry-content div.wpforms-container-full .wpforms-form input[type="password"], .entry-content div.wpforms-container-full .wpforms-form input[type="range"], .entry-content div.wpforms-container-full .wpforms-form input[type="search"], .entry-content div.wpforms-container-full .wpforms-form input[type="tel"], .entry-content div.wpforms-container-full .wpforms-form input[type="text"], .entry-content div.wpforms-container-full .wpforms-form input[type="time"], .entry-content div.wpforms-container-full .wpforms-form input[type="url"], .entry-content div.wpforms-container-full .wpforms-form input[type="select"], .entry-content div.wpforms-container-full .wpforms-form input[type="week"] {
  background-color: #F6F6F6;
  border: 1px solid #585858;
  color: #585858;
}

.entry-content div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .entry-content div.wpforms-container-full .wpforms-form input[type="submit"]:active,
.entry-content div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.entry-content div.wpforms-container-full .wpforms-form button[type="submit"]:active {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0276cf;
  color: #fff;
  border: 0;
}

.entry-content div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, .entry-content div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0276cf;
  color: #fff;
  border: 0;
}

.entry-content div.wpforms-container-full .wpforms-form select,
.entry-content div.wpforms-container-full .wpforms-form textarea {
  outline: 0;
  outline-offset: -1px;
  border: 1px solid #585858;
  background-color: #F6F6F6;
}

select {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-moz-selection {
  background: #ffb7b7;
}

::selection {
  background: #ffb7b7;
}

::-moz-selection {
  background: #ffb7b7;
}

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container + .embed-container {
  margin-top: 2rem;
}

.embed-container video,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* growing images */
.layer {
  background-color: #0276cf;
  overflow: hidden;
  position: relative;
}

.grow {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  opacity: 1;
}

.line {
  background-color: #fff;
  height: 2px;
  width: 80%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  position: absolute;
  margin-bottom: 1em;
  top: 48%;
  left: 10%;
}

.foreground:hover .line {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

/* forms */
.contact .wpforms-confirmation-container-full {
  color: #0d4675;
  background: transparent;
  border: 1px solid #0d4675;
  padding: 15px 15px;
  margin: 2em;
}

.contact .wpforms-confirmation-container-full p {
  color: #0d4675;
}

.wpforms-confirmation-container-full {
  color: #0D4675;
  background: transparent;
  border: 1px solid #0D4675;
  padding: 15px 15px;
  margin: 2em;
}

.wpforms-submit-container button:hover {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0276cf;
  color: #fff;
}

#wpforms-249 label,
.wpforms-field-hp {
  display: none;
}

.entry-content div.wpforms-container-full .wpforms-form .wpforms-field-row {
  margin-bottom: 20px;
  position: relative;
}

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

.page-id-9 {
  position: relative;
}

.page-id-9 h5 {
  color: #585858;
  margin-bottom: 50px;
}

.page-id-9 h5 span {
  font-size: 120%;
  color: #b5c5eb;
}

.page-id-9 .align-center {
  margin-top: 50px;
}

.page-id-9 .align-center h4,
.page-id-9 .align-center .cta-presale .heading,
.page-id-9 .align-center .cta-now-available .heading,
.page-id-9 .align-center .cta-sale .heading {
  line-height: 150%;
}

.page-id-9 .align-center p {
  margin: 30px 0;
}

/* 404 */
.error404 .container [type="submit"] {
  background-color: #28d17c;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 24px;
  max-height: 44px;
  cursor: pointer;
  margin-left: -5px;
}

.error404 .container [type="submit"]:hover {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0276cf;
  color: #fff;
}

.error404 .container input {
  padding: 8px 12px;
}

.error404 .container article {
  padding: 8em 0 4em 0;
  margin: 0 auto;
  text-align: center;
}

.error404 .container .title-wrap {
  display: none;
}

/* search */
.page-template-template-search input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #585858;
  padding: 8px 12px;
  line-height: 26px;
}

.page-template-template-search .entry-content [type="submit"] {
  background-color: #28d17c;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 16px;
  max-height: 44px;
  cursor: pointer;
  margin-left: -6px;
  border-radius: 0;
}

.page-template-template-search .entry-content [type="submit"]:hover {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0276cf;
  color: #fff;
}

.page-template-template-search .s-form {
  padding: 4em 0 4em 0;
  margin: 0 auto;
  text-align: center;
}

.search article {
  margin: 5px 0 40px;
}

.search article h2 {
  color: #30d07e;
}

.search.search-results .container.main,
.search.search-no-results .container.main {
  margin-top: 100px;
}

.search.search-no-results .container .entry-content input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #585858;
  padding: 8px 12px;
}

.search.search-no-results .container .entry-content [type="submit"] {
  background-color: #28d17c;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 26px;
  max-height: 44px;
  cursor: pointer;
  margin-left: -5px;
  border-radius: 0;
}

.search.search-no-results .container .entry-content [type="submit"]:hover {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0276cf;
  color: #fff;
}

.search.search-no-results .container article {
  padding: 4em 0 4em 0;
  margin: 0 auto;
  text-align: center;
}

.search.search-no-results .container .title-wrap {
  display: none;
}

.search.search-results .container .entry-title {
  margin-bottom: 1em;
}

.search.search-results .container .title-wrap {
  position: relative;
}

.search.search-results .container section article {
  padding: 0;
}

.search.search-results .container section article header {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
}

.homepage-5 {
  position: relative;
  background-color: #F6F6F6;
}

.homepage-5 .row {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.homepage-5 .address {
  margin-bottom: 0;
  padding-top: 40px;
}

.homepage-5 .address address {
  top: 50%;
  left: 0;
  right: 0;
}

.homepage-5 .address * {
  color: #fff;
}

.homepage-5 .contact {
  padding: 40px 0 20px;
}

.homepage-5 form {
  width: 100%;
}

.homepage-5 form input,
.homepage-5 form textarea {
  color: #585858 !important;
  border: 1px solid #585858 !important;
}

.map > div {
  float: none !important;
}

/* Contact Us Page */
.page-id-10 {
  position: relative;
}

.page-id-10 .container-fluid {
  padding: 0;
}

.page-id-10 .homepage-5 {
  position: relative;
  background-color: transparent;
  padding-bottom: 60px;
}

.page-id-10 .homepage-5 .row {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.page-id-10 .homepage-5 ::-webkit-input-placeholder {
  color: #585858;
}

.page-id-10 .homepage-5 :-ms-input-placeholder {
  color: #585858;
}

.page-id-10 .homepage-5 ::-ms-input-placeholder {
  color: #585858;
}

.page-id-10 .homepage-5 ::placeholder {
  color: #585858;
}

.page-id-10 .homepage-5 form {
  width: 100%;
}

.page-id-10 .homepage-5 form input,
.page-id-10 .homepage-5 form textarea {
  color: #585858 !important;
  border: 1px solid #585858 !important;
}

.page-id-10 .homepage-5 .address {
  margin-bottom: 0;
  padding-top: 40px;
}

.page-id-10 .homepage-5 .address address {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-id-10 .homepage-5 .address p {
  color: #585858;
  margin-bottom: 10px;
}

.page-id-10 .homepage-5 .address a {
  color: #0276CF;
}

.page-id-10 .homepage-5 .address a:hover {
  color: #00D47C;
}

.page-id-10 .homepage-5 .address div {
  width: 80%;
}

.page-id-10 .homepage-5 .address .mail, .page-id-10 .homepage-5 .address .email, .page-id-10 .homepage-5 .address .press, .page-id-10 .homepage-5 .address .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.page-id-10 .homepage-5 .address .mail .icon {
  background-image: url(../img/mail-icon.png);
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background-size: contain;
}

.page-id-10 .homepage-5 .address .phone .icon {
  background-image: url(../img/phone-icon.png);
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background-size: contain;
}

.page-id-10 .homepage-5 .address .email .icon {
  background-image: url(../img/arrow-icon.png);
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background-size: contain;
}

.page-id-10 .homepage-5 .address .press .icon {
  background-image: url(../img/camera-icon.png);
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background-size: contain;
}

.page-id-10 .homepage-5 .contact {
  padding: 32px 0 20px;
}

.page-id-10 .homepage-5 .contact h2 {
  margin-bottom: 1em;
}

.page-id-10 .map > div {
  float: none !important;
}

/* special classes */
.learnmore {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0.75em 3.75em;
  background-color: #28d17c;
  color: #0D4675;
  font-weight: 600;
}

.learnmore:hover {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0D4675;
  color: #fff;
}

.learnmore.square {
  padding: 5px 12px;
}

.learnmore.square span {
  padding: 0;
}

.learnmore.square i {
  font-size: 30px;
  color: #fff;
  -webkit-text-stroke: 2px #28d17c;
  -moz-text-stroke: 2px #28d17c;
  -o-text-stroke: 2px #28d17c;
  -ms-text-stroke: 2px #28d17c;
  font-weight: 900;
}

.learnmore.square:hover i {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -webkit-text-stroke: 2px #0D4675;
  -moz-text-stroke: 2px #0D4675;
  -o-text-stroke: 2px #0D4675;
  -ms-text-stroke: 2px #0D4675;
}

.learnmore .span {
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 1em;
}

.align-right {
  text-align: right;
}

.img-wrap {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  min-height: 300px;
}

.img-wrap > i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 50px;
  color: #383838;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.abs-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #0D4675 !important;
  margin-top: 5px;
}

.trigger {
  cursor: pointer;
  z-index: 10000;
  position: relative;
}

.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 30px;
}

.featured-thumbnail.mobile {
  display: none;
}

.featured-thumbnail {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.featured-thumbnail .title-wrap .entry-title {
  position: relative;
  margin-left: -2px;
}

.featured-thumbnail .container {
  padding-left: 0;
  padding-right: 0;
  /*.head-excerpt {
			color: #9e8fc4;
		}*/
}

.title-wrap-new {
  margin-bottom: 0;
  margin: 2em 0;
}

.title-wrap-new .head-excerpt p {
  color: #585858;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.container article {
  padding: 2em 0 2em 0;
}

.container.single .title-wrap {
  position: relative;
  margin-top: 120px;
  width: 100%;
  padding: 1em 0 0 0;
}

.container .title-wrap {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 65%;
  padding: 1em;
  max-width: 775px;
}

.container .title-wrap h1 {
  margin-bottom: 4px;
}

.container .title-wrap p {
  color: #a890f4;
  margin: 0;
}

.share-buttons {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.share-buttons span {
  text-transform: uppercase;
  color: #28d17c;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.share-buttons > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  background-color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
}

.share-buttons > div:last-of-type {
  margin-right: 0;
}

.share-buttons i {
  color: #28d17c;
  font-size: 18px;
  line-height: 35px;
}

.share-buttons i:hover {
  color: #0D4675;
}

.seemore {
  margin: 30px 0 60px;
  text-align: center;
}

.seemore a:hover {
  text-decoration: none;
}

.seemore span {
  color: #28d17c;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.seemore span i {
  color: #28d17c;
  font-size: 20px;
  line-height: 24px;
  -webkit-text-stroke: 3px #fff;
  -moz-text-stroke: 3px #fff;
  -o-text-stroke: 3px #fff;
  -ms-text-stroke: 3px #fff;
}

.seemore span:hover {
  color: #0D4675;
}

.seemore span:hover i {
  color: #0D4675;
}

/* ClearUP */
.page-template-template-clearup .product-head {
  text-align: center;
  padding-top: 2em;
  padding-top: 2.9375rem;
}

.page-template-template-clearup .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-clearup .product.bessy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-template-template-clearup .product .p-image {
  min-width: 50%;
  text-align: center;
  margin: 0 auto;
}

.page-template-template-clearup .product .p-information {
  min-width: 50%;
}

.page-template-template-clearup .product .p-information .inner {
  padding: 40px 20px 40px 20px;
}

.page-template-template-clearup .product .p-information .container {
  padding: 0;
}

.page-template-template-clearup .product .p-information .button {
  margin: 1em 0;
}

.page-template-template-clearup .product_benefits_two {
  background-color: #E8EFFF;
}

.page-template-template-clearup .product_benefits_two .p-image {
  margin-bottom: 2em;
}

.page-template-template-clearup .product_benefits_two .button_feature {
  clear: both;
}

.page-template-template-clearup .center-cta {
  position: relative;
}

.page-template-template-clearup .center-cta #signup_cta {
  background-color: #E8EFFF;
}

.page-template-template-clearup .center-cta #wpforms-249-field_1-container input {
  background-color: #E8EFFF;
}

.page-template-template-clearup .chart {
  margin: 2em 0;
}

.page-template-template-clearup .container .reviews article {
  background-color: #ebebeb;
  padding: 30px;
  margin-bottom: 20px;
}

.page-template-template-clearup .material {
  margin-left: 0;
  float: left;
}

.page-template-template-clearup-ab .featured-thumbnail {
  display: none;
}

.page-template-template-clearup-ab .hero {
  background-image: url(https://staging-tivichealth.kinsta.cloud/wp-content/uploads/2020/12/group-5.png);
  max-width: 100%;
  height: 605px;
  margin-top: 105px;
}

.page-template-template-clearup-ab .hero .content .title {
  font-family: Muli;
  font-size: 62px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.page-template-template-clearup-ab .hero .content .title span {
  font-size: 22px;
  width: 18px;
  height: 28px;
}

.page-template-template-clearup-ab .hero .content .learnmore {
  color: #ffffff;
}

.page-template-template-clearup-ab .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-clearup-ab .product.bessy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-template-template-clearup-ab .product .p-image {
  min-width: 50%;
  text-align: center;
  margin: 0 auto;
}

.page-template-template-clearup-ab .product .p-information {
  min-width: 50%;
}

.page-template-template-clearup-ab .product .p-information .inner {
  padding: 40px 20px 40px 20px;
}

.page-template-template-clearup-ab .product .p-information .container {
  padding: 0;
}

.page-template-template-clearup-ab .product .p-information .button {
  margin: 1em 0;
}

.footnote {
  color: #0D4675;
  font-size: .75rem;
  line-height: 1rem;
}

/* Header Menus */
header .container > section,
header .container > nav {
  display: inline-block;
  vertical-align: middle;
}

header nav ul {
  margin-bottom: 0;
  -webkit-transition: height 0.5s, line-height 0.5s;
  transition: height 0.5s, line-height 0.5s;
}

header nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  padding-bottom: 56px;
  padding-top: 10px;
}

header nav ul li .sub-menu {
  display: none;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
  position: absolute;
  margin-top: 41px;
  margin-left: 0;
  padding: 1em;
  border-top: 2px solid #28d17c;
  background-color: rgba(255, 255, 255, 0.8);
}

header nav ul li .sub-menu li {
  display: block;
  padding: 0.25em 0;
}

header nav ul li .sub-menu li:first-child {
  top: initial;
}

header nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

header nav ul li a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #585858;
}

header nav ul li a:hover {
  text-decoration: none;
  color: #28d17c;
}

/* Footer Sidebars */
footer {
  background-color: #074577;
  padding: 60px;
}

footer .footer-logo img {
  max-width: 75px;
}

footer a:active {
  color: #28d17c;
}

footer a:hover p {
  color: #28d17c;
}

footer .sub {
  width: 70%;
}

footer .social-icons {
  margin-top: 30px;
}

footer .social-icons a:hover i {
  color: #28d17c;
}

footer ul {
  list-style-type: none;
  margin-left: 0;
}

footer .accent-color {
  color: #28d17c;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: #28d17c;
  text-decoration: none;
}

footer li {
  margin-bottom: 2px;
  font-weight: 300;
}

footer b {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}

footer i {
  font-size: 24px;
}

footer ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: lighter;
}

footer :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: lighter;
}

footer ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: lighter;
}

footer ::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: lighter;
}

footer :-ms-input-placeholder {
  color: #fff;
  font-weight: lighter;
}

footer ::-ms-input-placeholder {
  color: #fff;
  font-weight: lighter;
}

footer input[type="email"] {
  border: 1px solid #fff !important;
  padding: 20px 25px !important;
  max-width: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

footer div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #28d17c;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 40px;
  padding: 1px 15px 1px 15px;
  font-weight: 600;
}

footer div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background-color: #0D4675;
  color: #fff;
  border: none;
}

footer div.wpforms-container-full .wpforms-form button[type="submit"]:hover .fas.fa-chevron-right {
  -webkit-text-stroke: 2px #0D4675;
  -moz-text-stroke: 2px #0D4675;
  -o-text-stroke: 2px #0D4675;
  -ms-text-stroke: 2px #0D4675;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer .wpforms-form .fas.fa-chevron-right {
  font-size: 30px;
  color: #fff;
  -webkit-text-stroke: 2px #28d17c;
  -moz-text-stroke: 2px #28d17c;
  -o-text-stroke: 2px #28d17c;
  -ms-text-stroke: 2px #28d17c;
  font-weight: 900;
  padding: 5px 0 5px 0;
}

#footer.container-fluid {
  padding: 60px 60px 30px 60px;
}

footer a,
footer p,
footer span,
footer i,
footer li {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

footer .wpforms-field-container,
footer .wpforms-submit-container {
  display: inline-block !important;
  vertical-align: top;
  padding: 0 !important;
}

footer div.wpforms-container-full .wpforms-form button[type="submit"],
footer .social-icons ul li {
  display: inline-block;
  margin-right: 15px;
}

footer .social-icons ul li:last-of-type {
  margin-right: 0;
}

footer #footer-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

footer #footer-2 > section {
  width: 50%;
  margin-bottom: 20px;
}

footer #wpforms-89-field_1-container {
  padding: 0;
}

/* homepage sections */
.home .featured-thumbnail {
  display: none;
}

.home p {
  font-family: "Roboto", sans-serif;
}

.homepage-1 {
  position: relative;
}

.homepage-1 .home-image {
  max-width: 150px;
  margin: 1em auto;
}

.homepage-1 i {
  color: #28d17c;
  font-size: 32px;
  cursor: pointer;
  -webkit-text-stroke: 2px #fff;
}

.homepage-1 .learnmore {
  margin: 1.5em 0;
}

.homepage-1 p {
  max-width: 450px;
  margin: 0 auto;
  padding: 0.5em 0;
}

.homepage-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -100;
}

.homepage-1 .bg > video,
.homepage-1 .bg > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
}

.homepage-1 .info {
  position: relative;
  padding-top: 6em;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 2.5em;
}

.homepage-1 .info h1 {
  font-weight: 500;
  margin: 0 auto 60px;
  line-height: 50px;
  font-size: 50px;
  max-width: 95%;
}

.homepage-1 .info a:hover i {
  cursor: pointer;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -moz-animation-name: bounce;
}

.homepage-1 .info a {
  text-decoration: none;
}

.homepage-2 .container:last-of-type .col-sm-12 p {
  max-width: 450px;
  margin-bottom: 1em;
}

.homepage-2 .intro {
  background-color: #E8EFFF;
}

.homepage-2 .intro p {
  color: #0D4675;
}

.homepage-2 video {
  margin-top: 1.5em;
}

.homepage-2 .container:first-of-type .row > div {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1em;
}

.homepage-2 .pre-order {
  max-width: 450px;
  margin: 0 auto;
}

.homepage-2 > div:last-of-type {
  text-align: left;
}

.homepage-2 h2 {
  margin: 1em 0;
}

.homepage-2 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 0;
}

.homepage-2 .learnmore {
  margin: 1em 0 0 0;
}

.homepage-2 .flex > div:first-of-type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homepage-2 .flex > div:first-of-type > div {
  width: 50%;
  padding: 60px 40px;
}

.homepage-3 #wpforms-249 {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.homepage-3 #wpforms-249-field_1-container input {
  background-color: transparent;
}

.homepage-3 #wpforms-249 ::-webkit-input-placeholder {
  color: #585858;
}

.homepage-3 #wpforms-249 :-ms-input-placeholder {
  color: #585858;
}

.homepage-3 #wpforms-249 ::-ms-input-placeholder {
  color: #585858;
}

.homepage-3 #wpforms-249 ::placeholder {
  color: #585858;
}

#homepage-3 .cta {
  padding: 100px 0 100px 0;
  background-image: url(../img/homepage-stay-informed.jpg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#homepage-3 .video {
  background-color: #E8EFFF;
  padding: 4em 0;
}

#homepage-3 .video .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-3 p {
  max-width: 450px;
  margin-bottom: 1em;
}

.homepage-3 .learnmore {
  margin: 1em 0;
}

.homepage-3 a:hover {
  text-decoration: none;
}

.homepage-4 .news {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}

.homepage-4 .n-block {
  padding: 2em 15px;
}

.homepage-4 .video {
  background-color: #E8EFFF;
  padding: 4em 0;
}

.homepage-4 .video .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-4 .container-fluid {
  padding: 0;
}

.homepage-4 .latest-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.homepage-4 .latest-news > div {
  width: 32%;
  margin-bottom: 20px;
}

.homepage-4 a {
  text-decoration: none;
}

.homepage-4 h2 {
  margin-bottom: 1em;
}

.homepage-4 h2:hover {
  color: #28d17c;
}

.homepage-4 .description a {
  font-family: "Roboto", sans-serif;
  color: #28d17c;
  font-weight: 500;
}

.homepage-4 .description a.read-more {
  color: #28d17c;
}

.homepage-4 .description a.read-more:hover {
  color: #0D4675;
}

.homepage-4 .item .top {
  position: relative;
}

.homepage-4 .item .top i {
  -o-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -webkit-transition: color ease 0.3s;
}

.homepage-4 .item .top a:hover .layer .grow {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  opacity: 0.4;
}

.homepage-4 .item .top a:hover i {
  color: #28d17c;
}

.homepage-4 .item .title {
  width: calc(100% - 40px);
  background-color: #0D4675;
  padding: 40px 40px 40px 20px;
  position: relative;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 250px;
  display: table;
}

.homepage-4 .item .title span {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.homepage-4 .item .title .inner {
  display: table-cell;
  vertical-align: middle;
}

.homepage-4 .item .fa {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-text-stroke: 2px #0D4675;
  -moz-text-stroke: 2px #0D4675;
  -o-text-stroke: 2px #0D4675;
  -ms-text-stroke: 2px #0D4675;
  font-size: 30px;
}

.homepage-4 .item p {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 992px) {
  .homepage-4.container {
    max-width: 98%;
  }
}

@media (min-width: 1200px) {
  .homepage-4.container {
    max-width: 1140px;
  }
}

p.subhead {
  color: #E8EFFF;
  margin: 0 0 15px;
}

.homepage-5 {
  position: relative;
}

.homepage-5 .bg-container {
  position: relative;
}

.homepage-5 div.wpforms-container-full {
  margin-bottom: 0;
}

.homepage-5 .row {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-5 h2 {
  text-align: center;
}

.homepage-5 .address {
  padding: 30px 0;
  text-align: left;
  margin-bottom: 0;
}

.homepage-5 .address .social-icons {
  margin-bottom: 2em;
}

.homepage-5 .address .social-icons ul {
  margin-top: 1em;
}

.homepage-5 .address .social-icons ul li {
  display: inline-block;
  margin-right: 0.5em;
}

.homepage-5 .address .social-icons ul li .fab {
  font-family: Font Awesome\ 5 Brands, sans-serif !important;
  font-size: 24px;
}

.homepage-5 .address .social-icons ul li .fab:hover {
  color: #0D4675;
}

.homepage-5 .address ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.homepage-5 .address h5 {
  font-size: 22px;
  font-weight: 400;
}

.homepage-5 .address .contact-block {
  padding: 1em 0;
}

.homepage-5 .address * {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.homepage-5 .contact-wrap {
  padding: 30px 0;
}

.homepage-5 .contact-wrap h5 {
  color: #fff;
  padding: 20px;
}

.homepage-5 form {
  width: calc(100% - 40px);
  max-width: 450px;
  margin: 0 auto;
}

.homepage-5 form input,
.homepage-5 form textarea {
  background-color: rgba(0, 0, 0, 0) !important;
}

.homepage-5 form textarea.wpforms-field-medium {
  height: 200px;
}

.homepage-5 #wpforms-90-field_1-container,
.homepage-5 #wpforms-90-field_2-container {
  display: inline-block;
  width: 49%;
}

.homepage-5 #wpforms-90-field_1-container {
  margin: 0;
}

.homepage-5 #wpforms-90-field_2-container {
  margin-left: 2%;
}

.homepage-5 div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #28d17c;
  color: #0D4675;
  text-transform: uppercase;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
}

.homepage-5 div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  color: #fff;
}

.homepage-5
div.wpforms-container-full
.wpforms-form
button[type="submit"]:hover {
  background-color: #074577;
  border: none;
}

.homepage-5 .wpforms-submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.homepage-5 div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #fff !important;
}

/* About Tivic template page */
.page-template-template-aboutus .flex > div {
  width: 49%;
  margin-bottom: 50px;
}

.page-template-template-aboutus .dark {
  background-color: #dcdbcd;
  padding: 30px;
  height: calc(100% - 60px);
}

.page-template-template-aboutus .dark > * {
  display: inline-block;
  vertical-align: top;
}

.page-template-template-aboutus .circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  margin-right: 30px;
  overflow: hidden;
}

.page-template-template-aboutus .info {
  width: calc(100% - 140px);
}

.page-template-template-aboutus .img-wrap {
  height: 100%;
}

/* Reviews */
.page-id-462 .entry-content article {
  background-color: #ebebeb;
  padding: 30px;
  margin-bottom: 20px;
}

/* Management Team template page */
.team {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.page-template-template-management .item {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

/* advisory board */
.page-id-53 h2 {
  margin-top: 1em;
  font-size: 24px;
}

.page-template-template-management .layer:hover .grow {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  opacity: 0.4;
}

.page-template-template-management .foreground {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  z-index: 2;
}

.page-template-template-management .foreground h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.page-template-template-management .foreground p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.layer:hover .foreground {
  display: block;
}

.info h6 {
  margin-top: 2em;
  color: #585858;
}

.info .about p {
  font-size: 14px;
}

.page-template-template-management .social {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  right: 20px;
}

.page-template-template-management .social p {
  font-size: 1em;
  color: #fff;
}

.page-template-template-management .social i {
  color: #fff;
  font-size: 24px;
}

.page-template-template-management .affiliations {
  color: #28d17c;
  margin: 20px 0;
  font-family: "Roboto", sans-serif;
}

/* Research page */
.page-id-424 .entry-content article {
  background-color: #ebebeb;
  padding: 30px;
  margin-bottom: 20px;
}

.page-id-424 .entry-content article .col-sm-6 {
  padding: 0;
}

.page-id-424 .entry-content article h2 {
  text-transform: uppercase;
  color: #585858;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.page-id-424 .entry-content article .share-buttons {
  text-align: right;
}

.expanding {
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: auto;
}

.expanding:not(.expanded) {
  height: 0;
  overflow: hidden;
  padding-bottom: 26px;
}

.expanding .readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EBEBEB;
  color: #28d17c;
  cursor: pointer;
}

.expanding.expanded .readmore {
  display: none;
}

/* Support material */
.material {
  display: table;
  float: right;
  margin: 0.25em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.material a:hover {
  color: #28d17c;
}

.material div {
  display: table-cell;
  vertical-align: middle;
}

.material:hover .bounce {
  cursor: pointer;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -moz-animation-name: bounce;
}

/* Video */
#video {
  width: 575px;
}

#fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(68, 68, 68, 0.6);
  z-index: 100;
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #28d17c;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose::before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display: none;
}

/* News page */
.page-template-template-news .learnmore.square {
  padding: 0 12px;
}

.page-template-template-news .description {
  margin-top: 1.5em;
}

.page-template-template-news .press .share-buttons {
  text-align: right;
  position: relative;
  top: -10px;
}

.page-template-template-news .press .press-title:hover {
  color: #0D4675;
}

.page-template-template-news .press .press-title:hover h6 {
  color: #0D4675;
}

.page-template-template-news .press-releases article {
  background-color: #ebebeb;
  padding: 30px;
  margin-bottom: 20px;
}

.page-template-template-news h2:hover {
  color: #28d17c;
}

.page-template-template-news h2 .learmore {
  color: #fff;
  padding: 0 11px;
}

.page-template-template-news h6 {
  text-transform: uppercase;
  color: #0276CF;
  margin-bottom: 0;
}

.page-template-template-news h6:hover {
  color: #00D47C;
}

.page-template-template-news .author {
  margin-top: 0;
}

.page-template-template-news .logo {
  margin-bottom: 2em;
  max-width: 200px;
}

.page-template-template-news .milestones h2 {
  margin-top: 0;
}

.page-template-template-news .milestones h6 {
  text-transform: none;
}

.page-template-template-news .milestones .date {
  text-transform: uppercase;
}

.page-template-template-news .milestones article {
  padding: 0 0 1em 0;
}

.page-template-template-news .blog {
  margin-bottom: 60px;
}

.page-template-template-news .blog .article {
  margin-bottom: 30px;
}

.page-template-template-news .blog .article:last-of-type {
  margin-bottom: 0;
}

.page-template-template-news .blog .share-buttons {
  text-align: right;
}

.page-template-template-news .blog .share-buttons div {
  border: 1px solid #ebebeb;
}

.page-template-template-news .articles {
  margin-bottom: 30px;
}

.page-template-template-news .articles .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-template-news .articles article {
  background-color: #ebebeb;
  padding: 30px;
  margin: 0 15px 30px 15px;
}

@media (min-width: 576px) {
  .page-template-template-news .articles article {
    width: 48%;
    margin: 0 0 30px 0;
  }
}

/*Press Release*/
.press_releases-template-default .date {
  margin-bottom: 1.25em;
}

.press_releases-template-default .flex-title {
  max-width: 75%;
}

.press_releases-template-default .share-buttons {
  margin-top: 30px;
}

.press_releases-template-default .post-content {
  margin-top: 1.5em;
}

.post-type-archive-press_releases .entry-meta {
  margin-bottom: 1.5em;
}

.post-type-archive-press_releases .post-edit-link {
  display: none;
}

/* blog */
.post-type-archive-blog .featured {
  margin-bottom: 60px;
  padding-top: 0;
}

.post-type-archive-blog h6 {
  text-transform: uppercase;
  color: #585858;
  margin-bottom: 0;
}

.post-type-archive-blog .author {
  margin-top: 0;
}

.post-type-archive-blog .logo {
  margin-bottom: 2em;
}

.post-type-archive-blog .blog {
  margin-bottom: 60px;
}

.post-type-archive-blog .blog .article {
  margin-bottom: 30px;
  padding-top: 0;
}

.post-type-archive-blog .blog .article:last-of-type {
  margin-bottom: 0;
}

.post-type-archive-blog .blog .share-buttons {
  float: right;
}

.post-type-archive-blog .blog .share-buttons div {
  border: 1px solid #ebebeb;
}

/* single */
.single .single-main {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.single .post-logo {
  max-width: 300px;
  margin: 3em 0 2em 0;
}

.single .thumbnail-wrapper {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.single .thumbnail-wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.related {
  margin-bottom: 60px;
}

.related h6 {
  margin-top: 0;
}

.related .flex > * {
  width: 49%;
}

.single-blog #container #content {
  margin-top: 2em;
}

.single-blog h6 {
  text-transform: uppercase;
  color: #585858;
  margin-bottom: 0;
}

.single-blog .related h2 {
  margin-top: 1.75em;
}

/* Media page */
.page-template-template-media .press-releases article {
  background-color: #ebebeb;
  padding: 30px;
  margin-bottom: 20px;
}

.page-template-template-media h2 .learnmore {
  color: #fff;
  padding: 0 11px;
}

.page-template-template-media .flex.articles {
  margin-bottom: 30px;
}

.page-template-template-media .flex.articles > article {
  width: 49%;
  background-color: #ebebeb;
  padding: 30px;
  margin-bottom: 30px;
}

.kit {
  padding: 1.5em 0;
}

.kit .row {
  background-color: #ebebeb;
  padding: 2em 2em 1.25em 2em;
  margin: 0;
  min-height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* How It Works page template */
.page-template-template-howitworks .start {
  background-color: #e0e0e0;
  padding: 20px;
  width: calc(49% - 40px);
}

.page-template-template-howitworks .purchase {
  background-color: #f5f5f5;
  padding: 20px;
  width: calc(49% - 40px);
}

.page-template-template-howitworks .box {
  background-color: #f5f5f5;
  text-align: center;
  padding: 20px;
}

.page-template-template-howitworks .content-wrap {
  margin: 50px 0;
}

.page-template-template-howitworks .content-wrap > p {
  color: #888;
  font-weight: 300;
}

.page-template-template-howitworks .content a {
  text-decoration: none;
}

.page-template-template-howitworks .start span {
  border: 2px solid #2a2b33;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #2a2b33;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 30px;
  margin-top: 30px;
  display: inline-block;
}

.page-template-template-howitworks .purchase span {
  background-color: #2a2b33;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 0;
  margin-top: 30px;
  display: block;
  text-align: center;
}

.page-template-template-howitworks .box > p {
  color: #888;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}

.page-template-template-howitworks .box h5 {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  margin-top: 30px;
}

.page-template-template-howitworks .box h5 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}

.page-template-template-howitworks .repeater {
  margin: 30px 0;
}

.page-template-template-howitworks .repeater p {
  margin: 10px 0;
}

.page-template-template-howitworks .outro {
  margin: 20px 0;
}

.page-template-template-howitworks .outro p {
  color: #888;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}

/* Blog Archive */
.post-type-archive-blog .featured article > div:last-of-type {
  background-color: #ebebeb;
  padding: 30px;
}

.post-type-archive-blog .blog article {
  margin-bottom: 30px;
}

.post-type-archive-blog .blog article:last-of-type {
  margin-bottom: 0;
}

.post-type-archive-blog .blog article > div:first-of-type {
  width: 250px;
}

.post-type-archive-blog .blog article > div:last-of-type {
  width: calc(100% - 280px);
}

/* FAQ Page */
.page-id-320 {
  position: relative;
}

.page-id-320 h2 {
  margin-bottom: 1em;
}

.page-id-320 h3 {
  color: #585858;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 3px;
}

.page-id-320 .question {
  margin-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 5px;
}

.page-id-320 .question > a {
  display: block;
  padding-right: 25px;
  cursor: pointer;
}

.page-id-320 .question > a::after {
  position: absolute;
  top: 0;
  right: 5px;
  font-family: Font Awesome\ 5 Free, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #28d17c;
  font-weight: 900;
  -webkit-text-stroke: 2px #fff;
  -moz-text-stroke: 2px #fff;
  -o-text-stroke: 2px #fff;
  -ms-text-stroke: 2px #fff;
}

.page-id-320 .question > a[aria-expanded="true"]::after {
  content: "\f077";
}

.page-id-320 .question > a[aria-expanded="false"]::after {
  content: "\f078";
}

/* Single Post */
.single #content > div:last-of-type {
  background-color: #ebebeb;
  padding: 30px;
}

.single #content {
  margin-bottom: 30px;
}

/* Signup CTA */
#signup_cta,
#landingpage_signup_cta {
  background-color: #E8EFFF;
  text-align: center;
  padding: 60px 0;
}

#signup_cta p,
#landingpage_signup_cta p {
  padding: 5px 15px 5px 15px;
  color: #0D4675;
}

#landingpage_signup_cta {
  background-image: url("../img/Tivic_FutureUpdates_Email_Banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#landingpage_signup_cta h2,
#landingpage_signup_cta p {
  color: #F6F6F6;
}

#landingpage_signup_cta h2 {
  font-weight: bold;
  margin-bottom: 0;
}

#wpforms-249 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wpforms-249 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wpforms-249 .wpforms-submit-container button {
  background-color: #28d17c;
  color: #0D4675;
  border: none;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 24px;
  max-height: 44px;
  font-weight: bold;
}

#wpforms-249 .wpforms-submit-container button:hover {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0276cf;
  color: #fff;
}

#wpforms-249 ::-webkit-input-placeholder {
  color: #585858;
}

#wpforms-249 :-ms-input-placeholder {
  color: #585858;
}

#wpforms-249 ::-ms-input-placeholder {
  color: #585858;
}

#wpforms-249 ::placeholder {
  color: #585858;
}

#wpforms-249-field_1-container {
  max-width: 400px;
}

#wpforms-249-field_1-container input {
  padding: 21px 12px;
  border: 1px solid #585858;
  background-color: #E8EFFF;
  font-size: 16px;
  line-height: 24px;
  max-height: 44px;
}

/* Testimonial Slider */
.testimonials {
  width: calc(100% - 40px);
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto 60px;
}

.testimonials h2 {
  color: #0D4675;
}

.testimonials > p {
  color: #777;
}

.testimonial-slider {
  position: relative;
  margin: auto;
  display: table;
}

.testimonial-slider .item {
  width: 50%;
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 300px;
}

.testimonial-slider .item .bottom-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.testimonial-slider .item > p {
  max-width: 70%;
  margin: auto;
  font-style: italic;
  text-align: center;
  padding: 3em 0;
}

.testimonial-slider .item:nth-of-type(2n) {
  background-color: #fff;
}

.testimonial-slider .item:nth-of-type(2n + 1) {
  background-color: #0D4675;
}

.testimonial-slider .item:nth-of-type(2n) p {
  color: #0D4675;
}

.testimonial-slider .item:nth-of-type(2n + 1) p {
  color: #fff;
}

.testimonial-nav {
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  padding: 5px 12px;
  background-color: #28d17c;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.testimonial-nav i {
  font-size: 30px !important;
  color: #fff !important;
  -webkit-text-stroke: 2px #28d17c;
  -moz-text-stroke: 2px #28d17c;
  -o-text-stroke: 2px #28d17c;
  -ms-text-stroke: 2px #28d17c;
}

.testimonial-prev {
  left: -20px;
}

.testimonial-next {
  right: -20px;
}

.bottom-right p {
  text-align: right;
  margin-bottom: 0;
}

.testimonial-items {
  display: block;
  width: 100%;
  overflow: hidden;
}

.testimonial-items i {
  font-size: 30px !important;
  color: #a890f4 !important;
  position: absolute;
  top: 20px;
  left: 20px;
}

/* Mobile Menu */
header #mobile-primary-menu,
header #mobile-secondary-menu {
  display: none;
}

.menu-mobile-primary-menu-container-wrapper {
  position: fixed;
  width: 300px;
  right: -310px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 11px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 11px -3px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.menu-mobile-primary-menu-container-wrapper .menu-mobile-primary-menu-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: auto;
}

.menu-mobile-primary-menu-container-wrapper .menu-mobile-primary-menu-container > ul {
  margin-top: 65px;
  margin-bottom: 65px;
}

.menu-mobile-primary-menu-container-wrapper .menu-mobile-primary-menu-container > ul li {
  margin-top: 1em;
  padding-bottom: 0;
}

.menu-mobile-primary-menu-container-wrapper .menu-mobile-primary-menu-container > ul li:first-child {
  top: 0;
}

.menu-mobile-primary-menu-container-wrapper .menu-mobile-primary-menu-container > ul li .sub-menu {
  opacity: 1;
  position: relative;
  padding-top: 0;
  padding-left: 1em;
  margin-top: 1em;
  margin-right: 0;
  border-top: 0;
  background-color: transparent;
  padding-bottom: 0;
  display: block;
}

.menu-mobile-primary-menu-container-wrapper .menu-mobile-primary-menu-container > ul li .sub-menu li {
  margin-top: 1em;
  padding: 0;
}

.admin-bar header {
  top: 32px;
}

/* investors */
.page-id-314 .investor-logo {
  min-height: 250px;
  background-size: contain;
  width: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-id-314 .entry-content .container-fluid img {
  max-width: 250px;
}

.page-id-314 .entry-content .container-fluid .row .col-sm-12 {
  text-align: center;
}

.page-id-314 .entry-content .container-fluid .row .col-sm-12 p {
  background-color: #ebebeb;
  text-align: center;
  padding: 10px 0;
}

/* timeline */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 3.5em auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #0D4675;
  bottom: 0;
  left: 20%;
  margin-left: -3px;
  height: calc(100% - 50px);
  top: 10px;
}

.timeline .timeline-container {
  position: relative;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline .timeline-container::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 20%;
  background-color: #0D4675;
  border: 4px solid #0D4675;
  top: 10px;
  border-radius: 18px;
  z-index: 1;
  margin-left: -10px;
}

.timeline .left {
  left: 0;
  width: 20%;
  text-align: center;
}

.timeline .right {
  width: 70%;
  left: 10%;
}

.timeline .content {
  position: relative;
}

.timeline-arrow {
  margin: 20px 0;
}

/* mobile menu */
#header .container {
  padding: 0;
}

#header .header-logo {
  max-width: 175px;
}

#header #mobile-primary-menu {
  float: right;
}

#header #mobile-primary-menu .menu-mobile-primary-menu-container li {
  display: block;
}

#header #mobile-primary-menu .trigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
}

#header #mobile-primary-menu .trigger i {
  background-color: #28d17c;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}

#header #mobile-primary-menu .trigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

#header #mobile-primary-menu .trigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

#header #mobile-primary-menu .trigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

#header #mobile-primary-menu .trigger.animate i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

#header #mobile-primary-menu .trigger.animate i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

#header #mobile-primary-menu .trigger.animate i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}

/* Responsive Styling */
@media screen and (max-width: 1199.98px) {
  #header .container {
    max-width: 100%;
  }
  #header .fa.fa-shopping-cart {
    margin-top: 2px;
  }
}

@media screen and (max-width: 991.98px) {
  #header .header-logo {
    max-width: 125px;
  }
  .press_releases-template-default .flex-title {
    max-width: 100%;
  }
  .press_releases-template-default .share-buttons {
    margin-top: 0.5em;
  }
  .admin-bar header {
    top: 46px;
  }
  footer .social-icons {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .homepage-5 .bg-container {
    background-color: #0276cf;
  }
  .homepage-5 .img-container {
    display: none;
  }
  .homepage-5 .blue-container {
    display: none;
  }
  .homepage-5 .contact {
    padding: 0;
  }
  .homepage-5 form {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 885px) {
  header nav ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767.98px) {
  .featured-thumbnail {
    height: 300px;
  }
  .entry-content .wpforms-container {
    padding: 1em;
  }
  .team {
    height: 450px;
    background-position: top;
  }
  .container article {
    padding: 1em 0 2em 0;
  }
  /* enable the mobile menu at this point */
  header #menu,
  header #secondary-menu {
    display: none;
  }
  header #mobile-primary-menu,
  header #mobile-secondary-menu {
    display: inline-block;
  }
  header {
    margin: 0 auto;
    position: absolute;
  }
  header .container {
    margin: 10px auto;
  }
  header i {
    font-size: 30px !important;
  }
  header nav ul li {
    margin-right: 15px;
  }
  .homepage-2 .col-sm-12 {
    text-align: center;
  }
  .homepage-1 .home-image {
    max-width: 125px;
  }
  .homepage-1 .info {
    top: 15%;
  }
  .homepage-1 .info h1 {
    line-height: 34px;
    font-size: 30px;
  }
  .homepage-2 .container {
    padding-bottom: 2em;
  }
  .homepage-2 .flex > div:first-of-type > div {
    width: 100%;
  }
  .homepage-2 .meet-synus .abs-center {
    position: relative;
    padding: 30px 0;
  }
  .homepage-2 .testimonial-slider .item {
    width: calc(100% - 60px);
  }
  #homepage-3 .cta {
    text-align: center;
    background-size: 75%;
    padding: 100px 0 100px 0;
  }
  .homepage-3 #wpforms-249 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepage-4 .latest-news .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .homepage-5 .contact-us {
    width: 100%;
  }
  .homepage-5 .flex > div {
    width: 100%;
  }
  .footer-wrap > div {
    width: 100%;
  }
  .footer-wrap #footer-1 {
    margin-bottom: 20px;
  }
  .footer-wrap #footer-2 > section {
    width: 100%;
  }
  footer {
    padding: 60px 0;
  }
  .page-template-template-advisors .item {
    width: 48%;
  }
  .page-template-template-clearup .product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #compare td {
    font-size: 12px;
    line-height: 14px;
  }
  .flex-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .two-third-flex {
    min-width: auto;
    width: 100%;
  }
  .one-third-flex {
    min-width: auto;
    width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  .homepage-2 .container:first-child .col-sm-12 p {
    max-width: 325px;
    margin: 0 auto;
  }
  .shrink {
    font-size: 14px;
  }
  .single #content > div:last-of-type {
    padding: 15px;
  }
  .page-template-template-news .container .container .material {
    padding: 0;
    margin-top: 1.5em;
    margin-left: -15px;
  }
  .material {
    float: none;
    font-size: 10px;
    line-height: 12px;
  }
  .featured-thumbnail.desktop {
    background-image: none;
    height: auto;
  }
  .featured-thumbnail.mobile {
    display: block;
    height: 350px;
  }
  .container .title-wrap {
    position: relative;
  }
  .container .title-wrap {
    width: 100%;
    bottom: -2px;
  }
  footer #footer-2 > section {
    width: 100%;
    margin-bottom: 20px;
  }
  .featured-thumbnail {
    padding-bottom: 0;
  }
  .homepage-1 .info {
    width: 100%;
  }
  .page-template-template-advisors .item {
    width: 100%;
  }
  h1 {
    line-height: 46px;
  }
  h2 {
    line-height: 32px;
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .cta-presale .heading,
  .cta-now-available .heading,
  .cta-sale .heading {
    font-size: 20px;
    line-height: 24px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
  h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .related h6 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 1em;
  }
  .related .col-lg-6 {
    margin-bottom: 2em;
  }
  .learnmore {
    padding: 0.75em 2.25em;
  }
  #homepage-3 {
    background-position: left;
  }
  #footer.container-fluid {
    padding: 60px 0;
  }
  #wpforms-249 .wpforms-submit-container button {
    padding: 10px;
  }
  .post-type-archive-blog .blog article > div:last-of-type {
    width: 100%;
    margin-top: 1em;
  }
  .page-template-template-news h6 {
    margin-top: 1em;
  }
  .page-id-424 .entry-content article .share-buttons,
  .page-template-template-news .blog .share-buttons {
    text-align: left;
  }
  #compare td {
    font-size: 10px;
  }
  .homepage-1 .home-image {
    max-width: 100px;
  }
  .page-template-template-search .entry-content [type="submit"],
  .search.search-no-results .container .entry-content [type="submit"] {
    padding: 10px 10px;
  }
  .error404 .container .entry-content [type="submit"] {
    padding: 10px;
  }
  #video {
    width: 300px;
  }
  #light {
    left: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .team {
    height: 300px;
  }
  .info h6 {
    font-size: 20px;
    line-height: 22px;
  }
  .homepage-5 .contact-wrap h5 {
    padding-bottom: 0;
  }
  .homepage-5 .address .social-icons {
    margin-bottom: 0;
  }
  footer .sub {
    width: 100%;
  }
  .page-id-10 .homepage-5 .contact {
    padding: 0 0 20px;
  }
  .page-template-template-search .s-form {
    padding: 2em 0 2em 0;
    margin: 0 auto;
    text-align: left;
  }
  .timeline::after {
    left: 30%;
  }
  .timeline .timeline-container::after {
    left: 29.5%;
  }
  .timeline .left {
    width: 27%;
    text-align: left;
  }
  .timeline .right {
    width: 63%;
  }
}

/* archive */
.post-type-archive-press_releases #container #content {
  padding: 2em 0;
}

/* overrides */
.page-id-317 .entry-content i {
  font-size: 54px;
  line-height: 60px;
  color: #30d07e;
}

@media (min-width: 576px) {
  .homepage-2 .container:first-child .col-sm-12 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #compare td {
    font-size: 7px;
    line-height: 10px;
  }
}

/**
 * Widgets -------------------------------------------------------------------
 */
.cta-presale,
.cta-now-available,
.cta-sale {
  text-align: center;
}

.cta-presale .container,
.cta-now-available .container,
.cta-sale .container {
  background-color: #fff;
  bottom: -1px;
  padding: 0 1em 0 2em;
  position: absolute;
  right: 0;
  width: 265px;
}

.cta-presale .heading,
.cta-now-available .heading,
.cta-sale .heading {
  font-weight: 600;
  margin-bottom: 0.4em;
}

.cta-presale .mobile p,
.cta-now-available .mobile p,
.cta-sale .mobile p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.cta-presale .desktop,
.cta-now-available .desktop,
.cta-sale .desktop {
  display: none;
}

.cta-presale .desktop p,
.cta-now-available .desktop p,
.cta-sale .desktop p {
  font-size: 14px;
  line-height: 1.5em;
}

.cta-presale .desktop a,
.cta-now-available .desktop a,
.cta-sale .desktop a {
  font-size: 12px;
}

.cta-presale .highlight,
.cta-now-available .highlight,
.cta-sale .highlight {
  color: #0276cf;
  font-weight: 600;
}

.cta-presale .btn,
.cta-now-available .btn,
.cta-sale .btn {
  background-color: #28d17c;
  border-radius: 0;
  color: #0D4675;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  text-transform: uppercase;
  width: 131px;
  font-weight: bold;
}

.cta-presale .btn:hover,
.cta-now-available .btn:hover,
.cta-sale .btn:hover {
  -webkit-transition: all backgroundColor 0.3s;
  transition: all backgroundColor 0.3s;
  background-color: #0276cf;
  color: #fff;
}

.cta-sale .container {
  background-image: url("../img/sale.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 140px;
  z-index: 1;
}

.cta-sale .container .heading {
  font-size: 1.5em;
}

@media only screen and (max-width: 667px) {
  .cta-sale .container .heading {
    margin-top: 0.5em;
  }
}

.cta-sale .container .details {
  padding-left: .2em;
  text-align: left;
  max-width: 65%;
}

@media only screen and (max-width: 667px) {
  .cta-sale .container .details {
    max-width: 50%;
  }
}

@media only screen and (max-width: 667px) {
  .cta-sale .container {
    background-size: 50%;
    padding: 1em 0 0 0.5em;
  }
}

.cta-now-available .container {
  background-image: url("../img/30day-medallion.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 80px 70px;
  padding-top: 140px;
}

@media only screen and (max-width: 667px) {
  .cta-now-available .container {
    background-position: top center;
    background-size: 160px 150px;
  }
}

.cta-now-available .heading {
  padding-left: .2em;
  text-align: left;
}

@media (min-width: 768px) {
  .cta-presale .container,
  .cta-now-available .container,
  .cta-sale .container {
    padding: 0.5em;
    width: 318px;
  }
  .cta-presale .img-mobile,
  .cta-presale .mobile,
  .cta-now-available .img-mobile,
  .cta-now-available .mobile,
  .cta-sale .img-mobile,
  .cta-sale .mobile {
    display: none;
  }
  .cta-presale .img-desktop,
  .cta-presale .desktop,
  .cta-now-available .img-desktop,
  .cta-now-available .desktop,
  .cta-sale .img-desktop,
  .cta-sale .desktop {
    display: block;
  }
}

@media (min-width: 1110px) {
  .cta-presale .container,
  .cta-now-available .container,
  .cta-sale .container {
    right: calc((100% - 1110px) / 2);
  }
}

.fa-check {
  color: #28d17c;
  font-size: 1.25em;
}

.treatment-table th {
  background-color: #ebebeb;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}

.treatment-table td {
  text-align: center;
}

.treatment-table td:first-child {
  text-align: left;
}

#post-2081 h5 {
  font-weight: bold;
}

.list-instructions {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
}

.instruction {
  counter-increment: item;
  font-size: 16px;
  margin-bottom: 1.5em;
}

.instruction:before {
  margin-right: 10px;
  content: counter(item);
  background: #ececec;
  border-radius: 100%;
  color: #585858;
  width: 2em;
  height: 2em;
  text-align: center;
  display: inline-block;
}

.header-video {
  width: 80%;
}

/**
 * Forms
 */
.blog-form-submit-button {
  font-size: 30px !important;
  font-weight: 900 !important;
  height: 42px !important;
  width: 48.750px !important;
}

.blog-form-submit-button:hover {
  background-color: #0276cf !important;
}

.blog-form-submit-button:hover.fas.fa-chevron-right {
  -moz-text-stroke-color: #0276cf !important;
  -ms-text-stroke-color: #0276cf !important;
  -o-text-stroke-color: #0276cf !important;
  -webkit-text-stroke-color: #0276cf !important;
  text-stroke-color: #0276cf !important;
}

#physicians-landing-page .headline-desktop {
  color: #9d8dc3;
}

#physicians-landing-page .inner-container {
  margin: 0 auto;
  max-width: 950px;
  padding: 0 2em;
}

#physicians-landing-page .headline-desktop {
  font-size: 1.5em;
  margin: 1em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 850px) {
  #physicians-landing-page .headline-desktop {
    display: block;
    margin: 0 1em 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 450px;
  }
}

#physicians-landing-page .headline-container {
  margin: 0 auto;
  max-width: 790px;
  text-align: center;
}

#physicians-landing-page .headline-container h2 {
  color: #9d8dc3;
  padding: 0 1em;
}

#physicians-landing-page .headline-container .copy-deck {
  padding-left: 2em;
  padding-right: 2em;
}

#physicians-landing-page .content-copy-deck {
  text-align: center;
}

#physicians-landing-page .content-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 0;
}

#physicians-landing-page .content-block-container .content-block {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

#physicians-landing-page .content-block-container .content-block:last-of-type {
  margin-bottom: 0;
}

#physicians-landing-page .content-block-container .content-block .headline {
  font-weight: bold;
  margin-bottom: 0;
}

#physicians-landing-page .content-block-container .content-block .content-block-cta {
  background-color: #28d17c;
  color: #0d4675;
  border: none;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 24px;
  max-height: 44px;
  font-weight: 700;
}

#physicians-landing-page .content-block-container .content-block .content-block > .copy-deck {
  text-align: center;
}

#physicians-landing-page .mechanisms-of-action-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/Tivic_MechanismsOfAction_Banner.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 850px) {
  #physicians-landing-page .mechanisms-of-action-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#physicians-landing-page .mechanisms-of-action-container .mechanisms-of-action-hero {
  bottom: 0;
  left: -10em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 1em;
}

@media only screen and (min-width: 667px) {
  #physicians-landing-page .mechanisms-of-action-container .mechanisms-of-action-hero {
    bottom: -6.25em;
    left: -3em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#physicians-landing-page .content-blocks .content-block {
  width: 100%;
}

@media only screen and (min-width: 667px) {
  #physicians-landing-page .content-blocks .content-block {
    width: 50%;
  }
}

#physicians-landing-page .content-blocks .content-block .headline {
  color: #9d8dc3;
  font-weight: bold;
  font-size: 1.5rem;
}

#physicians-landing-page .content-block-copy-deck {
  margin: 0 1.5em 1.5em;
}

#physicians-landing-page .mechanisms-content-block-container {
  margin: 1em 1em 2em;
}

#physicians-landing-page .mechanisms-content-block-container .inner-container {
  padding: 0;
}

@media only screen and (min-width: 667px) {
  #physicians-landing-page .mechanisms-content-block-container .inner-container {
    padding: 0 2em;
  }
}

@media only screen and (min-width: 667px) {
  #physicians-landing-page .content-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #physicians-landing-page .content-block-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #physicians-landing-page .content-block-container .content-block {
    width: 420px;
    padding: 0 1em;
  }
  #physicians-landing-page .mechanisms-of-action-hero {
    left: -3em;
  }
}
