/*
Theme Name: Healthiq
Template: gillion
Info: style.css file is generated with scss build. Do not modify the styles directly here. 
*/
:root {
  --hiq-green-color: #05ab5b;
  --hiq-green-color-hover: #049a52;
  --hiq-black-color: #1a1c1f;
  --hiq-black-color-dark: #000000;
  --hiq-grey-color: #b1b7ba;
  --hiq-grey-color-dark: #7f8385;
  --hiq-grey-color-light: #dee2e5;
  --hiq-blue-color-dark: #173a68;
  --hiq-blue-color-sky: #4ca9ed;
  --hiq-blue-color-sky-hover: #2e89cc;
  --hiq-blue-color2: #128ee8;
  --hiq-pad: 1.7rem 4.4rem;
  --hiq-pad-sm: 1.2rem 2.55rem;
  --hiq-input-pad: 1.6rem;
  --hiq-input-pad-sm: 1.3rem 1.6rem;
  --hiq-radius: 2px;
  --hiq-font-root: 62.5%;
  --hiq-font-base: 1.6rem;
}

@font-face {
  font-family: "AvertaPE";
  src: url("./assets/fonts/avertape/AvertaPE-Regular.woff2") format("woff2"), url("./assets/fonts/avertape/AvertaPE-Regular.woff") format("woff"), url("./assets/fonts/avertape/AvertaPE-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaPE";
  src: url("./assets/fonts/avertape/AvertaPE-Bold.woff2") format("woff2"), url("./assets/fonts/avertape/AvertaPE-Bold.woff") format("woff"), url("./assets/fonts/avertape/AvertaPE-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--hiq-font-root);
}

html .menu-item a {
  font-weight: normal;
  background-color: none !important;
}

html body {
  background-color: #fff;
  font-size: var(--hiq-font-base);
  font-family: "AvertaPE";
  color: var(--hiq-black-color);
  font-weight: normal;
}

body {
  font-size: var(--hiq-font-base);
  line-height: 1.5;
}
body p {
  line-height: 1.5;
}
body strong {
  font-weight: bold;
}
body a {
  color: var(--hiq-green-color);
}
body a:hover, body a:focus {
  color: var(--hiq-green-color-hover);
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale {
  color: #fff;
  background-color: var(--hiq-green-color-hover);
}

.sh-back-to-top {
  border-radius: 2px;
}

.sh-back-to-top:hover {
  background-color: var(--hiq-blue-color-sky);
  border: 1px solid var(--hiq-blue-color-sky);
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.sh-text-content .page-content p,
.blog-single .post-content p {
  line-height: 1.6;
}

::-moz-selection {
  background-color: var(--hiq-blue-color2) !important;
  color: #fff;
}

::selection {
  background-color: var(--hiq-blue-color2) !important;
  color: #fff;
}

blockquote:before {
  margin-left: 0;
  left: 0;
}

.post-content-share.jssocials {
  display: none !important;
}

.center {
  text-align: center;
}

.icon {
  display: inline-block;
  color: inherit;
  height: 1em;
  width: 1em;
}

.icon use {
  /* icon secondary color - fill */
  fill: inherit;
}

.icon.icon--outline use {
  /* icon secondary color - stroke */
  stroke: inherit;
}

/* --------------------------------

Change icon size

-------------------------------- */
.icon--xs {
  height: 0.5em;
  width: 0.5em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--lg {
  height: 2.4rem;
  width: 2.4rem;
}

.icon--xl {
  height: 3rem;
  width: 3rem;
}

/* -------------------------------- 

Align icon and text 

-------------------------------- */
.icon-text-aligner {
  /* add this class to parent element that contains icon + text */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-text-aligner .icon {
  color: inherit;
  margin-right: 0.4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-text-aligner .icon.icon--align-right {
  margin-right: 0;
  margin-left: 0.4em;
}

.icon-text-aligner .icon use {
  color: inherit;
  fill: currentColor;
}

.icon-text-aligner .icon.icon--outline use {
  stroke: currentColor;
}

/* -------------------------------- 

Icon reset values - used to enable color customizations

-------------------------------- */
.icon {
  fill: currentColor;
  stroke: none;
}

.icon.icon--outline {
  stroke: currentColor;
}

.icon use {
  stroke: none;
}

/* -------------------------------- 

Stroke effects - Nucleo outline icons

- 16px icons -> up to 1px stroke (16px outline icons do not support stroke changes)
- 24px, 32px icons -> up to 2px stroke
- 48px, 64px icons -> up to 4px stroke

-------------------------------- */
.icon--outline.icon--stroke-1 {
  stroke-width: 1px;
}

.icon--outline.icon--stroke-2 {
  stroke-width: 2px;
}

.icon--outline.icon--stroke-3 {
  stroke-width: 3px;
}

.icon--outline.icon--stroke-4 {
  stroke-width: 4px;
}

.icon--outline.icon--stroke-1 use,
.icon--outline.icon--stroke-3 use {
  -webkit-transform: translateX(0.5px) translateY(0.5px);
  -ms-transform: translateX(0.5px) translateY(0.5px);
  transform: translateX(0.5px) translateY(0.5px);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "AvertaPE";
  line-height: 110%;
  font-weight: bold;
}

body h4 {
  line-height: 140%;
}

body h1 {
  line-height: 100%;
}

h1,
.h1 {
  font-size: 4.8rem;
}

h2,
.h2 {
  font-size: 3.2rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4,
.widget-title {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
  line-height: 128%;
}

h6,
.h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}

label {
  font-size: 1.4rem;
  line-height: 124%;
  font-weight: bold;
}

small {
  font-size: 1.2rem;
  line-height: 167%;
}

footer .widget-title,
footer h4 {
  font-size: 2.4rem;
}

.center {
  text-align: center;
}

.site-header {
  background-color: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 5px 0 4px;
  border-bottom: 1px solid #dee2e5;
  -webkit-box-shadow: 0px 4px 12px rgba(26, 28, 31, 0.15);
          box-shadow: 0px 4px 12px rgba(26, 28, 31, 0.15);
}
.site-header.mobile-menu-open {
  padding-bottom: 0;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--hiq-black-color);
  position: relative;
}
.header-content .margin {
  margin-left: 18px;
  margin-right: 16px;
}
.header-content .info {
  text-align: right;
  max-width: 290px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}
.header-content .info h4 {
  margin-bottom: 1px;
  font-size: 1.6rem;
}
.header-content .info h4 a {
  color: var(--hiq-blue-color-dark);
  text-decoration: underline;
}
.header-content .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-content .form-wrap #search-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-content .menu-trigger {
  margin-left: 3rem;
}

.hidden {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  width: 0;
}

.shown {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
  width: auto;
}

#close-trigger,
#humburger-trigger {
  cursor: pointer;
}

.mobile .header-content {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile .header-content > span,
.mobile .header-content > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile .header-content .menu-trigger {
  margin-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile .header-content .menu-trigger > span,
.mobile .header-content .menu-trigger > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile .header-content #close-trigger,
.mobile .header-content #humburger-trigger,
.mobile .header-content #mobile-menu {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mobile .header-content #close-trigger span {
  font-weight: 500;
}
.mobile .header-content #close-trigger span svg {
  margin-left: 1.4rem;
}

.shown.mobile-menu {
  height: 100%;
  opacity: 1;
}

.mobile-menu {
  text-align: left;
  padding: 1.2rem 2.4rem 3.4rem;
  background-color: #f3f5f7;
  height: 0;
  opacity: 0;
}
.mobile-menu form button {
  margin-top: 2.4rem;
}
.mobile-menu nav {
  color: #173a68;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
}
.mobile-menu nav a {
  display: block;
  color: #173a68;
  padding: 1.2rem 0;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu ul li a {
  color: #173a68;
  font-weight: bold;
  font-size: 1.6rem;
}

#wrapper {
  padding-top: 74px;
}

@media (max-width: 600px) {
  .site-header {
    top: 0;
  }

  #wrapper {
    padding-top: 29px;
  }

  body:not(.admin-bar) #wrapper {
    padding-top: 74px;
  }
}
.healthiq-notice {
  background-color: var(--hiq-blue-color-dark);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  padding: 1.2rem 0;
  color: white;
}
.healthiq-notice .desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.healthiq-notice .desc svg {
  margin-right: 12px;
}
.healthiq-notice .buttons {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.healthiq-notice .sh-page-notice-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.healthiq-notice .sh-page-notice-button,
.healthiq-notice .sh-page-notice-button:hover,
.healthiq-notice .sh-page-notice-button:active,
.healthiq-notice .sh-page-notice-button:focus {
  background: none;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 680px) {
  .healthiq-notice {
    padding: 1.2rem 2rem;
  }
  .healthiq-notice .desc {
    width: 80%;
    text-align: left;
  }
}

.btn,
button:not(.slick-arrow),
input[type=submit],
a[class*=btn],
.widget-learn-more {
  background-color: var(--hiq-green-color);
  font-size: var(--hiq-font-base);
  font-weight: bold;
  border-radius: var(--hiq-radius);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus,
button:not(.slick-arrow):hover,
button:not(.slick-arrow):focus,
input[type=submit]:hover,
input[type=submit]:focus,
a[class*=btn]:hover,
a[class*=btn]:focus,
.widget-learn-more:hover,
.widget-learn-more:focus {
  background-color: var(--hiq-green-color-hover);
  color: white;
  -webkit-box-shadow: 0px 4px 12px rgba(26, 28, 31, 0.15);
          box-shadow: 0px 4px 12px rgba(26, 28, 31, 0.15);
}

.btn,
a[class*=btn],
.widget-learn-more {
  padding: var(--hiq-pad);
}

.wpcf7-form .wpcf7-submit {
  background-color: var(--hiq-green-color) !important;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: var(--hiq-green-color-hover) !important;
}

.btn-sm,
a.btn-sm {
  padding: var(--hiq-pad-sm);
}

form label {
  margin: 0;
}
form input::-webkit-input-placeholder {
  color: var(--hiq-grey-color-dark);
  font-style: normal;
  font-weight: bold;
}
form input::-moz-placeholder {
  color: var(--hiq-grey-color-dark);
  font-style: normal;
  font-weight: bold;
}
form input:-ms-input-placeholder {
  color: var(--hiq-grey-color-dark);
  font-style: normal;
  font-weight: bold;
}
form input:-moz-placeholder {
  color: var(--hiq-grey-color-dark);
  font-style: normal;
  font-weight: bold;
}
form input,
form input[type=text],
form input[type=number],
form input[type=password],
form input[type=email],
form input[type=tel],
form select,
form textarea {
  border: 1px solid var(--hiq-grey-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: normal;
  font-weight: bold;
  color: var(--hiq-grey-color-dark);
  padding: var(--hiq-input-pad);
  border-radius: var(--hiq-radius);
  font-size: 16px;
  width: 100%;
  margin-bottom: 4px;
}

select {
  background: white;
  border-radius: 2px;
  color: var(--hiq-black-color);
}
select:focus {
  border-color: var(--hiq-blue-color-sky);
  -webkit-box-shadow: 0px 1px 4px rgba(76, 169, 237, 0.41);
          box-shadow: 0px 1px 4px rgba(76, 169, 237, 0.41);
}

.styled-select {
  position: relative;
  display: block;
  background: white;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
}
.styled-select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: var(--hiq-blue-color-sky);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.styled-select:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.styled-select select {
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background-color: transparent;
  height: 44px;
  margin-bottom: 0;
}

.styled-select-mobile span {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
}
.styled-select-mobile span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  background-color: var(--hiq-blue-color-sky);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.styled-select-mobile span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.styled-select-mobile select {
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background-color: transparent;
  position: relative;
  z-index: 1;
  margin: 0;
  height: 56px;
}

.mobile-menu .search-form .search-field {
  padding: var(--hiq-input-pad);
  display: block;
}
.mobile-menu .search-form label,
.mobile-menu .search-form button {
  width: 100%;
  display: block;
}
.mobile-menu .search-form button {
  padding: var(--hiq-input-pad);
}

.desktop .search-form {
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0;
  top: 3px;
  background: white;
  padding: 0px;
  -webkit-box-shadow: 0px -4px 0px white;
          box-shadow: 0px -4px 0px white;
}
.desktop .search-form .search-field {
  padding: 1.5rem 1.6rem;
  margin-bottom: 0;
}
.desktop .search-form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop .search-form label {
  width: 100%;
  width: 342px;
  position: relative;
  left: 6px;
}
.desktop .search-form button {
  padding: 0;
  width: 136px;
  position: relative;
  z-index: 9;
}
.desktop .show.search-form {
  width: 100%;
  opacity: 1;
}

.search-form label {
  position: relative;
}
.search-form label svg {
  position: absolute;
  top: 49%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.desktop .search-form .search-field,
.mobile .search-form .search-field {
  padding-left: 5.4rem;
}

.wpcf7 form .wpcf7-response-output,
#sales-force-request-error {
  padding: 14px;
  border-radius: 2px;
  margin: 20px 0;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid #4ca9ed;
  /* Blue */
  background: #4ca9ed;
  color: #0c3e63;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #05ab5b;
  /* Green */
  background: #05ab5b;
  color: #043e22;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
#sales-force-request-error {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
  color: #6b0b0b;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  background: #f56e28;
  color: #712b07;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #5d4402;
}

a.more {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--hiq-green-color);
}
a.more:hover svg, a.more:focus svg {
  margin-left: 1.5rem;
}
a.more svg {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 0.8rem;
}

a.link {
  font-weight: bold;
}

.breadcrumb {
  padding: 2.4rem 1.5rem;
  border-radius: 0;
  margin-bottom: 3.4rem;
  background-color: #f3f5f7;
  font-size: 1.6rem;
}
.breadcrumb a {
  color: var(--hiq-blue-color-sky);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: var(--hiq-blue-color-sky-hover);
}
.breadcrumb .crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .crumbs span.delimiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

.sh-load-more {
  margin-top: 8rem;
}

.banner {
  background-size: cover;
  background-position: center center;
  min-height: 65vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 29rem;
}
.banner h1 {
  margin: 0 0 5rem;
  color: white;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
  .banner {
    padding: 2rem 20rem;
  }
}
@media (max-width: 960px) {
  .banner {
    padding: 2rem 10rem;
  }
}
@media (max-width: 768px) {
  .banner {
    background-attachment: initial;
    padding: 0 6rem 2rem;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .banner {
    padding: 2rem 0 0;
  }
  .banner h1 {
    font-size: 4.4rem;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.card .post-thumbnail {
  border-radius: 2px;
  margin-bottom: 3rem;
}
.card .post-thumbnail .post-overlay,
.card .post-thumbnail img {
  border-radius: 2px;
}
.card .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 47, 47, 0.1)), to(rgba(47, 47, 47, 0.3)));
  background: -o-linear-gradient(rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.3));
  background: linear-gradient(rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.3));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .overlay span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0px;
  opacity: 0;
}
.card .card-image {
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
  overflow: hidden;
  max-height: 20.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.card .card-image:hover, .card .card-image:focus {
  -webkit-transform: scale(0.999);
      -ms-transform: scale(0.999);
          transform: scale(0.999);
}
.card .card-image:hover .overlay, .card .card-image:focus .overlay {
  opacity: 1;
}
.card .card-image:hover .overlay span, .card .card-image:focus .overlay span {
  -webkit-animation: fadein 0.3s ease-in-out forwards;
          animation: fadein 0.3s ease-in-out forwards;
  opacity: 0;
}
.card .card-image:hover .overlay span:nth-child(1), .card .card-image:focus .overlay span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.card .card-image:hover .overlay span:nth-child(2), .card .card-image:focus .overlay span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.card .card-image:hover .overlay span:nth-child(3), .card .card-image:focus .overlay span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.card .post-categories {
  color: var(--hiq-blue-color-sky);
}
.card .post-categories a {
  color: var(--hiq-blue-color-sky);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-bottom: 4px;
  margin-left: 4px;
}
.card .post-categories a:first-child {
  margin-left: 0;
}
.card .post-categories a:hover, .card .post-categories a:focus {
  color: var(--hiq-blue-color-sky-hover);
}
.card .card-body a {
  font-weight: bold;
}
.card .card-body a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.card .card-body h2,
.card .card-body h4 {
  margin-bottom: 1rem;
  margin-top: 0;
}
.card .card-body h2 a,
.card .card-body h4 a {
  color: var(--hiq-black-color);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.card .card-body h2 a:hover, .card .card-body h2 a:focus,
.card .card-body h4 a:hover,
.card .card-body h4 a:focus {
  color: var(--hiq-blue-color-sky-hover);
}
.card .card-body p {
  margin-bottom: 1.6rem;
  font-size: inherit;
}
.card .card-body .meta {
  font-size: 1.6rem;
  color: var(--hiq-blue-color-sky);
}
.card .card-body .meta a {
  color: var(--hiq-blue-color-sky);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-bottom: 4px;
  margin-left: 4px;
}
.card .card-body .meta a:first-child {
  margin-left: 0;
}
.card .card-body .meta a:hover, .card .card-body .meta a:focus {
  color: var(--hiq-blue-color-sky-hover);
}
.card .card-body .post-categories-container {
  margin: 0;
  margin-bottom: 1rem;
}
.card .card-body .post-categories {
  text-transform: none;
  font-family: "AvertaPE";
  font-size: 1.4rem;
}
.card .card-body .post-categories a {
  font-family: "AvertaPE";
  font-size: 1.4rem;
}
.card.big .card-image {
  height: 33.4rem;
  max-height: 33.4rem;
}
.card.big, .card.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card.big .card-image, .card.article .card-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.card.big .meta, .card.article .meta {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.card.big .card-body, .card.article .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3.4rem;
}
.card.big .card-body h2, .card.article .card-body h2 {
  padding-right: 4.2rem;
}
.card.top .card-image {
  margin-bottom: 3rem;
  display: block;
  height: 22.2rem;
  max-height: 22.2rem;
}
.card.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.6rem;
}
.card.article .card-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 39%;
          flex: 0 1 39%;
}
.card.article .meta {
  margin-bottom: 1rem;
}
.card.article .card-body {
  margin-left: 2.8rem;
}
.card.related {
  position: relative;
  -webkit-box-shadow: 0px 4px 12px rgba(26, 28, 31, 0.15);
          box-shadow: 0px 4px 12px rgba(26, 28, 31, 0.15);
  border: 1px solid var(--hiq-grey-color);
  border-radius: 3px;
}
.card.related .card-image {
  min-height: 10.14rem;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card.related .card-body {
  background-color: white;
  padding: 8px 1.4rem;
}
.card.related .card-body h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.card.related .card-body h4 svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.6rem;
          flex: 0 0 1.6rem;
  margin-left: 7px;
}
.card.noarticle .card-body {
  margin: 0 0 20px;
  padding: 30px;
  background-color: #cde4f5;
  border-radius: 2px;
}
.card.noarticle .card-body h5 {
  margin-bottom: 0;
  color: #2a6d9e;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards .card {
  margin-right: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cards .card:last-child {
  margin-right: 0;
}

.post-item:not(.post-item-single) .post-content p {
  line-height: 1.5;
}

.blog-style-masonry .post-content-container {
  margin-top: 0;
}

.socializer a > * {
  margin: auto !important;
}

@media (max-width: 800px) {
  .card.big {
    display: block;
  }
  .card.big .card-image {
    min-height: 30rem;
    margin-bottom: 3rem;
  }
  .card.big .card-body {
    margin-left: 0;
  }
  .card.big .card-body h2 {
    padding-right: 0;
  }
  .card.article {
    margin-bottom: 4rem;
  }

  .cards {
    display: block;
  }
  .cards .card {
    margin-left: 0;
    margin-bottom: 3rem;
    margin-right: 0;
  }
  .cards .card .card-image {
    min-height: 24rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .card.related .card-body {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .card.related .card-body h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .realted-posts .cards {
    display: block;
  }

  .cards .card.related {
    margin-bottom: 3rem;
    margin-right: 0;
  }
  .cards .card.related .card-image {
    margin-bottom: 0;
  }
  .cards .card.related .card-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .card.article {
    display: block;
    margin-bottom: 4rem;
  }
  .card.article .card-image {
    margin-bottom: 2rem;
    min-height: 30rem;
  }
  .card.article .card-body {
    margin: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .banner h1 {
    font-size: 3.3rem;
  }

  .banner .btn {
    padding: 1.7rem;
  }

  .banner {
    background-position: initial;
  }

  .mobile .header-content > a {
    margin-right: -10px;
  }

  .mobile .header-content {
    margin-left: -10px;
  }

  .healthiq-notice .desc {
    font-size: 1.5rem;
  }

  .mobile-menu-open .logo svg {
    width: 120px;
  }
}
.section-tabs {
  margin: 0 -30px 0;
}
.section-tabs .tabs {
  margin-bottom: 4.8rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid var(--hiq-grey-color);
}
.section-tabs .tabs h3 {
  margin-bottom: 3.4rem;
}
.section-tabs .cards {
  margin-top: 5.8rem;
}

.nav-tabs {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.6rem;
}
.nav-tabs::before, .nav-tabs::after {
  display: none;
}
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--hiq-grey-color);
  border: 0;
  border-radius: 0;
  margin: 0;
  line-height: inherit;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  padding: 14px 8px;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 0px white;
          box-shadow: 0px 2px 0px white;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a, .nav-tabs > li:focus > a {
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  line-height: inherit;
  color: var(--hiq-blue-color-dark);
  -webkit-box-shadow: 0px 4px 0px var(--hiq-blue-color-sky);
          box-shadow: 0px 4px 0px var(--hiq-blue-color-sky);
}
.nav-tabs .tab-pane h3 {
  line-height: 100%;
}

@media (max-width: 800px) {
  .section-tabs h3,
.section-latest-posts .section-title {
    text-align: center;
  }

  .section-tabs h3 {
    margin-top: 2rem;
  }

  span.category-select {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  span.category-select select {
    width: 100%;
  }
}
.section-latest-posts {
  margin-bottom: 6rem;
}
.section-latest-posts .section-title {
  padding: 0 2rem;
  margin-bottom: 6rem;
}

.hiq-latest-posts .page-content {
  position: relative;
}
.hiq-latest-posts .page-content .test {
  position: absolute;
  background: red;
  width: 70px;
  height: 100px;
  right: -20px;
}
.hiq-latest-posts .article-cards .card:last-child {
  margin-bottom: 0;
}

section.section-mission {
  padding: 8rem 0;
  background-size: cover;
  background-position: center center;
  color: white;
  font-size: 2rem;
  line-height: 120%;
}
section.section-mission h2 {
  color: white;
  font-size: 4.5rem;
  line-height: 107%;
  margin-bottom: 3rem;
}
section.section-mission .mission {
  max-width: 40%;
}
section.section-mission .mission .description {
  padding-right: 4rem;
}
section.section-mission .mission p {
  margin-bottom: 2.4rem;
  font-weight: bold;
}
section.section-mission .mission p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  section.section-mission .mission {
    max-width: 60%;
  }
}
@media (max-width: 800px) {
  section.section-mission .mission {
    max-width: 100%;
    font-size: 1.6rem;
  }
  section.section-mission .mission h2 {
    font-size: 2.4rem;
  }
  section.section-mission .mission p {
    font-weight: normal;
  }
  section.section-mission .mission .description {
    padding-right: 0;
  }
}

#sidebar.sidebar-left,
#sidebar.sidebar-right {
  padding-top: 0;
}
#sidebar.sidebar-left .widget-item:last-child,
#sidebar.sidebar-right .widget-item:last-child {
  margin-bottom: 0;
}

#sidebar .widget-item {
  background-color: white;
  -webkit-box-shadow: 0px 4px 12px rgba(26, 28, 31, 0.15);
          box-shadow: 0px 4px 12px rgba(26, 28, 31, 0.15);
  border: 1px solid var(--hiq-grey-color);
  border-radius: 3px;
  padding: 3.2rem 3.4rem;
  margin-bottom: 3.4rem;
  line-height: 110%;
  font-weight: 400;
  width: 100%;
}
#sidebar .widget-item > *:first-child {
  margin-top: 0;
}
#sidebar .widget-item > *:last-child {
  margin-bottom: 0;
}
#sidebar .widget-item .widget-title {
  font-size: 2rem;
  color: var(--hiq-black-color-dark);
  line-height: 120%;
  position: static;
  margin-bottom: 1.8rem;
}
#sidebar .widget-item .widget-title:before, #sidebar .widget-item .widget-title:after {
  display: none;
}
#sidebar .widget-item a.link {
  color: black;
  font-weight: bold;
  margin: 1.2rem 0;
  display: block;
}
#sidebar .widget-item a[class*=btn],
#sidebar .widget-item input[type=submit] {
  color: white !important;
  padding: 1.7rem 0.7rem;
  margin: 2rem 0;
  display: block;
}
#sidebar .widget-item p:last-child {
  margin-bottom: 0;
}
#sidebar .widget-item em {
  text-align: center;
}
#sidebar .widget-item form,
#sidebar .widget-item form.wpcf7-form {
  margin: 2.4rem 0 1.8rem;
}
#sidebar .widget-item form p,
#sidebar .widget-item form label,
#sidebar .widget-item form.wpcf7-form p,
#sidebar .widget-item form.wpcf7-form label {
  font-size: 1.4rem;
  font-weight: bold;
}
#sidebar .widget-item form p,
#sidebar .widget-item form.wpcf7-form p {
  margin-bottom: 2rem;
}
#sidebar .widget-item form p.submit,
#sidebar .widget-item form.wpcf7-form p.submit {
  margin-bottom: 0;
  position: relative;
}
#sidebar .widget-item form p.submit .ajax-loader,
#sidebar .widget-item form.wpcf7-form p.submit .ajax-loader {
  position: absolute;
  bottom: -21px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
#sidebar .widget-item form input,
#sidebar .widget-item form textarea,
#sidebar .widget-item form.wpcf7-form input,
#sidebar .widget-item form.wpcf7-form textarea {
  border-radius: 2px;
}
#sidebar .widget-item form .wpcf7-submit,
#sidebar .widget-item form.wpcf7-form .wpcf7-submit {
  border-radius: 2px !important;
  padding: var(--hiq-pad) !important;
  line-height: inherit !important;
}
#sidebar .widget-item .widget-get-quote,
#sidebar .widget-item .c-what-is-iq {
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: left;
}
#sidebar .widget-item .widget_about_us .widget-description {
  line-height: inherit;
  opacity: 1;
  font-size: inherit;
}
#sidebar .widget-item .widget-medicare ul {
  color: var(--hiq-blue-color-sky);
  line-height: 119%;
}
#sidebar .widget-item .widget-medicare ul li :last-child a {
  margin-bottom: 0;
}
#sidebar .widget-item .widget-medicare ul li a {
  display: block;
  color: var(--hiq-blue-color-sky) !important;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 2.4rem;
  text-decoration: underline;
}
#sidebar .widget-item .widget-medicare ul li a:hover, #sidebar .widget-item .widget-medicare ul li a:focus {
  color: var(--hiq-blue-color-sky-hover) !important;
}
#sidebar .widget-item .widget-medicare ul li.current-menu-item a {
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  text-decoration: none;
}
#sidebar .widget-item .widget-medicare ul li.current-menu-item a:before {
  content: "";
  background: var(--hiq-blue-color-sky);
  height: 5px;
  width: 5px;
  left: 0;
  border-radius: 50%;
  top: 8px;
  position: absolute;
}

.widget_social_v2 a {
  color: var(--hiq-blue-color-sky);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_social_v2 a:hover, .widget_social_v2 a:focus {
  color: var(--hiq-blue-color-sky-hover);
}

#sidebar .theiaStickySidebar .sidebar-container > div:last-child {
  padding-bottom: 3.2rem;
}

body #sidebar a.btn {
  color: white !important;
}

.sh-footer {
  background-color: var(--hiq-black-color);
  padding: 5rem 0 4rem;
  color: white;
}
.sh-footer h4,
.sh-footer h5 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.sh-footer a {
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.sh-footer a:hover, .sh-footer a:focus {
  color: #dee2e5;
}
.sh-footer .copy {
  border-top: 1px solid #979797;
  padding-top: 3rem;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-widgets .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  margin-right: 2.5%;
}
.footer-widgets .widget:last-child {
  margin-right: 0;
}
.footer-widgets .widget .widget-content {
  margin-bottom: 4rem;
}
.footer-widgets .widget .widget-content:last-child {
  margin-bottom: 0;
}
.footer-widgets .widget-about {
  margin-right: 2.5%;
}
.footer-widgets .widget-about a.link {
  display: block;
  text-decoration: underline;
}
.footer-widgets .widget-about p:last-child {
  margin-top: 3rem;
}
.footer-widgets .widget-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 22.5%;
          flex: 1 1 22.5%;
}
.footer-widgets .widget-menu a {
  padding-left: 6px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: white;
  margin-bottom: 2.4rem;
  display: block;
}
.footer-widgets .widget-menu a:hover, .footer-widgets .widget-menu a:focus {
  padding-left: 10px;
}

.copy {
  color: #dee2e5;
  font-size: 1.2rem;
  line-height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copy p {
  margin-bottom: 1.6rem;
}
.copy p:last-child {
  margin-bottom: 0;
}
.copy .copyright {
  margin-right: 6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 31%;
          flex: 1 0 31%;
}

@media (max-width: 768px) {
  .footer-widgets {
    display: block;
  }

  .widget {
    margin: 0;
    margin-bottom: 2.4rem;
  }
  .widget:last-child {
    margin-bottom: 0;
  }

  .sh-footer .copy {
    display: block;
  }
  .sh-footer .copy .copyright {
    margin: 0;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1080px !important;
  }
}

#wrapper > .sh-page-layout-default {
  padding-top: 4rem;
}

#wrapper #content-wrapper.content-wrapper-with-sidebar {
  margin-top: 0;
}

#content.content-with-sidebar-right {
  padding-right: 50px;
}

.single-post-section .post-head {
  margin-top: -4rem;
}
.single-post-section .post-head .post-thumbnail {
  min-height: 49.6rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-post-section .post-title {
  font-size: 5.4rem;
  line-height: 104%;
  padding: 0 0 1rem;
}
.single-post-section .post-item {
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 0;
}
.single-post-section .post-item .post-content ol,
.single-post-section .post-item .post-content ul {
  padding-left: 2rem;
}
.single-post-section .post-item .post-content p {
  font-size: 1.6rem;
  margin-bottom: 3.6rem;
}
.single-post-section .post-item .post-content a {
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: var(--hiq-blue-color-sky);
  -webkit-box-shadow: 0 0 0 white;
          box-shadow: 0 0 0 white;
}
.single-post-section .post-item .post-content a:hover, .single-post-section .post-item .post-content a:focus {
  -webkit-box-shadow: 0 2px 0 var(--hiq-blue-color-sky);
          box-shadow: 0 2px 0 var(--hiq-blue-color-sky);
}
.single-post-section .post-item .post-content > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post-section .post-related-title {
  border-top: 1px solid var(--hiq-grey-color);
  padding-top: 2.8rem;
  margin-bottom: 2.8rem;
}
.single-post-section .post-single-meta a {
  color: var(--hiq-black-color);
  font-weight: bold;
}
.single-post-section .post-single-meta.top {
  padding: 0 0 2.8rem;
  padding-bottom: 2.8rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid var(--hiq-grey-color);
}
.single-post-section .post-single-meta.bottom {
  padding: 2.8rem 0 0;
  margin-top: 3.2rem;
  border-top: 1px solid var(--hiq-grey-color);
}
.single-post-section .post-item-single-container {
  margin-top: 0;
}
.single-post-section .post-meta {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "AvertaPE";
}
.single-post-section .post-meta i {
  bottom: 0;
}
.single-post-section .post-meta a,
.single-post-section .post-meta span {
  color: var(--hiq-black-color);
  font-size: 1.4rem;
  font-weight: bold;
}
.single-post-section .post-meta a:hover, .single-post-section .post-meta a:focus {
  color: var(--hiq-blue-color-sky) !important;
}
.single-post-section .post-meta .post-share,
.single-post-section .post-meta .post-meta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post-section .post-meta .post-share a,
.single-post-section .post-meta .post-meta-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post-section .post-meta .post-meta-content img {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.single-post-section .post-meta .post-meta-content > span {
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.single-post-section .post-meta .post-meta-content > span:last-child:after {
  display: none;
}
.single-post-section .post-meta .post-meta-content > span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d6d6d6;
  width: 1px;
  top: 2px !important;
  bottom: 5px;
  right: -1px;
  height: 18px;
}
.single-post-section .post-meta .post-share {
  text-transform: uppercase;
}
.single-post-section .post-meta .post-share > * {
  margin-left: 1.6rem;
}
.single-post-section .post-meta .post-share .icon {
  width: 3.2rem;
  height: 3.2rem;
}
.single-post-section .post-meta .post-share .icon.icon--outline {
  stroke: initial;
}
.single-post-section .post-tags .post-tags-item {
  padding: 6px 14px;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-post-section .post-tags .post-tags-item:hover, .single-post-section .post-tags .post-tags-item:focus {
  border: 1px solid var(--hiq-blue-color-sky);
  color: white;
  background-color: var(--hiq-blue-color-sky);
}

.post-meta .socializer .sr-twitter a,
.post-meta .socializer .sr-twitter a:visited {
  border-color: #49a1ec;
  background-color: #49a1ec;
}
.post-meta .socializer .sr-facebook a,
.post-meta .socializer .sr-facebook a:visited {
  border-color: #4766a8;
  background-color: #4766a8;
}
.post-meta .socializer .sr-email a,
.post-meta .socializer .sr-email a:visited {
  border-color: #173a68;
  background-color: #173a68;
}
.post-meta .socializer .sr-print a,
.post-meta .socializer .sr-print a:visited {
  border-color: #12705c;
  background-color: #12705c;
}

#sidebar .widget-item:last-child,
.gillion-columns-sidebar .widget-item:last-child {
  padding-bottom: 3.2rem;
}

.sh-meta-order-bottom .post-content {
  padding-bottom: 0;
}

.search .post-meta-content,
.search .post-meta,
.page-template-page-blog .post-meta-content,
.page-template-page-blog .post-meta,
.archive .post-meta-content,
.archive .post-meta {
  display: none;
}

@media (min-width: 1200px) {
  .single-post #content.content-with-sidebar-right {
    padding-left: 0;
  }
}
.mobile .post-title {
  padding-bottom: 0;
  margin-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 4.8rem;
  margin-top: 3rem;
}
.mobile .breadcrumb {
  font-size: 1.6rem;
  font-weight: 500;
}
.mobile .breadcrumb svg {
  position: relative;
  top: -1px;
}
.mobile .breadcrumb a {
  color: var(--hiq-blue-color-dark);
  text-transform: uppercase;
}

ul.page-numbers a,
ul.page-numbers span {
  color: var(--hiq-blue-color2);
}

ul.page-numbers .current,
ul.page-numbers .current:hover,
ul.page-numbers .next:hover,
ul.page-numbers .prev:hover {
  background-color: var(--hiq-blue-color2);
}

ul.page-numbers .next:hover,
ul.page-numbers .prev:hover {
  color: white;
}

ul.page-numbers a:hover {
  color: var(--hiq-blue-color2);
}

.sh-review-style1 .post-review {
  background: var(--hiq-green-color) !important;
}

@media (max-width: 1050px) {
  .post-single-meta .post-meta {
    display: block;
  }
  .post-single-meta .post-meta .post-meta-content {
    margin-bottom: 1.6rem;
  }
  .post-single-meta .post-meta .post-share span {
    margin-left: 0;
  }
}
@media (max-width: 782px) {
  .admin-bar #page-container {
    padding-top: 32px !important;
  }
}
@media (max-width: 768px) {
  #content.content-with-sidebar-right {
    padding-right: 20px;
  }

  .single #content.content-with-sidebar-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .admin-bar #page-container {
    padding-top: 46px !important;
  }

  #page-container,
.sh-footer {
    max-width: 100%;
  }

  .post-single-meta .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-single-meta .post-meta .post-meta-content {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 700px) {
  .post-single-meta.bottom {
    display: none;
  }
}
@media (max-width: 630px) {
  .post-single-meta .post-meta {
    display: block;
  }
  .post-single-meta .post-meta .post-meta-content {
    margin-bottom: 1.6rem;
  }
  .post-single-meta .post-meta .post-meta-content > span {
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .post-meta-content {
    display: block !important;
  }
}
@media (max-width: 400px) {
  .container.entry-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.archive-title-wrapper {
  background-color: #f3f5f7;
  padding: 2rem;
}

.archive-title-wrapper h5 {
  margin: 0 !important;
  font-size: 2.25rem;
  color: var(--hiq-black-color);
}

.archive .breadcrumb,
.search .breadcrumb {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background-color: #f3f5f7;
  font-size: 1.6rem;
  margin-top: 1rem;
}

.sh-comment-form .sh-comment-form-column {
  width: 100%;
}

.sh-comments-required-notice {
  margin-bottom: 20px;
  float: left;
}

#wp-comment-cookies-consent {
  float: left;
  max-width: 26px;
  margin-left: -5px;
  margin-top: 0px;
}

.sh-comment-form label {
  width: 100%;
  color: var(--hiq-black-color);
  font-size: 1.4rem;
  font-weight: bold;
}

.sh-comments {
  border-top: 1px solid var(--hiq-grey-color);
  padding-top: 2.8rem;
  margin-bottom: 2.8rem;
  margin-top: 30px;
}

@media (min-width: 767px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 68%;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .blog-single .post-content {
    font-size: unset;
  }

  .card .card-body .meta {
    font-size: 1.7rem !important;
  }

  .card .card-body p {
    font-size: 1.7rem !important;
  }

  .post-meta-content span {
    font-size: 1.7rem !important;
  }

  .post-meta-content span a {
    font-size: 1.7rem !important;
  }

  .post-content p {
    font-size: 1.7rem !important;
  }

  .post-content ul li {
    font-size: 1.7rem !important;
  }

  .post-tags-item {
    font-size: 1.2rem !important;
  }

  .post-content {
    font-size: 1.7rem !important;
  }

  .post-categories a {
    font-size: 1.7rem !important;
  }

  .breadcrumb a {
    font-size: 1.7rem !important;
  }

  .card-body h2 {
    font-size: 2.8rem !important;
  }
  .card-body h4 {
    font-size: 2.8rem !important;
  }

  .mobile .container .post-title {
    font-size: 3.1rem !important;
  }

  .card.related .card-body h4 {
    font-size: 1.5rem !important;
  }
}
/*# sourceMappingURL=style.css.map */