@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. 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 PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

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

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 408, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 441, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name: CASA
Author: Aptiavte

Stylesheet: Typography
Font sizing is fluid on this site using @interpolate mixin in _mixins.scss

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!


Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 51, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

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);
*********************/
/*********************
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%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

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

Helpful:
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
Fluid Typography Sass Mixin
https://codepen.io/MadeByMike/pen/vNrvdZ
*********************/
/* USAGE 
html {
	@include interpolate(font-size, 320px, 1366px, 14px, 20px);
}
 Multiple properties with same values
h1,h2,h3,h4,h5 {
	@include interpolate((padding-top, padding-bottom), 20rem, 70rem, 0rem, .5rem);
}
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 36, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 50, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 56, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 61, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 66, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 71, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 76, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 87, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 93, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 98, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 103, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 108, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 113, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 118, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 123, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 128, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 133, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 143, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 149, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 154, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 159, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 164, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 169, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 174, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 179, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 184, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 189, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 194, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 199, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 204, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 209, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 214, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 219, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 224, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 229, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 234, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 239, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 244, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 249, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/* line 257, ../scss/partials/_grid.scss */
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 287, ../scss/partials/_grid.scss */
.grid.grid-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 295, ../scss/partials/_grid.scss */
.grid.grid-centred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 305, ../scss/partials/_grid.scss */
.grid-item {
  display: block;
  padding-right: 1.05rem;
  padding-bottom: 1.05rem;
  padding-left: 1.05rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
  background-color: rgba(238, 250, 255, 0.7);
}

/* line 326, ../scss/partials/_grid.scss */
.grid-item:hover {
  background-color: #c8ecf5;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success, .alert-loading {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/* line 44, ../scss/modules/_alerts.scss */
.alert-loading {
  background: #e6efc2;
  border-color: #deeaae;
  display: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, ../scss/modules/_buttons.scss */
.btn, .blue-btn, .comment-reply-link, #submit, .addtoany_list a, .widget .addtoany_list a, .wp-block-button__link {
  display: inline-block;
  position: relative;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem !important;
  line-height: 34px;
  font-weight: bold;
  padding: .5rem 1.5rem;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 43, ../scss/modules/_buttons.scss */
.btn:hover, .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .addtoany_list a:hover, .wp-block-button__link:hover, .btn:focus, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .addtoany_list a:focus, .wp-block-button__link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* line 50, ../scss/modules/_buttons.scss */
.btn:active, .blue-btn:active, .comment-reply-link:active, #submit:active, .addtoany_list a:active, .wp-block-button__link:active {
  top: 1px;
}

/* line 55, ../scss/modules/_buttons.scss */
.btn {
  background-color: #00aed8;
  margin: 1rem 0;
}

/* line 61, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  background-color: #1e2860;
  color: #fff !important;
  margin: 1rem 0;
}
/* line 67, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #009ec4;
}
/* line 72, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #008daf;
}

/* line 78, ../scss/modules/_buttons.scss */
.btn-small {
  align-self: flex-end;
  font-weight: normal;
  font-size: inherit;
  padding: 0 0.5rem;
}

/* line 85, ../scss/modules/_buttons.scss */
.addtoany_list a, .widget .addtoany_list a {
  background-color: #1e2860;
  margin: 1rem 0;
  text-align: center;
  width: auto;
}
/* line 91, ../scss/modules/_buttons.scss */
.addtoany_list a:hover, .addtoany_list a:focus, .widget .addtoany_list a:hover, .widget .addtoany_list a:focus {
  background-color: #009ec4;
}
/* line 96, ../scss/modules/_buttons.scss */
.addtoany_list a:active, .widget .addtoany_list a:active {
  background-color: #008daf;
}

/* GUTENBERG STYLES

Button block
--------------------------------------------- */
/* line 106, ../scss/modules/_buttons.scss */
.wp-block-button__link {
  border-radius: 8px;
}
/* line 110, ../scss/modules/_buttons.scss */
.wp-block-button__link:hover {
  text-decoration: none;
}
/* line 114, ../scss/modules/_buttons.scss */
.wp-block-button__link:not(.has-text-color) {
  color: #fff;
}
/* line 117, ../scss/modules/_buttons.scss */
.wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
}
/* line 122, ../scss/modules/_buttons.scss */
.wp-block-button__link:not(.has-background) {
  background-color: #00aed8;
}
/* line 126, ../scss/modules/_buttons.scss */
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #005c72;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-dark-blue-color:hover, .wp-block-button__link.has-dark-blue-color:focus {
  color: #1e2860;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-dark-blue-background-color:hover, .wp-block-button__link.has-dark-blue-background-color:focus {
  background-color: #060812;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-mid-blue-color:hover, .wp-block-button__link.has-mid-blue-color:focus {
  color: #007BA2;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-mid-blue-background-color:hover, .wp-block-button__link.has-mid-blue-background-color:focus {
  background-color: #002e3c;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-bright-blue-color:hover, .wp-block-button__link.has-bright-blue-color:focus {
  color: #00aed8;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-bright-blue-background-color:hover, .wp-block-button__link.has-bright-blue-background-color:focus {
  background-color: #005c72;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-text-black-color:hover, .wp-block-button__link.has-text-black-color:focus {
  color: #323944;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-text-black-background-color:hover, .wp-block-button__link.has-text-black-background-color:focus {
  background-color: #070809;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #000000;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-10-color:hover, .wp-block-button__link.has-black-10-color:focus {
  color: rgba(0, 0, 0, 0.1);
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-10-background-color:hover, .wp-block-button__link.has-black-10-background-color:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-25-color:hover, .wp-block-button__link.has-black-25-color:focus {
  color: rgba(0, 0, 0, 0.25);
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-25-background-color:hover, .wp-block-button__link.has-black-25-background-color:focus {
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-50-color:hover, .wp-block-button__link.has-black-50-color:focus {
  color: rgba(0, 0, 0, 0.5);
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-50-background-color:hover, .wp-block-button__link.has-black-50-background-color:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-75-color:hover, .wp-block-button__link.has-black-75-color:focus {
  color: rgba(0, 0, 0, 0.75);
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-black-75-background-color:hover, .wp-block-button__link.has-black-75-background-color:focus {
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #878787;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #545454;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-light-grey-color:hover, .wp-block-button__link.has-light-grey-color:focus {
  color: #f8f9fa;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-light-grey-background-color:hover, .wp-block-button__link.has-light-grey-background-color:focus {
  background-color: #bdc6d0;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #fff;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #cccccc;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-10-color:hover, .wp-block-button__link.has-white-10-color:focus {
  color: rgba(255, 255, 255, 0.1);
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-10-background-color:hover, .wp-block-button__link.has-white-10-background-color:focus {
  background-color: rgba(204, 204, 204, 0.1);
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-25-color:hover, .wp-block-button__link.has-white-25-color:focus {
  color: rgba(255, 255, 255, 0.25);
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-25-background-color:hover, .wp-block-button__link.has-white-25-background-color:focus {
  background-color: rgba(204, 204, 204, 0.25);
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-50-color:hover, .wp-block-button__link.has-white-50-color:focus {
  color: rgba(255, 255, 255, 0.5);
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-50-background-color:hover, .wp-block-button__link.has-white-50-background-color:focus {
  background-color: rgba(204, 204, 204, 0.5);
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-75-color:hover, .wp-block-button__link.has-white-75-color:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-white-75-background-color:hover, .wp-block-button__link.has-white-75-background-color:focus {
  background-color: rgba(204, 204, 204, 0.75);
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
  color: #E8D300;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
  background-color: #827600;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-bright-green-color:hover, .wp-block-button__link.has-bright-green-color:focus {
  color: #39963C;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-bright-green-background-color:hover, .wp-block-button__link.has-bright-green-background-color:focus {
  background-color: #1d4c1e;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-dark-green-color:hover, .wp-block-button__link.has-dark-green-color:focus {
  color: #005A1E;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-dark-green-background-color:hover, .wp-block-button__link.has-dark-green-background-color:focus {
  background-color: black;
}
/* line 134, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-brown-color:hover, .wp-block-button__link.has-brown-color:focus {
  color: #5B453F;
}
/* line 139, ../scss/modules/_buttons.scss */
.wp-block-button__link.has-brown-background-color:hover, .wp-block-button__link.has-brown-background-color:focus {
  background-color: #1f1715;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 23, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  background-color: rgba(114, 228, 255, 0.2);
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #606060;
  display: block;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-size: 1em;
  height: 40px;
  line-height: 1em;
  margin-bottom: 14px;
  max-width: 400px;
  padding: 0 12px;
  vertical-align: middle;
  width: 100%;
}
/* line 58, ../scss/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: rgba(114, 228, 255, 0.5);
  outline: none;
}
/* line 65, ../scss/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 77, ../scss/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 89, ../scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 95, ../scss/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 106, ../scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 111, ../scss/modules/_forms.scss */
textarea {
  line-height: 1.5em;
  max-width: 100%;
  min-height: 120px;
}

/* line 118, ../scss/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Icon Styles


******************************************************************/
/*********************
ICON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 21, ../scss/modules/_icons.scss */
[class^="icon-"]:after, #container-async .category-filters .category-filters-container li a:before, #container-async .category-filters .category-filters-container li.active a:before, .footer-links ul li.icon-twitter a:after, [class*=" icon-"]:after {
  /* Step 1: Common Properties: All required to make icons render reliably */
  font-family: "fontello";
  display: inline-block;
  text-decoration: inherit;
  width: 1rem;
  line-height: 1rem;
  margin-left: .4rem;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

/* line 39, ../scss/modules/_icons.scss */
.icon-ok-circled:after, #container-async .category-filters .category-filters-container li a:hover:before, #container-async .category-filters .category-filters-container li a:focus:before, #container-async .category-filters .category-filters-container li.active a:before {
  content: '\e800';
}

/* '' */
/* line 40, ../scss/modules/_icons.scss */
.icon-menu:after {
  content: '\f0c9';
}

/* '' */
/* line 41, ../scss/modules/_icons.scss */
.icon-star-empty:after {
  content: '\e801';
}

/* '' */
/* line 42, ../scss/modules/_icons.scss */
.icon-star-half:after {
  content: '\e802';
}

/* '' */
/* line 43, ../scss/modules/_icons.scss */
.icon-star:after {
  content: '\e803';
}

/* '' */
/* line 44, ../scss/modules/_icons.scss */
.icon-up-dir:after {
  content: '\e804';
}

/* '' */
/* line 45, ../scss/modules/_icons.scss */
.icon-right-dir:after {
  content: '\e805';
}

/* '' */
/* line 46, ../scss/modules/_icons.scss */
.icon-down-dir:after {
  content: '\e806';
}

/* '' */
/* line 47, ../scss/modules/_icons.scss */
.icon-left-open:after {
  content: '\e807';
}

/* '' */
/* line 48, ../scss/modules/_icons.scss */
.icon-right-open:after {
  content: '\e808';
}

/* '' */
/* line 49, ../scss/modules/_icons.scss */
.icon-search:after {
  content: '\e809';
}

/* '' */
/* line 50, ../scss/modules/_icons.scss */
.icon-link-ext:after {
  content: '\f08e';
}

/* '' */
/* line 51, ../scss/modules/_icons.scss */
.icon-star-half-alt:after {
  content: '\f123';
}

/* '' */
/* line 52, ../scss/modules/_icons.scss */
.icon-circle-thin:after, #container-async .category-filters .category-filters-container li a:before {
  content: '\f1db';
}

/* '' */
/* line 53, ../scss/modules/_icons.scss */
.icon-share:after {
  content: '\f1e0';
}

/* '' */
/* line 54, ../scss/modules/_icons.scss */
.icon-twitter-squared:after,
.icon-twitter,
.footer-links ul li.icon-twitter a:after {
  content: '\f304';
}

/* '' */
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 11, ../scss/modules/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 174, 216, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
  color: #fff;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and dont over style since everything here will be
loaded by mobile devices


******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 17, ../scss/breakpoints/_base.scss */
body {
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  line-height: 1.5;
  color: #606060;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 71, ../scss/partials/_mixins.scss */
body {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  /* line 71, ../scss/partials/_mixins.scss */
  body {
    font-size: calc(0.38241vw + 12.77629px);
  }
}
@media screen and (min-width: 1366px) {
  /* line 71, ../scss/partials/_mixins.scss */
  body {
    font-size: 18px;
  }
}

/* line 28, ../scss/breakpoints/_base.scss */
.screen-reader-text {
  display: none;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 34, ../scss/breakpoints/_base.scss */
.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

/*********************
MAIN CONTENT & ASIDES
*********************/
/* line 43, ../scss/breakpoints/_base.scss */
#content {
  padding: .4rem 0 0;
  background-color: #00aed8;
}

/* line 48, ../scss/breakpoints/_base.scss */
aside {
  padding: 0 0 1rem;
}
/* line 52, ../scss/breakpoints/_base.scss */
aside.logopark {
  background-color: #fff;
  padding: 0;
}
/* line 58, ../scss/breakpoints/_base.scss */
aside.related {
  background-color: #00aed8;
}
/* line 63, ../scss/breakpoints/_base.scss */
aside.single-navigation {
  background-color: #fff;
  padding-bottom: 2rem;
}

/*********************
LINK STYLES
*********************/
/* line 74, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: #1e2860;
  text-decoration: none;
  font-weight: bold;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 80, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #13193d;
  text-decoration: underline;
}
/* line 86, ../scss/breakpoints/_base.scss */
a:active, a:visited:active {
  color: #00aed8;
}
/* line 91, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 101, ../scss/breakpoints/_base.scss */
a.secondary-link {
  color: #00aed8;
  font-weight: normal;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 105, ../scss/breakpoints/_base.scss */
a.secondary-link:hover, a.secondary-link:focus {
  text-decoration: underline;
  color: #00aed8;
}
/* line 110, ../scss/breakpoints/_base.scss */
a.secondary-link:active {
  color: #1e2860;
}
/* line 114, ../scss/breakpoints/_base.scss */
a.secondary-link:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 119, ../scss/breakpoints/_base.scss */
a[rel*=external]:hover,
a[rel*=external]:focus {
  color: #00aed8;
}

/* line 125, ../scss/breakpoints/_base.scss */
a.long-url, .long-url {
  /* These are technically the same, but use both */
  overflow-wrap: break-all;
  word-wrap: break-all;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 143, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  /*
  if youre going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 152, ../scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 157, ../scss/breakpoints/_base.scss */
h1, .h1 {
  line-height: 1.3;
  font-weight: bold;
}
/* line 71, ../scss/partials/_mixins.scss */
h1, .h1 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  /* line 71, ../scss/partials/_mixins.scss */
  h1, .h1 {
    font-size: calc(1.95652vw + 11.73913px);
  }
}
@media screen and (min-width: 1240px) {
  /* line 71, ../scss/partials/_mixins.scss */
  h1, .h1 {
    font-size: 36px;
  }
}

/* line 166, ../scss/breakpoints/_base.scss */
h2, .h2 {
  line-height: 1.4;
  margin-bottom: 0.375rem;
}
/* line 71, ../scss/partials/_mixins.scss */
h2, .h2 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  /* line 71, ../scss/partials/_mixins.scss */
  h2, .h2 {
    font-size: calc(1.73913vw + 10.43478px);
  }
}
@media screen and (min-width: 1240px) {
  /* line 71, ../scss/partials/_mixins.scss */
  h2, .h2 {
    font-size: 32px;
  }
}

/* line 71, ../scss/partials/_mixins.scss */
h3, .h3 {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  /* line 71, ../scss/partials/_mixins.scss */
  h3, .h3 {
    font-size: calc(1.41304vw + 10.47826px);
  }
}
@media screen and (min-width: 1240px) {
  /* line 71, ../scss/partials/_mixins.scss */
  h3, .h3 {
    font-size: 28px;
  }
}

/* line 180, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-weight: 700;
}
/* line 71, ../scss/partials/_mixins.scss */
h4, .h4 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  /* line 71, ../scss/partials/_mixins.scss */
  h4, .h4 {
    font-size: calc(1.08696vw + 10.52174px);
  }
}
@media screen and (min-width: 1240px) {
  /* line 71, ../scss/partials/_mixins.scss */
  h4, .h4 {
    font-size: 24px;
  }
}

/* line 186, ../scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 0.846rem;
  line-height: 2.09;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 193, ../scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  max-width: 50rem;
}

/* line 199, ../scss/breakpoints/_base.scss */
.page-title {
  color: #fff;
}

/* line 202, ../scss/breakpoints/_base.scss */
.results-title {
  color: #fff;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
/* line 207, ../scss/breakpoints/_base.scss */
.results-title span.reset {
  text-decoration: underline;
  margin-left: 2vw;
  font-size: smaller;
}

/* post meta */
/* line 215, ../scss/breakpoints/_base.scss */
.byline {
  color: #9fa6b4;
  margin: 0;
}

/* line 225, ../scss/breakpoints/_base.scss */
p:empty {
  display: none;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function;
*/
/* line 238, ../scss/breakpoints/_base.scss */
.nav-menu {
  display: flex;
  flex-direction: column;
  padding: 1vh 1rem;
  color: white;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 244, ../scss/breakpoints/_base.scss */
.nav-menu .brand {
  width: 80%;
  max-width: 70vw;
}
/* line 247, ../scss/breakpoints/_base.scss */
.nav-menu .brand img {
  width: 100%;
}
/* line 252, ../scss/breakpoints/_base.scss */
.nav-menu .menuToggle {
  align-self: flex-end;
  display: initial;
  position: absolute;
  cursor: pointer;
  color: #1e2860;
  font-size: 1.5rem;
}
/* line 261, ../scss/breakpoints/_base.scss */
.nav-menu ul {
  display: none;
  flex-direction: column;
}
/* line 264, ../scss/breakpoints/_base.scss */
.nav-menu ul.toggleMenuItem {
  display: flex;
}
/* line 269, ../scss/breakpoints/_base.scss */
.nav-menu li {
  display: none;
}
/* line 272, ../scss/breakpoints/_base.scss */
.nav-menu li.toggleMenuItem {
  display: flex;
}
/* line 275, ../scss/breakpoints/_base.scss */
.nav-menu li a {
  display: block;
  color: #1e2860;
  text-decoration: none;
  padding: 0.75rem;
}
/* line 288, ../scss/breakpoints/_base.scss */
.nav-menu li.current-menu-item a,
.nav-menu li.current_page_item a,
.nav-menu li.current_page_ancestor a {
  color: #00aed8;
}

/* end .nav */
/* line 296, ../scss/breakpoints/_base.scss */
nav.single-post-nav {
  color: inherit;
  align-items: baseline;
}
/* line 300, ../scss/breakpoints/_base.scss */
nav.single-post-nav .previous,
nav.single-post-nav .next {
  flex-basis: 45%;
}

/*********************
SEARCH BOX STYLES
*********************/
/* REFACTOR */
/* line 311, ../scss/breakpoints/_base.scss */
header nav #searchform {
  display: none;
}

/* line 314, ../scss/breakpoints/_base.scss */
header nav #searchform.toggleMenuItem {
  display: flex;
}

/* line 317, ../scss/breakpoints/_base.scss */
.search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 auto;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
  margin-left: 0;
}
/* line 330, ../scss/breakpoints/_base.scss */
.search-form .search-input {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid rgba(114, 228, 255, 0.7);
  border-radius: 4px;
  max-width: unset;
}
/* line 339, ../scss/breakpoints/_base.scss */
.search-form .search-input:focus {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: solid 1px #00aed8;
  box-shadow: 0 0 3px 0 #00aed8;
  color: #000;
}
/* line 349, ../scss/breakpoints/_base.scss */
.search-form .search-button {
  position: absolute;
  left: auto;
  right: 0%;
  min-width: 3rem;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: inherit;
  background-image: url(../images/search.svg);
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  text-indent: -999rem;
  border: 0;
  outline: none;
}
/* line 367, ../scss/breakpoints/_base.scss */
.search-form .search-button:hover,
.search-form .search-button:focus {
  border-radius: 4px;
  background-color: #72e4ff;
}
/* line 373, ../scss/breakpoints/_base.scss */
.search-form .search-button:active {
  background-color: #1e2860;
}

/* Search result page */
/* line 380, ../scss/breakpoints/_base.scss */
span.search-hilite {
  background-color: #72e4ff;
  color: #1e2860;
  font-weight: bold;
}

/* line 386, ../scss/breakpoints/_base.scss */
.search-page-header {
  margin-bottom: 1rem;
}

/* RESOURCE FILTERS */
/* line 393, ../scss/breakpoints/_base.scss */
.site-notice {
  padding: 0 1rem !important;
  margin-top: -1rem;
}

/* line 399, ../scss/breakpoints/_base.scss */
#container-async {
  margin: 0;
  overflow: hidden;
}
/* line 404, ../scss/breakpoints/_base.scss */
#container-async .category-filters {
  background-color: #fff;
  border: none;
  margin: 0 0 2vh;
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 413, ../scss/breakpoints/_base.scss */
#container-async .category-filters .category-filters-info {
  padding: 1rem;
  width: 100%;
}
/* line 417, ../scss/breakpoints/_base.scss */
#container-async .category-filters a.category-filters-clear {
  color: #1e2860;
  font-weight: bold;
  display: block;
  padding: 1rem;
}
/* line 423, ../scss/breakpoints/_base.scss */
#container-async .category-filters .category-filters-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 1vw;
}
/* line 430, ../scss/breakpoints/_base.scss */
#container-async .category-filters .category-filters-container li {
  align-items: center;
  border: solid 1px #ccc;
  display: flex;
  flex-basis: 100%;
  margin-bottom: .5rem;
}
/* line 436, ../scss/breakpoints/_base.scss */
#container-async .category-filters .category-filters-container li a {
  color: #1e2860;
  font-weight: normal !important;
  flex-grow: 1;
  padding: 1rem;
}
/* line 441, ../scss/breakpoints/_base.scss */
#container-async .category-filters .category-filters-container li a:hover, #container-async .category-filters .category-filters-container li a:focus {
  text-decoration: none;
}
/* line 446, ../scss/breakpoints/_base.scss */
#container-async .category-filters .category-filters-container li a:before {
  margin-right: .25rem;
}
/* line 456, ../scss/breakpoints/_base.scss */
#container-async .category-filters .category-filters-container li.active {
  background-color: #1e2860;
}
/* line 458, ../scss/breakpoints/_base.scss */
#container-async .category-filters .category-filters-container li.active a {
  color: #fff;
  font-weight: bold !important;
}

/* END RESOURCE FILTERS */
/*********************
POSTS & CONTENT STYLES
*********************/
/* Articles in a list */
/* line 477, ../scss/breakpoints/_base.scss */
.article-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 1rem 0;
}

/* Resources in a list */
/* line 488, ../scss/breakpoints/_base.scss */
article.hentry,
article.news.hentry {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  display: block;
  margin: 0 1vw 1vh;
  overflow: hidden;
}
/* line 496, ../scss/breakpoints/_base.scss */
article.hentry .articleBody,
article.news.hentry .articleBody {
  display: flex;
  flex-basis: 100%;
  flex-flow: column;
}
/* line 501, ../scss/breakpoints/_base.scss */
article.hentry .articleBody header,
article.news.hentry .articleBody header {
  display: block;
  max-width: 50rem;
}
/* line 507, ../scss/breakpoints/_base.scss */
article.hentry footer,
article.news.hentry footer {
  /* 1% margin */
  background-color: rgba(114, 228, 255, 0.3);
  flex-basis: 100%;
}
/* line 511, ../scss/breakpoints/_base.scss */
article.hentry footer p,
article.news.hentry footer p {
  margin: 0;
}

/* end article.hentry */
/* News in a list */
/* line 519, ../scss/breakpoints/_base.scss */
article.news.hentry {
  border-radius: 4px;
}
/* line 522, ../scss/breakpoints/_base.scss */
article.news.hentry .articleBody {
  flex-basis: 70%;
}
/* line 526, ../scss/breakpoints/_base.scss */
article.news.hentry footer {
  /* 1% margin */
  flex-basis: 30%;
}

/* end article.news.hentry */
/* News - single */
/* line 535, ../scss/breakpoints/_base.scss */
.single-news article.news {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
/* line 542, ../scss/breakpoints/_base.scss */
.single-news article.news .articleBody {
  display: flex;
  flex-basis: 100%;
  flex-flow: column;
}
/* line 547, ../scss/breakpoints/_base.scss */
.single-news article.news .articleBody header {
  display: block;
  max-width: 50rem;
}
/* line 553, ../scss/breakpoints/_base.scss */
.single-news article.news footer {
  /* 1% margin */
  background-color: rgba(114, 228, 255, 0.3);
  flex-basis: 100%;
}
/* line 557, ../scss/breakpoints/_base.scss */
.single-news article.news footer p {
  margin: 0;
}

/* end article.hentry */
/*******************/
/* DEFAULT CONTENT */
/* line 568, ../scss/breakpoints/_base.scss */
.entry-content {
  padding: 1rem;
  /*********************
  GUTENBERG EDITOR STYLES
  *********************/
  /* END Gutenberg blocks */
  /* Tables */
}
/* line 572, ../scss/breakpoints/_base.scss */
.entry-content p {
  margin: 0 0 1.5rem;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-dark-blue-color {
  color: #1e2860 !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-dark-blue-background-color {
  background-color: #1e2860;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-mid-blue-color {
  color: #007BA2 !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-mid-blue-background-color {
  background-color: #007BA2;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-bright-blue-color {
  color: #00aed8 !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-bright-blue-background-color {
  background-color: #00aed8;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-text-black-color {
  color: #323944 !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-text-black-background-color {
  background-color: #323944;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-black-color {
  color: #000000 !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-black-background-color {
  background-color: #000000;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-black-10-color {
  color: rgba(0, 0, 0, 0.1) !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-black-10-background-color {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-black-25-color {
  color: rgba(0, 0, 0, 0.25) !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-black-25-background-color {
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-black-50-color {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-black-50-background-color {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-black-75-color {
  color: rgba(0, 0, 0, 0.75) !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-black-75-background-color {
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-grey-color {
  color: #878787 !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-grey-background-color {
  background-color: #878787;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-light-grey-color {
  color: #f8f9fa !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-light-grey-background-color {
  background-color: #f8f9fa;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-white-color {
  color: #fff !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-white-background-color {
  background-color: #fff;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-white-10-color {
  color: rgba(255, 255, 255, 0.1) !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-white-10-background-color {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-white-25-color {
  color: rgba(255, 255, 255, 0.25) !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-white-25-background-color {
  background-color: rgba(255, 255, 255, 0.25);
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-white-50-color {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-white-50-background-color {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-white-75-color {
  color: rgba(255, 255, 255, 0.75) !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-white-75-background-color {
  background-color: rgba(255, 255, 255, 0.75);
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-yellow-color {
  color: #E8D300 !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-yellow-background-color {
  background-color: #E8D300;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-bright-green-color {
  color: #39963C !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-bright-green-background-color {
  background-color: #39963C;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-dark-green-color {
  color: #005A1E !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-dark-green-background-color {
  background-color: #005A1E;
}
/* line 585, ../scss/breakpoints/_base.scss */
.entry-content .has-brown-color {
  color: #5B453F !important;
}
/* line 589, ../scss/breakpoints/_base.scss */
.entry-content .has-brown-background-color {
  background-color: #5B453F;
}
/* line 594, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-button {
  margin-bottom: 1rem;
}
/* line 597, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-cover h2 {
  padding: 0;
  text-align: left;
}
/* line 602, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-group__inner-container {
  position: relative;
}
/* line 606, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-group.has-background {
  overflow: hidden;
}
/* line 610, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-cover, .entry-content .wp-block-cover-image {
  margin-bottom: 0 !important;
}
/* line 614, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-cover-image .wp-block-cover__inner-container,
.entry-content .wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 40px);
}
/* line 622, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-wpm-background {
  overflow: hidden;
}
/* line 624, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-wpm-background .wp-block-wpm-background {
  padding: 0;
}
/* line 628, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-wpm-background.is-style-circle.has-background-image .background-image {
  border-radius: 50%;
  height: 27rem;
  left: auto;
  opacity: 0.3;
  right: 3vw;
  top: 6vh;
  width: 27rem;
}
/* line 640, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-columns {
  margin-bottom: 1rem;
}
/* line 643, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-columns.no-margin {
  margin-bottom: 0;
}
/* line 647, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-columns .wp-block-column {
  background-color: #fff;
  border-radius: 4px;
  padding: 1.5rem;
}
/* line 651, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-columns .wp-block-column h4 {
  margin: 0 0 1rem;
}
/* line 654, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-columns .wp-block-column p {
  color: #606060;
}
/* line 665, ../scss/breakpoints/_base.scss */
.entry-content .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* line 668, ../scss/breakpoints/_base.scss */
.entry-content .slide-bg {
  overflow-y: hidden;
}
/* line 675, ../scss/breakpoints/_base.scss */
.entry-content table {
  width: 100%;
  border: 1px solid #878787;
  margin-bottom: 1.5rem;
}
/* line 680, ../scss/breakpoints/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75rem;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 689, ../scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #878787;
}
/* line 692, ../scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
/* line 697, ../scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #878787;
}
/* line 701, ../scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 706, ../scss/breakpoints/_base.scss */
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #878787;
  border-right: 1px solid #878787;
}
/* line 711, ../scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 716, ../scss/breakpoints/_base.scss */
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #00aed8;
  font-style: italic;
}
/* line 722, ../scss/breakpoints/_base.scss */
.entry-content .wp-block-pullquote blockquote {
  border-color: #00aed8;
  border-left: none;
}
/* line 726, ../scss/breakpoints/_base.scss */
.entry-content ul, .entry-content ol {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1rem;
}
/* line 731, ../scss/breakpoints/_base.scss */
.entry-content ol {
  list-style-type: decimal;
}
/* line 733, ../scss/breakpoints/_base.scss */
.entry-content dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
/* line 739, ../scss/breakpoints/_base.scss */
.entry-content dt {
  font-weight: bold;
  flex-basis: 25%;
  flex-grow: 1;
  font-size: 80%;
}
/* line 746, ../scss/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 0;
  flex-grow: 2;
  flex-basis: 75%;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px #606060 dotted;
  flex-wrap: wrap;
  display: flex;
}
/* line 756, ../scss/breakpoints/_base.scss */
.entry-content dd [rel*=tag] {
  margin-right: .5rem;
}
/* line 758, ../scss/breakpoints/_base.scss */
.entry-content dd [rel*=tag]:last-child {
  margin-right: 0;
}
/* line 764, ../scss/breakpoints/_base.scss */
.entry-content .terms-wrapper {
  flex-basis: 75%;
  flex-grow: 1;
}
/* line 768, ../scss/breakpoints/_base.scss */
.entry-content .terms-wrapper dd {
  flex-basis: 100%;
}
/* line 773, ../scss/breakpoints/_base.scss */
.entry-content img {
  margin: 0 0 1.5rem 0;
  max-width: 100%;
  height: auto;
}
/* line 779, ../scss/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 788, ../scss/breakpoints/_base.scss */
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9rem;
  padding: 1.5rem;
  margin: 0 0 1.5rem;
  border-radius: 3px;
}
/* line 797, ../scss/breakpoints/_base.scss */
.entry-content .addtoany_list a, .entry-content .widget .addtoany_list a {
  font-size: 1rem;
}

/* end .entry-content */
/* line 803, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 809, ../scss/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 815, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85rem;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 828, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5rem 0;
}

/* line 832, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 835, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: flex;
  white-space: nowrap;
  padding: 0;
  clear: both;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}
/* line 845, ../scss/breakpoints/_base.scss */
.pagination li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
/* line 849, ../scss/breakpoints/_base.scss */
.pagination li:last-child {
  margin-right: 0;
}
/* line 854, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: normal;
  color: #1e2860;
  background-color: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}
/* line 868, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #1e2860;
  color: #fff;
}
/* line 872, ../scss/breakpoints/_base.scss */
.pagination a.page-numbers.dots, .pagination span.page-numbers.dots {
  background-color: transparent;
  color: #1e2860;
}
/* line 876, ../scss/breakpoints/_base.scss */
.pagination a.prev.page-numbers, .pagination a.next.page-numbers, .pagination span.prev.page-numbers, .pagination span.next.page-numbers {
  height: 4rem;
  width: 4rem;
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 881, ../scss/breakpoints/_base.scss */
.pagination a.prev.page-numbers:hover, .pagination a.prev.page-numbers:focus, .pagination a.next.page-numbers:hover, .pagination a.next.page-numbers:focus, .pagination span.prev.page-numbers:hover, .pagination span.prev.page-numbers:focus, .pagination span.next.page-numbers:hover, .pagination span.next.page-numbers:focus {
  background-color: #fff;
  color: #1e2860;
}
/* line 888, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #fff;
  background-color: #1e2860;
}
/* line 893, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #1e2860;
  color: #fff;
}

/* end .bones_page_navi */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 908, ../scss/breakpoints/_base.scss */
.comments {
  border-top: 2vh solid #1e2860;
  flex-basis: 100%;
}

/* line 913, ../scss/breakpoints/_base.scss */
#comments-title {
  margin: 0;
  padding: 0.75rem;
}

/* line 919, ../scss/breakpoints/_base.scss */
.commentlist {
  list-style-type: none;
  margin: 0;
}

/* line 924, ../scss/breakpoints/_base.scss */
.comment {
  clear: both;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  /* vcard */
  /* end .commentlist .vcard */
  /* general comment classes */
}
/* line 931, ../scss/breakpoints/_base.scss */
.comment .comment-author {
  border: 0;
  padding: 7px;
}
/* line 937, ../scss/breakpoints/_base.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 940, ../scss/breakpoints/_base.scss */
.comment .vcard cite.fn {
  font-style: normal;
  font-weight: 700;
}
/* line 948, ../scss/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
}
/* line 953, ../scss/breakpoints/_base.scss */
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
/* line 957, ../scss/breakpoints/_base.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 963, ../scss/breakpoints/_base.scss */
.comment .vcard .avatar {
  border-radius: 50%;
  left: 16px;
  position: absolute;
}
/* line 971, ../scss/breakpoints/_base.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 975, ../scss/breakpoints/_base.scss */
.comment .children {
  margin: 0;
}
/* line 979, ../scss/breakpoints/_base.scss */
.comment[class*=depth-] {
  margin-top: 1.1rem;
}
/* line 983, ../scss/breakpoints/_base.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 988, ../scss/breakpoints/_base.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 997, ../scss/breakpoints/_base.scss */
.comment.odd {
  background-color: #f8f9fa;
}
/* line 1000, ../scss/breakpoints/_base.scss */
.comment.even {
  background: #f8f9fa;
}

/* comment meta */
/* comment content */
/* line 1015, ../scss/breakpoints/_base.scss */
.comment_content p {
  margin: 0.7335rem 0 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* line 1023, ../scss/breakpoints/_base.scss */
.comment-reply-link {
  font-size: 0.9rem;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 1035, ../scss/breakpoints/_base.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9rem;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1047, ../scss/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5rem;
}

/* line 1051, ../scss/breakpoints/_base.scss */
#reply-title {
  margin: 0;
}

/* line 1055, ../scss/breakpoints/_base.scss */
.logged-in-as {
  font-style: italic;
  margin: 0;
}
/* line 1060, ../scss/breakpoints/_base.scss */
.logged-in-as a {
  color: #00aed8;
}

/* line 1065, ../scss/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5rem 0 0.75rem;
}

/* line 1069, ../scss/breakpoints/_base.scss */
textarea {
  padding: 1vh;
}

/* line 1074, ../scss/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5rem;
  background-color: #f8f9fa;
  font-size: 0.9rem;
}

/* comment submit button */
/* line 1081, ../scss/breakpoints/_base.scss */
#submit {
  float: right;
  font-size: 1rem;
}

/* comment form title */
/* line 1088, ../scss/breakpoints/_base.scss */
#comment-form-title {
  margin: 0 0 1.1rem;
  color: #fff;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1102, ../scss/breakpoints/_base.scss */
#allowed_tags {
  margin: 1.5rem 10px 0.7335rem 0;
}

/* no comments */
/* line 1107, ../scss/breakpoints/_base.scss */
.nocomments {
  margin: 0 20px 1.1rem;
}

/*********************
FOOTER STYLES
*********************/
/* line 1117, ../scss/breakpoints/_base.scss */
.footer {
  clear: both;
  padding: 1.2rem;
  background-color: #1e2860;
  font-size: 1rem;
}

/* line 1127, ../scss/breakpoints/_base.scss */
.footer-links ul li {
  margin-bottom: 1rem;
}
/* line 1128, ../scss/breakpoints/_base.scss */
.footer-links ul li a {
  color: #fff;
}
/* line 1130, ../scss/breakpoints/_base.scss */
.footer-links ul li a:hover, .footer-links ul li a:focus {
  color: #00aed8;
}

/* end .footer-links */
/* line 1148, ../scss/breakpoints/_base.scss */
.logo-container ul.sponsors {
  display: flex;
  justify-content: space-between;
}
/* line 1151, ../scss/breakpoints/_base.scss */
.logo-container ul.sponsors li {
  margin-right: 1vw;
}
/* line 1153, ../scss/breakpoints/_base.scss */
.logo-container ul.sponsors li a {
  color: #1e2860;
}
/* line 1155, ../scss/breakpoints/_base.scss */
.logo-container ul.sponsors li:last-child {
  margin-right: 0;
  margin-left: 2vw;
}

/* end .logo-container */
/* line 1163, ../scss/breakpoints/_base.scss */
.copyright {
  color: rgba(255, 255, 255, 0.5);
}
/* line 1165, ../scss/breakpoints/_base.scss */
.copyright a {
  color: #fff;
}

/******************************************************************
PAGE VARIATIONS
******************************************************************/
/*********************
HOMEPAGE
*********************/
/* line 1177, ../scss/breakpoints/_base.scss */
.home #content {
  padding: 0;
}
/* line 1179, ../scss/breakpoints/_base.scss */
.home #content .wrap {
  width: 100%;
  max-width: 100vw;
  /* end .hentry */
}
/* line 1183, ../scss/breakpoints/_base.scss */
.home #content .wrap article.hentry {
  margin: 0;
  border-radius: 0;
}
/* line 1188, ../scss/breakpoints/_base.scss */
.home #content .wrap article.hentry .articleBody {
  flex-basis: 100%;
}
/* line 1190, ../scss/breakpoints/_base.scss */
.home #content .wrap article.hentry .articleBody section.entry-content {
  padding: 0;
}
/* line 1195, ../scss/breakpoints/_base.scss */
.home #content .wrap section > div {
  margin-bottom: 0;
}

/* Search Articles */
/* line 1205, ../scss/breakpoints/_base.scss */
article#post-not-found {
  flex-direction: column;
}

/* end .hentry */
/*********************
ABOUT US / TRAINING
Tabbed content.
These styles remove the additional padding around the tabs
*********************/
/* line 1220, ../scss/breakpoints/_base.scss */
.page-about-us #content .articleBody,
.page-training-development #content .articleBody {
  padding: 0;
  flex-basis: 100%;
}
/* line 1224, ../scss/breakpoints/_base.scss */
.page-about-us #content .articleBody .entry-content,
.page-training-development #content .articleBody .entry-content {
  padding: 0;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 41, ../scss/breakpoints/_481up.scss */
  .nav-menu .brand {
    max-width: 50vw;
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* Resources in a list */
  /* line 55, ../scss/breakpoints/_481up.scss */
  article.hentry,
  article.news.hentry {
    display: flex;
  }
  /* line 59, ../scss/breakpoints/_481up.scss */
  article.hentry .articleBody,
  article.news.hentry .articleBody {
    flex-basis: 67%;
    padding: 2vw;
  }
  /* line 65, ../scss/breakpoints/_481up.scss */
  article.hentry footer,
  article.news.hentry footer {
    /* 1% margin */
    flex-basis: 33%;
    background-color: rgba(114, 228, 255, 0.3);
  }
  /* line 69, ../scss/breakpoints/_481up.scss */
  article.hentry footer p,
  article.news.hentry footer p {
    margin: 0;
  }

  /* end article.hentry */
  /* Articles in a list */
  /* line 78, ../scss/breakpoints/_481up.scss */
  article.hentry {
    border-radius: 6px;
  }

  /* end .hentry */
  /* entry content */
  /* line 84, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 87, ../scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 92, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 97, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* line 104, ../scss/breakpoints/_481up.scss */
  .entry-content dt {
    flex-basis: 100%;
  }
  /* line 108, ../scss/breakpoints/_481up.scss */
  .entry-content dd {
    margin-left: 0;
    flex-grow: 2;
    flex-basis: 75%;
  }

  /* end .entry-content */
  /* RESOURCE FILTERS */
  /* line 118, ../scss/breakpoints/_481up.scss */
  #container-async {
    margin-bottom: 1rem;
  }
  /* line 122, ../scss/breakpoints/_481up.scss */
  #container-async .category-filters .category-filters-info {
    background-color: #eefaff;
    width: 75%;
  }
  /* line 127, ../scss/breakpoints/_481up.scss */
  #container-async .category-filters a.category-filters-clear {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    text-align: center;
  }
  /* line 134, ../scss/breakpoints/_481up.scss */
  #container-async .category-filters a.category-filters-clear:focus, #container-async .category-filters a.category-filters-clear:hover {
    background-color: #72e4ff;
    text-decoration: none;
  }
  /* line 141, ../scss/breakpoints/_481up.scss */
  #container-async .category-filters .category-filters-container li {
    flex-basis: 49%;
  }

  /******************************************************************
  PAGE VARIATIONS
  ******************************************************************/
  /*********************
  HOMEPAGE SECTIONS
  *********************/
  /* line 156, ../scss/breakpoints/_481up.scss */
  .home #content .wrap {
    /* end .hentry */
  }
  /* line 158, ../scss/breakpoints/_481up.scss */
  .home #content .wrap article.hentry {
    display: block;
  }
  /* line 161, ../scss/breakpoints/_481up.scss */
  .home #content .wrap article.hentry .articleBody {
    display: block;
    padding: 0;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  MAIN CONTENT & ASIDES
  *********************/
  /* line 31, ../scss/breakpoints/_768up.scss */
  #content,
  .related {
    padding: 1.2rem;
  }

  /* line 37, ../scss/breakpoints/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 44, ../scss/breakpoints/_768up.scss */
  .nav-menu {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 49, ../scss/breakpoints/_768up.scss */
  .nav-menu .brand {
    width: 30%;
  }
  /* line 52, ../scss/breakpoints/_768up.scss */
  .nav-menu .menuToggle {
    display: none;
  }
  /* line 56, ../scss/breakpoints/_768up.scss */
  .nav-menu #searchform {
    display: flex;
    margin-left: 1rem;
    width: 20%;
  }
  /* line 62, ../scss/breakpoints/_768up.scss */
  .nav-menu ul {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    align-items: start;
    margin-left: 1rem;
  }
  /* line 71, ../scss/breakpoints/_768up.scss */
  .nav-menu li {
    display: flex;
    line-height: 1.2;
    flex-grow: 1;
  }
  /* line 76, ../scss/breakpoints/_768up.scss */
  .nav-menu li a {
    font-weight: normal;
    padding: .3rem .4rem 0.25rem;
    margin: auto;
    text-align: center;
    border-bottom: solid 4px #fff;
    -webkit-transition: border-color 0.24s ease-in-out;
    transition: border-color 0.24s ease-in-out;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 87, ../scss/breakpoints/_768up.scss */
  .nav-menu li a:hover, .nav-menu li a:focus {
    border-bottom: solid 4px #72e4ff;
  }
  /* line 91, ../scss/breakpoints/_768up.scss */
  .nav-menu li:last-child {
    margin-right: 0;
  }
  /* line 101, ../scss/breakpoints/_768up.scss */
  .nav-menu li.current-menu-item a,
  .nav-menu li.current_page_item a,
  .nav-menu li.current_page_ancestor a,
  .nav-menu li.current_page_parent a {
    font-weight: bold;
    border-bottom: solid 4px #1e2860;
    color: #1e2860;
    -webkit-transition: border-color 0.24s ease-in-out;
    transition: border-color 0.24s ease-in-out;
  }
  /* line 106, ../scss/breakpoints/_768up.scss */
  .nav-menu li.current-menu-item a:hover, .nav-menu li.current-menu-item a:focus,
  .nav-menu li.current_page_item a:hover,
  .nav-menu li.current_page_item a:focus,
  .nav-menu li.current_page_ancestor a:hover,
  .nav-menu li.current_page_ancestor a:focus,
  .nav-menu li.current_page_parent a:hover,
  .nav-menu li.current_page_parent a:focus {
    border-bottom: solid 4px #72e4ff;
  }

  /* end .nav */
  /* line 114, ../scss/breakpoints/_768up.scss */
  #container-async {
    margin-bottom: 1rem;
  }
  /* line 117, ../scss/breakpoints/_768up.scss */
  #container-async .category-filters {
    border-radius: 8px;
  }
  /* line 120, ../scss/breakpoints/_768up.scss */
  #container-async .category-filters .category-filters-container {
    width: 100%;
  }
  /* line 122, ../scss/breakpoints/_768up.scss */
  #container-async .category-filters .category-filters-container li {
    flex-basis: 33%;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* Resources and News items in a list */
  /* line 133, ../scss/breakpoints/_768up.scss */
  article.hentry,
  article.news.hentry {
    border-radius: 6px;
    margin: 0 0 1vh;
  }
  /* line 140, ../scss/breakpoints/_768up.scss */
  article.hentry .articleBody .article-header,
  article.news.hentry .articleBody .article-header {
    padding: 0 1rem;
    flex-direction: row;
    align-items: center;
  }

  /* end article.hentry */
  /* entry content */
  /* line 152, ../scss/breakpoints/_768up.scss */
  .entry-content {
    padding-bottom: 1.5rem;
  }
  /* line 155, ../scss/breakpoints/_768up.scss */
  .entry-content dt {
    flex-basis: 30%;
  }
  /* line 156, ../scss/breakpoints/_768up.scss */
  .entry-content dd {
    flex-basis: 70%;
  }
  /* line 158, ../scss/breakpoints/_768up.scss */
  .entry-content .terms-wrapper {
    flex-basis: 70%;
  }
  /* line 163, ../scss/breakpoints/_768up.scss */
  .entry-content .wp-block-group__inner-container {
    position: relative;
  }
  /* line 166, ../scss/breakpoints/_768up.scss */
  .entry-content .wp-block-group__inner-container .wp-block-cover.image-bg-circle {
    display: block;
    border-radius: 50%;
    width: 31vw;
    height: 31vw;
    min-height: 20vw;
    position: absolute;
    right: 4vw;
    top: 1vw;
    z-index: 0;
  }
  /* line 184, ../scss/breakpoints/_768up.scss */
  .entry-content .wp-block-wpm-background.is-style-circle.has-background-image .background-image {
    opacity: 1;
  }
  /* line 191, ../scss/breakpoints/_768up.scss */
  .entry-content .wp-block-column {
    padding: 0.75rem;
  }
  /* line 193, ../scss/breakpoints/_768up.scss */
  .entry-content .wp-block-column h4 {
    margin: 0 0 1rem;
  }
  /* line 197, ../scss/breakpoints/_768up.scss */
  .entry-content .wp-block-cover-image .wp-block-cover__inner-container,
  .entry-content .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
  }
  /* line 203, ../scss/breakpoints/_768up.scss */
  .entry-content .addtoany_list a, .entry-content .widget .addtoany_list a {
    width: 100%;
  }

  /* end entry-content */
  /*********************
  ARTCILE LAYOUT
  *********************/
  /* Article Pages  */
  /* line 215, ../scss/breakpoints/_768up.scss */
  .page .article-header.has-sharing {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 223, ../scss/breakpoints/_768up.scss */
  .page article.hentry .articleBody {
    flex-basis: 100%;
  }
  /* line 227, ../scss/breakpoints/_768up.scss */
  .page article.hentry.news .articleBody {
    flex-basis: 70%;
  }

  /* Article Single Posts  */
  /* line 236, ../scss/breakpoints/_768up.scss */
  .single article.hentry .articleBody section {
    /* First single post para is larger */
  }
  /* line 238, ../scss/breakpoints/_768up.scss */
  .single article.hentry .articleBody section p:first-of-type {
    font-size: 116%;
  }

  /* end .hentry */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 251, ../scss/breakpoints/_768up.scss */
  footer #inner-footer {
    display: flex;
    justify-content: space-between;
    /* end .footer-links */
  }
  /* line 255, ../scss/breakpoints/_768up.scss */
  footer #inner-footer > nav {
    flex-grow: 1;
  }
  /* line 258, ../scss/breakpoints/_768up.scss */
  footer #inner-footer .footer-links ul {
    display: flex;
  }
  /* line 260, ../scss/breakpoints/_768up.scss */
  footer #inner-footer .footer-links ul li {
    margin-right: 1rem;
  }
  /* line 262, ../scss/breakpoints/_768up.scss */
  footer #inner-footer .footer-links ul li a {
    font-weight: normal;
  }
  /* line 265, ../scss/breakpoints/_768up.scss */
  footer #inner-footer .footer-links ul li:last-child {
    margin-right: 0;
  }

  /******************************************************************
  PAGE VARIATIONS
  ******************************************************************/
  /*********************
  HOMEPAGE SECTIONS
  *********************/
  /* line 282, ../scss/breakpoints/_768up.scss */
  .home #content .wrap {
    width: 100%;
    max-width: 100vw;
    /* end .hentry */
  }
  /* line 292, ../scss/breakpoints/_768up.scss */
  .home #content .wrap section p {
    max-width: 50rem;
  }
  /* line 296, ../scss/breakpoints/_768up.scss */
  .home #content .wrap section > div.has-background-image .entry-content p {
    width: calc(100% - 30rem);
  }

  /*********************
  ABOUT US / TRAINING
  Tabbed content.
  These styles remove the additional padding around the tabs
  *********************/
  /* line 312, ../scss/breakpoints/_768up.scss */
  .page-about-us #content article.hentry,
  .page-training-development #content article.hentry {
    background-color: transparent;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 20, ../scss/breakpoints/_1030up.scss */
  .nav-menu .brand {
    max-width: 20vw;
  }

  /*********************
  HOMEPAGE SECTIONS
  *********************/
  /* line 29, ../scss/breakpoints/_1030up.scss */
  .home #content .wrap {
    width: 100%;
    max-width: 100vw;
    /* end .hentry */
  }
  /* line 33, ../scss/breakpoints/_1030up.scss */
  .home #content .wrap article.hentry {
    display: block;
  }
  /* line 38, ../scss/breakpoints/_1030up.scss */
  .home #content .wrap article.hentry .articleBody .wp-block-wpm-background .entry-content,
  .home #content .wrap article.hentry .articleBody .wp-block-eedee-block-gutenslider .slide-content,
  .home #content .wrap article.hentry .articleBody .wp-block-cover__inner-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 55, ../scss/breakpoints/_1030up.scss */
  #content {
    padding: 1.8rem;
  }

  /*********************
  SEARCH PAGE
  *********************/
  /* line 64, ../scss/breakpoints/_1030up.scss */
  .search-page-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 74, ../scss/breakpoints/_1030up.scss */
  .search-page-header form {
    flex-basis: 50%;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
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:
  Author:
  
  Stylesheet: Print Stylesheet
  
  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.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
