html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}


html, body {
/*  height: 100%;*/
}

body {
  margin: 0;
  padding: 0;
  color: #444;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
}

ol, ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

a { 
  color: #2DD254;
  color: #333;
}

a:hover { color: #222; }

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

p { 
  margin-bottom: 20px;
}

h1, h2 {
  font-weight: 700;
  /*text-transform: uppercase;*/
}

strong { font-weight: bold }

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  max-width: 1480px;
}

body:not(.bm-portal-side) a.button {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 20px;
  background-color: #428524;
  text-decoration: none;
  border-radius: 5px;
}
body:not(.bm-portal-side) a.button:hover { background-color: #055293; }


.bg-dark {
  color: #fff;
  background-color: #999;
}

.bg-dark a.button {
  color: #2cacdd;
  background-color: rgba(255,255,255,0.9);
}
.bg-dark a.button:hover { background-color: rgba(255,255,255,1); }

.bg-gray { background-color: #f6f6f6; }
.bg-blue { background-color: #378dc8; }


.mb-0 { margin-bottom: 0; }
.pb-0 { padding-bottom: 0; }


.row .column {
  margin-bottom: 60px;
  width: 100%;
}

@media only screen and (min-width: 980px) {
  .row {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.row-reverse-desktop {
    flex-direction: row-reverse;
  }
  .row .column {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .column-one-half {
    width: 50%;
  }
  .column-one-third {
    width: 33.333%;
  }
  .column-two-thirds {
    width: 66.666%;
  }
  .column-two-fifths {
    width: 40%;
  }
  .column-three-fifths {
    width: 60%;
  }

}


#top-bar {
  height: 32px;
  background-color: #055293;
}

#header {
  text-align: left;
  background-color: #fff;
}

#header .inner-wrap {
  padding: 25px 40px 20px 40px;
}

#header #logo {
  max-width: 150px;
}

#hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

  aspect-ratio: 16/6;
  object-position: center center;
  object-fit: cover;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;

  color: #fff;
  text-align: center;
  background-color: #378dc8;
  background-image: url(../images/sanitas-hero.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

/*#hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: .3;
  top: 0;
  left: 0;
  z-index: 1;
}*/

#hero .inner-wrap {
  position: relative;
  padding: 80px 40px;
  width: 100%;
  z-index: 2;
}

#hero h1 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 1;
  font-size: 33px;
  line-height: 40px;
}

#content {
  min-height: calc(100% - 328px);
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.bm-hueman-side #content h2 {
  margin-bottom: 15px;
  color: #055293;
  font-size: 28px;
}

body.bm-hueman-side #content h2.underline {
  margin-top: 60px;
  margin-bottom: 40px;
}

#content .inner-wrap h2:first-child { margin-top: 0; }

body.bm-hueman-side #content h2 span {
  color: #fca311;
}

body.bm-hueman-side #content h2.underline:after {
  content: "";
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100px;
  height: 3px;
  background: #133763;
}

#content .inner-wrap {
  padding: 80px 40px;
  background-color: #fff;
}

#footer {
  height: 100px;
  background-color: #133763;
  background-color: #ebebeb;
/*  background-image: url(/themes/custom/americangypsum/pics/blue-backdrop.jpg);*/
  background-position: top left;
  background-repeat: no-repeat;
}
