.main-container {
  position: relative;
}

/* fix for overeager width causing horizontal scrolling */
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1250px) {
  .container {
    width: 1220px;
  }
}

/* align-wide to bleed out of .col-main-content */
/* .col-main-content: 72.5rem */

@media (min-width: 768px) {
  .align-wide {
    width: auto;
  }
}

@media (min-width: 980px) {
  .col-main-content .align-wide {
    width: 960px;
    margin-left: calc((72.5rem - 960px)/2 - 10px);
    margin-right: calc((72.5rem - 960px)/2 - 10px);
  }
}

@media (min-width: 1250px) {
  .col-main-content .align-wide {
    width: 1220px;
    margin-left: calc((72.5rem - 1220px)/2 - 10px);
    margin-right: calc((72.5rem - 1220px)/2 - 10px);
  }
}

/* fix for misaligned main nav at ~tablet widths */
.navbar-default .container {
  margin-left: auto;
  margin-right: auto;
}

.navbar--block--label {
  margin: 0;
}


.content, .content.main, .region-content {
  line-height: 1.5;
}


.region-sidebar-second .navbar-nav {
}

.region-sidebar-second .navbar-nav > li {
  margin-bottom: 1px;
}

.region-sidebar-second .navbar-nav > li > a,
.region-sidebar-second .navbar-nav > li > a:visited {
  padding: 0.5em;
  background: #f5f5f5;
}

.region-sidebar-second .navbar-nav > li > a:hover,
.region-sidebar-second .navbar-nav > li.open > a:hover {
  background: #eee;
  color: #000;
  text-decoration: none;
}

.region-sidebar-second .navbar-nav > li.active > a,
.region-sidebar-second .navbar-nav > li.active > a:hover {
  background: #5e1069;
  color: #fff;
  text-decoration: none;
  cursor: default;
}


.hs-row-title {
  text-align: center;
  margin: 1em 0 2em;
  font-weight: 400;
  font-size: 1.8em;
}

.hs-row-title:empty {
  display: none;
}

.hs-corona {
  background: #ffd427;
  padding: 2em 0;
  position: relative;
  top: 60px;
}

.hs-corona h3 {
  margin-top: 0;
}

.front .hs-corona {
  top: 0;
}


.hs-row {
  margin-bottom: 0;
}

.hs-block {
  background: #f4f7fa;
  box-shadow: 0 2em 3em -3em rgba(0, 0, 0, 0.5);
  margin-bottom: 3em;
  line-height: 1.5;
}

.hs-block p {
  max-width: 70rem;
}

a.hs-block {
  font-weight: 400;
  color: #443745;
}

a.hs-block:hover,
a.hs-block:focus {
  text-decoration: none;
}

a.hs-block:hover .hs-block-title,
a.hs-block:focus .hs-block-title {
  text-decoration: underline;
}

.hs-block-pad {
  padding: calc(1em + 2.5%);
}

.hs-block-title {
  margin-bottom: 0.5em;
}

.hs-button {
  padding: 0.5em 1em;
}

.hs-button--padded {
  padding: 1em 2em; /* match box padding */
}

.hs-block .hs-button {
  margin-top: 1rem;
  display: inline-block;
}

.hs-block .hs-block-video {
  position: relative;
  width: 100%;
  /*padding-bottom: 60%;*/
}

.hs-block .hs-block-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hs-block-shadowless {
  box-shadow: none !important;
}

.hs-block__footer {
  margin-top: 4rem;
}


.hs-chat-box {
  border: 2px solid #e5ecf2;
  padding: 1.5em 1.7em;
  min-height: 6.6em;
}

.hs-chat-social {
  text-align: center;
  padding: 1.25em 1.7em;
}

.hs-chat-social + .hs-chat-social {
  display: none;
}

.hs-chat-social a {
  display: inline-block;
  width: 3.8em;
  margin: 0 0.2em;
  transition: all 0.2s;
}

.hs-chat-social a:hover {
  transform: scale(1.1);
}

.hs-chat-social img {
  width: 100%;
  height: auto;
}

.hs-chat-phone, .hs-chat-chat {
  padding-left: 6em;
  background: #fff url(/sites/all/themes/bootstrap_cruse_www_2018/images/hs-chat-phone.png) 0.5em 0 no-repeat;
  background-size: 5em;
}

.hs-chat-chat {
  background-image: url(/sites/all/themes/bootstrap_cruse_www_2018/images/hs-chat-chat.png);
}

.hs-chat-phone h3, .hs-chat-chat h3 {
  margin: 0;
  font-weight: 400;
}

.hs-chat-small {
  margin: 1.5em 1.7em;
  font-size: 0.9em;
  color: #666;
  line-height: 1.5;
}

.hs-chat-box + .hs-chat-small {
  margin-bottom: 4rem;
}


.hs-block-purple .hs-button {
  background: #5e1069;
  color: #fff;
}

.hs-block-purple:not(.hs-block-solid) .hs-block-title, .hs-block-purple:not(.hs-block-solid) .hs-block-title a {
  color: #5e1069;
}

.hs-block-lilac .hs-button {
  background: #7f72ae;
  color: #fff;
}

.hs-block-lilac:not(.hs-block-solid) .hs-block-title, .hs-block-lilac:not(.hs-block-solid) .hs-block-title a {
  color: #7f72ae;
}

.hs-block-pink .hs-button {
  background: #ce2783;
  color: #fff;
}

.hs-block-pink:not(.hs-block-solid) .hs-block-title, .hs-block-pink:not(.hs-block-solid) .hs-block-title a {
  color: #ce2783;
}

.hs-block-blue .hs-button {
  background: #00aad2;
  color: #fff;
}

.hs-block-blue:not(.hs-block-solid) .hs-block-title, .hs-block-blue:not(.hs-block-solid) .hs-block-title a {
  color: #00aad2;
}


.hs-block-hero {
  /*background: none !important;*/
  display: block;
}

.hs-block-hero .hs-block-img {
  display: block;
}

.hs-block-hero .hs-block-img img {
  width: 100%;
}

.hs-block-hero .hs-block-pad {
  width: 100%;
  background: rgba(242, 246, 249, 1);
}

.hs-block-hero .hs-block-title {
  line-height: 1.1;
}

@media (min-width: 600px) {
  .hs-block-hero {
    min-height: 20em;
    height: 50vh;
    background: url(test.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
  }

  .hs-block-hero .hs-block-img {
    display: none;
  }

  .hs-block-hero .hs-block-pad {
    background: rgba(242, 246, 249, 0.75);
    width: 50%;
    align-self: flex-end;
  }
}

.hs-block-hero .hs-block-title {
  font-size: 2em;
}


.hs-block-plain {
  background-image: none !important;
  border-top: 3px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #f4f7fa;
}

.hs-block-plain.hs-block-purple {
  border-top: 3px solid #5e1069;
}

.hs-block-plain.hs-block-lilac {
  border-top: 3px solid #7f72ae;
}

.hs-block-plain.hs-block-pink {
  border-top: 3px solid #ce2783;
}

.hs-block-plain.hs-block-blue {
  border-top: 3px solid #00aad2;
}

.hs-block-plain .hs-block-img {
  background: url(test.jpg) 50% 50% no-repeat;
  background-size: cover;
  flex: 1 1 calc(50% - 1rem);
}

.hs-block-plain.hs-block-smallimg .hs-block-img {
  flex: 1 1 calc(33.3% - 1rem);
}

.hs-block-plain.hs-block-imgreverse {
  flex-direction: row-reverse;
}
.hs-block-plain.hs-block-imgreverse .hs-block-img {
  order: 0;
}

.hs-block-plain .hs-block-img img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.hs-block-plain .hs-block-pad {
  flex: 9999 1 17.5em;
}

.hs-block-plain .hs-block-title {
  font-size: 1.5em;
}

.hs-block.hs-block-borderless {
  border-top: none !important;
}

.hs-block-plain__white {
  border-top: 3px solid #000;
  background: #fff;
}

.hs-block-plain__lightgrey {
  background: #f5f5f5;
}


.hs-block-plain.hs-block-solid {
  background-image: none !important;
  border-top: 3px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #000;
  color: #fff;
}

.hs-block-solid a {
  color: #fff;
}

.hs-block-solid .hs-button {
  background: #ffd427;
  color: #000;
}

.hs-block-solid.hs-block-purple {
  border-top: none;
  background: #5e1069;
}

.hs-block-solid.hs-block-lilac {
  border-top: none;
  background: #7f72ae;
}

.hs-block-solid.hs-block-pink {
  border-top: none;
  background: #ce2783;
}

.hs-block-solid.hs-block-blue {
  border-top: none;
  background: #00aad2;
}


.hs-links-list {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.hs-links-list li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}

.hs-links-list a, .hs-links-list a:visited {
  text-decoration: none;
  display: block;
  padding: 2rem 0;
}

.hs-links-list a h3, .hs-links-list a p {
  max-width: 75rem;
}

.hs-links-list a h3 {
  font-weight: 400;
  margin-top: 0;
}

.hs-links-list a:hover h3 {
  text-decoration: underline;
}

.hs-links-list a p {
  color: #666;
  font-weight: 400;
  line-height: 1.5;
}


.hs-articles-list {
  list-style: none;
  padding: 0;
  margin: 3rem 0;
}

.hs-articles-list p {
  max-width: 70rem;
}

.hs-articles-list li {
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.hs-articles-list li:first-child {
  border: 0;
}

.hs-articles-list__figure {
  float: right;
  max-width: 33%;
  margin: 0 0 2rem 2rem;
}

.hs-articles-list__figure img {
  max-width: 100%;
}


@media (min-width: 1000px) {
  .hs-2-cols {
    -webkit-columns: 2 50rem;
    -moz-columns: 2 50rem;
    columns: 2 50rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}


.media-element-container img {
  width: 100%;
  height: auto;
}

.field-name-field-caption {
  color: #666;
  margin-top: 1rem;
}


.media-default, .media-wysiwyg-align-center {
  width: 100%;
  margin: 0 0 2rem 0;
}

.media-wysiwyg-align-left {
  float: left;
  width: 50%;
  margin: 0 2rem 2rem 0;
}

.media-wysiwyg-align-right {
  float: right;
  width: 50%;
  margin: 0 0 2rem 2rem;
}


blockquote {
  text-transform: none;
  font-size: 2rem;
  margin: 15px 0 2rem;
  padding: 2rem;
  border-left: 10px solid #ccc;
  background: #f5f5f5;
  font-style: italic;
}

blockquote .cite {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}

.blockquote-left {
  float: left;
  width: 50%;
  margin-right: 2rem;
}

.blockquote-right {
  float: right;
  width: 50%;
  margin-left: 2rem;
}


.file-video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.file-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


.callout {
  font-size: 2rem;
  font-style: normal;
  border-left: 10px solid #956e9a;
  background: #f5f0f6;
}


body .header_helpline {
  font-size: 0.8em !important;
}

body .header_helpline .block-block {
  text-align: center;
}

body .header_helpline .hs-chat-box {
  padding: 0 0 0 50px;
  border: none;
  background-position: -0.7em -0.7em;
  background-size: 3em;
  display: inline-block;
  text-align: left;
  min-height: 0;
}

@media (min-width: 1000px) {
  body .header_helpline {
    font-size: 1em !important;
    text-align: left !important;
  }

  body .header_helpline .hs-chat-box {
    padding: 0 0 0 68px;
    background-position: -18px -25px;
    background-size: 5em;
  }
}


.intro {
  font-size: 1.25em;
}

.has-max-line-length {
  max-width: 70rem;
}


body.front {
  background: #fff;
}

body.front section.main-container {
  padding: 0;
}

.hs-block-hero .hs-block-pad {
  width: 100%;
  align-self: flex-end;
}

@media (min-width: 600px) {
  .hs-block-hero .hs-block-pad {
    background: rgba(242, 246, 249, 0.75);
    width: 50%;
    align-self: flex-end;
  }
}

body.front .main-container.container.su--section {
  padding: 0 40px;
}


.col-main-content {
  max-width: 72.5rem;
}


.hs-in-page-nav {
  font-size: 0.8em;
  background: #f5f5f5;
  padding: 1em 2.5% 0.25em;
  margin-bottom: 4rem;
}

@media (min-width: 45em) {
  .hs-in-page-nav {
    font-size: 1em;
    padding: 1em calc(1em + 2.5%) 0.25em;
  }
}

.hs-in-page-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.hs-in-page-nav__inner {
  overflow: hidden;
  overflow-x: auto;
  overflow-scrolling: touch;
}

.hs-in-page-nav__inner::-webkit-scrollbar {
  height: 8px;
  background-color: transparent;
}

.hs-in-page-nav__inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.hs-in-page-nav__inner::-webkit-scrollbar-thumb {
  border: 2px solid rgba(220, 220, 220, 0.75);
  height: 8px;
  background-color: rgba(220, 220, 220, 0.75);
  border-radius: 8px;
}

.hs-in-page-nav__list {
  position: relative;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  display: flex;
  /*flex-wrap: wrap;*/
  list-style: none;
}

.hs-in-page-nav__item {
  margin: 0 1rem 1rem 0;
  padding: 0;
}

.hs-in-page-nav__link {
  display: inline-block;
  background: white;
  padding: 0.5em;
  border-radius: 0.5em;
  margin: 0;
  max-width: 75vw;
  overflow: hidden;
  box-sizing: border-box;
}

.hs-in-page-nav__link.is-active {
  background: #e4e4e4;
  color: black;
  cursor: default;
}

.hs-in-page-nav__title {
  display: block;
  font-size: 0.8em;
  margin-bottom: 1rem;
}

@media (min-width: 75rem) {
  .hs-in-page-nav__title {
    display: inline-block;
    margin-right: 1rem;
  }
}

.hs-accordion {
  margin-bottom: 4rem;
}

.hs-accordion__item {
  margin-bottom: 2rem;
  border: 2px solid #e5ecf2;
  background: #fff;
}

.hs-accordion__title {
  display: flex;
  padding: 1em;
  cursor: pointer;
  outline: 0;
}

.hs-accordion__title h3 {
  font-size: 1.1em;
	font-weight: 500;
}

.hs-accordion__title:hover .hs-accordion__toggle:after {
  color: #5e1069;
}

.hs-accordion__title:focus {
  box-shadow: 0 0 0.5em rgba(174, 180, 186, 0.75);
}

.hs-accordion__title::-webkit-details-marker {
  display: none;
}

.hs-accordion__toggle {
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: space-between;
  transform-origin: center;
}

.hs-accordion__toggle::after {
  content: '▼';
  transition: transform 50ms ease-in-out;
}

[open] .hs-accordion__toggle::after {
  transform: rotate(-180deg);
}

.hs-accordion__content {
  border-top: 2px solid #e5ecf2;
  padding: 1em;
}

.js-waypoint-page-section {
  margin-bottom: 2rem;
}

.node-unpublished {
  background: none;
}

.authorbox {
  font-size: 0.9em;
  padding: 1rem 1rem 0.5rem 1rem;
  margin-bottom: 2rem;
  background: #f4f7fa;
}

.authorbox p {
  margin-bottom: 0.5em;
}

.authorbox__bio {
  border-top: 2px solid #7f72ae;
  padding-top: .5em;
  margin-top: 0.5em;
}

.authorbox__meta {
  color: #7f72ae;
  font-style: italic;
}

@media (min-width: 35em) {
  .authorbox {
    margin: 0 0rem 2rem 4rem;
    float: right;
    max-width: 35%;
  }
}