/******************************************************************
Site Name: Northern Light Health | Annual Report
Author: Northern Light Health

Stylesheet: Main Stylesheet

Here, you'll see we are calling in 
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions 

******************************************************************/
/*********************
IMPORTING NORMALIZE
Normalize.css makes browsers render all elements more 
consistently and in line with modern standards. 
It precisely targets only the styles that need normalizing.
*********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*********************
IMPORTING ABSTRACTS
The abstracts directory is reserved for Sass code that doesn't cause 
Sass to actually output CSS. Things like mixin declarations, 
functions, and static variables.
*********************/
/******************************************************************
Site Name: Northern Light Health Annual Report 2021
Author: Northern Light Health

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
LIGHTEN A COLOR
@access public
@param {Color} $color - color to shade
@param {Number} $percentage - percentage of `$color` in returned color
@return {Color}
*********************/
/*********************
DARKEN A COLOR
@access public
@param {Color} $color - color to shade
@param {Number} $percentage - percentage of `$color` in returned color
@return {Color}
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/****************************************************************
Tint & Shade Colors
https://css-tricks.com/snippets/sass/tint-shade-functions/
*****************************************************************/
/******************************************************************
Site Name: Northern Light Health Annual Report 2021
Author: Northern Light Health

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
Add Flex In Styles
https://w3bits.com/sass-mixins/
*********************/
/*********************
CLEARFIX
https://w3bits.com/sass-mixins/
*********************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*****************************
VENDOR PREFIXING
https://w3bits.com/sass-mixins/
******************************/
/* @include prefix('box-sizing', 'inherit', moz webkit); */
/*****************************
CSS3 KEYFRAMES
https://w3bits.com/sass-mixins/
******************************/
/*****************************
BACKGROUND GRADIENT
https://w3bits.com/sass-mixins/
******************************/
/*****************************
REM UNITS
https://w3bits.com/sass-mixins/
******************************/
/* @include font-size(16); */
/*****************************
List Styles Reset
******************************/
/*****************************
Spacing Resets
******************************/
/****************************************************************
Qualify a Selector
https://css-tricks.com/snippets/sass/mixin-to-qualify-a-selector/
*****************************************************************/
/****************************************************************
HEXADECIMAL TO RGBA CONVERSION 
https://newmediadenver.com/hexadecimal-to-rgba-conversion-with-sass/
*****************************************************************/
/*-- EX: @include rgba-background(#333333, 0.5); --*/
/****************************************************************
SECTION PADDING
*****************************************************************/
/****************************************************************
CONTENT PADDING
*****************************************************************/
/****************************************************************
CONTENT MARGIN  
*****************************************************************/
/****************************************************************
TRANSITION
*****************************************************************/
/*********************
IMPORTING BASE
*********************/
/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Variables

1. Colors
2. Color Tints
2. Color Shades
3. Attributes

******************************************************************/
/* 
1. Base Colors
**************************/
/* 5 Contrast */
/* 
2. Tint Variables
**************************/
/* 
2. Shade Variables
**************************/
/* 
2. USE-CASE VARIABLES
*********************/
/* 
2. Attributes
*********************/
/* 
@Font-Face
**************************/
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/opensans/open-sans-v40-latin-300.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/opensans/open-sans-v40-latin-300italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-300italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/opensans/open-sans-v40-latin-regular.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/opensans/open-sans-v40-latin-italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/opensans/open-sans-v40-latin-500.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/opensans/open-sans-v40-latin-500italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-500italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/opensans/open-sans-v40-latin-600.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/opensans/open-sans-v40-latin-600italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-600italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/opensans/open-sans-v40-latin-700.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/opensans/open-sans-v40-latin-700italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-700italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/opensans/open-sans-v40-latin-800.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/opensans/open-sans-v40-latin-800italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v40-latin-800italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*
Font Family Variables
**************************/
/*
Font Weight Variables
**************************/
/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Typography / Type

******************************************************************/
* {
  -ms-font-feature-settings: "lnum" !important;
  font-feature-settings: "lnum" !important;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #3D4543;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums;
  font-size: 16;
  font-size: 1rem;
  letter-spacing: 0.0125rem;
}
body *::-moz-selection {
  background-color: #19909B;
  background-color: rgba(25, 144, 155, 0.6);
  color: #FFFFFF;
}
body *::selection {
  background-color: #19909B;
  background-color: rgba(25, 144, 155, 0.6);
  color: #FFFFFF;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  margin: 0;
  padding: 0;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a {
  text-decoration: none;
  border-bottom: none;
  color: #19909B;
  transition: color 0.5s ease;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-size: 40;
  font-size: 2.5rem;
  color: #002e36;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
h1.color--tourmaline span, .h1.color--tourmaline span,
h2.color--tourmaline span, .h2.color--tourmaline span,
h3.color--tourmaline span, .h3.color--tourmaline span {
  color: rgb(163, 210.6, 215);
}
h1.color--first-light span, .h1.color--first-light span,
h2.color--first-light span, .h2.color--first-light span,
h3.color--first-light span, .h3.color--first-light span {
  color: rgb(255, 211.2, 102);
}
h1.color--moss span, .h1.color--moss span,
h2.color--moss span, .h2.color--moss span,
h3.color--moss span, .h3.color--moss span {
  color: rgb(210, 214.8, 102);
}
h1.color--wintergreen, .h1.color--wintergreen,
h2.color--wintergreen, .h2.color--wintergreen,
h3.color--wintergreen, .h3.color--wintergreen {
  color: rgb(60.8, 132, 106.4);
}
h1.color--wintergreen span, .h1.color--wintergreen span,
h2.color--wintergreen span, .h2.color--wintergreen span,
h3.color--wintergreen span, .h3.color--wintergreen span {
  color: rgb(147.6, 201, 181.8);
}
h1.color--pine span, .h1.color--pine span,
h2.color--pine span, .h2.color--pine span,
h3.color--pine span, .h3.color--pine span {
  color: rgb(186, 205.2, 115.8);
}
h1.color--spruce span, .h1.color--spruce span,
h2.color--spruce span, .h2.color--spruce span,
h3.color--spruce span, .h3.color--spruce span {
  color: rgb(102, 164.4, 173.4);
}
h1.color--white span, .h1.color--white span,
h2.color--white span, .h2.color--white span,
h3.color--white span, .h3.color--white span {
  opacity: 0.6;
}

h3, .h3 {
  font-size: 36;
  font-size: 2.25rem;
  color: #002e36;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 2rem;
}

h4, .h4 {
  font-size: 20;
  font-size: 1.25rem;
  color: #002e36;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 18;
  font-size: 1.125rem;
  color: #002e36;
  font-weight: 600;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 14;
  font-size: 0.875rem;
  color: #006877;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

a, a:visited {
  color: #006877;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  white-space: normal;
}
a:active, a:focus, a:hover, a:visited:active, a:visited:focus, a:visited:hover {
  color: rgb(0, 83.2, 95.2);
  outline: none;
}
a i, a:visited i {
  margin-right: 5px;
}

@media (min-width: 1400px) {
  a, a:visited {
    word-break: normal;
  }
}
.lead {
  font-weight: 500;
}

ul, ol {
  padding-left: 20px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0;
}
ul ul li, ul ol li, ol ul li, ol ol li {
  font-size: 15;
  font-size: 0.9375rem;
}

ul li {
  list-style-type: disc;
}
ul li ul {
  margin: 0;
}
ul li ul li {
  list-style-type: circle;
}

ol li {
  list-style-type: decimal;
}
ol li ol {
  margin: 0;
}
ol li ol li {
  list-style-type: lower-alpha;
}

@media (min-width: 768px) {
  h1, .h1,
  h2, .h2 {
    font-size: 60;
    font-size: 3.75rem;
    line-height: 1;
  }
  h3, .h3 {
    font-size: 54;
    font-size: 3.375rem;
    line-height: 1;
  }
  h4, .h4 {
    font-size: 36;
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  h5, .h5 {
    font-size: 24;
    font-size: 1.5rem;
  }
  h6, .h6 {
    font-size: 20;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1,
  h2, .h2 {
    font-size: 80;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  body {
    font-size: 18;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1600px) {
  .text-lg {
    font-size: 24;
    font-size: 1.5rem;
  }
}
.font-weight--light {
  font-weight: 300;
}

.font-weight--normal {
  font-weight: 500;
}

.font-weight--medium {
  font-weight: 500;
}

.font-weight--semibold {
  font-weight: 600;
}

.font-weight--bold {
  font-weight: 700;
}

.font-weight--black {
  font-weight: 800;
}

.fa-duotone.fa-regular:after, .fadr:after {
  opacity: var(--fa-secondary-opacity, 0.2);
}

/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Animations

******************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgFromLeft {
  from {
    opacity: 0;
    left: -100%;
    transform: rotate(-180deg);
  }
  to {
    opacity: 0.6;
    left: -10%;
    transform: rotate(0deg);
  }
}
@keyframes bgFromRight {
  from {
    opacity: 0;
    right: -100%;
    transform: rotate(180deg);
  }
  to {
    opacity: 0.6;
    right: -10%;
    transform: rotate(0deg);
  }
}
@keyframes bgFromTop {
  from {
    opacity: 0;
    top: -100%;
    transform: rotate(-180deg);
  }
  to {
    opacity: 0.6;
    top: -10%;
    transform: rotate(0deg);
  }
}
@keyframes lineLeft {
  from {
    opacity: 0;
    bottom: -100%;
  }
  to {
    opacity: 0.6;
    bottom: -10%;
  }
}
@keyframes slide-tl {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-100px) translateX(-100px);
  }
}
@keyframes slide-tr {
  0% {
    transform: translateY(0) translateX(0);
    bottom: -50%;
    left: -80%;
  }
  100% {
    transform: translateY(-100px) translateX(100px);
    bottom: 0%;
    left: -30%;
  }
}
/**
 * ----------------------------------------
 * animation slide-fwd-right
 * ----------------------------------------
 */
@keyframes slide-fwd-right {
  0% {
    transform: translateZ(0) translateX(0);
  }
  100% {
    transform: translateZ(160px) translateX(100px);
  }
}
/**
 * ----------------------------------------
 * animation slide-fwd-left
 * ----------------------------------------
 */
@keyframes slide-fwd-left {
  0% {
    transform: translateZ(0) translateX(0);
  }
  100% {
    transform: translateZ(160px) translateX(-100px);
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: fade-in-bottom 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@keyframes fade-in-left {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-transparent {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 0.2;
  }
}
.fade-in-left {
  animation: fade-in-left 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left-transparent {
  animation: fade-in-left 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@keyframes fade-in-right {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  animation: fade-in-right 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/**
 * ----------------------------------------
 * animation roll-in-blurred-left
 * ----------------------------------------
 */
@keyframes roll-in-blurred-left {
  0% {
    transform: translateX(-1000px) rotate(-720deg);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    filter: blur(0);
    opacity: 0.5;
  }
}
.roll-in-blurred-left {
  animation: roll-in-blurred-left 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/**
 * ----------------------------------------
 * animation roll-in-blurred-right
 * ----------------------------------------
 */
@keyframes roll-in-blurred-right {
  0% {
    transform: translateX(1000px) rotate(720deg);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    filter: blur(0);
    opacity: 0.5;
  }
}
.roll-in-blurred-right {
  animation: roll-in-blurred-right 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.fp-viewing-introduction .header-top {
  opacity: 0;
  animation: fadeIn 2s 2s ease forwards;
}
.fp-viewing-introduction .banner .banner__subtitle {
  opacity: 0;
  animation: fadeIn 2s 2s ease forwards;
}
.fp-viewing-introduction .banner .banner__title {
  opacity: 0;
  animation: fadeIn 2s 2.25s ease forwards;
}
.fp-viewing-introduction .banner .logo {
  opacity: 0;
  animation: fadeIn 1s 2.5s ease forwards;
}

section.active h2,
section.active .quote,
section.active .img-caption,
section.active .aside-right,
section.active .aside-left,
section.active .callout.no-border {
  animation: fade-in-bottom 1.75s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.active h3:before {
  animation: fade-in-left-transparent 1.75s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media (min-width: 2000px) {
  section.active h3:before {
    animation: fade-in-left 1.75s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}
section.active.feature:after {
  animation: fade-in-right 1.75s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.section.active.animation-blue:after {
  content: url(../img/svg/swirl-blues.svg);
}

.section.active.animation-yellow:after {
  content: url(../img/svg/swirl-yellows.svg);
}

.section.active.animation-green:after {
  content: url(../img/svg/swirl-greens.svg);
}

.section.active.bg-animation-left {
  position: relative;
}
.section.active.bg-animation-left:after {
  animation: roll-in-blurred-left 1.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  position: absolute;
  width: 200px;
  top: 5%;
  right: -5%;
  z-index: -1;
  transition: all 0.5s ease;
}

.section.active.bg-animation-right:after {
  animation: roll-in-blurred-right 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  position: absolute;
  width: 200px;
  top: 5%;
  right: -5%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  .section.active.bg-animation-left:after,
  .section.active.bg-animation-right:after {
    width: 400px;
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .section.active.bg-animation-left:after {
    width: 700px;
    top: 10%;
    left: -5%;
    z-index: -1;
  }
  .section.active.bg-animation-right:after {
    width: 700px;
    top: 10%;
    z-index: -1;
  }
}
@media (min-width: 2000px) {
  .section.active.bg-animation-left:after {
    width: 800px;
  }
  .section.active.bg-animation-right:after {
    width: 800px;
  }
}
/* 
Color Classes
------------------------- */
.color--black {
  color: #000000;
}

.color--white {
  color: #FFFFFF;
}

.color--sterling {
  color: #E6E7E8;
}

.color--graphite {
  color: #a7a9ab;
}

.color--charcoal {
  color: #76787a;
}

.color--midnight {
  color: #3D4543;
}

.color--space {
  color: #002e36;
}

.color--spruce {
  color: #006877;
}

.color--spruce-light {
  color: rgb(102, 164.4, 173.4);
}

.color--spruce-lighter {
  color: rgb(204, 224.8, 227.8);
}

.color--spruce-lightest {
  color: rgb(229.5, 239.9, 241.4);
}

.color--tourmaline {
  color: #19909B;
}

.color--tourmaline-light {
  color: rgb(117, 188.4, 195);
}

.color--tourmaline-lighter {
  color: rgb(209, 232.8, 235);
}

.color--tourmaline-lightest {
  color: rgb(232, 243.9, 245);
}

.color--wintergreen {
  color: #4CA585;
}

.color--wintergreen-light {
  color: rgb(147.6, 201, 181.8);
}

.color--wintergreen-lighter {
  color: rgb(219.2, 237, 230.6);
}

.color--wintergreen-lightest {
  color: rgb(237.1, 246, 242.8);
}

.color--pine {
  color: #8cac17;
}

.color--pine-light {
  color: rgb(186, 205.2, 115.8);
}

.color--pine-lighter {
  color: rgb(232, 238.4, 208.6);
}

.color--pine-lightest {
  color: rgb(243.5, 246.7, 231.8);
}

.color--moss {
  color: #b4bc00;
}

.color--moss-light {
  color: rgb(210, 214.8, 102);
}

.color--moss-lighter {
  color: rgb(240, 241.6, 204);
}

.color--moss-lightest {
  color: rgb(247.5, 248.3, 229.5);
}

.color--first-light {
  color: #ffb600;
}

.color--first-light-light {
  color: rgb(255, 211.2, 102);
}

.color--first-light-lighter {
  color: rgb(255, 240.4, 204);
}

.color--first-light-lightest {
  color: rgb(255, 247.7, 229.5);
}

.color--amber {
  color: #e87722;
}

.color--amber-light {
  color: rgb(241.2, 173.4, 122.4);
}

.color--amber-lighter {
  color: rgb(250.4, 227.8, 210.8);
}

.color--amber-lightest {
  color: rgb(252.7, 241.4, 232.9);
}

/* 
Button Classes
------------------------- */
.btn.btn--sterling {
  color: #3D4543;
  background-color: #E6E7E8;
  border-color: #76787a;
}

.btn.btn--sterling:hover {
  color: #FFFFFF;
  background-color: #b8b9ba;
}

.btn.btn--midnight {
  color: #FFFFFF;
  background-color: #3D4543;
  border-color: #3D4543;
}

.btn.btn--midnight:hover {
  color: #FFFFFF;
  background-color: #313736;
}

.btn.btn--space {
  color: #FFFFFF;
  background-color: #002e36;
  border-color: #002e36;
}

.btn.btn--space:hover {
  color: #FFFFFF;
  background-color: #00252b;
}

.btn.btn--spruce {
  color: #FFFFFF;
  background-color: #006877;
  border-color: #006877;
}

.btn.btn--spruce:hover {
  color: #FFFFFF;
  background-color: #00535f;
}

.btn.btn--tourmaline,
.btn.btn--tourmaline:visited {
  color: #FFFFFF !important;
  background-color: #19909B;
  border-color: #19909B;
}

.btn.btn--tourmaline:hover {
  color: #FFFFFF !important;
  background-color: #14737c;
}

.btn.btn--tourmaline-ghost {
  color: #19909B;
  background-color: #FFFFFF;
  border-color: #19909B;
}

.btn.btn--tourmaline-ghost:hover {
  color: #FFFFFF;
  background-color: #19909B;
}

.btn.btn--wintergreen {
  color: #FFFFFF;
  background-color: #46826B;
  border-color: #46826B;
}

.btn.btn--wintergreen:hover {
  color: #FFFFFF;
  background-color: #386856;
}

.btn.btn--moss {
  color: #FFFFFF;
  background-color: #b4bc00;
  border-color: #b4bc00;
}

.btn.btn--moss:hover {
  color: #FFFFFF;
  background-color: #909600;
}

.btn.btn--amber {
  color: #FFFFFF;
  background-color: #e87722;
  border-color: #e87722;
}

.btn.btn--amber:hover {
  color: #FFFFFF;
  background-color: #ba5f1b;
}

.btn.btn--first-light {
  color: #FFFFFF;
  background-color: #ffb600;
  border-color: #ffb600;
}

.btn.btn--first-light:hover {
  color: #FFFFFF;
  background-color: #cc9200;
}

/* 
Background Color Classes
------------------------- */
.bg-solid--black {
  background-color: #000000;
}

.bg-solid--white {
  background-color: #FFFFFF;
}

.bg-solid--sterling {
  background-color: #E6E7E8;
}

.bg-solid--graphite {
  background-color: #a7a9ab;
}

.bg-solid--charcoal {
  background-color: #76787a;
}

.bg-solid--midnight {
  background-color: #3D4543;
}

.bg-solid--space {
  background-color: #002e36;
}

.bg-solid--spruce {
  background-color: #006877;
}

.bg-solid--spruce-light {
  background-color: rgb(102, 164.4, 173.4);
}

.bg-solid--spruce-lighter {
  background-color: rgb(204, 224.8, 227.8);
}

.bg-solid--spruce-lightest {
  background-color: rgb(229.5, 239.9, 241.4);
}

.bg-solid--tourmaline {
  background-color: #19909B;
}

.bg-solid--tourmaline-light {
  background-color: rgb(117, 188.4, 195);
}

.bg-solid--tourmaline-lighter {
  background-color: rgb(209, 232.8, 235);
}

.bg-solid--tourmaline-lightest {
  background-color: rgb(232, 243.9, 245);
}

.bg-solid--wintergreen {
  background-color: #4CA585;
}

.bg-solid--wintergreen-light {
  background-color: rgb(147.6, 201, 181.8);
}

.bg-solid--wintergreen-lighter {
  background-color: rgb(219.2, 237, 230.6);
}

.bg-solid--wintergreen-lightest {
  background-color: rgb(237.1, 246, 242.8);
}

.bg-solid--pine {
  background-color: #8cac17;
}

.bg-solid--pine-light {
  background-color: rgb(186, 205.2, 115.8);
}

.bg-solid--pine-lighter {
  background-color: rgb(232, 238.4, 208.6);
}

.bg-solid--pine-lightest {
  background-color: rgb(243.5, 246.7, 231.8);
}

.bg-solid--moss {
  background-color: #b4bc00;
}

.bg-solid--moss-light {
  background-color: rgb(210, 214.8, 102);
}

.bg-solid--moss-lighter {
  background-color: rgb(240, 241.6, 204);
}

.bg-solid--moss-lightest {
  background-color: rgb(247.5, 248.3, 229.5);
}

.bg-solid--first-light {
  background-color: #ffb600;
}

.bg-solid--first-light-light {
  background-color: rgb(255, 211.2, 102);
}

.bg-solid--first-light-lighter {
  background-color: rgb(255, 240.4, 204);
}

.bg-solid--first-light-lightest {
  background-color: rgb(255, 247.7, 229.5);
}

.bg-solid--amber {
  background-color: #e87722;
}

.bg-solid--amber-light {
  background-color: rgb(241.2, 173.4, 122.4);
}

.bg-solid--amber-lighter {
  background-color: rgb(250.4, 227.8, 210.8);
}

.bg-solid--amber-lightest {
  background-color: rgb(252.7, 241.4, 232.9);
}

/*
MISC
-----------------------*/
@media screen and (max-width: 440px) {
  .float-start,
  .float-end {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
}
/*********************
IMPORTING COMPONENTS
*********************/
/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Site Header Styles

******************************************************************/
/* Site Header
-------------------- */
header {
  z-index: 102;
}
header .header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  box-sizing: border-box;
  z-index: 9998; /* force it above other layers */
}
header #mainNav {
  padding: 0.5rem 0;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease;
  transition: z-index 0.15s linear;
}
@media (min-width: 768px) {
  header #mainNav {
    padding: 0.5rem 1rem;
  }
}
header .header__title {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
header .header__title span {
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #006877;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  position: relative;
  top: 1px;
}
header .header__title img {
  max-width: 30px;
  height: auto;
}
@media (min-width: 1600px) {
  header .header__title span {
    font-size: 1.125rem;
    margin-right: 1rem;
  }
  header .header__title img {
    max-width: 40px;
  }
}

.menu__button {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  cursor: pointer;
}
.menu__button .menu__icon {
  display: inline-block;
  margin-left: 0.75rem;
  position: relative;
  bottom: 0.125rem;
}
.menu__button .menu__icon span {
  transition: all 0.5s ease;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}
.menu__button .menu__title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (min-width: 1600px) {
  .menu__button .menu__icon {
    margin-left: 1rem;
  }
  .menu__button .menu__icon span {
    font-size: 1.75rem;
  }
  .menu__button .menu__title {
    font-size: 1.125rem;
  }
}

/* end Header */
/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Navigation Styles

******************************************************************/
/* Menu Offcanvas
-------------------- */
.menu-offcanvas, .offcanvas {
  z-index: 10000;
}

#mainMenuOffcanvas .offcanvas-body {
  padding: 2rem;
}
@media (min-width: 768px) {
  #mainMenuOffcanvas .offcanvas-body {
    padding: 2rem 3rem;
  }
}
#mainMenuOffcanvas .offcanvas-body ul {
  padding: 0 0 4rem 0;
  margin: 0;
}
#mainMenuOffcanvas .offcanvas-body ul li {
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  padding-bottom: 0.5rem;
  border-bottom: dotted 1px rgb(209, 232.8, 235);
  margin-bottom: 0.5rem;
  transition: all 0.5s ease;
}
#mainMenuOffcanvas .offcanvas-body ul li:hover {
  border-bottom: dotted 1px rgb(117, 188.4, 195);
}
#mainMenuOffcanvas .offcanvas-body ul li:hover a {
  color: #006877;
}

/* Modal Menu Nav
-------------------- */
/* Side Nav
-------------------- */
#fp-nav.fp-right {
  display: none;
}

@media screen and (min-width: 992px) {
  #fp-nav.fp-right {
    display: block;
    right: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  #fp-nav.fp-right {
    right: 1rem;
  }
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 1rem 0.5rem;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 0.5rem;
  width: 0.5rem;
  border: solid 2px transparent;
  background: #002e36;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 1rem;
  width: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #002e36;
}

.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.side-nav .side-nav__container {
  padding: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.side-nav .side-nav__container .side-nav__marker {
  height: 0.5rem;
  width: 0.5rem;
  margin: 1rem 0;
  background-color: #002e36;
  border-radius: 100%;
  border: solid 2px transparent;
  transition: all 0.5s ease;
}
.side-nav .side-nav__container .side-nav__marker.active, .side-nav .side-nav__container .side-nav__marker:focus {
  height: 1rem;
  width: 1rem;
  background-color: #FFFFFF;
  border-color: #002e36;
}

/* end Side Nav */
/* Section H Slide Nav
-------------------- */
.fp-controlArrow {
  top: 85%;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
  border: 0;
  height: auto;
  width: auto;
  margin: 0;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: center;
  justify-content: center;
}
.fp-controlArrow.fp-prev:before,
.fp-controlArrow.fp-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #3D4543;
  opacity: 0.8;
  position: relative;
  font-size: 3rem;
  transition: all 0.5s ease;
}
.fp-controlArrow.fp-prev:after,
.fp-controlArrow.fp-next:after {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 25px;
}
.fp-controlArrow.fp-prev:hover:before,
.fp-controlArrow.fp-next:hover:before {
  opacity: 1;
}

.fp-controlArrow.fp-prev {
  left: 5%;
}
.fp-controlArrow.fp-prev:before {
  content: "\f137";
}
.fp-controlArrow.fp-prev:after {
  content: "Previous";
  left: 125%;
}

.fp-controlArrow.fp-next {
  right: 5%;
}
.fp-controlArrow.fp-next:before {
  content: "\f138";
}
.fp-controlArrow.fp-next:after {
  content: "Next";
  right: 125%;
}

.fp-slidesNav.fp-bottom {
  display: none;
}

@media screen and (max-width: 992px) {
  .fp-controlArrow.fp-prev:after,
  .fp-controlArrow.fp-next:after {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .fp-controlArrow.fp-prev:before,
  .fp-controlArrow.fp-next:before {
    font-size: 4rem;
  }
}
.fp-scroller {
  overflow: hidden;
}

/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Layout Styles

******************************************************************/
/* General
-------------------- */
/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

html {
  scroll-behavior: smooth;
}

body {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

body:not(.fp-loaded) .section::before {
  opacity: 0;
}

.wrapper {
  position: relative;
}

/* end General */
/* Image General Styles */
.object-fit--cover {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media (min-width: 992px) {
  .bg-img {
    min-height: 500px;
  }
}
.bg-img > * {
  position: relative;
  z-index: 100;
}
.bg-img {
  /* &:after {
      content: ""; // ::before and ::after both require content
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
  }   */
}

/*.lazy-bg {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.lazy-bg.loaded {
    opacity: 1;
}

.section-background {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .section-background.fade-in {
    opacity: 1;
  }*/
/* Section Background Image General Styles */
section.bg-img {
  background-color: rgb(232, 243.9, 245);
}
section.bg-img > * {
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  section.bg-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(232, 244, 245);
    background: linear-gradient(90deg, rgb(232, 244, 245) 40%, rgba(255, 255, 255, 0) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8f4f5",endColorstr="#ffffff",GradientType=1);
  }
}
section.bg-img.bg-solid--pine-lightest {
  background-color: rgb(243.5, 246.7, 231.8);
}
@media (min-width: 992px) {
  section.bg-img.bg-solid--pine-lightest:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(232, 244, 245);
    background: linear-gradient(90deg, rgb(244, 247, 232) 40%, rgba(255, 255, 255, 0) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f7e8",endColorstr="#ffffff",GradientType=1);
  }
}
@media (min-width: 1400px) {
  section.bg-img:after {
    background: rgb(232, 244, 245);
    background: linear-gradient(90deg, rgb(232, 244, 245) 45%, rgba(255, 255, 255, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8f4f5",endColorstr="#ffffff",GradientType=1);
  }
}

.content-img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* ---- Letter ---- */
[data-anchor=letter] {
  background-color: #002e36;
}
[data-anchor=letter] > * {
  position: relative;
  z-index: 100;
}
[data-anchor=letter] {
  background-color: #8cac17;
  background-image: url(../img/Feature_letter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 2000px) {
  [data-anchor=letter] {
    background-size: 85%;
    background-position: right center;
  }
}
@media (min-width: 2500px) {
  [data-anchor=letter] {
    background-size: 75%;
  }
}
[data-anchor=letter]:after {
  visibility: hidden;
}
@media (max-width: 768px) {
  [data-anchor=letter]:after {
    visibility: visible;
  }
}
[data-anchor=letter]:after {
  content: "";
  background-image: url(../graphics/compass_color.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  width: 150px;
  background-size: contain;
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 101;
}
@media (min-width: 596px) {
  [data-anchor=letter]:after {
    height: 200px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  [data-anchor=letter]:after {
    height: 250px;
    width: 250px;
    opacity: 0.8;
  }
}
@media (min-width: 1200px) {
  [data-anchor=letter]:after {
    background-image: url(../graphics/compass_white.png);
    height: 375px;
    width: 375px;
  }
}
[data-anchor=letter].active:after {
  visibility: visible;
}
[data-anchor=letter] h2 {
  padding-right: 9rem;
}
@media (min-width: 768px) {
  [data-anchor=letter] h2 {
    padding-right: 4rem;
  }
}
@media (min-width: 596px) {
  [data-anchor=letter] p.lead {
    padding-right: 7rem;
  }
}
@media (min-width: 768px) {
  [data-anchor=letter] p.lead {
    padding-right: 4rem;
  }
}
@media (min-width: 900px) {
  [data-anchor=letter] p.lead {
    padding-right: 6rem;
  }
}

/* ---- Feature 1 - Traveling Nurses ---- */
[data-anchor=feature-1a] > * {
  position: relative;
  z-index: 100;
}
[data-anchor=feature-1a] .content-img {
  background-image: url(../img/Feature_Traveling-Nurses_Small.jpg);
  background-position: center;
  opacity: 1;
}
@media (min-width: 1400px) {
  [data-anchor=feature-1a] {
    background-color: #19909B;
    background-image: url(../img/Feature_Traveling-Nurses_Large.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 2000px) {
  [data-anchor=feature-1a] {
    background-size: 85%;
    background-position: right center;
  }
}
@media (min-width: 2500px) {
  [data-anchor=feature-1a] {
    background-size: 75%;
  }
}
[data-anchor=feature-1a]:after {
  visibility: hidden;
}
@media (max-width: 768px) {
  [data-anchor=feature-1a]:after {
    visibility: visible;
  }
}
[data-anchor=feature-1a]:after {
  content: "";
  background-image: url(../graphics/anchor_color.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 200px;
  background-size: contain;
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 101;
}
@media (min-width: 992px) {
  [data-anchor=feature-1a]:after {
    height: 350px;
    width: 350px;
  }
}
@media (min-width: 1400px) {
  [data-anchor=feature-1a]:after {
    right: 4rem;
    left: unset;
  }
}
@media (min-width: 2400px) {
  [data-anchor=feature-1a]:after {
    background-image: url(../graphics/anchor_white.png);
    top: unset;
    right: unset;
    bottom: 2rem;
    left: 2rem;
    height: 375px;
    width: 375px;
  }
}
[data-anchor=feature-1a].active:after {
  visibility: visible;
}
[data-anchor=feature-1a] p:last-of-type {
  padding-left: 0;
}
@media (min-width: 2400px) {
  [data-anchor=feature-1a] p:last-of-type {
    padding-left: 1rem;
  }
}

[data-anchor=feature-1b] .content-img {
  background-image: url(../img/Feature_Traveling-Nurses_B.jpg);
  background-position: center;
  opacity: 1;
}

/* ---- Feature 2 - Mission ready for flight ---- */
[data-anchor=feature-2a] > * {
  position: relative;
  z-index: 100;
}
[data-anchor=feature-2a] .content-img {
  background-image: url(../img/Feature_Acadia-Guard_Small.jpg);
  background-position: center;
  opacity: 1;
}
@media (min-width: 1400px) {
  [data-anchor=feature-2a] {
    background-color: #19909B;
    background-image: url(../img/Feature_Acadia-Guard_Large.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 2000px) {
  [data-anchor=feature-2a] {
    background-size: 85%;
    background-position: right center;
  }
}
@media (min-width: 2500px) {
  [data-anchor=feature-2a] {
    background-size: 75%;
  }
}
[data-anchor=feature-2a]:after {
  visibility: hidden;
}
@media (max-width: 768px) {
  [data-anchor=feature-2a]:after {
    visibility: visible;
  }
}
[data-anchor=feature-2a]:after {
  content: "";
  background-image: url(../graphics/distance_color.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 200px;
  background-size: contain;
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 101;
}
@media (min-width: 992px) {
  [data-anchor=feature-2a]:after {
    height: 350px;
    width: 350px;
  }
}
@media (min-width: 1400px) {
  [data-anchor=feature-2a]:after {
    left: unset;
    right: 4rem;
  }
}
@media (min-width: 2400px) {
  [data-anchor=feature-2a]:after {
    background-image: url(../graphics/distance_white.png);
    top: unset;
    right: unset;
    bottom: 2rem;
    left: 2rem;
    height: 375px;
    width: 375px;
  }
}
[data-anchor=feature-2a].active:after {
  visibility: visible;
}
[data-anchor=feature-2a] p:last-of-type {
  padding-left: 0;
}
@media (min-width: 2400px) {
  [data-anchor=feature-2a] p:last-of-type {
    padding-left: 2rem;
  }
}

[data-anchor=feature-2b] .content-img {
  background-image: url(../img/Feature_Acadia-Guard_B.jpg);
  background-position: center;
  opacity: 1;
}

/* ---- Feature 3 - Advancing Care ---- */
[data-anchor=feature-3a] > * {
  position: relative;
  z-index: 100;
}
[data-anchor=feature-3a] .content-img {
  background-image: url(../img/Feature_Advancing-Care_Small.jpg);
  background-position: center;
  opacity: 1;
}
@media (min-width: 1400px) {
  [data-anchor=feature-3a] {
    background-color: #19909B;
    background-image: url(../img/Feature_Advancing-Care_Large.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 2000px) {
  [data-anchor=feature-3a] {
    background-size: 85%;
    background-position: left center;
  }
}
@media (min-width: 2500px) {
  [data-anchor=feature-3a] {
    background-size: 75%;
  }
}
[data-anchor=feature-3a]:after {
  visibility: hidden;
}
@media (max-width: 768px) {
  [data-anchor=feature-3a]:after {
    visibility: visible;
  }
}
[data-anchor=feature-3a]:after {
  content: "";
  background-image: url(../graphics/lighthouse_color.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 200px;
  background-size: contain;
  position: absolute;
  top: 13rem;
  left: 2rem;
  z-index: 101;
}
@media (min-width: 992px) {
  [data-anchor=feature-3a]:after {
    top: 4rem;
    height: 325px;
    width: 325px;
  }
}
@media (min-width: 1400px) {
  [data-anchor=feature-3a]:after {
    left: 4rem;
  }
}
@media (min-width: 2400px) {
  [data-anchor=feature-3a]:after {
    background-image: url(../graphics/lighthouse_white.png);
    top: unset;
    left: unset;
    bottom: 2rem;
    right: 2rem;
    height: 375px;
    width: 375px;
  }
}
[data-anchor=feature-3a].active:after {
  visibility: visible;
}

[data-anchor=feature-3b] .content-img {
  background-image: url(../img/Feature_Advancing-Care_B.jpg);
  background-position: center;
  opacity: 1;
}

/* ---- Blurb Images ---- */
/* Blurb 1 - Every Mile Matters */
[data-anchor=blurb-1] .content-img {
  background-image: url(../img/Blurb_Every-Mile-Matters.jpg);
  background-position: center;
  opacity: 1;
}

/* Blurb 2 - Care That Meets You */
[data-anchor=blurb-2] .content-img {
  background-image: url(../img/Blurb_Care-That-Meets-You-Sangerville.jpg);
  background-position: center;
  opacity: 1;
}
@media screen and (min-width: 1600px) {
  [data-anchor=blurb-2] .content-img .img-caption {
    width: 30%;
  }
}

/* Blurb 3 - Hospital to Horseback */
[data-anchor=blurb-3] .content-img {
  background-image: url(../img/Blurb_Hospital-to-Horseback.jpg);
  background-position: center;
  opacity: 1;
}

/* Blurb 4 - Safe Beginnings */
[data-anchor=blurb-4] .content-img {
  background-image: url(../img/Blurb_Safe-Beginnings.jpg);
  background-position: center;
  opacity: 1;
}

/* Blurb 5 - CPR Devices */
[data-anchor=blurb-5] .content-img {
  background-image: url(../img/Blurb_Community-Benefit.jpg);
  background-position: center;
  opacity: 1;
}
@media (min-width: 992px) {
  [data-anchor=blurb-5] .bg-img {
    min-height: 500px !important;
  }
}
@media (min-width: 1200px) {
  [data-anchor=blurb-5] .bg-img {
    min-height: 550px !important;
  }
}

/* All Blurb Graphics */
.blurb:after {
  visibility: visible;
}
@media (min-width: 768px) {
  .blurb:after {
    visibility: hidden;
  }
}
.blurb:after {
  content: "";
  background-image: url(../graphics/wave-long_color.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  right: -10%;
  width: 1103px;
  height: 150px;
  z-index: 101;
  opacity: 0.2;
}
.blurb h3 {
  position: relative;
}
.blurb h3:before {
  visibility: hidden;
  content: "";
  background-image: url(../graphics/wave-long_color.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -50%;
  left: -200%;
  width: 1103px;
  height: 150px;
  z-index: 101;
  opacity: 0.2;
}
@media (min-width: 576px) {
  .blurb h3:before {
    left: -140%;
  }
}
@media (min-width: 768px) {
  .blurb h3:before {
    top: -10%;
  }
}
@media (min-width: 992px) {
  .blurb h3:before {
    left: -100%;
  }
}
@media (min-width: 1200px) {
  .blurb h3:before {
    left: -50%;
  }
}
@media (min-width: 1200px) {
  .blurb h3:before {
    left: -100%;
  }
}
@media (min-width: 2000px) {
  .blurb h3:before {
    left: -150%;
    opacity: 1;
  }
}
.blurb.active:after,
.blurb.active h3:before {
  visibility: visible;
}

/* ---- Philanthropy ---- */
[data-anchor=philanthropy] > * {
  position: relative;
  z-index: 100;
}
[data-anchor=philanthropy] {
  background-color: #006877;
  background-image: url(../img/Feature_Foundation.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 2000px) {
  [data-anchor=philanthropy] {
    background-position-x: 700px;
  }
}
/* ---- Community Benefit ---- */
[data-anchor=community-benefit] > * {
  position: relative;
  z-index: 100;
}
[data-anchor=community-benefit] {
  background-color: #4CA585;
  background-image: url(../img/Feature_Community-Benefit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 2000px) {
  [data-anchor=community-benefit] {
    background-position-x: -700px;
  }
}
/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Content Styles

******************************************************************/
/* Style Modifiers 
------------------ */
.color--spruce {
  color: #006877;
}

.color--space {
  color: #002e36;
}

.color--tourmaline {
  color: #19909B;
}

.highlight--spruce {
  background-color: rgb(242.25, 247.45, 248.2);
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
}

.font-weight--normal {
  font-weight: 500;
}

.font-weight--semibold {
  font-weight: 600;
}

.font-weight--bold {
  font-weight: 700;
}

.text-lg {
  font-size: 20;
  font-size: 1.25rem;
}

.fa-ul {
  margin-left: 1.5rem;
}
.fa-ul li {
  list-style-type: none;
}

@media (min-width: 1400px) {
  h2 .icon-think {
    position: absolute !important;
    left: -170px;
    top: -10px;
    font-size: 8rem;
  }
}

p {
  margin-bottom: 1.25rem;
}
p.text-lg {
  font-size: 20;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .text-md {
    font-size: 20;
    font-size: 1.25rem;
  }
  .text-lg {
    font-size: 22;
    font-size: 1.375rem;
  }
  p.text-lg {
    font-size: 22;
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .text-lg {
    font-size: 24;
    font-size: 1.5rem;
  }
  p.text-lg {
    font-size: 24;
    font-size: 1.5rem;
  }
}
/* Links + Buttons
-------------------- */
.btn {
  padding: 0.5rem 2rem;
  font-size: 18;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-weight: 600;
}

.btn-primary,
.btn-primary:visited {
  background-color: #006877;
  border-color: #006877;
}
.btn-primary:hover, .btn-primary:active,
.btn-primary:visited:hover,
.btn-primary:visited:active {
  background-color: rgb(0, 83.2, 95.2);
  border-color: #006877;
}

.btn-secondary,
.btn-secondary:visited {
  background-color: #19909B;
  border-color: #19909B;
}
.btn-secondary:hover, .btn-secondary:active,
.btn-secondary:visited:hover,
.btn-secondary:visited:active {
  background-color: rgb(20, 115.2, 124);
  border-color: #19909B;
}

/* 
Inline Img 
------------------- */
.bordered {
  border: solid 10px rgb(243.5, 249.45, 250);
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  margin: 1rem 0;
}
.bordered .content, .bordered.content {
  padding: 2rem;
}

.circle {
  border-radius: 100%;
}

.headshot {
  max-width: 125px !important;
}
@media (min-width: 1400px) {
  .headshot {
    max-width: 150px !important;
  }
}

.float-left,
.float-right,
.float-start,
.float-end {
  width: 100%;
  margin-bottom: 1rem;
  float: none;
}
.float-left img,
.float-right img,
.float-start img,
.float-end img {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .float-left,
  .float-right,
  .float-start,
  .float-end {
    width: auto;
    max-width: 300px;
  }
  .float-left,
  .float-start {
    margin-right: 2rem;
    float: left;
  }
  .float-right,
  .float-end {
    margin-left: 2rem;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .float-left,
  .float-right,
  .float-start,
  .float-end {
    width: auto;
    max-width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .float-left,
  .float-right,
  .float-start,
  .float-end {
    width: auto;
    max-width: 500px;
  }
}
.mw-15 {
  max-width: 15%;
}

.mw-20 {
  max-width: 20%;
}

.mw-30 {
  max-width: 30%;
}

.mw-50 {
  max-width: 50%;
}

.mw-40 {
  max-width: 40%;
}

.mw-60 {
  width: 100%;
  max-width: 60%;
}

.caption {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  text-align: left;
}

.img-caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (min-width: 1600px) {
  .img-caption {
    width: 60%;
  }
}
.img-caption .caption {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1400px) {
  .img-caption .caption {
    padding: 1rem;
  }
}

.content-box--light {
  border: 0;
  border-radius: 0.25rem;
  padding: 2.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.content-box--light *:not(.color--wintergreen, .color--spruce) {
  color: #002e36;
}
@media screen and (min-width: 1400px) {
  .content-box--light {
    padding: 4rem 3.5rem;
  }
}

.content-box--dark {
  border: 0;
  border-radius: 0.25rem;
  padding: 2.5rem 2rem;
  background-color: #002e36;
}
.content-box--dark *:not(.color--wintergreen) {
  color: #FFFFFF;
}
.content-box--dark .color--wintergreen {
  color: #4CA585 !important;
}
@media screen and (min-width: 1400px) {
  .content-box--dark {
    padding: 4rem 3.5rem;
  }
}

/* Video Background
-------------------- */
#introVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-image: url(../img/video-placeholder_mobile.jpg);
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover; /*cover video background */
  background-repeat: no-repeat;
  z-index: 3;
}

@media (min-width: 1400px) {
  #introVideo {
    background-image: url(../img/video-placeholder_desktop.jpg);
  }
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

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

.btn-close {
  border: 0;
  background: transparent;
  font-size: 1.25rem;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
  padding: 0 0 1.5rem 0;
}
.btn-close span {
  font-size: 1.75rem;
  position: relative;
  top: 2px;
  padding-left: 0.25rem;
  color: #006877;
}

.volume {
  position: absolute;
  z-index: 10;
  bottom: 1rem;
  right: 1rem;
  height: 3rem;
  width: 3rem;
}
.volume .volume__button {
  text-align: center;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 46, 54, 0.8);
  border-radius: 100%;
  border: 0;
  transition: all 0.5s ease;
}
.volume .volume__button:after {
  content: "\f2e2";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.volume .volume__button span {
  color: #FFFFFF;
  font-size: 1.25rem;
}
.volume .volume__button.active:after {
  content: "\f6a8";
}
.volume:hover .volume__button {
  background-color: rgb(0, 46, 54);
}

@media screen and (min-width: 992px) {
  .volume {
    bottom: 4rem;
    right: 4rem;
  }
  .volume .volume__button {
    height: 6rem;
    width: 6rem;
  }
  .volume .volume__button:after {
    font-size: 2.5rem;
  }
}
/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#sectionIntro .banner {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  bottom: 0;
  /*
  * Preventing flicker on some browsers
  * See http://stackoverflow.com/a/36671466/1081396  or issue #183
  */
  transform: translate3d(0, 0, 0);
}

/*solves problem with overflowing video in Mac with Chrome */
#sectionIntro {
  overflow: hidden;
}

/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
  display: none !important;
}

/* Columns
-------------------- */
.text-col-1,
.text-col-2,
.text-col-3,
.text-col-4 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.text-col-1 {
  -moz-column-count: 1;
  column-count: 1;
}

.text-col-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.text-col-3 {
  -moz-column-count: 3;
  column-count: 3;
}

.text-col-4 {
  -moz-column-count: 4;
  column-count: 4;
}

@media (min-width: 768px) {
  .text-col-md-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .text-col-md-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .text-col-md-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .text-col-md-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .text-col-lg-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .text-col-lg-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .text-col-lg-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .text-col-lg-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .text-col-xl-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .text-col-xl-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .text-col-xl-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .text-col-xl-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1600px) {
  .text-col-xx-1 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .text-col-xx-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .text-col-xx-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .text-col-xx-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
}
/* end Columns */
/* Cards
-------------------- */
.card {
  border: 0;
  border-radius: 0.25rem;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  background-color: rgb(242.25, 247.45, 248.2);
}
.card .card__title {
  color: #006877;
  margin-bottom: 1.5rem;
}

/* end Cards */
/* Cards List
-------------------- */
.list--cards {
  padding-left: 0;
}
.list--cards li {
  list-style-type: none;
}
.list--cards li {
  background-color: rgb(243.5, 249.45, 250);
  border-radius: 0.25rem;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
}

/* end Cards List */
/* Callouts
-------------------- */
/* Content Tables
-------------------- */
.content-table {
  border: 0;
  border-radius: 0.25rem;
  padding: 2.5rem 2rem;
  background-color: rgb(242.25, 247.45, 248.2);
  margin-bottom: 2rem;
}
.content-table.bg-solid--white {
  background-color: #FFFFFF;
}
.content-table h3,
.content-table h4 {
  color: #006877;
}
.content-table .table__title {
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.content-table p:last-of-type {
  margin-bottom: 0;
}
.content-table .table {
  margin-bottom: 0;
  color: #002e36;
}
.content-table .table tr {
  border-bottom: 1px solid rgb(204, 224.8, 227.8);
}
.content-table .table tr td {
  border-top: 0;
  padding: 0.5rem 0;
  text-align: right;
  overflow-wrap: anywhere;
  word-break: break-word;
  width: 50%;
}
.content-table .table tr td:first-of-type {
  font-weight: 600;
  text-align: left;
}
.content-table .table tr.total {
  border-bottom: 0;
}
.content-table .table tr.total td {
  color: #006877;
  font-size: 20;
  font-size: 1.25rem;
}

.table > :not(:first-child) {
  border: 0 !important;
}

/* end Content Tables */
/* Data Tables
-------------------- */
.table-responsive {
  overflow-x: scroll;
}
.table-responsive.data-table {
  background-color: #FFFFFF;
  padding: 0;
  border-radius: 0.25rem;
}
.table-responsive.data-table .table {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.table-responsive.data-table .table tr {
  border-bottom: 1px solid rgb(204, 224.8, 227.8);
}
.table-responsive.data-table .table tr th,
.table-responsive.data-table .table tr td {
  padding: 0.5rem;
  text-align: right;
}
.table-responsive.data-table .table tr th:first-of-type,
.table-responsive.data-table .table tr td:first-of-type {
  text-align: left;
}
.table-responsive.data-table .table tr th.border-bottom,
.table-responsive.data-table .table tr td.border-bottom {
  border-bottom: solid 1px #3D4543 !important;
}
.table-responsive.data-table .table tr th {
  border: 0;
  font-weight: 600;
  font-size: 18;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.table-responsive.data-table .table tr.highlight {
  background-color: rgb(242.25, 247.45, 248.2);
}
.table-responsive.data-table .table tr.highlight td {
  font-weight: 600;
}
.table-responsive.data-table .table tr.highlight td:first-of-type {
  color: #006877;
}
.table-responsive.data-table .table tr.total {
  border-bottom: 0;
  background-color: #002e36;
}
.table-responsive.data-table .table tr.total td {
  color: #FFFFFF;
  font-size: 18;
  font-size: 1.125rem;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .table-responsive.data-table {
    padding: 1.5rem;
  }
}
/* end Data Tables */
.block {
  border: solid 10px rgb(243.5, 249.45, 250);
  border-radius: 0.25rem;
  background-color: #FFFFFF;
}
.block .block-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}

/* Number Stats
-------------------- */
.stat {
  padding-bottom: 1rem;
  border-bottom: dotted 1px #3D4543;
  height: 100%;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.stat .stat__number {
  font-size: 3rem;
  color: #006877;
  font-weight: 700;
  display: block;
  letter-spacing: 0.125rem;
  transition: all 0.5s ease;
  background: rgb(25, 144, 155);
  background: linear-gradient(90deg, rgb(25, 144, 155) 0%, rgba(25, 144, 155, 0.249737395) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19909b",endColorstr="#19909b",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat .stat__text {
  margin-bottom: 0;
  font-size: 1.25rem;
}

@media screen and (min-width: 1600px) {
  .stat .stat__number {
    font-size: 4rem;
  }
}
/* end Number Stats */
/* Inline Image/Quotes 
-------------------- */
.callout {
  border: solid 10px rgb(243.5, 249.45, 250);
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  background-color: #FFFFFF;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.31);
  transition: all 0.5s ease;
}
.callout.no-border {
  border: 0;
}
@media (min-width: 2000px) {
  .callout {
    max-width: 900px;
  }
}
.callout .callout__image {
  position: relative;
  padding-top: 2rem;
}
.callout .callout__image img {
  width: 100%;
}
.callout .callout-content {
  padding: 2rem;
}
.callout .callout-content img {
  width: 100%;
}
.callout .callout-content p {
  color: #002e36;
  line-height: 1.25;
}
.callout .callout-content p:last-of-type {
  margin-bottom: 0;
}
.callout .callout-content p.callout-text {
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .callout .callout-content p.callout-text {
    font-size: 1.15rem;
  }
}
.callout .callout-content a:hover {
  background-color: rgb(255, 247.7, 229.5);
}
.callout .callout-content.quote {
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 1rem 1rem;
}
.callout .callout-content.quote .quote__text {
  font-size: 24;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}
.callout .callout-content.quote .quote__credit {
  font-size: 18;
  font-size: 1.125rem;
  font-weight: 500;
}
.callout .fa-duotone.resize {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .callout .fa-duotone.resize {
    font-size: 5rem;
  }
}
.callout.btn--callout {
  text-align: left;
  display: block;
  width: 100%;
}
.callout.btn--callout:hover {
  border-color: #006877;
  background-color: #19909B;
}
.callout.btn--callout:hover * {
  color: #FFFFFF;
}
.callout.btn--callout .callout-content {
  padding: 0 2rem;
}

.callout-content__inline a {
  word-break: break-all;
}
@media (min-width: 768px) {
  .callout-content__inline a {
    word-break: normal;
  }
}
.callout-content__inline p {
  color: #002e36 !important;
}
.callout-content__inline p:last-of-type {
  margin-bottom: 0;
}
.callout-content__inline p.callout-text {
  text-transform: uppercase;
  font-size: 0.9rem;
}
@media screen and (min-width: 1200px) {
  .callout-content__inline p.callout-text {
    font-size: 1rem;
  }
}
.callout-content__inline a:hover {
  background-color: rgb(255, 247.7, 229.5);
}

.inner-callout {
  border-radius: 0.25rem;
  background-color: transparent;
  border: solid 5px rgb(243.5, 249.45, 250);
  padding: 1rem;
}

a.inner-callout:hover {
  background-color: rgb(243.5, 249.45, 250);
}

/*@media screen and (min-width: 768px){
    .callout {
        .callout-content { 
            a {
                word-break: normal;
            }    
        }
    }
}

@media screen and (min-width: 2000px) {
    .callout {
        max-width: 900px;
   */
.quote {
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 1rem 1rem;
  margin-bottom: 2rem;
}
.quote .quote-text {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  color: #19909B;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.quote .quote-text.color--midnight {
  color: #3D4543;
}
.quote .quote-credit {
  font-size: 1.25rem;
  font-weight: 500;
  color: #19909B;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .quote .quote-text {
    font-size: 2rem;
    line-height: 1.25;
  }
  .quote .quote-credit {
    font-size: 1.25rem;
    line-height: 1.5;
    max-width: 700px;
  }
}
@media screen and (min-width: 1400px) {
  .aside-right,
  .aside-left {
    position: relative;
  }
  .aside-right.top,
  .aside-left.top {
    top: -15rem;
  }
  .aside-right.bottom .callout,
  .aside-left.bottom .callout {
    bottom: -2rem;
  }
  .aside-right .callout,
  .aside-left .callout {
    position: absolute;
    width: 330px;
  }
  .aside-right .callout {
    right: -23rem;
  }
  .aside-left .callout {
    left: -23rem;
  }
}
.bg--dark .callout {
  border: solid 10px rgb(220.5, 238.35, 240);
}

/*
Map Legend
-------------------- */
.map img {
  margin-bottom: 2rem;
}
.map ul.map__legend {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.map ul.map__legend > li {
  padding-left: 1rem;
}
.map ul.map__legend li {
  list-style-type: none;
  color: #006877;
  font-size: 18;
  font-size: 1.125rem;
  position: relative;
}
.map ul.map__legend li span {
  color: #19909B;
}
.map ul.map__legend li span.fa-stack {
  position: absolute;
  left: -2rem;
}
.map ul.map__legend li span.fa-number {
  color: white;
  position: absolute;
  left: 38%;
  top: -12%;
  font-weight: 600;
}
.map ul.map__legend li ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.map ul.map__legend li ul li a {
  color: #3D4543;
}

.footer img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 0.25rem;
}

/* Video Modal */
.video-modal .btn-close {
  font-size: 1.5rem;
}

/* Sections
-------------------- */
/* ----------------- */
/* Desktop sections   */
/* ----------------- */
section {
  height: 100vh; /* full viewport height */
  overflow: hidden; /* fullPage manages scrollOverflow */
  position: relative;
}

/* ----------------- */
/* Mobile adjustments */
/* ----------------- */
@media (max-width: 768px) {
  section {
    height: auto !important; /* allow natural height for mobile */
    min-height: 100vh; /* ensure sections fill screen */
    overflow: visible; /* allow inner scroll */
  }
}
section .banner {
  padding: 2rem;
  height: 100vh;
}
section .banner .logo {
  max-width: 260px;
}
section .banner .banner__title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 60;
  font-size: 3.75rem;
}
section .banner .banner__title,
section .banner .banner__subtitle {
  color: #FFFFFF;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.21);
}
@media (min-width: 768px) {
  section .banner {
    padding: 4rem;
  }
  section .banner .banner__title {
    font-size: 80;
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  section .banner .banner__title {
    font-size: 150;
    font-size: 9.375rem;
  }
}
section .content {
  padding: 3rem 2rem;
  max-width: 2000px;
  margin: 0 auto;
}
section .content .content__title {
  margin-bottom: 2rem;
}
section .content .content__title h2 {
  margin-bottom: 1rem;
}
section .content .content__columns {
  text-align: justify;
  letter-spacing: 0.0125rem;
}
@media (min-width: 768px) {
  section .content {
    padding: 5rem;
  }
  section .content .content__title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1600px) {
  section .content {
    padding: 8rem 5rem;
  }
}
section .content-img {
  padding: 1rem;
}
@media (min-width: 992px) {
  section .content-img {
    min-height: 400px;
  }
}
section.bg--dark {
  background-color: #002e36;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
section.bg--dark .content {
  color: #FFFFFF;
}
section.bg--dark .content h2,
section.bg--dark .content h3,
section.bg--dark .content h4,
section.bg--dark .content p,
section.bg--dark .content a,
section.bg--dark .content span {
  color: #FFFFFF;
}
section.bg--light {
  background-color: rgba(255, 255, 255, 0.4);
}
section.bg--video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

/* end Sections */
/* Blurb Styles
------------------ */
section.blurb {
  background-color: rgb(237.1, 246, 242.8);
}
section.blurb .content > .row {
  background-color: #FFFFFF;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  section.blurb .content > .row {
    padding: 4rem;
  }
}
@media (min-width: 1400px) {
  section.blurb .content > .row {
    padding: 4rem 0;
  }
}
section.blurb .content > .row h3 {
  font-weight: 800;
}
section.blurb .bg-img {
  padding: 1rem;
}
@media (min-width: 992px) {
  section.blurb .bg-img {
    min-height: 400px;
  }
}
section.blurb h3 {
  color: rgb(60.8, 132, 106.4);
  line-height: 1.15;
}
section.blurb h4 {
  font-weight: 600;
}

/* Community Benefit Styles
--------------------------- */
[data-anchor=community-benefit-1],
[data-anchor=community-benefit-2] {
  background-color: rgb(237.1, 246, 242.8);
}
[data-anchor=community-benefit-1] .content > .row,
[data-anchor=community-benefit-2] .content > .row {
  background-color: #FFFFFF;
  padding: 2rem;
}
@media (min-width: 992px) {
  [data-anchor=community-benefit-1] .content > .row,
  [data-anchor=community-benefit-2] .content > .row {
    padding: 4rem;
  }
}
[data-anchor=community-benefit-1] .content > .row h3,
[data-anchor=community-benefit-2] .content > .row h3 {
  font-weight: 700;
  text-transform: none;
}

/* Wave Animation 
---------------------*/
.wave {
  opacity: 0.4;
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 2.5%;
  background-image: url("../graphics/wave-middle_white.svg");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  background-clip: content-box;
  z-index: -1;
  animation: wave-scroll 14s linear infinite, wave-float 5s ease-in-out infinite;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wave {
    bottom: 7.5%;
  }
}
@media (min-width: 992px) {
  .wave {
    bottom: 11%;
    height: 70px;
  }
}
@media (min-width: 1400px) {
  .wave {
    bottom: 6%;
    height: 120px;
  }
}

/* wave tails 
.wave::before,
.wave::after {
    content: "";
    position: absolute;
    top: 0;
    width: 54px;
    height: 43px;

    background-repeat: no-repeat;
    background-size: contain;

    z-index: 2;
    pointer-events: none;
}

.wave::before {
    left: 0;
    background-image: url("../graphics/wave-start_white.svg");
}

.wave::after {
    right: 0;
    background-image: url("../graphics/wave-end_white.svg");
}*/
/* horizontal drift */
@keyframes wave-scroll {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -160px;
  }
}
/* gentle vertical motion */
@keyframes wave-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wave {
    animation: none;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name: Northern Light Health Annual Report 2021
  Author: Northern Light Health

  Stylesheet: Print

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */