/*
Theme Name: Doctor on Demand
Theme URI: http://tnbw.com/
Author: tnbw.com
Author URI: tnbw.com/
*/
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
body {
  margin: 0;
  font-family: "Graphik Regular", sans;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  text-align: left;
  background: #fff;
  transition: opacity 500ms;
}

body.no-opacity {
  opacity: 0;
}

body.in-modal {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

div {
  position: relative;
}

svg,
.full-width,
.width-100 {
  width: 100%;
}

.full-height,
.height-100 {
  height: 100%;
}

.width-80p {
  width: 80%;
}

.width-30p {
  width: 30%;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

/* remove webkit rounded corners */
input[type=text],
input[type=email],
input[type=tel],
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=tel],
input[type=email],
input[type=text] {
  border: 1px solid #ccc;
}

textarea {
  resize: none;
}

/* remove user agent styles */
h1, h2, h3, h4, h5, p, ul, li {
  margin: 0;
  padding: 0;
}

/*
a, a:focus {
    outline: 0;}
*/
a:focus,
a:focus-visible {
  outline: 1px dashed #666;
}

.background-primary a:focus,
.background-primary a:focus-visible {
  outline: 1px dashed #fff;
}

.FooterContentViewelement a:focus,
.FooterContentViewelement a:focus-visible {
  outline: 1px dashed #000;
}

div {
  scroll-margin-top: 10rem;
}

.no-underline,
.no-underline a,
.no-underline a:link,
p a:link.btn,
a:link.btn {
  text-decoration: none;
}

.text-underline,
.hover-underline a:hover,
.hover-underline:hover {
  text-decoration: underline;
}

/* no list styles */
ul {
  list-style: none;
}

img {
  vertical-align: top;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.align-items-flex-end {
  align-items: flex-end;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

.object-fit-contain {
  object-fit: contain;
  height: 100%;
}

.width-80p {
  width: 80%;
}

.width-70p {
  width: 70%;
}

.width-60p {
  width: 60%;
}

.width-50p {
  width: 50%;
}

.width-40p {
  width: 40%;
}

.width-30p {
  width: 30%;
}

.width-20p {
  width: 20%;
}

.width-15p {
  width: 15%;
}

.width-10p {
  width: 10%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@font-face {
  font-family: "Graphik Medium";
  src: url("fonts/Graphik-Medium-Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Regular";
  src: url("fonts/Graphik-Regular-Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik SemiBold";
  src: url("fonts/Graphik-Semibold-Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tobias Bold";
  src: url("fonts/Tobias-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.HamburgerMenu {
  position: relative;
  width: 24px;
  height: 27px;
}

.HamburgerMenu a {
  position: relative;
  transition: all 500ms;
  display: block;
}

.HamburgerMenu span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HamburgerMenu span svg path {
  fill: #004A7D;
}

.HamburgerMenu span svg path {
  fill: #004A7D;
}

.HamburgerMenu-menu-in-icon {
  display: block;
}

.HamburgerMenu-menu-out-icon {
  display: none;
}

.hamburger-menu-out .HamburgerMenu-menu-out-icon {
  display: block;
}

.hamburger-menu-out .HamburgerMenu-menu-in-icon {
  display: none;
}

.HamburgerMenu-member-buttons,
.HamburgerMenu-back-link,
.HamburgerMenu-target {
  display: none;
}

.hamburger-menu-out .HamburgerMenu-target .sub-menu,
.hamburger-menu-out .HamburgerMenu-back-link,
.hamburger-menu-out .HamburgerMenu-target {
  display: block;
}

.hamburger-menu-out .HamburgerMenu-member-buttons {
  display: flex;
  padding-bottom: 2rem;
}

.hamburger-menu-out .HamburgerMenu-target {
  margin-top: 0;
}

#HamburgerMenu-target-container {
  position: fixed;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  background: white;
  z-index: 7000;
  transition: width 400ms;
}

.HamburgerMenu-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 500;
}

header,
#main {
  transition: margin-left 400ms;
}

.HamburgerMenu-back-link {
  text-align: right;
}

.HamburgerMenu-back-link a {
  text-decoration: none;
  font-size: 4rem;
  line-height: 1;
}

.HamburgerMenu-back-link a:hover {
  text-decoration: none;
  border-bottom: 0 !important;
}

.hamburger-menu-out .HamburgerMenu-menu-toggle a {
  display: none;
}

.hamburger-menu-out #HamburgerMenu-target-container {
  width: 100%;
  height: 100%;
  padding: 3.8rem;
  padding-left: 2rem;
  overflow: auto;
}

body.hamburger-menu-out {
  overflow: hidden;
  position: absolute;
}

.HamburgerMenu-back-link {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #2375bc;
}

.HamburgerMenu-target li {
  padding-bottom: 8px;
}

.HamburgerMenu-target a,
.HamburgerMenu-target a:link,
.HamburgerMenu-target a:visited,
.HamburgerMenu-target a:hover {
  color: #004A7D;
  text-decoration: none;
  font-family: "Graphik Regular", sans;
  font-size: 2.4rem;
}

.HamburgerMenu-target .sub-menu-wrapper {
  position: relative;
  padding: 0;
  display: block;
  padding-top: 3rem;
  background: transparent;
  height: auto;
  width: 100%;
}

.HamburgerMenu-target .sub-menu-wrapper {
  position: relative;
  padding: 0;
  display: block;
  padding-left: 0;
  background: transparent;
  height: auto;
  width: auto;
}

.HamburgerMenu-target .sub-menu {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0;
  font-family: "Graphik Regular", sans;
  text-align: left;
  box-shadow: none;
}

.HamburgerMenu-target .sub-menu a:link,
.HamburgerMenu-target .sub-menu a:visited,
.HamburgerMenu-target .sub-menu a:hover {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Graphik Regular", sans;
  background: none;
}

.HamburgerMenu-target .sub-menu a:hover,
.HamburgerMenu-target .sub-menu li:hover {
  background: none;
  color: #2375bc;
}

.HamburgerMenu-target .sub-menu li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.HamburgerMenu-target .sub-menu li:first-of-type {
  padding-top: 0.5rem;
}

.HamburgerMenu-target .sub-menu li:last-of-type {
  padding-bottom: 0.5rem;
}

.HamburgerMenu-target .sub-menu a:link,
.HamburgerMenu-target .sub-menu li {
  border: none !important;
}

.SocialNav li {
  float: left;
  width: 20px;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.SocialNav li svg {
  width: 100%;
}

.SocialNav li a:hover {
  opacity: 0.9;
}

.DodCross__horizontal {
  width: 8rem;
  height: 2rem;
  background: #fff;
  margin-top: -5rem;
}

.DodCross__vertical {
  width: 2rem;
  height: 8rem;
  background: #fff;
  margin-left: 3rem;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.Tabs__nav li {
  display: inline-block;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  cursor: pointer;
  margin-top: 0;
  width: 100%;
  border-right: 1px solid #ccc;
}

li.Tabs__nav-active,
.Tabs__nav li:hover {
  border-right: 2px solid #004A7D;
}

.Tabs__nav-title {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.Tabs__nav-state-indicator {
  width: 100%;
  height: 0.5rem;
}

.Tabs__nav-active .Tabs__nav-title,
.Tabs__nav-title:focus,
.Tabs__nav-title:hover {
  color: #004A7D;
  text-decoration: underline;
}

.Tabs__nav ul {
  text-align: left;
}

.VerticalTabsContent,
.TabsContent {
  display: none;
}

.VerticalTabsContent.Tabs__content-active,
.TabsContent.Tabs__content-active {
  display: block;
}

.VerticalTabsContent > div {
  box-shadow: 3px 8px 4px rgba(58, 59, 63, 0.1);
}

.VerticalTabs .Tabs__nav li {
  border: 1px solid #e1e1e1;
  box-shadow: 3px 8px 4px rgba(58, 59, 63, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  color: #004A7D;
}

.VerticalTabs .Tabs__nav .Tabs__nav-active,
.VerticalTabs .Tabs__nav li:hover {
  background: #f4f1ef;
}

.VerticalTabs .Tabs__nav li:last-of-type {
  margin-bottom: 0;
}

.VerticalTabs .Tabs__nav-symbol {
  width: 1.7rem;
  margin-top: 0.8rem;
}

.VerticalTabs .Tabs__nav-symbol svg path {
  fill: #004A7D;
}

.VerticalTabs .VerticalTabsContent > div,
.VerticalTabs .VerticalTabsContent,
.VerticalTabs .Tabs__content {
  height: 100%;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.SuperSlideshow {
  overflow: hidden;
  width: 100%;
}

.SuperSlideshowSlide {
  transition: left 400ms, top 400ms, bottom 400ms, right 400ms, opacity 1ms;
  opacity: 0;
  position: absolute;
}

.did-initialize .SuperSlideshow__control-wrapper {
  opacity: 1;
}

.SuperSlideshowSlide__inner-label {
  font-weight: 700;
  background: #2375bc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.SuperSlideshowSlide__inner-label span {
  display: block;
  text-align: center;
  width: 100%;
}

.SuperSlideshow.transition-fade {
  transition: opacity 400ms;
}

.SuperSlideshowSlide.block-transition {
  transition: none;
}

.SuperSlideshowSlide.current-slide {
  opacity: 1;
  z-index: 399;
}

.SuperSlideshow__control-wrapper {
  width: 100%;
  opacity: 0;
  transition: opacity 500ms, top 400ms;
  padding: 3rem;
}

.SuperSlideshow__pager {
  text-align: center;
  cursor: pointer;
}

.SuperSlideshow__pager span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #004A7D;
  margin-top: 2px;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.6;
  user-select: none;
}

.SuperSlideshow__pager span.current-pager {
  opacity: 1;
}

.SuperSlideshow__slideIndicator-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.SuperSlideshow__overlay-button {
  position: absolute;
  z-index: 401;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
}

.SuperSlideshow__overlay-button svg {
  width: 100%;
  max-width: 15px;
  margin: 0 auto;
}

.SuperSlideshow__overlay-button-inner {
  background: none;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  /* border-radius: 50%;*/
  transition: background 400ms;
}

.SuperSlideshow__button {
  width: 20px;
  cursor: pointer;
}

.SuperSlideshowSlide__info {
  height: 100%;
}

.slideshow-vertical .SuperSlideshow__control-wrapper {
  width: auto;
  left: auto;
  right: 0;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 400;
  transition: opacity 500ms, top 400ms;
  padding: 2rem;
}

.slideshow-slides-in-phone .SuperSlideshow__control-wrapper .SuperSlideshow__pager span,
.slideshow-vertical .SuperSlideshow__control-wrapper .SuperSlideshow__pager span {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.slideshow-slides-in-phone .SuperSlideshow__control-wrapper {
  display: none !important;
}

.slideshow-vertical .SuperSlideshowSlide__info {
  margin-left: auto;
}

.slideshow-vertical .SuperSlideshow__pager span {
  display: block;
}

.SuperSlideshow-numslides-1 .SuperSlideshow__control-wrapper {
  display: none !important;
}

.SlideshowElement__control-overlay {
  right: 10%;
  top: 10%;
}

.SuperSlideshow__next-button.SuperSlideshow__overlay-button {
  left: auto;
  justify-content: flex-end;
  right: 0;
}

.SuperSlideshow__overlay-button svg path,
.SuperSlideshow__overlay-button svg polygon {
  fill: #4A7C72 !important;
}

.SuperSlideshow_overlay-button-inner {
  padding: 2rem;
}

/*@import "views/element/RotatorSlider.scss";*/
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
html {
  font-size: 62.5%;
}

body {
  font-style: normal;
  font-weight: normal;
  font-size: 1.7rem;
  font-family: "Graphik Regular", sans;
  color: #333;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

.graphik-semi-bold {
  font-family: "Graphik SemiBold", sans;
}

.graphik-medium {
  font-family: "Graphik Medium", sans;
}

.graphik-regular {
  font-family: "Graphik Regular", sans;
}

.form-control {
  font-size: 1.4rem;
}

a:focus {
  text-decoration: none;
}

a:visited,
a:link {
  color: #333;
}

.color-primary a:visited,
.color-primary a:link,
a.color-primary:visited,
a.color-primary:link {
  color: #004A7D;
}

.color-white a:visited,
.color-white a:link,
a.color-white:visited,
a.color-white:link {
  color: #fff;
}

p a:link {
  display: inline-block;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, strong, b,
h1, h2, h3, h4, h5, h6, strong a, b a {
  font-style: normal;
  font-weight: 700;
}

em strong {
  font-style: italic;
}

figure,
blockquote,
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.7rem;
}

.texteditor-content h1 {
  font-size: 150%;
}

.texteditor-content h2 {
  font-size: 140%;
}

.texteditor-content h3 {
  font-size: 130%;
}

.texteditor-content h4 {
  font-size: 120%;
}

.texteditor-content h5 {
  font-size: 110%;
}

.texteditor-content h6 {
  font-size: 100%;
}

i, em {
  font-style: italic;
  font-weight: 400;
}

.font-xxs {
  font-size: 1rem;
  line-height: 1.2rem;
}

.font-xs {
  font-size: 1.2rem;
  line-height: 1.86rem;
}

.font-sm {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.font-md {
  font-size: 1.7rem;
  line-height: 2.6rem;
}

.font-md-plus {
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.font-md-extra {
  font-size: 2rem;
  line-height: 2.6rem;
}

.font-lg {
  font-size: 2.4rem;
  line-height: 3rem;
}

.font-xl {
  font-size: 3.6rem;
  line-height: 4rem;
}

.texteditor-content.font-xs p,
.texteditor-content .font-xs p,
.texteditor-content .font-xs ul {
  padding-bottom: 1.86rem;
}

.texteditor-content.font-sm p,
.texteditor-content .font-sm p,
.texteditor-content.font-sm ul {
  padding-bottom: 1.8rem;
}

.texteditor-content.font-md p,
.texteditor-content .font-md p,
.texteditor-content.font-md ul,
.texteditor-content.font-md ol {
  padding-bottom: 2.6rem;
}

.texteditor-content.font-md-plus p,
.texteditor-content .font-md-plus p,
.texteditor-content.font-md-plus ul {
  padding-bottom: 2.5rem;
}

.texteditor-content.font-lg p,
.texteditor-content .font-lg p,
.texteditor-content.font-lg ul {
  padding-bottom: 3rem;
}

.texteditor-content.font-xl p,
.texteditor-content .font-xl p,
.texteditor-content.font-xl ul {
  padding-bottom: 4rem;
}

.texteditor-content.font-md h1 {
  padding-bottom: 2.89rem;
}

.texteditor-content.font-md h2 {
  padding-bottom: 2.38rem;
}

.texteditor-content.font-md h3 {
  padding-bottom: 2.21rem;
}

.texteditor-content.font-md h4 {
  padding-bottom: 2.04rem;
}

.texteditor-content.font-md h5 {
  padding-bottom: 1.87rem;
}

.texteditor-content.font-md h6 {
  padding-bottom: 1.7rem;
}

/*
.texteditor-content  ul:last-of-type ,
.texteditor-content p:last-of-type{
    padding-bottom: 0 !important;
}
*/
.texteditor-content blockquote :last-child,
.texteditor-content > :last-child {
  padding-bottom: 0 !important;
}

.headline-sm {
  font-family: "Tobias Bold";
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
}

.headline-md {
  font-family: "Tobias Bold";
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 1;
}

.headline-md-plus {
  font-family: "Tobias Bold";
  font-weight: 700;
  font-size: 4.3rem;
  line-height: 1;
}

.headline-lg {
  font-family: "Tobias Bold";
  font-weight: 700;
  font-size: 5.3rem;
  line-height: 1;
  letter-spacing: -0.05rem;
}

.headline-xl {
  font-family: "Tobias Bold";
  font-weight: 700;
  font-size: 6.7rem;
  line-height: 1;
  letter-spacing: -0.05rem;
}

.headline-sm-alt {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
  font-family: "Graphik Medium", sans;
}

.headline-md-alt {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  font-family: "Graphik Medium", sans;
}

.headline-lg-alt {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 500;
  font-family: "Graphik Medium", sans;
}

.headline-xl-alt {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 500;
  font-family: "Graphik Medium", sans;
}

.headline-xs {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Graphik Medium", sans;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.background-primary {
  background: #004A7D;
}

.background-secondary {
  background: #2375bc;
}

.background-sage {
  background: #4A7C72;
}

.background-eucalyptus {
  background: #ABC9CE;
}

.color-eucalyptus {
  color: #ABC9CE;
}

.background-accent {
  background: #EEAB56;
}

.border-top-accent {
  border-top: #EEAB56 4px solid;
}

.background-secondary-dark {
  background: #3A3B3F;
}

.background-sand {
  background: #f4f1ef;
}

.background-white {
  background: #fff;
}

.color-primary {
  color: #004A7D;
}

.color-secondary {
  color: #2375bc;
}

.color-sage {
  color: #4A7C72;
}

.color-accent {
  color: #EEAB56;
}

.color-dark {
  color: #3A3B3F;
}

.color-white {
  color: #fff;
}

.divider {
  background: #000;
  clear: both;
  height: 1px;
}

.divider-accent {
  background: #EEAB56;
}

.divider-accent-fat {
  height: 3px;
}

.pt-xxs {
  padding-top: 0.2rem;
}

.pb-xxs {
  padding-bottom: 0.2rem;
}

.mt-xxs {
  margin-top: 0.2rem;
}

.mb-xxs {
  margin-bottom: 0.2rem;
}

.padding-xxs {
  padding: 0.2rem;
}

.spacer-xxs {
  height: 0.2rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-xs {
  padding-top: 0.5rem;
}

.pb-xs {
  padding-bottom: 0.5rem;
}

.mt-xs {
  margin-top: 0.5rem;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.padding-xs {
  padding: 0.5rem;
}

.spacer-xs {
  height: 0.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-sm {
  padding-top: 1rem;
}

.pb-sm {
  padding-bottom: 1rem;
}

.mr-sm {
  margin-right: 1rem;
}

.ml-sm {
  margin-left: 1rem;
}

.mt-sm {
  margin-top: 1rem;
}

.mb-sm {
  margin-bottom: 1rem;
}

.padding-sm {
  padding: 1rem;
}

.spacer-sm {
  height: 1rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.mt-md {
  margin-top: 1.5rem;
}

.mb-md {
  margin-bottom: 1.5rem;
}

.pt-md {
  padding-top: 1.5rem;
}

.pb-md {
  padding-bottom: 1.5rem;
}

.pl-md {
  padding-left: 1.5rem;
}

.pr-md {
  padding-right: 1.5rem;
}

.ml-md {
  margin-left: 1.5rem;
}

.mr-md {
  margin-right: 1.5rem;
}

.padding-md {
  padding: 1.5rem;
}

.spacer-md {
  height: 1.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-lg {
  padding-top: 2.5rem;
}

.pb-lg {
  padding-bottom: 2.5rem;
}

.pr-lg {
  padding-right: 2.5rem;
}

.pl-lg {
  padding-left: 2.5rem;
}

.mt-lg {
  margin-top: 2.5rem;
}

.mb-lg {
  margin-bottom: 2.5rem;
}

.ml-lg {
  margin-left: 2.5rem;
}

.mr-lg {
  margin-right: 2.5rem;
}

.padding-lg {
  padding: 2.5rem;
}

.spacer-lg {
  height: 2.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-xl {
  padding-top: 4.5rem;
}

.pb-xl {
  padding-bottom: 4.5rem;
}

.pl-xl {
  padding-left: 4.5rem;
}

.pr-xl {
  padding-right: 4.5rem;
}

.mt-xl {
  margin-top: 4.5rem;
}

.mb-xl {
  margin-bottom: 4.5rem;
}

.mb-xl-plus {
  margin-bottom: 5.5rem;
}

.padding-xl {
  padding: 4.5rem;
}

.spacer-xl {
  height: 4.5rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-xxl {
  padding-top: 7.5rem;
}

.pb-xxl {
  padding-bottom: 7.5rem;
}

.container-fluid.container-flush {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.flex-direction-column {
  flex-direction: column;
}

.margin-0-auto {
  margin: 0 auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.spacer-xxxl {
  height: 6rem;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.border-left-sand {
  border-left: 2px solid #f4f1ef;
}

.border-bottom-sand {
  border-bottom: 2px solid #f4f1ef;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.btn {
  border-radius: 0;
  text-transform: capitalize;
  display: inline-block;
}

.btn-lg {
  border-radius: 0;
}

.btn-sm {
  border-radius: 0;
  letter-spacing: 1px;
}

.btn-xs {
  border-radius: 0;
}

a:link.btn-default,
a:visited.btn-default,
a.btn-default,
.btn-default {
  background: #080c2d;
  background: #77777a;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  transition: all 500ms;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus,
a:hover.btn-default,
a:active.btn-default,
a:focus.btn-default {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}

a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary,
.btn-primary {
  border: 0.2rem solid #004A7D;
  background: #004A7D;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  transition: background 500ms, border 500ms;
  padding: 1.2rem;
  font-family: "Graphik Medium", sans;
}

a.btn-sm:link,
a.btn-sm:visited,
a.btn-sm,
.btn-sm {
  padding: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

input[type=submit].btn-primary:focus,
a.btn-primary:focus,
a.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus:active,
.btn-primary:focus,
.btn-primary:active {
  border: 2px solid #2375bc;
  outline-width: 2.1px;
  background: #2375bc;
  color: #fff;
  text-shadow: none;
  box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.3);
}

a.btn-transparent:link,
a.btn-transparent:visited,
a.btn-transparent,
.btn-transparent {
  border: 2px solid transparent;
  background: transparent;
  color: #004A7D;
  text-shadow: none;
  box-shadow: none;
  transition: background 500ms;
  padding: 1.2rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  font-family: "Graphik Medium", sans;
}

input[type=submit].btn-transparent:focus,
a.btn-transparent:hover,
.btn-transparent:hover,
.btn-transparent:focus:active,
.btn-transparent:focus,
.btn-transparent:active {
  background: transparent;
  color: #2375bc;
  text-shadow: none;
  border-bottom: 2px solid #2375bc;
  text-decoration: none;
}

a.btn-outline-white:visited,
a.btn-outline-white,
.btn-outline-white,
a.btn-outline-blue:visited,
a.btn-outline-blue,
.btn-outline-blue {
  background: transparent;
  color: #004A7D;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #004A7D;
  transition: all 500ms;
  font-weight: normal;
  font-family: "Graphik Medium", sans;
  padding: 1.5rem 3rem 1.5rem 3rem;
}

a.btn-outline-white:hover,
a.btn-outline-white:focus,
a.btn-outline-white:active,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
a.btn-outline-blue:hover,
a.btn-outline-blue:focus,
a.btn-outline-blue:active,
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active {
  text-decoration: underline;
}

a.btn-outline-white:visited,
a.btn-outline-white,
.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  /*outline: none;*/
  outline-style: dashed;
  outline-offset: 2px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background: #000;
  opacity: 1;
}

.link {
  text-decoration: none;
  text-transform: none;
}

.link:hover {
  text-decoration: underline;
}

a.arrow-link,
a.arrow-link:visited,
a.arrow-link:hover,
a.arrow-link:focus {
  color: #004A7D;
  font-family: "Graphik Medium", sans;
  white-space: nowrap;
  /*padding-right: 3.5rem;*/
}

a.arrow-link:hover {
  color: #004A7D;
}

a.arrow-link-accent,
a.arrow-link-accent:visited,
a.arrow-link-accent:hover,
a.arrow-link-accent:focus {
  color: #004A7D;
  font-family: "Graphik Medium", sans;
}

a.arrow-link-accent:hover,
a.arrow-link-accent:focus {
  color: #2375bc;
}

.color-white a.arrow-link,
.color-white a.arrow-link:visited,
.color-white a.arrow-link:hover,
.color-white a.arrow-link:focus {
  color: #fff;
}

.color-white .arrow-link:hover,
.color-white .arrow-link:focus {
  color: #fff;
}

.color-white a.arrow-link-accent,
.color-white a.arrow-link-accent:visited,
.color-white a.arrow-link-accent:focus,
.color-white a.arrow-link-accent:hover {
  color: #fff;
}

.color-white .arrow-link-accent:hover,
.color-white .arrow-link-accent:focus {
  color: #fff;
}

.a.btn-outline-blue,
.btn-outline-blue {
  text-align: center;
}

/* md sizes */
@media (max-width: 991.98px) {
  a.btn-outline-white:visited,
a.btn-outline-white,
.btn-outline-white,
a.btn-outline-blue:visited,
a.btn-outline-blue,
.btn-outline-blue {
    padding: 1rem 2rem 1rem 2rem;
  }
}
/*
use this as master

a.btn-gold,
a.btn-gold:visited,
.btn-gold,
.btn-gold:visited {
  text-decoration: none;
  background:  $goldColor;
  color:  #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  transition: all 500ms;
  font-weight: normal;
}

a.btn-gold:hover,
a.btn-gold:focus,
a.btn-gold:active,
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active{
  background: $goldColor;
  color:  #fff;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff
}



*/
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.texteditor-content .alignright {
  float: right;
  clear: right;
}

.wp-caption-text {
  padding-top: 4px;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
}

.texteditor-content .alignright {
  margin: 5px 0 5px 20px;
}

.texteditor-content .alignleft {
  float: left;
  clear: left;
}

.texteditor-content .alignleft {
  margin: 5px 20px 5px 0;
}

.texteditor-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.texteditor-content p a:link {
  display: inline;
}

.texteditor-content .text-float-video {
  width: 420px;
}

.texteditor-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.texteditor-content.text-center ul {
  display: inline-block;
  text-align: left;
}

.texteditor-content ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.texteditor-content .wp-block-pullquote.is-style-solid-color blockquote {
  font-size: 1.2rem;
  max-width: 80%;
}

.texteditor-content .wp-block-pullquote {
  margin: 0 0 3rem;
  padding: 2rem 0;
  text-align: center;
}

.texteditor-content .wp-block-buttons {
  margin-bottom: 2.6rem;
  display: flex;
  justify-content: center;
}

/* sm sizes */
@media (max-width: 991.98px) {
  .texteditor-content .text-float-video {
    width: 100%;
  }
}
/* xs sizes */
@media (max-width: 767.98px) {
  .texteditor-content .text-float-video {
    width: 280px;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.inline-menu {
  margin: 0;
  padding: 0;
}

.inline-menu li {
  display: inline-block;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.footer-inline-menu li {
  margin-left: 0;
  margin-bottom: 0.7rem;
}

.footer-inline-menu a:hover,
.footer-inline-menu a:visited,
.footer-inline-menu a:link {
  font-family: "Graphik Regular", sans;
  text-decoration: none;
  color: #3A3B3F;
  transition: color 400ms;
}

.footer-inline-menu a:hover {
  text-decoration: underline;
  color: #2375bc;
}

.menu a:link,
.menu a:visited,
.menu {
  font-family: "Graphik Medium", sans;
  color: #004A7D;
  text-decoration: none;
  text-transform: capitalize;
}

.menu a:hover {
  color: #2375bc;
  text-decoration: underline;
}

.headline-3 {
  color: #004A7D;
  font-size: 2.8rem;
}

.FooterContentViewelement .menu a:link,
.FooterContentViewelement .menu a:visited,
.FooterContentViewelement .menu {
  font-family: "Graphik Regular", sans;
}

.FooterContentViewelement .menu li {
  padding-bottom: 2rem;
}

.sub-menu {
  position: absolute;
  background: #fff;
  padding-top: 1rem;
  display: none;
  margin-top: 0;
}

header li.menu-item:hover .sub-menu {
  display: block;
}

header li.menu-item:focus-within .sub-menu {
  display: block;
}

.sub-menu li {
  margin: 0;
  padding: 0.8rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  display: block;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.sub-menu li:first-of-type {
  border-top: 1px solid #e6e6e6;
  padding-top: 1.4rem;
}

.sub-menu li:last-of-type {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #e6e6e6;
}

.sub-menu a {
  white-space: nowrap;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
  width: 100%;
  display: block;
}

.sub-menu li:last-of-type a {
  border-bottom: none;
  padding-bottom: 0;
}

.large-in-page-menu ul {
  display: flex;
  justify-content: space-between;
}

.large-in-page-menu li {
  text-align: center;
  width: 100%;
  padding: 2rem;
  font-size: 2.4rem;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  transition: border 400ms;
}

.large-in-page-menu li.current-menu-item,
.large-in-page-menu li:hover {
  border-left: 1px solid #CFCFCF;
  border-bottom: 2px solid #004A7D;
  border-right: 1px solid #CFCFCF;
}

.sidebar ul {
  display: flex;
  justify-content: center;
}

.sidebar li {
  display: inline-block;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  position: relative;
}

.sidebar li {
  margin-right: 0;
  margin-left: 0;
}

.sidebar li a,
.sidebar li a:hover,
.sidebar li a:visited,
.sidebar li a:link {
  color: #004A7D;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  white-space: nowrap;
  text-decoration: none;
}

.sidebar li {
  padding-bottom: 1rem;
}

.sidebar li:hover,
.sidebar li.current-menu-item {
  border-bottom: 1px solid #444;
  padding-bottom: 1rem;
}

.sidebar li a:hover,
.sidebar li.current-menu-item a {
  color: #333;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.col_14,
.col_16,
.col_20,
.col_25,
.col_33,
.col_40,
.col_50,
.col_60,
.col_66 {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col_14 {
  flex: 0 0 14.28%;
  max-width: 14.28%;
}

.col_16 {
  flex: 0 0 16.6666666%;
  max-width: 16.6666666%;
}

.col_20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col_25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col_33 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col_40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col_50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col_60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col_66 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col_100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row_col {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row_col-flush {
  margin-right: 0;
  margin-left: 0;
}

.row_col_container_extra-padded-lg {
  padding-right: 8px;
  padding-left: 8px;
}

.row_extra-padded {
  margin-right: -4rem;
  margin-left: -4rem;
}

.row_extra-padded .col_14,
.row_extra-padded .col_16,
.row_extra-padded .col_20,
.row_extra-padded .col_25,
.row_extra-padded .col_33,
.row_extra-padded .col_40,
.row_extra-padded .col_60,
.row_extra-padded .col_66,
.row_extra-padded .col_100 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.row_col-flush .col_14,
.row_col-flush .col_16,
.row_col-flush .col_20,
.row_col-flush .col_25,
.row_col-flush .col_33,
.row_col-flush .col_40,
.row_col-flush.col_60,
.row_col-flush.col_66,
.row_col-flush.col_100 {
  padding-right: 0;
  padding-left: 0;
}

.row_extra-padded-md {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row_extra-padded-md .col_14,
.row_extra-padded-md .col_16,
.row_extra-padded-md .col_20,
.row_extra-padded-md .col_25,
.row_extra-padded-md .col_33,
.row_extra-padded-md .col_40,
.row_extra-padded-md .col_60,
.row_extra-padded-md .col_66,
.row_extra-padded-md .col_100 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.row_extra-padded-lg {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

.row_extra-padded-lg .col_14,
.row_extra-padded-lg .col_16,
.row_extra-padded-lg .col_20,
.row_extra-padded-lg .col_25,
.row_extra-padded-lg .col_33,
.row_extra-padded-lg .col_40,
.row_extra-padded-lg .col_60,
.row_extra-padded-lg .col_66,
.row_extra-padded-lg .col_100 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

/* sm sizes */
@media (max-width: 767.98px) {
  .row_extra-padded {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .row_extra-padded .col_14,
.row_extra-padded .col_16,
.row_extra-padded .col_20,
.row_extra-padded .col_25,
.row_extra-padded .col_33,
.row_extra-padded .col_40,
.row_extra-padded .col_60,
.row_extra-padded .col_66,
.row_extra-padded .col_100 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .row_extra-padded-lg {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .row_extra-padded-lg .col_14,
.row_extra-padded-lg .col_16,
.row_extra-padded-lg .col_20,
.row_extra-padded-lg .col_25,
.row_extra-padded-lg .col_33,
.row_extra-padded-lg .col_40,
.row_extra-padded-lg .col_60,
.row_extra-padded-lg .col_66,
.row_extra-padded-lg .col_100 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .row_col-flush .col_14,
.row_col-flush .col_16,
.row_col-flush .col_20,
.row_col-flush .col_25,
.row_col-flush .col_33,
.row_col-flush .col_40,
.row_col-flush.col_60,
.row_col-flush.col_66,
.row_col-flush.col_100 {
    padding-right: 0;
    padding-left: 0;
  }
}
/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
.AccordionItemTeaserVE__title {
  padding: 0.4rem;
  padding-left: 4rem;
}

.AccordionItemTeaserVE__controls {
  width: 1.5rem;
  display: flex;
  height: 100%;
  align-items: center;
  left: 1rem !important;
}

.AccordionItemTeaserVE__controls svg {
  width: 100%;
}

.AccordionItem__icon-closed,
.AccordionItemTeaserVE__content {
  display: none;
}

.Accordion-active .AccordionItemTeaserVE__content,
.Accordion-active .AccordionItem__icon-closed {
  display: block;
}

.Accordion-active .AccordionItem__icon-open {
  display: none;
}

.Accordion-active .AccordionItemTeaserVE__title {
  background: none;
}

.Accordion-large .AccordionItemTeaserVE {
  transition: opacity 400ms;
}

.Accordion-large .AccordionItemTeaserVE:nth-of-type(even) {
  background: #f4f1ef;
}

.Accordion-large .AccordionItemTeaserVE:nth-of-type(odd):hover,
.Accordion-large .AccordionItemTeaserVE:nth-of-type(even):hover {
  background: rgba(244, 241, 239, 0.6);
}

.Accordion-large ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#logo-separator {
  margin-left: 2rem;
  margin-right: 2rem;
}

#logo-separator > div {
  height: 100%;
  border-left: 1px solid #ADADAE;
}

#powered-by-logo,
#partner-logo {
  max-width: 210px;
  width: 35%;
}

#partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

#footer {
  display: none !important;
}

.max-width {
  max-width: 1156px;
  margin: 0 auto;
}

#footer-logo,
#top-logo {
  max-width: 188px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#header-menu {
  padding-left: 5.5rem;
}

.single-micrositeentity #header-menu {
  padding-left: 1.5rem;
}

#top-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 900;
  border-bottom: none;
  transition: box-shadow 200ms, border-bottom 200ms;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.home #top-header {
  border-bottom: none;
  box-shadow: none;
}

.tugged #top-header {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.current_page_item a {
  text-decoration: underline;
}

.GridListVE__mobile-picture {
  display: none;
}

.FooterContentViewelement {
  background: #eae6e3;
  color: #3A3B3F;
  padding-bottom: 5rem;
  padding-top: 10rem;
}

.max-width-120 {
  max-width: 120px;
}

.PageBuilder-form-footer {
  padding: 10px;
}

.ImageElement__image-wrap {
  min-height: 726px;
  overflow: hidden;
}

.ImageTextComboElement__image img,
.ImageElement__image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ImageTextComboElement__image-right-text-left {
  position: absolute;
  right: 0;
  top: 5%;
  width: 44%;
  height: 90%;
  overflow: hidden;
}

.ImageTextComboElement__image-left-text-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
}

.z-index-99 {
  z-index: 99;
}

.HeroElement__brand-box {
  margin-top: 5rem;
  margin-left: 5rem;
}

.arrow-icon-wrap {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 1.2rem;
  margin-left: 2.2rem;
  cursor: pointer;
  margin-right: 1.2rem;
}

.arrow-chevron-icon-wrap {
  display: inline-block;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.6rem;
}

.arrow-chevron-icon-wrap svg path {
  fill: #EEAB56;
}

.arrow-chevron-icon-wrap svg {
  margin-top: -3px;
}

.arrow-chevron-down-icon-wrap {
  display: inline-block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1rem;
  cursor: pointer;
}

.arrow-chevron-down-icon-wrap svg path {
  fill: #EEAB56;
}

.arrow-chevron-down-icon-wrap svg {
  margin-top: -3px;
}

.arrow-line {
  border-bottom: 2px solid #004A7D;
  width: 3.5rem;
  position: absolute;
  top: 50%;
  left: 0;
}

.arrow-head {
  border-bottom: 2px solid #004A7D;
  border-right: 2px solid #004A7D;
  width: 1rem;
  height: 1rem;
  transform: rotate(315deg);
  display: block;
  position: absolute;
  right: 1.3rem;
  top: 0.2rem;
  left: 2.6rem;
}

.arrow-link-small .arrow-line {
  width: 15px;
}

.arrow-link-small .arrow-head {
  left: 0.6rem;
}

.arrow-link-small .arrow-icon-wrap {
  margin-left: 1.2rem;
}

/*margin-left: 1.2rem;*/
.color-white .arrow-head,
.color-white .arrow-line {
  border-color: #fff;
}

.block-padding-medium {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.block-padding-large {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.block-padding-x-large {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.DividerVE.short-gold .divider {
  height: 4px;
  background: #EEAB56;
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
  max-width: 7.2rem;
}

.ratio-4x3 {
  padding-top: 75%;
}

.ratio-4x3 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-4x2 {
  padding-top: 50%;
}

.ratio-4x2 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio-7-3 {
  aspect-ratio: 7/3;
}

.ratio-3x7 {
  padding-top: 23%;
}

.ratio-3x7 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-4x3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratio-4x2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratio-3x7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.object-fit-contain img {
  object-fit: contain;
}

.texteditor-content iframe {
  width: 100%;
  border: none;
}

.TeaserImage__press > div {
  padding: 2.5rem;
  transition: box-shadow 500ms, opacity 500ms;
}

.TeaserImage__press .LinkVE {
  opacity: 0;
  transition: opacity 500ms;
}

.TeaserImage__press:hover > div {
  border-radius: 5px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.09);
}

.TeaserImage__press:hover .LinkVE {
  opacity: 1;
}

.TeaserImage__press.no-hover:hover > div {
  border-radius: 0;
  box-shadow: none;
}

.SocialShare svg {
  width: 100%;
}

.SocialShare ul {
  list-style: none;
  padding-left: 0 !important;
}

.SocialShare li {
  max-width: 3rem;
  margin-bottom: 2.2rem;
  display: inline-block;
  margin-right: 1.2rem;
}

.arrow-button {
  width: 40px;
  cursor: pointer;
}

.GridList__mode-list-left .GridList__col-1 {
  order: 2;
}

.GridList__mode-list-left .GridList__col-2 {
  order: 1;
}

.ImageElement__mode-fold .ImageElement__image-wrap,
.ImageElement__mode-page-top .ImageElement__image-wrap {
  min-height: 0;
}

.TabsContent ul {
  padding-left: 0;
  padding-top: 2rem;
}

.TabsContent li {
  float: left;
  width: 50%;
  list-style: none;
  margin: 0;
}

.dropshadow-container {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

li.plus-list {
  display: flex;
  margin-bottom: 2rem;
  float: left;
  width: 50%;
}

.list-plus svg,
.list-plus {
  width: 15px;
}

.texteditor-content .icon-list {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.TeaserCardVE__info-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.2), #3a3b3f);
}

.TeaserCardVE__info-wrapper:hover .HeadlineVE {
  text-decoration: underline;
}

.HeroElement__labelbox {
  margin-top: 15%;
  max-width: 345px;
  padding: 2.5rem;
}

.split-background-eucalyptus-primary {
  background: linear-gradient(90deg, #ABC9CE 50%, #004A7D 50%);
}

/*
.ImageTextCombo__flush .ImageTextComboElement__image-right-text-left{
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
    height: 100%;
}

.ImageTextCombo__flush .HeadlineVE.headline-lg {
    padding-top: 0 !important;
}*/
.TabsContent a:visited,
.TabsContent a:link {
  color: #004A7D;
}

.VideoTeaser__button {
  max-width: 8rem;
  transition: transform 400ms;
}

#video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#video-modal_inner {
  width: 70%;
  transition: opacity 2000ms;
}

.ratio-padding {
  padding-top: 50%;
}

.ratio-padding.ratio-padding-56_25 {
  padding-top: 56.25%;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -32px;
  color: black;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  background: white;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 24px;
}

.VideoPlayer__inner iframe {
  border: none;
}

.opacity-1 {
  opacity: 1;
}

.HeroElement-mode-image-right-text-left .HeroElement__col-1 {
  order: 2;
}

.HeroElement-mode-image-right-text-left .HeroElement__col-2 {
  order: 1;
}

.SuperSlideshow-mode-scroller-press .SuperSlideshow__button {
  width: 10px;
}

.SuperSlideshow__pager span {
  width: 10px;
  height: 10px;
}

.GridLongRowVE .LongRowTeaser:nth-of-type(even) .LongRowTeaser__inner {
  display: flex;
}

.GridLongRowVE .LongRowTeaser:nth-of-type(even) .LongRowTeaser__image {
  order: 5;
}

.col-2-list li {
  float: left;
  width: 50%;
}

.android-prompt {
  width: 100%;
}

.android-prompt__inner {
  padding: 0.5rem 1.2rem;
  padding-left: 0.5rem;
  background: #f1f1f1;
}

.android-prompt__logo {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #f1f1f4;
  border-radius: 3px;
}

.SuperSlideshow-mode-default .SuperSlideshow__button {
  width: 15px;
}

.SuperSlideshow__button svg polygon {
  fill: #004A7D !important;
}

.SuperSlideshow-mode-hero .SuperSlideshow__slideshow {
  overflow: hidden;
}

.SuperSlideshow-mode-hero .HeroElement,
.SuperSlideshow-mode-hero .HeroElement > div,
.SuperSlideshow-mode-hero .HeroElement > div > div {
  height: 100%;
}

.SuperSlideshowSlideHero__inner .HeroElement__col-1 {
  position: relative;
  aspect-ratio: 1/1;
}

.SuperSlideshow-mode-hero .SuperSlideshow__control-wrapper {
  position: absolute;
  z-index: 8000;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
  left: 0;
}

.SuperSlideshow-mode-hero .SuperSlideshow__prev-button,
.SuperSlideshow-mode-hero .SuperSlideshow__next-button {
  display: none;
}

.SuperSlideshow-mode-hero .SuperSlideshow__next-button.SuperSlideshow__overlay-button,
.SuperSlideshow-mode-hero .SuperSlideshow__prev-button.SuperSlideshow__overlay-button {
  display: flex;
  cursor: pointer;
}

.SuperSlideshow-mode-hero .SuperSlideshow__prev-button.SuperSlideshow__overlay-button {
  left: 0;
}

.SuperSlideshow-mode-hero .SuperSlideshow__next-button.SuperSlideshow__overlay-button {
  right: 0;
}

.SuperSlideshow-mode-hero .SuperSlideshow__overlay-button svg {
  max-width: 18px;
}

.SuperSlideshow-mode-hero .SuperSlideshow__overlay-button svg path {
  fill: #ffffff !important;
}

.SuperSlideshow-mode-hero .SuperSlideshow__pager span {
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
}

.SuperSlideshow-mode-hero .SuperSlideshow__pager span.current-pager {
  background: #EEAB56;
}

.rounded-corners {
  border-radius: 1.2rem;
}

#onetrust-banner-sdk .ot-close-icon {
  background: url("https://includedhealth.com/wp-content/themes/newco-2021/img/close-x.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  right: 0 !important;
  height: 20px !important;
  width: 40px !important;
}

.skip-link {
  background: #004A7D;
  color: #fff !important;
  left: -5000px;
  letter-spacing: 2px;
  padding: 1rem;
  position: absolute;
  text-decoration: none;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 100;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.skip-link:focus {
  left: 0;
  z-index: 1000000;
}

a:focus {
  text-decoration: underline !important;
}

.PostTeaserLargeVE__image-wrapper a:focus img,
.PostTeaserLargeVE__image-wrapper a:focus-visible img,
.PostTeaserVE__image-wrapper a:focus img,
.PostTeaserVE__image-wrapper a:focus-visible img,
.PostTeaserRelated__image-wrapper a:focus img,
.PostTeaserRelated__image-wrapper a:focus-visible img {
  box-shadow: 2px 2px 10px #000;
}

.PostCollectorElement__has-featured-post .PostCollectorElement__posts-list .PostTeaserVE:first-of-type {
  display: none;
}

.TeaserCardVE a:focus > div,
.TeaserCardVE a:focus-visible > div {
  box-shadow: 2px 2px 10px #a4a4a4;
}

.VideoPlayerPartVE:focus .VideoTeaser__button {
  transform: scale(1.2);
}

.SuperSlideshow__keyboard-trap {
  scroll-margin-top: 20rem;
  display: none;
}

.TeaserImageVE__info-wrapper {
  opacity: 0;
  transition: opacity 400ms;
}

a:hover .TeaserImageVE__info-wrapper {
  opacity: 1;
}

.faq-group-mode-two-columns .AccordionItemTeaserVE {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 8px;
  padding-left: 8px;
}

.faq-group-mode-two-columns .Accordion {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

#LogoComboVE {
  max-width: 188px;
  width: 100%;
  margin-right: auto;
}

.single-micrositeentity #LogoComboVE {
  max-width: 466px;
  width: 100%;
}

/* via _variables
$grid-breakpoints: (
      xs: 0,
      sm: 576px,
      md: 768px,
      lg: 992px,
      xl: 1200px
) */
/* max beakpoints for max-width:  */
@media (max-width: 1156px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ImageTextComboElement .container-fluid,
.HeroElement .container-fluid {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
}
/* lg sizes */
@media (max-width: 1199.98px) {
  .lg-col_25 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .single-micrositeentity #LogoComboVE {
    max-width: 390px;
    width: 100%;
  }
}
/* md sizes */
@media (max-width: 991.98px) {
  .md-col_25 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  html {
    font-size: 53%;
  }

  .headline-xl {
    font-size: 5.7rem;
  }

  .headline-lg {
    font-size: 4.5rem;
  }

  .large-in-page-menu li {
    font-size: 1.8rem;
  }

  .ImageElement__image-wrap {
    min-height: 0;
  }

  #menu-blog-sidebar {
    overflow-x: auto;
  }

  .faq-group-mode-two-columns .AccordionItemTeaserVE {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #language-selector {
    padding-right: 5rem;
  }
}
/* sm sizes */
@media (max-width: 767.98px) {
  .sm-col_25 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sm-col_50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sm-col_33 {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .sm-col_100 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #footer-logo,
#top-logo {
    max-width: 120px;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .sm-padding-md {
    padding: 1.5rem;
  }

  .sm-pb-md {
    padding-bottom: 1.5rem;
  }

  .sm-pt-md {
    padding-top: 1.5rem;
  }

  .sm-pl-md {
    padding-left: 1.5rem;
  }

  .sm-pl-0 {
    padding-left: 0;
  }

  .sm-pt-0 {
    padding-top: 0;
  }

  .headline-3 {
    font-size: 2rem;
  }

  .sm-text-left {
    text-align: left;
  }

  .GridListVE__picture {
    display: none;
  }

  .GridListVE__mobile-picture {
    display: block;
    width: 50%;
    float: left;
    padding-right: 2.5rem;
  }

  .TeaserCardVE__headline .HeadlineVE {
    font-size: 2rem;
    line-height: 1.4;
  }

  .GridLongRowVE .LongRowTeaser:nth-of-type(even) .LongRowTeaser__image {
    order: 0;
  }

  .LongRowTeaser {
    border-bottom: 2px solid #fff;
  }

  .GridLongRowVE .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .sm-align-items-flex-start {
    align-items: flex-start;
  }
}
/* xs sizes */
@media (max-width: 575.98px) {
  .xs-col_50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xs-col_33 {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .xs-col_100 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xs-text-left {
    text-align: left;
  }

  .xs-flex-wrap-wrap {
    flex-wrap: wrap;
  }

  .xs-width-100 {
    width: 100%;
  }

  .xs-background-transparent {
    background: transparent;
  }

  .SuperSlideshowSlideFlex__date {
    order: 1;
  }

  .SuperSlideshowSlideFlex__headline {
    order: 2;
  }

  .xs-pb-md {
    padding-bottom: 1.5rem;
  }

  .SuperSlideshow__control-wrapper {
    padding: 1.5rem;
  }

  .xs-justify-content-flex-start {
    justify-content: flex-start;
  }

  .SocialNav li {
    margin-right: 1rem;
  }

  .xs-pt-lg {
    padding-top: 2.5rem;
  }

  .xs-padding-lg {
    padding: 2.5rem;
  }

  .xs-padding-md {
    padding: 1.5rem;
  }

  .xs-padding-0 {
    padding: 0;
  }

  .xs-pt-0 {
    padding-top: 0;
  }

  .xs-pt-md {
    padding-top: 1.5rem;
  }

  .xs-pb-0 {
    padding-bottom: 0;
  }

  .xs-pl-md {
    padding-left: 1.5rem;
  }

  .xs-pr-md {
    padding-right: 1.5rem;
  }

  .xs-pb-lg {
    padding-bottom: 2.5rem;
  }

  .xs-pb-xl {
    padding-bottom: 4.5rem;
  }

  .xs-ml-lg {
    margin-left: 2.5rem;
  }

  .xs-ml-md {
    margin-left: 1.5rem;
  }

  .xs-mb-md {
    margin-bottom: 1.5rem;
  }

  li.plus-list {
    width: 100%;
  }

  .headline-xl {
    font-size: 4.8rem;
  }

  .headline-lg {
    font-size: 3.2rem;
  }

  .SuperSlideshow-mode-horizontal-quotes .SuperSlideshow__overlay-button {
    /*align-items: flex-end;*/
  }

  .SuperSlideshow-mode-horizontal-quotes.background-eucalyptus {
    background: linear-gradient(180deg, #ABC9CE 50%, #f4f1ef 50%);
  }

  .xs-block-padding-flush {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs-block-padding-medium {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs-block-padding-large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs-block-padding-x-large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .FooterContentViewelement {
    padding-top: 4rem;
  }
}
body {
  opacity: 1 !important;
}

/*# sourceMappingURL=style.css.map */
