/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
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
**************************/
/* 4.5 Contrast */
/* 5 Contrast */
/* 
2. Tint Variables
**************************/
/* 
2. Shade Variables
**************************/
/* 
2. USE-CASE VARIABLES
*********************/
/* 
2. Attributes
*********************/
/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Typography / Variables

1. Site Fonts
2. Font Family Variables
3. Font Weight Variables

******************************************************************/
/*
1. Site Fonts
**************************/
/*
2. Font Family Variables
**************************/
/*
3. 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: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  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: "freight-sans-pro", 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 {
  font-size: 40;
  font-size: 2.5rem;
  color: #002e36;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 3rem;
}
h1 span, .h1 span,
h2 span, .h2 span {
  font-weight: 500;
}

h3, .h3 {
  font-size: 24;
  font-size: 1.5rem;
  color: #002e36;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}

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

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;
  line-break: word;
}
a:active, a:focus, a:hover, a:visited:active, a:visited:focus, a:visited:hover {
  color: #00535f;
  outline: none;
}
a i, a:visited i {
  margin-right: 5px;
}

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: 80;
    font-size: 5rem;
    line-height: 1;
  }
  h3, .h3 {
    font-size: 34;
    font-size: 2.125rem;
  }
  h4, .h4 {
    font-size: 30;
    font-size: 1.875rem;
    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) {
  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;
  }
}
/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Animations

******************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.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;
}
@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);
  }
}
.fp-viewing-presidents-letter .background-1 {
  position: relative;
}
.fp-viewing-presidents-letter .background-1:after {
  content: url(../img/blob-firstlight-1.svg);
  animation: bgFromLeft 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-presidents-letter .background-1:after {
    top: -40%;
    width: 65%;
  }
}
.fp-viewing-acadia-for-all .background-2 {
  position: relative;
}
.fp-viewing-acadia-for-all .background-2:after {
  content: url(../img/blob-wintergreen-2.svg);
  animation: bgFromRight 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-acadia-for-all .background-2:after {
    top: -20%;
    width: 65%;
  }
}
.fp-viewing-bingo .background-3 {
  position: relative;
}
.fp-viewing-bingo .background-3:after {
  content: url(../img/blob-moss-3.svg);
  animation: bgFromLeft 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-bingo .background-3:after {
    width: 65%;
  }
}
.fp-viewing-yes-please .background-4 {
  position: relative;
}
.fp-viewing-yes-please .background-4:after {
  content: url(../img/blob-firstlight-2.svg);
  animation: bgFromRight 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-yes-please .background-4:after {
    width: 65%;
  }
}
.fp-viewing-a-different-kind-of-pharmacist .background-5 {
  position: relative;
}
.fp-viewing-a-different-kind-of-pharmacist .background-5:after {
  content: url(../img/blob-wintergreen-3.svg);
  animation: bgFromLeft 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-a-different-kind-of-pharmacist .background-5:after {
    width: 65%;
  }
}
.fp-viewing-keeping-it-local .background-6 {
  position: relative;
}
.fp-viewing-keeping-it-local .background-6:after {
  content: url(../img/blob-moss-1.svg);
  animation: bgFromRight 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-keeping-it-local .background-6:after {
    width: 65%;
  }
}
.fp-viewing-breathing-easier .background-7 {
  position: relative;
}
.fp-viewing-breathing-easier .background-7:after {
  content: url(../img/blob-firstlight-3.svg);
  animation: bgFromLeft 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-breathing-easier .background-7:after {
    width: 65%;
  }
}
.fp-viewing-philanthropy .background-8 {
  position: relative;
}
.fp-viewing-philanthropy .background-8:after {
  content: url(../img/blob-wintergreen-1.svg);
  animation: bgFromRight 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-philanthropy .background-8:after {
    width: 65%;
  }
}
.fp-viewing-community-benefit .background-9 {
  position: relative;
}
.fp-viewing-community-benefit .background-9:after {
  content: url(../img/blob-moss-2.svg);
  animation: bgFromLeft 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-community-benefit .background-9:after {
    width: 65%;
  }
}
.fp-viewing-financials .background-10 {
  position: relative;
}
.fp-viewing-financials .background-10:after {
  content: url(../img/blob-firstlight-1.svg);
  animation: bgFromRight 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-financials .background-10:after {
    width: 65%;
  }
}
.fp-viewing-who-we-are .background-11 {
  position: relative;
}
.fp-viewing-who-we-are .background-11:after {
  content: url(../img/blob-wintergreen-2.svg);
  animation: bgFromLeft 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-who-we-are .background-11:after {
    width: 65%;
  }
}
.fp-viewing-what-we-do .background-12 {
  position: relative;
}
.fp-viewing-what-we-do .background-12:after {
  content: url(../img/blob-moss-3.svg);
  animation: bgFromRight 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -20%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-what-we-do .background-12:after {
    width: 65%;
  }
}
.fp-viewing-about .background-13 {
  position: relative;
}
.fp-viewing-about .background-13:after {
  content: url(../img/blob-firstlight-2.svg);
  animation: bgFromLeft 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -35%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-about .background-13:after {
    width: 65%;
  }
}
.fp-viewing-members .background-14 {
  position: relative;
}
.fp-viewing-members .background-14:after {
  content: url(../img/blob-wintergreen-3.svg);
  animation: bgFromRight 1.75s 0s ease-in-out forwards;
  position: absolute;
  top: -35%;
  width: 90%;
  z-index: -1;
  transition: all 0.5s ease;
}

@media (min-width: 1030px) {
  .fp-viewing-members .background-14:after {
    width: 65%;
  }
}
/* 
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 {
  color: #FFFFFF;
  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;
}

/*
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 .header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  box-sizing: border-box;
  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;
}
header .menu__button {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
header .menu__button span {
  transition: all 0.5s ease;
}
header .menu__button .menu__icon {
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  bottom: 0.125rem;
}
header .menu__button .menu__icon .fa-ellipsis-v {
  font-size: 2.25rem;
  position: relative;
  top: 0.25rem;
  margin-right: 0.25rem;
  color: #19909B;
}
header .menu__button .menu__icon .fa-bars {
  font-size: 1.5rem;
}
header .menu__button .menu__title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
header .header__title {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
header .header__title span {
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #006877;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
header .header__title img {
  max-width: 40px;
  height: auto;
}

@media (min-width: 768px) {
  header .header-top {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1600px) {
  header .menu__button .menu__icon {
    margin-right: 1rem;
  }
  header .menu__button .menu__icon .fa-ellipsis-v {
    font-size: 2.75rem;
    top: 0.25rem;
    margin-right: 0.25rem;
  }
  header .menu__button .menu__icon .fa-bars {
    font-size: 2rem;
  }
  header .menu__button .menu__title {
    font-size: 1.25rem;
  }
  header .header__title span {
    font-size: 1.25rem;
    margin-right: 1rem;
  }
  header .header__title img {
    max-width: 50px;
  }
}
/* end Header */
/******************************************************************
Site Name: Northern Light Health | Annual Report 2020
Author: Northern Light Health

Stylesheet: Navigation Styles

******************************************************************/
/* Modal Menu Nav
-------------------- */
.modal-open header .header-top {
  z-index: 1051; /* brings above modal-backdrop */
  background-color: rgb(255, 255, 255);
}
.modal-open header .menu__button .fa-bars,
.modal-open header .menu__button .menu__title {
  color: #19909B;
}

.menu-modal .fade.modal-backdrop {
  transition: all 0.5s linear;
}

.menu-modal.modal {
  top: 55px; /* positions just below header-top */
}
.menu-modal.modal#menuModal .modal-dialog {
  margin: 0;
  height: 100%;
  border-radius: 0;
}
.menu-modal.modal#menuModal .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
  max-width: 400px;
}
.menu-modal.modal#menuModal .modal-dialog .modal-content .modal-header {
  padding-bottom: 0;
  border: 0;
}
.menu-modal.modal#menuModal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}
.menu-modal.modal#menuModal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  margin: 0;
}
.menu-modal.modal#menuModal .modal-dialog .modal-content .modal-body ul li {
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  padding-bottom: 0.5rem;
  border-bottom: dotted 1px #d1e9eb;
  margin-bottom: 0.5rem;
  transition: all 0.5s ease;
  /*a:before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      content: "\f111";    
      color: $color__tourmaline;           
      margin-right: .5rem;     
      @include transition;  
      @include font-size(12);
  }*/
}
.menu-modal.modal#menuModal .modal-dialog .modal-content .modal-body ul li:hover {
  border-bottom: dotted 1px #75bcc3;
}
.menu-modal.modal#menuModal .modal-dialog .modal-content .modal-body ul li:hover a {
  color: #006877;
  /*&:before {
      font-weight: 900;
  }*/
}
.menu-modal.modal#menuModal.fade .modal-dialog {
  transform: translate(-20%, 0);
}
.menu-modal.modal#menuModal.show .modal-dialog {
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .menu-modal.modal#menuModal .modal-dialog .modal-content {
    max-width: 500px;
  }
  .menu-modal.modal#menuModal .modal-dialog .modal-content .modal-body {
    padding: 2rem 3rem;
  }
}
/* end Modal Menu Nav */
/* Side Nav
-------------------- */
#fp-nav.fp-right {
  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: #19909B;
}

#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: #19909B;
}

.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: #19909B;
  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: #19909B;
}

/* 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;
}

.wrapper {
  position: relative;
}

/* end General */
/* Sections
-------------------- */
section {
  height: 100vh;
  overflow: scroll;
  position: relative;
}
section .banner {
  padding: 2rem;
  height: 100vh;
}
section .banner .logo {
  max-width: 260px;
}
section .banner .banner__title {
  margin-bottom: 0;
  display: block;
  font-size: 80;
  font-size: 5rem;
}
section .banner .banner__title,
section .banner .banner__subtitle {
  color: #FFFFFF;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.21);
}
section .content {
  padding: 5rem 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;
}
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-image: url("../img/video-placeholder.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

@media (min-width: 768px) {
  section .banner {
    padding: 4rem;
  }
  section .content {
    padding: 5rem;
  }
  section .content .content__title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1600px) {
  section .banner .banner__title {
    font-size: 150;
    font-size: 9.375rem;
  }
  section .content {
    padding: 6rem 5rem;
  }
}
/* end Sections */
.object-fit--cover {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}

.img-1 {
  background-image: url(../img/01-intro_amy-mclary.jpg);
}

.img-2a {
  background-image: url(../img/02-acadia-for-all_forcier.jpg);
  background-position-x: 70%;
}

.img-2b {
  background-image: url(../img/02-acadia-for-all_scott-oxley_2.jpg);
  background-position-x: 85%;
}

.img-3a {
  background-image: url(../img/03-bingo_beverly-fowler.jpg);
  background-position-x: 20%;
}

.img-3b {
  background-image: url(../img/03-bingo_beverly-fowler-2.jpg);
  background-position-x: 20%;
}

.img-4a {
  background-image: url(../img/04-yes-please_emily-tadlock.jpg);
  background-position-x: 70%;
}

.img-4b {
  background-image: url(../img/04-yes-please_wilson.jpg);
  background-position-x: left;
}

.img-5a {
  background-image: url(../img/05-pharmacist_darlene-ouellette-1.jpg);
  background-position-x: right;
}

.img-5b {
  background-image: url(../img/05-pharmacist_darlene-ouellette-2.jpg);
  background-position-x: center;
}

.img-6a {
  background-image: url(../img/06-local_ducker.jpg);
  background-position-x: left;
}

.img-6b {
  background-image: url(../img/06-local_imaging.jpg);
  background-position-x: right;
}

.img-7a {
  background-image: url(../img/07-breathe_crowley.jpg);
  background-position-x: left;
}

.img-7b {
  background-image: url(../img/07-breathe_crowley-2.jpg);
  background-position-x: left;
}

.img-8 {
  background-image: url(../img/09-community-benefit-1.jpg);
  background-position-x: left;
}

/******************************************************************
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: #f2f7f8;
  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;
}

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 {
  background-color: #006877;
  border-color: #006877;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #00535f;
  border-color: #006877;
}

.btn-secondary {
  background-color: #19909B;
  border-color: #19909B;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: #14737c;
  border-color: #19909B;
}

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

.circle {
  border-radius: 100%;
}

.float-left,
.float-right {
  margin-bottom: 1rem;
}

.float-left {
  margin-right: 2rem;
}

.float-right {
  margin-left: 2rem;
}

.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.8rem;
  text-align: left;
}

.img-caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
.img-caption .caption {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

@media screen and (min-width: 1600px) {
  .img-caption {
    width: 60%;
  }
}
.bg--dark .bordered {
  border-color: #ddeef0;
}
.bg--dark .caption {
  color: #FFFFFF;
}

@media screen and (max-width: 992px) {
  .bordered {
    width: 100%;
    max-width: 100% !important;
  }
  .bordered.float-left, .bordered.float-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
/* Video Background
-------------------- */
#introVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover; /*cover video background */
  z-index: 3;
}

.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 5 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: #f2f7f8;
}
.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: #f4f9fa;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
}

/* end Cards List */
/* Callouts
-------------------- */
.video-callout {
  padding: 0.5rem;
  color: #19909B;
  background-color: #f4f9fa;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  transition: all 0.5s ease;
  cursor: pointer;
}
.video-callout:hover {
  background-color: #006877;
}
.video-callout:hover h3 {
  color: #FFFFFF;
}
.video-callout span {
  line-height: 0.5;
}
.video-callout .fa-circle {
  color: #FFFFFF;
}
.video-callout h3 {
  font-weight: 600;
}

/* Content Tables
-------------------- */
.content-table {
  border: 0;
  border-radius: 0.25rem;
  padding: 2.5rem 2rem;
  background-color: #f2f7f8;
  margin-bottom: 2rem;
}
.content-table h3,
.content-table h4 {
  color: #006877;
}
.content-table .table__title {
  margin-bottom: 1.5rem;
}
.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 #cce1e4;
}
.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.data-table {
  background-color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0.25rem;
}
.table-responsive.data-table .table tr {
  border-bottom: 1px solid #cce1e4;
}
.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: #f2f7f8;
}
.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;
}

/* end Data Tables */
.block {
  border: solid 10px #f4f9fa;
  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;
}
.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 #f4f9fa;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  background-color: #FFFFFF;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.31);
}
.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 !important;
}
.callout .callout-content p:last-of-type {
  margin-bottom: 0;
}
.callout .callout-content p.callout-text {
  text-transform: uppercase;
  font-size: 1.15rem;
}
.callout .callout-content.quote {
  background-image: url(../img/quote.png);
  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;
}

.quote {
  background-image: url(../img/quote.png);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 1rem 1rem;
}
.quote .quote-text {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  color: #19909B;
}
.quote .quote-credit {
  font-size: 1.25rem;
  font-weight: 500;
  color: #19909B;
  margin: 0;
  text-align: right;
}

@media screen and (min-width: 1400px) {
  .aside-right,
  .aside-left {
    position: relative;
  }
  .aside-right.top .callout,
  .aside-left.top .callout {
    top: -2rem;
  }
  .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 #ddeef0;
}

/*
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: 40%;
  top: -15%;
  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;
}

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

Stylesheet: Hero Stories Sections

******************************************************************/
/* Profile Blocks
-------------------- */
.profile-block {
  margin-bottom: 1rem;
}
.profile-block .profile-block__image {
  border: solid 10px #f4f9fa;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  transition: all 0.5s ease;
  padding-top: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  filter: grayscale(0.75);
}
.profile-block .profile-block__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.2;
  transition: all 0.5s ease;
}
.profile-block .profile-block__text {
  margin-top: 0.5rem;
  text-align: right;
  text-decoration: none;
}
.profile-block:hover .profile-block__image, .profile-block:active .profile-block__image {
  border: solid 10px #ddeef0;
  filter: grayscale(0);
}
.profile-block:hover .profile-block__image:after, .profile-block:active .profile-block__image:after {
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .profile-block .profile-block__image {
    height: 250px;
  }
}
/* Profile Block Background Images */
.profile-block__image.front-lines__cathy {
  background-image: url(../img/cathy-bean.png);
}
.profile-block__image.front-lines__elizabeth {
  background-image: url(../img/elizabeth-bigler.png);
}
.profile-block__image.front-lines__james {
  background-image: url(../img/james-jarvis.png);
}
.profile-block__image.front-lines__caroline {
  background-image: url(../img/caroline-joyce.png);
}
.profile-block__image.front-lines__sue-anne {
  background-image: url(../img/sue-anne-hammond.png);
}
.profile-block__image.front-lines__jodi {
  background-image: url(../img/jodi-kierstead.png);
}
.profile-block__image.front-lines__jenica {
  background-image: url(../img/jenica-achey.png);
}
.profile-block__image.front-lines__shane {
  background-image: url(../img/shane-mack.png);
  background-size: 150%;
  background-position: top center;
}
.profile-block__image.front-lines__cassie {
  background-image: url(../img/cassie-craig.png);
}
.profile-block__image.front-lines__brent {
  background-image: url(../img/brent-watson.png);
}
.profile-block__image.front-lines__matt {
  background-image: url(../img/matt-grant.png);
}
.profile-block__image.front-lines__tiffany {
  background-image: url(../img/tiffany-benner.png);
}
.profile-block__image.front-lines__tammy {
  background-image: url(../img/tammy-violette.png);
}
.profile-block__image.front-lines__lisa {
  background-image: url(../img/lisa-boutwell.png);
}
.profile-block__image.emily-cianchette {
  background-image: url(../img/emily-cianchette.png);
}
.profile-block__image.jennifer-penney {
  background-image: url(../img/jennifer-penney.png);
}
.profile-block__image.sean-hall {
  background-image: url(../img/sean-hall.png);
}
.profile-block__image.kathy-knight {
  background-image: url(../img/kathy-knight.png);
}
.profile-block__image.paula-dietrich {
  background-image: url(../img/paula-dietrich.png);
}
.profile-block__image.david-valcik {
  background-image: url(../img/david-valcik.png);
}
.profile-block__image.dani-reardon {
  background-image: url(../img/dani-reardon.png);
}
.profile-block__image.carla-leino {
  background-image: url(../img/carla-leino.png);
}
.profile-block__image.mark-noble {
  background-image: url(../img/mark-noble.png);
}
.profile-block__image.diane-bartley {
  background-image: url(../img/diane-bartley.png);
}
.profile-block__image.eli-wales {
  background-image: url(../img/eli-wales.png);
}
.profile-block__image.tim-crowley {
  background-image: url(../img/tim-crowley.png);
}
.profile-block__image.jeff-chretien {
  background-image: url(../img/jeff-chretien.png);
}
.profile-block__image.summer-allen {
  background-image: url(../img/summer-allen.png);
}

/* Story Blockquotes 
-------------------- */
blockquote {
  border: solid 10px #f4f9fa;
  border-radius: 0.25rem;
  padding: 2rem;
  background-color: #FFFFFF;
  text-align: left;
  position: relative;
}
blockquote p {
  font-size: 20;
  font-size: 1.25rem;
  font-weight: 600;
  color: #002e36 !important;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote p.quote-credit {
  font-size: 18;
  font-size: 1.125rem;
  font-weight: 500;
}
blockquote.quote {
  padding: 0;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  flex-wrap: wrap;
}
blockquote.quote .quote__content {
  padding: 3rem;
  background-image: url(../img/quote.png);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 1rem 1rem;
}
blockquote.quote .quote__image {
  width: 100%;
  position: relative;
}
blockquote.quote .quote__image img {
  position: relative;
  bottom: -10px;
  max-width: 100%;
}
blockquote.quote.right .quote__image {
  text-align: right;
}
blockquote.quote.right .quote__image img {
  right: -10px;
}
blockquote.quote.left .quote__image {
  text-align: left;
}
blockquote.quote.left .quote__image img {
  left: -10px;
}

@media (min-width: 650px) {
  blockquote.quote .quote__content {
    width: 50%;
  }
  blockquote.quote .quote__image {
    width: 50%;
  }
  blockquote.quote .quote__image img {
    position: absolute;
    max-height: 100%;
  }
  blockquote.quote.left .quote__content {
    order: 2;
  }
  blockquote.quote.left .quote__image {
    order: 1;
  }
}
@media (min-width: 992px) {
  blockquote.quote .quote__content {
    width: 100%;
  }
  blockquote.quote .quote__image {
    width: 100%;
  }
  blockquote.quote .quote__image img {
    position: relative;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  blockquote.quote.left .quote__content {
    order: 1;
  }
  blockquote.quote.left .quote__image {
    order: 2;
  }
}
@media (min-width: 1200px) {
  blockquote {
    border: solid 10px #f4f9fa;
    border-radius: 0.25rem;
    padding: 2rem;
    background-color: #FFFFFF;
    text-align: left;
    position: relative;
  }
  blockquote p {
    font-weight: 600;
  }
  blockquote p:last-of-type {
    margin-bottom: 0;
  }
  blockquote.quote .quote__content {
    width: 50%;
  }
  blockquote.quote .quote__image {
    width: 50%;
  }
  blockquote.quote .quote__image img {
    position: absolute;
    max-height: 600px;
  }
  blockquote.quote.left .quote__content {
    order: 2;
  }
  blockquote.quote.left .quote__image {
    order: 1;
  }
}
@media screen and (min-width: 1600px) {
  blockquote p {
    font-size: 24;
    font-size: 1.5rem;
  }
  blockquote.quote .quote__content {
    padding: 4rem;
    background-size: 200px;
    background-position: 2rem 2rem;
  }
  blockquote.quote .quote__content p {
    font-size: 28;
    font-size: 1.75rem;
  }
  blockquote.quote .quote__image img {
    max-height: 600px;
  }
}
/* end Blockquotes */
/* Bio Page Customizations */
@media screen and (min-width: 1200px) {
  #eli-wales .quote__image img {
    max-height: 600px !important;
    bottom: -50px;
  }
  #summer-allen .quote__image img {
    max-height: 600px !important;
  }
}
@media screen and (min-width: 1600px) {
  #elizabeth-bigler .quote__image img {
    max-height: 700px !important;
    height: 700px !important;
  }
  #caroline-joyce .quote__image img {
    max-height: 700px !important;
    height: 700px !important;
  }
  #jodi-kierstead .quote__image img {
    max-height: 675px !important;
    height: 675px !important;
  }
  #cassie-craig .quote__image img {
    max-height: 700px !important;
    height: 700px !important;
  }
  #tiffany-benner .quote__image img {
    max-height: 700px !important;
    height: 700px !important;
  }
  #eli-wales .quote__image img {
    max-height: 800px !important;
  }
  #dani-reardon .quote__image img {
    max-height: 750px !important;
    height: 750px !important;
  }
  #carla-leino .quote__image img {
    max-height: 800px !important;
    height: 800px !important;
  }
}
/*********************
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 */