
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
header label,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
html header label[type="button"],
header html label[type="button"],
input[type="reset"],
header label[type="reset"],
input[type="submit"],
header label[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled],
html header label[disabled],
header html label[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
header label::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input, header label {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], header label[type="checkbox"],
input[type="radio"],
header label[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, header label[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
header label[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"], header label[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, header label[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
header label[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.covid-alert {
	background: #cc0202;
	color: #fff;
	width: 100%;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
  font-family: Inter, sans-serif;
}
.covid-alert a {
	color: #fff;
  text-decoration: underline;
  font-weight: 400;
}



body {
  text-align: center;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 1em;
  line-height: 2;
  font-family: Georgia, Times, Times New Roman, serif; }
  @media screen and (max-width: 768px) {
    body {
      font-size: .9em; } }
p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  color: #4d4d4d;
  font-weight: bold;
  font-family: Arial, Helvetica, Verdana;
  line-height: 1.5; }

h1 {
  font-size: 1.25em;
  color: #0076a8; }

h2 {
  font-size: 1em;
  color: #0076a8; }

h3 {
  font-size: 0.875em; }

h4, h5, h6 {
  font-size: 0.75em; }

a {
  text-decoration: none;
  color: #41b6e6;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif; }
  a a:hover {
    text-decoration: underline; }

strong {
  font-weight: bold; }

.bolddarkgrey {
  font-weight: bold;
  color: #333333; }

em {
  font-style: italic; }

span.smalltext {
  font-size: smaller; }

header input[type=checkbox], header label[type=checkbox] {
  display: none;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px; }

header label {
  display: inline;
  position: absolute;
  top: 18px;
  right: 0.5em;
  transition: .4s; }
  header label:hover {
    cursor: pointer; }
  header label:before {
    text-align: center;
    content: "\FE19";
    font-size: 24px;
    font-weight: bold;
    color: #grey; }
  @media screen and (min-width: 768px) {
    header label {
      display: none; } }

header input[type=checkbox]:checked ~ nav > ul, header label[type=checkbox]:checked ~ nav > ul {
  display: block;
  padding-left: 0; }
  header input[type=checkbox]:checked ~ nav > ul > li, header label[type=checkbox]:checked ~ nav > ul > li {
    display: block;
    text-align: left;
    border-bottom: 0.1em solid rgba(60, 60, 60, 0.2); }

@media screen and (max-width: 768px) {
  header input[type=checkbox]:checked ~ label:before, header label[type=checkbox]:checked ~ label:before {
    color: #f6be00; } }

nav {
  position: relative;
  z-index: 999;
  top: 67px;
  /* 2nd level*/ }
  @media screen and (min-width: 768px) {
    nav {
      position: absolute;
      top: auto;
      bottom: 0;
      width: 100%;
      height: 34px;
      margin: 0px auto;
      padding-top: 0px;
      background: url(../images/bg_tnav.jpg) repeat-x; } }
  nav input.togglesubmenu, nav label.togglesubmenu {
    display: none;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #336600;
    font-size: 1.8em;
    line-height: 24px; }
  nav label.togglesubmenu {
    display: inline;
    position: absolute;
    top: 8px;
    right: 10px;
    transition: .4s;
    font-size: 1.2em;
    border: none; }
    nav label.togglesubmenu:before {
      text-align: center;
      content: "\25C0";
      color: #f6be00;
      font-size: 18px; }
    @media screen and (min-width: 768px) {
      nav label.togglesubmenu {
        display: none; } }
  nav ul {
    display: none;
    position: relative;
    margin: 0px auto;
    list-style-type: none;
    width: 100%;
    background-color: rgba(220, 220, 220, 0.95); }
    @media screen and (min-width: 768px) {
      nav ul {
        display: block;
        height: auto;
        width: auto;
        background-color: transparent;
        padding-left: 25px; } }
    nav ul li {
      display: block;
      padding: 8px 20px;
      position: relative; }
      @media screen and (min-width: 768px) {
        nav ul li {
          display: inline;
          padding: 8px; }
          nav ul li:first-child {
            padding-left: 0px; } }
      @media screen and (min-width: 900px) {
        nav ul li {
          padding: 8px 12px; } }
      @media screen and (min-width: 1200px) {
        nav ul li {
          padding: 8px 20px; } }
  nav a {
    color: #4d4d4d;
    display: block; }
    @media screen and (min-width: 768px) {
      nav a {
        width: auto;
        display: inline;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.875em; } }
    nav a:hover {
      background: none;
      color: #f6be00; }
    nav a.active {
      color: #f6be00; }
  nav ul.level2 {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    padding-left: 0px;
    background-color: gainsboro;
    white-space: nowrap;
    z-index: 1000; }
    @media screen and (min-width: 768px) {
      nav ul.level2 {
        background-color: #3f3f3f;
        position: absolute;
        top: 33px;
        left: 0; } }
    nav ul.level2 li {
      display: block;
      padding-left: 40px; }
      @media screen and (min-width: 768px) {
        nav ul.level2 li {
          padding-left: 20px; } }
  @media screen and (min-width: 768px) {
    nav li:hover ul.level2 {
      display: block;
      z-index: 999; } }
  nav input[id^="togglesubmenu"]:checked ~ ul.level2, nav header label[id^="togglesubmenu"]:checked ~ ul.level2, header nav label[id^="togglesubmenu"]:checked ~ ul.level2 {
    display: block; }
    nav input[id^="togglesubmenu"]:checked ~ ul.level2 > li, nav header label[id^="togglesubmenu"]:checked ~ ul.level2 > li, header nav label[id^="togglesubmenu"]:checked ~ ul.level2 > li {
      display: block;
      text-align: left;
      padding-left: 40px;
      border-bottom: 0.1em solid rgba(60, 60, 60, 0.2); }
      nav input[id^="togglesubmenu"]:checked ~ ul.level2 > li:last-of-type, nav header label[id^="togglesubmenu"]:checked ~ ul.level2 > li:last-of-type, header nav label[id^="togglesubmenu"]:checked ~ ul.level2 > li:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
  nav input[id^="togglesubmenu"]:checked + label.togglesubmenu:before, nav header label[id^="togglesubmenu"]:checked + label.togglesubmenu:before, header nav label[id^="togglesubmenu"]:checked + label.togglesubmenu:before {
    content: "\25BC";
    font-size: 18px; }

.cycle-slideshow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  max-width: 1110px;
  margin: 10px auto;
  padding: 0;
  position: relative;
  background-image: url(../../../../../malsup.github.io/images/spinner.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .cycle-slideshow {
      width: 100%;
      max-width: 100%; } }
  .cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .cycle-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block; }
  .cycle-slideshow img:first-child {
    position: static;
    z-index: 100; }

.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 25%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat; }
  .cycle-prev:hover, .cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70); }

.cycle-prev {
  left: 0;
  background-image: url(../../../../../malsup.github.io/images/left.png);
  background-position: 10% 50%; }

.cycle-next {
  right: 0;
  background-image: url(../../../../../malsup.github.io/images/right.png);
  background-position: 90% 50%; }

.disabled {
  opacity: .5;
  filter: alpha(opacity=50); }

.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50); }

body {
  margin: 0px auto;
  padding: 0px 0px 50px 0px; }

div.cleared {
  clear: both; }

table {
  padding: 15px;
  border: none;
  border-collapse: collapse; }

th {
  border: 1px solid #ffffff;
  padding: 0px 6px;
  font-family: Arial, Helvetica, Verdana;
  font-weight: bold;
  color: #ffffff;
  background-color: #0076a8; }

td {
  border: 2px solid #ffffff;
  padding: 0px 6px;
  font-family: Arial, Helvetica, Verdana;
  background-color: #dfe5e5; }

td p {
  margin: 0; }

table.zebra tr:nth-child(even) td {
  background-color: #d2d9d9;
  border-color: #ffffff; }

table.zebra tr:nth-child(odd) td {
  background-color: #dfe5e5;
  border-color: #ffffff; }

.centered {
  text-align: center; }

img.floatr {
  float: right;
  padding: 0 0.5em 0.5em 1em; }
  @media screen and (max-width: 768px) {
    img.floatr {
      width: 98%;
      max-width: 98%;
      padding: 0 1% 1em 1%; } }

img.floatl {
  float: left;
  padding-right: 0.5em;
  padding-bottom: 0.5em; }

hr {
  clear: both;
  color: #336600;
  border-color: #336600; }

/* Layout */
#wrapper {
  -webkit-box-shadow: 0 0 8px #C8C8C8;
  -moz-box-shadow: 0 0 8px #C8C8C8;
  box-shadow: 0 0 8px #C8C8C8;
  width: 1200px;
  background: #ffffff;
  margin: 0px auto;
  padding-bottom: 4px;
  text-align: left; }
  @media screen and (max-width: 1201px) {
    #wrapper {
      width: 100%; } }

header {
  position: relative;
  height: 50px;
  background-image: url(../images/logo_havens_sm.png);
  background-position: 6px 10px;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    header {
      height: 140px;
      background-image: url(../images/logo_havens.png);
      background-position: 25px 15px; } }
  header a.logo {
    position: absolute;
    top: 10px;
    left: 6px;
    height: 50px;
    width: 200px; }
    @media screen and (min-width: 768px) {
      header a.logo {
        top: 15px;
        left: 25px;
        height: 80px;
        width: 384px; } }
  @media screen and (max-width: 320px) {
    header .smlogos {
      position: absolute;
      width: 28px;
      left: 215px;
      top: 10px; } }
  @media screen and (min-width: 321px) {
    header .smlogos {
      position: absolute;
      bottom: 0;
      right: 45px;
      width: auto; } }
  @media screen and (min-width: 768px) {
    header .smlogos {
      position: relative;
      float: right;
      margin-top: 35px;
      margin-right: 50px;
      top: auto;
      left: auto; } }
  header .smlogos a {
    margin: 10px 0 0 8px;
    width: 24px;
    max-width: 24px; }
  header .smlogos img {
    max-width: 24px; }
    @media screen and (min-width: 768px) {
      header .smlogos img {
        max-width: 37px; } }
    @media screen and (min-width: 768px) {
      header .smlogos img {
        margin-left: 1.5em; } }
  header .search {
    position: absolute;
    right: 24px;
    top: 41px; }

.covid-alert {
	background: #cc0202;
	color: #fff;
	width: 100%;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
  font-family: Inter, sans-serif;
}
.covid-alert a {
	color: #fff;
  text-decoration: underline;
  font-weight: 400;
}

/* Content */
.content_cols2 {
  padding: 12px 6px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .content_cols2 {
      padding: 26px 23px 25px 25px; } }
  .content_cols2 section {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 1200px) {
      .content_cols2 section {
        float: left;
        width: 800px;
        padding: 14px 17px 14px 17px; } }
    .content_cols2 section ul {
      float: left;
      width: 100%; }
      .content_cols2 section ul li {
        margin-left: 40px;
        padding: 0 0 10px 5px;
        list-style-type: disc;
        list-style-position: outside; }
    .content_cols2 section ol {
      float: left;
      width: 100%; }
      .content_cols2 section ol li {
        margin-left: 40px;
        padding: 0 0 10px 5px;
        list-style-type: decimal;
        list-style-position: outside; }

.content_cols1 {
  padding: 26px 23px 25px 25px; }
  @media screen and (max-width: 768px) {
    .content_cols1 {
      padding: 12px 6px; } }
  .content_cols1 section {
    padding: 14px 17px 14px 17px; }
    @media screen and (max-width: 768px) {
      .content_cols1 section {
        width: 100%;
        padding: 0; } }
  .content_cols1 section > ul {
    margin-bottom: 1.5em; }

aside {
  width: 100%;
  padding: 0.5em 0; }
  @media screen and (min-width: 1200px) {
    aside {
      float: left;
      width: 283px;
      padding: 14px 17px 14px 0px; } }
  @media screen and (min-width: 1200px) {
    aside ul {
      float: left;
      width: 265px; } }
  aside ul li {
    margin-left: 10px;
    list-style-type: disc;
    list-style-position: outside; }

footer {
  text-align: center;
  border-top: 2px solid #898d8d;
  padding: 16px 0px 17px 0px; }
  footer #copyright {
    font: normal 0.875em/3 Arial, sans-serif;
    color: #898d8d;
    float: right;
    padding-right: 40px; }
    @media screen and (max-width: 768px) {
      footer #copyright {
        padding: 0;
        margin: 5% 10%; } }
    footer #copyright a {
      text-decoration: underline;
      font: normal 0.875em/1.5 Arial, sans-serif;
      color: #898d8d; }
  footer #logos {
    float: left; }
    footer #logos img {
      padding: 0 40px; }



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