/******************************************************************
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.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 29, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 78, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 111, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 167, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 197, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 207, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 238, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 253, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

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

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 384, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 399, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 414, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 439, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

/*
 * Removes inner padding and border in FF3+.
 */
/* line 473, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

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

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

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

/* line 532, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

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

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. 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.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* Secondary */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	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.
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 107, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 113, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 114, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 115, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

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

/* line 125, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 131, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 137, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 143, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
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? */
/*********************
BUTTONS
*********************/
/* line 205, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: nimbus-sans, sans-serif;
  border: 1px solid #0a6b7b;
  border-top-color: #0c8497;
  border-left-color: #0c8497;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #0d8ca0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0fa1b8), to(#0d8ca0));
  background-image: -webkit-linear-gradient(top, #0fa1b8, #0d8ca0);
  background-image: -moz-linear-gradient(top, #0fa1b8, #0d8ca0);
  background-image: -o-linear-gradient(top, #0fa1b8, #0d8ca0);
  background-image: linear-gradient(to bottom, #0fa1b8, #0d8ca0);
}
/* line 224, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid #0a6b7b;
  border-top-color: #074e5a;
  border-left-color: #074e5a;
  background-color: #0b7889;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d8ca0), to(#0b7889));
  background-image: -webkit-linear-gradient(top, #0d8ca0, #0b7889);
  background-image: -moz-linear-gradient(top, #0d8ca0, #0b7889);
  background-image: -o-linear-gradient(top, #0d8ca0, #0b7889);
  background-image: linear-gradient(to bottom, #0d8ca0, #0b7889);
}
/* line 232, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #0fa1b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d8ca0), to(#0fa1b8));
  background-image: -webkit-linear-gradient(top, #0d8ca0, #0fa1b8);
  background-image: -moz-linear-gradient(top, #0d8ca0, #0fa1b8);
  background-image: -o-linear-gradient(top, #0d8ca0, #0fa1b8);
  background-image: linear-gradient(to bottom, #0d8ca0, #0fa1b8);
}

/* line 237, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #0b7889;
  text-shadow: 0 1px 1px #0b7889;
  background-color: #0d8ca0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0fa1b8), to(#0d8ca0));
  background-image: -webkit-linear-gradient(top, #0fa1b8, #0d8ca0);
  background-image: -moz-linear-gradient(top, #0fa1b8, #0d8ca0);
  background-image: -o-linear-gradient(top, #0fa1b8, #0d8ca0);
  background-image: linear-gradient(to bottom, #0fa1b8, #0d8ca0);
  box-shadow: inset 0 0 3px #2bd3ee;
}
/* line 243, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #096371;
  background-color: #0b7889;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d90a5), to(#0b7889));
  background-image: -webkit-linear-gradient(top, #0d90a5, #0b7889);
  background-image: -moz-linear-gradient(top, #0d90a5, #0b7889);
  background-image: -o-linear-gradient(top, #0d90a5, #0b7889);
  background-image: linear-gradient(to bottom, #0d90a5, #0b7889);
}
/* line 247, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #0fa1b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d8ca0), to(#0fa1b8));
  background-image: -webkit-linear-gradient(top, #0d8ca0, #0fa1b8);
  background-image: -moz-linear-gradient(top, #0d8ca0, #0fa1b8);
  background-image: -o-linear-gradient(top, #0d8ca0, #0fa1b8);
  background-image: linear-gradient(to bottom, #0d8ca0, #0fa1b8);
}

/*
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
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: nimbus-sans, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
}

/********************
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
*********************/
/* line 75, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 84, ../scss/_base.scss */
a, a:visited {
  color: #0fa1b8;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 88, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #0c7c8e;
}
/* line 98, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 112, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  /*
  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 */
}
/* line 120, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 125, ../scss/_base.scss */
h1, .h1 {
  font-size: 48px;
  line-height: 1.25em;
  font-family: nimbus-sans, sans-serif;
  color: #477984;
}

/* line 132, ../scss/_base.scss */
h2, .h2 {
  font-size: 36px;
  line-height: 1.23em;
  color: #0d2b7e;
  font-family: "Arbutus Slab", serif;
}

/* line 139, ../scss/_base.scss */
h3, .h3 {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 700;
  font-family: nimbus-sans, sans-serif;
  color: #0fa1b8;
}

/* line 147, ../scss/_base.scss */
h4, .h4 {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  font-family: nimbus-sans, sans-serif;
  color: #58585a;
}

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

/* line 163, ../scss/_base.scss */
.fl-rich-text h1, .fl-rich-text .h1 {
  font-size: 48px !important;
  line-height: 1.25em !important;
  font-family: nimbus-sans, sans-serif !important;
  color: #477984 !important;
}
/* line 170, ../scss/_base.scss */
.fl-rich-text h2, .fl-rich-text .h2 {
  font-size: 36px !important;
  line-height: 1.23em !important;
  color: #0d2b7e !important;
  font-family: "Arbutus Slab", serif !important;
}
/* line 177, ../scss/_base.scss */
.fl-rich-text h3, .fl-rich-text .h3 {
  font-size: 24px !important;
  line-height: 1.25em !important;
  font-weight: 700 !important;
  font-family: nimbus-sans, sans-serif !important;
  color: #0fa1b8 !important;
}
/* line 185, ../scss/_base.scss */
.fl-rich-text h4, .fl-rich-text .h4 {
  font-size: 20px !important;
  line-height: 1.25em !important;
  font-weight: 700 !important;
  font-family: nimbus-sans, sans-serif !important;
  color: #58585a !important;
}
/* line 192, ../scss/_base.scss */
.fl-rich-text h5, .fl-rich-text .h5 {
  font-size: 18px !important;
  line-height: 1.25em !important;
  font-weight: 700 !important;
  font-family: nimbus-sans, sans-serif !important;
  color: #d54735 !important;
  text-transform: uppercase !important;
}
/* line 200, ../scss/_base.scss */
.fl-rich-text h6, .fl-rich-text .h6 {
  font-size: 16px !important;
  line-height: 1.25em !important;
  font-weight: 700 !important;
  font-family: nimbus-sans, sans-serif !important;
  color: #0fa1b8 !important;
  text-transform: uppercase !important;
}

/*********************
EMBED RESPONSIVELY
*********************/
/* line 214, ../scss/_base.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 221, ../scss/_base.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************
HEADER STYLES
*********************/
/* line 239, ../scss/_base.scss */
.breadrumb-wrapper {
  max-width: 1080px;
  margin: 0 20px;
}
/* line 242, ../scss/_base.scss */
.breadrumb-wrapper .breadcrumbs {
  font-size: 14px;
  padding: 10px 0 0 0;
}

/* line 249, ../scss/_base.scss */
.fl-page-bar-row .fl-page-bar-text {
  text-transform: uppercase;
}
/* line 252, ../scss/_base.scss */
.fl-page-bar-row .fl-page-bar-text .toplink:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 5px;
  color: #fff;
}
/* line 261, ../scss/_base.scss */
.fl-page-bar-row .fl-social-icons-stacked {
  margin-left: 20px;
}
/* line 264, ../scss/_base.scss */
.fl-page-bar-row .fl-social-icons-stacked i.fab:before {
  color: #0fa1b8 !important;
}
/* line 269, ../scss/_base.scss */
.fl-page-bar-row .top-bar-nav {
  text-transform: uppercase;
}
/* line 274, ../scss/_base.scss */
.fl-page-bar-row .top-bar-nav .menu li a:hover {
  text-decoration: underline;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav 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.
*/
/* line 296, ../scss/_base.scss */
.fl-page-bar {
  font-size: 13px !important;
}

/* line 303, ../scss/_base.scss */
.fl-page-nav .navbar-right li a {
  color: #333333 !important;
}
/* line 305, ../scss/_base.scss */
.fl-page-nav .navbar-right li a:hover {
  color: #0fa1b8 !important;
}

/* line 313, ../scss/_base.scss */
.nav {
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 316, ../scss/_base.scss */
.nav li {
  /*
  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/
  */
}
/* line 318, ../scss/_base.scss */
.nav li a {
  display: block;
  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!
  */
}
/* line 350, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/* line 381, ../scss/_base.scss */
nav.top-bar-nav {
  display: inline;
}

/* line 385, ../scss/_base.scss */
.fl-page-bar .fl-social-icons-stacked {
  display: inline;
}

/* line 391, ../scss/_base.scss */
ul.sub-menu li a {
  font-weight: 300 !important;
  font-size: 18px !important;
  text-transform: none !important;
}

/* Custom Descriptions for Menus */
/* line 403, ../scss/_base.scss */
.people-menu > a {
  text-align: left;
}
/* line 406, ../scss/_base.scss */
.people-menu:after {
  content: "Who We Are" !important;
  font-family: nimbus-sans, sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px;
  color: #58585a;
  display: block;
  text-align: left;
  position: relative;
  top: -20px;
  margin-left: 15px;
  text-transform: none !important;
}

/* line 423, ../scss/_base.scss */
.building-menu > a {
  text-align: left;
}
/* line 426, ../scss/_base.scss */
.building-menu:after {
  content: "What We Do" !important;
  font-family: nimbus-sans, sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px;
  color: #58585a;
  display: block;
  text-align: left;
  position: relative;
  margin-left: 15px;
  top: -20px;
  text-transform: none !important;
}

/* line 442, ../scss/_base.scss */
.peace-menu > a {
  text-align: left;
}
/* line 445, ../scss/_base.scss */
.peace-menu:after {
  content: "Why We\'re Here" !important;
  font-family: nimbus-sans, sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px;
  color: #58585a;
  display: block;
  text-align: left;
  position: relative;
  margin-left: 15px;
  top: -20px;
  text-transform: none !important;
}

/* line 461, ../scss/_base.scss */
.fl-mobile-sub-menu-open.people-menu:after {
  display: none !important;
}
/* line 466, ../scss/_base.scss */
.fl-mobile-sub-menu-open.people-menu .sub-menu .menu-item-has-children .fl-submenu-icon-wrap {
  display: none !important;
}

/* line 473, ../scss/_base.scss */
.fl-mobile-sub-menu-open.building-menu:after {
  display: none !important;
}
/* line 478, ../scss/_base.scss */
.fl-mobile-sub-menu-open.building-menu .sub-menu .menu-item-has-children .fl-submenu-icon-wrap {
  display: none !important;
}

/* line 485, ../scss/_base.scss */
.fl-mobile-sub-menu-open.peace-menu:after {
  display: none !important;
}
/* line 490, ../scss/_base.scss */
.fl-mobile-sub-menu-open.peace-menu .sub-menu .menu-item-has-children .fl-submenu-icon-wrap {
  display: none !important;
}

/*********************
HOME PAGE
*********************/
/* line 500, ../scss/_base.scss */
.donate-head {
  font-family: 'Nimbus Sans Bold', sans-serif;
  font-size: 36px;
  color: #fff;
  line-height: 42px;
  font-weight: 700;
}

/* line 507, ../scss/_base.scss */
#mbbi-home-slider h2.fl-slide-title {
  font-family: 'Nimbus Sans Bold', sans-serif;
  font-size: 120px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 519, ../scss/_base.scss */
.fl-404 .fl-post-title {
  font-family: "Arbutus Slab", serif;
}
/* line 522, ../scss/_base.scss */
.fl-404 form {
  max-width: 460px;
}
/* line 524, ../scss/_base.scss */
.fl-404 form input {
  height: auto !important;
  padding: 10px;
  font-size: 18px;
}

/* line 532, ../scss/_base.scss */
.wsp-pages-title {
  display: none;
}

/* line 537, ../scss/_base.scss */
.photo-spotlight-flip-box .uabb-flip-box-outter {
  height: 330px !important;
  width: 330px !important;
}
/* line 542, ../scss/_base.scss */
.photo-spotlight-flip-box .uabb-back-flip-box-section-content p {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 550, ../scss/_base.scss */
.mbbi-profiles-uabb .uabb-post-thumbnail {
  border-radius: 150px;
  border: solid 5px #477984;
  margin-bottom: 20px;
  transition: ease all 0.25s;
}
/* line 555, ../scss/_base.scss */
.mbbi-profiles-uabb .uabb-post-thumbnail:hover {
  border-color: #0fa1b8;
}
/* line 559, ../scss/_base.scss */
.mbbi-profiles-uabb .uabb-post-heading {
  font-family: serif;
  font-size: 24px;
  line-height: 1.25em;
  color: #477984;
  transition: ease all 0.25s;
}
/* line 565, ../scss/_base.scss */
.mbbi-profiles-uabb .uabb-post-heading:hover {
  color: #0fa1b8;
}
/* line 570, ../scss/_base.scss */
.mbbi-profiles-uabb .uabb-blog-post-content > p {
  font-family: nimbus-sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #58585a;
}
/* line 577, ../scss/_base.scss */
.mbbi-profiles-uabb .uabb-read-more-text {
  margin-top: 0;
  padding-top: 5px;
}
/* line 580, ../scss/_base.scss */
.mbbi-profiles-uabb .uabb-read-more-text a {
  color: #477984 !important;
  transition: ease all 0.25s;
}
/* line 583, ../scss/_base.scss */
.mbbi-profiles-uabb .uabb-read-more-text a:hover {
  color: #0fa1b8 !important;
  padding-bottom: 4px;
  border-bottom: solid 1px #0fa1b8;
}

/* line 594, ../scss/_base.scss */
.bullets li {
  list-style-type: square;
  list-style-position: inside;
}

/* line 602, ../scss/_base.scss */
.fl-module-post-grid .fl-post-feed-text .fl-post-feed-content {
  margin-bottom: 20px;
}

/* line 609, ../scss/_base.scss */
.fl-archive .fl-post-title {
  font-family: nimbus-sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
/* line 613, ../scss/_base.scss */
.fl-archive .fl-post-title a {
  color: #477984;
}
/* line 618, ../scss/_base.scss */
.fl-archive .fl-post-content p {
  font-size: 16px;
}

/* line 625, ../scss/_base.scss */
.fl-module-rich-text strong {
  font-family: nimbus-sans, sans-serif !important;
  font-weight: 700 !important;
}
/* line 629, ../scss/_base.scss */
.fl-module-rich-text ol {
  list-style-type: square;
  padding-left: 20px;
}
/* line 632, ../scss/_base.scss */
.fl-module-rich-text ol li {
  font-size: 14px;
}

/* line 640, ../scss/_base.scss */
.fl-content .fl-rich-text a, .fl-content .fl-rich-text a:visited {
  text-decoration: underline !important;
}

/* line 646, ../scss/_base.scss */
.fl-photo-caption {
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
}

/* line 652, ../scss/_base.scss */
#content {
  margin-top: 2.2em;
}

/* end .hentry */
/* 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 */
/* line 684, ../scss/_base.scss */
.byline {
  color: #999;
}

/* entry content */
/* line 691, ../scss/_base.scss */
.entry-content {
  /*
  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.
  */
}
/* line 726, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 733, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 749, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 754, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

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

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 808, ../scss/_base.scss */
.fl-module-content ul {
  margin: 0 0 0 20px;
}
/* line 810, ../scss/_base.scss */
.fl-module-content ul li {
  list-style-type: square;
  margin: 0 0 5px 0;
}
/* line 815, ../scss/_base.scss */
.fl-module-content ol {
  margin: 0 0 0 20px;
}
/* line 817, ../scss/_base.scss */
.fl-module-content ol li {
  list-style-type: decimal;
  margin: 0 0 5px 0;
}
/* line 822, ../scss/_base.scss */
.fl-module-content blockquote {
  border-top: solid 1px #8e150d;
  border-bottom: solid 1px #8e150d;
  padding: 30px 0;
  border-left: 0 !important;
}

/* line 830, ../scss/_base.scss */
.testimonial-block {
  background: rgba(90, 87, 144, 0.2);
  border-bottom: solid 4px #5a5790;
  margin-bottom: 20px;
}
/* line 835, ../scss/_base.scss */
.testimonial-block .fl-module-content .fl-testimonial {
  color: #000;
}
/* line 837, ../scss/_base.scss */
.testimonial-block .fl-module-content .fl-testimonial div {
  font-family: nimbus-sans, sans-serif;
  line-height: 1.25em;
  margin: 20px 0 0 0;
}

/* line 846, ../scss/_base.scss */
#membership-consulting-row {
  background: linear-gradient(90deg, #00b7c9 50%, #5a598f 50%);
}

/* line 851, ../scss/_base.scss */
#decade-of-peace {
  background-image: url(/wp-content/uploads/2020/06/decade-of-peace-v1_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 858, ../scss/_base.scss */
#partner-logo-block .one-third {
  width: 100%;
  float: left;
}

/* line 862, ../scss/_base.scss */
#partner-logo-block .one-third a {
  display: block;
  line-height: 153px;
  text-align: center;
}

/* line 868, ../scss/_base.scss */
#partner-logo-block .one-third img {
  margin: auto;
  vertical-align: middle;
  padding: 1.5em 0;
  max-width: 60%;
  width: auto;
}

/* line 876, ../scss/_base.scss */
#partner-logo-block .clear-row {
  display: none;
  clear: none;
}

/* line 892, ../scss/_base.scss */
#jump-links ul {
  margin-left: 0;
  padding-left: 0;
}
/* line 895, ../scss/_base.scss */
#jump-links ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 32px;
}
/* line 899, ../scss/_base.scss */
#jump-links ul li a {
  padding: 10px 20px;
  background: #e2e2e2;
  text-decoration: none !important;
  margin-right: 10px;
  text-transform: uppercase;
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  transition: ease all 0.25s;
}
/* line 910, ../scss/_base.scss */
#jump-links ul li a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f35d";
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  top: -2px;
  color: #58585a;
}
/* line 920, ../scss/_base.scss */
#jump-links ul li a:hover {
  background: #0fa1b8;
  color: #fff;
}
/* line 923, ../scss/_base.scss */
#jump-links ul li a:hover:after {
  color: #fff;
}

/* line 933, ../scss/_base.scss */
#internal-jump-links ul {
  margin-left: 0;
  padding-left: 0;
}
/* line 936, ../scss/_base.scss */
#internal-jump-links ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 32px;
}
/* line 940, ../scss/_base.scss */
#internal-jump-links ul li a {
  padding: 6px 10px;
  background: rgba(150, 183, 176, 0.3);
  text-decoration: none !important;
  margin-right: 10px;
  text-transform: uppercase;
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  transition: ease all 0.25s;
}
/* line 951, ../scss/_base.scss */
#internal-jump-links ul li a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f105";
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  top: 0px;
  color: #58585a;
}
/* line 961, ../scss/_base.scss */
#internal-jump-links ul li a:hover {
  background: #96b7b0;
  color: #fff;
}
/* line 964, ../scss/_base.scss */
#internal-jump-links ul li a:hover:after {
  color: #fff;
}

/* line 973, ../scss/_base.scss */
.collapseomatic {
  background-image: none;
  background-color: rgba(150, 183, 176, 0.5);
  padding: 5px 10px 2px 20px;
  display: block;
  position: relative;
  margin: 20px 0 10px;
}
/* line 980, ../scss/_base.scss */
.collapseomatic:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 26px;
  content: '\f106';
  color: #58585a;
}
/* line 986, ../scss/_base.scss */
.collapseomatic:after {
  content: 'Open';
  font-family: nimbus-sans, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  right: 16px;
}
/* line 995, ../scss/_base.scss */
.collapseomatic:hover {
  text-decoration: none !important;
}
/* line 998, ../scss/_base.scss */
.collapseomatic.colomat-close {
  background-color: #96b7b0;
}
/* line 1000, ../scss/_base.scss */
.collapseomatic.colomat-close:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 26px;
  content: '\f107';
  color: #fff;
}
/* line 1006, ../scss/_base.scss */
.collapseomatic.colomat-close:after {
  content: 'Close';
  font-family: nimbus-sans, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  right: 16px;
  color: #fff;
}
/* line 1016, ../scss/_base.scss */
.collapseomatic.colomat-close:hover {
  text-decoration: none !important;
}

/* line 1023, ../scss/_base.scss */
.clear-container {
  clear: both !important;
}

/* line 1027, ../scss/_base.scss */
.wp-caption {
  background: rgba(15, 161, 184, 0.15) !important;
  border: none !important;
  box-shadow: 5px 5px 0px rgba(88, 88, 90, 0.4) !important;
}
/* line 1031, ../scss/_base.scss */
.wp-caption .wp-caption-text {
  font-family: nimbus-sans, sans-serif;
  font-size: 12px !important;
  line-height: 1.25em !important;
  margin-top: 5px !important;
}

/* line 1039, ../scss/_base.scss */
.fl-photo {
  position: relative;
}
/* line 1041, ../scss/_base.scss */
.fl-photo .fl-photo-content {
  position: relative;
}
/* line 1044, ../scss/_base.scss */
.fl-photo .fl-photo-caption {
  position: relative;
  bottom: 50px;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

/* line 1054, ../scss/_base.scss */
.fl-archive .fl-archive-title {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.2rem !important;
}
/* line 1060, ../scss/_base.scss */
.fl-archive .fl-post-title {
  font-family: "Arbutus Slab", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25em;
  color: #477984;
}
/* line 1067, ../scss/_base.scss */
.fl-archive .fl-post-meta {
  background: rgba(88, 88, 90, 0.1);
  padding: 5px 12px;
  text-transform: uppercase;
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
/* line 1075, ../scss/_base.scss */
.fl-archive .fl-post-image-beside {
  float: none !important;
}

/* line 1085, ../scss/_base.scss */
.tribe-events-page-template.tribe-filter-live .fl-post-header {
  display: block !important;
  margin-bottom: 0 !important;
}
/* line 1089, ../scss/_base.scss */
.tribe-events-page-template.tribe-filter-live .fl-sidebar {
  display: none !important;
}
/* line 1092, ../scss/_base.scss */
.tribe-events-page-template.tribe-filter-live .col-md-8 {
  width: 100% !important;
  margin: 40px 0;
}
/* line 1096, ../scss/_base.scss */
.tribe-events-page-template.tribe-filter-live .fl-content-left {
  border-right: 0;
  padding-right: 0;
}
/* line 1100, ../scss/_base.scss */
.tribe-events-page-template.tribe-filter-live .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 10px;
}

/* line 1106, ../scss/_base.scss */
.tribe-events-page-template.tribe-filter-live.single-tribe_events .fl-sidebar {
  display: block !important;
}

/* line 1114, ../scss/_base.scss */
.tribe-events-header__breadcrumbs .tribe-events-c-breadcrumbs__list {
  font-size: 24px !important;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
}

/* line 1121, ../scss/_base.scss */
.tribe-common-c-btn {
  background-color: #0fa1b8 !important;
}

/* line 1125, ../scss/_base.scss */
.tribe-events-c-top-bar__datepicker-desktop {
  font-family: nimbus-sans, sans-serif !important;
  font-weight: 300;
  font-size: 24px !important;
  color: #0fa1b8 !important;
}

/* line 1132, ../scss/_base.scss */
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background: #0fa1b8 !important;
}

/* line 1136, ../scss/_base.scss */
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #d54735 !important;
}

/* line 1140, ../scss/_base.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  background-color: #0fa1b8 !important;
}

/* line 1144, ../scss/_base.scss */
.tribe-events .tribe-events-c-ical__link {
  color: #477984;
  border-color: #477984;
}

/* line 1149, ../scss/_base.scss */
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #477984 !important;
}

/* line 1154, ../scss/_base.scss */
.single-tribe_events .fl-post-header {
  display: none !important;
}
/* line 1157, ../scss/_base.scss */
.single-tribe_events .tribe-events-single-event-title {
  font-family: "Arbutus Slab", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25em;
  color: #477984;
}
/* line 1164, ../scss/_base.scss */
.single-tribe_events .tribe-events-single-event-description {
  font-family: nimbus-sans, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
}
/* line 1170, ../scss/_base.scss */
.single-tribe_events .tribe-events-sub-nav a {
  color: #0fa1b8 !important;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1180, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 1184, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 1186, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 1192, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 1198, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
/* line 1209, ../scss/_base.scss */
.pagination ul li span.current {
  font-weight: bold;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1224, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1228, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1239, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 1256, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1258, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 1266, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1270, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1288, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1292, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1297, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1311, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 1314, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 1329, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 1332, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1340, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1343, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1347, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1357, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1382, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 1385, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1394, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 1405, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/* line 1415, ../scss/_base.scss */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0;
  padding: 10px;
  height: 50px;
}

/* line 1422, ../scss/_base.scss */
.gform_wrapper .gfield_label {
  font-family: nimbus-sans, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
/* line 1429, ../scss/_base.scss */
.gform_wrapper .ginput_complex label {
  font-family: nimbus-sans, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
/* line 1436, ../scss/_base.scss */
.gform_wrapper .gform_button {
  background: #477984;
  border-radius: 0;
  border: solid 1px #477984;
  padding: 10px 20px;
  font-size: 16px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: ease all 0.3s;
}
/* line 1448, ../scss/_base.scss */
.gform_wrapper .gform_button:hover {
  color: #477984;
  background: #fff;
}

/* line 1455, ../scss/_base.scss */
.fl-post-image-bio-wrap {
  float: none;
  margin: 20px 0;
  max-width: 100%;
  border: solid 10px #fff;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  overflow: hidden;
}
/* line 1463, ../scss/_base.scss */
.fl-post-image-bio-wrap .fl-post-thumb {
  margin-bottom: 0;
}

/* line 1469, ../scss/_base.scss */
body.single-bio .fl-post-title {
  font-family: "Arbutus Slab", serif;
  font-size: 42px;
  line-height: 1em;
  color: #477984;
  margin: 0 0 0 0;
}
/* line 1476, ../scss/_base.scss */
body.single-bio .bio-title {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  margin: -5px 0 30px 0;
  color: #58585a;
  border-bottom: solid 1px rgba(88, 88, 90, 0.2);
  padding: 0 0 10px 0;
}
/* line 1487, ../scss/_base.scss */
body.single-bio .fl-content p {
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  margin: 0 0 1.65em 0;
}

/* line 1497, ../scss/_base.scss */
.back-button {
  background: rgba(88, 88, 90, 0.1);
  border: none;
  font-size: 12px;
  line-height: 1em;
  color: #58585a;
  font-family: nimbus-sans, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 0 30px 0;
  transition: ease all 0.3s;
}
/* line 1508, ../scss/_base.scss */
.back-button:hover {
  border: none;
  background: #0fa1b8;
  color: #fff;
}

/* line 1516, ../scss/_base.scss */
body.single-post .fl-post-title {
  font-family: "Arbutus Slab", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25em;
  color: #477984;
}
/* line 1523, ../scss/_base.scss */
body.single-post .fl-content-left {
  border-right: 0;
}
/* line 1526, ../scss/_base.scss */
body.single-post .fl-post-meta {
  background: rgba(88, 88, 90, 0.1);
  padding: 5px 12px;
  text-transform: uppercase;
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
/* line 1535, ../scss/_base.scss */
body.single-post .fl-content p, body.single-post .fl-content ul, body.single-post .fl-content ol {
  font-family: nimbus-sans, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
}
/* line 1540, ../scss/_base.scss */
body.single-post .fl-content p, body.single-post .fl-content ul, body.single-post .fl-content ol {
  margin: 0 0 1.75em 0;
}
/* line 1543, ../scss/_base.scss */
body.single-post .fl-content ul {
  margin-left: 20px;
}
/* line 1545, ../scss/_base.scss */
body.single-post .fl-content ul li {
  list-style-type: square;
}
/* line 1549, ../scss/_base.scss */
body.single-post .fl-content ol {
  margin-left: 20px;
}
/* line 1551, ../scss/_base.scss */
body.single-post .fl-content ol li {
  list-style-type: decimal;
}

/* line 1559, ../scss/_base.scss */
.ngg-imagebrowser-nav .back {
  border-radius: 4px;
  text-transform: uppercase;
  padding: 5px 8px;
  color: #0fa1b8;
  text-decoration: none;
  transition: ease all 0.3s;
}
/* line 1566, ../scss/_base.scss */
.ngg-imagebrowser-nav .back:hover {
  background: #0fa1b8;
}
/* line 1568, ../scss/_base.scss */
.ngg-imagebrowser-nav .back:hover a {
  color: #fff;
  text-decoration: none;
}
/* line 1574, ../scss/_base.scss */
.ngg-imagebrowser-nav .next {
  border-radius: 4px;
  text-transform: uppercase;
  padding: 5px 8px;
  color: #0fa1b8;
  text-decoration: none;
  transition: ease all 0.3s;
}
/* line 1581, ../scss/_base.scss */
.ngg-imagebrowser-nav .next:hover {
  background: #0fa1b8;
}
/* line 1583, ../scss/_base.scss */
.ngg-imagebrowser-nav .next:hover a {
  color: #fff;
  text-decoration: none;
}

/* line 1592, ../scss/_base.scss */
.fl-sidebar .fl-widget-title {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #58585a;
  background: rgba(88, 88, 90, 0.1);
  padding: 1rem 1.5rem 0.75rem;
  border-left: solid 4px #58585a;
  text-transform: uppercase;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1609, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 1613, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1616, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1621, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1627, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 1636, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 1641, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1652, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 1659, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 1672, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

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

/* no comments */
/* line 1690, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1699, ../scss/_base.scss */
.widgettitle h4 {
  color: #58585a;
  background: rgba(88, 88, 90, 0.1);
  border-left: solid 4px #58585a;
  text-transform: uppercase;
}
/* line 1704, ../scss/_base.scss */
.widgettitle h4 .fl-heading-text {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  padding: 1rem 1.5rem 0.75rem;
  display: block;
}

/* line 1720, ../scss/_base.scss */
.sidebar .widgettitle,
.sidebar .fl-widget-title,
.fl-module-sidebar .widgettitle,
.fl-module-sidebar .fl-widget-title,
.fl-sidebar .widgettitle,
.fl-sidebar .fl-widget-title {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #58585a;
  background: rgba(88, 88, 90, 0.1);
  padding: 1rem 1.5rem 0.75rem;
  border-left: solid 4px #58585a;
  text-transform: uppercase;
}
/* line 1737, ../scss/_base.scss */
.sidebar .widget ul,
.sidebar .fl-widget ul,
.sidebar .widget_nav_menu ul,
.fl-module-sidebar .widget ul,
.fl-module-sidebar .fl-widget ul,
.fl-module-sidebar .widget_nav_menu ul,
.fl-sidebar .widget ul,
.fl-sidebar .fl-widget ul,
.fl-sidebar .widget_nav_menu ul {
  margin: 0 0 0 20px;
}
/* line 1739, ../scss/_base.scss */
.sidebar .widget ul li,
.sidebar .fl-widget ul li,
.sidebar .widget_nav_menu ul li,
.fl-module-sidebar .widget ul li,
.fl-module-sidebar .fl-widget ul li,
.fl-module-sidebar .widget_nav_menu ul li,
.fl-sidebar .widget ul li,
.fl-sidebar .fl-widget ul li,
.fl-sidebar .widget_nav_menu ul li {
  font-size: 16px !important;
  transition: margin-left 0.25s;
  list-style-type: none;
  /* deep nesting */
}
/* line 1748, ../scss/_base.scss */
.sidebar .widget ul li a,
.sidebar .fl-widget ul li a,
.sidebar .widget_nav_menu ul li a,
.fl-module-sidebar .widget ul li a,
.fl-module-sidebar .fl-widget ul li a,
.fl-module-sidebar .widget_nav_menu ul li a,
.fl-sidebar .widget ul li a,
.fl-sidebar .fl-widget ul li a,
.fl-sidebar .widget_nav_menu ul li a {
  color: #477984 !important;
  transition: color 0.25s;
}
/* line 1751, ../scss/_base.scss */
.sidebar .widget ul li a:hover,
.sidebar .fl-widget ul li a:hover,
.sidebar .widget_nav_menu ul li a:hover,
.fl-module-sidebar .widget ul li a:hover,
.fl-module-sidebar .fl-widget ul li a:hover,
.fl-module-sidebar .widget_nav_menu ul li a:hover,
.fl-sidebar .widget ul li a:hover,
.fl-sidebar .fl-widget ul li a:hover,
.fl-sidebar .widget_nav_menu ul li a:hover {
  color: #0fa1b8 !important;
}
/* line 1759, ../scss/_base.scss */
.sidebar .widget ul li:hover,
.sidebar .fl-widget ul li:hover,
.sidebar .widget_nav_menu ul li:hover,
.fl-module-sidebar .widget ul li:hover,
.fl-module-sidebar .fl-widget ul li:hover,
.fl-module-sidebar .widget_nav_menu ul li:hover,
.fl-sidebar .widget ul li:hover,
.fl-sidebar .fl-widget ul li:hover,
.fl-sidebar .widget_nav_menu ul li:hover {
  margin-left: 8px;
}
/* line 1764, ../scss/_base.scss */
.sidebar .widget ul li ul.sub-menu li a,
.sidebar .fl-widget ul li ul.sub-menu li a,
.sidebar .widget_nav_menu ul li ul.sub-menu li a,
.fl-module-sidebar .widget ul li ul.sub-menu li a,
.fl-module-sidebar .fl-widget ul li ul.sub-menu li a,
.fl-module-sidebar .widget_nav_menu ul li ul.sub-menu li a,
.fl-sidebar .widget ul li ul.sub-menu li a,
.fl-sidebar .fl-widget ul li ul.sub-menu li a,
.fl-sidebar .widget_nav_menu ul li ul.sub-menu li a {
  font-size: inherit !important;
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
}
/* line 1769, ../scss/_base.scss */
.sidebar .widget ul li ul.sub-menu li a:before,
.sidebar .fl-widget ul li ul.sub-menu li a:before,
.sidebar .widget_nav_menu ul li ul.sub-menu li a:before,
.fl-module-sidebar .widget ul li ul.sub-menu li a:before,
.fl-module-sidebar .fl-widget ul li ul.sub-menu li a:before,
.fl-module-sidebar .widget_nav_menu ul li ul.sub-menu li a:before,
.fl-sidebar .widget ul li ul.sub-menu li a:before,
.fl-sidebar .fl-widget ul li ul.sub-menu li a:before,
.fl-sidebar .widget_nav_menu ul li ul.sub-menu li a:before {
  content: '\f0da';
  color: rgba(71, 121, 132, 0.4);
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: -12px;
  top: 1px;
}
/* line 1790, ../scss/_base.scss */
.sidebar .widget_recent_entries ul li,
.fl-module-sidebar .widget_recent_entries ul li,
.fl-sidebar .widget_recent_entries ul li {
  border-bottom: dotted 1px #58585a;
  padding-bottom: 8px;
}

/* line 1799, ../scss/_base.scss */
#rotary-news-block ul {
  margin: 0 0 0 20px !important;
}
/* line 1801, ../scss/_base.scss */
#rotary-news-block ul li {
  font-size: 16px !important;
  transition: margin-left 0.25s;
  list-style-type: none;
  border-bottom: dotted 1px #58585a !important;
  /* deep nesting */
}
/* line 1807, ../scss/_base.scss */
#rotary-news-block ul li h3 {
  font-size: 16px !important;
}
/* line 1815, ../scss/_base.scss */
#rotary-news-block ul li a {
  color: #477984 !important;
  transition: color 0.25s;
}
/* line 1818, ../scss/_base.scss */
#rotary-news-block ul li a:hover {
  color: #0fa1b8 !important;
}
/* line 1826, ../scss/_base.scss */
#rotary-news-block ul li:hover {
  margin-left: 8px;
}

/* line 1836, ../scss/_base.scss */
#dpace-sidebar .fl-module-content {
  background: rgba(150, 183, 176, 0.4);
  padding: 30px 0;
}
/* line 1839, ../scss/_base.scss */
#dpace-sidebar .fl-module-content .widget_custom_html {
  margin-bottom: 0;
}
/* line 1842, ../scss/_base.scss */
#dpace-sidebar .fl-module-content h3 {
  font-family: nimbus-sans, sans-serif;
  font-size: 20px;
  margin: 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #477984;
}
/* line 1850, ../scss/_base.scss */
#dpace-sidebar .fl-module-content .widgettitle,
#dpace-sidebar .fl-module-content .fl-widget-title {
  font-family: nimbus-sans, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #58585a;
  background: transparent;
  padding: 0 20px 0;
  margin-top: 0;
  border-left: 0;
  text-transform: uppercase;
}
/* line 1863, ../scss/_base.scss */
#dpace-sidebar .fl-module-content ul {
  margin: 0 20px;
}

/* line 1871, ../scss/_base.scss */
#mbb-consulting-sidebar .fl-module-content {
  background: rgba(13, 43, 126, 0.1);
  padding: 30px 0;
}
/* line 1874, ../scss/_base.scss */
#mbb-consulting-sidebar .fl-module-content .widgettitle,
#mbb-consulting-sidebar .fl-module-content .fl-widget-title {
  font-family: nimbus-sans, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #58585a;
  background: transparent;
  padding: 0 0 0 20px;
  margin-top: 0;
  border-left: 0;
  text-transform: uppercase;
}
/* line 1887, ../scss/_base.scss */
#mbb-consulting-sidebar .fl-module-content ul {
  margin: 0 20px;
}
/* line 1890, ../scss/_base.scss */
#mbb-consulting-sidebar .fl-module-content ul li a {
  color: #0d2b7e !important;
}
/* line 1892, ../scss/_base.scss */
#mbb-consulting-sidebar .fl-module-content ul li a:hover {
  color: #0fa1b8 !important;
}

/* line 1911, ../scss/_base.scss */
.wsp-pages-list > li > a,
.wsp-tribe_eventss-list > li > a,
.wsp-categories-list > li > a {
  font-size: 18px;
}
/* line 1915, ../scss/_base.scss */
.wsp-pages-list .children,
.wsp-tribe_eventss-list .children,
.wsp-categories-list .children {
  margin: 0 0 0 20px;
  list-style-type: square;
}
/* line 1922, ../scss/_base.scss */
.wsp-pages-list li,
.wsp-tribe_eventss-list li,
.wsp-categories-list li {
  margin: 6px 0;
}

/* line 1930, ../scss/_base.scss */
#sitemap-menu ul > li .sub-menu {
  margin: 0 0 0 20px;
}
/* line 1932, ../scss/_base.scss */
#sitemap-menu ul > li .sub-menu li {
  list-style-type: square !important;
}

/*********************
FOOTER STYLES
*********************/
/* line 1947, ../scss/_base.scss */
.footer {
  clear: both;
}

/* line 1952, ../scss/_base.scss */
.fl-page-footer-widgets-row .fl-widget-title {
  font-family: nimbus-sans, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
/* line 1958, ../scss/_base.scss */
.fl-page-footer-widgets-row .menu li {
  font-family: nimbus-sans, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 15px;
  font-weight: 300;
}
/* line 1966, ../scss/_base.scss */
.fl-page-footer-widgets-row .widget_media_image {
  margin-bottom: 5px;
}
/* line 1969, ../scss/_base.scss */
.fl-page-footer-widgets-row #media_image-4 {
  margin-left: 10px;
}
/* line 1973, ../scss/_base.scss */
.fl-page-footer-widgets-row .widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
  font-style: italic;
}
/* line 1979, ../scss/_base.scss */
.fl-page-footer-widgets-row .textwidget {
  font-family: nimbus-sans, sans-serif;
}
/* line 1982, ../scss/_base.scss */
.fl-page-footer-widgets-row h5 {
  font-weight: 600;
  text-transform: uppercase;
}
/* line 1985, ../scss/_base.scss */
.fl-page-footer-widgets-row h5.office02 {
  margin-top: 60px;
}

/* line 1991, ../scss/_base.scss */
.footer-button {
  background: #fff;
  display: block;
  margin: 25px 0 0 0;
  padding: 5px 10px;
  color: #477984 !important;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  transition: color 0.2s ease-in-out;
  z-index: 0;
}
/* line 2002, ../scss/_base.scss */
.footer-button:before {
  content: "";
  background-color: #0fa1b8;
  -webkit-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0px;
  z-index: -1;
  left: 0;
}
/* line 2017, ../scss/_base.scss */
.footer-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
/* line 2020, ../scss/_base.scss */
.footer-button:hover:before {
  width: 100%;
}

/* line 2026, ../scss/_base.scss */
.fl-page-footer-text {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.25em;
}
/* line 2031, ../scss/_base.scss */
.fl-page-footer-text a {
  text-decoration: underline;
}

/* line 2037, ../scss/_base.scss */
.fl-page-footer-row .text-center {
  text-align: left !important;
}

/* line 2042, ../scss/_base.scss */
.footer-social-media {
  margin-left: 10px;
}
/* line 2044, ../scss/_base.scss */
.footer-social-media i {
  font-size: 32px;
  margin: 0 10px 0 0;
}

/* line 2051, ../scss/_base.scss */
#email-sign-up-bar .widget {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 2055, ../scss/_base.scss */
#email-sign-up-bar .gfield_label {
  display: none !important;
}
/* line 2058, ../scss/_base.scss */
#email-sign-up-bar .gform_footer {
  padding: 0 0 10px;
  margin: 10px 0 0;
}
/* line 2061, ../scss/_base.scss */
#email-sign-up-bar .gform_footer .gform_button {
  padding: 15px 40px;
  background: #477984;
  border-color: #477984;
}
/* line 2065, ../scss/_base.scss */
#email-sign-up-bar .gform_footer .gform_button:hover {
  background: #fff;
  border-color: #fff;
  color: #477984;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*
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 (max-width: 480px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 480px and Down 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.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 24, ../scss/_480down.scss */
  #menu-top-bar-menu {
    display: none !important;
  }

  /* line 29, ../scss/_480down.scss */
  .fl-page-bar-row .text-left {
    width: 38%;
    display: inline-block;
    padding-right: 0;
  }
  /* line 34, ../scss/_480down.scss */
  .fl-page-bar-row .text-right {
    width: 60%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 47, ../scss/_480down.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter {
    height: 330px !important;
    width: 330px !important;
  }
  /* line 50, ../scss/_480down.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter .uabb-face {
    height: 330px !important;
    width: 330px !important;
  }

  /* line 58, ../scss/_480down.scss */
  .tribe-events-page-template.tribe-filter-live .col-md-8 {
    margin: 0px;
  }

  /* line 62, ../scss/_480down.scss */
  .tribe-events-page-template .fl-post-title {
    font-size: 34px;
  }

  /* line 66, ../scss/_480down.scss */
  .tribe-events .tribe-events-l-container {
    padding-top: 10px;
  }

  /* line 70, ../scss/_480down.scss */
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 24px;
  }

  /* line 74, ../scss/_480down.scss */
  .single-tribe_events .tribe-events-content img {
    margin: 20px 0 !important;
    max-width: 100%;
    width: 100%;
  }

  /* line 80, ../scss/_480down.scss */
  img.alignleft {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 15px 0 !important;
  }

  /* line 87, ../scss/_480down.scss */
  img.alignright {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 15px 0 !important;
  }

  /* line 94, ../scss/_480down.scss */
  img.aligncenter {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 15px 0 !important;
  }

  /* line 101, ../scss/_480down.scss */
  img.alignnone {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 15px 0 !important;
  }

  /* line 109, ../scss/_480down.scss */
  #mbbi-home-slider .fl-slide-title {
    font-family: nimbus-sans, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px !important;
  }
  /* line 115, ../scss/_480down.scss */
  #mbbi-home-slider .fl-slide-text {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
  }
  /* line 119, ../scss/_480down.scss */
  #mbbi-home-slider .fl-slide-text p {
    font-size: 18px !important;
  }
  /* line 124, ../scss/_480down.scss */
  #mbbi-home-slider .fl-slide-cta-button .fl-button-wrap {
    text-align: center;
  }

  /* line 131, ../scss/_480down.scss */
  #donate-bar .fl-button {
    width: 80%;
    margin: 0 auto;
  }

  /* line 138, ../scss/_480down.scss */
  #home-spotlight-area .fl-module-content {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 141, ../scss/_480down.scss */
  #home-spotlight-area .fl-module-content .uabb-post-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 149, ../scss/_480down.scss */
  #home-mission-statement p {
    text-align: left;
  }

  /* line 154, ../scss/_480down.scss */
  #membership-consulting-row {
    background: none;
  }
  /* line 157, ../scss/_480down.scss */
  #membership-consulting-row .fl-col .fl-col-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 160, ../scss/_480down.scss */
  #membership-consulting-row .fl-col .fl-col-content .fl-module-content {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 166, ../scss/_480down.scss */
  #membership-consulting-row .fl-col:nth-of-type(1) {
    background: #00b7c9;
  }
  /* line 169, ../scss/_480down.scss */
  #membership-consulting-row .fl-col:nth-of-type(2) {
    background: #5a598f;
  }
  /* line 172, ../scss/_480down.scss */
  #membership-consulting-row h3.fl-heading {
    line-height: 1.25em;
    margin-bottom: 10px !important;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /* line 182, ../scss/_480down.scss */
  .fl-social-icons-stacked {
    text-align: center;
  }

  /* line 186, ../scss/_480down.scss */
  .fl-page-footer-container {
    padding-bottom: 40px;
  }
}
@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.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 37, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 38, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 39, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 40, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 85, ../scss/_481up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter {
    height: 330px !important;
    width: 330px !important;
  }
  /* line 90, ../scss/_481up.scss */
  .photo-spotlight-flip-box .uabb-back-flip-box-section-content p {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* entry content */
  /* line 100, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 104, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 109, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 114, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /* line 123, ../scss/_481up.scss */
  .sponsor-individual {
    display: inline-block;
    max-width: 33%;
  }
  /* line 126, ../scss/_481up.scss */
  .sponsor-individual img {
    transition: transform .4s;
  }
  /* line 128, ../scss/_481up.scss */
  .sponsor-individual img:hover {
    transform: scale(1.1);
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
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 (max-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
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 35, ../scss/_767down.scss */
  .hamburger-icon a:before {
    display: none;
  }

  /*********************
  CONTENT
  *********************/
  /* line 50, ../scss/_767down.scss */
  #donate-bar .fl-cta-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* line 60, ../scss/_767down.scss */
  #home-mission-statement .fl-node-5ed57414435d0 .fl-rich-text p:before {
    display: none;
  }

  /* line 68, ../scss/_767down.scss */
  #membership-consulting-row {
    background: none;
  }
  /* line 71, ../scss/_767down.scss */
  #membership-consulting-row .fl-col .fl-col-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 74, ../scss/_767down.scss */
  #membership-consulting-row .fl-col .fl-col-content .fl-module-content {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 80, ../scss/_767down.scss */
  #membership-consulting-row .fl-col {
    max-width: 100% !important;
  }
  /* line 82, ../scss/_767down.scss */
  #membership-consulting-row .fl-col .fl-col-content {
    max-width: 400px;
    margin: 0 auto !important;
  }
  /* line 87, ../scss/_767down.scss */
  #membership-consulting-row .fl-col:nth-of-type(1) {
    background: #00b7c9;
  }
  /* line 90, ../scss/_767down.scss */
  #membership-consulting-row .fl-col:nth-of-type(2) {
    background: #5a598f;
  }
  /* line 93, ../scss/_767down.scss */
  #membership-consulting-row h3.fl-heading {
    line-height: 1.25em;
    margin-bottom: 10px !important;
  }

  /* line 100, ../scss/_767down.scss */
  #decade-of-peace .fl-heading {
    font-size: 40px;
    line-height: 42px;
  }
  /* line 104, ../scss/_767down.scss */
  #decade-of-peace .fl-col-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 111, ../scss/_767down.scss */
  #mbbi-rotary-partnership-home .fl-heading {
    font-size: 40px;
    line-height: 42px;
  }

  /* line 118, ../scss/_767down.scss */
  .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: rgba(15, 161, 184, 0.4);
  }

  /* line 122, ../scss/_767down.scss */
  .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background: #0fa1b8 !important;
  }

  /* line 126, ../scss/_767down.scss */
  .tribe-events-sub-nav li a {
    background: rgba(71, 121, 132, 0.2);
  }

  /* line 130, ../scss/_767down.scss */
  .fl-node-5d6dcbcb836c1 {
    margin-bottom: 40px;
  }

  /* line 136, ../scss/_767down.scss */
  #email-sign-up-bar .fl-col-group,
  .fl-node-5d65c9136968d .fl-col-group {
    margin-right: 20px;
    margin-left: 20px;
  }

  /* line 142, ../scss/_767down.scss */
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100% !important;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
}
@media only screen and (min-width: 769px) {
  /******************************************************************
  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
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 35, ../scss/_768up.scss */
  .fl-page-nav-search form input.fl-search-input {
    width: 92%;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 45, ../scss/_768up.scss */
  .people-menu > a:after {
    display: none !important;
  }
  /* line 49, ../scss/_768up.scss */
  .people-menu:after {
    margin-left: 0 !important;
  }

  /* line 57, ../scss/_768up.scss */
  .building-menu > a:after {
    display: none !important;
  }
  /* line 61, ../scss/_768up.scss */
  .building-menu:after {
    margin-left: 0 !important;
  }

  /* line 68, ../scss/_768up.scss */
  .peace-menu > a:after {
    display: none !important;
  }
  /* line 72, ../scss/_768up.scss */
  .peace-menu:after {
    margin-left: 0 !important;
  }

  /* line 78, ../scss/_768up.scss */
  .breadrumb-wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  /* line 81, ../scss/_768up.scss */
  .breadrumb-wrapper .breadcrumbs {
    font-size: 14px;
    padding: 10px 0 0 0;
  }

  /* line 89, ../scss/_768up.scss */
  .fl-page-header-fixed .fl-page-nav .navbar-nav a {
    font-size: 13px;
  }

  /* line 94, ../scss/_768up.scss */
  .fl-page-nav-right.fl-page-header-fixed .fl-logo-img,
  .fl-page-header-fixed .fl-logo-img {
    max-height: 56px !important;
  }

  /* line 99, ../scss/_768up.scss */
  .hamburger-icon a {
    font-size: 0 !important;
    margin-left: 20px;
  }

  /* line 104, ../scss/_768up.scss */
  .hamburger-icon a:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    font-size: 26px;
    font-weight: 300;
  }

  /* line 111, ../scss/_768up.scss */
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 114, ../scss/_768up.scss */
  .nav li {
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 117, ../scss/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 135, ../scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 144, ../scss/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 146, ../scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 163, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 185, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /*********************
  CONTENT
  *********************/
  /* line 210, ../scss/_768up.scss */
  #home-mission-statement .fl-node-5ed57414435d0 .fl-rich-text p:before {
    content: ' ';
    border-left: solid 5px;
    margin: 0 20px 0 0;
  }

  /* line 221, ../scss/_768up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter {
    height: 250px !important;
    width: 250px !important;
  }
  /* line 225, ../scss/_768up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter .uabb-front .uabb-face-text-title {
    font-size: 24px;
  }
  /* line 230, ../scss/_768up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter .uabb-back .uabb-flip-box-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 234, ../scss/_768up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter .uabb-back p {
    font-size: 14px;
  }
  /* line 240, ../scss/_768up.scss */
  .photo-spotlight-flip-box .uabb-back-flip-box-section-content p {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 247, ../scss/_768up.scss */
  #partner-logo-block .one-third {
    display: inline-block;
    width: 33%;
    text-align: center;
  }

  /* line 252, ../scss/_768up.scss */
  #partner-logo-block .first {
    clear: none;
  }

  /* line 255, ../scss/_768up.scss */
  #partner-logo-block .clearfix {
    display: none;
  }

  /* line 258, ../scss/_768up.scss */
  #partner-logo-block .one-third img {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    padding: 0 1.5em 0 1.5em;
    max-width: 100%;
    max-height: 160px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  /* line 268, ../scss/_768up.scss */
  #partner-logo-block .clear-row {
    display: block;
    clear: both;
  }

  /* line 275, ../scss/_768up.scss */
  .fl-archive .fl-post-meta {
    margin: 0 10px 0 5px;
  }
  /* line 278, ../scss/_768up.scss */
  .fl-archive .fl-post-image-beside {
    margin: 0 20px;
    float: none !important;
  }
  /* line 282, ../scss/_768up.scss */
  .fl-archive .fl-post-content-beside {
    margin: 0 20px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 293, ../scss/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 301, ../scss/_768up.scss */
  .widget {
    margin: 2.2em 0;
  }
  /* line 305, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 313, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* 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 */
  /* line 412, ../scss/_768up.scss */
  #dpace-sidebar .fl-module-content,
  #mbb-consulting-sidebar .fl-module-content {
    padding: 0;
  }

  /* line 417, ../scss/_768up.scss */
  .fl-post-image-bio-wrap {
    float: right;
    margin: 0 0 20px 40px !important;
    max-width: 400px;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 437, ../scss/_768up.scss */
  #email-sign-up-bar .widget {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 441, ../scss/_768up.scss */
  #email-sign-up-bar .gfield_label {
    display: none !important;
  }
  /* line 444, ../scss/_768up.scss */
  #email-sign-up-bar li.gfield {
    margin-top: 0;
  }
  /* line 447, ../scss/_768up.scss */
  #email-sign-up-bar .gform_footer {
    position: relative;
    top: -58px;
    left: 730px;
    display: inline-block !important;
    clear: none;
    width: 33%;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 456, ../scss/_768up.scss */
  #email-sign-up-bar .gform_footer .gform_button {
    width: 100%;
  }

  /* line 466, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
}
/*
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: 992px) {
  /******************************************************************
  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. 
  
  ******************************************************************/
  /* line 12, ../scss/_992up.scss */
  body.archive .fl-post-thumb img {
    max-width: 80% !important;
  }

  /* line 16, ../scss/_992up.scss */
  #decade-of-peace {
    background-image: url(/wp-content/uploads/2020/05/decade-of-peace.png), url(/wp-content/uploads/2020/06/decade-of-peace-v1_bg.jpg);
    background-position: right center, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
  }

  /* line 23, ../scss/_992up.scss */
  h1.fl-post-title {
    font-size: 44px;
  }

  /* line 30, ../scss/_992up.scss */
  .fl-page-nav .navbar-nav li a.nav-link {
    padding: 15px 30px 15px 0 !important;
  }
  /* line 34, ../scss/_992up.scss */
  .fl-page-nav .navbar-nav li:last-of-type a.nav-link {
    padding-right: 0 !important;
  }

  /* line 44, ../scss/_992up.scss */
  #equal-height-with-buttons .fl-col-content {
    position: relative;
    padding-bottom: 60px;
  }
  /* line 47, ../scss/_992up.scss */
  #equal-height-with-buttons .fl-col-content .fl-module-button {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  /* line 51, ../scss/_992up.scss */
  #equal-height-with-buttons .fl-col-content .fl-module-button .fl-button-wrap {
    width: 100%;
  }
  /* line 53, ../scss/_992up.scss */
  #equal-height-with-buttons .fl-col-content .fl-module-button .fl-button-wrap a {
    width: 100%;
  }

  /* line 62, ../scss/_992up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter {
    height: 330px !important;
    width: 330px !important;
  }
  /* line 66, ../scss/_992up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter .uabb-front .uabb-face-text-title {
    font-size: 34px;
  }
  /* line 71, ../scss/_992up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter .uabb-back .uabb-flip-box-section {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 75, ../scss/_992up.scss */
  .photo-spotlight-flip-box .uabb-flip-box-outter .uabb-back p {
    font-size: 16px;
  }
  /* line 81, ../scss/_992up.scss */
  .photo-spotlight-flip-box .uabb-back-flip-box-section-content p {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 88, ../scss/_992up.scss */
  .grecaptcha-badge {
    bottom: 85px !important;
  }

  /* line 93, ../scss/_992up.scss */
  #news-events-row-wrapper .fl-col-content {
    position: relative;
    padding-bottom: 45px;
  }
  /* line 96, ../scss/_992up.scss */
  #news-events-row-wrapper .fl-col-content .fl-module-button {
    position: absolute;
    bottom: 0;
  }

  /* line 104, ../scss/_992up.scss */
  #mbbi-home-slider .fl-slide-title {
    font-family: nimbus-sans, sans-serif;
    font-weight: 900;
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 -10px -6px !important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) !important;
  }
  /* line 114, ../scss/_992up.scss */
  #mbbi-home-slider .fl-slide-text {
    font-family: nimbus-sans, sans-serif;
    font-size: 36px;
    line-height: 1.25em;
    font-weight: 500;
    color: #fff;
  }

  /* line 124, ../scss/_992up.scss */
  #donate-bar .fl-cta-text {
    width: 75%;
  }
  /* line 127, ../scss/_992up.scss */
  #donate-bar .fl-cta-button {
    width: 25%;
  }
  /* line 130, ../scss/_992up.scss */
  #donate-bar .fl-cta-title {
    float: left;
    font-size: 32px;
    line-height: 38px;
    margin-right: 10px;
  }
  /* line 136, ../scss/_992up.scss */
  #donate-bar .fl-cta-text-content {
    float: left;
    font-size: 32px;
    line-height: 38px;
  }

  /* line 143, ../scss/_992up.scss */
  .mbb-consulting-blocks {
    float: left;
    width: 33%;
  }
  /* line 146, ../scss/_992up.scss */
  .mbb-consulting-blocks .pp-flipbox {
    min-height: 200px;
  }

  /* line 151, ../scss/_992up.scss */
  .fl-sidebar-right {
    padding-left: 20px !important;
  }

  /* line 156, ../scss/_992up.scss */
  .tribe-events-page-template.tribe-filter-live .fl-sidebar {
    display: none !important;
  }
  /* line 159, ../scss/_992up.scss */
  .tribe-events-page-template.tribe-filter-live .col-md-8 {
    width: 100% !important;
    margin: 40px 0 !important;
  }

  /* line 166, ../scss/_992up.scss */
  .tribe-events-page-template.tribe-filter-live.single-tribe_events .fl-sidebar {
    display: block !important;
  }
  /* line 169, ../scss/_992up.scss */
  .tribe-events-page-template.tribe-filter-live.single-tribe_events .col-md-8 {
    width: 66.66666667% !important;
    margin: 40px 0 !important;
  }
  /* line 173, ../scss/_992up.scss */
  .tribe-events-page-template.tribe-filter-live.single-tribe_events .fl-content-left {
    border-right: 1px solid #e6e6e6;
  }
  /* line 176, ../scss/_992up.scss */
  .tribe-events-page-template.tribe-filter-live.single-tribe_events article {
    margin-right: 30px;
  }

  /* line 181, ../scss/_992up.scss */
  .tribe-events-page-template .tribe-common .tribe-common-l-container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

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

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

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

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

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

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

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

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

  /* line 76, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .fl-page-footer-widgets,
  #email-sign-up-bar,
  .fl-node-5d65c9136968d,
  .fl-page-footer-row .fl-social-icons,
  .fl-page-header-fixed {
    display: none !important;
  }
}
