/*
  Page URI:     heartmath.org/education/e-learning/heartsmarts-adventure/adventurers/
  Description:  Custom styling for HeartSmarts Adventurers section.
*/

/* CSS DIRECTORY
   01. PRELOAD
   02. GLOBAL
   03. ELEMENTS
   04. EFFECTS
   05. TYPOGRAPHY
   06. TEMPLATE (TPL)
   07. ROW/TIER
   08. @MEDIA QUERIES
*/


/* PRELOAD
================================= */
#content #hm-hsa::after{
  font-family: 'Carter One', cursive; /* Google Font */
  position: absolute;
  width:0;
  height:0;
  overflow:hidden;
  z-index:-1;
  content: url(/assets/uploads/2014/10/spacer.gif); /* spacer */
}



/* GLOBAL
================================= */
#content #hm-hsa {
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 60px;
}

#content #hm-hsa.hm-hsa-cat-stories {
  margin-bottom: 0;
}



/* ROW/TIER
================================= */
#content #hm-hsa .hm-tier {
  margin-top: 50px;
}

#content #hm-hsa .hm-tier.hm-tier-container,
#content #hm-hsa .hm-tier.sec-01 {
  margin-top: 0;
}

#content #hm-hsa .hm-tier .row.wrapper {
  padding-top: 0;
  padding-bottom: 0;
}



/* ELEMENTS
================================= */

/* Modal */
#content #hm-hsa .hm-hsa-modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(27, 130, 196, .98);
  overflow: auto;
  z-index: 10000000000; /* order priority */
}

#content #hm-hsa .hm-hsa-modal .hm-modal-ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-content {
  position: relative;
  display: table-cell;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  vertical-align: middle;
  text-align: center;
  padding: 30px;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 101;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-close {
  position: fixed;
  top: 55px;
  right: 50px;
  background: #b1005d;
  padding: 4px 12px 6px;
  z-index: 102;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-close,
#content #hm-hsa .hm-hsa-modal .hm-modal-close * {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-close-alt {
  position: absolute;
  width: 70px;
  margin: 0 auto;
  left: 50%;
  bottom: 30px;
  margin-left: -42px;
  text-align: center;
  color: #fff;
  z-index: 102;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-close-alt .hm-icon {
  background: #b1005d;
  padding: 0 4px 2px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-close-alt span {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-slide {
  display: none;
  text-align: center;
  background: none;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-slide .hm-modal-slide-image {
  position: relative;
  display: inline-block;
  border: 14px solid #fff;
  text-align: center;
  /*box-shadow: 0px 0px 100px 0px rgba(0, 99, 160, 0.5);*/
}


#content #hm-hsa .hm-hsa-modal .hm-modal-nav * {
  color: #fff;
  text-decoration: none;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-nav,
#content #hm-hsa .hm-hsa-modal .hm-modal-nav *,
#content #hm-hsa .hm-hsa-modal .hm-modal-nav a,
#content #hm-hsa .hm-hsa-modal .hm-modal-nav a * {
  cursor: default;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-close,
#content #hm-hsa .hm-hsa-modal .hm-modal-close-alt,
#content #hm-hsa .hm-hsa-modal .hm-modal-nav a i:hover {
  cursor: pointer;
}

#content #hm-hsa img.hsa-modal {
  position: relative;
  cursor: zoom-in;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-nav .hm-modal-prev,
#content #hm-hsa .hm-hsa-modal .hm-modal-nav .hm-modal-next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  user-select: none;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-nav .hm-modal-next {
  right: 20px;
  text-align: right;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-nav .hm-modal-prev {
  left: -15px;
  text-align: left;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-nav a,
#content #hm-hsa .hm-hsa-modal .hm-modal-nav a * {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-nav a {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 50%;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  user-select: none;
  opacity: 0.3;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-nav .hm-modal-prev:hover a,
#content #hm-hsa .hm-hsa-modal .hm-modal-nav .hm-modal-next:hover a {
  opacity: 1;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-slide-caption {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  padding-bottom: 12px;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-slide-count {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding-top: 6px;
}

#content #hm-hsa .hm-hsa-modal.-hm-modal-slide-count .hm-modal-slide-count,
#content #hm-hsa .hm-hsa-modal.-hm-modal-slide-count .hm-modal-nav {
  display: none;
}

#content #hm-hsa .hm-hsa-modal.-hm-modal-slide-count .hm-modal-nav a {
  margin-top: 0;
}

#content #hm-hsa .hm-hsa-modal .hm-modal-slide .hm-modal-slide-image img {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: auto;
}

#content #hm-hsa .hsa-image-container {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

#content #hm-hsa .hsa-image-container img {
  position: relative;
  display: inline-block;
  margin: 0 12px;
}

body.hm-hsa-modal-active #content #hm-hsa .hm-hsa-modal {
  animation-name: hsa_modal_in;
  animation-duration: 0.1s;
}

@keyframes hsa_modal_in {
  from {transform:scale(0.92);}
  to {transform:scale(1);}
}


/* Elements - Modal (Resets) */
body.hm-hsa-modal-active a.scrollup,
body.hm-hsa-modal-active .addthis-smartlayers {
  z-index: 0;
  opacity: 0.25;
}


/* Elements - Badge (AOTM) */
#content #hm-hsa .hm-badge-aotm-container {
  position: absolute;
  display: block;
  width: 260px;
  height: 260px;
  top: 24px;
  left: 660px;
  text-align: center;
  vertical-align: middle;
  z-index: 500;
}

#content #hm-hsa .hm-badge-aotm:before {
  position: relative;
  display: block;
  font-size: 260px;
  line-height: 260px;
  font-family: 'FontAwesome';
  content: "\f005";
  color: #f7cb64;
  z-index: 0;
}

#content #hm-hsa .hm-badge-aotm .hm-badge-aotm-content {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  z-index: 2px;
}

#content #hm-hsa .hm-badge-aotm .hm-badge-aotm-content .hm-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#content #hm-hsa .hm-badge-aotm .hm-badge-aotm-content .hm-text,
#content #hm-hsa .hm-badge-aotm .hm-badge-aotm-content .hm-text * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #222;
}

#content #hm-hsa .hm-badge-aotm .hm-badge-aotm-content .hm-text .hm-title {
  font-size: 25px;
  line-height: 23px;
  font-weight: bold;
  margin: 10px auto 8px;
}

#content #hm-hsa .hm-badge-aotm .hm-badge-aotm-content .hm-text .hm-date,
#content #hm-hsa .hm-badge-aotm .hm-badge-aotm-content .hm-text .hm-date * {
  font-family: 'Finger Paint', cursive;
  font-size: 16px;
  line-height: 16px;
}


/* Elements - Badge/AOTM */
#content #hm-hsa .hm-badge-aotm-container.hm-badge-aotm-sm {
  display: none;
  width: 160px;
  height: 160px;
  top: 24px;
  left: 660px;
}

#content #hm-hsa .hm-badge-aotm-container.hm-badge-aotm-sm .hm-badge-aotm:before {
  font-size: 160px;
  line-height: 160px;
}

#content #hm-hsa .hm-badge-aotm-container.hm-badge-aotm-sm .hm-badge-aotm-content .hm-text .hm-title {
  font-size: 16px;
  line-height: 15px;
  margin: 10px auto 3px;
}

#content #hm-hsa .hm-badge-aotm-container.hm-badge-aotm-sm .hm-text .hm-date,
#content #hm-hsa .hm-badge-aotm-container.hm-badge-aotm-sm .hm-text .hm-date * {
  font-family: 'Finger Paint', cursive;
  font-size: 13px;
  line-height: 13px;
}


/* Elements - Container */
#content #hm-hsa .hm-hsa-testimonial {
  position: relative;
  display: block;
  margin: 24px auto;
  text-align: center;
  padding: 20px 0;
}

#content #hm-hsa .hm-hsa-testimonial.testimonial-start {
  margin-top: 20px;
}

#content #hm-hsa .hm-hsa-testimonial.hm-styled p,
#content #hm-hsa .hm-hsa-testimonial.hm-styled p * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
  margin: 0 auto;
  font-style: italic;
  text-align: center;
}

#content #hm-hsa .hm-hsa-testimonial p {
  width: 90%;
  padding: 0;
  margin-bottom: 0 !important;
}

#content #hm-hsa .hm-hsa-testimonial p:last-of-type {
  margin-bottom: 0 !important;
}

#content #hm-hsa .hm-hsa-testimonial p.hm-author,
#content #hm-hsa .hm-hsa-testimonial p.hm-author * {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

#content #hm-hsa .hm-hsa-testimonial p.hm-quote {
  position: relative;
}


#content #hm-hsa .hm-hsa-testimonial p.hm-author {
  margin-top: 8px !important;
  margin-left: 20px;
}

#content #hm-hsa .hm-hsa-testimonial.hm-styled p.hm-author {
  margin: 0 auto;
}

#content #hm-hsa .hm-hsa-testimonial p.hm-author:before {
  content: '\2013 ';
}

#content #hm-hsa .hm-hsa-testimonial.hm-styled p strong,
#content #hm-hsa .hm-hsa-testimonial.hm-styled p strong * {
  font-weight: 600;
}

#content #hm-hsa .hm-hsa-tip {
  position: relative;
  display: block;
  clear: both;
  width: 95%;
  padding: 20px;
  margin: 24px auto;
  background: #eee;
  border-radius: 8px;
}


/* Elements - Images */
#content #hm-hsa .hsa-image {
  position: relative;
  border: 10px solid #fff;
  outline: 1px solid #ccc;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  image-rendering: crisp-edges;
  z-index: 10;
}

#content #hm-hsa .hsa-image.float-right {
  float: right;
  margin: 0 -80px 6px 40px;
}

#content #hm-hsa .hsa-image.float-left {
  float: left;
  margin: 0 40px 6px -80px;
}

#content #hm-hsa .hsa-image.height-auto {
  height: auto;
}

#content #hm-hsa .hsa-image.width-auto {
  width: auto;
}



/* EFFECTS
================================= */

/* Animate - Keyframes */
@keyframes animate_hsa_map_count {
  0%   {color: inherit;}
  100% {color: #0da530;}
}

/* Animate - Index/Map (marker) */
@keyframes animate_hsa_map_marker {
  0% {transform: scale(1);}
  15% {transform: scale(1.05);}
  35% {transform: scale(1.5);}
  100% {transform: scale(1.2);}
}

@keyframes animate_hsa_map_marker_ico {
  0% {transform: scale(1);}
  15% {transform: scale(1.05);}
  35% {transform: scale(1.3);}
  100% {transform: scale(1);}
}

@keyframes animate_hsa_user_count {
  0%   {color: inherit;}
  100% {color: #0da530;}
}

/* Animate - Index/AHOF (preview) */
@keyframes animate_hsa_ahof_preview {
  0% {visibility: hidden; transform: scale(0);}
  20% {visibility: hidden; transform: scale(0);}
  50% {visibility: visible; transform: scale(1.1);}
  100% {visibility: visible; transform: scale(1);}
}

@keyframes animate_hsa_ahof_preview_sm {
  0% {transform: scale(0);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}



/* TYPOGRAPHY
================================= */
#content #hm-hsa h1,
#content #hm-hsa h1 *,
#content #hm-hsa .h1,
#content #hm-hsa .h1 *,
#content #hm-hsa h2,
#content #hm-hsa h2 *,
#content #hm-hsa .h2,
#content #hm-hsa .h2 *,
#content #hm-hsa h3,
#content #hm-hsa h3 *,
#content #hm-hsa .h3,
#content #hm-hsa .h3 *,
#content #hm-hsa h4,
#content #hm-hsa h4 *,
#content #hm-hsa .h4,
#content #hm-hsa .h4 *,
#content #hm-hsa h5,
#content #hm-hsa h5 *,
#content #hm-hsa .h5,
#content #hm-hsa .h5 *,
#content #hm-hsa h6,
#content #hm-hsa h6 *,
#content #hm-hsa .h6,
#content #hm-hsa .h6 * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}

#content #hm-hsa h1,
#content #hm-hsa h1 * {
  font-size: 46px;
  line-height: 40px;
  font-weight: 500;
  color: #1b82c4;
}

#content #hm-hsa h1 {
  margin: 0 0 12px;
}

#content #hm-hsa h1 .hm-sub {
  font-size: 44px;
  font-weight: 300;
}

#content #hm-hsa h1 sup {
  font-size: 50%;
  line-height: normal;
  margin: 0 auto;
}

#content #hm-hsa .hm-tier h2,
#content #hm-hsa .hm-tier h2 *,
#content #hm-hsa .hm-tier h2.h2,
#content #hm-hsa .hm-tier h2.h2 *,
#content #hm-hsa .hm-tier h2 .h2,
#content #hm-hsa .hm-tier h2 .h2 * {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
}

#content #hm-hsa .hm-tier h2 .h2,
#content #hm-hsa .hm-tier h2 .h2 * {
  margin-bottom: 0;
}

#content #hm-hsa h2.h1-secondary,
#content #hm-hsa h2.h1-secondary * {
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  color: #1b82c4;
}

#content #hm-hsa h2.h1-secondary {
  position: relative;
  display: block;
  margin-bottom: 20px;
}


#content #hm-hsa .hm-tier h3,
#content #hm-hsa .hm-tier h3 * {
  font-weight: bold;
}

#content #hm-hsa strong,
#content #hm-hsa strong *,
#content #hm-hsa p strong {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#content #hm-hsa p strong {
  font-size: 115%;
  letter-spacing: 0.05px;
}

#content #hm-hsa.hm-hsa-index p strong {
  font-size: 120%;
  letter-spacing: 0.05px;
}

#content #hm-hsa #hm-bv-features #hm-bv-ratings-reviews h2,
#content #hm-hsa #hm-bv-features #hm-bv-ratings-reviews h2 * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#content #hm-hsa .font-family-name,
#content #hm-hsa .font-family-name * {
  font-family: 'Finger Paint', cursive;
}

#content #hm-hsa .fa,
#content #hm-hsa .fa *,
#content #hm-hsa .entry-content .fa,
#content #hm-hsa .entry-content .fa * {
  font-family: "FontAwesome", Arial, sans-serif !important;
}



/* LISTS (OL/UL)
================================= */
#content #hm-hsa ol.hsa-list {
  padding: 0;
  margin: 0 20px;
}

#content #hm-hsa ol.hsa-list.hsa-list-menu,
#content #hm-hsa ol.hsa-list.hsa-list-menu * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

#content #hm-hsa ol.hsa-list.hsa-list-menu {
  margin: 12px 20px 40px;
}

#content #hm-hsa ol.hsa-list.hsa-list-menu > li {
  margin-bottom: 4px;
}

#content #hm-hsa ol.hsa-list.hsa-list-menu > li > a,
#content #hm-hsa ol.hsa-list.hsa-list-menu > li > a * {
  color: #1b82c5;
}

#content #hm-hsa ol.hsa-list.hsa-list-menu > li > a {
  border-bottom: 2px solid #c0e0f1;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: elementcounter;
}

#content #hm-hsa p#hsa-steps {
  font-size: 110%;
  padding-top: 8px;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps > li {
  position: relative;
  border-top: 3px solid #eee;
  padding-top: 30px;
  margin-top: 35px;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps > li:before {
  position: relative;
  display: block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  content: "Step " counter(elementcounter) ".";
  counter-increment: elementcounter;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.25px;
  opacity: 0.6;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps.hsa-list-steps-inline > li:before {
  position: relative;
  display: block;
  float: left;
  left: 0;
  top: -7px;
  margin-right: 8px;
  content: "Step " counter(elementcounter) ":";
}

#content #hm-hsa ol.hsa-list.hsa-list-steps > li.-hsa-list-steps:before {
  position: relative;
  display: none;
  float: none;
  margin-right: 0;
  content: "";
  counter-increment: none;
  font-size: 28px;
  opacity: 0;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps > li > ul {
  list-style: disc;
  margin: 0 auto;
  padding: 0 35px;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps > li p.hm-title,
#content #hm-hsa ol.hsa-list.hsa-list-steps > li p.hm-title * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps.hm-title-lg > li p.hm-title,
#content #hm-hsa ol.hsa-list.hsa-list-steps > li p.hm-title.hm-title-lg,
#content #hm-hsa ol.hsa-list.hsa-list-steps > li p.hm-title.hm-title-lg * {
  font-size: 26px;
  line-height: 28px;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps > li p.hm-title {
  margin-bottom: 12px;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps > li > ul > li {
  margin-bottom: 12px;
}

#content #hm-hsa ol.hsa-list.hsa-list-steps ul.li-xs > li {margin-bottom: 4px !important;}
#content #hm-hsa ol.hsa-list.hsa-list-steps ul.li-sm > li {margin-bottom: 6px !important;}
#content #hm-hsa ol.hsa-list.hsa-list-steps ul.li-md > li {margin-bottom: 8px !important;}
#content #hm-hsa ol.hsa-list.hsa-list-steps ul.li-lg > li {margin-bottom: 12px !important;}

#content #hm-hsa .hsa-list .heading-step {
  font-weight: bold;
  text-decoration: underline;
  font-size: 112%;
  letter-spacing: -0.25px;
  opacity: 0.8;
}

#content #hm-hsa .hsa-list h3 {
  margin-bottom: 16px;
}

#content #hm-hsa .hsa-list .heading-step:after {
  position: relative;
  display: inline-block;
  content: ':';
  text-decoration: none;
}

#content #hm-hsa ul li[class^="icon-"] {
  list-style: none;
}

#content #hm-hsa ul li[class*="icon-"]:before {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 14px;
  top: -1px;
  left: -2px;
  margin-left: -4px;
}

#content #hm-hsa ul li.icon-lock:before {content: "\f023"; font-size: 18px; top: 1px;}
#content #hm-hsa ul li.icon-pdf:before {content: "\f15b";}
#content #hm-hsa ul li.icon-photo:before {content: "\f03e"; font-size: 15px; margin-left: -6px;}
#content #hm-hsa ul li.icon-video:before {content: "\f03d"; font-size: 16px}

#content #hm-hsa ul.hsa-list-permission {
  padding: 0 15px !important;
  margin: 0;
}

#content #hm-hsa ul.hsa-list-permission > li {
  margin-bottom: 3px !important;
}


/* Elements - Overlays */
#content #hm-hsa .hsa-adv-ol.hsa-ol-01 {
  position: relative;
  display: block;
  clear: both;
  width: 300px;
  height: 384px;
  background: url(/assets/uploads/2020/07/hsa-adv-owl-01-01.png) no-repeat center center;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.hsa-ol-vn-01 {background: url(/assets/uploads/2020/07/hsa-adv-owl-01-01.png) no-repeat center center; }
#content #hm-hsa .hsa-adv-ol.hsa-ol-01.hsa-ol-vn-02 {background: url(/assets/uploads/2020/07/hsa-adv-owl-01-02.png) no-repeat center center; }

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.hsa-adv-ol-wrapper {
  position: relative;
  display: table;
  height: 130px;
  vertical-align: middle;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01 p,
#content #hm-hsa .hsa-adv-ol.hsa-ol-01 p * {
  font-family: 'Carter One', cursive;
  font-size: 18px;
  line-height: 24px;
  color: #222;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01 p {
  position: relative;
  display: table-cell;
  width: 250px;
  height: 130px;
  top: 18px;
  left: 20px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.float {
  position: absolute;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.float.left {
  left: -320px;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.float.bottom {
  bottom: 0;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.float.bottom-flush {
  bottom: -66px;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.float.top {
  top: 0;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.float.middle {
  top: 50%;
  margin-top: -192px;
}

#content #hm-hsa .hsa-adv-ol.hsa-ol-01.hsa-ol-vn-02.float.bottom-flush {
  bottom: -82px;
}



/* TEMPLATE (TPL) - #hm-hsa-tpl
================================= */
#content #hm-hsa #hm-hsa-tpl {
  position: relative;
  display: block;
  clear: both;
}

#content #hm-hsa #hm-hsa-tpl .hm-tier.sec-header > .row {
  padding-top: 30px;
}

#content #hm-hsa.hm-hsa-index #hm-hsa-tpl .hm-tier.sec-header > .row {
  padding-top: 0;
}

#content #hm-hsa #hm-hsa-tpl .hm-tier.sec-header {
  margin-top: 0 !important;
}


/* TPL - #hm-hsa-tpl-menu (brand) */
#content #hm-hsa #hm-hsa-tpl .hsa-tpl-brand {
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 24px;
}

#content #hm-hsa #hm-hsa-tpl #hsa-tpl-brand-rwd.hsa-tpl-brand {
  position: relative;
  display: block;
  width: 260px;
  margin: 0 auto;
}


/* TPL - #hm-hsa-tpl-menu (image) */
#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  top: 70px;
}

#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img .hm-hsa-menu-01,
#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img .hm-hsa-menu-02 {
  border-radius: 40px;
  background: #3d679f;
}

#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img .hm-hsa-menu-01{
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}

#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img .hm-hsa-menu-01::after,
#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img .hm-hsa-menu-01::before {
  content: '';
  position: absolute;
  background: #3d679f;
  border-radius: 40px;
  width: 100%;
  height: 70px;
  transform: rotate(45deg);
  left: 0;
  top: 0;
}

#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img .hm-hsa-menu-01::before {
  transform: rotate(-45deg);
}

#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img .hm-hsa-menu-02 {
  position: absolute;
  width: 70px;
  height: 100%;
  top: -65px;
  left: 50%;
  margin-left: -35px;
}

#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img .hm-hsa-menu-02::before {
  transform: rotate(-180deg);
}

#content #hm-hsa #hm-hsa-tpl-menu .hm-hsa-tpl-menu-img img {
  position: absolute;
  width: 156px;
  height: 156px;
  top: -43px;
  left: 50%;
  margin-left: -78px;
  border-radius: 50%;
  z-index: 2;
}


/* TPL - #hm-hsa-tpl-menu (list) */
#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu {
  position: relative;
  display: block;
  width: 230px;
  margin: 0 auto;
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav {
  position: relative;
  display: block;
  width: 212px;
  clear: both;
  border: 6px solid #6687b3;
  border-radius: 16px;
  margin: 30px auto;
  padding: 12px;
  overflow-x: hidden;
  background: url(/assets/uploads/2020/06/splat-01.png) no-repeat;
  background-position: calc(100% - 12px) 8px;
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav,
#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #275694;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul > li {
  position: relative;
  padding: 0;
  margin: 6px auto 0;
  white-space: nowrap;
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul > li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 6px;
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul.hm-menu-current > li {
  background: rgba(189, 238, 210, 0.6); /* #bdeed2 */
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul.hm-menu-current > li:hover,
#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul.hm-menu-related > li:hover {
  cursor: pointer;
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul.hm-menu-current > li.active,
#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul.hm-menu-current > li:hover {
  background: rgba(189, 238, 210, 1); /* #bdeed2 */
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul.hm-menu-related > li {
  background: rgba(230, 183, 50, 0.2); /* #e6b732 */
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul.hm-menu-related > li.active,
#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul.hm-menu-related > li:hover {
  background: rgba(230, 183, 50, 0.4); /* #e6b732 */
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul > li.title {
  font-size: 20px;
  line-height: 20px;
  background: none;
  margin-top: 12px;
  padding: 0 4px;
  cursor: default !important;
}

#content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav ul > li.title:hover {
  background: none;
}

#content #hm-hsa.hm-hsa-index .hm-tier.hm-tier-container > .row > .container,
#content #hm-hsa.hm-hsa-cat-stories.hm-hsa-page .hm-tier.hm-tier-container > .row > .container {
  position: relative;
  width: 100%;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
}


/* TPL - Footer */
#content #hm-hsa.hm-hsa-page #hsa-ahof-footer {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}

#content #hm-hsa.hm-hsa-cat-stories.hm-hsa-page #hsa-ahof-footer > .row {
  background: #fffdf0;
  border-top: 1px solid #fdf5c5;
}

#content #hm-hsa.hm-hsa-page #hsa-ahof-footer .container > .row.wrapper {
  padding: 35px 0 15px;
  /*border-top: 1px solid #ddd;*/
}

#content #hm-hsa.hm-hsa-page #hsa-ahof-footer p,
#content #hm-hsa.hm-hsa-page #hsa-ahof-footer p * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

#content #hm-hsa.hm-hsa-page #hsa-ahof-footer p strong {
  font-size: 110%;
  line-height: inherit;
}


/* TPL - Footer (nav) */
#content #hm-hsa #hsa-ahof-footer #hsa-nav {
  position: relative;
  display: block;
  clear: both;
  padding-top: 8px;
  text-align: center;
}

#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel {
  position: relative;
  width: 100%;
  max-width: 1030px;
  height: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-inner {
  margin: 0 auto;
}

#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .hsa-nav-carousel-control.carousel-control {
  top: 0;
  width: 50px;
  height: 100%;
  color: #777;
  background: transparent !important;
  opacity: 1;
}

#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .hsa-nav-carousel-control.carousel-control:hover {
  color: #333;
}

#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-indicators-numeric li,
#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-indicators-numeric li * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  padding: 0;
}

#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-indicators-numeric li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  background-color: #777;
  transition: all 0.25s ease;
  font-size: 15px;
}

#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-indicators-numeric li.active {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #777;
  opacity: 0.75;
}

#content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-indicators-numeric {
  position: relative;
  bottom: -6px;
}


/* Navigation/Footer - Avatar */
#content #hm-hsa #hsa-nav-count {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 26px !important;
  color: #0da530;
}

#content #hm-hsa #hsa-ahof-footer .hm-item {
  position: relative;
  display: inline-block;
  margin: 0 auto 36px;
  padding: 0 12px;
  text-align: center;
}

#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name {
  position: relative;
  display: block;
  clear: both;
  width: 150px;
  margin: 0 auto;
  height: 20px;
  background: #9dd7f6;
  border-top: 14px solid transparent;
  border-left: 6px solid #fcfcfc;
  border-right: 6px solid #fcfcfc;
  border-bottom: 14px solid transparent;
}

#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name p {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  z-index: 2;
}

#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name p a {
  position: relative;
}

#content #hm-hsa #hsa-ahof-footer .hm-item.ahof-status-aotm .hm-name p a {
  padding-left: 18px;
}

#content #hm-hsa #hsa-ahof-footer .hm-item.ahof-status-aotm .hm-name p a:before {
  position: absolute;
  content: url(/assets/uploads/2020/07/hsa-ico-aotm-04.png); /* star icon */
  top: 1px;
  left: -6px;
  z-index: 1;
}

#content #hm-hsa #hsa-ahof-footer .hm-item.ahof-status-aotm .hm-name.hm-text-sm p a:before {
  top: -2px;
  left: -4px;
}

#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name,
#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name * {
  font-family: 'Finger Paint', cursive;
  font-size: 16px;
  letter-spacing: -0.5px;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-align: center;
}

#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name p {
  position: relative;
  top: -11px;
}

#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name.hm-text-sm p a,
#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name.hm-text-sm p a * {
  font-size: 13px;
}

#content #hm-hsa #hsa-ahof-footer .hm-item .hm-name p a .hm-name-last {
  position: relative;
  font-size: 14px;
  margin-left: -1px;
}

#content #hm-hsa #hsa-ahof-footer .hm-item .hm-image,
#content #hm-hsa #hsa-ahof-footer .hm-item .hm-image * {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 12px;
  text-align: center;
}

#content #hm-hsa #hsa-ahof-footer .hm-item.hm-user-0 .hm-image img {
  filter: grayscale(100%);
}


/* Navigation/Footer - User/AOTM (active) */
#content #hm-hsa #hsa-ahof-footer .hm-item.ahof-status-aotm.user-aotm .hm-name {
  background: #a9da73;
}

#content #hm-hsa #hsa-ahof-footer .hm-item.ahof-status-aotm .hm-name .hsa-aotm-date {
  display: none;
}

#content #hm-hsa.hm-udt #hsa-ahof-footer .hm-item.ahof-status-aotm .hm-name .hsa-aotm-date {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 12px;
  color: #222;
}
#content #hm-hsa.hm-udt #hsa-ahof-footer .hm-item.ahof-status-aotm.active .hm-name .hsa-aotm-date {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -44px;
  left: 0;
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 13px;
  line-height: 10px;
  color: #222;
  padding: 0;
  margin: 0;
  text-align: center;
  animation: animate_hsa_ahof_preview ease 0.1s 1 normal forwards;
  animation-delay: 0s;
}

#content #hm-hsa.hm-udt #hsa-ahof-footer .hm-item.ahof-status-aotm .hm-name .hsa-aotm-date .hm-date {
  position: relative;
  display: block;
  clear: both;
  font-family: 'Finger Paint', cursive;
  font-weight: bold;
  font-size: 110%;
  line-height: 16px;
}

#content #hm-hsa.hm-udt #hsa-ahof-footer .hm-item:hover .hm-name {
  background: #f7cb64 !important;
}

#content #hm-hsa #hsa-ahof-footer .hm-item.ahof-status-aotm:hover .hm-name p a:before,
#content #hm-hsa #hsa-ahof-footer .hm-item.ahof-status-aotm:hover .hm-name p a:before {
  filter: brightness(120%);
}


/* Current User */
#content #hm-hsa #hsa-ahof-footer .hm-item.user-active .hm-name {
  background: #f7cb64 !important;
}

#content #hm-hsa #hsa-ahof-footer .hm-item.user-active.ahof-status-aotm .hm-name p a:before {
  filter: brightness(120%);
}



/* ROW/TIER
================================= */
#content #hm-hsa .hm-tier {
  position: relative;
}


/* Row/Tier - hsa-tpl-header */
#content #hm-hsa #hsa-tpl-header h2,
#content #hm-hsa #hsa-tpl-header h2 * {
  font-size: 26px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
}

#content #hm-hsa #hsa-tpl-header h2 .h-sub,
#content #hm-hsa #hsa-tpl-header h2 .h-sub * {
  font-weight: bold;
  font-size: 24px !important;
  line-height: inherit;
  margin: 0;
}

#content #hm-hsa .hm-tier.sec-01 .hm-bazaarvoice-container {
  min-height: 47.5px;
}



/* MEDIA QUERIES
================================= */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* TPL */
  #content #hm-hsa #hm-hsa-tpl #hsa-tpl-col-b {
    padding-left: 40px;
    padding-right: 40px;
  }

}


@media only screen and (max-width: 1199px) {

  /* Global */
  #content #hm-hsa {
    margin-bottom: 60px;
  }

  #content #hm-hsa.hm-hsa-cat-stories {
    margin-bottom: 0;
  }

  /* TPL */
  #content #hm-hsa.hm-hsa-index .hm-tier.hm-tier-container > .row > .container,
  #content #hm-hsa.hm-hsa-cat-stories.hm-hsa-page .hm-tier.hm-tier-container > .row > .container {
    max-width: 860px;
    padding-left: 15px;
    padding-right: 15px;
  }


  /* Elements */
  #content #hm-hsa .hsa-image {
    position: relative;
    margin: 30px auto !important;
    width: 100%;
    max-width: auto;
    height: auto;
    top: 0;
  }

  #content #hm-hsa .hsa-image.float-left,
  #content #hm-hsa .hsa-image.float-right {
    position: relative;
    display: block;
    clear: both;
    float: none;
    margin: 0 auto;
  }

  #content #hm-hsa .hsa-image-container {
    width: 100%;
    margin: 30px auto;
  }

  #content #hm-hsa .hsa-image-container img {
    position: relative;
    display: block;
    margin: 0 auto;
  }

}


@media only screen and (min-width : 992px) {

  /* Global */
  #hm-bv-features #hm-bv-ratings-reviews h2,
  #hm-bv-features #hm-bv-ratings-reviews h2 * {
    font-size: 42px;
    line-height: 40px;
    font-weight: 400;
  }

  #content #hm-hsa .hm-tier h2 .h2 {
    position: relative;
    display: block;
    margin-bottom: 6px;
  }

  #content #hm-hsa .hm-tier h2 .h2.h-sub {
    font-weight: bold;
    font-size: 32px;
    line-height: inherit;
    margin: 0;
  }


  /* Page */
  #content #hm-hsa #hm-hsa-tpl #hsa-tpl-brand {
    margin-top: 50px;
  }

}


@media only screen and (max-width : 991px) {

  /* Global */
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .heading-step {
    position: relative;
    display: block;
    text-align: center;
  }

  #content #hm-hsa .hm-tier h2 .h2.h-sub {
    margin: 0;
  }

  #content #hm-hsa .hm-tier ul,
  #content #hm-hsa .hm-tier ol {
    list-style-position: inside;
    margin: inherit auto;
  }

  #content #hm-hsa ol.hsa-list > li {
    margin-bottom: 10px !important;
  }

  #content #hm-hsa ol.hsa-list {
    list-style-position: outside;
  }

  #content #hm-hsa ol.hsa-list.hsa-list-steps > li:before,
  #content #hm-hsa ol.hsa-list.hsa-list-steps.hsa-list-steps-inline > li:before {
    position: relative;
    display: block;
    clear: both;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    content: "Step " counter(elementcounter) ".";
  }

  #content #hm-hsa ol.hsa-list.hsa-list-steps > li p.hm-title,
  #content #hm-hsa ol.hsa-list.hsa-list-steps > li p.hm-title * {
    text-align: center;
  }

  #content #hm-hsa #hm-bv-features h2 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
  }

  #content #hm-hsa strong,
  #content #hm-hsa p strong {
    font-size: 105%;
    letter-spacing: 0.05px;
  }

  #content #hm-hsa .hm-tier.sec-01 .hm-bazaarvoice-container,
  #content #hm-hsa .hm-tier.sec-01 .hm-bazaarvoice-container * {
    text-align: center !important;
  }


  /* TPL */
  #content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu,
  #content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu * {
    text-align: center !important;
  }


  /* Elements */
  #content #hm-hsa .hm-hsa-testimonial {
    width: 100%;
    text-align: center;
  }

  #content #hm-hsa .hm-hsa-testimonial.hm-styled p,
  #content #hm-hsa .hm-hsa-testimonial.hm-styled p * {
    font-family: "Roboto Condensed", Arial, sans-serif !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
  }

  #content #hm-hsa .hm-hsa-testimonial p.hm-author,
  #content #hm-hsa .hm-hsa-testimonial p.hm-author * {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
  }

  #content #hm-hsa .hm-hsa-testimonial p.hm-author {
    margin: 8px auto 0;
    text-align: center;
  }


  /* Template */
  #content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu,
  #content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu .hm-hsa-tpl-menu-nav {
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    padding: 0;
    background: none;
  }

  #content #hm-hsa #hm-hsa-tpl #hm-hsa-tpl-menu {
    margin: 12px auto 30px;
  }

  #content #hm-hsa #hm-hsa-tpl #hsa-tpl-header {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #content #hm-hsa #hm-hsa-tpl #hsa-tpl-header,
  #content #hm-hsa #hm-hsa-tpl #hsa-tpl-header * {
    text-align: center;
  }

}


@media only screen and (min-width : 768px) {

  /* Global */
  #content #hm-hsa .hm-tier:not(.sec-header) .container {
    width: 100%;
  }

}


@media only screen and (max-width : 767px) {

  /* Global */
  #content #hm-hsa h1,
  #content #hm-hsa h1 *,
  #content #hm-hsa h1 .hm-sub,
  #content #hm-hsa h1 .hm-sub *,
  #content #hm-hsa h2.h1-secondary,
  #content #hm-hsa h2.h1-secondary * {
    font-size: 30px;
    line-height: 32px;
  }

  #content #hm-hsa h2,
  #content #hm-hsa h2 *,
  #content #hm-hsa .hm-tier.sec-01 header h2,
  #content #hm-hsa .hm-tier.sec-01 header h2 * {
    font-size: 22px;
    line-height: 28px;
  }

  #content #hm-hsa .hm-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}


@media only screen and (max-width : 480px) {

  /* Global */
  #content #hm-hsa .-hm-utc {
    display: none !important;
  }

  /* Elements */
  #content #hm-hsa .hsa-modal-image {
    position: relative;
    display: block;
    clear: both;
    width: calc(100% + 70px);
    margin-left: -35px;
  }

  #content #hm-hsa .hsa-image {
    border: none;
    outline: none;
    height: auto;
    box-shadow: none;
    image-rendering: auto;
  }

}



/* MEDIA QUERIES (custom)
================================= */
@media only screen and (min-width : 768px) and (max-width : 1199px) {

  /* Navigation (Footer) */
  #content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-inner {
    max-width: 650px;
  }

}


@media only screen and (min-width : 481px) and (max-width : 767px) {

  /* Navigation (Footer) */
  #content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-inner {
    max-width: 500px;
  }

}


@media only screen and (max-width : 480px) {

  /* Navigation (Footer) */
  #content #hm-hsa #hsa-ahof-footer .hm-item {
    margin-bottom: 24px;
  }

}


@media only screen and (min-width : 361px) and (max-width : 480px) {

  /* Navigation (Footer) */
  #content #hm-hsa #hsa-ahof-footer #hsa-nav-carousel .carousel-inner {
    max-width: 250px;
  }

}


@media only screen and (max-width : 360px) {

  /* Navigation (Footer) */
  #content #hm-hsa #hsa-ahof-footer .hm-item {
    display: block;
    clear: both;
  }

}



/* MEDIA QUERIES (modal)
================================= */

/* @media (Modal) */
@media only screen and (max-width: 991px), (max-height: 300px) {

  body {
    overflow: auto !important;
  }

  body a.scrollup {
    visibility: visible !important;
  }

  #content #hm-hsa .hm-hsa-modal {
    display: none !important;
  }

  body.hm-hsa-modal-active a.scrollup,
  body.hm-hsa-modal-active .addthis-smartlayers {
    z-index: 2147483647 !important;
    opacity: 1 !important;
  }

  #content #hm-hsa img.hsa-modal {
    cursor: default;
  }

}


/* @media (Modal) */
@media only screen and (max-height : 991px) {

  #content #hm-hsa .hm-hsa-modal .hm-modal-close-alt {
    display: none;
  }

}


/* @media (Modal) */
@media only screen and (max-width: 1500px) {

  #content #hm-hsa .hm-hsa-modal .hm-modal-nav a {
    top: 50%;
    padding: 0 10%;
  }

  #content #hm-hsa .hm-hsa-modal .hm-modal-nav .hm-modal-next {
    right: 0;
  }

}


/* @media (Modal) */
@media only screen and (max-height: 767px) {

  #content #hm-hsa .hm-hsa-modal .hm-modal-close {
    top: 25px;
    right: 20px;
    padding: 6px 10px 8px;
  }

  #content #hm-hsa .hm-hsa-modal .hm-modal-close,
  #content #hm-hsa .hm-hsa-modal .hm-modal-close * {
    font-size: 30px;
    line-height: 30px;
  }

}