@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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

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

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
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.
 */
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.
 */
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.
 */
button,
select {
  text-transform: none; }

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

/**
 * Re-set default cursor for disabled elements.
 */
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.
 */
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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
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:
Author:

Stylesheet: Typography

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: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  /*-ms-word-wrap: break-word;
  word-break: break-word; //non-standart css for webkit
  word-wrap: break-word;*/
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
  /*-webkit-hyphenate-before: 2;
   -webkit-hyphenate-after: 3;
           hyphenate-lines: 3;*/ }

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

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

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

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

******************************************************************/
/*********************
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? */
/*********************
VERTICAL ALIGNMENT
*********************/
/*********************
BORDER RADIUS
*********************/
/* @include border-radius(3px, 3px, 3px, 3px); */
/*********************
FLEX
*********************/
/* @include flex(direction); */
/******************************************************************
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.

******************************************************************/
.b-columns {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap; }

.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: 480px) {
  .p-all, .p-1of1 {
    width: 100%;
    flex-basis: 100%; }
  .p-1of2 {
    padding-right: .5%;
    padding-left: .5%;
    width: 50%;
    flex-basis: 48%; }
  .p-1of3 {
    padding-right: .5%;
    padding-left: .5%;
    width: 33.33%;
    flex-basis: 31%; }
  .p-2of3 {
    padding-right: .5%;
    padding-left: .5%;
    width: 66.66%;
    flex-basis: 64.66%; }
  .p-1of4 {
    padding-right: .5%;
    padding-left: .5%;
    width: 25%;
    flex-basis: 23%; }
  .p-3of4 {
    padding-right: .5%;
    padding-left: .5%;
    width: 75%;
    flex-basis: 73%; }
  .p-1of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 20%;
    flex-basis: 18%; }
  .p-2of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 40%;
    flex-basis: 38%; }
  .p-3of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 60%;
    flex-basis: 58%; }
  .p-4of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 80%;
    flex-basis: 78%; } }

@media (min-width: 481px) and (max-width: 767px) {
  .m-all, .m-1of1 {
    width: 100%;
    flex-basis: 100%; }
  .m-1of2 {
    padding-right: .5%;
    padding-left: .5%;
    width: 50%;
    flex-basis: 48%; }
  .m-1of3 {
    padding-right: .5%;
    padding-left: .5%;
    width: 33.33%;
    flex-basis: 31%; }
  .m-2of3 {
    padding-right: .5%;
    padding-left: .5%;
    width: 66.66%;
    flex-basis: 64.66%; }
  .m-1of4 {
    padding-right: .5%;
    padding-left: .5%;
    width: 25%;
    flex-basis: 23%; }
  .m-3of4 {
    padding-right: .5%;
    padding-left: .5%;
    width: 75%;
    flex-basis: 73%; }
  .m-1of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 20%;
    flex-basis: 18%; }
  .m-2of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 40%;
    flex-basis: 38%; }
  .m-3of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 60%;
    flex-basis: 58%; }
  .m-4of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 80%;
    flex-basis: 78%; }
  .m-1of6 {
    padding-right: .5%;
    padding-left: .5%;
    width: 16.6666666667%;
    flex-basis: 14.6666666667%; }
  .m-1of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 14.2857142857%;
    flex-basis: 12.2857142857%; }
  .m-1of8 {
    padding-right: .5%;
    padding-left: .5%;
    width: 12.5%;
    flex-basis: 10.5%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all, .t-1of1 {
    width: 100%;
    flex-basis: 100%; }
  .t-1of2 {
    padding-right: .5%;
    padding-left: .5%;
    width: 50%;
    flex-basis: 48%; }
  .t-1of3 {
    padding-right: .5%;
    padding-left: .5%;
    width: 33.33%;
    flex-basis: 31%; }
  .t-2of3 {
    padding-right: .5%;
    padding-left: .5%;
    width: 66.66%;
    flex-basis: 64.66%; }
  .t-1of4 {
    padding-right: .5%;
    padding-left: .5%;
    width: 25%;
    flex-basis: 23%; }
  .t-3of4 {
    padding-right: .5%;
    padding-left: .5%;
    width: 75%;
    flex-basis: 73%; }
  .t-1of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 20%;
    flex-basis: 18%; }
  .t-2of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 40%;
    flex-basis: 38%; }
  .t-3of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 60%;
    flex-basis: 58%; }
  .t-4of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 80%;
    flex-basis: 78%; }
  .t-1of6 {
    padding-right: .5%;
    padding-left: .5%;
    width: 16.6666666667%;
    flex-basis: 14.6666666667%; }
  .t-1of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 14.2857142857%;
    flex-basis: 12.2857142857%; }
  .t-1of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 14.2857142857%;
    flex-basis: 12.2857142857%; }
  .t-2of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 28.5714286%;
    flex-basis: 26.5714286%; }
  .t-3of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 42.8571429%;
    flex-basis: 40.8571429%; }
  .t-4of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 56.1428572%;
    flex-basis: 54.1428572%; }
  .t-5of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 71.4285715%;
    flex-basis: 69.4285715%; }
  .t-6of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 85.7142857%;
    flex-basis: 83.7142857%; }
  .t-1of8 {
    padding-right: .5%;
    padding-left: .5%;
    width: 12.5%;
    flex-basis: 10.5%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all, .d-1of1 {
    width: 100%;
    flex-basis: 100%; }
  .d-1of2 {
    padding-right: .5%;
    padding-left: .5%;
    width: 50%;
    flex-basis: 48%; }
  .d-1of3 {
    padding-right: .5%;
    padding-left: .5%;
    width: 33.33%;
    flex-basis: 31%; }
  .d-2of3 {
    padding-right: .5%;
    padding-left: .5%;
    width: 66.66%;
    flex-basis: 64.66%; }
  .d-1of4 {
    padding-right: .5%;
    padding-left: .5%;
    width: 25%;
    flex-basis: 23%; }
  .d-3of4 {
    padding-right: .5%;
    padding-left: .5%;
    width: 75%;
    flex-basis: 73%; }
  .d-1of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 20%;
    flex-basis: 18%; }
  .d-2of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 40%;
    flex-basis: 38%; }
  .d-3of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 60%;
    flex-basis: 58%; }
  .d-4of5 {
    padding-right: .5%;
    padding-left: .5%;
    width: 80%;
    flex-basis: 78%; }
  .d-1of6 {
    padding-right: .5%;
    padding-left: .5%;
    width: 16.6666666667%;
    flex-basis: 15.6666666667%; }
  .d-5of6 {
    padding-right: .5%;
    padding-left: .5%;
    width: 83.3333333333%;
    flex-basis: 81.3333333333%; }
  .d-1of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 14.2857142857%;
    flex-basis: 12.2857142857%; }
  .d-2of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 28.5714286%;
    flex-basis: 26.5714286%; }
  .d-3of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 42.8571429%;
    flex-basis: 40.8571429%; }
  .d-4of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 56.1428572%;
    flex-basis: 54.1428572%; }
  .d-5of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 71.4285715%;
    flex-basis: 69.4285715%; }
  .d-6of7 {
    padding-right: .5%;
    padding-left: .5%;
    width: 85.7142857%;
    flex-basis: 83.7142857%; }
  .d-1of8 {
    padding-right: .5%;
    padding-left: .5%;
    width: 12.5%;
    flex-basis: 10.5%; }
  .d-1of9 {
    padding-right: .5%;
    padding-left: .5%;
    width: 11.1111111111%;
    flex-basis: 9.1111111111%; }
  .d-1of10 {
    padding-right: .5%;
    padding-left: .5%;
    width: 10%;
    flex-basis: 8%; }
  .d-1of11 {
    padding-right: .5%;
    padding-left: .5%;
    width: 9.09090909091%;
    flex-basis: 7.09090909091%; }
  .d-1of12 {
    padding-right: .5%;
    padding-left: .5%;
    width: 8.33%;
    flex-basis: 6.33%; }
  .d-center-2of3 {
    width: 66.66%;
    flex-basis: 64.66%; } }

/*********************
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.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #e50000;
  background: #fe0000; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

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

*********************/
.small-btn, .b-button, .b-button_flat, .b-button_default, .b-button_outline, .blue-btn, .comment-reply-link, #submit, .green-btn {
  display: inline-block;
  position: relative;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: .29em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #0f3a4a;
  padding: 0.7em 1.825em;
  cursor: pointer;
  vertical-align: middle;
  clear: both;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .small-btn:hover, .b-button:hover, .b-button_flat:hover, .b-button_default:hover, .b-button_outline:hover, .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .green-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #061920; }
  .small-btn:focus, .b-button:focus, .b-button_flat:focus, .b-button_default:focus, .b-button_outline:focus, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .green-btn:focus, .small-btn:visited, .b-button:visited, .b-button_flat:visited, .b-button_default:visited, .b-button_outline:visited, .blue-btn:visited, .comment-reply-link:visited, #submit:visited, .green-btn:visited {
    color: #fff;
    text-decoration: none; }
  .small-btn:active, .b-button:active, .b-button_flat:active, .b-button_default:active, .b-button_outline:active, .blue-btn:active, .comment-reply-link:active, #submit:active, .green-btn:active {
    top: 1px; }

.small-btn {
  padding: 0.5em 2em;
  font-size: .875em; }

.b-button_flat_left {
  float: left; }

.b-button_flat_right {
  float: right; }

.b-button_outline {
  background-color: transparent;
  border: 4px solid;
  color: #0f3a4a; }
  .b-button_outline:visited, .b-button_outline:focus {
    color: #0f3a4a; }
  .b-button_outline:hover {
    color: #fff;
    background: #0f3a4a;
    border-color: #0f3a4a; }

.b-button_link {
  color: #0f3a4a;
  display: inline-block; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #0c5590; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #0a4a7d; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #0a4778; }

.green-btn {
  background-color: #c5d646; }
  .green-btn:hover, .green-btn:focus {
    background-color: #c0d235; }
  .green-btn:active {
    background-color: #bed131; }

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

******************************************************************/
fieldset {
  text-align: left; }

/*********************
INPUTS
*********************/
label {
  display: block;
  text-align: left; }

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 {
  width: 100%;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: block;
  height: 47px;
  padding: 03px 12px;
  line-height: 1.42857143;
  color: #555 !important;
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  border-radius: 0px;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  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 {
    outline: 0;
    border-color: #34495e;
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
  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 {
    color: #fe0000;
    border-color: #fe0000;
    border: 1px solid;
    background-color: #f2f2f2;
    background-position: 98% 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: #fe0000; }
  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 {
    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; }
  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 {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    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 {
      background-color: #d5edf8; }
  input[type="text"] ::-webkit-input-placeholder, input[type="password"] ::-webkit-input-placeholder, input[type="datetime"] ::-webkit-input-placeholder, input[type="datetime-local"] ::-webkit-input-placeholder, input[type="date"] ::-webkit-input-placeholder, input[type="month"] ::-webkit-input-placeholder, input[type="time"] ::-webkit-input-placeholder, input[type="week"] ::-webkit-input-placeholder, input[type="number"] ::-webkit-input-placeholder, input[type="email"] ::-webkit-input-placeholder, input[type="url"] ::-webkit-input-placeholder, input[type="search"] ::-webkit-input-placeholder, input[type="tel"] ::-webkit-input-placeholder, input[type="color"] ::-webkit-input-placeholder, select ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
    color: #FF6633; }
  input[type="text"] ::-moz-placeholder, input[type="password"] ::-moz-placeholder, input[type="datetime"] ::-moz-placeholder, input[type="datetime-local"] ::-moz-placeholder, input[type="date"] ::-moz-placeholder, input[type="month"] ::-moz-placeholder, input[type="time"] ::-moz-placeholder, input[type="week"] ::-moz-placeholder, input[type="number"] ::-moz-placeholder, input[type="email"] ::-moz-placeholder, input[type="url"] ::-moz-placeholder, input[type="search"] ::-moz-placeholder, input[type="tel"] ::-moz-placeholder, input[type="color"] ::-moz-placeholder, select ::-moz-placeholder, textarea ::-moz-placeholder {
    color: #FF6633; }
  input[type="text"] :-ms-input-placeholder, input[type="password"] :-ms-input-placeholder, input[type="datetime"] :-ms-input-placeholder, input[type="datetime-local"] :-ms-input-placeholder, input[type="date"] :-ms-input-placeholder, input[type="month"] :-ms-input-placeholder, input[type="time"] :-ms-input-placeholder, input[type="week"] :-ms-input-placeholder, input[type="number"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder, input[type="url"] :-ms-input-placeholder, input[type="search"] :-ms-input-placeholder, input[type="tel"] :-ms-input-placeholder, input[type="color"] :-ms-input-placeholder, select :-ms-input-placeholder, textarea :-ms-input-placeholder {
    color: #FF6633; }
  input[type="text"] ::-ms-input-placeholder, input[type="password"] ::-ms-input-placeholder, input[type="datetime"] ::-ms-input-placeholder, input[type="datetime-local"] ::-ms-input-placeholder, input[type="date"] ::-ms-input-placeholder, input[type="month"] ::-ms-input-placeholder, input[type="time"] ::-ms-input-placeholder, input[type="week"] ::-ms-input-placeholder, input[type="number"] ::-ms-input-placeholder, input[type="email"] ::-ms-input-placeholder, input[type="url"] ::-ms-input-placeholder, input[type="search"] ::-ms-input-placeholder, input[type="tel"] ::-ms-input-placeholder, input[type="color"] ::-ms-input-placeholder, select ::-ms-input-placeholder, textarea ::-ms-input-placeholder {
    color: #FF6633; }
  input[type="text"] ::placeholder,
  input[type="password"] ::placeholder,
  input[type="datetime"] ::placeholder,
  input[type="datetime-local"] ::placeholder,
  input[type="date"] ::placeholder,
  input[type="month"] ::placeholder,
  input[type="time"] ::placeholder,
  input[type="week"] ::placeholder,
  input[type="number"] ::placeholder,
  input[type="email"] ::placeholder,
  input[type="url"] ::placeholder,
  input[type="search"] ::placeholder,
  input[type="tel"] ::placeholder,
  input[type="color"] ::placeholder,
  select ::placeholder,
  textarea ::placeholder {
    color: #FF6633; }

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile 12-12.1
   - Android Browser 2.1-4.4.4
   - Samsung Internet ≤6.2
   - QQ Browser */
::-webkit-input-placeholder {
  color: #555 !important;
  font-weight: 400; }

/* Firefox 4-18 */
:-moz-placeholder {
  color: #555 !important;
  font-weight: 400; }

/* Firefox 19-50 */
::-moz-placeholder {
  color: #555 !important;
  font-weight: 400; }

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
  color: #555 !important;
  font-weight: 400 !important; }

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
  color: #555 !important;
  font-weight: 400; }

/* CSS Pseudo-Elements Level 4 Editor's Draft
   - Browsers not mentioned in vendor prefixes
   - Browser of newer versions than mentioned in vendor prefixes */
::-webkit-input-placeholder {
  color: #555 !important;
  font-weight: 400; }
::-moz-placeholder {
  color: #555 !important;
  font-weight: 400; }
:-ms-input-placeholder {
  color: #555 !important;
  font-weight: 400; }
::-ms-input-placeholder {
  color: #555 !important;
  font-weight: 400; }
::placeholder {
  color: #555 !important;
  font-weight: 400; }

input[type="submit"], .hs-button {
  display: inline-block;
  position: relative;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #0f3a4a;
  padding: 0.7em 1.825em;
  border: none;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  input[type="submit"]:hover, input[type="submit"]:focus, .hs-button:hover, .hs-button:focus {
    color: #fff;
    text-decoration: none; }
  input[type="submit"]:active, .hs-button:active {
    top: 1px; }
  input[type="submit"].menu, .hs-button.menu {
    background-color: transparent;
    border-radius: 30px;
    position: relative; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding-top: 12px; }

select {
  padding: 10px 15px;
  height: 46px;
  appearance: none;
  -webkit-appearance: none;
  -moz-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: 98.9% center;
  text-shadow: none; }

select::-ms-expand {
  display: none; }

select[disabled='disabled']::-ms-value {
  color: #555;
  text-shadow: none; }

fieldset.form-columns-2 select {
  background-position: 97.5% center; }
  fieldset.form-columns-2 select.error {
    background-position: 98.9% center; }

/*---------------------------
 BEM Form Fields
---------------------------*/
.b-select__label_inline {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  line-height: 0.75em;
  margin-bottom: 0.5em;
  padding-left: 2px; }

.b-select__input_inline {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

/*---------------------------
 HUBSPOT Form Fields
---------------------------*/
span.hs-form-required {
  font-size: 0.6em;
  line-height: 2em;
  vertical-align: text-top; }

fieldset.form-columns-1, fieldset.form-columns-2 {
  max-width: none !important; }

.field, .hs-richtext {
  width: 98%;
  margin-bottom: 15px;
  margin-right: 1%;
  margin-left: 1%; }

.form-columns-2 .field {
  vertical-align: text-top;
  display: inline-block; }

fieldset.form-columns-1 input,
fieldset.form-columns-1 textarea,
fieldset.form-columns-1 select {
  width: 100% !important; }

fieldset.form-columns-1 textarea {
  overflow: hidden; }

fieldset.form-columns-2 input,
fieldset.form-columns-2 textarea,
fieldset.form-columns-2 select {
  width: 100% !important; }

fieldset.form-columns-1 input[type="radio"] {
  width: auto !important;
  margin-right: 8px; }

fieldset.form-columns-1 input[type="checkbox"] {
  width: auto !important;
  margin-right: 8px; }

fieldset.form-columns-2 input[type="radio"] {
  width: auto !important;
  margin-right: 8px; }

fieldset.form-columns-2 input[type="checkbox"] {
  width: auto !important;
  margin-right: 8px; }

.hs-form-radio-display {
  padding-left: 0; }

.hs-error-msgs {
  font-size: 0.7em !important;
  margin-top: .5em !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  font-weight: normal;
  font-style: italic;
  font-size: .875em; }
  .hs-error-msgs label {
    font-weight: normal; }
  .hs-error-msgs li {
    color: #fe0000; }

.hs_error_rollup {
  text-align: left;
  font-weight: bold;
  font-size: 1.25em; }

.actions {
  text-align: left;
  padding-left: 5px;
  margin-top: 1em; }

@media (min-width: 481px) {
  .form-columns-2 .field {
    width: 48%; }
  fieldset.form-columns-2 input[type="text"].error, fieldset.form-columns-2 input[type="text"].is-invalid,
  fieldset.form-columns-2 input[type="password"].error,
  fieldset.form-columns-2 input[type="password"].is-invalid,
  fieldset.form-columns-2 input[type="datetime"].error,
  fieldset.form-columns-2 input[type="datetime"].is-invalid,
  fieldset.form-columns-2 input[type="datetime-local"].error,
  fieldset.form-columns-2 input[type="datetime-local"].is-invalid,
  fieldset.form-columns-2 input[type="date"].error,
  fieldset.form-columns-2 input[type="date"].is-invalid,
  fieldset.form-columns-2 input[type="month"].error,
  fieldset.form-columns-2 input[type="month"].is-invalid,
  fieldset.form-columns-2 input[type="time"].error,
  fieldset.form-columns-2 input[type="time"].is-invalid,
  fieldset.form-columns-2 input[type="week"].error,
  fieldset.form-columns-2 input[type="week"].is-invalid,
  fieldset.form-columns-2 input[type="number"].error,
  fieldset.form-columns-2 input[type="number"].is-invalid,
  fieldset.form-columns-2 input[type="email"].error,
  fieldset.form-columns-2 input[type="email"].is-invalid,
  fieldset.form-columns-2 input[type="url"].error,
  fieldset.form-columns-2 input[type="url"].is-invalid,
  fieldset.form-columns-2 input[type="search"].error,
  fieldset.form-columns-2 input[type="search"].is-invalid,
  fieldset.form-columns-2 input[type="tel"].error,
  fieldset.form-columns-2 input[type="tel"].is-invalid,
  fieldset.form-columns-2 input[type="color"].error,
  fieldset.form-columns-2 input[type="color"].is-invalid,
  fieldset.form-columns-2 select.error,
  fieldset.form-columns-2 select.is-invalid,
  fieldset.form-columns-2 textarea.error,
  fieldset.form-columns-2 textarea.is-invalid {
    background-position: 96% center; } }

.hs-form-field > label {
  display: none; }

.inverse_text input[type="text"],
.inverse_text input[type="password"],
.inverse_text input[type="datetime"],
.inverse_text input[type="datetime-local"],
.inverse_text input[type="date"],
.inverse_text input[type="month"],
.inverse_text input[type="time"],
.inverse_text input[type="week"],
.inverse_text input[type="number"],
.inverse_text input[type="email"],
.inverse_text input[type="url"],
.inverse_text input[type="search"],
.inverse_text input[type="tel"],
.inverse_text input[type="color"],
.inverse_text select,
.inverse_text textarea, .inset_inverse_text input[type="text"],
.inset_inverse_text input[type="password"],
.inset_inverse_text input[type="datetime"],
.inset_inverse_text input[type="datetime-local"],
.inset_inverse_text input[type="date"],
.inset_inverse_text input[type="month"],
.inset_inverse_text input[type="time"],
.inset_inverse_text input[type="week"],
.inset_inverse_text input[type="number"],
.inset_inverse_text input[type="email"],
.inset_inverse_text input[type="url"],
.inset_inverse_text input[type="search"],
.inset_inverse_text input[type="tel"],
.inset_inverse_text input[type="color"],
.inset_inverse_text select,
.inset_inverse_text textarea {
  color: #555 !important; }

.flex-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.input-group {
  text-align: left;
  display: -webkit-box;
  display: flex;
  position: relative; }
  .input-group input[type="radio"], .input-group input[type="checkbox"] {
    margin-right: 2px;
    opacity: 0; }
  .input-group input[type="radio"]:checked + label:before {
    background-color: #0d3857; }
  .input-group input[type="checkbox"]:checked + label:before {
    background-color: #0d3857; }
  .input-group.full {
    width: 100%; }
  .input-group label {
    padding-left: 5px; }
    .input-group label:before {
      content: "";
      position: absolute;
      left: 0;
      border-radius: 100%;
      height: 10px;
      width: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border: 2px solid #0d3857; }
    .input-group label.checkbox:before {
      border-radius: 0; }
  .input-group button {
    border: 0;
    background-color: transparent;
    color: #0d3857;
    -webkit-appearance: none;
    padding: 0; }
    .input-group button:hover {
      text-decoration: underline; }

input[type="button"]:hover {
  cursor: pointer; }

.page-template-maps-template .tm-main {
  padding: 0 15px 0 40px; }

.title-container {
  font-size: 48px;
  font-weight: bold;
  color: #0d3857; }

.hide, .outside-radius {
  display: none !important; }

.disabled {
  pointer-events: none;
  opacity: .5; }

.map-template {
  max-width: 1200px;
  margin: 0 auto; }
  .map-template h4, .map-template p, .map-template a, .map-template * {
    text-align: left; }
  .map-template .marker {
    display: none; }
  .map-template .filter-table {
    background-color: white;
    border: 1px solid #ccc;
    padding: 25px 25px 10px;
    width: 100%;
    overflow: hidden; }
    .map-template .filter-table .filter {
      background-color: white;
      text-align: left;
      max-width: 25%;
      margin-bottom: 15px;
      float: left;
      margin-right: 25px; }
      .map-template .filter-table .filter.distance-filter .input-group {
        width: 22%;
        width: 44px; }
      .map-template .filter-table .filter.program-filter .input-group {
        padding-right: 15px; }
      .map-template .filter-table .filter h4 {
        margin-bottom: 2px; }
    .map-template .filter-table h4 {
      letter-spacing: 1px;
      font-weight: bold;
      font-size: 15px;
      text-transform: none;
      margin-top: 0; }
  .map-template .list-container {
    width: 33%;
    width: calc(100%/3);
    padding: 0 15px 0 0;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    min-height: 200px; }
    .map-template .list-container .container-header {
      margin: 0;
      line-height: 1;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
    .map-template .list-container h3 {
      border: 1px solid #ccc;
      border-bottom: 0;
      margin: 0;
      padding: 7px;
      background-color: white;
      position: relative;
      font-size: 23px;
      text-align: left;
      text-transform: none; }
      .map-template .list-container h3 span {
        float: right;
        font-size: initial; }
        .map-template .list-container h3 span:hover {
          cursor: pointer; }
    .map-template .list-container .sort-dd {
      position: absolute;
      top: 18px;
      background-color: white;
      right: 16px;
      padding: 15px;
      list-style-type: none;
      font-size: 14px;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      text-align: right;
      display: none; }
      .map-template .list-container .sort-dd li {
        padding-bottom: 5px; }
        .map-template .list-container .sort-dd li:last-child {
          padding-bottom: 0; }
        .map-template .list-container .sort-dd li .distance-sort {
          display: none; }
        .map-template .list-container .sort-dd li a {
          display: block;
          width: 100%;
          padding: 5px; }
          .map-template .list-container .sort-dd li a.active {
            color: white;
            background-color: #0D3857; }
    .map-template .list-container input {
      padding: 7px;
      font-size: 15px;
      padding-right: 0;
      position: relative;
      text-overflow: ellipsis;
      line-height: 1;
      letter-spacing: 1px;
      width: 100%;
      border: 1px solid #ccc;
      border-bottom: 0; }
    .map-template .list-container .list-overlow-container {
      overflow: auto;
      position: relative;
      border: 1px solid #ccc;
      max-height: inherit; }
      .map-template .list-container .list-overlow-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5; }
      .map-template .list-container .list-overlow-container::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5; }
      .map-template .list-container .list-overlow-container::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555; }
      .map-template .list-container .list-overlow-container .list-overlow-content {
        height: 100%; }
  .map-template ul.map-list {
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 0; }
    .map-template ul.map-list::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }
    .map-template ul.map-list::-webkit-scrollbar {
      width: 3px;
      background-color: #F5F5F5; }
    .map-template ul.map-list::-webkit-scrollbar-thumb {
      background-color: #000000;
      border: 2px solid #555555; }
    .map-template ul.map-list li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #ccc;
      border-top: 0; }
      .map-template ul.map-list li:hover {
        cursor: pointer; }
      .map-template ul.map-list li.location-item.open .school-info-dd {
        max-height: 500px; }
      .map-template ul.map-list li.location-item.open .list-header .minus {
        display: initial;
        color: #b0dee1; }
      .map-template ul.map-list li.location-item.open .list-header .plus {
        display: none;
        color: #b0dee1; }
      .map-template ul.map-list li h4 {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 0;
        position: relative;
        width: calc( 100% - 25px);
        text-overflow: ellipsis;
        line-height: 1;
        letter-spacing: 1px;
        text-transform: initial;
        letter-spacing: 1px;
        font-size: 15px;
        text-transform: none;
        text-align: left; }
      .map-template ul.map-list li p {
        margin: 0 0 7px 0; }
      .map-template ul.map-list li .list-header {
        width: 100%;
        position: relative;
        padding: 10px; }
        .map-template ul.map-list li .list-header h4 span {
          position: relative;
          top: initial;
          color: initial;
          padding-left: 5px;
          font-size: 12px;
          right: initial; }
        .map-template ul.map-list li .list-header span {
          position: absolute;
          right: 15px;
          top: 6px;
          color: #b0dee1; }
        .map-template ul.map-list li .list-header .minus {
          display: none; }
      .map-template ul.map-list li .school-info-dd {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: #eee;
        max-height: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .map-template ul.map-list li .school-info-dd .info-container {
          padding: 10px;
          text-align: left; }
  .map-template .map-content {
    padding-top: 15px; }
  .map-template .link, .map-template a {
    color: #0d3857;
    text-decoration: none;
    border: none;
    background-color: transparent;
    padding: 0;
    display: block;
    font-size: 12px; }

.gm-style-iw p {
  margin: 0; }

.map-container {
  -webkit-box-ordinal-group: 3;
          order: 2;
  width: 100%;
  width: 66%;
  width: calc( (100% / 3) * 2);
  position: relative;
  display: inline-block;
  float: right; }
  .map-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .map-container > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .map-container #map {
    height: 100%;
    opacity: 0; }

.acf-map {
  height: 100%;
  margin: 0;
  border: #ccc solid 1px; }
  .acf-map h4 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 16px; }

.acf-map img {
  max-width: 150px;
  float: left;
  border-radius: 6px; }

.acf-map h3, .acf-map address {
  color: #15397f; }

.map-page #addressModal, .map-page #initializeModal {
  display: block; }

#addressModal, #initializeModal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  display: none;
  background-color: rgba(255, 255, 255, 0.5); }
  #addressModal .modal-container, #initializeModal .modal-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px;
    display: inline-block;
    margin-top: 25%;
    padding: 15px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    visibility: hidden;
    position: relative;
    min-width: 300px; }
    #addressModal .modal-container .close, #initializeModal .modal-container .close {
      position: absolute;
      top: 8px;
      right: 15px; }
      #addressModal .modal-container .close:hover, #initializeModal .modal-container .close:hover {
        cursor: pointer; }
    #addressModal .modal-container .address-container, #initializeModal .modal-container .address-container {
      display: none; }
    #addressModal .modal-container.enter-address .start-container, #initializeModal .modal-container.enter-address .start-container {
      display: none; }
    #addressModal .modal-container.enter-address .address-container, #initializeModal .modal-container.enter-address .address-container {
      display: block; }
    #addressModal .modal-container h4, #initializeModal .modal-container h4 {
      margin-top: 0;
      text-align: left;
      text-transform: none;
      font-size: 18px; }
    #addressModal .modal-container input, #initializeModal .modal-container input {
      width: 100%;
      display: block;
      padding: 6px 10px;
      font-size: 16px; }
      #addressModal .modal-container input[type="button"], #initializeModal .modal-container input[type="button"] {
        margin-top: 10px;
        padding: 9px;
        background-color: #0f3a4a;
        color: #b0dee1;
        font-size: 12px;
        border: 0;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 13em; }
      #addressModal .modal-container input:focus, #initializeModal .modal-container input:focus {
        box-shadow: none; }

#initializeModal {
  display: block; }

.pac-container {
  z-index: 99999999; }

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0.0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0.0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

#mapLoader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8); }
  #mapLoader .loader-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    #mapLoader .loader-container p {
      margin-top: 15px;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }

.page-template-participation-template h2 {
  margin: 0 auto 35px;
  color: #555555;
  text-align: center;
  font-size: 48px; }

.participating-template {
  display: inline-block;
  margin-top: 25px; }
  .participating-template .a-z-filter ul {
    list-style-type: none;
    margin: 0 0 50px;
    padding: 0; }
    .participating-template .a-z-filter ul li {
      display: inline-block; }
      .participating-template .a-z-filter ul li a {
        color: #555555;
        padding: 0 7px;
        border: 1px solid #eeeeee;
        border-radius: 2px;
        width: 33px;
        height: 33px;
        text-transform: uppercase;
        display: block;
        line-height: 33px;
        text-align: center;
        margin-bottom: 10px; }
      .participating-template .a-z-filter ul li.view-all a {
        width: initial; }
  .participating-template .a-z-listings h4, .participating-template .a-z-listings p, .participating-template .a-z-listings a {
    color: #555555; }
  .participating-template .a-z-listings h4, .participating-template .a-z-listings p {
    margin: 0; }
  .participating-template .a-z-listings h4 {
    margin-bottom: 5px; }
    .participating-template .a-z-listings h4 a {
      font-weight: bold; }
  .participating-template .a-z-listings ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 25px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .participating-template .a-z-listings ul li {
      width: 50%;
      margin-bottom: 50px;
      padding-right: 25px; }
    .participating-template .a-z-listings ul.MPCP .MPCP {
      display: inline-block; }
    .participating-template .a-z-listings ul.RPCP .RPCP {
      display: inline-block; }
    .participating-template .a-z-listings ul.WPCP .WPCP {
      display: inline-block; }
    .participating-template .a-z-listings ul.SNSP .MPCP {
      display: inline-block; }

@media only screen and (max-width: 1050px) {
  .page-template-participation-template .uk-container {
    padding: 0 25px !important; }
  .page-template-participation-template h2 {
    font-size: 35px; } }

@media only screen and (max-width: 960px) {
  .map-template .list-container {
    width: 100%;
    padding: 0; }
  .map-template .map-content {
    display: block;
    max-height: none; }
  .map-container {
    width: 100%;
    margin-bottom: 15px; } }

@media only screen and (max-width: 768px) {
  .map-template .filter-table {
    background-color: transparent;
    padding: 0;
    border: 0; }
    .map-template .filter-table .filter {
      max-width: 100%;
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0;
      border: 1px solid #ccc;
      padding: 15px; }
  .title-container {
    padding: 15px;
    font-size: 36px; }
  .participating-template .a-z-listings ul {
    list-style-type: none;
    overflow: hidden; }
    .participating-template .a-z-listings ul li {
      width: 100%;
      margin-bottom: 30px;
      display: block;
      padding-right: 0; }
  .page-template-participation-template h2 {
    margin: 0 auto 15px;
    font-size: 30px; } }

@media only screen and (max-width: 600px) {
  .map-template ul.map-list li h4 {
    font-size: 12px; }
  .map-template .list-container h3 {
    font-size: 18px;
    height: 34px; } }

/*********************
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 don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #0f3a4a;
  background-color: #eeeeee;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  overflow-x: hidden; }

.b-container {
  background-color: #eeeeee;
  position: relative;
  z-index: 2; }

.home .b-container {
  background-image: url("../images/g4v-map-bkg-tile.jpg");
  background-attachment: fixed; }

.extra-bottom {
  margin-bottom: 8em; }

.text-center {
  text-align: center; }

p, h2, h3 {
  orphans: 3;
  widows: 3; }

/*---WYSIWYG CONTENT---*/
.b-wysiwyg.b-single__header-intro p {
  font-size: 1.3em; }

.b-wysiwyg h2 {
  font-weight: bold;
  margin-top: 0.75em; }

.b-wysiwyg p {
  font-size: 1em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.b-wysiwyg ul, .b-wysiwyg ol, .b-wysiwyg table, .b-wysiwyg dl {
  text-align: left; }

.b-wysiwyg ul, .b-wysiwyg ol {
  font-size: 0.94em;
  margin: 2em 0 2em 5%;
  width: 90%;
  list-style-type: disc;
  margin: 16px 0 24px;
  margin: 1em 0 1.714285714em;
  list-style-position: outside; }
  .b-wysiwyg ul li, .b-wysiwyg ol li {
    line-height: 1.2em;
    margin: 1em 0;
    margin: 0 0 0.5em  2.571428571em;
    list-style-type: disc;
    list-style-position: outside; }

.b-wysiwyg ol li {
  list-style-type: decimal; }

.b-wysiwyg a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 92%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a {
  color: #0f3a4a;
  text-decoration: underline;
  /* on hover */
  /* on click */
  /* visited */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #061920;
    text-decoration: underline; }
  a:active {
    text-decoration: underline; }
  a:visited {
    color: #0f3a4a;
    text-decoration: underline; }
  a: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); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  color: #0f3a4a;
  font-weight: bold;
  line-height: 1.278;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  /*
	if you're 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 */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    color: #0f3a4a; }
    h1 a:visited, h1 a:hover, .h1 a:visited, .h1 a:hover, h2 a:visited, h2 a:hover, .h2 a:visited, .h2 a:hover, h3 a:visited, h3 a:hover, .h3 a:visited, .h3 a:hover, h4 a:visited, h4 a:hover, .h4 a:visited, .h4 a:hover, h5 a:visited, h5 a:hover, .h5 a:visited, .h5 a:hover, h6 a:visited, h6 a:hover, .h6 a:visited, .h6 a:hover {
      color: #0f3a4a; }
  h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
    display: inline-block; }

.b-header h1 span, .b-header .h1 span, .b-header h2 span, .b-header .h2 span, .b-header h3 span, .b-header .h3 span, .b-header h4 span, .b-header .h4 span, .b-header h5 span, .b-header .h5 span, .b-header h6 span, .b-header .h6 span {
  color: #98aa8d;
  display: inline-block; }

h1, .h1 {
  font-size: 1.5em;
  letter-spacing: 0.125em;
  line-height: 1.278; }
  h1 span, .h1 span {
    color: #98aa8d; }

h2, .h2 {
  font-size: 1.5em;
  margin: 1.75em auto 1.25em;
  position: relative; }

h3, .h3 {
  margin: 1.75em auto 0.75em;
  font-size: 1.5em; }

h4, .h4 {
  color: #0f3a4a;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.333em; }

h5, .h5 {
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 1em auto .5em; }

h6, .h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  margin: 2em auto 1em; }

h2.underlined, h3.underlined, h4.underlined, h5.underlined {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin: .25em 0; }
  h2.underlined:after, h3.underlined:after, h4.underlined:after, h5.underlined:after {
    position: absolute;
    content: "";
    height: 5px;
    display: block;
    width: 3%;
    min-width: 100%;
    background: #98aa8d;
    bottom: 0; }

blockquote {
  font-weight: bold;
  font-size: 1.5em;
  margin: 1.5em auto;
  text-align: center;
  display: inline-block; }
  blockquote p {
    background: #0f3a4a;
    color: #0f3a4a;
    padding: .5em 1em;
    text-align: left; }
  blockquote cite {
    font-style: italic;
    text-align: right;
    display: block;
    margin-right: 2em;
    margin-top: -1.1em; }
  blockquote.is-style-large, blockquote.is-large {
    padding: 0; }
    blockquote.is-style-large cite, blockquote.is-large cite {
      font-size: 1em; }

.b-inline-icon {
  vertical-align: middle;
  margin: 0 4px; }

/*---HEADLINES AND SUBHEADS---*/
.b-headline {
  font-size: 1.75em;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .b-headline span {
    color: #0f3a4a;
    font-size: inherit;
    font-weight: inherit; }

.b-subhead {
  margin-top: -1.3em;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.5; }

.b-intro {
  font-weight: 300;
  margin-bottom: 2em; }

/*********************
HEADER STYLES
*********************/
.home .b-header {
  height: 100vh;
  position: relative;
  padding: 0 25px; }
  .home .b-header .b-header__page-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 100%;
    max-width: 650px;
    padding: 0; }
    .home .b-header .b-header__page-info h1 {
      margin-top: 0;
      line-height: 1.5;
      padding-bottom: 0; }
    .home .b-header .b-header__page-info .content-wrap {
      position: relative;
      max-width: none; }
      .home .b-header .b-header__page-info .content-wrap:after, .home .b-header .b-header__page-info .content-wrap:before {
        content: '';
        background-color: #e2e3df;
        height: 5px;
        width: 130px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .home .b-header .b-header__page-info .content-wrap:after {
        bottom: -50px; }
      .home .b-header .b-header__page-info .content-wrap:before {
        top: -45px; }
  .home .b-header .b-submenu {
    display: none; }

.b-header {
  text-align: left;
  background-color: #0f3a4a;
  border-bottom: 1px solid #061920;
  position: relative;
  overflow: hidden; }
  .b-header .scrollmagic-pin-spacer {
    opacity: .7; }

.b-header-wrap {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start; }

.b-header__inner {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 94%;
  margin: auto;
  z-index: 4; }

.b-header__background {
  background-color: #0f3a4a;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.b-header__logo {
  margin: 0.25em 0px;
  flex-basis: 69%;
  padding-right: 10px;
  position: relative;
  z-index: 6; }
  .b-header__logo a {
    text-decoration: none;
    color: #fff;
    display: block; }
    .b-header__logo a:visited {
      color: #fff; }
    .b-header__logo a:hover {
      color: #98aa8d; }
  .b-header__logo img {
    max-width: 100%;
    vertical-align: text-top;
    max-height: 80px; }

.b-header__navigation {
  padding-top: 110px;
  padding-bottom: 50px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: scroll;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
  .b-header__navigation:after {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+18,0.15+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(18%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );
    /* IE6-9 */ }

.menu_open .b-header__logo {
  visibility: hidden; }

.menu_open .b-header__navigation {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.menu_open {
  position: fixed; }

/*-------------------------------------------
NAVIGATION STYLES
--------------------------------------------*/
.b-menu {
  width: 100%; }

/*
all navs are <ul>s and have a .b-menu__list class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.b-menu__list {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0; }

.b-menu__list-item {
  width: 100%;
  position: relative;
  /*-------------------------------------------
  CHILD MENUS AND/OR DROPDOWNS
  --------------------------------------------*/
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */ }
  .b-menu__list-item a, .b-menu__list-item input[type="submit"] {
    color: #0f3a4a;
    padding: .875em;
    display: inline-block;
    width: auto;
    text-decoration: none;
    /*
    remember this is for mobile ONLY, so there's no need
    to even declare hover styles here, you can do it in
    the style.scss file where it's relevant. We want to
    keep this file as small as possible!
    */ }
  .b-menu__list-item ul.sub-menu,
  .b-menu__list-item ul.children {
    margin: 0;
    margin-left: 0px;
    font-size: .875em;
    text-transform: none; }

/* end .b-menu__list > li */
/* CURRENT PAGE HIGHLIGHTING */
/* end current highlighters */
/*
 * MAIN MENU TWEAKS
 */
.b-menu_main {
  /* CURRENT PAGE HIGHLIGHTING */
  /* end current highlighters */ }
  .b-menu_main .b-menu__list_main {
    margin-left: 15px; }
    .b-menu_main .b-menu__list_main .b-menu__list-item {
      margin: 0.25em 0; }
      .b-menu_main .b-menu__list_main .b-menu__list-item a, .b-menu_main .b-menu__list_main .b-menu__list-item input[type="submit"] {
        border-radius: 30px;
        padding: 0.4em 1em; }
  .b-menu_main .current-menu-item .sub-menu a {
    background: transparent; }

/*
 * Utility Menu Tweaks
 */
.b-menu_ute {
  display: none !important;
  -webkit-box-ordinal-group: 3;
          order: 2;
  width: 90%;
  margin: auto;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-menu__list_ute {
  width: 100%; }

.b-search-button_launch {
  margin-left: 10px; }

.b-menu_ute form#searchform {
  width: 100%;
  margin: 0em 0 1em;
  padding: 1em;
  border: 1px solid #eeeeee;
  color: #fff;
  padding: 16px 12px; }
  .b-menu_ute form#searchform label {
    display: block; }
  .b-menu_ute form#searchform input[type="text"] {
    width: 75%;
    display: inline-block; }
  .b-menu_ute form#searchform input[type="submit"] {
    width: 23.8%;
    height: 47px;
    padding: .7em 0; }

/*
 * page hero, mixed in with menus
 */
.b-header__page-info {
  -webkit-box-ordinal-group: 4;
          order: 3;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 50px 25px 150px; }
  .b-header__page-info .content-wrap {
    max-width: 575px; }

/*
 * SubMenu -- This is the menu underneath the main menu and
 * --- NOT the children items inside the main menu
 */
.b-submenu {
  display: none; }

.b-mobile-nav-switch {
  cursor: pointer;
  text-align: right;
  position: relative;
  vertical-align: top;
  float: right;
  z-index: 15;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: auto;
  margin: .95em 0px 0.8em auto;
  flex-basis: 25%;
  -webkit-box-flex: 1;
          flex-grow: 1; }
  .b-mobile-nav-switch.on a.b-mobile-nav-switch__link, .b-mobile-nav-switch.on a.b-mobile-nav-switch__link:link, .b-mobile-nav-switch.on a.b-mobile-nav-switch__link:hover, .b-mobile-nav-switch.on a.b-mobile-nav-switch__link:visited, .b-mobile-nav-switch.on a.b-mobile-nav-switch__link:focus {
    color: #0f3a4a; }

a.b-mobile-nav-switch__link, a.b-mobile-nav-switch__link:link, a.b-mobile-nav-switch__link:hover, a.b-mobile-nav-switch__link:visited, a.b-mobile-nav-switch__link:focus {
  font-size: .875em;
  display: inline-block;
  text-decoration: none;
  border: 2px solid;
  padding: 0.4em .7em;
  border-radius: 7px;
  vertical-align: middle;
  color: #fff; }

/*-------------------------------------------
 AUTHOR STYLES
--------------------------------------------*/
.b-profile-image {
  border-radius: 50%; }

/*-------------------------------------------
GUTENBERG STYLES
--------------------------------------------*/
.wp-block-button__link {
  background-color: #0f3a4a; }
  .wp-block-button__link:hover {
    text-decoration: none;
    background-color: #061920; }

.alignwide {
  /* Set these margins to work with your own theme. */
  margin-left: -4%;
  margin-right: -4%;
  max-width: 100vw; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.wp-block-cover, .wp-block-cover-image {
  width: auto; }

/*-------------------------------------------
POSTS & CONTENT STYLES
--------------------------------------------*/
.alignleft, img.alignleft {
  margin: 0 1.5em 1.5em 0;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin: .0 0 1.5em 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

#content {
  text-align: left;
  padding-bottom: 4em; }

/*----------------
SINGLE POST
----------------*/
.b-single-post-header {
  color: #fff;
  position: relative; }

.b-section__wrap-outer_single-header {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 85%; }

.b-single__title {
  margin: 0.5em auto 1em;
  font-size: 2.125em;
  text-transform: none;
  color: #fff; }

.b-single__meta {
  color: #fff; }
  .b-single__meta a {
    color: #fff; }
    .b-single__meta a:hover {
      color: #fff;
      opacity: .7; }

.b-single__meta_backlink {
  font-size: 14px; }
  .b-single__meta_backlink a {
    text-decoration: none; }
    .b-single__meta_backlink a:hover {
      text-decoration: none; }

.b-single-post-header__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65); }

.b-single-post {
  margin-top: 1em; }

.hentry header {
  position: relative; }
  .hentry header:after {
    position: absolute;
    content: "";
    height: 5px;
    display: block;
    width: 3%;
    min-width: 80px;
    background: #98aa8d;
    bottom: 0; }

.hentry footer {
  margin-top: 1.5em;
  padding: 0;
  border-top: 1px solid #eeeeee; }
  .hentry footer p {
    margin: 0; }

.hentry img, .hentry iframe {
  max-width: 100%; }

/* end .hentry */
.b-single__title,
.page-title,
.entry-title {
  color: #fff;
  position: relative;
  padding-bottom: 1em; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #e2e4df;
  font-style: italic;
  display: none;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 0;
  line-height: 1.5;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content ul, .entry-content ol {
    list-style: disc outside;
    margin: 16px 0 24px;
    margin: 1em 0 1.714285714em; }
    .entry-content ul li, .entry-content ol li {
      margin: 0 0 0.5em 2.571428571em; }
  .entry-content ol {
    list-style: decimal outside; }
  .entry-content table {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #e2e4df;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #757575; }
    .entry-content tr:nth-child(even) {
      background-color: #eeeeee;
      color: #4d4d4d; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #ccc; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #eeeeee;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.875em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .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; }
  .entry-content pre {
    background: #000;
    color: #eeeeee;
    font-size: 0.875em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.875em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

.b-resp-image_sidebar {
  display: none; }

.article-footer .b-single-post_backlink {
  margin-top: 1em; }
  .article-footer .b-single-post_backlink a {
    text-decoration: none; }
    .article-footer .b-single-post_backlink a:hover {
      text-decoration: none; }

/*--------------------------------------
POST SIDEBAR
--------------------------------------*/
.b-single-sidebar {
  display: none; }

/*-------------------------------------------
INDEX/ARCHIVE STYLES
--------------------------------------------*/
.blog .b-section_hero {
  min-height: 250px; }

.blog .b-text-script__subheadline {
  text-align: left; }

.b-posts-page form {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  align-content: center; }
  .b-posts-page form div {
    -webkit-box-flex: 1;
            flex-grow: 1; }
    .b-posts-page form div field {
      margin-right: 0; }
  .b-posts-page form input[type="email"] {
    background: #4d4d4d;
    color: #fff !important; }
  .b-posts-page form .actions {
    text-align: left;
    padding-left: 0;
    margin-top: 0; }

.b-posts-page form > div > div {
  margin-right: 0;
  width: 100%; }

.b-posts-page form > div:nth-child(2) {
  display: none; }

.b-section_posts {
  background: #eeeeee; }

.b-post {
  margin-bottom: 1.75em;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.5); }
  .b-post:last-child {
    margin-bottom: 0; }

.b-post__inner {
  background: #fff;
  text-align: left; }

.b-post__content {
  padding: 2em 1.5em 2em; }

.b-post__meta {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .875em; }

.b-post__headline {
  margin: 0; }

.b-post__author {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .875em; }

/*-------------------------------------------
 FEATURED POSTS ON INDEX PAGE
--------------------------------------------*/
.b-section_posts_sticky {
  background: black; }

/*-------------------------------------------
 POST FILTERS/HEADER ON INDEX PAGE
--------------------------------------------*/
.b-section_post-filters {
  background: #eeeeee; }

.blog .b-section__wrap-inner_post-filters {
  padding: 2em 0 0 !important; }

.b-post-filters {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-post-filters__backlink {
  margin: 1.25em auto 0;
  font-size: 14px;
  text-align: left; }
  .b-post-filters__backlink a {
    color: #757575;
    text-decoration: none; }

.b-post-filters__title {
  margin-top: 0;
  text-align: left;
  color: #fff;
  text-transform: none; }

.b-post-filters__options {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%; }

.b-post-filters__search {
  width: 100%; }
  .b-post-filters__search form#searchform {
    margin: 0em 0 1em;
    padding: 0em; }
    .b-post-filters__search form#searchform label {
      display: none; }
    .b-post-filters__search form#searchform input[type="text"] {
      width: 70%;
      display: inline-block;
      vertical-align: middle;
      height: 48px; }
    .b-post-filters__search form#searchform input[type="submit"] {
      width: 28%;
      height: 46px;
      padding: 0;
      vertical-align: middle; }

.b-post-filters__search-launch {
  display: none; }

.b-post-filters__cats {
  margin-top: 14px;
  width: 99%; }

.b-select_post-filters {
  background-position: 97% center; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #0c5590; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #0c5590;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #0f3a4a; }
    .pagination .current:hover, .pagination .current:focus {
      color: #0f3a4a; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#b-comments__title {
  padding: 0.75em 0;
  margin: 0;
  border-top: 1px solid #eeeeee;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #eeeeee;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.875em;
      font-style: italic; }
      .comment .vcard time a {
        color: #e2e4df;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #eeeeee; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.875em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.875em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #eeeeee; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #e2e4df;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #0f3a4a; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #eeeeee;
  font-size: 0.875em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widgettitle {
  color: #fff;
  font-size: 1.25em;
  padding-bottom: 1em;
  margin-bottom: 0px;
  margin-top: .25em;
  border-bottom: 2px solid #98aa8d;
  font-weight: bold; }

.widget ul li {
  margin-bottom: .75em;
  /* deep nesting */ }
  .widget ul li a {
    text-decoration: none; }

.widget_search #searchsubmit {
  background: #ff9600 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 0.875em;
  height: 26px;
  line-height: 28px;
  text-transform: uppercase; }

.no-widgets {
  /*background-color: $white;
	padding: 1.5em;
	text-align: center;
	border: 1px solid $border-color;
	border-radius: 2px;
	margin-bottom: 1.5em;*/ }

/************************************
  FOOTER STYLES
*************************************/
.b-footer {
  clear: both;
  background-color: #0f3a4a;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 41px;
  z-index: 39;
  position: relative; }
  .b-footer .b-footer__logo-image {
    max-width: 90%; }

.b-footer__inner {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  padding: 2em 0; }

.b-footer__logo {
  flex-basis: 100%; }

.b-footer-widgets {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.5em;
  margin-bottom: 2em;
  text-align: center;
  width: 100%;
  color: #98aa8d; }

.b-footer-widget {
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-bottom: 1em; }
  .b-footer-widget .widgettitle {
    display: inline-block; }
  .b-footer-widget li {
    float: none;
    width: 100%; }
    .b-footer-widget li a {
      text-decoration: none;
      padding: 0;
      color: #98aa8d; }
      .b-footer-widget li a:hover {
        text-decoration: underline; }

.b-footer__middle {
  width: 100%; }

.b-footer__donation {
  margin-bottom: 2em; }
  .b-footer__donation p {
    font-weight: bold; }
  .b-footer__donation a {
    margin: 1em; }
  .b-footer__donation .b-button {
    background-color: #98aa8d; }

.b-footer__social {
  margin-bottom: 2em; }

.b-social-promo {
  margin: 0;
  flex-basis: 65%; }

.b-social-links {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  margin: 1em 0 0; }

.b-social-link {
  margin: 0 1.5%;
  width: auto; }

.b-footer_menu {
  flex-basis: 100%; }

.b-footer_menu .b-footer__nav {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap; }
  .b-footer_menu .b-footer__nav li {
    width: 100%; }
    .b-footer_menu .b-footer__nav li a {
      color: #98aa8d; }
      .b-footer_menu .b-footer__nav li a:hover {
        text-decoration: underline; }

.copyright {
  margin: 1em auto 0;
  font-size: .875em;
  color: #98aa8d; }

/*********************
ACF oEmbed
*********************/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

.b-vertical-holder {
  display: table; }
  .b-vertical-holder .b-vertical-inner {
    display: table-cell;
    vertical-align: middle; }

.b-resp-image {
  overflow: hidden; }
  .b-resp-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

/*-------------------------------------------------
 HOVER CARD STYLE
---------------------------------------------------*/
.b-hover-card {
  margin-bottom: 1.75em;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25); }
  .b-hover-card:last-child {
    margin-bottom: 0; }

.b-hover-card__link {
  background: #fff;
  text-align: left;
  text-decoration: none;
  color: unset; }
  .b-hover-card__link:visited, .b-hover-card__link:focus {
    color: unset;
    text-decoration: none; }
  .b-hover-card__link:hover {
    text-decoration: none; }
    .b-hover-card__link:hover .b-hover-card__inner {
      background: #0f3a4a;
      color: #fff; }
    .b-hover-card__link:hover .b-hover-card__image img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .b-hover-card__link:hover .b-hover-card__headline {
      color: #fff; }
    .b-hover-card__link:hover .b-hover-card__reverser {
      color: #fff; }

.b-hover-card__inner {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff; }

.b-hover-card__image {
  max-width: 100%;
  max-height: 350px; }
  .b-hover-card__image img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.b-hover-card__content {
  padding: 1.75em 1.5em 2em;
  max-width: 100%; }
  .b-hover-card__content p:last-child {
    margin-bottom: 0; }

.b-hover-card__headline {
  margin: 0 auto 0.875em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.b-hover-card__subhead {
  margin-top: -0.75em; }

.b-hover-card__fake-link {
  color: #0f3a4a;
  font-size: .875em;
  display: none; }

/*-------------------------------------------------
 PAGE COVER INTRO
---------------------------------------------------*/
.b-page-cover {
  position: fixed;
  z-index: 30000;
  background: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 97px; }

.b-section__wrap-outer_page-cover {
  position: relative;
  z-index: 10;
  width: 86%;
  margin: 0 auto; }

.b-headline_page-cover {
  max-width: 100%;
  margin: .25em 0 .5em 0.35em;
  text-align: left; }

.b-page-cover__close {
  position: absolute;
  z-index: 30001;
  top: 20px;
  right: 20px;
  font-weight: bold;
  background: #ccc;
  padding: 1px 6px;
  height: 25px;
  width: 25px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  opacity: .3; }

/*-------------------------------------------------
 HOMEPAGE SCROLL MORE (INSERTED VIA JS)
---------------------------------------------------*/
.b-scroll-more {
  margin: 40px 0 -15px;
  overflow: visible;
  z-index: 1000;
  position: relative;
  color: #acacac;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: .15em; }
  .b-scroll-more:after {
    content: "";
    border-left: 1px solid;
    display: block;
    height: 25px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px; }

/***********************************************************
  GUTENBERG  BLOCKS STYLES
***********************************************************/
.wp-block-separator {
  border-color: #98aa8d; }

.wp-block-cover {
  margin-bottom: 0; }

.underlined_hero img {
  border-bottom: 1px solid #061920; }

.wp-block-eedee-block-gutenslider {
  border-bottom: 1px solid #061920;
  --gutenslider-min-height: 30vh; }
  .wp-block-eedee-block-gutenslider .slide-bg {
    overflow: hidden; }
  .wp-block-eedee-block-gutenslider h3 {
    font-size: 2em; }

.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.alignfull .ugb-content-wrapper {
  padding: 0 4%; }

.ugb-accordion {
  margin-top: 0; }

.ugb-accordion__heading {
  background-color: transparent;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .ugb-accordion__heading > svg {
    width: 15px;
    height: 15px;
    fill: #fff; }
  .ugb-accordion__heading h4 {
    border-bottom: 6px solid #98aa8d;
    padding-bottom: 0.75em;
    padding-top: 1em;
    color: #fff; }

/***********************************************************
  BEM BLOCKS STYLES  BEM BLOCKS STYLES  BEM BLOCKS STYLES
***********************************************************/
/*-------------------------------------------------
 HORIZONTAL RULES
---------------------------------------------------*/
.b-rule {
  border: transparent;
  margin: 0 auto; }

.b-rule_small {
  width: 33%; }

.b-rule_medium {
  width: 56%; }

.b-rule_large {
  width: 90%; }

/*-------------------------------------------------
 Section Block
---------------------------------------------------*/
.b-section {
  clear: both;
  position: relative;
  text-align: center; }

.b-section__wrap-inner {
  padding: 2em 0; }

.b-section_outer-pad {
  margin: 2em 0; }

.b-section_collapsed-top .b-section__wrap-inner {
  padding-top: 0; }

.b-section_collapsed-bottom .b-section__wrap-inner {
  padding-bottom: 0; }

.b-section_collapsed-both .b-section__wrap-inner {
  padding-top: 0;
  padding-bottom: 0; }

.b-section_outer-pad.b-section_collapsed-top {
  margin: 0em 0 2em; }
  .b-section_outer-pad.b-section_collapsed-top .b-section__wrap-inner {
    padding-top: 2em; }

.b-section_outer-pad.b-section_collapsed-bottom {
  margin: 2em 0 0em; }
  .b-section_outer-pad.b-section_collapsed-bottom .b-section__wrap-inner {
    padding-bottom: 2em; }

.b-section_outer-pad.b-section_collapsed-both {
  margin: 0em 0 0em; }
  .b-section_outer-pad.b-section_collapsed-both .b-section__wrap-inner {
    padding-top: 2em;
    padding-bottom: 2em; }

.b-section__title {
  margin-top: 0em;
  z-index: 10; }

.b-section__intro {
  margin-bottom: 2em;
  font-weight: 300; }

.b-section__icon {
  margin: auto;
  display: block; }

/*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
.b-section-intro {
  text-align: center; }

.b-section-intro__title, .b-section-intro__subhead {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.b-section-intro__headline_big {
  font-size: 2em;
  font-weight: 700; }

.b-section-intro__headline_medium {
  font-size: 1.75em;
  font-weight: 700; }

.b-section-intro__headline_small {
  font-size: 1.6em; }

a.b-section-intro__button {
  font-size: .75em; }

/* CAPTION */
.b-section-intro__caption {
  position: absolute;
  bottom: 8px;
  right: 2%;
  margin-bottom: 0;
  font-size: .785em; }

/*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
.b-colored-lists {
  -webkit-box-pack: center;
          justify-content: center; }

.b-colored-list {
  margin: 0.2em 0 0.75em;
  padding-right: 1.2%;
  padding-left: 1.2%;
  -webkit-box-flex: 1;
          flex-grow: 1; }
  .b-colored-list a {
    text-decoration: none;
    cursor: pointer; }
    .b-colored-list a:hover {
      cursor: pointer;
      text-decoration: none; }
    .b-colored-list a:hover > .b-colored-list__bkg {
      cursor: pointer;
      background: #0f3a4a !important; }

.b-colored-list__bkg {
  padding: 2em 3em;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.b-colored-list__title, .b-colored-list__text {
  color: #fff;
  text-align: left; }

.b-colored-list__title {
  margin-top: .5em; }

.b-colored-list__text {
  margin-bottom: 1em; }
  .b-colored-list__text ul, .b-colored-list__text ol {
    list-style-type: disc;
    margin-left: 2em;
    line-height: 1.2; }
    .b-colored-list__text ul li, .b-colored-list__text ol li {
      margin: .75em 0; }
    .b-colored-list__text ul br, .b-colored-list__text ol br {
      display: none; }
  .b-colored-list__text ol {
    list-style-type: decimal; }

/*-------------------------------------------
 EXTRA MENU (IN-PAGE MENU)
--------------------------------------------*/
.b-extra-menu__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap; }

.b-extra-menu__item {
  margin: .25em 1%;
  float: none;
  border: 0; }

.b-extra-menu__link {
  padding: 0.5em 1em;
  margin: 1px;
  display: block; }

/*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
.b-countdown_header {
  margin: 0 auto;
  display: block; }

.flip-clock-wrapper {
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-user-select: none;
  font-size: 1.5em;
  clear: both;
  margin: 0.5em 0 .75em;
  padding-top: 1em; }

.b-hero-slideshow-center .b-countdown {
  display: inline-block;
  max-width: 481px;
  margin-right: -10px; }

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 2px;
  width: 8.4%;
  max-width: 36px;
  height: 1.75em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.75em;
  border-radius: 6px;
  background: #000; }

.flip-clock-wrapper ul:first-of-type {
  margin-left: 0; }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1.75em;
  text-decoration: none !important; }

.flip-clock-wrapper ul li a div {
  font-size: 1em; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div div.inn {
  font-size: 1em; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip:first-child {
  margin-left: 0; }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  height: 40px;
  width: 11px; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 2.4px; }

.flip-clock-divider .flip-clock-label {
  right: -49px;
  font-size: .5em; }

.flip-clock-divider.hours .flip-clock-label {
  right: -51px; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -55px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -58px; }

.flip-clock-dot.top {
  top: .6em; }

.flip-clock-dot.bottom {
  bottom: .4em; }

.inverse_text .flip-clock-divider .flip-clock-label {
  color: #fff; }

/*-------------------------------------------
 RO: CHARTS
--------------------------------------------*/
.b-section__wrap-inner_chart {
  -webkit-box-pack: center;
          justify-content: center; }

.b-section__title_chart {
  font-size: 2em;
  margin-top: -1.65em; }

.b-chart-contents {
  margin: 2em auto; }

.b-chartblock__text-content {
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin: 1em auto;
  max-width: 95%; }

.b-chartblock__headline {
  font-size: 3.2em;
  margin: 0 auto 0.1em;
  line-height: 1;
  font-weight: 100; }
  .b-chartblock__headline span {
    font-weight: 100;
    vertical-align: top;
    margin-left: 3%;
    font-size: 75%; }

.b-chartblock__subhead {
  font-family: "roboto condensed", "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.25em; }

.b-chartblock__text p:first-child {
  margin: 0.5em auto 1em;
  font-size: .825em; }

.b-chartblock__button {
  margin-top: .5em; }

.b-chartblock__chart {
  max-width: 95%;
  margin: 1em auto 0;
  -webkit-box-ordinal-group: 3;
          order: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.75em 1em 0;
  background-color: rgba(0, 0, 0, 0.025); }

.b-chart-key {
  margin-bottom: 0.6em;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap; }

.b-chart-key__datum {
  display: inline-block;
  font-size: 13px;
  margin: 1em auto;
  vertical-align: top;
  flex-shrink: 1;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 0 0.41em;
  flex-basis: 30%; }

.b-datum__color {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1em; }

.b-datum__label, .b-datum__value {
  display: block;
  margin: 0;
  font-size: .875em;
  line-height: 1.4; }

.b-datum__value {
  font-weight: bold;
  line-height: 1; }

.b-datum__value:after {
  content: '%'; }

/*-------------------------------------------
 SIMPLE CTA
--------------------------------------------*/
.b-section_simple-cta {
  text-align: center; }

.b-simple-cta__content {
  border: 5px solid #0f3a4a;
  padding: 1.5em; }

.b-simple-cta__headline {
  text-align: center;
  margin: 0 auto;
  font-size: 1.5em;
  letter-spacing: 0.15em; }

.b-simple-cta__button {
  margin: 1.25em auto 0; }

/*-------------------------------------------
 SUPPORTED CTA
--------------------------------------------*/
.b-supported-cta__content {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center; }

.b-supported-cta__support {
  padding: 1.5em 1.5em 1.5em; }

.b-supported-cta__support-message {
  font-size: 1.25em;
  font-weight: bold; }

.b-supported-cta__main {
  padding: 1.5em 1.5em 1em; }

.b-supported-cta__headline {
  margin: 0 0 .75em;
  font-size: 1.25em;
  letter-spacing: 0.16em;
  line-height: 1.75; }

.b-supported-cta__button {
  margin-bottom: 1.5em; }

.b-supported-cta__button_two {
  margin-bottom: 1em;
  display: block; }

/*-------------------------------------------
 FAQs
--------------------------------------------*/
.b-faqs {
  text-align: left;
  margin: 0; }

.b-faq {
  background: #eeeeee;
  margin-bottom: .5em;
  overflow: hidden; }
  .b-faq:last-child {
    margin-bottom: 0; }

.b-faq__question, div.b-faq__question {
  padding: 1em 5% 1em 60px;
  cursor: pointer;
  position: relative;
  color: #0f3a4a !important; }

.b-faq__question_sprite {
  position: absolute;
  left: 15px;
  top: 30px;
  margin-top: -16px;
  /* half sprite height */
  width: 32px;
  height: 32px;
  background-image: url("../images/icon-plus.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  overflow: hidden; }

.b-faq__question_sprite.open {
  background-image: url("../images/icon-minus.png");
  background-repeat: no-repeat;
  background-position: 0 0px; }

.b-faq__answer, div.b-faq__answer {
  display: none;
  background: #fdfdfd;
  margin: 1em 20px 1.25em;
  padding: .75em 20px;
  color: #0f3a4a !important; }

div.b-faq__answer * {
  color: #0f3a4a !important; }

/*-------------------------------------------
 RO: FEATURE CARDS
--------------------------------------------*/
.b-feature-cards {
  width: 90%;
  margin: 0em auto 0; }

.b-feature-card {
  list-style-type: none; }

.b-feature-card__inner {
  overflow: hidden;
  border: 0px solid #000000;
  position: relative;
  background: #fff;
  text-align: left;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease; }

.b-resp-image_feature-card {
  position: relative; }
  .b-resp-image_feature-card img {
    width: 100%; }

.b-feature-card__cover-link {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  display: block;
  text-decoration: none;
  color: unset; }
  .b-feature-card__cover-link:hover {
    text-decoration: none;
    background: #98aa8d; }
    .b-feature-card__cover-link:hover .b-feature-card__inner {
      background: transparent;
      color: #fff; }
      .b-feature-card__cover-link:hover .b-feature-card__inner .b-feature-card__headline {
        color: #fff; }
      .b-feature-card__cover-link:hover .b-feature-card__inner .b-feature-card__text {
        color: #fff; }
    .b-feature-card__cover-link:hover .b-feature-card__image_hover {
      display: none;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.b-feature-card__image_hover {
  background-color: rgba(0, 0, 0, 0);
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-feature-card__headline {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 1.75em;
  font-weight: bold; }

.b-feature-card__text {
  color: #333;
  margin-left: auto;
  margin-right: auto; }
  .b-feature-card__text p:last-child {
    margin-bottom: 0; }

.b-feature-card__button {
  text-decoration: underline;
  display: none; }

/***** OVERLAY VERSION *****/
.b-feature-cards_overlay {
  width: 100%; }

.b-feature-card_overlay {
  margin: 0 auto 1em;
  padding: 0; }
  .b-feature-card_overlay:hover .b-feature-card__cover-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.b-feature-card__cover-link_overlay:hover .b-feature-card__cover-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.b-feature-card__cover-link_overlay:hover .b-feature-card__inner .b-feature-card__headline {
  color: #fff; }

.b-feature-card__cover-link_overlay:hover .b-feature-card__inner .b-feature-card__text {
  color: #fff; }

.b-feature-card__cover-link_overlay:hover .b-feature-card__image_hover {
  display: block;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.b-feature-card__inner_overlay {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5em 5%;
  text-align: center;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  position: relative; }

.dark .b-feature-card__cover-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.dark .b-headline span {
  color: #0f3a4a !important; }

.b-feature-card__cover-image {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .b-feature-card__cover-image a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 12; }

.b-feature-card__headline_overlay {
  z-index: 1;
  position: relative;
  margin-bottom: 0em;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  letter-spacing: .02em;
  font-weight: normal;
  color: #fff;
  padding: 0 10px; }

.b-feature-card__text_overlay {
  z-index: 2;
  position: relative; }
  .b-feature-card__text_overlay p:first-child {
    margin-top: .25em; }
  .b-feature-card__text_overlay img {
    margin: 12px;
    display: inline-block;
    vertical-align: middle; }

.b-feature-card__button_overlay {
  position: relative;
  width: auto;
  left: auto;
  right: auto;
  bottom: auto; }

/*-------------------------------------------
 RO: FEATURED EVENTS
--------------------------------------------*/
.b-sortbar_events {
  margin-bottom: 0; }

.b-featured-events__wrap {
  justify-content: space-around; }

.b-feature-event {
  margin-bottom: 1.75em; }
  .b-feature-event * {
    max-width: 100%; }

.b-feature-event__inner {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start; }

.b-feature-event__dates {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.b-feature-event__date {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.03em .5em;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "roboto condensed", "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.25em; }
  .b-feature-event__date:before {
    content: "";
    display: block;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    margin-left: -.5em;
    z-index: -1; }

.b-feature-event__date-splitter {
  padding: 0 5px; }

.b-feature-event__times {
  color: #757575;
  font-size: .94em;
  display: inline-block; }

.b-featured-event__location-splitter {
  color: #0f3a4a; }

.b-featured-event__location {
  color: #0f3a4a;
  font-size: .875em;
  display: inline-block; }

.b-feature-event__content {
  -webkit-box-flex: 1;
          flex-grow: 1; }

.b-feature-event__headline {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  margin-left: 0;
  font-size: 1.25em; }

.b-feature-event__time-loc {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .b-feature-event__time-loc span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.b-feature-event__text p {
  font-size: .875em;
  margin-top: .5em; }

.b-feature-event__link {
  font-size: .875em; }

.b-featured-event__bloglink {
  font-size: .875em; }
  .b-featured-event__bloglink a {
    color: #000;
    text-decoration: none;
    font-weight: bold; }
    .b-featured-event__bloglink a:hover {
      color: #000; }

.b-feature-event_see-all {
  border: 1px solid #757575;
  background: #757575;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: -5px; }

.b-feature-event__dates_see-all {
  display: none; }

.b-feature-event__link_see-all {
  color: #fff; }
  .b-feature-event__link_see-all:hover, .b-feature-event__link_see-all:visited, .b-feature-event__link_see-all:active {
    color: #fff; }

/*-------------------------------------------
FEATURE WITH ICON
--------------------------------------------*/
.b-section-features-list.inverse_text .b-feature__link-wrap:hover, .b-section-features-list.inverse_text a.b-feature__link-wrap:hover {
  color: #0f3a4a; }

.b-feature__link-wrap, a.b-feature__link-wrap {
  display: block;
  color: #0f3a4a;
  text-decoration: none; }
  .b-feature__link-wrap:hover .b-feature__inner, a.b-feature__link-wrap:hover .b-feature__inner {
    background: #fff;
    color: #0f3a4a;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease; }

.b-feature__inner {
  padding: 1.75em 2.5em 1.75em 2.5em;
  text-align: center;
  margin: 0.5em 10%; }

.b-feature__headline {
  margin: .25em 0;
  line-height: 1; }

.b-feature__text {
  font-size: .875em; }
  .b-feature__text p:last-child {
    margin-bottom: 0; }

.b-feature__image-wrap {
  max-width: 100%;
  margin: auto auto 1em; }

/*-------------------------------------------
 FEATURED NEWS & PRESS
--------------------------------------------*/
.b-featured-news-items {
  margin-top: 1.5em; }

.b-featured-news {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  vertical-align: top;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

.b-featured-news__inner {
  padding: 0;
  overflow: hidden;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative; }

.b-featured-news__icon {
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px; }
  .b-featured-news__icon.press-release {
    background-image: url("../images/icon-press.png"); }
  .b-featured-news__icon.news {
    background-image: url("../images/icon-news.png"); }

.b-resp-image_featured-news img {
  width: 100%; }

.b-featured-news__content {
  overflow: hidden; }

.b-featured-news__headline {
  margin-top: 0;
  font-size: 1.25em;
  max-width: 100%; }

.b-featured-news__text {
  font-size: .875em;
  color: #757575;
  max-width: 100%; }

.b-featured-news__bloglink {
  font-size: .875em; }
  .b-featured-news__bloglink a {
    color: #000;
    text-decoration: none;
    font-weight: bold; }
    .b-featured-news__bloglink a:hover {
      color: #000; }

/*---------------------------
 Grouped Content with Sorter
---------------------------*/
.b-group-sortbar {
  overflow: hidden;
  padding: 1.25em 1.5em;
  background-color: #eeeeee;
  text-align: left; }

.b-group-sortbar_dropdown {
  -webkit-box-align: center;
          align-items: center; }

.b-group-sortbar_menu {
  display: none; }

.b-select__label_inline {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  line-height: 0.75em;
  margin-bottom: 0.5em;
  padding-left: 2px; }

.b-group-sortbar__detail {
  margin: 0;
  margin-top: .5em;
  font-size: .875em;
  color: #e2e4df;
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle; }

.b-grouped-content__title {
  background: #0f3a4a;
  text-align: left;
  color: #fff;
  font-weight: 700;
  padding: .5em 1em;
  margin-bottom: .5em;
  font-size: 1.25em; }
  .b-grouped-content__title a, .b-grouped-content__title a:hover, .b-grouped-content__title a:visited, .b-grouped-content__title a:focus {
    color: #fff; }

a.b-grouped-content__title__back {
  font-size: .857em;
  font-weight: 400;
  color: #fff;
  margin-left: 1.5em;
  display: inline;
  float: right; }

.b-grouped-content__content {
  overflow: hidden;
  clear: both; }
  .b-grouped-content__content li {
    list-position: outside; }

.b-wysiwyg_grouped ul {
  width: 100%; }
  .b-wysiwyg_grouped ul li {
    margin-left: 1em; }

/*-------------------------------------------
 HOVER VIDEO PANELS
--------------------------------------------*/
.b-section__wrap-outer_hover-panels {
  width: 100% !important;
  max-width: none !important; }

.b-section__wrap-inner_hover-panels {
  padding: 0 !important; }

.b-hover-panels {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.b-hover-panel {
  margin: 0em auto;
  padding: 0;
  text-align: left;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.b-hover-panel__inner {
  padding: 0 5% .5em;
  overflow: hidden;
  border: 0px solid #000000;
  position: relative;
  padding: 4em 5%;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
          justify-content: flex-end;
  min-height: 500px; }

.b-hover-panel__cover-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .b-hover-panel__cover-image a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 12; }

.b-hover-panel__headline {
  z-index: 1;
  position: relative;
  margin: 0 0 .6em 0;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.65em;
  letter-spacing: .02em;
  font-weight: normal;
  background-color: #000000;
  padding: 2px 6px;
  color: #fff; }

.b-hover-panel__text {
  z-index: 2;
  position: relative;
  margin-bottom: 1.5em;
  margin-left: 10px; }
  .b-hover-panel__text p:first-child {
    margin-top: .25em; }
  .b-hover-panel__text p:last-child {
    margin-bottom: .25em; }
  .b-hover-panel__text img {
    margin: 12px;
    display: inline-block;
    vertical-align: middle; }

.b-hover-panel__button {
  position: relative;
  width: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-left: 10px; }

.b-hover-panel__button_icon {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid white;
  z-index: 1;
  position: relative;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
  margin-left: 10px; }

.b-hover-panel__video {
  display: none;
  z-index: 10; }

/*-------------------------------------------
  CTA BAR
--------------------------------------------*/
.b-section__wrap-outer_ctabar {
  width: 100% !important;
  max-width: none !important; }

.b-ctabar {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  justify-content: space-around;
  margin: 0; }

.b-ctabox {
  padding: 0;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex-grow: 1;
  cursor: pointer; }
  .b-ctabox:hover .b-ctabox__share, .b-ctabox:link .b-ctabox__share, .b-ctabox:active .b-ctabox__share {
    display: block;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.2s ease, opacity 0.5s ease;
    transition: all 0.2s ease, opacity 0.5s ease;
    width: 100%;
    color: #fff; }
  .b-ctabox:hover .b-ctabox__cover-image, .b-ctabox:link .b-ctabox__cover-image, .b-ctabox:active .b-ctabox__cover-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .b-ctabox:hover .b-ctabox__headline, .b-ctabox:link .b-ctabox__headline, .b-ctabox:active .b-ctabox__headline {
    margin: 0em auto .5em; }

.b-ctabox__link, .b-ctabox__link:hover {
  text-decoration: none; }

.b-ctabox__inner {
  position: relative;
  height: 1px;
  min-height: 200px;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-ctabox__cover-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .b-ctabox__cover-image a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 12; }

.b-ctabox__content {
  position: relative;
  padding: 1.5em .5em;
  width: 80%;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-ctabox__headline {
  margin: 0em auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.b-ctabox__share {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s ease, opacity 0s ease;
  transition: all 0.2s ease, opacity 0s ease; }

.b-ctabox__share-btns {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-share-link {
  flex-basis: 15%; }

.b-ctabox__text {
  width: 85%;
  margin: .25em auto;
  font-size: .875em;
  font-weight: bold; }

/*-------------------------------------------
  RO: HALF PHOTO REPEATER
--------------------------------------------*/
.b-half-photos__title {
  margin-top: 0;
  margin-bottom: -0.5em;
  z-index: 100;
  position: relative; }

.b-section__wrap-outer_halves {
  width: 100% !important;
  max-width: none !important; }

.b-section__wrap-inner_halves {
  padding-top: 0em !important;
  padding-bottom: 0em !important; }

.b-half-tiles {
  margin: 0; }

.b-half-tile {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden; }

.b-half-tile__inner {
  width: 100%;
  padding: 3em 2em;
  background-color: #ebebeb;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-halfphoto__cover-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.b-half-tile__photo {
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative; }

.b-halfphoto__img {
  min-width: 100%;
  max-width: 100%;
  vertical-align: bottom; }

.b-half-tile__headline {
  color: #000;
  font-family: "league_gothicregular",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.25em;
  font-weight: normal;
  margin: 0 auto 0.25em; }

.b-half-tile__subhead {
  font-size: .875em;
  color: #757575;
  margin-bottom: 2.5em; }

.b-half-tile__text {
  max-width: 100%; }

/*-------------------------------------------
  RO: IFRAME AND SCRIPTS BUCKET
--------------------------------------------*/
.b-section__wrap-outer_scripts {
  width: 90%; }

.b-script-holder {
  position: relative;
  overflow: hidden; }
  .b-script-holder iframe {
    width: 100%; }

/*-------------------------------------------
  RO: PAGE HEADER: HERO
--------------------------------------------*/
.b-section_hero {
  padding: 0;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 250px; }

.b-section__wrap-outer_hero {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1; }

.b-section__wrap-inner_hero {
  max-width: 100%;
  width: 100%; }

.b-hero__headline {
  max-width: 100%;
  font-size: 1.75em;
  line-height: 1.75em;
  position: relative; }

.home .b-hero__headline:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  width: 75px;
  background: #fff; }

.b-hero__subhead {
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-top: 0;
  position: relative; }

.home .b-hero__subhead:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  width: 75px;
  background: #fff; }

.b-hero__buttons {
  clear: both;
  text-align: left;
  font-size: 0.75em;
  margin: 1em 0 0 0; }

a.b-hero__button {
  margin-right: 0.5em;
  margin-bottom: .5em; }
  a.b-hero__button:hover, a.b-hero__button:focus {
    color: #fff; }

.b-hero__gradient {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  left: 0; }

/* LEFT VERSION */
.b-hero_left {
  text-align: left; }

.b-section__wrap-outer_hero_left {
  -webkit-box-pack: start;
          justify-content: flex-start; }

.b-hero__gradient_left {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(9, 63, 98, 0.7)), color-stop(66%, rgba(9, 63, 98, 0)), to(rgba(9, 63, 98, 0)));
  background: linear-gradient(to right, rgba(9, 63, 98, 0.7) 0%, rgba(9, 63, 98, 0) 66%, rgba(9, 63, 98, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3093f62', endColorstr='#00093f62',GradientType=1 );
  /* IE6-9 */
  opacity: .5; }

/* CENTER VERSION */
.b-section__wrap-outer_hero_center {
  -webkit-box-pack: start;
          justify-content: flex-start; }

.b-hero__buttons_center {
  text-align: center; }

.b-hero__gradient_center {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 63, 98, 0)), color-stop(49%, rgba(9, 63, 98, 0)), to(rgba(9, 63, 98, 0.7)));
  background: linear-gradient(to bottom, rgba(9, 63, 98, 0) 0%, rgba(9, 63, 98, 0) 49%, rgba(9, 63, 98, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00093f62', endColorstr='#b3093f62',GradientType=0 );
  opacity: .5; }

/* RIGHT VERSION */
.b-hero_right {
  text-align: right; }

.b-section__wrap-outer_hero_right {
  -webkit-box-pack: end;
          justify-content: flex-end; }

/*-------------------------------------------
  RO: INTRODUCTION TEXT
--------------------------------------------*/
.b-section_intro {
  text-align: center; }

.b-section__wrap-outer_intro {
  max-width: 80%; }

.b-intro__text {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 0 auto 2em; }
  .b-intro__text p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.b-intro_button-wrap {
  clear: both;
  display: block;
  margin: 1em 0; }

/*-------------------------------------------
  RO: BODY TEXT
--------------------------------------------*/
.b-bodytext__headline {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.8em;
  margin-bottom: 2em;
  margin-top: .5em;
  font-size: 1.25em;
  line-height: 1.5; }

.b-bodytext__text {
  margin-bottom: 1em; }
  .b-bodytext__text p {
    margin-left: auto;
    margin-right: auto; }

.b-text-columns-span p:last-child {
  margin-bottom: 0; }

.b-text-columns-span:last-child p:last-child {
  margin-bottom: 1em; }

/*-------------------------------------------
  RO: OVERVIEW (SHARES WITH BODY TEXT)
--------------------------------------------*/
.b-section__wrap-outer_overview {
  max-width: 500px; }

.b-section-label__number {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.75em;
  color: #ccc;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.b-section-label__text {
  display: inline-block;
  margin: .25em 0; }

/*-------------------------------------------
  RO: STATISTICS / STATS
--------------------------------------------*/
.b-stats {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 0 1em;
  text-align: center; }

.b-stat {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  padding: 0 1.5% 1.5em; }

.b-stat__value {
  font-size: 3em;
  font-weight: 100;
  line-height: 1.2; }
  .b-stat__value span {
    font-size: 0.6em;
    vertical-align: super;
    color: #757575;
    text-transform: uppercase;
    position: absolute; }

.b-stat__label {
  font-size: .7em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed'; }

/*-------------------------------------------
  RO: PHOTO BREAK
--------------------------------------------*/
.b-photo-break {
  min-height: 175px; }

.fixed_bg {
  background-attachment: fixed !important; }

.b-photo-break_tall {
  min-height: 220px; }

/*-------------------------------------------
  RO: PHOTO MENU
--------------------------------------------*/
.b-photo-menu__text {
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-top: 2em; }

.b-photo-menu__item {
  font-weight: bold;
  display: inline-block; }
  .b-photo-menu__item:after {
    display: inline-block;
    content: ",";
    margin-left: -2px;
    margin-right: 1px; }
  .b-photo-menu__item:last-child:after {
    display: none; }

.b-photo-menu__button, .b-photo-menu__button:hover, .b-photo-menu__button:visited {
  color: #000; }

/*-------------------------------------------
  RO: MAP MENU
--------------------------------------------*/
.b-map-and-menu {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap; }

.b-map-and-menu__menu {
  margin-bottom: 1em;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1; }

.b-map-and-menu__map {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1; }

.b-map-menu__text {
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-top: 2em;
  margin-bottom: 0em; }

.b-map-menu__item {
  font-weight: bold;
  display: inline-block; }
  .b-map-menu__item:after {
    display: inline-block;
    content: ",";
    margin-left: -2px;
    margin-right: 1px; }
  .b-map-menu__item:last-child:after {
    display: none; }

.b-map-menu__map {
  margin-top: 1em;
  flex-basis: 60%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1; }

/*-------------------------------------------
  RO: PHOTO AND VIDEO FEATURES
--------------------------------------------*/
.b-section_pv-features.dark .b-pv-feature__cover-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.b-pv-features {
  margin-top: 0;
  margin-bottom: 0; }

.b-pv-feature {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 1em;
  overflow: hidden; }
  .b-pv-feature:hover .b-bkg-video__button__icon:before {
    background-color: #98aa8d;
    opacity: .7; }
  .b-pv-feature:first-child {
    padding-bottom: 100%; }

.b-pv-feature__inner {
  z-index: 4;
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 8%; }

.b-pv-feature__cover-link:after {
  background: #98aa8d;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.b-pv-feature__cover-link:hover:after {
  opacity: .75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5; }

.b-pv-feature__cover-link:hover .b-pv-feature__label, .b-pv-feature__cover-link:hover .b-pv-feature__label_sub, .b-pv-feature__cover-link:hover .b-pv-feature__link {
  color: #fff; }

.b-pv-feature__cover-image {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.b-pv-feature__content {
  z-index: 6;
  position: relative;
  height: 100%;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  padding: 1em; }

.b-pv-feature__label {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.25em;
  font-weight: bold;
  max-width: 100%; }

.b-pv-feature__label_sub {
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 1em;
  max-width: 100%;
  color: #98aa8d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.b-pv-feature__link {
  margin-top: 20px; }

.b-pv-feature__label {
  margin-left: 8px;
  font-weight: bold;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*-------------------------------------------
  RO: RECENT POSTS
--------------------------------------------*/
.b-recent-posts {
  margin-top: 0;
  margin-bottom: 0; }

.b-recent-post {
  text-align: left; }

.b-recent-post__inner {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  background: #fff; }

.b-recent-post__header {
  margin: 0;
  padding: 0.4em .5em;
  width: 100%;
  color: white;
  text-align: left;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0; }

.b-recent-post__photo {
  width: 114%;
  margin-left: -7%; }

.b-recent-post__image {
  min-height: 36px;
  min-width: 100%;
  position: relative; }

.b-recent-post__headline {
  margin-left: 0;
  margin-bottom: 0;
  font-weight: bold; }

.b-recent-post__text {
  -webkit-box-flex: 1;
          flex-grow: 1; }
  .b-recent-post__text p:first-child {
    margin-top: 0; }
  .b-recent-post__text p:last-child {
    margin-bottom: 0; }

.b-recent-post__button {
  margin-top: 1em;
  align-self: flex-start; }

/*-------------------------------------------
  RO: RELATED PAGES
--------------------------------------------*/
.b-relpages {
  margin: 0 auto; }

.b-relpage {
  text-align: left;
  margin-bottom: 2em; }
  .b-relpage:hover .b-image_relpage {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.b-resp-image_relpage {
  height: 0;
  padding-bottom: 55%; }

.b-image_relpage {
  min-width: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.b-relpage__headline {
  margin-top: -0.8em;
  z-index: 100;
  position: relative;
  margin-left: 6%; }

.b-relpage__text {
  width: 85%;
  margin: 0 auto 0.5em;
  font-size: .875em; }

/*-------------------------------------------
  RO: TEXT OVER PHOTO
--------------------------------------------*/
.b-section__wrap-inner_textphoto {
  z-index: 2;
  position: relative; }

.b-section-textphoto__title {
  margin-bottom: .5em;
  margin-top: .5em;
  font-size: 1.75em;
  letter-spacing: 0.025em;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.b-section-textphoto__button {
  margin-top: .75em;
  margin-bottom: .75em; }

.b-section_collapsed-top .b-section__wrap-inner_textphoto {
  padding-top: 2em !important; }

.b-section__wrap-inner_textphoto_big {
  padding: 3em 0; }

.b-section-textphoto__title_big {
  font-size: 2.5em;
  font-weight: 700; }

.b-section-textphoto__title_small {
  font-size: 1.25em;
  text-transform: none; }

.b-section-textphoto__text_small {
  font-weight: 300; }

.underlay_on:after {
  display: block;
  position: absolute;
  content: "";
  top: 1.25em;
  right: 0;
  bottom: 1.25em;
  left: 0;
  background-color: #fff;
  opacity: .75;
  z-index: 1; }

/*-------------------------------------------
  RO: CTA OVER VIDEO (PHOTO BACKUP)
--------------------------------------------*/
.b-section_cta-video {
  min-height: 175px;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  overflow: hidden; }

.b-video-background {
  position: absolute;
  width: 100%;
  height: 102%;
  top: 0;
  left: 0;
  z-index: 1; }

.b-section__wrap-outer_cta-video {
  position: relative;
  z-index: 10; }

.b-cta-bar {
  background: #fff;
  padding: 0.5em 1.25em 1.25em;
  margin-top: 1em;
  display: inline-block; }

.b-cta-bar__title {
  margin: 1em auto 0.25em; }

.b-cta-bar__text {
  display: inline-block;
  font-weight: bold; }

/*-------------------------------------------
  RO: TEXT WITH SIDE IMAGE
--------------------------------------------*/
.b-text-side-image__content {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.b-side-text {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.b-image-side_left {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.b-image-side_right {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.b-side-photo {
  text-align: center;
  min-width: 100%;
  display: none;
  height: 0;
  padding-bottom: 78%; }
  .b-side-photo:first-child {
    display: block; }

.b-side-photo__image {
  min-width: 100%; }

.b-side-text__subheadline {
  color: #0f3a4a;
  font-weight: 300;
  font-size: 1.25em; }

.b-side-text__text p {
  margin: 1.5em 0; }
  .b-side-text__text p:first-child {
    margin-top: 1em; }

.b-side-text__text a, .b-side-text__text img {
  display: inline-block;
  vertical-align: middle; }

.b-side-text__text img {
  max-width: 100%;
  height: auto;
  margin: 0 2%; }

.b-side-text_button {
  margin-top: .5em; }

/*-------------------------------------------
  RO: TEXT WITH SIDEBAR
--------------------------------------------*/
.b-section_sidebartext.camo .b-sidebartext__sidebar {
  background-image: url("../images/camo-blue-bkg.jpg");
  background-size: cover;
  background-position: center; }

.b-sidebartext__headline {
  margin-top: 0; }

.b-sidebartext__subhead {
  color: #0f3a4a;
  font-size: 1.25em;
  margin-top: -1em; }

.b-sidebartext__sidebar, .b-sidebar {
  margin-top: 2em;
  overflow: hidden;
  font-size: 80%;
  background: rgba(15, 58, 74, 0.85);
  color: #fff !important; }
  .b-sidebartext__sidebar h3, .b-sidebartext__sidebar h3 span, .b-sidebar h3, .b-sidebar h3 span {
    color: #fff; }

.b-sidebar_inner {
  padding: 1.5em; }

.b-sidebar__headline {
  margin-top: 0;
  position: relative;
  line-height: 1.35; }
  .b-sidebar__headline:after {
    background: #0f3a4a;
    bottom: -6px;
    display: block;
    left: 0;
    position: absolute;
    height: 4px;
    width: 70px; }

.b-sidebar__subhead {
  margin-top: -.5em;
  font-size: 1.25em; }

.b-sidebar__button {
  letter-spacing: 0.1em;
  padding: 0.7em 1.25em; }

.b-sidebartext__sidebar.inverse_text .b-sidebar__headline:after {
  background: #fff; }

/*-------------------------------------------------------
  RO: TEXT WITH THIRD PARTY SCRIPT (SOCIAL MEDIA FEED)
-------------------------------------------------------*/
.b-section__wrap-outer_text-script {
  width: 94%; }

.b-text-script__content {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.b-text-script__text p {
  margin: 1.5em 0; }

.b-text-script__text a, .b-text-script__text img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2%; }

.b-text-script__script {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.b-third-party-script {
  min-width: 100%; }

/*-------------------------------------------
  RO: TEXT EDITOR BLOCK
--------------------------------------------*/
.b-section_textedit {
  text-align: left; }

.b-textedit__headline {
  margin-left: 0; }

/*-------------------------------------------
  RO: WHAT WE DO PAGE: COMMUNITY GOALS
--------------------------------------------*/
.b-section-icon-callouts__text {
  font-weight: bold; }

.b-icon-callout {
  margin: 1em auto 1.25em;
  max-width: 80%;
  font-size: 0.94em; }
  .b-icon-callout:hover .b-icon-callout__inner {
    background: rgba(0, 0, 0, 0.5); }

.b-icon-callout__inner {
  padding: 1.5em 1em;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
  position: relative; }

.b-icon-callout__icon {
  margin-top: .2em;
  min-height: 40px; }

.b-icon-callout__text {
  line-height: 1.36;
  max-width: 100%; }

.b-icon-callout__button {
  font-weight: bold;
  line-height: 1.36;
  text-decoration: underline; }

/*-------------------------------------------
 ICON CARDS
--------------------------------------------*/
.b-section__wrap-outer_icon-cards {
  width: 100%; }

.b-section__wrap-inner_icon-cards {
  padding: 0; }

.b-icon-cards.b-columns {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0; }

.b-icon-card {
  border-bottom: 1px solid #FF6633; }
  .b-icon-card:last-child {
    border-bottom: none; }

.b-icon-card__inner {
  padding-top: 1.25em;
  padding: 0.75em .5em;
  background-color: unset;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.b-icon-card__link {
  text-align: center;
  background: transparent; }
  .b-icon-card__link:hover .b-icon-card__inner {
    background-color: #0f3a4a; }
  .b-icon-card__link:hover .b-icon-card__headline,
  .b-icon-card__link:hover .b-icon-card__subhead {
    color: #fff !important; }
  .b-icon-card__link:hover .b-icon-card__text * {
    color: #fff !important; }

.b-icon-card__img {
  max-width: 100%;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto; }

.b-icon-card__headline {
  margin-top: .83em;
  margin-bottom: 1em;
  color: #FF6633;
  font-weight: bold; }

.b-icon-card__subhead {
  font-weight: bold;
  display: none; }

.b-icon-card__text {
  display: none; }

.b-icon-card__button {
  margin: 1em 0 0; }

.b-section_icon-cards.inverse_text .b-icon-card__link {
  text-align: center; }
  .b-section_icon-cards.inverse_text .b-icon-card__link .b-icon-card__inner {
    background-color: transparent; }
  .b-section_icon-cards.inverse_text .b-icon-card__link .b-icon-card__headline {
    color: #FF6633 !important; }
  .b-section_icon-cards.inverse_text .b-icon-card__link:hover .b-icon-card__inner {
    background-color: #eeeeee; }
  .b-section_icon-cards.inverse_text .b-icon-card__link:hover .b-icon-card__headline {
    color: #FF6633 !important; }
  .b-section_icon-cards.inverse_text .b-icon-card__link:hover .b-icon-card__subhead {
    color: #0f3a4a !important; }
  .b-section_icon-cards.inverse_text .b-icon-card__link:hover .b-icon-card__text * {
    color: #0f3a4a !important; }

/*-------------------------------------------
 ICON LIST (OR CAROUSEL)
--------------------------------------------*/
.b-icon-list {
  margin: 0; }

.b-icon-list.b-columns {
  -webkit-box-pack: center;
          justify-content: center; }

.b-icon {
  margin-bottom: 3.33%; }

.b-icon__link {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .b-icon__link:hover {
    background: #ccc; }
    .b-icon__link:hover .b-icon__img {
      -webkit-filter: brightness(40%);
              filter: brightness(40%); }

.b-icon__img {
  max-width: 100%;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.b-icon__button {
  display: block; }

/*** CAROUSEL VERSION ***/
.b-section_icon-list .bx-viewport {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.b-icon-list.js_icon_carousel {
  margin-top: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

.b-icon-carousel-slide {
  max-width: 100%;
  -webkit-box-pack: center;
          justify-content: center; }

/*---------------------------
 Timeline
---------------------------*/
.b-timeline {
  position: relative; }

.b-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  width: 4px;
  background: #d7e4ed; }

.b-timeline__event {
  margin: 1em 0;
  width: 100%; }

.b-timeline__event:first-child {
  margin-top: 0; }

.b-timeline__content {
  position: relative;
  margin-left: 35px;
  background: #fff;
  border-radius: 10px;
  padding: 1em;
  text-align: left; }

.b-timeline__content:before {
  content: '';
  position: absolute;
  top: 25%;
  right: 100%;
  left: -29px;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-right: 15px solid #fff; }

.b-timeline__date {
  margin: 0;
  font-style: italic;
  font-size: .875em; }

.b-timeline__title {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
  color: #0f3a4a;
  margin: 0 0 .25em; }
  .b-timeline__title a, .b-timeline__title a:hover, .b-timeline__title a:visited, .b-timeline__title a:focus {
    text-decoration: underline; }

.b-timeline__words p:first-child {
  margin-top: .2em;
  margin-bottom: .2em; }

.b-timeline__image {
  margin-top: .5em;
  padding-bottom: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*-------------------------------------------
 INSET CONTENT PANEL
--------------------------------------------
.b-section_content-panel {
  
  .b-section__wrap-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.b-content-panel {
  overflow: hidden;
  width: 100%;
  padding: 0 10% 1em;
}
.b-content-panel__headline {
}
.b-content-panel__text {
}
.b-content-panel__button {
}
.b-hero__caption_inset-panel {
  bottom: 1em;
  display: none;
}*/
/*********************
MAP STYLES
*********************
.b-section__map {
  //padding: 0;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: $border-color solid 1px;
  
  img {
  max-width: initial;
  }
}
/*---MARKERS---*
.b-marker__title {
  margin: 0.25em 0;
  line-height: 1;
}
.b-marker__link {
  margin: 0 .25em .25em;
  font-style: italic;
}
.b-marker__info {
  margin: .25em 0;
  li {
    margin: .15em;
    list-style-type: none;
  }
}
.b-marker__address, li.b-marker__address {
  font-style: italic;
}
.b-marker__address, li.b-marker__phone {
  font-style: italic;
}
.b-marker__address, li.b-marker__hours {
  font-style: italic;
}
.b-marker__message, li.b-marker__message {
  margin-top: 0.75em;
}
/*---MAP SERACH---*
.b-map-search {
  padding: .5em 1em;
  background-color: $border-color;
  
  a, input, label {
    margin: .5em .5em 0 0;
  }
}
.b-map-search label {
  display: inline-block;
  float: left;
  margin-right: 1em;
  vertical-align: middle;
  margin-bottom: .875em;
}
input.b-input__zipcode-search {
  display: inline-block;
  float: left;
  margin-right: 1em;
  height: 28px;
  line-height: 28px;
  font-size: .875em;
  max-width: 150px;
  margin-bottom: .875em;
}
.b-map-error-message {
  display: none;
  padding: 1em 1em;
  margin: 0;
  text-align: center;
  color: $white;
  background-color: $alert-red;
}
/*---Location Listings---*
.wrap_listings {
  padding: 2em 0;
}
.b-neighborhood__group {
  text-align: left;
  margin: 2em 0 3em;
  
  h2 {
  }
}
.b-locations__neighborhood {
    margin-bottom: 0.5em;
}

.b-location-listing {
  text-align: left;
  margin: 0 0 1.5em;
}
.b-location__details {
  margin: 0;
}
.b-location__name {
    font-weight: 700;
    margin-top: .5em;
    margin-bottom: .2em;
    line-height: 1.2em;
}
.b-location__detail {
  margin: 0;
  list-style-type: none;
}
.b-location__partner {
  display: none;
  font-style: italic;
  color: $meta-color;
  margin-top: -0.25em;
  margin-bottom: .25em;
}
*/
/*-------------------------------------------
 RO: LEADERSHIP PAGE 
--------------------------------------------*/
/*
* EMPLOYEE GRID
*/
.b-employee {
  text-align: left;
  background: #f5f5f5;
  padding: 12px;
  margin-bottom: 12px; }

.b-employee__photos {
  position: relative; }

.b-employee__photo {
  width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.b-employee__photo-swap {
  position: relative; }
  .b-employee__photo-swap:hover .b-employee__photo_a {
    opacity: 0; }

.b-employee__photo_a {
  position: relative;
  z-index: 6; }

.b-employee__photo_b {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0; }

.b-employee__details {
  margin: 0 auto; }

.b-employee__name {
  font-size: 1em;
  margin-top: 0.75em;
  margin-bottom: .5em; }

.b-employee__title {
  font-size: .75em;
  color: #757575;
  margin-top: .5em; }

/*
* BOARD MEMEBERS
*/
.b-board {
  margin: 4em auto; }

.b-board__name {
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: .015em;
  text-align: left;
  width: 100%;
  font-size: 2em;
  padding-bottom: .75em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #eeeeee; }

.b-board__members {
  -webkit-box-pack: justify;
          justify-content: space-between; }

.b-board-member {
  text-align: left;
  padding: 5px; }

.b-board-member__name {
  font-size: 1em;
  margin: 0.75em auto .75em; }

.b-board-member__position {
  text-transform: uppercase;
  font-size: .815em;
  color: #616161;
  margin-bottom: 1.54em; }

.b-board-member__title {
  font-size: .875em;
  color: #616161; }

/*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
.b-section__wrap-inner_masonry {
  padding: 2.35em 0; }

.b-masonry-tile_sizer {
  width: 100%; }

.b-masonry-tiles {
  margin: 0; }

.b-masonry-tile {
  margin: .35em 0;
  float: left; }
  .b-masonry-tile h1, .b-masonry-tile h2, .b-masonry-tile h3, .b-masonry-tile h4, .b-masonry-tile h5, .b-masonry-tile h6, .b-masonry-tile p, .b-masonry-tile ul, .b-masonry-tile ol {
    text-align: left;
    margin: .25em 0;
    font-weight: unset; }

.b-masonry-tile__inner {
  position: relative; }

.b-masonry-tile_graphic {
  display: block; }

.b-masonry-tile__image {
  width: 100%;
  vertical-align: bottom; }

.b-masonry-tile__image_hover {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.b-masonry-tile:hover .b-masonry-tile__image_hover {
  opacity: 1; }

.b-masonry-tile__caption {
  position: absolute;
  background: #000;
  color: #fff !important;
  opacity: .75;
  padding: 2% 5% 2%;
  bottom: 0em;
  width: 100%; }

.b-masonry-tile__info.dashicons {
  display: none; }

.b-masonry-tile_words {
  display: block; }

.b-masonry-tile__inner_words {
  padding: 1em; }

.b-masonry-tile__text {
  padding: 1em 1.5em; }

.b-masonry-tile_words {
  display: block; }
  .b-masonry-tile_words p:last-child {
    margin-bottom: 1em; }
  .b-masonry-tile_words p:first-child {
    margin-bottom: .25em; }

.inverse_text .b-masonry-tile * {
  color: #0f3a4a !important; }

.inverse_text .b-masonry-tile .b-masonry-tile__caption * {
  color: #fff !important; }

.inverse_text .b-masonry-tile.inverse_text * {
  color: #fff !important; }

/*-------------------------------------------
 MULTI COLUMN TEXT
-------------------------------------------- */
.b-section_multi-column {
  text-align: left; }
  .b-section_multi-column .embed-container {
    margin-top: 1em; }

.b-section__wrap-outer_multi-column {
  max-width: 80%; }

.b-multi-column__text {
  text-align: left;
  max-width: 100%; }

.b-multi-column_button-wrap {
  clear: both;
  display: block;
  margin: 1em 0; }

.b-multi-column_button-wrap_left {
  text-align: left; }

.b-multi-column_button-wrap_center {
  text-align: center; }

.b-multi-column_button-wrap_right {
  text-align: right; }

/*-------------------------------------------
  MULTI-LEVEL SHOWCASE
--------------------------------------------*/
.b-headline_showcase {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #e2e4df;
  width: 90%;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  text-transform: uppercase; }

.inverse_text .b-headline_showcase {
  border-color: #fff; }

.b-showcase__gallery {
  margin: 0;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap; }

.b-showcase-item {
  margin: .5em auto; }

.b-showcase-item__inner {
  text-align: center;
  padding: 1em;
  display: block;
  width: 100%; }

.b-showcase__image {
  display: block;
  height: 105px;
  max-width: 210px;
  margin: auto;
  position: relative; }
  .b-showcase__image span {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    mix-blend-mode: multiply; }

.js-showcase-modal {
  cursor: pointer; }

.b-showcase__image_a {
  cursor: initial;
  min-height: 170px;
  margin-bottom: 2em; }
  .b-showcase__image_a span {
    max-width: 100%;
    margin: auto; }

.b-showcase__image_c {
  height: 100px;
  max-width: 150px; }

.b-showcase__image_d {
  height: 90px;
  max-width: 130px; }

.b-showcase__image_e {
  height: 90px;
  max-width: 130px; }

.b-showcase-item__detail {
  display: none;
  text-align: left;
  z-index: 3;
  background: #fff;
  border: 1px solid #ccc;
  padding: 1em 1.75em;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap; }

.b-showcase-item__detail_a {
  display: block;
  text-align: center;
  position: relative;
  background: transparent;
  border: none;
  padding: initial; }
  .b-showcase-item__detail_a .b-showcase-item__detail-photo {
    display: none; }
  .b-showcase-item__detail_a .b-showcase-item__title {
    padding: 0; }
  .b-showcase-item__detail_a .b-showcase-item__detail-text {
    border: 0;
    text-align: left;
    padding-top: 0; }

.b-showcase-item__detail-photo {
  max-width: 240px;
  padding: 1.5em; }

.b-showcase-item__detail-text {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
  margin-top: 0; }

.b-showcase-item__title {
  margin-bottom: 0;
  color: #0f3a4a;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1; }

.b-showcase-item__meta {
  font-style: italic;
  color: #e2e4df;
  margin: .25em 0 0.75em; }

.b-showcase-item__description > p {
  margin-top: .25em; }

/*-------------------------------------------
  QUOTE BOXES
--------------------------------------------*/
.b-quoteboxes {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-quotebox {
  overflow: visible;
  position: relative;
  margin-top: 80px; }
  .b-quotebox:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    top: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
  .b-quotebox:first-child {
    margin-top: 50px; }

.b-quotebox__inner {
  position: relative;
  border: 2px solid black;
  padding: 55px 2% 0; }

.b-quotebox__image {
  max-width: 80px;
  margin: auto auto 1em;
  border-radius: 50%;
  border: 3px solid #0f3a4a;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  .b-quotebox__image img {
    margin-left: auto;
    margin-right: auto; }

.b-quotebox__body {
  font-size: 1.25em;
  font-weight: 300;
  margin: .5em auto;
  text-align: center;
  line-height: 1.5;
  padding: 0 1em; }

.b-quotebox__body:before, .b-quotebox__body:after {
  content: '\201C';
  font-size: 1.25em;
  font-weight: 500;
  color: #0f3a4a;
  line-height: 0;
  margin-right: 5px;
  vertical-align: -0.1em; }

.b-quotebox__body:before {
  content: '\201C';
  left: -1px; }

.b-quotebox__body:after {
  content: '\201D';
  margin-right: 0;
  margin-left: 5px; }

.b-quotebox__attributions {
  margin-top: 1em;
  margin-bottom: 1.5em; }

.b-quotebox__attribution-photo {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  margin: 0 10px 10px 0; }

.b-quotebox__attribution-text {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle; }

.b-quotebox__attribution {
  font-family: "roboto condensed", "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .875em;
  margin: 0 auto; }
  .b-quotebox__attribution:nth-child(2) {
    font-weight: normal;
    margin-top: 0em;
    text-transform: none; }
  .b-quotebox__attribution:nth-child(3) {
    font-weight: normal;
    margin-top: 0em;
    text-transform: none;
    color: #0f3a4a; }

.inverse_text .b-quotebox:after {
  background-color: transparent; }

.inverse_text .b-quotebox__inner {
  border-color: #fff; }

.inverse_text .b-quotebox__image {
  border-color: #fff; }

.inverse_text .b-quotebox__body:before, .inverse_text .b-quotebox__body:after {
  color: #fff; }

/*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
.b-quotes-carousel {
  margin: 0em auto; }

.b-quote {
  overflow: hidden;
  position: relative; }

.b-quote__image {
  margin: auto auto 1em; }
  .b-quote__image img {
    margin-left: auto;
    margin-right: auto; }

.b-quote__body {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: .5em auto;
  text-align: center;
  line-height: 1.5;
  padding: 0 .10px; }

.b-quote__body:before, .b-quote__body:after {
  font-size: 1.75em;
  font-weight: 500;
  color: #0f3a4a;
  line-height: 0;
  margin-right: 5px;
  vertical-align: -0.325em; }

.b-quote__body:before {
  left: -1px; }

.b-quote__body:after {
  margin-right: 0;
  margin-left: 5px; }

.b-quote__attributions {
  margin-top: 1em;
  background: rgba(15, 58, 74, 0.85);
  color: #fff;
  text-align: right;
  padding: 12px 24px;
  display: inline-block;
  position: absolute;
  top: 110px;
  right: 0; }

.b-quote__attribution-photo {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 90px;
  margin: 0 10px; }

.b-quote__attribution-text {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle; }

.b-quote__attribution {
  font-family: "roboto condensed", "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: .5em 0;
  font-size: .75em;
  display: block;
  letter-spacing: .06em; }
  .b-quote__attribution:nth-child(1) {
    letter-spacing: .2em;
    font-size: .875em; }
  .b-quote__attribution:nth-child(2) {
    font-weight: normal;
    text-transform: none;
    color: #98aa8d; }
  .b-quote__attribution:nth-child(3) {
    font-weight: normal;
    text-transform: none;
    color: #98aa8d; }

.b-quote__cta {
  color: #FF6633;
  font-size: 1.25em;
  font-weight: 300; }
  .b-quote__cta:hover {
    color: #0f3a4a; }

/*-------------------------------------------
 SCROLLJACK
--------------------------------------------*/
.b-scrolljack-cards {
  margin: 0; }

.b-scrolljack-card {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  margin-bottom: 0; }
  .b-scrolljack-card:first-child {
    padding-top: 0; }
  .b-scrolljack-card.sj_active {
    opacity: 1 !important; }

.b-scrolljack-card__mover {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.b-scrolljack-card__headline {
  margin-top: 0.5em; }

.b-scrolljack-card__button {
  margin-bottom: 1.5em; }

.b-scrolljack-card__static {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.b-scrolljack-card__photo {
  max-width: 80%;
  margin: auto; }

/*********************************
CONTENT WITH MENU SLIDER STYLES
*********************************/
/*.b-wysiwyg__tags {
  ul {
    li {
    list-style-type: none;
    background: #eaeaea;
    display: inline-block;
    padding: .5em 0.8em;
    border-radius: 6px;
    margin: 0.4em 0.3em;
    }
  }
}*/
/*-------------------------------------------
 SPLIT SHOWCASE
--------------------------------------------
.b-split-showcase__headline {
  
}
.b-split-showcase__subhead {
  
}
.b-split-showcase__intro {
  
}
.b-split-showcase__button {
  
}
.b-section__split-showcase {
  .b-section__wrap-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;

    
  }
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
}
.b-split-showcase__introduction {
  order: 1;
}
.b-split-showcase__features_right, .b-split-showcase__features_left {
  order: 2;
}

.b-showcase-item__title {
  
}

*/
/*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
.b-section_bkg-video-player {
  overflow: hidden; }

.b-section_bkg-video-player_loop {
  background-position: -9999px !important; }

.js-watch-bkg-video {
  cursor: pointer; }

.b-section__wrap-inner_bkg-video-player {
  pointer-events: none; }

.b-video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.b-section__wrap-outer_bkg-video-player {
  min-height: 250px;
  width: 80%;
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  justify-content: center;
  align-items: center; }

.b-section_bkg-video-player.extra_height .b-section__wrap-outer_bkg-video-player {
  min-height: 335px; }

.b-bkg-video__content {
  text-align: center;
  position: relative;
  z-index: 10; }

.b-bkg-video__headline {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: .25em; }

.b-bkg-video__button {
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  font-size: .94em;
  margin-top: 2em;
  display: block;
  color: #0f3a4a; }
  .b-bkg-video__button:hover, .b-bkg-video__button:active {
    text-decoration: none;
    color: #0f3a4a; }

.b-bkg-video__button__icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  position: relative; }
  .b-bkg-video__button__icon:before {
    background: rgba(51, 51, 51, 0.5);
    color: #fff;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    z-index: 1;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%;
    font-size: 24px;
    line-height: 2;
    width: 45px;
    height: 50px;
    padding-left: 5px; }

.b-bkg-video__button__icon_image {
  margin-right: 0;
  height: auto;
  width: auto; }

.b-section_bkg-video-player:hover .b-bkg-video__button__icon:before {
  background-color: #98aa8d;
  opacity: .7; }

.b-bkg-video__play-label {
  margin-left: 8px;
  font-weight: bold;
  font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.b-bkg-video__player {
  display: none;
  position: relative;
  z-index: 12;
  overflow: visible; }

.b-bkg-video__close {
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: -10px;
  left: 10px;
  cursor: pointer;
  z-index: 20000; }
  .b-bkg-video__close img {
    max-width: 100%; }

/*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
.b-video-feature {
  text-align: left; }

.b-section__wrap-inner_video-feature {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-video-feature__text {
  margin-bottom: 2em; }

.b-video-poster {
  overflow: hidden;
  position: relative;
  display: inline-block; }

.b-video-poster__play-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../images/icon-play-button.png") center center no-repeat;
  -webkit-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out; }

.b-video-poster__play-button:hover {
  -webkit-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: rgba(0, 0, 0, 0.25); }

.b-video-poster__link {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 65.25%; }
  .b-video-poster__link img {
    vertical-align: bottom;
    width: 100%; }

/*--------------------------------------------------------------------------------------
 SINGLE PAGE OR CONTENT TYPE DETAILS
---------------------------------------------------------------------------------------*/
/*-------------------------------------------
 SEARCH RESULTS PAGE
--------------------------------------------*/
.b-search-title {
  background: #eeeeee;
  padding: 1.5em;
  text-align: center; }

.b-headline_search-results {
  margin-left: 0;
  margin-right: .3em; }
  .b-headline_search-results span {
    margin-left: 10px; }

.b-search-results_group-name {
  margin-bottom: .5em;
  margin-left: 0; }

.b-search-results_group {
  -webkit-box-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em; }
  .b-search-results_group .b-feature-event, .b-search-results_group .b-story-grid-item, .b-search-results_group .b-feature-card_programs, .b-search-results_group article {
    flex-basis: 100%;
    -webkit-box-flex: 0;
            flex-grow: 0;
    margin: 1em 1.5%; }
  .b-search-results_group .b-feature-event:last-child {
    border-bottom: none; }

/*-------------------------------------------
 ARCHIVE BLOCK (CHOOSE CONTENT TYPE)
--------------------------------------------*/
.b-posts-archive {
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }

.b-posts-archive_press-release {
  -webkit-box-pack: justify;
          justify-content: space-between; }

.b-resp-image_press-release {
  max-width: 100%;
  max-height: 350px; }

/*--------------------------------------------
 CASE STUDIES BLOG
--------------------------------------------*/
/*---MAIN FEED PAGE---*/
.b-casestudy-blog__main, .b-casestudy-blog__sidebar, .b-casestudy-preview, .b-casestudy-post__header {
  overflow: hidden; }

.b-casestudy-blog__main {
  margin: 1em 0 2em;
  padding: 0 5px;
  justify-content: space-around; }

.b-casestudy-post-logo {
  text-align: left; }

.b-casestudy-post-logo img {
  margin-top: 0.4em;
  margin-right: 2%;
  width: 100%;
  max-width: 140px; }

.b-casestudy-post-name {
  font-size: 1.75em; }

.b-casestudy-post-name, .b-casestudy-post-name a, .b-casestudy-post-name a:link, .b-casestudy-post-name a:visited {
  margin-bottom: 0; }

/*---SINGLE CASE STUDY PAGE---*/
.b-casestudy-post__tags {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap; }

.b-casestudy-post__tag {
  padding-right: 12px; }

.b-casestudy-post__feature-image, .b-casestudy-post__video {
  background: #eaeaea; }

.b-casestudy-post__video {
  width: 100%; }

.b-casestudy-post__content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
  overflow: hidden;
  margin-top: 1em; }

.b-casestudy-post__related-posts {
  border-top: 1px solid #eeeeee;
  padding-top: 1.75em;
  justify-content: space-around; }

.b-casestudy-preview:last-child {
  margin-bottom: 1.75em; }

.b-casestudy-preview__image {
  position: relative; }

.b-casestudy-preview__logo {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 300;
  height: 32%;
  bottom: 0; }
  .b-casestudy-preview__logo img {
    max-height: 100%;
    margin-left: 10px; }

.b-casestudy-preview__name {
  display: none; }

.b-casestudy-preview__subhead {
  margin: 0;
  font-size: 1em; }

.b-casestudy-preview__text {
  display: none; }

/*-------------------------------------------
 RO: FEATURED PRODUCTS
--------------------------------------------*/
.b-product-listing {
  margin: 2em 0; }

.b-product-listing__image {
  padding-right: 3%; }
  .b-product-listing__image img {
    max-height: 65px;
    max-width: 100%;
    margin-top: 0.4em;
    margin-right: 2%; }

.b-product-listing__content {
  text-align: left; }

.b-product-listing__title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0.25em; }

.b-product-listing__text {
  margin-top: 0em;
  font-style: italic; }

/*-------------------------------------------
 RO: TEAM MEBERS
--------------------------------------------*/
.b-section_execs {
  text-align: left; }

.b-section__wrap-inner_execs {
  padding-bottom: .5em; }

.b-headline_team {
  margin-top: 0;
  display: none; }

.b-exec {
  margin-bottom: 2em; }
  .b-exec:last-child {
    margin-bottom: 0; }

.b-exec__photo {
  position: relative;
  padding-bottom: 67%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.b-exec__linkedin {
  width: 15%;
  float: right;
  margin-top: .5625em;
  display: block;
  text-align: right; }

.b-exec__name {
  width: 84%;
  text-align: left;
  margin-bottom: 0;
  margin-top: .5em;
  float: left;
  font-weight: bold; }

.b-exec__position {
  text-align: left;
  margin-top: 0em;
  width: 84%;
  float: left;
  margin-bottom: 0.5625em;
  font-style: italic; }

.b-exec__bio {
  clear: both; }

.b-exec__funfact {
  margin-bottom: 0; }

.b-exec__quote {
  margin-bottom: 0; }

.b-exec__label {
  font-weight: bold; }

.b-section_our-people {
  text-align: left; }

.b-team-member {
  margin-bottom: 1em;
  cursor: pointer; }

.b-team-member__link {
  color: unset;
  text-decoration: none; }
  .b-team-member__link:link, .b-team-member__link:visited, .b-team-member__link:active {
    color: unset;
    text-decoration: none; }

.b-team-member__wrap {
  -webkit-perspective: 1000;
          perspective: 1000;
  text-align: center; }

.b-team-member__photo-border {
  width: 100%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: .5em;
  position: relative;
  z-index: 2; }

.b-team-member__photo-border_dept {
  border: 6px solid #4d4d4d; }

.b-team-member__photo-border_sales {
  border-color: #336699; }

.b-team-member__photo-border_marketing {
  border-color: #B7D9E6; }

.b-team-member__photo-border_businessdev {
  border-color: #A9C795; }

.b-team-member__photo-border_admin {
  border-color: #FAAD7C; }

.b-team-member__photo-border_itservices {
  border-color: #999999; }

.b-team-member__photo-border_operations {
  border-color: #A9C795; }

.b-team-member__photo-swap {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.b-team-member__wrap:hover .b-team-member__photo-swap {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.b-team-member__photo, .b-team-member__photo_alt {
  width: 100%;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent; }

.b-team-member__photo_alt {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.b-team-member__name, .b-team-member__dept {
  margin-bottom: 0.2em;
  margin-top: 0;
  line-height: 1em;
  font-size: 0.875em; }

.b-team-member__name {
  text-decoration: underline; }

.b-team-member__dept {
  font-size: 0.75em;
  font-style: italic; }

/*TEAM MEMBER IN MODAL*/
.b-team-member-modal__inner {
  padding: 1em;
  text-align: left; }

.b-team-member-modal__top {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.b-team-member__photo-border_modal {
  max-width: 85%;
  margin: 0px auto 1.5em;
  display: block; }

.b-team-member-modal__byline {
  align-self: flex-start;
  width: 100%; }

.b-team-member__name_modal {
  font-size: 2em;
  text-decoration: none;
  line-height: 1.25em;
  font-weight: 700;
  color: #00467F;
  border-top: 1px solid #ccc;
  padding-top: 0.75em; }

.b-team-member__dept_modal {
  font-size: 1em; }

.b-team-member__linkedin {
  margin: 0;
  border: 1px solid #ccc;
  font-weight: 700;
  display: inline-block;
  padding: 0.6em 0.6em .6em .3em; }

.b-color-key {
  background: #eeeeee;
  padding: .5em 2%;
  margin-bottom: 2em; }

.b-color-key li:before {
  color: #ed0000;
  /* set color to red */
  content: "\2022";
  /* /2022 is the numerical unicode for &bull; */
  font-size: 3em;
  /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  position: relative;
  padding-right: 5px;
  vertical-align: middle;
  font-family: sans-serif; }

.b-color-key li {
  display: inline-block;
  margin-right: 2%;
  line-height: 1em; }

.b-color-key li.b-color-key__marketing:before {
  color: #B7D9E6; }

.b-color-key li.b-color-key__sales:before {
  color: #336699; }

.b-color-key li.b-color-key__operations:before {
  color: #A9C795; }

.b-color-key li.b-color-key__admin:before {
  color: #FAAD7C; }

.b-color-key li.b-color-key__itservices:before {
  color: #999999; }

/* active team member */
.b-team-member_active {
  position: relative;
  z-index: 100; }

.b-team-member_active .b-team-member__wrap {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2em 30% 1.5em;
  width: 146%;
  position: absolute;
  left: -60%;
  box-sizing: content-box;
  top: -4.2em;
  text-align: center;
  font-size: 1.1em; }

.b-team-member_active:nth-child(3n+1) .b-team-member__wrap {
  left: -15px; }

.b-team-member_active:nth-child(3n) .b-team-member__wrap {
  left: initial;
  right: -15px; }

.b-team-member_active .b-team-member__photo-border {
  margin-bottom: .5em; }

.b-team-member_active .b-team-member__name, .b-team-member_active .b-team-member__dept {
  color: #000;
  text-decoration: none; }

/*------------------------------
 JOB LISTINGS
--------------------------------*/
.b-job-listing {
  border: 5px #dedede solid;
  box-shadow: none;
  margin-bottom: 1em;
  text-align: left; }

.b-job-listing__link {
  text-decoration: none; }

.b-job-listing__inner {
  padding: 1.25em 1.15em 1.5em; }

.b-job-listing__title {
  display: inline-block;
  margin-bottom: 0.25em; }

.b-job-listing__dept {
  display: inline-block;
  margin: 0 0 .5em; }
  .b-job-listing__dept:before {
    content: "/ ";
    display: inline-block; }

.b-job-listing__aside {
  margin-top: .25em; }

.b-job-listing__location {
  margin: 0; }

.b-sidebar_jobs {
  border: 5px #dedede solid; }

.b-job-listings_related {
  margin: 0; }

.b-job-listing_related {
  border: none;
  border-bottom: 2px solid #ccc;
  display: block;
  margin-bottom: 0;
  padding: 0; }
  .b-job-listing_related:last-child {
    border-bottom: none; }

.b-job-listing__link_related {
  color: #0f3a4a;
  display: block; }
  .b-job-listing__link_related:visited {
    color: #0f3a4a; }
  .b-job-listing__link_related:hover, .b-job-listing__link_related:active, .b-job-listing__link_related:focus {
    text-decoration: none;
    color: #0f3a4a; }
  .b-job-listing__link_related:visited {
    text-decoration: none; }

.b-job-listing__inner_related {
  padding: 1.25em 0 1em; }

.b-job-listing__meta_related {
  margin-bottom: 0; }

/*------------------------------
 CURRENT JOB POST
--------------------------------*/
.b-job-post__main, .b-job-post__sidebar, .b-job-post__header {
  overflow: hidden;
  text-align: left; }

.b-job-post__main {
  margin: 0 0 1em; }

.b-job-post-subhead {
  font-style: italic;
  color: #e2e4df; }

.b-job-post__detail {
  display: inline-block; }

.b-job-post__detail:after {
  display: inline-block;
  content: ">";
  padding-left: .4em; }

.b-job-post__detail:last-child:after {
  content: ""; }

.b-job-post__content {
  padding: 0;
  padding-bottom: 2em;
  margin-top: 1em;
  overflow: hidden; }

.b-job-post__footer {
  margin-top: 1em; }

.b-apply_button {
  margin-bottom: 1em; }

.b-application__details {
  clear: both;
  font-style: italic;
  color: #e2e4df;
  margin: .5em 0; }

.b-application__details_deadline {
  font-weight: bold; }

/*-------------------------------------------
 RO: SORTING BAR
--------------------------------------------*/
.b-sortbar {
  display: none;
  margin: auto .25em;
  font-family: "roboto condensed", "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 2em; }

.b-sortbar_label {
  padding: .5em 1em;
  margin: 0 3px 6px;
  color: #757575; }

.b-post-sort-options {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-box-pack: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  margin-left: -1em; }

.b-post-sort-option {
  color: #000;
  border-radius: 3px;
  flex-shrink: 1;
  flex-basis: auto;
  padding: .5em 1em;
  margin: 0 3px 6px;
  float: none;
  text-align: center;
  cursor: pointer;
  float: none; }
  .b-post-sort-option:hover {
    color: #fff; }

.b-post-sort-option_active {
  background: #99cc66;
  color: #fff; }

/******************************************
 * BACK TO TOP BUTTON
*******************************************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: -50px;
  right: 0;
  line-height: 1;
  text-decoration: none;
  color: #fff !important;
  padding: 12px 3%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: rgba(152, 170, 141, 0.8) url(../images/cd-top-arrow.png) no-repeat 96% 47%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out; }
  .cd-top:hover, .cd-top:focus {
    text-decoration: none;
    outline: none; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    bottom: 0; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .no-touch .cd-top:hover {
    background-color: #98aa8d;
    opacity: 1;
    text-decoration: none; }

/*---------------------------
 Sitemap
---------------------------*/
.b-title__sitemap {
  margin-top: 2em; }

.b-sitemap li.menu-item {
  font-weight: 700;
  margin: 2em 0; }
  .b-sitemap li.menu-item a {
    background: #2d2c2c;
    padding: .5em .5em .5em 1em;
    color: #fff;
    display: block;
    max-width: 400px; }
  .b-sitemap li.menu-item ul {
    font-size: 1em; }
    .b-sitemap li.menu-item ul.sub-menu {
      margin: 1em; }
    .b-sitemap li.menu-item ul li {
      font-weight: 400;
      margin: 1em 0; }
      .b-sitemap li.menu-item ul li a {
        background: transparent;
        padding: 0;
        color: #0f3a4a;
        display: inline;
        max-width: initial; }
        .b-sitemap li.menu-item ul li a:hover {
          text-decoration: underline; }
      .b-sitemap li.menu-item ul li.menu-item-has-children {
        font-weight: 400;
        margin: 1em 0 1em 0em;
        width: 100%; }
        .b-sitemap li.menu-item ul li.menu-item-has-children a {
          display: block;
          max-width: 386px; }
        .b-sitemap li.menu-item ul li.menu-item-has-children li {
          font-weight: 400; }
          .b-sitemap li.menu-item ul li.menu-item-has-children li a {
            background: transparent;
            padding: 0;
            color: #0f3a4a;
            display: inline;
            max-width: initial; }

/********************
 * PLUGIN STYLES
 *******************/
.wpcf7 {
  max-width: 600px; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

#cboxOverlay, #cboxWrapper, #colorbox {
  z-index: 11111; }

#cboxClose {
  background: url(../images/close-button.png) no-repeat;
  background-size: contain;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px; }
  #cboxClose:hover {
    background-position: center; }

#cboxLoadedContent {
  margin-bottom: 0; }

#cboxLoadedContent .b-team-member__wrap {
  width: 90%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.4em; }

#cboxLoadedContent .b-team-member__photo-border {
  max-width: 90%; }

#cboxLoadedContent .b-team-member__name, #cboxLoadedContent .b-team-member__dept, #cboxLoadedContent .b-team-member__bio {
  text-align: left; }

#cboxLoadedContent .b-team-member__name {
  font-size: 1.5em;
  text-decoration: none;
  line-height: 1.25em;
  font-weight: 700;
  margin: 0 0 .25em;
  color: #00467F;
  font-family: "Roboto Slab", "Georgia", Cambria, Times New Roman, Times, serif; }

#cboxLoadedContent .b-team-member__dept {
  text-style: italic; }

#cboxLoadedContent .b-team-member__photo-swap {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.enlarge-icon:before {
  font-family: "dashicons";
  content: "\f179";
  position: absolute;
  font-size: 13px;
  left: 0; }

span.enlarge-icon {
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  clear: both;
  display: block;
  padding-left: 14px;
  margin: auto;
  position: relative; }

.js_li_grid ul {
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap; }

.addthis-smartlayers {
  display: none; }

.b-share-buttons {
  padding: 0.75em 0;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }

.b-share-button {
  color: #757575;
  display: inline-block;
  vertical-align: middle;
  padding: 0 .25em; }
  .b-share-button i {
    vertical-align: initial; }
  .b-share-button:hover {
    color: #0f3a4a; }
  .b-share-button:visited, .b-share-button:focus {
    color: #ccc; }
    .b-share-button:visited:hover, .b-share-button:focus:hover {
      color: #0f3a4a; }

.b-share-button_label {
  padding: 0;
  text-transform: uppercase;
  font-size: .875em;
  line-height: 1.725;
  margin: 0;
  vertical-align: middle;
  padding-top: 4px; }

.b-share-buttons_side {
  display: none; }

.b-share-buttons_top {
  display: block;
  padding: .75em 0;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee; }
  .b-share-buttons_top .b-share-button {
    margin-bottom: 0; }

.bx-wrapper {
  margin: 0 auto 3.5em !important; }

.bx-pager.bx-default-pager {
  bottom: -45px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 12px; }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ff9600; }

.b-section_hero .bx-wrapper {
  margin-bottom: 0 !important; }
  .b-section_hero .bx-wrapper .bx-pager {
    bottom: 8px; }

.bx-wrapper .bx-controls-direction a {
  opacity: 1;
  -webkit-transition: visibility 0s ease-out, opacity 0.5s ease-out;
  transition: visibility 0s ease-out, opacity 0.5s ease-out; }

.b-section_hero:hover .bx-wrapper .bx-controls-direction a {
  opacity: 1; }

.bx-custom-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  clear: both;
  position: relative !important;
  bottom: 0 !important;
  padding: 1.2em 0 !important;
  margin-top: 1em; }
  .bx-custom-pager .bx-pager-item {
    padding: 0 10px; }
    .bx-custom-pager .bx-pager-item a {
      text-decoration: none; }

/* default */
.map {
  top: 0px;
  left: 0;
  width: 100%;
  height: 350px; }

.map-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

/* top is set to 30px to allow for google maps controls. set to 0 if not using google maps */
.mapescape-scroll {
  background: transparent;
  z-index: 1;
  width: 40px;
  right: 0;
  bottom: 25%;
  position: absolute;
  transition: right .3s;
  -moz-transition: right .3s;
  /* Firefox 4 */
  -webkit-transition: right .3s;
  /* Safari and Chrome */ }

.mapescape-scroll.scroll-inactive {
  right: -40px; }

.mapescape-scroll-tab {
  width: 35px;
  height: 70px;
  right: 0;
  border-radius: 55px 0 0 55px;
  position: absolute;
  background: rgba(174, 38, 66, 0.7) url(../images/scroll-icon.png) 70% 50% no-repeat;
  color: #fff;
  background-size: 12px 25px;
  transition: top .3s;
  -moz-transition: top .3s;
  /* Firefox 4 */
  -webkit-transition: top .3s;
  /* Safari and Chrome */ }

/* active state */
.scroll-active .mapescape-scroll-tab:before {
  content: ' ';
  z-index: -1;
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 45px;
  height: 90px;
  right: 0;
  border-radius: 55px 0 0 55px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  transition: top .3s;
  -moz-transition: top .3s;
  /* Firefox 4 */
  -webkit-transition: top .3s;
  /* Safari and Chrome */ }

/* IZI MODAL */
.iziModal {
  max-height: 90%; }

.iziModal-header {
  width: 100%;
  min-height: 30px; }

/********************
 * STYLE OVERIDES
*********************/
.inverse_text {
  color: #fff !important; }
  .inverse_text a, .inverse_text a:visited {
    color: #fff !important;
    /* on hover */
    /* on click */
    /* mobile tap color */ }
    .inverse_text a:hover, .inverse_text a:focus, .inverse_text a:visited:hover, .inverse_text a:visited:focus {
      color: #fff !important; }
    .inverse_text a:link, .inverse_text 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(255, 255, 255, 0.3) !important; }

.inverse_text * {
  color: #fff !important; }
  .inverse_text * .b-sidebartext__sidebar .b-headline, .inverse_text * .b-sidebartext__sidebar .b-headline span, .inverse_text * .b-sidebartext__sidebar .b-subhead {
    color: #0f3a4a !important; }
  .inverse_text * .b-sidebartext__sidebar .b-sidebar__text * {
    color: #0f3a4a !important; }
  .inverse_text * .b-sidebartext__sidebar .b-sidebar__button {
    color: #fff !important; }
  .inverse_text * .b-sidebartext__sidebar.inverse_text * {
    color: #fff !important; }
    .inverse_text * .b-sidebartext__sidebar.inverse_text * .b-headline span {
      color: #fff !important; }

.inverse_text_gray * {
  color: #757575 !important; }
  .inverse_text_gray * .b-share-link__image {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5); }

.b-hidden {
  display: none; }

.b-anchor-tag {
  display: block;
  visibility: hidden; }

.js-scrollFadeIn {
  -webkit-transition: all, 800ms;
  transition: all, 800ms;
  opacity: 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.
*/
  /*------------------
 HEADLINES AND SUBHEADS
------------------*/
  /*-------------------------------------------
NAVIGATION STYLES
--------------------------------------------*/
  .b-menu__list-item {
    /*-------------------------------------------
  CHILD MENUS AND/OR DROPDOWNS
  --------------------------------------------*/
    /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */ }
    .b-menu__list-item a {
      /*
    remember this is for mobile ONLY, so there's no need
    to even declare hover styles here, you can do it in
    the style.scss file where it's relevant. We want to
    keep this file as small as possible!
    */ }
  /* end .b-menu__list > li */
  /* CURRENT PAGE HIGHLIGHTING */
  /* end current highlighters */
  /*
 * Main Menu Tweaks
 */
  /*
 * Utility Menu Tweaks
 */
  /*
 * SubMenu -- This is the menu underneath the main menu and
 * --- NOT the children items inside the main menu
 */
  /*-------------------------------------------
 AUTHOR STYLES
--------------------------------------------*/
  /*-------------------------------------------
POSTS & CONTENT STYLES
--------------------------------------------*/
  /*----------------
SINGLE POST
----------------*/
  .b-section__wrap-inner_single-header {
    padding: 3em 0; }
  .b-single__title {
    font-size: 2.25em; }
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  /*--------------------------------------
POST SIDEBAR
--------------------------------------*/
  /*-------------------------------------------
INDEX/ARCHIVE STYLES
--------------------------------------------*/
  .blog .b-section_hero {
    min-height: 365px; }
  .b-post__content {
    padding: 1.25em 1.15em 1.5em; }
  /*-------------------------------------------
 FEATURED POSTS ON INDEX PAGE
--------------------------------------------*/
  /*-------------------------------------------
 POST FILTERS/HEADER ON INDEX PAGE
--------------------------------------------*/
  /************************************
  FOOTER STYLES
*************************************/
  .b-footer__logo {
    margin: 1em auto; }
  .b-footer_menu .b-footer__nav li {
    width: auto; }
  /*-------------------------------------------------
 HOVER CARD STYLE
---------------------------------------------------*/
  /*-------------------------------------------------
 PAGE COVER INTRO
---------------------------------------------------*/
  .b-page-cover {
    padding-top: 105px; }
  .b-headline_page-cover {
    max-width: 80%; }
  /*-------------------------------------------------
 HOMEPAGE SCROLL MORE (INSERTED VIA JS)
---------------------------------------------------*/
  /***********************************************************
  BEM BLOCKS STYLES  BEM BLOCKS STYLES  BEM BLOCKS STYLES
***********************************************************/
  /*-------------------------------------------
 SECTION BLOCK (reusable section header)
--------------------------------------------*/
  .b-section_tall .b-section__wrap-inner {
    padding: 4em 0; }
  /*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
  .b-colored-list {
    margin: 1vw 0; }
  /*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
  .b-hero-slideshow-center .b-countdown {
    max-width: 481px;
    margin-right: -26px; }
  .flip-clock-wrapper {
    font-size: 1.75em; }
  .flip-clock-wrapper ul {
    max-width: 45px; }
  .flip-clock-divider .flip-clock-label {
    right: -62px; }
  .flip-clock-divider.hours .flip-clock-label {
    right: -64px; }
  .flip-clock-divider.minutes .flip-clock-label {
    right: -68px; }
  .flip-clock-divider.seconds .flip-clock-label {
    right: -73px; }
  .flip-clock-dot.top {
    top: .6em; }
  .flip-clock-dot.bottom {
    bottom: 0.1em; }
  /*-------------------------------------------
 RO: CHARTS
--------------------------------------------*/
  .b-chartblock__text {
    width: 70%;
    margin: 0 auto; }
  /*-------------------------------------------
 SIMPLE CTA
--------------------------------------------*/
  .b-simple-cta__content {
    width: 67%;
    margin: 1.75em auto; }
  /*-------------------------------------------
 SUPPORTED CTA
--------------------------------------------*/
  /*-------------------------------------------
  CTA BAR
--------------------------------------------*/
  .b-ctabox__headline {
    font-size: 1.25em; }
  /*-------------------------------------------
 FAQs
--------------------------------------------*/
  /*-------------------------------------------
 RO: FEATURE CARDS
--------------------------------------------*/
  .b-feature-cards {
    width: 100%;
    margin: 0 auto; }
  /***** OVERLAY VERSION *****/
  /*-------------------------------------------
 RO: FEATURED EVENTS
--------------------------------------------*/
  .b-featured-event__bloglink {
    margin-top: 3.5em; }
  /*-------------------------------------------
 FEATURE WITH ICON
--------------------------------------------*/
  .b-feature__image-wrap {
    max-width: 50%; }
  /*-------------------------------------------
 GROUPED CONTENT WITH SORTER
--------------------------------------------*/
  .b-grouped-content__content {
    padding: 0.5em 1em 2em; }
  /*-------------------------------------------
  RO: HALF PHOTO REPEATER
--------------------------------------------*/
  .b-half-tile__subhead {
    width: 80%;
    max-width: 350px; }
  /*-------------------------------------------
 HOVER VIDEO PANELS
--------------------------------------------*/
  .b-hover-panel__headline {
    font-size: 1.65em; }
  .b-hover-panel__text {
    max-width: 275px; }
  /*-------------------------------------------
  RO: IFRAME AND SCRIPTS BUCKET
--------------------------------------------*/
  /*-------------------------------------------
  RO: PAGE HEADER: HERO
--------------------------------------------*/
  .b-section_hero {
    min-height: 365px; }
  .b-section__wrap-outer_hero {
    width: 80%; }
  .b-hero__buttons {
    font-size: 1em; }
  /* LEFT VERSION */
  /* CENTER VERSION */
  /*-------------------------------------------
  INTRODUCTION TEXT
--------------------------------------------*/
  /*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
  .b-masonry-tile_sizer, .b-masonry-tile {
    width: 49%; }
  .b-masonry-tile_gutter-sizer {
    width: 2%; }
  .b-masonry-tile {
    margin: 1% 0;
    padding-left: 0;
    padding-right: 0; }
    .b-masonry-tile.m-1of2 {
      width: 49%; }
    .b-masonry-tile.m-all {
      width: 100%; }
  /*-------------------------------------------
 RO: MULTI COLUMN TEXT
--------------------------------------------*/
  /*-------------------------------------------
  RO: STATISTICS / STATS
--------------------------------------------*/
  .b-stats {
    margin-top: 3.5em; }
  .b-stat {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-basis: 30%; }
  /*-------------------------------------------
  RO: PHOTO BREAK
--------------------------------------------*/
  /*-------------------------------------------
  RO: PHOTO MENU
--------------------------------------------*/
  .b-section__wrap-outer_photo-menu {
    width: 80%;
    max-width: 470px; }
  .b-photo-menu__text {
    margin-top: 2.5em; }
  .b-photo-menu__item {
    font-size: 1.25em; }
  /*-------------------------------------------
  RO: MAP MENU
--------------------------------------------*/
  .b-map-menu__text {
    margin-top: 2.5em; }
  .b-map-menu__item {
    font-size: 1.25em; }
  /*-------------------------------------------
  RO: PHOTO AND VIDEO FEATURES
--------------------------------------------*/
  /*-------------------------------------------
  RO: RECENT POSTS
--------------------------------------------*/
  /*-------------------------------------------
  RO: RELATED PAGES
--------------------------------------------*/
  .b-relpages {
    width: 100%; }
  .b-relpage {
    margin-bottom: 1.5em; }
  /*-------------------------------------------
  RO: TEXT OVER PHOTO
--------------------------------------------*/
  .b-section__wrap-outer_textphoto {
    width: 70%; }
  .b-section-textphoto__text p {
    font-size: 1.25em; }
  /*-------------------------------------------
  RO: CTA OVER VIDEO (PHOTO BACKUP)
--------------------------------------------*/
  .b-section_cta-video {
    min-height: 260px; }
  .b-cta-bar {
    margin-left: auto;
    margin-right: auto; }
  /*-------------------------------------------
  RO: TEXT WITH SIDE IMAGE
--------------------------------------------*/
  /*-------------------------------------------
  RO: TEXT WITH SIDEBAR
--------------------------------------------*/
  /*-------------------------------------------------------
  RO: TEXT WITH THIRD PARTY SCRIPT (SOCIAL MEDIA FEED)
-------------------------------------------------------*/
  /*-------------------------------------------
  RO: TEXT EDITOR BLOCK
--------------------------------------------*/
  .b-section_textedit {
    text-align: left; }
  .b-section__wrap-outer_textedit {
    max-width: 675px;
    width: 85%; }
  /*-------------------------------------------
  RO: HALF PANELS
--------------------------------------------*/
  .b-half-panel {
    padding: 2em; }
  /*-------------------------------------------
  RO: DONATION PAGE: DONATION FORM PANEL
--------------------------------------------*/
  .b-half-panel_donate-list {
    padding: 2em 18%; }
  /*-------------------------------------------
  RO: WHAT WE DO PAGE: MONEY PEOPLE PANEL
--------------------------------------------*/
  .b-people-stats {
    width: 90%; }
    .b-people-stats > span {
      -webkit-box-flex: 0;
              flex-grow: 0;
      flex-shrink: 1;
      flex-basis: 45%; }
  .b-people-stat {
    margin: 0px 20px 0px; }
  /*-------------------------------------------
  RO: WHAT WE DO PAGE: COMMUNITY GOALS
--------------------------------------------*/
  .b-section__wrap-outer_icon-callouts {
    width: 90%; }
  .b-section-icon-callouts__text {
    width: 90%;
    margin: auto; }
  .b-icon-callout {
    position: relative; }
    .b-icon-callout:after {
      content: "";
      display: block;
      border-top: 1px solid #fff;
      opacity: .3;
      height: 1px;
      width: 50%;
      position: absolute;
      top: 2.6em;
      right: -28%; }
    .b-icon-callout:last-child:after {
      display: none; }
  .b-icon-callout__inner {
    padding: 1em 1em 1.5em;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .b-icon-callout__button {
    justify-self: flex-end;
    margin-top: .25em; }
  /*-------------------------------------------
 RO: LEADERSHIP PAGE 
--------------------------------------------*/
  /*
* EMPLOYEE GRID
*/
  .b-employee__name {
    font-size: 1.125em; }
  /*
* BOARD MEMEBERS
*/
  .b-board-member {
    padding: 0 4% 2%; }
  /*-------------------------------------------
 ICON CARDS
--------------------------------------------*/
  .b-icon-cards.b-columns {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  /*-------------------------------------------
 ICON LIST (OR CAROUSEL)
--------------------------------------------*/
  /*** CAROUSEL VERSION ***/
  /*-------------------------------------------
  QUOTE BOXES
--------------------------------------------*/
  /*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
  .b-section__wrap-outer_quotes {
    max-width: 75%; }
  .b-quote__body:before {
    margin-right: 3px; }
  .b-quote__body:after {
    margin-left: 3px; }
  .b-quote__cta {
    margin-bottom: 1em; }
  /*-------------------------------------------
 SCROLLJACK
--------------------------------------------*/
  .b-scrolljack-card__inner {
    padding: 0 8%; }
  .b-scrolljack-card__mover {
    padding: 0px 15%; }
  /*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
  .b-section__wrap-outer_bkg-video-player {
    min-height: 365px; }
  .b-section_bkg-video-player.extra_height .b-section__wrap-outer_bkg-video-player {
    min-height: 500px; }
  .b-bkg-video__headline {
    font-size: 2em; }
  .b-bkg-video__close {
    height: 36px;
    width: 36px;
    bottom: 50%;
    left: 0; }
  /*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
  /*--------------------------------------------------------------------------------------
 SINGLE PAGE OR CONTENT TYPE DETAILS
---------------------------------------------------------------------------------------*/
  /*-------------------------------------------
 RO: SEARCH RESULTS PAGE
--------------------------------------------*/
  .b-search-results_group .b-feature-event, .b-search-results_group .b-story-grid-item, .b-search-results_group .b-feature-card_programs, .b-search-results_group article {
    flex-basis: 47%; }
  /*-------------------------------------------
 ARCHIVE BLOCK (CHOOSE CONTENT TYPE)
--------------------------------------------*/
  .b-posts-archive_case-study {
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .b-casestudy-preview {
    margin-right: 1.5%; }
  /*-------------------------------------------
 CASE STUDIES BLOG
-------------------------------------------*/
  /*---MAIN FEED PAGE---*/
  .b-casestudy-post-name {
    font-size: 2.25em; }
  /*---SINGLE CASE STUDY PAGE---*/
  .b-casestudy-preview {
    margin-right: 1.5%; }
  /*-------------------------------------------
 RO: FEATURED PRODUCTS
--------------------------------------------*/
  .b-product-listing__image {
    text-align: center; }
    .b-product-listing__image img {
      margin-right: 0;
      margin-top: 0.4em;
      max-height: none;
      max-width: 100%; }
  /*-------------------------------------------
 RO: TEAM MEMBERS
--------------------------------------------*/
  /*TEAM MEMBER IN MODAL*/
  .b-team-member-modal__inner {
    padding: 1.5em; }
  .b-team-member-modal__top {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .b-team-member__photo-border_modal {
    float: left;
    max-width: 250px;
    flex-basis: 45%;
    margin: 5px 25px .5em 0; }
  .b-team-member-modal__byline {
    align-self: center;
    width: auto;
    flex-basis: 50%; }
  .b-team-member__name_modal {
    border: none;
    padding-top: 0; }
  /* active team member */
  .b-team-member_active:nth-child(3n+1) .b-team-member__wrap {
    left: -60%; }
  .b-team-member_active:nth-child(3n) .b-team-member__wrap {
    left: -60%; }
  .b-team-member_active:nth-child(4n) .b-team-member__wrap {
    left: initial;
    right: -15px; }
  .b-team-member_active:nth-child(4n+1) .b-team-member__wrap {
    left: -15px; }
  /*------------------------------
 JOB LISTINGS
--------------------------------*/
  /*------------------------------
 CURRENT JOB POST
--------------------------------*/
  /*---------------------------
 Sitemap
---------------------------*/
  .b-sitemap li.menu-item ul {
    font-size: 1em; }
  /********************
 * PLUGIN STYLES
 *******************/
  #cboxLoadedContent .b-team-member__photo-border {
    max-width: 250px;
    float: left;
    margin-right: 2em; }
  .b-share-buttons {
    padding: .75em 3px; } }

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

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*---WYSIWYG CONTENT---*/
  .b-wysiwyg ul, .b-wysiwyg ol {
    margin-top: 2.25em;
    margin-left: 7%;
    width: 85%; }
  /*--- H TAG STYLES---*/
  h1, .h1 {
    font-size: 2.2em;
    letter-spacing: 0.2em; }
  blockquote {
    max-width: 80%; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 94%; }
  /*-------------------------------------------
HEADER STYLES
--------------------------------------------*/
  .b-header__logo img {
    max-height: 100px; }
  .home .b-header {
    height: 100vh;
    position: relative; }
    .home .b-header .b-header__page-info {
      top: calc(50% + 35px); }
      .home .b-header .b-header__page-info h1 {
        line-height: 2.5; }
      .home .b-header .b-header__page-info .content-wrap {
        position: relative; }
        .home .b-header .b-header__page-info .content-wrap:after, .home .b-header .b-header__page-info .content-wrap:before {
          width: 130px; }
        .home .b-header .b-header__page-info .content-wrap:after {
          bottom: -70px; }
        .home .b-header .b-header__page-info .content-wrap:before {
          top: -45px; }
    .home .b-header .b-submenu {
      display: none; } }

@media only screen and (min-width: 768px) and (max-height: 650px) {
  .home .b-header .b-header__page-info .content-wrap:after {
    bottom: -50px; }
  .home .b-header .b-header__page-info .content-wrap:before {
    top: -30px; } }

@media only screen and (min-width: 768px) {
  .animate {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; }
    .animate.left {
      -webkit-transform: translateX(-25px) translateY(0);
              transform: translateX(-25px) translateY(0); }
    .animate.right {
      -webkit-transform: translateX(25px) translateY(0);
              transform: translateX(25px) translateY(0); }
    .animate.visible {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0); }
  /*-------------------------------------------
NAVIGATION STYLES
--------------------------------------------*/
  .b-menu__list-item {
    /*-------------------------------------------
  CHILD MENUS AND/OR DROPDOWNS
  --------------------------------------------*/
    /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */ }
    .b-menu__list-item a {
      /*
    remember this is for mobile ONLY, so there's no need
    to even declare hover styles here, you can do it in
    the style.scss file where it's relevant. We want to
    keep this file as small as possible!
    */ }
  /* end .b-menu__list > li */
  /* CURRENT PAGE HIGHLIGHTING */
  /* end current highlighters */
  /*
 * Main Menu Tweaks
 */
  /*
 * Utility Menu Tweaks
 */
  /*
 * SubMenu -- This is the menu underneath the main menu and
 * --- NOT the children items inside the main menu
 */
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    text-rendering: optimizelegibility;
    color: #0f3a4a;
    font-weight: bold;
    line-height: 1.278;
    font-family: "din-2014", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    /*
  if you're 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 */ }
    h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
      text-decoration: none;
      color: #0f3a4a; }
      h1 a:visited, h1 a:hover, .h1 a:visited, .h1 a:hover, h2 a:visited, h2 a:hover, .h2 a:visited, .h2 a:hover, h3 a:visited, h3 a:hover, .h3 a:visited, .h3 a:hover, h4 a:visited, h4 a:hover, .h4 a:visited, .h4 a:hover, h5 a:visited, h5 a:hover, .h5 a:visited, .h5 a:hover, h6 a:visited, h6 a:hover, .h6 a:visited, .h6 a:hover {
        color: #0f3a4a; }
  h1, .h1 {
    font-size: 2em; }
  h2, .h2 {
    font-size: 2em; }
  /*-------------------------------------------
 AUTHOR STYLES
--------------------------------------------*/
  /*-------------------------------------------
POSTS & CONTENT STYLES
--------------------------------------------*/
  .alignwide {
    /* Set these margins to work with your own theme. */
    margin-left: -3.2%;
    margin-right: -3.2%; }
  /*----------------
SINGLE POST
----------------*/
  .b-single-post {
    flex-basis: 75%; }
  .b-section__wrap-outer_single-header {
    width: 85%; }
  .b-section__wrap-outer_single {
    -webkit-box-pack: start;
            justify-content: flex-start; }
  /* entry content */
  .entry-content {
    font-size: 1em; }
  .b-single__title {
    font-size: 3.5em;
    margin-bottom: 0.65em; }
  /*--------------------------------------
POST SIDEBAR
--------------------------------------*/
  .b-single-sidebar {
    display: block;
    margin-top: 2.75em;
    padding-right: 2%; }
  .b-single-sidebar__author {
    display: block;
    text-align: center;
    color: #757575; }
  .b-single-sidebar__author-photo {
    width: 90%;
    margin: 0 auto; }
  .b-single-sidebar__author-image {
    border: 3px solid #0f3a4a; }
  .b-single-sidebar__author-name {
    font-size: 1em;
    margin-bottom: 0; }
  /*-------------------------------------------
INDEX/ARCHIVE STYLES
--------------------------------------------*/
  .blog .b-posts-page .b-section_hero {
    min-height: 375px; }
  .b-posts-page .b-section_hero {
    min-height: 375px; }
  .b-posts-page form input {
    height: 54px; }
  .b-post {
    margin-bottom: 1em; }
  .b-post__content p, .b-post__content ul, .b-post__content ol {
    font-size: 1em; }
  .b-post__content .b-post__author {
    font-size: .75em; }
  /*-------------------------------------------
 FEATURED POSTS ON INDEX PAGE
--------------------------------------------*/
  .b-post_sticky {
    margin-bottom: 0; }
  /*-------------------------------------------
 POST FILTERS/HEADER ON INDEX PAGE
--------------------------------------------*/
  .b-post-filters {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    align-items: center; }
  .b-post-filters__title {
    flex-basis: 25%;
    margin-bottom: 0; }
  .b-post-filters__options {
    width: auto;
    flex-basis: 66%;
    -webkit-box-flex: 1;
            flex-grow: 1;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start; }
  .b-post-filters__search {
    flex-basis: 48%;
    width: auto; }
  .b-post-filters__search form#searchform {
    margin-bottom: 0; }
  .b-post-filters__cats {
    flex-basis: 48%;
    margin-top: 0;
    width: auto; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em; }
  .widgettitle {
    margin-bottom: .5em; }
  .widget ul li {
    float: none;
    /* deep nesting */ }
    .widget ul li:hover {
      background: none; }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /************************************
  FOOTER STYLES
*************************************/
  .b-footer {
    letter-spacing: .12em; }
  .b-footer__inner {
    padding: 6em 0 4em; }
  .b-footer-widget .widgettitle {
    letter-spacing: .12em; }
  .b-footer__bottom {
    width: 100%;
    -webkit-box-align: center;
            align-items: center; }
  .b-footer_menu {
    flex-basis: 69%; }
    .b-footer_menu .b-footer__nav {
      -webkit-box-pack: start;
              justify-content: flex-start; }
      .b-footer_menu .b-footer__nav li {
        width: auto; }
        .b-footer_menu .b-footer__nav li:first-child a {
          padding-left: 0; }
  .copyright {
    margin: 1em auto;
    flex-basis: 30%;
    text-align: right; }
  /*-------------------------------------------------
 HOVER CARD STYLE
---------------------------------------------------*/
  .b-hover-card__content {
    padding: 1.25em 1.5em 1.5em; }
  .b-hover-card__headline {
    font-size: 1.25em; }
  /***********************************************************
  GUTENBERG  BLOCKS STYLES
***********************************************************/
  .alignwide {
    /* Set these margins to work with your own theme. */
    margin-left: -4%;
    margin-right: -4%;
    max-width: 100vw; }
  .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw; }
  .wp-block-eedee-block-gutenslider h3 {
    font-size: 3em; }
  .alignfull .ugb-content-wrapper {
    padding: 0 3%; }
  /***********************************************************
  BEM BLOCKS STYLES  BEM BLOCKS STYLES  BEM BLOCKS STYLES
***********************************************************/
  /*-------------------------------------------------
 HORIZONTAL RULES
---------------------------------------------------*/
  .b-rule_small {
    width: 30%; }
  .b-rule_medium {
    width: 50%; }
  .b-rule_large {
    width: 80%; }
  /*-------------------------------------------------
 HEADLINES
---------------------------------------------------*/
  .b-subhead {
    margin-bottom: 1.25em; }
  /*-------------------------------------------------
 Section Block
---------------------------------------------------*/
  .b-section__wrap-inner {
    padding: 3em 0; }
  .b-section_tall .b-section__wrap-inner {
    padding: 5em 0; }
  .b-section_outer-pad {
    margin: 3em 0; }
  .b-section_outer-pad.b-section_collapsed-top {
    margin: 0em 0 3em; }
    .b-section_outer-pad.b-section_collapsed-top .b-section__wrap-inner {
      padding-top: 3em; }
  .b-section_outer-pad.b-section_collapsed-bottom {
    margin: 3em 0 0em; }
    .b-section_outer-pad.b-section_collapsed-bottom .b-section__wrap-inner {
      padding-bottom: 3em; }
  .b-section_outer-pad.b-section_collapsed-both {
    margin: 0em 0 0em; }
    .b-section_outer-pad.b-section_collapsed-both .b-section__wrap-inner {
      padding-top: 3em;
      padding-bottom: 3em; }
  .b-section__intro {
    margin: 1em auto 2.75em; }
  /*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
  .b-section-intro__headline_big {
    font-size: 2.25em; }
  .b-section-intro__headline_medium {
    font-size: 2em; }
  .b-section-intro__headline_small {
    font-size: 1.75em; }
  .b-section-intro__subhead_big, .b-section-intro__subhead_medium, .b-section-intro__subhead_small {
    margin-top: -0.75em;
    text-align: center; }
  .b-section-intro__subhead_big {
    font-size: 1.1em; }
  a.b-section-intro__button {
    font-size: .875em; }
  /* CAPTION */
  .b-section-intro__caption {
    bottom: 1em;
    margin-bottom: .5em;
    right: 10px; }
  /*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
  .b-colored-list__bkg {
    padding: 2.5em 3.5em 5em; }
  /*-------------------------------------------
 EXTRA MENU (IN-PAGE MENU)
--------------------------------------------*/
  .b-extra-menu__item {
    float: none; }
  /*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
  .b-hero-slideshow-center .b-countdown {
    display: inline-block;
    max-width: 690px;
    margin-right: -15px; }
  .flip-clock-wrapper {
    font-size: 2.25em;
    margin-top: 1em;
    padding-top: 0.75em; }
  .flip-clock-wrapper ul {
    max-width: 60px;
    margin: 6px; }
  .flip-clock-divider {
    width: 14px; }
  .flip-clock-dot {
    width: 10px;
    height: 10px;
    left: 2.4px; }
  .flip-clock-dot.top {
    top: .6em; }
  .flip-clock-dot.bottom {
    bottom: -.4em; }
  .flip-clock-divider .flip-clock-label {
    right: -89px;
    font-size: 0.4em; }
  .flip-clock-divider.hours .flip-clock-label {
    right: -93px; }
  .flip-clock-divider.minutes .flip-clock-label {
    right: -99px; }
  .flip-clock-divider.seconds .flip-clock-label {
    right: -102px; }
  /*-------------------------------------------
 SIMPLE CTA
--------------------------------------------*/
  .b-simple-cta__content {
    padding: 1.5em 3em; }
  /*-------------------------------------------
 SUPPORTED CTA
--------------------------------------------*/
  .b-section_supported-cta {
    text-align: left; }
  .b-section__wrap-outer_supported-cta {
    width: 82%; }
  .b-supported-cta__content {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .b-supported-cta__support {
    padding: 1.5em 2em; }
  .b-supported-cta__support-message {
    line-height: 1.75; }
  .b-supported-cta__main {
    padding: 2em 2.25em 1.25em; }
  .b-supported-cta__headline {
    font-size: 1.35em;
    letter-spacing: 0.2em; }
  /*-------------------------------------------
  CTA BAR
--------------------------------------------*/
  .b-ctabox__headline {
    font-size: 1.75em; }
  /*-------------------------------------------
 FAQs
--------------------------------------------*/
  .b-faq__question {
    font-size: 1.125em; }
  .b-faq__question_sprite {
    left: 14px;
    top: 50%;
    margin-top: -16px; }
  /*-------------------------------------------
 RO: FEATURE CARDS
--------------------------------------------*/
  .b-feature-cards {
    width: 100%; }
  .b-feature-card {
    text-align: center;
    margin: 1em 0 0; }
  .b-feature-card__headline {
    font-size: 1.25em; }
  .b-feature-card__text {
    font-size: 1em; }
    .b-feature-card__text p {
      font-size: 1em; }
  .b-feature-card__button {
    display: block; }
  /***** OVERLAY VERSION *****/
  .b-feature-card__inner_overlay {
    padding: 6em 5%; }
  .b-feature-card__cover-image {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .b-feature-card__content_overlay {
    padding-left: 0;
    padding-right: 0; }
  .b-feature-card__headline_overlay {
    font-size: 1.75em; }
  .b-feature-card.t-1of4 .b-feature-card__headline_overlay,
  .b-feature-card.t-1of5 .b-feature-card__headline_overlay,
  .b-feature-card.t-1of6 .b-feature-card__headline_overlay,
  .b-feature-card.t-1of7 .b-feature-card__headline_overlay,
  .b-feature-card.t-1of8 .b-feature-card__headline_overlay,
  .b-feature-card.d-1of4 .b-feature-card__headline_overlay,
  .b-feature-card.d-1of5 .b-feature-card__headline_overlay,
  .b-feature-card.d-1of6 .b-feature-card__headline_overlay,
  .b-feature-card.d-1of7 .b-feature-card__headline_overlay,
  .b-feature-card.d-1of8 .b-feature-card__headline_overlay {
    font-size: 1.25em; }
  /*-------------------------------------------
 RO: FEATURED EVENTS
--------------------------------------------*/
  .b-feature-event__date {
    font-size: 1em; }
  .b-feature-event__content {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .b-feature-event__text {
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .b-feature-event__link {
    justify-self: flex-end; }
  .b-featured-event__bloglink {
    text-align: right;
    max-width: 98%;
    margin: 0 auto; }
  .b-feature-event_see-all {
    margin-top: 5px;
    padding: 3.15% 0; }
    .b-feature-event_see-all .b-feature-event__content {
      margin-top: 33px; }
  /*-------------------------------------------
 FEATURE WITH ICON
--------------------------------------------*/
  .b-feature__inner {
    margin: 0;
    padding: 1.75em 1em 1.75em 1em; }
  /*-------------------------------------------
 RO: CHARTS
--------------------------------------------*/
  .b-section__title_chart {
    margin-top: -2.25em; }
  .b-chart-contents {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    align-items: center;
    margin: 0 auto; }
  .b-chartblock__text-content {
    -webkit-box-ordinal-group: 3;
            order: 2;
    text-align: left;
    flex-basis: 38%;
    max-width: 50%;
    padding-left: 3%; }
  .b-chartblock__headline {
    font-size: 3.75em; }
  .b-chartblock__text {
    width: 100%; }
  .b-chartblock__chart {
    -webkit-box-ordinal-group: 2;
            order: 1;
    flex-basis: 40%;
    max-width: 50%;
    flex-shrink: 1;
    -webkit-box-flex: 0;
            flex-grow: 0; }
  .b-chartblock__chart_right {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  /*-------------------------------------------
 RO: GROUPED CONTENT WITH SORTER
--------------------------------------------*/
  .b-group-sortbar__detail {
    margin-top: 0; }
  .b-label__sortbar_menu {
    margin-top: 0.55em; }
  .b-wysiwyg_grouped ul {
    width: 100%;
    margin: 1em 0 1.714285714em; }
  /*-------------------------------------------
  RO: IFRAME AND SCRIPTS BUCKET
--------------------------------------------*/
  .b-section__wrap-inner_scripts {
    padding: 3.425em 0; }
  /*-------------------------------------------
  RO: PAGE HEADER: HERO
--------------------------------------------*/
  .b-section__wrap-outer_hero {
    width: 60%; }
  .b-hero__headline {
    font-size: 2em;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto; }
  /* LEFT VERSION */
  /* CENTER VERSION */
  /*-------------------------------------------
  INTRODUCTION TEXT
--------------------------------------------*/
  .b-intro__text {
    margin: 0 auto 2em; }
  /*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
  .b-masonry-tile h1, .b-masonry-tile h2, .b-masonry-tile h3, .b-masonry-tile h4, .b-masonry-tile h5, .b-masonry-tile h6 {
    font-weight: bold; }
  .b-masonry-tile p, .b-masonry-tile ul, .b-masonry-tile ol {
    font-size: 1em; }
  .b-masonry-tile.t-1of2 {
    width: 49%; }
  .b-masonry-tile.t-all {
    width: 100%; }
  .b-masonry-tile_graphic:hover .b-masonry-tile__caption {
    visibility: visible;
    opacity: .9;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .b-masonry-tile__caption {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.15s,opacity 0.15s linear;
    transition: visibility 0s linear 0.15s,opacity 0.15s linear; }
  .b-masonry-tile__info.dashicons {
    display: block;
    position: absolute;
    top: 3px;
    right: 5px; }
    .b-masonry-tile__info.dashicons * {
      color: #fff !important; }
  /*-------------------------------------------
 RO: MULTI COLUMN TEXT
--------------------------------------------*/
  /*---------------------------
 Multi-Level Showcase
---------------------------*/
  .b-headline_showcase:before {
    left: 48%;
    border-top-color: #0f3a4a;
    border-width: 12px;
    bottom: -12px;
    background-color: transparent; }
  .b-headline_showcase:after {
    bottom: -12px;
    left: 48%;
    border-top-color: transparent;
    border-width: 22px; }
  .b-section__showcase_a .b-showcase-item__inner {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .b-showcase__item {
    padding: .5em 1em; }
  .b-showcase-item__inner {
    display: block; }
  .b-showcase__image {
    display: block;
    height: 105px;
    width: 210px;
    width: auto;
    margin: auto;
    margin-top: 0; }
    .b-showcase__image:hover .b-showcase__image-hover {
      max-height: 110%;
      max-width: 120%;
      height: 110%;
      width: 120%;
      background: #eaeaea;
      position: absolute;
      top: 0;
      z-index: 2;
      margin-left: -10%;
      margin-top: -5%; }
    .b-showcase__image span {
      max-width: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      max-height: 90%;
      width: 100%;
      display: block;
      position: relative;
      z-index: 3; }
  .b-showcase__image_a {
    width: 33%;
    min-height: 160px;
    max-width: none;
    margin-bottom: 0; }
    .b-showcase__image_a:hover .b-showcase__image-hover {
      display: none; }
    .b-showcase__image_a span {
      width: 90%;
      max-height: none; }
  .b-showcase__image_b {
    height: 130px;
    max-width: 200px; }
  .b-showcase__image_c {
    height: 100px;
    max-width: 160px; }
  .b-showcase__image_d {
    height: 90px;
    max-width: 135px; }
  .b-showcase__image_e {
    height: 70px;
    width: 150px; }
    .b-showcase__image_e img {
      max-width: 100%; }
  .b-showcase-item__detail_a {
    width: 66%;
    text-align: left; }
    .b-showcase-item__detail_a .t-2of3 {
      float: none;
      width: 100%;
      padding-right: initial; }
    .b-showcase-item__detail_a .b-showcase-item__title {
      display: block; }
  .b-showcase-item__detail-photo {
    max-width: 31% !important;
    max-height: 200px !important;
    width: auto; }
  .b-showcase-item__detail-text {
    border-top: none;
    padding-top: 0;
    border-left: 1px solid #ccc;
    padding-left: 5%;
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .b-showcase-item__description > p {
    margin-top: .5em; }
  /*-------------------------------------------------------
  RO: TEXT WITH THIRD PARTY SCRIPT (SOCIAL MEDIA FEED)
-------------------------------------------------------*/
  .b-text-script__content {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .b-text-script__copy {
    text-align: left;
    padding-right: 5%;
    max-width: 50%; }
  .b-text-script__copy_left {
    -webkit-box-ordinal-group: 4;
            order: 3;
    padding-left: 5%;
    padding-right: 0;
    border-left: 1px solid #98aa8d;
    margin-left: 4%; }
  .b-text-script__headline {
    margin-top: 0em; }
  .b-text-script__text a, .b-text-script__text img {
    margin: 0 2% 0 0; }
  /*-------------------------------------------
  RO: TEXT EDITOR BLOCK
--------------------------------------------*/
  .b-section__wrap-outer_textedit {
    max-width: 728px;
    width: 86%; }
  /*---------------------------
 Timeline
---------------------------*/
  .b-timeline {
    position: relative; }
  .b-timeline:before {
    left: 50%; }
  .b-timeline__event {
    margin: 0;
    width: 47%;
    margin-left: 5%;
    margin-top: -30px; }
  .b-timeline__content {
    margin-right: 14px;
    margin-left: 0; }
  .b-timeline__event:nth-child(odd) {
    margin-left: 0;
    float: left; }
  .b-timeline__event:nth-child(even) {
    float: right;
    margin-left: 53%; }
  .b-timeline__event:nth-child(even) .b-timeline__content {
    margin-right: 0;
    margin-left: 14px; }
  .b-timeline__event:nth-child(odd) .b-timeline__content:before {
    left: 100%;
    border: 15px solid transparent;
    border-left: 15px solid #fff; }
  /*-------------------------------------------
  RO: PHOTO BREAK
--------------------------------------------*/
  .b-photo-break {
    min-height: 230px; }
  .b-photo-break_tall {
    min-height: 276px; }
  /*-------------------------------------------
  RO: PHOTO MENU
--------------------------------------------*/
  .b-photo-menu__item {
    font-weight: bold;
    display: inline-block; }
  /*-------------------------------------------
  RO: MAP MENU
--------------------------------------------*/
  .b-map-and-menu__menu {
    text-align: left;
    flex-basis: 40%; }
  .b-map-and-menu__map {
    flex-basis: 40%; }
  .b-map-menu__item {
    font-weight: bold;
    display: inline-block; }
  /*-------------------------------------------
  RO: PHOTO AND VIDEO FEATURES
--------------------------------------------*/
  .b-pv-features {
    margin-bottom: 0em;
    padding-left: 0;
    padding-right: 0;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; }
  .b-pv-feature {
    flex-basis: 55%;
    padding-bottom: 58.5%;
    margin-bottom: 0; }
    .b-pv-feature:first-child {
      padding-bottom: 124%; }
      .b-pv-feature:first-child .b-pv-feature__video {
        padding-bottom: 124%; }
      .b-pv-feature:first-child .b-pv-feature__label {
        font-size: 2.25em; }
    .b-pv-feature:nth-child(2) {
      -webkit-column-break-before: column;
         -moz-column-break-before: column;
              break-before: column;
      margin-bottom: 7%; }
  .b-pv-feature__inner {
    padding: 0 12%; }
  .b-pv-feature__content {
    padding: 0; }
  .b-pv-feature__label {
    font-size: 1.125em; }
  .b-pv-feature__label_sub {
    font-size: 1em; }
  /*-------------------------------------------
  RO: RECENT POSTS
--------------------------------------------*/
  .b-recent-post {
    margin-bottom: 0; }
  .b-recent-post__image {
    min-height: 46px; }
  .b-recent-post__text {
    font-size: 1em; }
  /*-------------------------------------------
  RO: RELATED PAGES
--------------------------------------------*/
  .b-resp-image_relpage {
    padding-bottom: 50%; }
  /*-------------------------------------------
  RO: TEXT OVER PHOTO
--------------------------------------------*/
  .b-section__wrap-outer_textphoto {
    width: 75%; }
  .b-section-textphoto__title {
    font-size: 2.125em; }
  .b-section_collapsed-top .b-section__wrap-inner_textphoto {
    padding-top: 3em !important; }
  .b-section__wrap-inner_textphoto_big {
    padding: 4em 0; }
  .b-section-textphoto__title_big {
    font-size: 2.75em;
    font-weight: 700; }
  .b-section-textphoto__title_small {
    font-size: 1.75em; }
  .b-section-textphoto__text_small {
    font-weight: 300; }
  .underlay_on:after {
    top: 1.75em;
    bottom: 1.75em; }
  /*-------------------------------------------
  RO: CTA OVER VIDEO (PHOTO BACKUP)
--------------------------------------------*/
  .b-section_cta-video {
    min-height: 300px; }
  .b-cta-bar {
    width: auto;
    padding: 0px 5% 10px;
    white-space: nowrap; }
  .b-cta-bar__title {
    text-align: left;
    max-width: 92%;
    margin: 0px auto 0; }
  .b-cta-bar__text {
    margin: 0.6em auto .5em; }
  .b-cta-bar__button {
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 3%; }
  /*-------------------------------------------
  RO: TEXT WITH SIDE IMAGE
--------------------------------------------*/
  .b-section_text-side-image {
    overflow: hidden;
    overflow-y: visible !important; }
  .b-text-side-image__content {
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .b-side-text_left {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .b-side-text_right {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .b-image-side_left {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .b-image-side_right {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .b-side-photos {
    padding-left: 0;
    padding-right: 0;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em; }
  .b-side-photo {
    min-width: 0;
    display: block;
    padding-bottom: 73.5%; }
  .b-side-photos_1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
    .b-side-photos_1 .b-side-photo {
      flex-basis: 100%;
      margin-bottom: 0em;
      padding-bottom: 78%; }
    .b-side-photos_1.t-1of3 .b-side-photo {
      flex-basis: 100%;
      margin-bottom: 0em;
      padding-bottom: 164%; }
  .b-side-photos_2 .b-side-photo {
    flex-basis: 46%; }
  .b-side-photos_2.text-heavy {
    flex-wrap: wrap;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
    .b-side-photos_2.text-heavy .b-side-photo {
      flex-basis: 100%; }
    .b-side-photos_2.text-heavy .b-side-photo:first-child {
      margin-bottom: 8%; }
  .b-side-photos_3 .b-side-photo {
    flex-basis: 46%; }
  .b-side-photos_3 .b-side-photo:first-child {
    margin-bottom: 17%; }
  .b-side-photos_3 .b-side-photo:last-child {
    padding-bottom: 164%;
    -webkit-column-break-before: column;
       -moz-column-break-before: column;
            break-before: column; }
    .b-side-photos_3 .b-side-photo:last-child .b-side-photo__image {
      max-width: none; }
  .b-side-photos_3.text-heavy {
    flex-wrap: wrap;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
    .b-side-photos_3.text-heavy .b-side-photo {
      flex-basis: 100%;
      margin-bottom: 8%; }
    .b-side-photos_3.text-heavy .b-side-photo:last-child {
      -webkit-column-break-before: inherit;
         -moz-column-break-before: inherit;
              break-before: inherit;
      margin-bottom: 0;
      padding-bottom: 78%; }
  .b-side-photos_4 .b-side-photo {
    flex-basis: 46%; }
  .b-side-photos_4 .b-side-photo:first-child {
    margin-bottom: 15%; }
  .b-side-photos_4 .b-side-photo:nth-child(3) {
    margin-bottom: 15%; }
  .b-side-text {
    text-align: left; }
  .b-side-text__headline {
    margin-top: 0; }
  /*-------------------------------------------
  RO: TEXT WITH SIDEBAR
--------------------------------------------*/
  .b-section_sidebartext {
    text-align: left; }
  .b-sidebartext__sidebar, .b-sidebar {
    margin-top: 0; }
  .b-sidebar_inner {
    padding: 1.5em; }
  /*-------------------------------------------
 RO: FEATURED PROGRAMS
--------------------------------------------*/
  /*----------------------------------------
 RO: PILLAR PAGE
--------------------------------------------*/
  .b-section__wrap-outer_featured-programs_pillar {
    max-width: 628px; }
  .b-section__wrap-inner_featured-programs_pillar {
    padding-top: 0; }
  .b-featured-programs_pillar {
    max-width: 72%;
    width: 72%;
    float: right; }
    .b-featured-programs_pillar .b-feature-card_programs {
      margin-top: 0; }
  /*-------------------------------------------
  RO: HALF PANELS
--------------------------------------------*/
  .b-half-panel {
    margin-bottom: 0;
    max-width: 48%; }
  /*-------------------------------------------
  RO: DONATION PAGE: DONATION FORM PANEL
--------------------------------------------*/
  .b-section__wrap-inner_donate-panels {
    -webkit-box-align: center;
            align-items: center; }
  .b-half-panel_donate-list {
    padding: 2em 7%; }
  .b-dollars_chart__item {
    margin-bottom: 0.35em; }
  /*-------------------------------------------
  RO: WHAT WE DO PAGE: MONEY PEOPLE PANEL
--------------------------------------------*/
  .b-people-stats {
    width: 100%;
    margin: 0.35em auto; }
  .b-people-stat {
    margin: 0px 10px 0px; }
  /*-------------------------------------------
  RO: WHAT WE DO PAGE: COMMUNITY GOALS
--------------------------------------------*/
  .b-section__wrap-outer_icon-callouts {
    width: 80%;
    max-width: 728px; }
  .b-section-icon-callouts__title {
    font-size: 1.75em; }
  .b-section-icon-callouts__text p {
    font-size: 1.19em; }
  /*-------------------------------------------
 RO: LEADERSHIP PAGE 
--------------------------------------------*/
  /*
* EMPLOYEE GRID
*/
  .b-employee__name {
    font-size: 1.125em; }
  /*
* BOARD MEMEBERS
*/
  .b-board-member {
    padding: 0 2.25% 2.25%; }
  /*-------------------------------------------
 ICON CARDS
--------------------------------------------*/
  .b-section__wrap-outer_icon-cards {
    width: 100%; }
  .b-section__wrap-inner_icon-cards {
    padding: 0; }
  .b-icon-cards.b-columns {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .b-icon-card {
    border-bottom: none;
    border-right: 1px solid #FF6633;
    -webkit-box-flex: 1;
            flex-grow: 1; }
    .b-icon-card:last-child {
      border-right: none; }
    .b-icon-card.t-1of2 {
      flex-basis: 50%;
      padding-left: 0;
      padding-right: 0; }
      .b-icon-card.t-1of2 .b-icon-card__inner {
        padding: 3.075em 2em; }
    .b-icon-card.t-1of3 {
      flex-basis: 33%;
      padding-left: 0;
      padding-right: 0; }
    .b-icon-card.t-1of4 {
      flex-basis: 25%;
      padding-left: 0;
      padding-right: 0; }
  .b-icon-card__inner {
    padding: 2em 1em;
    position: relative; }
  .b-icon-card__headline {
    margin-bottom: .5em;
    margin-top: 0; }
  .b-icon-card__subhead {
    margin-top: -.66em;
    margin-bottom: 0;
    display: block; }
  .b-icon-card__text {
    font-size: .75em;
    display: block; }
  .b-icon-card__button {
    margin-bottom: 0; }
  .b-section_collapsed-top .b-icon-card__inner {
    padding: 0em .5em 3em; }
  .b-section_collapsed-bottom .b-icon-card__inner {
    padding: 3em .5em 0em; }
  .b-section_collapsed-both .b-icon-card__inner {
    padding: 0em .5em 0em; }
  /*-------------------------------------------
 ICON LIST (OR CAROUSEL)
--------------------------------------------*/
  /*** CAROUSEL VERSION ***/
  /*-------------------------------------------
 INSET CONTENT PANEL
--------------------------------------------*/
  .b-content-panel {
    width: 55%;
    padding: 0 6% 1em; }
  .b-hero__caption_inset-panel {
    display: block;
    right: 10px; }
  /*-------------------------------------------
  QUOTE BOXES
--------------------------------------------*/
  .b-quoteboxes {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .b-quotebox {
    margin-top: 50px; }
    .b-quotebox.d-1of2 {
      flex-basis: 50%; }
    .b-quotebox.d-1of3 {
      flex-basis: 33.33%; }
    .b-quotebox.d-1of4 {
      flex-basis: 25%; }
  .b-quotebox__inner {
    min-height: 100%; }
  /*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
  .b-section__wrap-outer_quotes {
    width: 100%;
    max-width: 100%; }
  .b-quote__image {
    margin: auto auto 1em 0;
    width: 60%; }
  .b-quote__words {
    text-align: right;
    width: 40%;
    margin: 0 auto;
    position: absolute;
    left: 40%;
    top: 6%; }
  .b-quote__body {
    text-align: left;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: bold; }
  .b-quote__attributions {
    position: relative;
    top: unset;
    right: 10%; }
  /*-------------------------------------------
 SCROLLJACK
--------------------------------------------*/
  .b-section__wrap-outer_scrolljack {
    padding-top: 150px;
    padding-bottom: 250px; }
  .b-section__wrap-inner_scrolljack {
    position: relative;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto; }
  .b-scrolljack-card {
    padding-bottom: 5em;
    margin-bottom: 5em; }
    .b-scrolljack-card.sj_active .b-scrolljack-card__text, .b-scrolljack-card.sj_active .b-scrolljack-card__headline {
      opacity: 1; }
    .b-scrolljack-card:first-child .b-scrolljack-card__image {
      opacity: 1; }
  .b-scrolljack-card__inner {
    padding: 0;
    -webkit-box-align: center;
            align-items: center; }
  .b-scrolljack-card__mover {
    -webkit-box-ordinal-group: 4;
            order: 3;
    padding: 0 20px 0 0;
    margin-left: auto;
    text-align: left;
    flex-basis: 45%; }
  .b-scrolljack-card__static {
    -webkit-box-ordinal-group: 3;
            order: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 45%; }
  .b-scrolljack-card__photo {
    max-width: none; }
  .b-scrolljack-card__image {
    opacity: 0; }
  .b-scrolljack__inview {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%; }
  /*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
  .b-section__wrap-outer_bkg-video-player {
    min-height: 375px; }
  .b-section_bkg-video-player.extra_height .b-section__wrap-outer_bkg-video-player {
    min-height: 675px; }
  .b-bkg-video__close {
    /*height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
   */ }
  /*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
  .b-section__wrap-inner_video-feature {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    align-items: center; }
  .b-video-feature__text {
    flex-basis: 48%;
    padding-right: 4%; }
  .b-video-feature__headline {
    margin-top: 0; }
    .b-video-feature__headline span {
      font-size: 0.75em;
      display: block; }
  .b-video-feature__intro {
    text-align: left; }
  .b-video-poster {
    max-height: none;
    margin-left: auto;
    flex-basis: 50%;
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .b-video-poster__link {
    max-height: 360px; }
  /*--------------------------------------------------------------------------------------
 SINGLE PAGE OR CONTENT TYPE DETAILS
---------------------------------------------------------------------------------------*/
  /*-------------------------------------------
 RO: SEARCH RESULTS PAGE
--------------------------------------------*/
  .b-search-results_group {
    padding-bottom: 3em; }
    .b-search-results_group .b-feature-event, .b-search-results_group .b-story-grid-item, .b-search-results_group .b-feature-card_programs, .b-search-results_group article {
      flex-basis: 30%; }
    .b-search-results_group .b-feature-event:last-child {
      border-bottom: 1px solid #ccc; }
  /*-------------------------------------------
 ARCHIVE BLOCK (CHOOSE CONTENT TYPE)
--------------------------------------------*/
  /*-------------------------------------------
 CASE STUDIES BLOG
-------------------------------------------*/
  /*---MAIN FEED PAGE---*/
  /*---SINGLE CASE STUDY PAGE---*/
  .b-casestudy-preview__subhead {
    margin-bottom: 0; }
  /*-------------------------------------------
 RO: FEATURED PRODUCTS
--------------------------------------------*/
  .b-product-listing__image img {
    float: left;
    max-width: 100px; }
  /*-------------------------------------------
 RO: TEAM MEMBERS
--------------------------------------------*/
  .b-section__wrap-inner_execs {
    padding-bottom: .75em; }
  /*TEAM MEMBER IN MODAL*/
  .b-team-member-modal__top {
    display: block; }
  .b-team-member__photo-border_dept {
    border-width: 9px; }
  .b-color-key {
    text-align: center; }
  /* active team member */
  .b-team-member_active:nth-child(4n+1) .b-team-member__wrap {
    left: -60%; }
  .b-team-member_active:nth-child(4n) .b-team-member__wrap {
    left: -60%; }
  .b-team-member_active:nth-child(5n) .b-team-member__wrap {
    left: initial;
    right: -15px; }
  .b-team-member_active:nth-child(5n+1) .b-team-member__wrap {
    left: -15px; }
  /*------------------------------
 JOB LISTINGS
--------------------------------*/
  .b-job-listing__title {
    margin-bottom: 0; }
  .b-job-listing__dept {
    font-size: 1em;
    margin: 0 0 .25em; }
  .b-job-listing__location {
    font-size: .875em; }
  .b-job-listing__meta {
    font-size: .875em; }
  .b-job-listing__title_related {
    font-size: 1.25em; }
  /*------------------------------
 CURRENT JOB POST
--------------------------------*/
  .b-job-post__main {
    margin: 0; }
  .b-job-post__content {
    border-bottom: none; }
  /******************************************
 * BACK TO TOP BUTTON
*******************************************/
  .cd-top {
    width: 160px;
    margin-right: 0;
    bottom: 50%;
    width: auto;
    padding: 16px 20px 16px 50px;
    height: 50px;
    background-position: 13% 50%;
    border-radius: 6px 0 0 6px; }
    .cd-top:hover {
      margin-right: 0;
      text-decoration: none;
      outline: none; }
    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
      /*-webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;*/
      bottom: 50%;
      margin-right: -103px; }
    .cd-top.cd-is-visible:hover {
      margin-right: 0; }
  /*---------------------------
 Sitemap
---------------------------*/
  .b-sitemap {
    font-size: 1em; }
  /*----------------------------------------------
 RO: PLUGINS
 ---------------------------------------------*/
  .wpcf7-form br {
    display: none; }
  .b-share-buttons {
    padding: 2em 3px 0;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    border: none; }
  .b-share-button {
    margin-bottom: 2em;
    font-size: 1.5em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .b-share-button:hover {
      color: #0f3a4a; }
    .b-share-button:visited, .b-share-button:focus {
      color: #ccc; }
      .b-share-button:visited:hover, .b-share-button:focus:hover {
        color: #0f3a4a; }
  .b-share-button_label {
    font-size: .875em;
    color: #757575; }
  .b-share-buttons_side {
    display: none; }
  .b-share-buttons_top {
    padding: 0.75em 3%;
    max-width: 1400px;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee; }
    .b-share-buttons_top .b-share-button {
      margin-bottom: 0;
      font-size: 1.25em; }
    .b-share-buttons_top .b-share-button_label {
      font-size: .875em; }
  .b-share-buttons_bottom {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding: .75em 3px; }
    .b-share-buttons_bottom .b-share-button {
      margin-bottom: 0;
      font-size: 1.25em; }
    .b-share-buttons_bottom .b-share-button_label {
      font-size: .875em; } }

/*********************
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.

******************************************************************/
  /*-------------------------------------------
GENERAL STYLES
--------------------------------------------*/
  /*---WYSIWYG CONTENT---*/
  /*--- H TAG STYLES---*/
  /*-------------------------------------------
HEADER STYLES
--------------------------------------------*/
  .b-header {
    width: 100%;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .b-header__logo {
    flex-basis: auto;
    flex-shrink: 1;
    position: relative;
    z-index: 5;
    margin: 0.25em 10px 0.25em;
    padding-right: 0; }
    .b-header__logo img {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      max-width: 275px;
      max-height: 165px; }
  .b-header__inner {
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 94%;
    margin: auto;
    z-index: 4;
    position: relative; }
  .b-header__navigation {
    background: none;
    flex-basis: 75%;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    flex-shrink: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin: 0em;
    position: relative;
    z-index: 3;
    opacity: 1;
    padding: 0;
    overflow: unset;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .b-header__navigation:after {
      display: none; }
  .b-header-buffer {
    background-color: #2d2c2c; }
  /*
 * SMALLER HEADER
 */
  /*-------------------------------------------
NAVIGATION STYLES
--------------------------------------------*/
  .b-menu__list {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .b-menu__list-item {
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    /*-------------------------------------------
  CHILD MENUS AND/OR DROPDOWNS
  --------------------------------------------*/
    /* showing sub-menus */ }
    .b-menu__list-item a {
      white-space: nowrap; }
    .b-menu__list-item ul.sub-menu,
    .b-menu__list-item ul.children {
      position: absolute;
      left: 0;
      visibility: hidden;
      background: #0f3a4a;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      width: calc(100% + 12px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .b-menu__list-item ul.sub-menu li,
      .b-menu__list-item ul.children li {
        border: none;
        margin: 0;
        text-align: center; }
        .b-menu__list-item ul.sub-menu li:last-child,
        .b-menu__list-item ul.children li:last-child {
          margin-bottom: 20px; }
        .b-menu__list-item ul.sub-menu li:first-child,
        .b-menu__list-item ul.children li:first-child {
          margin-top: 10px; }
        .b-menu__list-item ul.sub-menu li a,
        .b-menu__list-item ul.children li a {
          padding: .875em 1.575em;
          letter-spacing: 1px !important; }
        .b-menu__list-item ul.sub-menu li:hover,
        .b-menu__list-item ul.children li:hover {
          border: none;
          background: #b3b3b3; }
    .b-menu__list-item:hover > ul {
      top: auto;
      visibility: visible;
      top: auto;
      visibility: visible;
      min-width: 100%; }
  /* end .b-menu__list > li */
  /* CURRENT PAGE HIGHLIGHTING */
  .current-menu-item {
    background: none; }
    .current-menu-item a {
      background: none; }
  .current-page-ancestor {
    background: none; }
  /* end current highlighters */
  /*
 * Main Menu Tweaks
 */
  .b-menu_main {
    -webkit-box-ordinal-group: 3;
            order: 2;
    display: block;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
            order: 1;
    flex-basis: 70%;
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1; }
    .b-menu_main .b-menu__list_main {
      margin: 0;
      /* CURRENT PAGE HIGHLIGHTING */
      /* end current highlighters */ }
      .b-menu_main .b-menu__list_main > .b-menu__list-item {
        font-size: 0.875em;
        letter-spacing: 0.2em;
        position: relative; }
        .b-menu_main .b-menu__list_main > .b-menu__list-item:before {
          content: '';
          background: #0f3a4a;
          border-radius: 30px;
          position: absolute;
          height: calc(100% + 20px);
          width: calc(100% + 12px);
          top: -11px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          z-index: -1;
          display: none; }
        .b-menu_main .b-menu__list_main > .b-menu__list-item input[type="submit"] {
          font-size: 1em;
          letter-spacing: 0.2em; }
      .b-menu_main .b-menu__list_main .b-menu__list-item {
        font-size: 0.875em;
        letter-spacing: 0.2em;
        position: relative; }
        .b-menu_main .b-menu__list_main .b-menu__list-item:hover, .b-menu_main .b-menu__list_main .b-menu__list-item:focus {
          background: transparent; }
          .b-menu_main .b-menu__list_main .b-menu__list-item:hover:before, .b-menu_main .b-menu__list_main .b-menu__list-item:focus:before {
            display: block; }
          .b-menu_main .b-menu__list_main .b-menu__list-item:hover:after, .b-menu_main .b-menu__list_main .b-menu__list-item:focus:after {
            display: block !important; }
        .b-menu_main .b-menu__list_main .b-menu__list-item a, .b-menu_main .b-menu__list_main .b-menu__list-item input[type="submit"] {
          color: #fff; }
        .b-menu_main .b-menu__list_main .b-menu__list-item.menu-item-has-children:before {
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; }
        .b-menu_main .b-menu__list_main .b-menu__list-item.menu-item-has-children:after {
          content: '';
          width: calc(100% - 30px);
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 3px;
          background-color: #395e6a;
          position: absolute;
          bottom: -4;
          display: none; }
  /*
 * Utility Menu Tweaks
 */
  .b-menu_ute {
    margin-bottom: 0;
    font-size: .75em;
    z-index: 5;
    position: relative;
    width: 94%;
    margin: 0 auto 0px;
    -webkit-box-ordinal-group: 2;
            order: 1;
    align-self: flex-end;
    -webkit-box-align: start;
            align-items: flex-start;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: end; }
    .b-menu_ute ul.sub-menu {
      display: none; }
    .b-menu_ute form#searchform {
      opacity: .01;
      width: 0;
      height: 36px;
      overflow: hidden;
      -webkit-transition: all 0.4s ease, opacity 0s ease;
      transition: all 0.4s ease, opacity 0s ease;
      margin-left: 10px;
      margin-top: 3px;
      margin-bottom: 0;
      border: none;
      padding: 0; }
      .b-menu_ute form#searchform label {
        display: none; }
      .b-menu_ute form#searchform input[type="text"] {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
        height: 35px; }
      .b-menu_ute form#searchform input[type="submit"] {
        max-width: 25%;
        height: 35px;
        width: 25%;
        line-height: 1;
        vertical-align: middle; }
      .b-menu_ute form#searchform.vis {
        opacity: 1;
        width: 300px;
        -webkit-transition: all 0.4s ease, opacity 0.2s ease;
        transition: all 0.4s ease, opacity 0.2s ease; }
    .b-menu_ute .b-search-button_launch {
      cursor: pointer;
      display: block;
      margin-top: 2px;
      width: 16px;
      height: 16px; }
  .b-menu__list_ute {
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .b-menu__list_ute li a {
      padding: 0.75em 1em;
      display: inline-block; }
    .b-menu__list_ute li:last-child {
      margin-right: 0; }
  /*
 * SubMenu -- This is the menu underneath the main menu and
 * --- NOT the children items inside the main menu
 */
  .b-submenu {
    display: block;
    width: 100%;
    padding: 0;
    background-color: #eeeeee;
    font-size: .875em;
    z-index: 3;
    position: relative;
    -webkit-box-ordinal-group: 4;
            order: 3;
    padding-left: 2%;
    padding-right: 2%;
    border-bottom: solid 1px #c5cdd0;
    box-shadow: 0px 2px 0px #fff; }
  .b-menu_submenu {
    width: 94%;
    margin: 0 auto; }
    .b-menu_submenu li {
      letter-spacing: 0.15em; }
      .b-menu_submenu li a, .b-menu_submenu li a:hover, .b-menu_submenu li a:focus, .b-menu_submenu li a:visited, .b-menu_submenu li a:visited:hover {
        border-radius: 30px;
        padding: 1em 1.5em; }
      .b-menu_submenu li a {
        margin: 0 .25em; }
        .b-menu_submenu li a:hover {
          background: #d9dddf; }
      .b-menu_submenu li.current-menu-item a, .b-menu_submenu li.current_page_item a, .b-menu_submenu li.current_page_ancestor a {
        background: #d9dddf; }
        .b-menu_submenu li.current-menu-item a:hover, .b-menu_submenu li.current_page_item a:hover, .b-menu_submenu li.current_page_ancestor a:hover {
          background: #bdc4c8; }
  .b-menu__list_submenu {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 1.2em 0;
    margin: 0; }
  .b-menu_submenu:empty {
    display: none; }
  .b-mobile-nav-switch {
    display: none; }
  /************************************
  FOOTER STYLES
*************************************/
  .b-footer {
    padding-bottom: 0; }
  .b-footer__inner {
    padding: 8em 0 4em; }
  .b-footer__logo {
    margin: 0;
    text-align: left; }
  .b-footer-widgets {
    text-align: left;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .b-footer-widget {
    -webkit-box-flex: 0;
            flex-grow: 0; }
    .b-footer-widget .widgettitle {
      margin-bottom: 1.25em;
      display: block; }
  .b-footer-widget_four {
    margin-right: 0;
    margin-left: auto; }
  .b-footer__middle {
    text-align: left; }
  .b-footer__donation {
    text-align: left; }
  .b-footer__social {
    text-align: left; }
  .b-social-links {
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .b-social-link {
    margin: 0 16px 0 0; }
    .b-social-link a {
      padding: 0; }
  .b-footer__bottom {
    margin-top: 3em; }
  .b-footer_menu .b-footer__nav li {
    width: auto; }
  /*-------------------------------------------------
 HEADLINES
---------------------------------------------------*/
  /*-------------------------------------------------
 PAGE COVER INTRO
---------------------------------------------------*/
  .b-page-cover {
    padding-top: 269px; }
  .b-section__wrap-outer_page-cover {
    width: 990px; }
  .b-headline_page-cover {
    max-width: 70%; }
  /*-------------------------------------------------
 HOMEPAGE SCROLL MORE (INSERTED VIA JS)
---------------------------------------------------*/
  /*-------------------------------------------
 AUTHOR STYLES
--------------------------------------------*/
  /*-------------------------------------------
POSTS & CONTENT STYLES
--------------------------------------------*/
  /*----------------
SINGLE POST
----------------*/
  .b-section__wrap-outer_single-header {
    width: 75%; }
  .b-section__wrap-outer_single {
    flex-basis: 83.3333%; }
  .b-single-post {
    flex-basis: 66.66667%; }
  /*--------------------------------------
POST SIDEBAR
--------------------------------------*/
  /*-------------------------------------------
INDEX/ARCHIVE STYLES
--------------------------------------------*/
  .blog .b-posts-page .b-section_hero {
    min-height: 375px; }
  .b-post {
    margin-bottom: 1.5em; }
  /*-------------------------------------------
 FEATURED POSTS ON INDEX PAGE
--------------------------------------------*/
  /*-------------------------------------------
 POST FILTERS/HEADER ON INDEX PAGE
--------------------------------------------*/
  .blog .b-section__wrap-inner_post-filters {
    padding: 3.15em  0 0em !important; }
  .b-post-filters {
    -webkit-box-align: center;
            align-items: center; }
  .b-post-filters__options {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    align-items: center; }
  .b-post-filters__search {
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    flex-basis: auto;
    width: auto;
    margin-right: 10px; }
    .b-post-filters__search form#searchform {
      opacity: .01;
      width: 0;
      height: 46px;
      overflow: hidden;
      -webkit-transition: all 0.4s ease, opacity 0s ease;
      transition: all 0.4s ease, opacity 0s ease;
      margin-left: 10px;
      margin-top: 0px;
      margin-bottom: 0;
      border: none;
      padding: 0;
      /*position: absolute;
      top: 30px;
      background: #fff;
      padding: 1em;
      z-index: 100;
      border: 1px solid $light-gray;
      border-top: none;*/ }
      .b-post-filters__search form#searchform label {
        display: none; }
      .b-post-filters__search form#searchform.vis {
        opacity: 1;
        width: 300px;
        -webkit-transition: all 0.4s ease, opacity 0.2s ease;
        transition: all 0.4s ease, opacity 0.2s ease; }
  .b-post-filters__search-launch {
    cursor: pointer;
    display: block; }
    .b-post-filters__search-launch:after {
      content: " ";
      height: 25px;
      width: 1px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      border-right: 1px solid #ccc; }
  .b-post-filters__cats {
    min-width: 47%;
    width: auto;
    margin-top: 0; }
  /*-------------------------------------------------
 HOVER CARD STYLE
---------------------------------------------------*/
  .b-hover-card.d-1of3 {
    flex-basis: 31.7%; }
  .b-hover-card__headline {
    font-size: 1.5em; }
  /***********************************************************
  GUTENBERG  BLOCKS STYLES
***********************************************************/
  .wp-block-separator.is-style-dots {
    text-align: left; }
    .wp-block-separator.is-style-dots:before {
      padding-left: 0em; }
  .wp-block-cover, .wp-block-cover-image {
    min-height: 450px; }
  .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 55%; }
  /***********************************************************
  BEM BLOCKS STYLES  BEM BLOCKS STYLES  BEM BLOCKS STYLES
***********************************************************/
  /*-------------------------------------------------
 Section Block
---------------------------------------------------*/
  .b-section__wrap-inner {
    padding: 3.15em 0; }
  .b-section_outer-pad {
    margin: 3.15em 0; }
  .b-section_outer-pad.b-section_collapsed-top {
    margin: 0em 0 3.15em; }
    .b-section_outer-pad.b-section_collapsed-top .b-section__wrap-inner {
      padding-top: 3.15em; }
  .b-section_outer-pad.b-section_collapsed-bottom {
    margin: 3.15em 0 0em; }
    .b-section_outer-pad.b-section_collapsed-bottom .b-section__wrap-inner {
      padding-bottom: 3.15em; }
  .b-section_outer-pad.b-section_collapsed-both {
    margin: 0em 0 0em; }
    .b-section_outer-pad.b-section_collapsed-both .b-section__wrap-inner {
      padding-top: 3.15em;
      padding-bottom: 3.15em; }
  /*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
  .b-big-title__headline, .b-headline__big-title {
    font-size: 3em; }
  .b-intro__text_big-title {
    font-size: 1.2em; }
  a.b-section-intro__button {
    font-size: 1.05em; }
  /*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
  /*-------------------------------------------
 COUNTDOWN CLOCK (FLIP CLOCK JS PLUG-IN)
--------------------------------------------*/
  /*-------------------------------------------
 SIMPLE CTA
--------------------------------------------*/
  .b-simple-cta__content {
    width: 63%;
    padding: 2em 3em;
    margin: 4.25em auto; }
  .b-simple-cta__headline {
    font-size: 1.875em; }
  /*-------------------------------------------
 SUPPORTED CTA
--------------------------------------------*/
  .b-supported-cta__support {
    padding: 1.5em 3.5em; }
  .b-supported-cta__support-message {
    line-height: 2;
    font-size: 1.5em;
    letter-spacing: .02em; }
  .b-supported-cta__main {
    padding: 2.5em 2.9em 2em; }
  .b-supported-cta__headline {
    font-size: 1.875em; }
  /*-------------------------------------------
  CTA BAR
--------------------------------------------*/
  .b-ctabox__inner {
    min-height: 250px; }
  /*-------------------------------------------
 FAQs
--------------------------------------------*/
  /*-------------------------------------------
 FEATURE CARDS
--------------------------------------------*/
  /***** OVERLAY VERSION *****/
  /*-------------------------------------------
 RO: FEATURED EVENTS
--------------------------------------------*/
  /*-------------------------------------------
 FEATURE WITH ICON
--------------------------------------------*/
  /*-------------------------------------------
 FEATURED NEWS & PRESS
--------------------------------------------*/
  .b-featured-news-items {
    margin-top: 1.5em; }
  .b-featured-news {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    vertical-align: top;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .b-featured-news__inner {
    padding: 0;
    overflow: hidden;
    position: relative; }
  .b-featured-news__icon {
    width: 50px;
    height: 50px;
    float: none;
    margin-right: auto;
    margin-left: auto; }
  .b-featured-news__meta {
    color: #bebebe; }
  .b-featured-news__headline {
    margin-top: 0.75em; }
  /*-------------------------------------------
 RO: CHARTS
--------------------------------------------*/
  .b-section__title_chart {
    margin-top: -2.5em; }
  .b-chartblock__headline {
    font-size: 4em; }
  /*-------------------------------------------
 GROUPED CONTENT WITH SORTER
--------------------------------------------*/
  /*-------------------------------------------
  RO: HALF PHOTO REPEATER
--------------------------------------------*/
  .b-half-photos__title {
    margin-bottom: -0.4em; }
  .b-section__wrap-outer_halves {
    width: 100%; }
  .b-section__wrap-inner_halves {
    padding: 0; }
  /*-------------------------------------------
 HOVER VIDEO PANELS
--------------------------------------------*/
  .b-section__wrap-inner_hover-panels {
    padding: 0; }
  .b-hover-panel__inner {
    min-height: 700px; }
  .b-hover-panel__headline {
    font-size: 1.65em; }
  /*-------------------------------------------
  RO: IFRAME AND SCRIPTS BUCKET
--------------------------------------------*/
  .b-script-holder {
    border-bottom: none; }
  /*-------------------------------------------
  RO: PAGE HEADER: HERO
--------------------------------------------*/
  .b-section_hero {
    min-height: 375px; }
  .b-section__wrap-outer_hero {
    width: 55%; }
  /* LEFT VERSION */
  /* CENTER VERSION */
  /*-------------------------------------------
  INTRODUCTION TEXT
--------------------------------------------*/
  .b-section__wrap-outer_intro {
    width: 64%;
    max-width: 770px; }
  /*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
  .b-section__wrap-inner_masonry {
    padding: 2.35em 0; }
  .b-masonry-tile_sizer, .b-masonry-tile {
    width: 23%; }
  .b-masonry-tile_gutter-sizer {
    width: 2.5%; }
  .b-masonry-tile.d-1of4 {
    width: 23.5%; }
  .b-masonry-tile.d-1of2 {
    width: 49%; }
  .b-masonry-tile.d-1of3 {
    width: 33%; }
  .b-masonry-tile.d-3of4 {
    width: 74%; }
  /*-------------------------------------------
 RO: MULTI COLUMN TEXT
--------------------------------------------*/
  .b-section__wrap-outer_multi-column {
    width: 64%;
    max-width: 770px; }
  /*---------------------------
 Multi-Level Showcase
---------------------------*/
  .b-headline_showcase {
    font-weight: 400; }
    .b-headline_showcase:before {
      left: 49%; }
    .b-headline_showcase:after {
      left: 49%; }
  .b-showcase-item__detail_a .d-2of3 {
    float: none;
    width: 100%;
    padding-right: initial; }
  /*-------------------------------------------
  RO: PHOTO BREAK
--------------------------------------------*/
  .b-photo-break {
    min-height: 380px; }
  .b-photo-break_tall {
    min-height: 455px; }
  /*-------------------------------------------
  RO: PHOTO MENU
--------------------------------------------*/
  .b-section__wrap-outer_photo-menu {
    max-width: 588px; }
  .b-photo-menu__text {
    font-size: 1.375em; }
  .b-photo-menu__item {
    font-size: 1.5em; }
  /*-------------------------------------------
  RO: MAP MENU
--------------------------------------------*/
  .b-map-menu__text {
    font-size: 1.375em; }
  .b-map-menu__item {
    font-size: 1.5em; }
  /*-------------------------------------------
  RO: PHOTO AND VIDEO FEATURES
--------------------------------------------*/
  .b-pv-feature {
    padding-bottom: 55%; }
    .b-pv-feature:first-child {
      padding-bottom: 116%; }
      .b-pv-feature:first-child .b-pv-feature__video {
        padding-bottom: 106.4%; }
    .b-pv-feature:nth-child(2) {
      margin-bottom: 6%; }
  .b-pv-feature__label {
    font-size: 1.125em; }
  .b-pv-feature__label_sub {
    font-size: 1.125em; }
  /*-------------------------------------------
  RO: RECENT POSTS
--------------------------------------------*/
  /*-------------------------------------------
  RO: RELATED PAGES
--------------------------------------------*/
  .b-relpage__text {
    width: 78%; }
  /*-------------------------------------------
  RO: TEXT OVER PHOTO
--------------------------------------------*/
  .b-section-textphoto__title {
    font-size: 2.25em; }
  .b-section-textphoto__button {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }
  .b-section_collapsed-top .b-section__wrap-inner_textphoto {
    padding-top: 4em !important; }
  .b-section__wrap-inner_textphoto_big {
    padding: 5em 0; }
  .b-section-textphoto__title_big {
    font-size: 3em; }
  .b-section-textphoto__title_small {
    font-size: 1.75em; }
  .b-section-textphoto__text_small {
    font-weight: 300; }
  .underlay_on:after {
    top: 2.25em;
    bottom: 2.25em; }
  /*-------------------------------------------
  RO: CTA OVER VIDEO (PHOTO BACKUP)
--------------------------------------------*/
  .b-section_cta-video {
    min-height: 524px; }
  .b-cta-bar__title {
    max-width: 100%; }
  .b-cta-bar__text {
    padding-left: 3%; }
  /*-------------------------------------------
  RO: TEXT WITH SIDE IMAGE
--------------------------------------------*/
  .b-side-photos_3.text-heavy {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
    .b-side-photos_3.text-heavy .b-side-photo {
      flex-basis: 46%;
      margin-bottom: 0%; }
    .b-side-photos_3.text-heavy .b-side-photo:first-child {
      margin-bottom: 8%; }
    .b-side-photos_3.text-heavy .b-side-photo:last-child {
      -webkit-column-break-before: column;
         -moz-column-break-before: column;
              break-before: column;
      margin-bottom: 0;
      padding-bottom: 164%; }
  .b-side-text {
    padding: 0; }
  /*-------------------------------------------
  RO: TEXT WITH SIDEBAR
--------------------------------------------*/
  .b-sidebartext__headline {
    font-size: 1.9em; }
  .b-sidebartext__subhead {
    font-size: 1.4em;
    margin-top: -1em; }
  .b-sidebar__subhead {
    font-size: 1.4em; }
  /*---------------------------
 Timeline
---------------------------*/
  .b-timeline__content {
    /*width: 46%;
  padding: 0;*/
    display: -webkit-box;
    display: flex;
    /*margin-top: 2.5em;*/ }
  .b-timeline__title {
    font-size: 1.5em; }
  .b-timeline__words {
    flex-basis: auto;
    padding: 1em;
    -webkit-box-ordinal-group: 3;
            order: 2;
    max-width: 65%;
    min-width: 65%;
    float: left; }
    .b-timeline__words p:first-child {
      margin-top: 0; }
  .b-timeline__image {
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
            order: 3;
    width: 35%;
    float: right;
    max-width: 35%;
    min-width: 35%;
    padding-bottom: 30%;
    margin-top: 0;
    overflow: hidden; }
  .b-timeline__event:nth-child(odd) .b-timeline__words {
    float: right; }
  .b-timeline__event:nth-child(odd) .b-timeline__image {
    -webkit-box-ordinal-group: 2;
            order: 1;
    float: left; }
  .b-timeline__words.b-timeline__content_no-image {
    width: 100%;
    margin-left: 0 !important;
    min-width: none;
    max-width: none; }
  /*-------------------------------------------
 RO: FEATURED PROGRAMS
--------------------------------------------*/
  /*-------------------------------------------------------
  RO: TEXT WITH THIRD PARTY SCRIPT (SOCIAL MEDIA FEED)
-------------------------------------------------------*/
  /*-------------------------------------------
  RO: TEXT EDITOR BLOCK
--------------------------------------------*/
  .b-section__wrap-outer_textedit {
    max-width: 990px;
    width: 72%; }
  /*-------------------------------------------
 RO: FAQs
--------------------------------------------*/
  .b-section__wrap-outer_faq {
    max-width: 990px; }
  /*-------------------------------------------
 ICON CARDS
--------------------------------------------*/
  .b-section__wrap-inner_icon-cards {
    padding: 0; }
  .b-icon-card.d-1of2 {
    padding-left: 0;
    padding-right: 0; }
    .b-icon-card.d-1of2 .b-icon-card__inner {
      padding: 3em 2em 3em;
      margin: auto; }
  .b-icon-card.d-1of3 {
    padding-left: 0;
    padding-right: 0; }
  .b-icon-card.d-1of4 {
    padding-left: 0;
    padding-right: 0; }
  .b-icon-card__inner {
    padding: 2em 1.5em 2em; }
  .b-section_collapsed-top .b-icon-card__inner {
    padding: 0em .75em 3em; }
  .b-section_collapsed-bottom .b-icon-card__inner {
    padding: 3em .75em 0em; }
  .b-section_collapsed-both .b-icon-card__inner {
    padding: 0em .75em 0em; }
  /*-------------------------------------------
 ICON LIST (OR CAROUSEL)
--------------------------------------------*/
  /*** CAROUSEL VERSION ***/
  /*-------------------------------------------
 RO: LEADERSHIP PAGE 
--------------------------------------------*/
  /*
* EMPLOYEE GRID
*/
  .b-employee__title {
    font-size: .875em; }
  /*
* BOARD MEMEBERS
*/
  .b-board:first-child {
    margin-top: 8em; }
  .b-board__name {
    margin-bottom: 0.6em; }
  .b-board-member {
    padding: 0 1.2% 1.2%; }
  /*-------------------------------------------
  QUOTE BOXES
--------------------------------------------*/
  /*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
  .b-quote__image {
    width: 68%; }
  .b-quote__words {
    width: 42%; }
  .b-quote__body {
    font-size: 2em;
    line-height: 1.75em;
    letter-spacing: .125em; }
  /*-------------------------------------------
 SCROLLJACK
--------------------------------------------*/
  .b-section__wrap-inner_scrolljack {
    max-width: none; }
  /*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
  .b-section__wrap-outer_bkg-video-player {
    min-height: 375px; }
  .b-section_bkg-video-player.extra_height .b-section__wrap-outer_bkg-video-player {
    min-height: 675px; }
  .b-bkg-video__headline {
    font-size: 2em; }
  /*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
  .b-video-poster {
    padding-right: 0; }
  /*--------------------------------------------------------------------------------------
 SINGLE PAGE OR CONTENT TYPE DETAILS
---------------------------------------------------------------------------------------*/
  /*-------------------------------------------
 ARCHIVE BLOCK (CHOOSE CONTENT TYPE)
--------------------------------------------*/
  /*-------------------------------------------
 CASE STUDIES BLOG
-------------------------------------------*/
  /*---MAIN FEED PAGE---*/
  /*---SINGLE CASE STUDY PAGE---*/
  /*-------------------------------------------
 RO: FEATURED PRODUCTS
--------------------------------------------*/
  /*-------------------------------------------
 RO: TEAM MEMBERS
--------------------------------------------*/
  .b-section__wrap-inner_execs {
    padding-bottom: 1em; }
  .b-section__wrap-inner_our-people {
    padding-top: 3em; }
  /*TEAM MEMBER IN MODAL*/
  .b-team-member-modal.iziModal {
    max-width: 900px !important; }
  /*------------------------------
 JOB LISTINGS
--------------------------------*/
  .b-job-listing__link_related {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 1em; }
    .b-job-listing__link_related:hover, .b-job-listing__link_related:active, .b-job-listing__link_related:focus {
      background: #0f3a4a;
      color: #fff; }
      .b-job-listing__link_related:hover .b-job-listing__title_related, .b-job-listing__link_related:active .b-job-listing__title_related, .b-job-listing__link_related:focus .b-job-listing__title_related {
        color: #fff; }
  .b-job-listing__inner_related {
    padding: 1.5em 0em 1em; }
  /*---------------------------
 Sitemap
---------------------------*/
  .b-sitemap li.menu-item {
    float: none; }
    .b-sitemap li.menu-item:hover {
      background: transparent; } }

/*********************
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.

******************************************************************/
  /*-------------------------------------------
GENERAL STYLES
--------------------------------------------*/
  /*---WYSIWYG CONTENT---*/
  .b-wysiwyg p {
    line-height: 1.4;
    font-size: 1.125em; }
  .b-wysiwyg ul, .b-wysiwyg ol {
    font-size: 1.125em; }
  .b-wysiwyg blockquote {
    font-size: 1em; }
  /*--- H TAG STYLES---*/
  .wrap {
    max-width: 1400px;
    max-width: 1250px; }
  /*-------------------------------------------
HEADER STYLES
--------------------------------------------*/
  .b-header__inner {
    max-width: 1400px; }
  /*
 * Utility Menu
 */
  .b-menu_ute {
    max-width: 1400px;
    width: 88.8%; }
  /************************************
  FOOTER STYLES
*************************************/
  .b-footer_menu .b-footer__nav li {
    width: auto; }
  /*-------------------------------------------
NAVIGATION STYLES
--------------------------------------------*/
  /*
 * SubMenu
 */
  .b-menu_submenu {
    max-width: 1400px; }
  /*-------------------------------------------------
 HEADLINES
---------------------------------------------------*/
  .b-headline {
    font-size: 2em; }
  /*-------------------------------------------------
 HORIZONTAL RULES
---------------------------------------------------*/
  .b-rule_small {
    width: 30%; }
  .b-rule_medium {
    width: 50%; }
  .b-rule_large {
    width: 90%; }
  /*-------------------------------------------
 AUTHOR STYLES
--------------------------------------------*/
  /*-------------------------------------------
POSTS & CONTENT STYLES
--------------------------------------------*/
  .alignwide {
    /* Set these margins to work with your own theme. */
    margin-left: -5%;
    margin-right: -5%; }
  /*----------------
SINGLE POST
----------------*/
  .b-single-post {
    margin-top: 3.5em; }
  .b-section__wrap-outer_single-header {
    width: 60%;
    max-width: 1030px; }
  /*-------------------------------------------
INDEX/ARCHIVE STYLES
--------------------------------------------*/
  .blog .b-posts-page .b-section_hero {
    min-height: 390px; }
  /*-------------------------------------------
 FEATURED POSTS ON INDEX PAGE
--------------------------------------------*/
  /*-------------------------------------------
 POST FILTERS/HEADER ON INDEX PAGE
--------------------------------------------*/
  /*--------------------------------------
POST SIDEBAR
--------------------------------------*/
  .b-single-sidebar {
    margin-top: 4.75em; }
  /*-------------------------------------------------
 HOVER CARD STYLE
---------------------------------------------------*/
  /***********************************************************
  BEM BLOCKS STYLES  BEM BLOCKS STYLES  BEM BLOCKS STYLES
***********************************************************/
  /*-------------------------------------------------
 Section Block
---------------------------------------------------*/
  .b-section__wrap-inner {
    padding: 3.15em 0; }
  .b-section__intro {
    font-size: 1.5em; }
  .b-section_outer-pad {
    margin: 3.15em 0; }
  .b-section_outer-pad.b-section_collapsed-top {
    margin: 0em 0 3.15em; }
    .b-section_outer-pad.b-section_collapsed-top .b-section__wrap-inner {
      padding-top: 3.15em; }
  .b-section_outer-pad.b-section_collapsed-bottom {
    margin: 3.15em 0 0em; }
    .b-section_outer-pad.b-section_collapsed-bottom .b-section__wrap-inner {
      padding-bottom: 3.15em; }
  .b-section_outer-pad.b-section_collapsed-both {
    margin: 0em 0 0em; }
    .b-section_outer-pad.b-section_collapsed-both .b-section__wrap-inner {
      padding-top: 6em;
      padding-bottom: 6em; }
  /*-------------------------------------------
 COLORED BLOCK LISTS
--------------------------------------------*/
  /*-------------------------------------------
 SIMPLE CTA
--------------------------------------------*/
  /*-------------------------------------------
 SUPPORTED CTA
--------------------------------------------*/
  .b-section__wrap-outer_supported-cta {
    width: 75%;
    max-width: 900px; }
  /*-------------------------------------------
  CTA BAR
--------------------------------------------*/
  /*-------------------------------------------
  INTRODUCTION TEXT
--------------------------------------------*/
  .b-section__wrap-outer_intro {
    width: 64%;
    max-width: 790px; }
  /*-------------------------------------------
  MASONRY BLOCKS
--------------------------------------------*/
  .b-section__wrap-inner_masonry {
    padding: 2.35em 0; }
  /*-------------------------------------------
 RO: MULTI COLUMN TEXT
--------------------------------------------*/
  .b-section__wrap-outer_multi-column {
    width: 64%;
    max-width: 790px; }
  /*-------------------------------------------
  RO: IFRAME AND SCRIPTS BUCKET
--------------------------------------------*/
  /*-------------------------------------------
  RO: PAGE HEADER: HERO
--------------------------------------------*/
  .b-section_hero {
    min-height: 390px; }
  /* LEFT VERSION */
  /* CENTER VERSION */
  /*-------------------------------------------
  RO: PHOTO BREAK
--------------------------------------------*/
  .b-photo-break {
    min-height: 380px; }
  .b-photo-break_tall {
    min-height: 455px; }
  /*-------------------------------------------
  RO: PHOTO MENU
--------------------------------------------*/
  .b-photo-menu__item {
    font-size: 1.875em; }
  /*-------------------------------------------
  RO: PHOTO AND VIDEO FEATURES
--------------------------------------------*/
  .b-pv-features {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em; }
  .b-pv-feature__inner {
    padding: 0px 13%; }
  .b-pv-feature__label {
    font-size: 1.5em; }
  /*-------------------------------------------
  RO: RECENT POSTS
--------------------------------------------*/
  /*-------------------------------------------
  RO: RELATED PAGES
--------------------------------------------*/
  /*-------------------------------------------
  QUOTE BOXES
--------------------------------------------*/
  /*-------------------------------------------
  QUOTE CAROUSEL
--------------------------------------------*/
  .b-quote__words {
    left: 45%; }
  .b-quote__body {
    font-size: 2.4em; }
  .b-quote__attributions {
    right: 15%; }
  /*-------------------------------------------
 SCROLLJACK
--------------------------------------------*/
  /*-------------------------------------------
  RO: TEXT OVER PHOTO
--------------------------------------------*/
  .b-section-textphoto__title {
    font-size: 3em; }
  .b-section-textphoto__title_big {
    font-size: 3.5em; }
  .b-section-textphoto__title_small {
    font-size: 2.25em; }
  .underlay_on:after {
    top: 4em;
    bottom: 3.55em; }
  /*-------------------------------------------------------
  RO: TEXT WITH THIRD PARTY SCRIPT (SOCIAL MEDIA FEED)
-------------------------------------------------------*/
  /*-------------------------------------------
 SECTION INTRO TEXT (reusable section header)
--------------------------------------------*/
  .b-section_tall .b-section__wrap-inner {
    padding: 6em 0; }
  /*-------------------------------------------
 RO: FEATURED EVENTS
--------------------------------------------*/
  .b-feature-event__text p {
    font-size: 0.94em; }
  /*-------------------------------------------
 RO: FEATURED PROGRAMS
--------------------------------------------*/
  /*-------------------------------------------
 HOVER VIDEO PANELS
--------------------------------------------*/
  .b-section__wrap-inner_hover-panels {
    padding: 0; }
  .b-hover-panel__headline {
    font-size: 1.65em; }
  /*-------------------------------------------
 FEATURE CARDS
--------------------------------------------*/
  .b-feature-card__text {
    font-size: 1em; }
    .b-feature-card__text p {
      font-size: 1em; }
  /***** OVERLAY VERSION *****/
  .b-feature-card__headline_overlay {
    font-size: 1.75em; }
  /*-------------------------------------------
 RO: CHARTS
--------------------------------------------*/
  .b-section__title_chart {
    margin-top: -2.7em; }
  /*-------------------------------------------
 GROUPED CONTENT WITH SORTER
--------------------------------------------*/
  /*-------------------------------------------
  RO: HALF PHOTO REPEATER
--------------------------------------------*/
  .b-section__wrap-outer_halves {
    width: 100%; }
  .b-section__wrap-inner_halves {
    padding: 0; }
  .b-half-tile {
    max-height: 550px; }
  /*-------------------------------------------
  RO: CTA OVER VIDEO (PHOTO BACKUP)
--------------------------------------------*/
  .b-cta-bar {
    padding: 0px 7% 10px; }
  .b-cta-bar__title {
    font-size: 3em;
    margin: .25em 0 0 0; }
  .b-cta-bar__button {
    margin-top: 10px;
    margin-bottom: 10px; }
  /*-------------------------------------------
  RO: TEXT WITH SIDE IMAGE
--------------------------------------------*/
  .b-side-image .b-side-image__image {
    max-width: 230%; }
  .b-side-text__subheadline {
    font-size: 1.875em; }
  /*-------------------------------------------
  RO: TEXT WITH SIDEBAR
--------------------------------------------*/
  .b-sidebar__headline {
    font-size: 2em; }
  /*-------------------------------------------
  RO: HALF PANELS
--------------------------------------------*/
  .b-half-panel__headline {
    font-size: 1.32em;
    margin: 1.35em 0 0.35em; }
  .b-half-panel__button {
    margin: 2em auto; }
  /*-------------------------------------------
  RO: DONATION PAGE: DONATION FORM PANEL
--------------------------------------------*/
  .b-section__wrap-outer_donate-panels {
    width: 66%;
    max-width: 1190px; }
  .b-half-panel_donate-form {
    padding: 2em 7.5%; }
  .b-dollars-chart {
    margin-top: 1.75em; }
  /*-------------------------------------------
  RO: WHAT WE DO PAGE: MONEY PEOPLE PANEL
--------------------------------------------*/
  .b-section__wrap-outer_money-people {
    width: 75%;
    max-width: 1140px; }
  .b-money-panel__sentence:first-child {
    margin-bottom: .25em; }
  .b-money-panel__sentence span {
    margin: .15em 0 .25em; }
  /*-------------------------------------------
  RO: WHAT WE DO PAGE: COMMUNITY GOALS
--------------------------------------------*/
  .b-section__wrap-outer_icon-callouts {
    max-width: 820px; }
  .b-section-icon-callouts__title {
    font-size: 3em;
    margin-bottom: .75em; }
  .b-section-icon-callouts__text {
    margin-bottom: 3em; }
    .b-section-icon-callouts__text p {
      font-size: 1.825em;
      margin: 1.25em auto; }
  /*-------------------------------------------
 RO: LEADERSHIP PAGE 
--------------------------------------------*/
  /*
* EMPLOYEE GRID
*/
  .b-section__wrap-outer_employees {
    width: 82%;
    max-width: 1320px; }
  .b-section__wrap-inner_employees {
    padding: 4em 0; }
  .b-employee__details {
    width: 90%; }
  .b-employee__name {
    font-size: 1.25em; }
  /*
* BOARD MEMEBERS
*/
  .b-board__name {
    padding-bottom: 1em;
    margin-bottom: 1.389em;
    font-size: 2.25em; }
  /*-------------------------------------------
 ICON CARDS
--------------------------------------------*/
  .b-section__wrap-outer_icon-cards {
    max-width: 100%; }
  .b-section__wrap-inner_icon-cards {
    padding: 0; }
  .b-icon-card.t-1of2 .b-icon-card__inner {
    padding: 3em 15% 3em; }
  .b-icon-card__inner {
    padding: 2em 3em 2em; }
  .b-icon-card__headline {
    font-size: 1.8em; }
  .b-section_collapsed-top .b-icon-card__inner {
    padding: 0em .5em 3em; }
  .b-section_collapsed-bottom .b-icon-card__inner {
    padding: 3em .5em 0em; }
  .b-section_collapsed-both .b-icon-card__inner {
    padding: 0em .5em 0em; }
  /*-------------------------------------------
 ICON LIST (OR CAROUSEL)
--------------------------------------------*/
  /*** CAROUSEL VERSION ***/
  /*-------------------------------------------
 BACKGROUND VIDEO PLAYER
--------------------------------------------*/
  .b-section__wrap-outer_bkg-video-player {
    min-height: 390px; }
  .b-section_bkg-video-player.extra_height .b-section__wrap-outer_bkg-video-player {
    min-height: 800px; }
  .b-bkg-video__player {
    background: black;
    height: 700px;
    position: relative;
    padding-bottom: 0; }
    .b-bkg-video__player iframe {
      position: relative; }
  /*-------------------------------------------
 VIDEO FEATURE
--------------------------------------------*/
  /*--------------------------------------------------------------------------------------
 SINGLE PAGE OR CONTENT TYPE DETAILS
---------------------------------------------------------------------------------------*/
  /*-------------------------------------------
 ARCHIVE BLOCK (CHOOSE CONTENT TYPE)
--------------------------------------------*/
  /*-------------------------------------------
 CASE STUDIES BLOG
-------------------------------------------*/
  /*---MAIN FEED PAGE---*/
  /*---SINGLE CASE STUDY PAGE---*/
  /*-------------------------------------------
 RO: FEATURED PRODUCTS
--------------------------------------------*/
  /*-------------------------------------------
 RO: TEAM MEMBERS
--------------------------------------------*/
  .b-section__wrap-inner_execs {
    padding-bottom: 1em; }
  .b-section__wrap-inner_our-people {
    padding-top: 3em; }
  /*TEAM MEMBER IN MODAL*/
  /*------------------------------
 JOB LISTINGS
--------------------------------*/
  /*---------------------------
 Sitemap
---------------------------*/ }

/*********************
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.

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

.single-post .b-header__page-info, .single-post .b-header__background {
  display: none; }

.single-post .b-header {
  overflow: visible; }

.single-post .b-single-post {
  margin-top: 50px; }
