@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here you can easily toggle on/off modules and files.

******************************************************************/
/** STEP 1: Reset **/
/******************************************************************
Site Name:
Author:

Stylesheet: Normalize Stylesheet

v5.0.0 | MIT License | github.com/necolas/normalize.css

******************************************************************/
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/** STEP 2: Utilities **/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/**************
 * Fonts
 **************/
/**************
 * Sizes
 **************/
/**************
 * Colors
 **************/
/* Color Scheme */
/* Social Media - http://www.paulund.co.uk/social-media-colours */
/**************
 * Forms
 * Integrated with Select2 and Gravity Forms
 **************/
/**************
 * Tables
 **************/
/**************
 * Grid Stuff
 **************/
/******************************************************************
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 like gradients.

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

******************************************************************/
/*************************
 * TABLE OF CONTENTS
 *************************
 1. Clearfix
 2. Wrap
 3. Images
 4. Typography
 5. Utililty Styles
 6. Transition
 7. Animation
 8. Vertical Align Dynamic Height
 9. Text Truncation
 10. Grayscale
 11. Transparent Background Color
 12. Gradients
 ************************/
/*************************
 * CLEARFIX
 * http://nicolasgallagher.com/micro-clearfix-hack/
 ************************/
.clearfix {
  zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*************************
 * WRAP
 ************************/
/*************************
 * IMAGES
 ************************/
.img-border {
  border: 1px solid #CCC;
  padding: 5px;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 4px;
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}
/*************************
 * TYPOGRAPHY
 ************************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Arial, serif !important;
  font-style: italic;
}
.mobile-only, tr.mobile-only, th.mobile-only, td.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  tr.mobile-only {
    display: table-row !important;
  }
  th.mobile-only, td.mobile-only {
    display: table-cell !important;
  }
}
.mobile-hide {
  display: block !important;
}
tr.mobile-hide {
  display: table-row !important;
}
th.mobile-hide, td.mobile-hide {
  display: table-cell !important;
}
@media only screen and (max-width: 767px) {
  .mobile-hide, tr.mobile-hide, th.mobile-hide, td.mobile-hide {
    display: none !important;
  }
}
.tablet-only, tr.tablet-only, th.tablet-only, td.tablet-only {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-only {
    display: block !important;
  }
  tr.tablet-only {
    display: table-row !important;
  }
  th.tablet-only, td.tablet-only {
    display: table-cell !important;
  }
}
.tablet-hide {
  display: block !important;
}
tr.tablet-hide {
  display: table-row !important;
}
th.tablet-hide, td.tablet-hide {
  display: table-cell !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-hide, tr.tablet-hide, th.tablet-hide, td.tablet-hide {
    display: none !important;
  }
}
.desktop-only, tr.desktop-only, th.desktop-only, td.desktop-only {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
  tr.desktop-only {
    display: table-row !important;
  }
  th.desktop-only, td.desktop-only {
    display: table-cell !important;
  }
}
.desktop-hide {
  display: block !important;
}
tr.desktop-hide {
  display: table-row !important;
}
th.desktop-hide, td.desktop-hide {
  display: table-cell !important;
}
@media only screen and (min-width: 992px) {
  .desktop-hide, tr.desktop-hide, th.desktop-hide, td.desktop-hide {
    display: none !important;
  }
}
/*************************
 * UTILITY STYLES
 ************************/
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.float-right {
  float: right;
}
.clear-left {
  clear: left;
}
.clear-both, .clear {
  clear: both;
}
.clear-right {
  clear: right;
}
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.scaffolding-hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.scaffolding-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.scaffolding-visuallyhidden.focusable:active, .scaffolding-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.scaffolding-invisible {
  visibility: hidden;
}
/*************************
 * 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);
 ************************/
/*************************
 * ANIMATION
 * Compass CSS3 mixins don't yet handle vendor prefixes
 * for CSS animations, so this is a very simple mixin to
 * simulate that functionality.
 ************************/
/*************************
 * VERTICAL ALIGN DYNAMIC HEIGHT
 * http://css-tricks.com/centering-in-the-unknown/
 ************************/
/*************************
 * TEXT TRUNCATION
 ************************/
/*************************
 * GRAYSCALE
 ************************/
/*************************
 * TRANSPARENT BG-COLOR
 ************************/
/*************************
 * GRADIENTS
 * Be careful with these since they can really slow
 * down your CSS. Don't overdue it.
 * USAGE: @include css-gradient(#dfdfdf,#f8f8f8);
 ************************/
/*************************
 * FLEXBOX
 * Values: flex | inline-flex
 * Default: flex
 * USAGE: @include flexbox(flex);
 ************************/
/*************************
 * FLEXBOX WRAP
 * Values: nowrap | wrap | wrap-reverse
 * Default: nowrap
 * USAGE: @include flex-wrap(nowrap)
 ************************/
/*************************
 * FLEXBOX DIRECTION
 * Values: row | row-reverse | column | column-reverse
 * Default: row
 * USAGE: @include flex-direction(row)
 ************************/
/*************************
 * FLEXBOX JUSTIFY CONTENT
 * Values: flex-start | flex-end | center | space-between | space-around
 * Default: flexstart
 * USAGE: @include justify-content(flex-start)
 ************************/
/*************************
 * FLEXBOX ALIGN ITEMS
 * Values: flex-start | flex-end | center | baseline | stretch
 * Default: stretch
 * USAGE: @include align-items(stretch)
 ************************/
/*************************
 * FLEXBOX GROW
 * Values: positive integer
 * Default: 0
 * USAGE: @include flex-grow(0)
 ************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Accessibility Stylesheet

******************************************************************/
.screen-reader-text, .search-form-container .search-form__label label, .search-form-container .search-form__input label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus, .search-form-container .search-form__label label:focus, .search-form-container .search-form__input label:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333333;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/** STEP 3: Elements **/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography Stylesheet

******************************************************************/
body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 1.55;
}
p {
  -webkit-hyphens: manual;
  -epub-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  margin: 0 0 1em 0;
}
b, strong, .strong {
  font-weight: bold;
}
cite, dfn, em, i, .em {
  font-style: italic;
}
small, .small {
  font-size: 75%;
}
abbr[title], abbr[data-original-title] {
  cursor: help;
}
blockquote {
  position: relative;
  background-color: #4b8db4;
  color: #ffffff;
  border-left: 5px solid #20669a;
  border-bottom: 1px solid #20669a;
  border-right: 1px solid #20669a;
  border-top: 1px solid #20669a;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  margin: 2em 0;
  padding: 20px 20px 20px 70px;
  font-weight: 300;
}
blockquote::before {
  font-family: 'FontAwesome';
  content: '';
  color: #ffffff;
  display: block;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  left: 24px;
  line-height: 1;
  position: absolute;
  top: 19px;
}
blockquote p {
  font-size: 1.125em;
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  color: #999;
  display: block;
}
blockquote small:before {
  content: "— ";
}
blockquote.no-quote-icon {
  padding-left: 20px;
}
blockquote.no-quote-icon::before {
  display: none;
}
address {
  display: block;
  font-style: normal;
  margin-bottom: 1em;
}
code, pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 0;
  padding: 0 3px 2px;
}
code {
  background-color: #F7F7F7;
  border: 1px solid #E1E1E8;
  color: #D14;
  display: inline-block;
  padding: 2px 4px;
  white-space: pre-wrap;
}
pre {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  white-space: pre;
  white-space: pre-wrap;
}
hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #EEE;
  margin: 1.429em 0;
}
/*************************
 * HEADING
 ************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: #666666;
  font-weight: 400;
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1, .h1 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 2.3em;
  line-height: 1.2;
  margin: 0.67em 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  h1, .h1 {
    font-size: 2.1em;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.9em;
  }
}
h2, .h2 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 2.1em;
  line-height: 1.3;
  margin: 0.5em 0 0.5em 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  h2, .h2 {
    font-size: 1.9em;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.7em;
  }
}
h3, .h3 {
  font-size: 1.45em;
  line-height: 1.4;
  margin: 0.5em 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  h3, .h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.05em;
  }
}
h4, .h4 {
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0.5em 0;
}
h5, .h5 {
  font-size: 0.846em;
  line-height: 1.5;
  margin: 0.5em 0;
}
h6, .h6 {
  font-size: 0.746em;
  line-height: 1.55;
  margin: 0.5em 0;
}
/*************************
 * TINYMCE
 ************************/
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Main Navigation

On mobile devices, this menu is known as "off-canvas".
It currently slides out from the right.

******************************************************************/
#mobile-menu-button {
  display: block;
  float: right;
  font-size: 1.125em;
  color: #929292;
  line-height: 1;
  padding: 0.675em 0 0.675em 0.2em;
  margin: 0;
  outline: 0;
  border: 0;
  background: none;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#mobile-menu-button:hover, #mobile-menu-button:active, #mobile-menu-button:focus {
  text-decoration: none;
}
#mobile-menu-button:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 1.6em;
  display: inline;
}
#main-navigation ul.menu {
  background-color: #333;
  bottom: 0;
  clear: both;
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: -70%;
  width: 70%;
  z-index: 1000;
  top: 0;
}
body.admin-bar #main-navigation ul.menu {
  top: 32px;
}
#main-navigation ul.menu li {
  border-bottom: 1px solid #111;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* sub menu - child */
  /* sub menu - child */
}
#main-navigation ul.menu li a {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
  color: #929292;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  width: calc(100% - 40px);
  padding: 10px 17px 5px 17px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#main-navigation ul.menu li a:not(.search-toggle):after {
  position: relative;
  top: 0;
  opacity: 0;
  content: '';
  display: block;
  height: 2px;
  background-color: #5a9dc5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#main-navigation ul.menu li a:hover, #main-navigation ul.menu li a:focus {
  background-color: #222;
  color: #CCC;
}
#main-navigation ul.menu li a.menu-button {
  border-left: 1px solid #111;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#main-navigation ul.menu li a.menu-back-button {
  background: #222;
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#main-navigation ul.menu li:hover > a:not(.search-toggle):after, #main-navigation ul.menu li:focus > a:not(.search-toggle):after {
  top: 10px;
  opacity: 1;
}
#main-navigation ul.menu li.current-menu-item > a {
  color: #5f5f5f;
}
#main-navigation ul.menu li.current-menu-ancestor > a {
  border-bottom: solid 2px #5a9dc5;
}
#main-navigation ul.menu li.menu-item-no-children a {
  width: 100%;
}
#main-navigation ul.menu li ul.sub-menu {
  background-color: #333;
  bottom: 0;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -100%;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#main-navigation ul.menu li ul.sub-menu-open {
  right: 0;
}
/* Opening Menu */
body #main-navigation ul.menu {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body #container {
  left: 0%;
  -webkit-transition: left 500ms ease-in-out;
  -moz-transition: left 500ms ease-in-out;
  -ms-transition: left 500ms ease-in-out;
  -o-transition: left 500ms ease-in-out;
  -transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
}
body.menu-open #main-navigation ul.menu {
  right: 0;
}
body.menu-open #mobile-menu-button:before {
  content: "";
}
body.menu-open #container {
  left: -70%;
}
/* LARGER MOBILE DEVICES */
/* TABLET & SMALLER LAPTOPS */
@media only screen and (min-width: 992px) {
  /* end #main-navigation */
  #mobile-menu-button {
    display: none !important;
  }
  #main-navigation {
    white-space: nowrap;
    /* end ul.menu */
  }
  #main-navigation ul.menu {
    background-color: transparent;
    bottom: auto;
    box-shadow: none;
    display: flex !important;
    flex-direction: row;
    overflow: visible;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
    width: 100%;
    top: auto;
    /* end .menu li */
    /* Show the child ul */
  }
  body.admin-bar #main-navigation ul.menu {
    top: auto;
  }
  #main-navigation ul.menu li {
    border-bottom: none;
    position: relative;
    z-index: 1000;
    /* maintain hover state on dropdown */
    /*Children*/
  }
  #main-navigation ul.menu li.search-item {
    z-index: 999;
  }
  #main-navigation ul.menu li a {
    font-size: 1em;
    width: auto;
  }
  #main-navigation ul.menu li a:hover, #main-navigation ul.menu li a:focus {
    background-color: transparent;
    color: #ccc;
  }
  #main-navigation ul.menu li a.menu-button {
    display: none !important;
  }
  #main-navigation ul.menu li a.menu-back-button {
    display: none !important;
  }
  #main-navigation ul.menu li:first-child a {
    border-left: none;
  }
  #main-navigation ul.menu li:last-child {
    /* Children */
  }
  #main-navigation ul.menu li:last-child ul.sub-menu {
    left: auto;
    right: 0;
  }
  #main-navigation ul.menu li:last-child ul.sub-menu li {
    /* Grand Children */
  }
  #main-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 99.9%;
  }
  #main-navigation ul.menu li.menu-item-no-children a {
    width: auto;
  }
  #main-navigation ul.menu li ul.sub-menu {
    background-color: transparent;
    background-color: rgba(25, 73, 89, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC194959,endColorstr=#CC194959);
    zoom: 1;
    bottom: auto;
    display: none;
    left: 0;
    min-width: 120%;
    overflow: visible;
    position: absolute;
    text-align: left;
    top: 99.9%;
    width: auto;
    z-index: 1000;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -ms-transition: top 1s;
    -o-transition: top 1s;
    -transition: top 1s;
    transition: top 1s;
  }
  #main-navigation ul.menu li ul.sub-menu li {
    display: block;
    margin: 0;
    white-space: nowrap;
    /* Grand Children */
  }
  #main-navigation ul.menu li ul.sub-menu li:after {
    display: none;
  }
  #main-navigation ul.menu li ul.sub-menu li a {
    color: #ffffff;
    border-bottom: 1px solid #194959;
    border-left: none;
    display: block;
    font-size: 13px;
    padding: 8px 12px;
  }
  #main-navigation ul.menu li ul.sub-menu li a:after {
    display: none;
  }
  #main-navigation ul.menu li ul.sub-menu li:last-child a {
    border-bottom: none;
  }
  #main-navigation ul.menu li ul.sub-menu li ul.sub-menu {
    left: 99.9%;
    top: 0;
  }
  #main-navigation ul.menu li:hover > ul {
    display: table;
  }
}
/* DESKTOP */
/* FULL VIEWING SIZE */
@media only screen and (min-width: 1200px) {
  /* end #main-navigation */
  #main-navigation {
    /* end ul.menu */
  }
  #main-navigation ul.menu {
    /* end .menu li */
  }
  #main-navigation ul.menu li:last-child {
    /* Children */
  }
  #main-navigation ul.menu li:last-child ul.sub-menu {
    left: 0;
    right: auto;
  }
  #main-navigation ul.menu li:last-child ul.sub-menu li {
    /* Grand Children */
  }
  #main-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu {
    left: 99.9%;
    right: auto;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Links Stylesheet

******************************************************************/
a, a:visited {
  color: #20669a;
  text-decoration: none;
}
a:hover, a:focus {
  color: #479bd9;
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a.read-more {
  white-space: nowrap;
}
a.sc-btn, button.sc-btn {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
a.sc-btn:hover, a.sc-btn:focus, a.sc-btn:active, a.sc-btn.active, button.sc-btn:hover, button.sc-btn:focus, button.sc-btn:active, button.sc-btn.active {
  text-decoration: none;
}
a.sc-btn:disabled, a.sc-btn.disabled, a.sc-btn:disabled[disabled], button.sc-btn:disabled, button.sc-btn.disabled, button.sc-btn:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
a.sc-btn--primary, button.sc-btn--primary {
  background-color: #5d9ec3;
  color: #FFF;
}
a.sc-btn--primary:hover, a.sc-btn--primary:focus, a.sc-btn--primary:active, a.sc-btn--primary.active, button.sc-btn--primary:hover, button.sc-btn--primary:focus, button.sc-btn--primary:active, button.sc-btn--primary.active {
  background-color: #4085ad;
  color: #FFF;
}
a.sc-btn--primary:active, a.sc-btn--primary.active, button.sc-btn--primary:active, button.sc-btn--primary.active {
  background-color: #326988;
}
a.sc-btn--primary:disabled:hover, a.sc-btn--primary:disabled:focus, a.sc-btn--primary:disabled:active, a.sc-btn--primary.disabled:hover, a.sc-btn--primary.disabled:focus, a.sc-btn--primary.disabled:active, a.sc-btn--primary:disabled[disabled]:hover, a.sc-btn--primary:disabled[disabled]:focus, a.sc-btn--primary:disabled[disabled]:active, button.sc-btn--primary:disabled:hover, button.sc-btn--primary:disabled:focus, button.sc-btn--primary:disabled:active, button.sc-btn--primary.disabled:hover, button.sc-btn--primary.disabled:focus, button.sc-btn--primary.disabled:active, button.sc-btn--primary:disabled[disabled]:hover, button.sc-btn--primary:disabled[disabled]:focus, button.sc-btn--primary:disabled[disabled]:active {
  background-color: #5d9ec3;
}
a.sc-btn--secondary, button.sc-btn--secondary {
  background-color: #3399cc;
  color: #FFF;
}
a.sc-btn--secondary:hover, a.sc-btn--secondary:focus, a.sc-btn--secondary:active, a.sc-btn--secondary.active, button.sc-btn--secondary:hover, button.sc-btn--secondary:focus, button.sc-btn--secondary:active, button.sc-btn--secondary.active {
  background-color: #297aa3;
  color: #FFF;
}
a.sc-btn--secondary:active, a.sc-btn--secondary.active, button.sc-btn--secondary:active, button.sc-btn--secondary.active {
  background-color: #1f5c7a;
}
a.sc-btn--secondary:disabled:hover, a.sc-btn--secondary:disabled:focus, a.sc-btn--secondary:disabled:active, a.sc-btn--secondary.disabled:hover, a.sc-btn--secondary.disabled:focus, a.sc-btn--secondary.disabled:active, a.sc-btn--secondary:disabled[disabled]:hover, a.sc-btn--secondary:disabled[disabled]:focus, a.sc-btn--secondary:disabled[disabled]:active, button.sc-btn--secondary:disabled:hover, button.sc-btn--secondary:disabled:focus, button.sc-btn--secondary:disabled:active, button.sc-btn--secondary.disabled:hover, button.sc-btn--secondary.disabled:focus, button.sc-btn--secondary.disabled:active, button.sc-btn--secondary:disabled[disabled]:hover, button.sc-btn--secondary:disabled[disabled]:focus, button.sc-btn--secondary:disabled[disabled]:active {
  background-color: #3399cc;
}
a.sc-btn--sm, button.sc-btn--sm {
  font-size: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
a.sc-btn--lg, button.sc-btn--lg {
  font-size: 1.25em;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}
a.sc-btn--narrow, button.sc-btn--narrow {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
a.sc-btn--wide, button.sc-btn--wide {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (min-width: 992px) {
  a.sc-btn--wide, button.sc-btn--wide {
    padding-left: 3em;
    padding-right: 3em;
  }
}
a.sc-btn--full, button.sc-btn--full {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
a.button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: #397997;
  border: solid 1px #397997;
  padding: 15px 40px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  a.button {
    padding: 7px 20px;
  }
}
@media (max-width: 767px) {
  a.button {
    padding: 5px 8px;
  }
}
a.button:visited {
  color: #ffffff;
}
a.button:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #397997;
  color: #397997;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Lists Stylesheet

******************************************************************/
ul, ol {
  margin: 1em 0;
  padding: 0;
}
ul.list-style--none, .p-photo-gallery ul, ol.list-style--none {
  list-style-type: none;
}
ul.list-style--none li, .p-photo-gallery ul li, ol.list-style--none li {
  margin-left: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul li > ul, ul li > ol, ol li > ol, ol li > ul {
  margin-top: 5px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
li {
  margin-bottom: 0.5em;
  margin-left: 2em;
}
dd {
  color: #787878;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  margin-left: 0;
}
ul.page-numbers {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
  list-style: none;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
}
ul.page-numbers li .page-numbers {
  color: #666666;
}
ul.page-numbers li .current {
  color: #333333;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Media Stylesheet

******************************************************************/
/* Image Sizes */
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail, img {
  height: auto;
  max-width: 100%;
}
video {
  height: auto !important;
  width: 100% !important;
}
figure {
  margin: 1em 0;
}
/* Image Alignment */
img.alignleft, .alignleft, img.alignright, .alignright, img.aligncenter, .aligncenter, img.alignnone, .alignnone {
  display: block;
  margin: 15px auto;
}
@media only screen and (min-width: 600px) {
  img.alignleft, .alignleft {
    float: left;
    margin: 5px 40px 15px 0;
  }
  img.alignright, .alignright {
    float: right;
    margin: 5px 0 15px 20px;
  }
  img.aligncenter, .aligncenter {
    display: block;
    margin: 15px auto;
  }
  img.alignnone, .alignnone {
    clear: both;
    margin: 15px 0;
  }
}
/* Image Caption */
.wp-caption {
  background: #EEE;
  padding: 6px;
  /* images inside wp-caption */
}
.wp-caption img {
  margin-bottom: 6px;
  width: 100%;
  vertical-align: top;
}
.wp-caption-text {
  font-size: 0.85em;
  text-align: center;
  background: #EEE;
  font-style: italic;
}
.gallery-size-medium .slick-arrow, .gallery-size-large .slick-arrow, .gallery-size-full .slick-arrow {
  z-index: 10;
}
.gallery-size-medium .slick-arrow:before, .gallery-size-large .slick-arrow:before, .gallery-size-full .slick-arrow:before {
  font-size: 40px;
  font-family: 'FontAwesome';
  background-color: rgba(0, 0, 0, 0.35);
  padding: 15px 11px 15px 8px;
}
.gallery-size-medium .slick-arrow.slick-next, .gallery-size-large .slick-arrow.slick-next, .gallery-size-full .slick-arrow.slick-next {
  right: 13px;
}
.gallery-size-medium .slick-arrow.slick-next:before, .gallery-size-large .slick-arrow.slick-next:before, .gallery-size-full .slick-arrow.slick-next:before {
  content: '';
}
.gallery-size-medium .slick-arrow.slick-prev, .gallery-size-large .slick-arrow.slick-prev, .gallery-size-full .slick-arrow.slick-prev {
  left: 0;
}
.gallery-size-medium .slick-arrow.slick-prev:before, .gallery-size-large .slick-arrow.slick-prev:before, .gallery-size-full .slick-arrow.slick-prev:before {
  content: '';
}
.gallery-size-medium .slick-dots, .gallery-size-large .slick-dots, .gallery-size-full .slick-dots {
  bottom: 0;
}
.gallery-size-medium .slick-dotted.slick-slider, .gallery-size-large .slick-dotted.slick-slider, .gallery-size-full .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.gallery-size-medium .gallery-item .gallery-icon a img, .gallery-size-large .gallery-item .gallery-icon a img, .gallery-size-full .gallery-item .gallery-icon a img {
  margin: 0 auto;
}
.gallery {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-item .gallery-icon {
  text-align: center;
}
.gallery .gallery-item .gallery-icon a:focus {
  outline: none;
}
.gallery .gallery-item .gallery-icon a img {
  vertical-align: top;
}
.gallery > br {
  display: none;
}
.gallery-caption {
  padding: 6px;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
  width: 33.333%;
}
/* Core Media Player */
/* Video Player */
.wp-video {
  margin: 1em 0;
}
.mejs-video {
  height: auto !important;
  padding-top: 57%;
  width: 100% !important;
}
.mejs-video .mejs-inner .mejs-mediaelement video {
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
.mejs-video .mejs-inner .mejs-layers .mejs-poster {
  height: 100% !important;
  width: 100% !important;
}
.mejs-video .mejs-inner .mejs-overlay-play {
  height: 100% !important;
  width: 100% !important;
}
/* Audio Player */
/* Audio Playlist */
.wp-playlist {
  overflow: hidden;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
  display: block;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Tables Stylesheet

******************************************************************/
table {
  border-collapse: collapse;
  margin: 1em 0;
  text-align: left;
  width: 100%;
}
table thead {
  text-align: left;
}
table th, table td {
  padding: 5px;
}
table th.min-width, table td.min-width {
  min-width: 400px;
}
table th {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  background-color: #e1e1e1;
  border: 5px solid #ffffff;
  color: #9f9f9f;
  text-align: left;
  text-transform: uppercase;
}
table td {
  border: solid 5px #ffffff;
  vertical-align: top;
}
table tr:nth-child(even), table tr.even {
  background-color: #eeeeee;
}
table tr:nth-child(odd), table tr.odd {
  background-color: #ededed;
}
/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  table th, table td {
    padding: 8px;
  }
}
.tablesorter .tablesorter-header {
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding-right: 20px;
  cursor: pointer;
}
.tablesorter .tablesorter-headerAsc {
  background-image: url('../images/sort_asc.png');
}
.tablesorter .tablesorter-headerDesc {
  background-image: url('../images/sort_desc.png');
}
/******************************************************************
Site Name:
Author:

Stylesheet: Forms Stylesheet

******************************************************************/
/**
 * Placeholders
 */
::-webkit-input-placeholder {
  color: #999999;
  font-style: normal;
  font-weight: 400;
}
:-moz-placeholder {
  color: #999999;
  font-style: normal;
  font-weight: 400;
}
::-moz-placeholder {
  color: #999999;
  font-style: normal;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #999999;
  font-style: normal;
  font-weight: 400;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
[placeholder]:focus:-moz-placeholder {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
[placeholder]:focus::-moz-placeholder {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
[placeholder]:focus:-ms-placeholder {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
/**
 * Labels
 */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
/**
 * Inputs
 */
textarea, select, input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
  font-family: inherit;
  background: #fcfcfc;
  border: 1px solid #DDD;
  border-radius: 0;
  color: #444;
  font-size: 1em;
  letter-spacing: normal;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
textarea:focus, textarea:active, select:focus, select:active, input[type="text"]:focus, input[type="text"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="password"]:focus, input[type="password"]:active {
  background: #FFF;
  border: 1px solid #999;
}
select, input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
  vertical-align: middle;
  height: 42px;
  padding: 0 8px;
}
input[type="image"] {
  border: none;
  padding: 0;
  width: auto;
}
textarea {
  resize: vertical;
  padding: 8px;
}
select {
  font-size: 1em;
  font-family: inherit;
  padding: 5px !important;
  overflow: hidden;
  letter-spacing: normal;
  border: 0;
  outline: 1px ridge #DDD;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button;
}
select option {
  padding: 2px 10px !important;
  display: block;
}
select:focus {
  border: 0;
  outline: 1px ridge #999;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button;
}
/**
 * Submit
 * see _links for button styles
 */
input[type="submit"], input[type="button"], button[type="submit"] {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  background-color: #5d9ec3;
  color: #FFF;
  font-size: 1.25em;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0em;
  background-image: none;
  border-radius: 0;
  cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"].active, button[type="submit"]:hover, button[type="submit"]:focus, button[type="submit"]:active, button[type="submit"].active {
  text-decoration: none;
}
input[type="submit"]:disabled, input[type="submit"].disabled, input[type="submit"]:disabled[disabled], input[type="button"]:disabled, input[type="button"].disabled, input[type="button"]:disabled[disabled], button[type="submit"]:disabled, button[type="submit"].disabled, button[type="submit"]:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"].active, button[type="submit"]:hover, button[type="submit"]:focus, button[type="submit"]:active, button[type="submit"].active {
  background-color: #4085ad;
  color: #FFF;
}
input[type="submit"]:active, input[type="submit"].active, input[type="button"]:active, input[type="button"].active, button[type="submit"]:active, button[type="submit"].active {
  background-color: #326988;
}
input[type="submit"]:disabled:hover, input[type="submit"]:disabled:focus, input[type="submit"]:disabled:active, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"].disabled:active, input[type="submit"]:disabled[disabled]:hover, input[type="submit"]:disabled[disabled]:focus, input[type="submit"]:disabled[disabled]:active, input[type="button"]:disabled:hover, input[type="button"]:disabled:focus, input[type="button"]:disabled:active, input[type="button"].disabled:hover, input[type="button"].disabled:focus, input[type="button"].disabled:active, input[type="button"]:disabled[disabled]:hover, input[type="button"]:disabled[disabled]:focus, input[type="button"]:disabled[disabled]:active, button[type="submit"]:disabled:hover, button[type="submit"]:disabled:focus, button[type="submit"]:disabled:active, button[type="submit"].disabled:hover, button[type="submit"].disabled:focus, button[type="submit"].disabled:active, button[type="submit"]:disabled[disabled]:hover, button[type="submit"]:disabled[disabled]:focus, button[type="submit"]:disabled[disabled]:active {
  background-color: #5d9ec3;
}
@media only screen and (min-width: 992px) {
  input[type="submit"], input[type="button"], button[type="submit"] {
    padding-left: 3em;
    padding-right: 3em;
  }
}
input[type="submit"]:focus, input[type="button"]:focus, button[type="submit"]:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/************************
 * SEARCH FORM STYLES
 ************************/
.error-404 #searchform {
  margin: 1em 0;
  max-width: 481px;
}
.not-found {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-align: center;
  color: #990000;
}
#searchform {
  height: 42px;
  overflow: hidden;
  position: relative;
}
#searchform label {
  display: none;
}
#searchform #s {
  padding-right: 12%;
  width: 100%;
}
#searchform #searchsubmit {
  font-size: 1em;
  height: 42px;
  line-height: 42px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
}
/************************
 * PASSWORD FORM STYLES
 ************************/
.post-password-form label {
  display: block;
}
.post-password-form input[type="password"] {
  margin-top: 4px;
  margin-bottom: 1em;
}
/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .post-password-form input[type="password"] {
    display: block;
    width: 50%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Bootstrap Grid Stylesheet

v3.3.7 (http://getbootstrap.com)

******************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Framework grid generation
 *
 * Used only by Bootstrap to generate the correct number of grid classes given
 * any value of `$grid-columns`.
 */
/**
 * Grid system
 * Generate semantic grid columns with these mixins.
 */
/**
 * Container widths
 * Set the container width, and override it for fixed navbars in media queries.
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container:after, .container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/**
 * Fluid container
 *
 * Utilizes the mixin meant for fixed width containers, but without any defined
 * width for fluid, full width layouts.
 */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container-fluid:after, .container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.wrap {
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 94%;
}
.wrap:after, .wrap:before {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .wrap {
    max-width: 1170px;
  }
}
/** 
 * Row
 *
 * Rows contain and clear the floats of your columns.
 */
.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.row:after, .row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/**
 * Columns
 * Common styles for small and large grid columns
 */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/**
 * Extra small grid
 *
 * Columns, offsets, pushes, and pulls for extra small devices like smartphones.
 */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
/**
 * Small grid
 *
 * Columns, offsets, pushes, and pulls for the small device range, from phones to tablets.
 */
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
/**
 * Medium grid
 *
 * Columns, offsets, pushes, and pulls for the desktop device range.
 */
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/**
 * Large grid
 *
 * Columns, offsets, pushes, and pulls for the large desktop device range.
 */
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Pagination Stylesheet

******************************************************************/
.scaffolding-page-navi {
  list-style: none;
  text-align: center;
  margin: 2em -2px 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scaffolding-page-navi:empty {
  display: none;
  margin: 0;
}
.scaffolding-page-navi li {
  display: inline-block;
  margin: 2px;
  min-width: 3em;
}
.scaffolding-page-navi li:empty {
  display: none;
  margin: 0;
}
.scaffolding-page-navi li a, .scaffolding-page-navi li span {
  display: block;
  padding: 0.675em;
  border: 1px solid #DDD;
  text-align: center;
}
.scaffolding-page-navi li a {
  color: #333333;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.scaffolding-page-navi li a:hover, .scaffolding-page-navi li a:focus {
  color: #20669a;
  text-decoration: none;
}
.scaffolding-page-navi li.sc-current span {
  background-color: #EEE;
}
.scaffolding-page-navi li.sc-prev-link, .scaffolding-page-navi li.sc-next-link {
  display: none;
}
.scaffolding-page-navi li.sc-prev-link a, .scaffolding-page-navi li.sc-next-link a {
  color: #FFF;
  background-color: #5d9ec3;
  border-color: #5d9ec3;
}
.scaffolding-page-navi li.sc-prev-link a:hover, .scaffolding-page-navi li.sc-prev-link a:focus, .scaffolding-page-navi li.sc-next-link a:hover, .scaffolding-page-navi li.sc-next-link a:focus {
  background-color: #4085ad;
  border-color: #4085ad;
}
.scaffolding-page-navi li.sc-first-link a, .scaffolding-page-navi li.sc-last-link a {
  color: #FFF;
  background-color: #3399cc;
  border-color: #3399cc;
}
.scaffolding-page-navi li.sc-first-link a:hover, .scaffolding-page-navi li.sc-first-link a:focus, .scaffolding-page-navi li.sc-last-link a:hover, .scaffolding-page-navi li.sc-last-link a:focus {
  background-color: #297aa3;
  border-color: #297aa3;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/**
 * Large Mobile Devices
 */
@media only screen and (min-width: 481px) {
  .scaffolding-page-navi li a, .scaffolding-page-navi li span {
    padding: 0.5em 1.25em;
  }
}
/**
 * Large Mobile Devices
 */
@media only screen and (min-width: 768px) {
  .scaffolding-page-navi li.sc-prev-link, .scaffolding-page-navi li.sc-next-link {
    display: inline-block;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Comments Stylesheet

******************************************************************/
/************************
 * COMMENT FORM
 ************************/
.respond-form, .comment-respond {
  zoom: 1;
  /* comment submit button */
  /* comment form title */
  /* cancel comment reply link */
  /* logged in comments */
  /* allowed tags */
  /* no comments */
}
.respond-form:after, .respond-form:before, .comment-respond:after, .comment-respond:before {
  content: " ";
  display: table;
}
.respond-form:after, .comment-respond:after {
  clear: both;
}
.respond-form #reply-title, .comment-respond #reply-title {
  font-weight: bold;
}
.respond-form #reply-title small, .comment-respond #reply-title small {
  display: block;
  font-weight: normal;
  margin-top: 1em;
}
.respond-form form, .comment-respond form {
  margin: 0.75em 0;
}
.respond-form form p, .comment-respond form p {
  margin: 0 0 0.75em;
}
.respond-form form ul, .comment-respond form ul {
  margin: 0;
}
.respond-form form ul li, .comment-respond form ul li {
  clear: both;
  list-style-type: none;
  margin-bottom: 0.7335em;
  margin-left: 0;
}
.respond-form form ul li label, .respond-form form ul li small, .comment-respond form ul li label, .comment-respond form ul li small {
  display: none;
}
.respond-form form input[type="text"], .respond-form form input[type="email"], .respond-form form input[type="url"], .respond-form form textarea, .comment-respond form input[type="text"], .comment-respond form input[type="email"], .comment-respond form input[type="url"], .comment-respond form textarea {
  width: 100%;
  /* form validation */
}
.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, .comment-respond form input[type="text"]:invalid, .comment-respond form input[type="email"]:invalid, .comment-respond form input[type="url"]:invalid, .comment-respond form textarea:invalid {
  background-color: #f6e7eb;
  border-color: #fbc2c4;
  box-shadow: none;
  outline: none;
}
.respond-form form input[type="text"], .respond-form form input[type="email"], .respond-form form input[type="url"], .comment-respond form input[type="text"], .comment-respond form input[type="email"], .comment-respond form input[type="url"] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea, .comment-respond form textarea {
  height: 150px;
}
.respond-form form label, .comment-respond form label {
  clear: both;
  display: block;
  font-weight: bold;
  line-height: 1.3em;
  margin: 10px 0 4px 0;
}
.respond-form form label .required, .comment-respond form label .required {
  color: #AF3124;
}
.respond-form #comment-form-title, .comment-respond #comment-form-title {
  margin: 0 0 1.1em;
}
.respond-form .form-allowed-tags, .comment-respond .form-allowed-tags {
  margin: 1em 0 1.675em 0;
}
.respond-form .form-allowed-tags code, .comment-respond .form-allowed-tags code {
  display: block;
  margin-top: 0.5em;
  overflow: hidden;
}
.respond-form .nocomments, .comment-respond .nocomments {
  margin: 0 20px 1.1em;
}
/************************
 * COMMENTS
 ************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}
#comment-nav-above {
  margin-bottom: 2em;
}
#comment-nav-below {
  margin-top: 1em;
  margin-bottom: 1em;
}
.comment-navigation {
  zoom: 1;
}
.comment-navigation:after, .comment-navigation:before {
  content: " ";
  display: table;
}
.comment-navigation:after {
  clear: both;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}
.commentlist {
  margin: 0;
  padding: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  clear: both;
  list-style-type: none;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li .children li {
  margin-left: 0 0 0 3em;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist .vcard {
  height: auto;
  min-height: 32px;
  position: relative;
}
.commentlist .vcard .fn {
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  margin-left: 50px;
}
.commentlist .vcard time {
  display: block;
  margin-left: 50px;
}
.commentlist .vcard time a {
  font-size: 0.9em;
  font-weight: 300;
}
.commentlist .vcard time .comment-date-link {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time .comment-date-link:hover {
  text-decoration: underline;
}
.commentlist .vcard .avatar, .commentlist .vcard .photo {
  border: 1px solid #DDD;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.commentlist .vcard .comment-edit-link {
  margin-left: 0.5em;
  font-size: 0.875em;
}
.commentlist .alert.info p {
  color: #AF3124;
  font-style: italic;
}
.commentlist .comment_content {
  border: 1px solid #DDD;
  clear: both;
  margin-top: 1em;
  padding: 0.5em 0.5em 0.5em 1.5em;
}
.commentlist .comment_content p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1em 0;
}
.commentlist .comment_content ul li, .commentlist .comment_content ol li {
  list-style-type: inherit;
  overflow: visible;
}
.commentlist .comment-reply-link {
  color: #20669a;
  float: right;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0.5em 0 1em 0;
  padding: 5px 15px;
  text-decoration: none;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #479bd9;
  text-decoration: none;
}
.commentlist .comment-reply-link:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 5px;
}
/* end .commentlist */
/******************************************************************
Site Name:
Author:

Stylesheet: Widgets Stylesheet

******************************************************************/
.widget {
  margin: 2.2em 0;
  padding: 0;
}
.widget:first-child {
  margin: 0 0 2.2em;
}
.widget:first-child .widgettitle {
  margin-top: 0;
}
.widget:last-child {
  margin: 2.2em 0 0;
}
.widget:only-child {
  margin: 0;
}
.widget:only-child .widgettitle {
  margin-top: 0;
}
.widget .widgettitle {
  border-bottom: 2px solid #444;
  margin-bottom: 0.75em;
}
.widget ul, .widget ol {
  list-style: none;
}
.widget ul li, .widget ol li {
  margin-left: 0;
  margin-bottom: 0.75em;
}
.widget ul li ul, .widget ul li ol, .widget ol li ul, .widget ol li ol {
  margin-top: 0.75em;
  margin-left: 2em;
  margin-right: 0;
}
.widget a, .widget p, .widget li, .widget .widgettitle {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*************************
 * DEFAULT WIDGETS
 ************************/
/* Archives */
/* Calendar */
#calendar_wrap {
  overflow-x: auto;
}
#wp-calendar caption {
  margin-bottom: 0.5em;
}
#wp-calendar td {
  text-align: center;
  vertical-align: middle;
}
#wp-calendar tfoot td {
  background: #FFF;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
#wp-calendar #next a, #wp-calendar #prev a {
  font-size: 0.9em;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar .pad {
  background: #FFF;
}
/* Categories */
/* Custom Menu */
/* Meta */
/* Pages */
/* Recent Comments */
/* Recent Posts */
.widget_recent_entries ul li .post-date {
  display: block;
  color: #999;
  font-size: 0.875em;
  font-style: italic;
}
/* RSS */
.widget_rss ul li {
  margin-bottom: 1em;
}
.widget_rss ul li .rss-date {
  display: block;
  color: #999;
  font-size: 0.875em;
  font-style: italic;
}
.widget_rss ul li .rssSummary {
  margin: 0.5em 0;
  font-size: 0.875em;
}
.widget_rss ul li cite {
  color: #999;
}
/* Search */
/* Tag Cloud */
/* Text */
.top-bar {
  width: 100%;
  background-color: #194959;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}
.top-bar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.top-bar__inner a {
  color: #ffffff;
}
.top-bar__inner a:hover {
  color: #ccc;
}
.top-bar__inner .social-media-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.top-bar__inner #top-navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.top-bar__inner #top-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .top-bar__inner #top-navigation ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.top-bar__inner #top-navigation ul li {
  margin: 0;
  padding: 0 0 0 25px;
}
.top-bar__inner #top-navigation ul li.icon--contact a:before {
  content: '';
}
.top-bar__inner #top-navigation ul li a {
  padding-left: 18px;
  position: relative;
}
.top-bar__inner #top-navigation ul li a:before {
  position: absolute;
  font-size: 1.2em;
  top: -2px;
  left: -2px;
  font-family: 'FontAwesome';
}
@media (max-width: 767px) {
  .top-bar__inner #top-navigation ul li a:before {
    display: none;
  }
}
.top-bar__inner #top-navigation ul li span.welcome {
  padding-right: 2em;
}
@media (min-width: 768px) and (max-width: 970px) {
  .top-bar__inner #top-navigation ul li span.welcome {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-bar__inner #top-navigation ul li {
    text-align: right;
    padding: 0;
  }
  .top-bar__inner #top-navigation ul li span.welcome {
    display: none;
  }
}
.social-media-accounts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.social-media-accounts span.prefix {
  padding-right: 10px;
}
.social-media-accounts span.suffix {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .social-media-accounts span {
    display: none;
  }
}
.social-media-accounts ul {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.social-media-accounts ul li {
  margin: 0 12px 0 0;
  padding: 10px 12px 10px 0;
  display: inline-block;
  border-right: solid 1px #ffffff;
}
.social-media-accounts ul li:last-child {
  border-right: none;
}
.social-media-accounts ul li a i {
  position: relative;
  top: 2px;
  font-size: 1.5em;
  line-height: 16px;
}
.header {
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: solid 1px #e5e5e5;
  z-index: 999;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.header.sticky {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  width: 100%;
  top: -38px;
}
body.admin-bar .header.sticky {
  top: -6px;
}
.header .inner-header {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: visible;
}
.header .inner-header > div {
  min-width: 200px;
}
.header .inner-header > nav {
  margin-left: auto;
  text-align: right;
}
#main-navigation ul.menu li a.search-toggle {
  position: relative;
  top: 3px;
  background-image: url('../images/icons/search.svg');
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  margin: 10px;
}
.search-container {
  display: none;
  position: absolute;
  right: 0;
  opacity: 0;
  padding: 10px;
  background-color: #194959;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.search-container:after {
  content: "";
  position: absolute;
  top: -15px;
  right: 3px;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #194959 transparent;
  display: block;
  width: 0;
}
body.search-open .search-container {
  display: block;
  opacity: 1;
}
.search-container .search-form label {
  margin: 0;
}
.search-container .search-form label input[type="search"] {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0em;
  height: 30px;
  border: none;
}
.search-container .search-form input[type="submit"] {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  background-image: url('../images/icons/search.svg');
  background-size: 20px 20px;
  background-color: #194959;
  padding: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
body.slide-under-nav #content {
  position: relative;
  margin-top: -100px;
}
#footer-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #footer-sidebar {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer-sidebar .widget {
  margin: 0;
  font-size: 13px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
}
#footer-sidebar .widget:fight-child {
  padding-left: 0;
}
#footer-sidebar .widget:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  #footer-sidebar .widget {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
  }
}
#footer-sidebar .widget .widgettitle {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  margin-top: 0;
}
#footer-sidebar .widget a {
  color: #ffffff;
}
#footer-sidebar .widget hr {
  border-top: solid 1px #626262;
  border-bottom: none;
  maargin: 10px 0;
}
#footer-sidebar .widget img.alignleft {
  margin-right: 10px;
}
#footer-sidebar .widget_recent_entries ul li .post-date {
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 970px) {
  #footer-sidebar .widget_recent_entries ul li:last-child {
    display: none;
  }
}
.bottom-footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .bottom-footer__container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bottom-footer__container__left {
  width: 50%;
  padding-right: 15%;
  font-size: 10px;
}
@media (max-width: 767px) {
  .bottom-footer__container__left {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
.bottom-footer__container__left p {
  margin-bottom: 0;
}
.bottom-footer__container__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 50%;
  text-align: right;
}
.bottom-footer__container__right a {
  padding-left: 10px;
}
.bottom-footer__container__right a img {
  max-width: 100px;
  border: solid 1px #444444;
}
@media (min-width: 768px) and (max-width: 970px) {
  .bottom-footer__container__right a img {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .bottom-footer__container__right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bottom-footer__container__right a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bottom-footer__container__right a img {
    max-width: 100%;
  }
}
#mc_embed_signup input[type=email] {
  margin-bottom: 10px;
}
#mc_embed_signup input[type=submit] {
  width: 100%;
}
hr {
  border-top: 1px solid #9cc0d1;
  border-bottom: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
hr:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  position: relative;
  top: -12px;
  padding: 4px;
  border: 2px solid #9cc0d1;
  background: #ffffff;
}
.jtg-staff__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .jtg-staff__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jtg-staff__content__left {
  flex-basis: 50%;
  padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .jtg-staff__content__left {
    flex-basis: 30%;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .jtg-staff__content__left {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.jtg-staff__content__right {
  flex-basis: 50%;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 970px) {
  .jtg-staff__content__right {
    flex-basis: 70%;
  }
}
@media (max-width: 767px) {
  .jtg-staff__content__right {
    flex-basis: 100%;
  }
}
.jtg-staff__content__right__email a {
  display: block;
  color: #397997;
  font-size: 22px;
  text-transform: uppercase;
  border-top: solid 1px #d6d6d6;
  padding-top: 10px;
}
.jtg-staff__content__right__email a:before {
  font-family: 'FontAwesome';
  content: '';
  color: #397997;
  padding-right: 0.4em;
}
.blue-row {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  padding: 10px;
  background-color: #397997;
  text-align: center;
  color: #ffffff;
}
.blue-row a {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #ffffff;
}
.blue-row a:before {
  font-family: 'FontAwesome';
  content: '';
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-right: 0.3em;
  position: relative;
  left: 0;
}
@media (max-width: 767px) {
  .blue-row a {
    font-size: 20px;
  }
}
.blue-row a:hover:before {
  left: -10px;
}
.jtg-fellows__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .jtg-fellows__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jtg-fellows__content__left {
  flex-basis: 50%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .jtg-fellows__content__left {
    flex-basis: 30%;
  }
}
@media (max-width: 767px) {
  .jtg-fellows__content__left {
    flex-basis: 100%;
  }
}
.jtg-fellows__content__right {
  flex-basis: 50%;
  padding-left: 40px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .jtg-fellows__content__right {
    flex-basis: 70%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .jtg-fellows__content__right {
    flex-basis: 100%;
    padding-left: 0;
  }
}
.jtg-fellows__content__right__subtitle {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1.7em;
  line-height: 1.4em;
  color: #999;
  margin-bottom: 1em;
}
.blue-row {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  padding: 10px;
  background-color: #397997;
  text-align: center;
  color: #ffffff;
}
.blue-row a {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #ffffff;
}
.blue-row a:before {
  font-family: 'FontAwesome';
  content: '';
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-right: 0.3em;
  position: relative;
  left: 0;
}
@media (max-width: 767px) {
  .blue-row a {
    font-size: 20px;
  }
}
.blue-row a:hover:before {
  left: -10px;
}
.jtg-case-study {
  margin-bottom: 30px;
}
.jtg-case-study__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .jtg-case-study__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jtg-case-study__content__left {
  flex-basis: 60%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .jtg-case-study__content__left {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.jtg-case-study__content__left h1 {
  color: #397997;
  margin-top: 0;
  margin-bottom: 10px;
}
.jtg-case-study__content__left h2 {
  color: #397997;
  font-size: 27px;
  margin-bottom: 10px;
}
.jtg-case-study__content__left__subtitle p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  color: #999;
}
.jtg-case-study__content__right {
  background-color: #397997;
  color: #ffffff;
  flex-basis: 40%;
  padding: 40px;
}
@media (max-width: 767px) {
  .jtg-case-study__content__right {
    flex-basis: 100%;
    padding: 20px;
  }
}
.jtg-case-study__content__right__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 -3px;
}
.jtg-case-study__content__right__gallery a {
  flex-basis: 50%;
  padding: 0 2px 4px 2px;
}
.jtg-case-study__content__right__gallery a img {
  display: block;
  border: solid 1px #ffffff;
}
.jtg-case-study__content__right__strats {
  zoom: 1;
  padding: 10px 0;
}
.jtg-case-study__content__right__strats:after, .jtg-case-study__content__right__strats:before {
  content: " ";
  display: table;
}
.jtg-case-study__content__right__strats:after {
  clear: both;
}
.jtg-case-study__content__right__strats p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0.5em 0 0 0;
  float: left;
}
@media (max-width: 767px) {
  .jtg-case-study__content__right__strats p {
    float: none;
  }
}
.jtg-case-study__content__right__strats ul {
  list-style-type: none;
  margin: 0;
}
.jtg-case-study__content__right__strats ul li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #66bff4;
  margin: 0 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .jtg-case-study__content__right__strats ul li {
    margin: 10px 10px 0 0;
  }
}
.jtg-case-study__content__right__strats ul li a {
  color: #ffffff;
}
.jtg-case-study__content__right__strats ul li.icon {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0em;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}
.jtg-case-study__content__right__map p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0.5em 0 0.5em 0;
}
.jtg-case-study__content__right__map div {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 767px) {
  .jtg-case-study__content__right__map div {
    max-width: 70%;
  }
}
.jtg-case-study__content__right__map svg {
  max-width: 100%;
  height: auto;
}
.jtg-case-study__content__right__map ul {
  margin: 0;
}
.jtg-case-study__content__right__map ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.jtg-case-study__content__right__map ul li a {
  color: #ffffff;
}
.jtg-case-study .related-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.jtg-case-study .related-partners a {
  flex-basis: calc(33.33% - 30px);
  padding: 10px 0;
}
@media (max-width: 767px) {
  .jtg-case-study .related-partners a {
    flex-basis: calc(50% - 20px);
    padding: 5px 0;
  }
}
.jtg-counties {
  margin-bottom: 30px;
}
.jtg-counties__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .jtg-counties__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jtg-counties__content__left {
  flex-basis: 60%;
  flex-grow: 1;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .jtg-counties__content__left {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.jtg-counties__content__left h1 {
  color: #397997;
  margin-top: 0;
  margin-bottom: 10px;
}
.jtg-counties__content__left h2 {
  color: #397997;
  font-size: 27px;
  margin-bottom: 10px;
}
.jtg-counties__content__right {
  background-color: #397997;
  color: #ffffff;
  flex-basis: 40%;
  padding: 40px;
}
@media (max-width: 767px) {
  .jtg-counties__content__right {
    flex-basis: 100%;
    padding: 20px;
  }
}
.jtg-counties__content__right__featured-work {
  color: #ffffff;
}
.jtg-counties__content__right__featured-work h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  margin-top: 0;
}
.jtg-counties__content__right__featured-work h4 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #ffffff;
  margin: 0;
  line-height: 1.2em;
}
.jtg-counties__content__right__featured-work h5 {
  color: #ffffff;
  margin: 0;
}
.jtg-counties__content__right__featured-work__content {
  margin-top: 20px;
}
.jtg-counties__grants .search-form-container {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  background-color: #194959;
  color: #ffffff;
}
.jtg-counties .related-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jtg-counties .related-partners a {
  flex-basis: calc(100% / 3);
}
@media (max-width: 767px) {
  .jtg-counties .related-partners a {
    flex-basis: calc(100% / 2);
  }
}
.search-form-container .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .search-form-container .search-form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-form-container .search-form__label, .search-form-container .search-form__input {
  margin: 0 10px;
  height: 42px;
  min-width: 200px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .search-form-container .search-form__label, .search-form-container .search-form__input {
    min-width: 110px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .search-form-container .search-form__label, .search-form-container .search-form__input {
    min-width: 100%;
    margin: 0 0 10px 0;
  }
}
.search-form-container .search-form__label select, .search-form-container .search-form__input select {
  cursor: pointer;
  height: 100%;
  outline: none;
  border: solid 1px #cbc9c9;
  color: #a3a3a3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .search-form-container .search-form__label select, .search-form-container .search-form__input select {
    margin: 0 0 10px 0;
  }
}
.search-form-container .search-form__label input, .search-form-container .search-form__input input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  color: #a3a3a3;
}
.search-form-container .search-form__label input[type="text"], .search-form-container .search-form__input input[type="text"] {
  background-color: #ffffff;
  border: none;
  border-bottom: solid 1px #cbc9c9;
}
.search-form-container .search-form__label input[type="submit"], .search-form-container .search-form__input input[type="submit"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: #439266;
  border: solid 1px #439266;
  padding: 15px 40px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 16px;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .search-form-container .search-form__label input[type="submit"], .search-form-container .search-form__input input[type="submit"] {
    padding: 7px 20px;
  }
}
@media (max-width: 767px) {
  .search-form-container .search-form__label input[type="submit"], .search-form-container .search-form__input input[type="submit"] {
    padding: 5px 8px;
  }
}
.search-form-container .search-form__label input[type="submit"]:visited, .search-form-container .search-form__input input[type="submit"]:visited {
  color: #ffffff;
}
.search-form-container .search-form__label input[type="submit"]:hover, .search-form-container .search-form__input input[type="submit"]:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #439266;
  color: #439266;
}
.search-form-container .search-form__label .select2, .search-form-container .search-form__input .select2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.search-form-container .search-form__label {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 35px;
  height: auto;
  min-width: 110px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .search-form-container .search-form__label {
    font-size: 24px;
    min-width: 110px;
  }
}
body.single-post #main, body.search-results #main {
  margin: 50px 0;
}
body.single-post #main .entry-meta, body.search-results #main .entry-meta {
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  padding: 10px 0;
}
body.single-post #main .entry-content hr, body.search-results #main .entry-content hr {
  border-top: solid 1px #e2e2e2;
  width: 100%;
}
body.single-post #main .entry-content hr:after, body.search-results #main .entry-content hr:after {
  display: none;
}
#dir-filters, .dir-navs {
  display: none;
}
.single-headers .activity {
  display: none;
}
ul.members-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.members-list li {
  width: 50%;
}
@media (max-width: 767px) {
  ul.members-list li {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
ul.members-list li .member-name {
  width: 100%;
}
ul.members-list li .last-activity {
  display: none;
}
ul.members-list .item .item-block {
  width: 100%;
}
.menu-fellows-bp-container {
  float: right;
  border-left: solid 1px #cccccc;
  margin-left: 20px;
  min-width: 250px;
  z-index: 2;
  position: relative;
}
body.members .menu-fellows-bp-container {
  margin-top: 60px;
}
.menu-fellows-bp-container ul {
  margin: 0;
}
@media (max-width: 767px) {
  .menu-fellows-bp-container ul {
    margin-bottom: 0;
  }
}
.menu-fellows-bp-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5em;
  margin-left: 2em;
}
.menu-fellows-bp-container ul li:before {
  content: "";
  font-size: 0.9em;
  font-family: FontAwesome;
  color: #3399cc;
  margin-right: 1em;
  position: absolute;
  top: 0.15em;
  left: -1.3em;
}
/** STEP 5: Plugins **/
.paragraph {
  padding: 10px 0 10px 0;
}
@media tablet_media {
  .paragraph {
    padding: 10px 0 20px 0;
  }
}
@media phone_media {
  .paragraph {
    padding: 10px 0 20px 0;
  }
}
.p-basic-wysiwyg {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  background-color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-basic-wysiwyg {
    font-size: 14px;
  }
}
.p-basic-wysiwyg__full-width {
  padding: 0;
}
.p-basic-wysiwyg__full-width .container-fluid {
  padding: 0;
}
.p-basic-wysiwyg__full-width .container-fluid .wrap {
  max-width: 100%;
}
.p-basic-wysiwyg h2 {
  margin-bottom: 20px;
}
.p-basic-wysiwyg table {
  margin: 0;
}
@media (max-width: 767px) {
  .p-basic-wysiwyg ul:not(.slick-dots) {
    margin-bottom: 0;
  }
}
.p-basic-wysiwyg ul:not(.slick-dots) li {
  position: relative;
  list-style: none;
}
.p-basic-wysiwyg ul:not(.slick-dots) li:before {
  content: "";
  font-size: 0.9em;
  font-family: FontAwesome;
  color: #3399cc;
  margin-right: 1em;
  position: absolute;
  top: 0.15em;
  left: -1.3em;
}
.p-hero-slider {
  margin-top: -50px;
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  zoom: 1;
  overflow: hidden;
}
.p-hero-slider:after, .p-hero-slider:before {
  content: " ";
  display: table;
}
.p-hero-slider:after {
  clear: both;
}
.p-hero-slider.slick-initialized .home-hero-slide {
  display: inherit;
}
.p-hero-slider__slide {
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
  display: none;
}
.p-hero-slider__slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.5384615385%;
}
.p-hero-slider__slide > .inner-content, .p-hero-slider__slide > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.p-hero-slider__slide:first-child {
  display: inherit;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-hero-slider__slide {
    position: relative;
  }
  .p-hero-slider__slide:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 69.2307692308%;
  }
  .p-hero-slider__slide > .inner-content, .p-hero-slider__slide > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .p-hero-slider__slide {
    position: relative;
  }
  .p-hero-slider__slide:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 90%;
  }
  .p-hero-slider__slide > .inner-content, .p-hero-slider__slide > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
.p-hero-slider__slide__content {
  position: absolute;
  width: 38%;
  right: 5%;
  top: 35%;
  padding: 2.5% 2% 3.5%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-hero-slider__slide__content {
    width: 50%;
    right: 8%;
    top: auto;
    bottom: 3%;
  }
}
@media (max-width: 767px) {
  .p-hero-slider__slide__content {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.p-hero-slider__slide__content p {
  margin: 0.3em 0 0 0;
}
.p-hero-slider__slide__content h2 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.1em;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-hero-slider__slide__content h2 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .p-hero-slider__slide__content h2 {
    font-size: 15px;
  }
}
.p-hero-slider__slide__content h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.1em;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-hero-slider__slide__content h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-hero-slider__slide__content h3 {
    font-size: 15px;
  }
}
.p-hero-slider .slick-arrow {
  z-index: 10;
}
.p-hero-slider .slick-arrow:before {
  font-size: 40px;
  font-family: 'FontAwesome';
  background-color: rgba(0, 0, 0, 0.35);
  padding: 15px 11px 15px 8px;
}
.p-hero-slider .slick-arrow.slick-next {
  right: 13px;
}
.p-hero-slider .slick-arrow.slick-next:before {
  content: '';
}
.p-hero-slider .slick-arrow.slick-prev {
  left: 0;
}
.p-hero-slider .slick-arrow.slick-prev:before {
  content: '';
}
.p-two-by-two-info {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  zoom: 1;
  color: #ffffff;
  padding-bottom: 6em;
  background-image: url('../images/leaves_cell_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-two-by-two-info:after, .p-two-by-two-info:before {
  content: " ";
  display: table;
}
.p-two-by-two-info:after {
  clear: both;
}
.p-two-by-two-info h2 {
  text-transform: uppercase;
  text-align: center;
  color: #6ad599;
}
.p-two-by-two-info__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.p-two-by-two-info__blocks__block {
  position: relative;
  color: #ffffff;
  width: 50%;
  padding: 30px 0px 30px 50px;
  border-bottom: dashed 1px #ffffff;
  border-right: dashed 1px #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-two-by-two-info__blocks__block:nth-child(2n) {
  border-right: none;
  padding: 30px 50px 30px 0px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-two-by-two-info__blocks__block:nth-child(2n) .p-two-by-two-info__blocks__block__right {
  text-align: left;
}
.p-two-by-two-info__blocks__block:nth-last-of-type(-n+2) {
  border-bottom: none;
}
.p-two-by-two-info__blocks__block__left .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #439266;
  top: 17px;
  margin: 0 30px;
}
.p-two-by-two-info__blocks__block__right {
  flex-grow: 1;
  text-align: right;
  align-self: center;
}
.p-two-by-two-info__blocks__block__right h3 {
  color: #ffffff;
  margin: 0;
}
.p-two-by-two-info__blocks__block__right .content {
  color: #ffffff;
}
.p-two-by-two-info__blocks__block__right span {
  color: #58bd85;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-two-by-two-info__blocks__block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
  }
  .p-two-by-two-info__blocks__block__left {
    align-self: flex-end;
  }
  .p-two-by-two-info__blocks__block__left .icon {
    margin: 0 0 20px 0;
  }
  .p-two-by-two-info__blocks__block:nth-child(2n) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
  }
  .p-two-by-two-info__blocks__block:nth-child(2n) .p-two-by-two-info__blocks__block__left {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .p-two-by-two-info__blocks__block {
    padding: 10px;
  }
  .p-two-by-two-info__blocks__block:nth-child(2n) {
    padding: 10px;
  }
  .p-two-by-two-info__blocks__block__left {
    display: none;
  }
  .p-two-by-two-info__blocks__block h3 {
    font-size: 16px;
  }
  .p-two-by-two-info__blocks__block .content {
    display: none;
  }
}
.p-four-across-info {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  zoom: 1;
  color: #ffffff;
  padding-bottom: 6em;
  background-image: url('../images/water_cell_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-four-across-info:after, .p-four-across-info:before {
  content: " ";
  display: table;
}
.p-four-across-info:after {
  clear: both;
}
.p-four-across-info h2 {
  text-transform: uppercase;
  color: #8adaff;
}
.p-four-across-info__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .p-four-across-info__blocks {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-four-across-info__blocks__block {
  overflow-x: hidden;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  width: 25%;
  margin: 0 5px;
  padding: 0 0 50px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .p-four-across-info__blocks__block {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
.p-four-across-info__blocks__block img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  display: block;
}
.p-four-across-info__blocks__block .content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 2px;
  background-color: #ffffff;
  position: absolute;
  text-align: center;
  overflow: hidden;
  bottom: 0;
  height: 3em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.p-four-across-info__blocks__block .content h3 {
  width: 100%;
  font-size: 22px;
  color: #1d91c8;
  text-transform: uppercase;
  margin-top: 0.3em;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-four-across-info__blocks__block .content h3 {
    font-size: 17px;
    line-height: 2em;
  }
}
@media (max-width: 767px) {
  .p-four-across-info__blocks__block .content h3 {
    font-size: 15px;
    line-height: 2em;
  }
}
.p-four-across-info__blocks__block .content p {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-four-across-info__blocks__block .content p {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.p-four-across-info__blocks__block:hover {
  color: #ffffff;
}
.p-four-across-info__blocks__block:hover .content {
  background-color: #1d91c8;
  height: calc(100% - 4px);
}
.p-four-across-info__blocks__block:hover h3 {
  color: #ffffff;
}
.p-fellows-carousel {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  zoom: 1;
}
.p-fellows-carousel:after, .p-fellows-carousel:before {
  content: " ";
  display: table;
}
.p-fellows-carousel:after {
  clear: both;
}
.p-fellows-carousel__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex !important;
  width: 100%;
}
@media (max-width: 767px) {
  .p-fellows-carousel__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-fellows-carousel__item__image {
  width: 50%;
}
@media (max-width: 767px) {
  .p-fellows-carousel__item__image {
    width: 100%;
  }
}
.p-fellows-carousel__item__content {
  width: 50%;
  padding: 0 45px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-fellows-carousel__item__content {
    padding: 0;
    width: 100%;
  }
}
.p-fellows-carousel__item__content h2 {
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-fellows-carousel__item__content h2 {
    margin-top: 10px;
  }
}
.p-fellows-carousel__item__content h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #666666;
  margin: 0;
}
.p-fellows-carousel__item__content h4 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #666666;
  margin: 0;
}
.p-fellows-carousel__item__content .bio {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-fellows-carousel__item__content .bio {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-fellows-carousel__item__content .bio {
    display: none;
  }
}
.p-fellows-carousel__item__content .read-more {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  display: block;
  font-size: 21px;
  color: #5d9ec3;
  margin-top: 20px;
}
.p-fellows-carousel .slick-arrow {
  z-index: 10;
}
.p-fellows-carousel .slick-arrow:before {
  font-size: 40px;
  font-family: 'FontAwesome';
  background-color: rgba(0, 0, 0, 0.35);
  padding: 15px 11px 15px 8px;
}
.p-fellows-carousel .slick-arrow.slick-next {
  right: 13px;
}
.p-fellows-carousel .slick-arrow.slick-next:before {
  content: '';
}
.p-fellows-carousel .slick-arrow.slick-prev {
  left: 0;
}
.p-fellows-carousel .slick-arrow.slick-prev:before {
  content: '';
}
section.p-section-navigation {
  padding: 10px 0;
  margin: 0 -5px;
}
section.p-section-navigation ul.section-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  section.p-section-navigation ul.section-navigation {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.p-section-navigation ul.section-navigation li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
}
@media (max-width: 767px) {
  section.p-section-navigation ul.section-navigation li {
    margin-bottom: 5px;
  }
}
section.p-section-navigation ul.section-navigation li a {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
  text-align: center;
  background-color: #dddddd;
  color: #929292;
  font-size: 16px;
  padding: 12px;
  margin: 0 5px;
  text-transform: uppercase;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  section.p-section-navigation ul.section-navigation li a {
    padding: 8px;
    margin: 0 4px;
  }
}
@media (max-width: 767px) {
  section.p-section-navigation ul.section-navigation li a {
    padding: 5px 8px;
    margin: 0;
  }
}
section.p-section-navigation ul.section-navigation li:hover a, section.p-section-navigation ul.section-navigation li.current_page_item a {
  background-color: #5a9dc5;
  color: #ffffff;
}
.p-feature-slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  zoom: 1;
  margin-bottom: 10px;
  overflow: hidden;
}
.p-feature-slider:after, .p-feature-slider:before {
  content: " ";
  display: table;
}
.p-feature-slider:after {
  clear: both;
}
.p-feature-slider.slick-initialized .hero-slide {
  display: inherit;
}
.p-feature-slider__slide {
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
  display: none;
}
.p-feature-slider__slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 30.7692307692%;
}
.p-feature-slider__slide > .inner-content, .p-feature-slider__slide > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.p-feature-slider__slide:first-child {
  display: inherit;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-feature-slider__slide {
    position: relative;
  }
  .p-feature-slider__slide:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.8461538462%;
  }
  .p-feature-slider__slide > .inner-content, .p-feature-slider__slide > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .p-feature-slider__slide {
    position: relative;
  }
  .p-feature-slider__slide:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 90%;
  }
  .p-feature-slider__slide > .inner-content, .p-feature-slider__slide > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
.p-feature-slider__slide__content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  width: 40%;
  right: 5%;
  top: 15%;
  padding: 3% 2%;
  color: #666666;
  font-size: 14px;
  overflow-y: auto;
  max-height: 420px;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
  zoom: 1;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-feature-slider__slide__content {
    top: 12%;
    width: 50%;
    right: 6%;
    max-height: 340px;
  }
}
@media (max-width: 767px) {
  .p-feature-slider__slide__content {
    width: 72%;
    right: 14%;
    max-height: 260px;
  }
}
.p-feature-slider__slide__content p {
  margin: 0.3em 0 0 0;
}
.p-feature-slider__slide__content h2 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  color: #666666;
  font-size: 31px;
  line-height: 1.3em;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-feature-slider__slide__content h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-feature-slider__slide__content h2 {
    font-size: 21px;
  }
}
.p-feature-slider__slide__content h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  color: #3399cc;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-feature-slider__slide__content h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-feature-slider__slide__content h3 {
    font-size: 16px;
  }
}
.p-feature-slider__slide__content h4 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #818383;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-feature-slider__slide__content h4 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-feature-slider__slide__content h4 {
    font-size: 13px;
  }
}
.p-feature-slider__slide__content .content {
  margin: 10px 0;
}
.p-feature-slider__slide__content .link {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  margin: 30px 0 0 0;
}
.p-feature-slider__slide__content .link a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: #3399cc;
  border: solid 1px #3399cc;
  padding: 15px 40px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-feature-slider__slide__content .link a {
    padding: 7px 20px;
  }
}
@media (max-width: 767px) {
  .p-feature-slider__slide__content .link a {
    padding: 5px 8px;
  }
}
.p-feature-slider__slide__content .link a:visited {
  color: #ffffff;
}
.p-feature-slider__slide__content .link a:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #3399cc;
  color: #3399cc;
}
.p-feature-slider .slick-arrow {
  z-index: 10;
}
.p-feature-slider .slick-arrow:before {
  font-size: 40px;
  font-family: 'FontAwesome';
  background-color: rgba(0, 0, 0, 0.35);
  padding: 15px 11px 15px 8px;
}
.p-feature-slider .slick-arrow.slick-next {
  right: 13px;
}
.p-feature-slider .slick-arrow.slick-next:before {
  content: '';
}
.p-feature-slider .slick-arrow.slick-prev {
  left: 0;
}
.p-feature-slider .slick-arrow.slick-prev:before {
  content: '';
}
.p-all-counties {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  background-color: #a0dfff;
  color: #666666;
}
.p-all-counties__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-all-counties__content__left {
  flex-basis: 60%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-all-counties__content__left {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .p-all-counties__content__left {
    flex-basis: 100%;
  }
}
.p-all-counties__content__left h2 {
  color: #3399cc;
  text-transform: uppercase;
}
.p-all-counties__content__left ul {
  color: #3399cc;
  column-count: 2;
}
.p-all-counties__content__left ul li {
  font-size: 18px;
}
.p-all-counties__content__left ul li a {
  color: #3399cc;
}
.p-all-counties__content__right {
  flex-basis: 40%;
  text-align: center;
  padding: 0 50px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-all-counties__content__right {
    flex-basis: 50%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-all-counties__content__right {
    display: none;
  }
}
.p-all-fellows {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  color: #ffffff;
  background-color: #397997;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-all-fellows {
    font-size: 14px;
  }
}
.p-all-fellows h1 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 29px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.p-all-fellows h2 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #66bff4;
  text-transform: uppercase;
}
.p-all-fellows h3, .p-all-fellows h4, .p-all-fellows h5 {
  color: #66bff4;
}
.p-all-fellows__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.p-all-fellows__container__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #666666;
  background-color: #ffffff;
  width: calc(25% - 10px);
  margin: 0 5px 30px;
  padding: 4px;
  position: relative;
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-all-fellows__container__item {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .p-all-fellows__container__item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.p-all-fellows__container__item__image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.p-all-fellows__container__item__image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
.p-all-fellows__container__item__image:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.p-all-fellows__container__item__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px;
  font-size: 15px;
}
.p-all-fellows__container__item__content__jobtitle, .p-all-fellows__container__item__content__org {
  font-size: 13px;
  color: #999;
  line-height: 1.3em;
  margin-top: 8px;
}
.p-all-fellows__container__item__footer {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 6px;
  text-transform: uppercase;
  border-top: solid 1px #e1e1e1;
  color: #66bff4;
  text-align: center;
}
.p-all-fellows__container__item__footer > * {
  position: relative;
}
.p-all-fellows__container__item__footer > *:before {
  font-family: 'FontAwesome';
  content: '';
  font-weight: normal;
  font-size: 1.5em;
  padding-right: 0.3em;
  position: relative;
  top: 2px;
}
.p-all-fellows__container__item__bio {
  position: relative;
  background-color: #ffffff;
  font-size: 13px;
  z-index: 99;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.p-all-fellows__container__item__bio p {
  padding: 15px 25px 15px 15px;
}
.p-all-fellows__container__item__bio.open {
  height: 100%;
  overflow-y: auto;
}
.p-all-fellows__container__item__bio:before {
  font-family: 'FontAwesome';
  content: '';
  color: #66bff4;
  position: absolute;
  top: -5px;
  right: 6px;
  font-size: 30px;
}
.p-all-fellows__container__item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-all-grants {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
}
.p-all-grants h1 {
  color: #3399cc;
  text-align: center;
}
.p-all-grants__search {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  background-color: #194959;
  color: #ffffff;
}
.p-all-grants__container {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
}
@media (max-width: 767px) {
  .p-all-grants__container {
    overflow-x: scroll;
    width: 100% !important;
    margin: 0;
  }
}
.p-all-news {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
}
.p-all-news h1 {
  color: #3399cc;
  text-align: center;
}
.p-all-news__search {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  background-color: #194959;
  color: #ffffff;
}
.p-all-news__container {
  margin-top: 50px;
}
.p-all-news__container__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-all-news__container__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-all-news__container__item__image {
  flex-basis: 20%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-all-news__container__item__image {
    flex-basis: 40%;
  }
}
@media (max-width: 767px) {
  .p-all-news__container__item__image {
    flex-basis: 100%;
  }
}
.p-all-news__container__item__image img {
  display: block;
}
.p-all-news__container__item__content {
  flex-basis: 80%;
  padding: 0 0 0 40px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-all-news__container__item__content {
    flex-basis: 60%;
  }
}
@media (max-width: 767px) {
  .p-all-news__container__item__content {
    flex-basis: 100%;
    padding: 0;
  }
}
.p-all-news__container__item__content h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #3399cc;
  margin-top: 0;
  margin-bottom: 0;
}
.p-all-news__container__item__content p {
  margin-bottom: 10px;
}
.p-all-news__container__item__content .focus-areas {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #999;
}
.p-all-news__container__item__content .focus-areas a {
  color: #999;
}
.p-all-news__container__item__content a.view-more {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: transparent;
  border: solid 1px #3399cc;
  padding: 10px 16px;
  color: #3399cc;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-all-news__container__item__content a.view-more {
    padding: 5px 8px;
  }
}
.p-all-news__container__item__content a.view-more:visited {
  color: #3399cc;
}
.p-all-news__container__item__content a.view-more:after {
  content: '';
  font-family: FontAwesome;
  display: inline-block;
  opacity: 0;
  padding-left: 0;
  width: 0;
  transition: all 250ms ease-in-out;
}
.p-all-news__container__item__content a.view-more:hover:after {
  padding-left: 0.5em;
  opacity: 1;
  width: 1em;
}
.p-all-news__container__item__content a.view-more.view-more--link:before {
  font-family: 'FontAwesome';
  content: '';
  padding-right: 10px;
}
.p-all-news__container__item__content a.view-more.view-more--file:before {
  font-family: 'FontAwesome';
  content: '';
  padding-right: 10px;
}
.p-all-staff {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  color: #ffffff;
  background-color: #397997;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-all-staff {
    font-size: 14px;
  }
}
.p-all-staff h1 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 29px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.p-all-staff h2 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #66bff4;
  text-transform: uppercase;
}
.p-all-staff__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.p-all-staff__container__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  background-color: #ffffff;
  width: calc(25% - 10px);
  margin: 0 5px 30px;
  padding: 4px;
  position: relative;
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-all-staff__container__item {
    width: calc(33% - 10px);
  }
}
@media (max-width: 767px) {
  .p-all-staff__container__item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.p-all-staff__container__item__image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.p-all-staff__container__item__image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
.p-all-staff__container__item__image:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.p-all-staff__container__item__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px;
  font-size: 15px;
  color: #666666;
}
.p-all-staff__container__item__content__jobtitle {
  font-size: 13px;
  color: #999;
  line-height: 1.3em;
  margin-top: 8px;
}
.p-all-staff__container__item__footer {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 6px;
  text-transform: uppercase;
  border-top: solid 1px #e1e1e1;
  color: #66bff4;
  text-align: center;
}
.p-all-staff__container__item__footer > * {
  position: relative;
}
.p-all-staff__container__item__footer > *:before {
  font-family: 'FontAwesome';
  content: '';
  font-weight: normal;
  font-size: 1.5em;
  padding-right: 0.3em;
  position: relative;
  top: 2px;
}
.p-all-staff__container__item__bio {
  position: relative;
  background-color: #ffffff;
  font-size: 13px;
  z-index: 99;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.p-all-staff__container__item__bio p {
  padding: 15px 25px 15px 15px;
}
.p-all-staff__container__item__bio.open {
  height: 100%;
  overflow-y: auto;
}
.p-all-staff__container__item__bio:before {
  font-family: 'FontAwesome';
  content: '';
  color: #66bff4;
  position: absolute;
  top: -5px;
  right: 6px;
  font-size: 30px;
}
.p-all-staff__container__item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-all-resources {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
}
.p-all-resources h1 {
  color: #3399cc;
  text-align: center;
}
.p-all-resources__search {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  background-color: #194959;
  color: #ffffff;
}
.p-all-resources__container {
  margin-top: 50px;
}
.p-all-resources__container__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-all-resources__container__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-all-resources__container__item__image {
  flex-basis: 20%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-all-resources__container__item__image {
    flex-basis: 40%;
  }
}
@media (max-width: 767px) {
  .p-all-resources__container__item__image {
    flex-basis: 100%;
  }
}
.p-all-resources__container__item__image img {
  display: block;
}
.p-all-resources__container__item__content {
  flex-basis: 80%;
  padding: 0 0 0 40px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-all-resources__container__item__content {
    flex-basis: 60%;
  }
}
@media (max-width: 767px) {
  .p-all-resources__container__item__content {
    flex-basis: 100%;
    padding: 0;
  }
}
.p-all-resources__container__item__content h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #3399cc;
  margin-top: 0;
  margin-bottom: 0;
}
.p-all-resources__container__item__content p {
  margin-bottom: 10px;
}
.p-all-resources__container__item__content .focus-areas {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  color: #999;
}
.p-all-resources__container__item__content .focus-areas a {
  color: #999;
}
.p-all-resources__container__item__content a.view-more {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: transparent;
  border: solid 1px #3399cc;
  padding: 10px 16px;
  color: #3399cc;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-all-resources__container__item__content a.view-more {
    padding: 5px 8px;
  }
}
.p-all-resources__container__item__content a.view-more:visited {
  color: #3399cc;
}
.p-all-resources__container__item__content a.view-more:after {
  content: '';
  font-family: FontAwesome;
  display: inline-block;
  opacity: 0;
  padding-left: 0;
  width: 0;
  transition: all 250ms ease-in-out;
}
.p-all-resources__container__item__content a.view-more:hover:after {
  padding-left: 0.5em;
  opacity: 1;
  width: 1em;
}
.p-all-resources__container__item__content a.view-more.view-more--link:before {
  font-family: 'FontAwesome';
  content: '';
  padding-right: 10px;
}
.p-all-resources__container__item__content a.view-more.view-more--file:before {
  font-family: 'FontAwesome';
  content: '';
  padding-right: 10px;
}
.p-feature-row {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .p-feature-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-feature-row__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-basis: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  min-height: 400px;
}
.p-feature-row__block:first-child {
  flex-basis: 200%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-feature-row__block:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .p-feature-row__block:first-child {
    flex-basis: 100%;
  }
}
.p-feature-row__block__header {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-feature-row__block__header {
    font-size: 28px;
  }
}
.p-feature-row__block__link {
  text-align: center;
}
.p-feature-row__block__link a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #397997;
  padding: 10px 16px;
  color: #397997;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-feature-row__block__link a {
    padding: 5px 8px;
  }
}
.p-feature-row__block__link a:visited {
  color: #397997;
}
.p-feature-row__block__link a:after {
  content: '';
  font-family: FontAwesome;
  display: inline-block;
  opacity: 0;
  padding-left: 0;
  width: 0;
  transition: all 250ms ease-in-out;
}
.p-feature-row__block__link a:hover:after {
  padding-left: 0.5em;
  opacity: 1;
  width: 1em;
}
.p-featured-case-studies h2 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 29px;
}
.p-featured-case-studies__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.p-featured-case-studies__container__item {
  flex-basis: calc(100% / 3);
  padding: 0 5px 10px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-featured-case-studies__container__item {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .p-featured-case-studies__container__item {
    flex-basis: 100%;
  }
}
.p-featured-case-studies__container__item__image {
  border: solid 1px #c9c9c9;
  border-bottom: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.p-featured-case-studies__container__item__image img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
.p-featured-case-studies__container__item__content {
  background-color: #397997;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  flex-grow: 1;
}
.p-featured-case-studies__container__item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-photo-gallery {
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
}
.p-photo-gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .p-photo-gallery ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-photo-gallery ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 3px 6px 3px;
  width: calc(25% - 6px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  .p-photo-gallery ul li {
    width: calc(33.33% - 6px);
  }
}
@media (max-width: 767px) {
  .p-photo-gallery ul li {
    width: calc(50% - 3px);
    margin-bottom: 6px;
  }
  .p-photo-gallery ul li:nth-child(even) {
    margin-right: 0;
  }
  .p-photo-gallery ul li:nth-child(odd) {
    margin-left: 0;
  }
}
.p-photo-gallery ul li a img, .p-photo-gallery ul li span img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  vertical-align: bottom;
}
.p-photo-gallery ul li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/******************************************************************
Site Name:
Author:

Stylesheet: Responsive Gravity Forms Styles

Usage: Uncheck box in Gravity Forms Settings to "Not" Output default CSS.
Do not enable option "Enable enhanced user interface" on dropdowns - we're using Select2 rather than Chosen.

Last reviewed with plugin Version 2.0.2.

******************************************************************/
/* Import Other Styles */
/******************************************************************
Site Name:
Author:

Stylesheet: Read Class Styles for Gravity Forms

Reference: http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes,
https://wordpress.org/plugins/gravity-forms-css-ready-selector/

******************************************************************/
/* inline fields */
li.gf_inline div.ginput_container {
  white-space: nowrap !important;
}
.top_label input.small, .top_label select.small, .top_label select.small + .select2-container, .top_label textarea.small, .top_label input.medium, .top_label select.medium, .top_label select.medium + .select2-container, .top_label textarea.medium, .top_label input.large, .top_label select.large, .top_label select.large + .select2-container, .top_label textarea.large, .left_label input.small, .left_label select.small, .left_label select.small + .select2-container, .left_label textarea.small, .left_label input.medium, .left_label select.medium, .left_label select.medium + .select2-container, .left_label textarea.medium, .left_label input.large, .left_label select.large, .left_label select.large + .select2-container, .left_label textarea.large, .right_label input.small, .right_label select.small, .right_label select.small + .select2-container, .right_label textarea.small, .right_label input.medium, .right_label select.medium, .right_label select.medium + .select2-container, .right_label textarea.medium, .right_label input.large, .right_label select.large, .right_label select.large + .select2-container, .right_label textarea.large {
  width: 100%;
}
.top_label {
  /* end li.gfield.gf_inline */
  /* 2 column */
  /* 3 column */
}
.top_label li.gfield.gf_inline {
  vertical-align: top;
  width: auto !important;
  margin-right: 14px;
  float: none !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.top_label li.gfield.gf_inline input[type=text].large, .top_label li.gfield.gf_inline input[type=url].large, .top_label li.gfield.gf_inline input[type=email].large, .top_label li.gfield.gf_inline input[type=tel].large, .top_label li.gfield.gf_inline input[type=number].large, .top_label li.gfield.gf_inline input[type=password].large {
  width: 25.4em !important;
}
.top_label li.gfield.gf_inline input[type=text].medium, .top_label li.gfield.gf_inline input[type=url].medium, .top_label li.gfield.gf_inline input[type=email].medium, .top_label li.gfield.gf_inline input[type=tel].medium, .top_label li.gfield.gf_inline input[type=number].medium, .top_label li.gfield.gf_inline input[type=password].medium {
  width: 18.7em !important;
}
.top_label li.gfield.gf_inline input[type=text].datepicker.medium {
  width: 6em !important;
}
.top_label li.gfield.gf_inline input[type=text].small, .top_label li.gfield.gf_inline input[type=url].small, .top_label li.gfield.gf_inline input[type=email].small, .top_label li.gfield.gf_inline input[type=tel].small, .top_label li.gfield.gf_inline input[type=number].small, .top_label li.gfield.gf_inline input[type=password].small {
  width: 5em !important;
}
.top_label li.gfield.gf_inline select {
  width: auto !important;
}
.top_label li.gfield.gf_inline textarea {
  width: 95% !important;
}
.top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
  width: 70% !important;
}
.top_label li.gfield.gf_inline div.gfield_time_hour, .top_label li.gfield.gf_inline div.gfield_time_minute, .top_label li.gfield.gf_inline div.gfield_date_month, .top_label li.gfield.gf_inline div.gfield_date_day, .top_label li.gfield.gf_inline div.gfield_date_year {
  width: 50px;
}
.top_label li.gfield.gf_inline div.gfield_time_ampm {
  width: auto;
}
.top_label li.gfield.gf_left_half, .top_label li.gfield.gf_right_half {
  width: 100%;
}
.top_label li.gfield.gf_left_half input.medium, .top_label li.gfield.gf_left_half input.large, .top_label li.gfield.gf_left_half select.medium, .top_label li.gfield.gf_left_half select.large, .top_label li.gfield.gf_left_half select.medium + .select2-container, .top_label li.gfield.gf_left_half select.large + .select2-container, .top_label li.gfield.gf_right_half input.medium, .top_label li.gfield.gf_right_half input.large, .top_label li.gfield.gf_right_half select.medium, .top_label li.gfield.gf_right_half select.large, .top_label li.gfield.gf_right_half select.medium + .select2-container, .top_label li.gfield.gf_right_half select.large + .select2-container {
  width: 100%;
}
.top_label li.gfield.gf_left_half textarea, .top_label li.gfield.gf_right_half textarea {
  width: 100%;
}
.top_label li.gfield.gf_left_half input.small, .top_label li.gfield.gf_right_half input.small {
  width: 100%;
}
.top_label li.gfield.gf_left_half + li.gsection, .top_label li.gfield.gf_right_half + li.gsection {
  padding: 16px 0 8px 0;
}
.top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
  padding: 16px 0 8px 0;
}
.top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
  padding: 0 0 8px 0;
}
.top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
  padding: 16px 0 8px 0;
}
.top_label li.gfield.gf_left_half + li.gfield, .top_label li.gfield.gf_right_half + li.gfield, .top_label li.gfield.gf_left_half + .gform_footer, .top_label li.gfield.gf_right_half + .gform_footer {
  clear: both;
}
.top_label li.gfield.gf_left_third, .top_label li.gfield.gf_middle_third, .top_label li.gfield.gf_right_third {
  width: 100%;
}
.top_label li.gfield.gfield_error.gf_left_third, .top_label li.gfield.gfield_error.gf_middle_third, .top_label li.gfield.gfield_error.gf_right_third {
  width: 100%;
}
.top_label li.gfield.gf_left_third + li.gsection, .top_label li.gfield.gf_right_third + li.gsection {
  padding: 16px 0 8px 0;
}
.top_label li.gfield.gf_left_third + li.gfield, .top_label li.gfield.gf_middle_third + li.gfield, .top_label li.gfield.gf_right_third + li.gfield, .top_label li.gfield.gf_left_third + .gform_footer, .top_label li.gfield.gf_middle_third + .gform_footer, .top_label li.gfield.gf_right_third + .gform_footer {
  clear: both;
}
/* end .top_label */
/* radio/checkbox sub-column */
li.gfield.gf_list_2col ul.gfield_checkbox li, li.gfield.gf_list_2col ul.gfield_radio li, li.gfield.gf_2col ul.gfield_checkbox li, li.gfield.gf_2col ul.gfield_radio li {
  width: 100%;
  margin: 0 0 8px 0;
  min-height: 1.8em;
}
li.gfield.gf_list_3col ul.gfield_checkbox li, li.gfield.gf_list_3col ul.gfield_radio li, li.gfield.gf_3col ul.gfield_checkbox li, li.gfield.gf_3col ul.gfield_radio li {
  width: 100%;
  margin: 0 0 8px 0;
  min-height: 1.8em;
}
li.gfield.gf_list_4col ul.gfield_checkbox li, li.gfield.gf_list_4col ul.gfield_radio li {
  width: 100%;
  margin: 0 0 8px 0;
  min-height: 1.8em;
}
li.gfield.gf_list_5col ul.gfield_checkbox li, li.gfield.gf_list_5col ul.gfield_radio li {
  width: 100%;
  float: left;
  margin: 0 0 8px 0;
  min-height: 1.8em;
}
li.gfield.gf_list_2col ul.gfield_checkbox, li.gfield.gf_list_2col ul.gfield_radio, li.gfield.gf_list_3col ul.gfield_checkbox, li.gfield.gf_list_3col ul.gfield_radio, li.gfield.gf_list_4col ul.gfield_checkbox, li.gfield.gf_list_4col ul.gfield_radio, li.gfield.gf_list_5col ul.gfield_checkbox, li.gfield.gf_list_5col ul.gfield_radio, li.gfield.gf_2col ul.gfield_checkbox, li.gfield.gf_2col ul.gfield_radio, li.gfield.gf_3col ul.gfield_checkbox, li.gfield.gf_3col ul.gfield_radio {
  overflow: hidden;
}
li.gfield.gf_list_2col label.gfield_label, li.gfield.gf_list_3col label.gfield_label, li.gfield.gf_list_4col label.gfield_label, li.gfield.gf_list_5col label.gfield_label, li.gfield.gf_list_inline label.gfield_label {
  margin: 10px 0 10px 0;
}
/* optional height settings for the radio/checkbox columns */
li.gfield.gf_list_height_25 ul.gfield_checkbox li, li.gfield.gf_list_height_25 ul.gfield_radio li {
  height: 25px;
}
li.gfield.gf_list_height_50 ul.gfield_checkbox li, li.gfield.gf_list_height_50 ul.gfield_radio li {
  height: 50px;
}
li.gfield.gf_list_height_75 ul.gfield_checkbox li, li.gfield.gf_list_height_75 ul.gfield_radio li {
  height: 75px;
}
li.gfield.gf_list_height_100 ul.gfield_checkbox li, li.gfield.gf_list_height_100 ul.gfield_radio li {
  height: 100px;
}
li.gfield.gf_list_height_125 ul.gfield_checkbox li, li.gfield.gf_list_height_125 ul.gfield_radio li {
  height: 125px;
}
li.gfield.gf_list_height_150 ul.gfield_checkbox li, li.gfield.gf_list_height_150 ul.gfield_radio li {
  height: 150px;
}
/* radio/checkbox inline list */
li.gfield.gf_list_inline ul.gfield_checkbox li ul.gfield_radio li {
  width: auto !important;
  float: none !important;
  margin: 0 10px 10px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
/* hide am/pm field */
li.gf_hide_ampm div.gfield_time_ampm {
  display: none !important;
}
/* scrolling text section break */
li.gsection.gf_scroll_text {
  height: 180px;
  width: 96%;
  overflow: auto;
  border: 1px solid #CCC;
  border-bottom: 1px solid #CCC !important;
}
li.gsection.gf_scroll_text h2.gsection_title {
  margin: 10px 10px 0 10px !important;
}
li.gsection.gf_scroll_text .gsection_description {
  margin: 10px;
  font-size: 0.8em;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2em;
  padding-left: 0;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
  margin: 1em 0 1em 1.5em;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  padding-left: 0;
  margin: 0 0 0.5em;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
  font-weight: bold;
}
div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
  margin: 0 0 1em 1.5em;
}
/* HTML field alert style */
li.gfield.gfield_html.gf_alert_green, li.gfield.gfield_html.gf_alert_red, li.gfield.gfield_html.gf_alert_yellow, li.gfield.gfield_html.gf_alert_gray, li.gfield.gfield_html.gf_alert_blue {
  margin: 20px 0 !important;
  padding: 20px !important;
}
li.gfield.gfield_html.gf_alert_green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
  text-shadow: #DFB 1px 1px;
  color: #030;
}
li.gfield.gfield_html.gf_alert_red {
  border: 1px solid #CFADB3;
  background-color: #FAF2F5;
  text-shadow: #FFF 1px 1px;
  color: #832525;
}
li.gfield.gfield_html.gf_alert_yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  text-shadow: #FCFAEA 1px 1px;
  color: #222;
}
li.gfield.gfield_html.gf_alert_gray {
  border: 1px solid #CCC;
  background-color: #EEE;
  text-shadow: #FFF 1px 1px;
  color: #424242;
}
li.gfield.gfield_html.gf_alert_blue {
  border: 1px solid #a7c2e7;
  background-color: #D1E4F3;
  text-shadow: #E0F1FF 1px 1px;
  color: #314475;
}
/* confirmation styles */
div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
  margin: 30px 0;
  max-width: 99%;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55;
  padding: 2em;
  background-color: #FFFBCC;
  color: #424242;
  font-size: 1.6em;
}
div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
  margin: 30px 0;
  max-width: 99%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 2em;
  background-color: #EAEAEA;
  color: #424242;
  font-size: 1.6em;
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
  position: relative;
  background-color: #FFFBD2;
  margin: 30px 0;
  border: 1px solid #E6DB55;
  -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div#gforms_confirmation_message {
  margin: 0;
  padding: 40px;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #FFF;
  border-bottom: 1px solid #E6DB55;
  background-color: #FFFBCC;
  color: #424242;
  background: #fffce5;
  background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffce5), color-stop(100%, #fff9bf));
  background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: -o-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: -ms-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffce5', endColorstr='#fff9bf',GradientType=0);
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
  position: relative;
  background-color: #f1fcdf;
  margin: 30px 0;
  border: 1px solid #a7c37c;
  -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient div#gforms_confirmation_message {
  margin: 0;
  padding: 40px;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #effade;
  border-bottom: 1px solid #a7c37c;
  background-color: #FFFBCC;
  text-shadow: #DFB 1px 1px;
  color: #030;
  background: #dbf2b7;
  background: -moz-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbf2b7), color-stop(100%, #b4d088));
  background: -webkit-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: -o-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: -ms-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbf2b7', endColorstr='#b4d088',GradientType=0);
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 40%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  /* end .top_label */
  .right_label input.small, .right_label select.small, .right_label select.small + .select2-container, .right_label textarea.small, .left_label input.small, .left_label select.small, .left_label select.small + .select2-container, .left_label textarea.small {
    width: 15%;
  }
  .right_label input.medium, .right_label select.medium, .right_label select.medium + .select2-container, .right_label textarea.medium, .left_label input.medium, .left_label select.medium, .left_label select.medium + .select2-container, .left_label textarea.medium {
    width: 35%;
  }
  .right_label input.large, .right_label select.large, .right_label select.large + .select2-container, .right_label textarea.large, .left_label input.large, .left_label select.large, .left_label select.large + .select2-container, .left_label textarea.large {
    width: 69%;
  }
  .right_label .ginput_complex, .left_label .ginput_complex {
    width: 69%;
  }
  .top_label input.large, .top_label select.large, .top_label select.large + .select2-container, .top_label textarea.large, .top_label textarea.medium, .top_label textarea.small {
    width: 100%;
  }
  .top_label input.small, .top_label select.small, .top_label select.small + .select2-container {
    width: 25%;
  }
  .top_label input.medium, .top_label select.medium, .top_label select.medium + .select2-container {
    width: 49%;
  }
  .top_label li.gf_list_inline ul.gfield_radio li, .top_label li.gf_list_inline ul.gfield_checkbox li {
    display: inline-block;
  }
  .top_label li.gf_list_inline ul.gfield_radio li label, .top_label li.gf_list_inline ul.gfield_checkbox li label {
    margin-right: 2em;
  }
  .top_label li.gfield.gf_left_half, .top_label li.gfield.gf_right_half, .top_label li.gfield_medium {
    width: 49%;
  }
  .top_label li.gfield.gf_left_half input.small, .top_label li.gfield.gf_right_half input.small, .top_label li.gfield_medium input.small {
    width: 35%;
  }
  .top_label li.gfield.gf_left_half {
    float: left;
    clear: left !important;
  }
  .top_label li.gfield.gf_right_half {
    float: right;
    clear: right !important;
  }
  .top_label li.gfield.gf_left_half input.large, .top_label li.gfield.gf_left_half select.large, .top_label li.gfield.gf_left_half select.large + .select2-container, .top_label li.gfield.gf_left_half textarea.large, .top_label li.gfield.gf_left_half input.medium, .top_label li.gfield.gf_left_half select.medium, .top_label li.gfield.gf_left_half select.medium + .select2-container, .top_label li.gfield.gf_left_half textarea.medium, .top_label li.gfield.gf_right_half input.large, .top_label li.gfield.gf_right_half select.large, .top_label li.gfield.gf_right_half select.large + .select2-container, .top_label li.gfield.gf_right_half textarea.large, .top_label li.gfield.gf_right_half input.medium, .top_label li.gfield.gf_right_half select.medium, .top_label li.gfield.gf_right_half select.medium + .select2-container, .top_label li.gfield.gf_right_half textarea.medium {
    width: 100% !important;
  }
  .top_label li.gfield.gf_left_third, .top_label li.gfield.gf_middle_third, .top_label li.gfield.gf_right_third {
    width: 33.3%;
  }
  .top_label li.gfield.gf_left_third input.medium, .top_label li.gfield.gf_left_third input.large, .top_label li.gfield.gf_left_third select.medium, .top_label li.gfield.gf_left_third select.large, .top_label li.gfield.gf_left_third select.medium + .select2-container, .top_label li.gfield.gf_left_third select.large + .select2-container, .top_label li.gfield.gf_middle_third input.medium, .top_label li.gfield.gf_middle_third input.large, .top_label li.gfield.gf_middle_third select.medium, .top_label li.gfield.gf_middle_third select.large, .top_label li.gfield.gf_middle_third select.medium + .select2-container, .top_label li.gfield.gf_middle_third select.large + .select2-container, .top_label li.gfield.gf_right_third input.medium, .top_label li.gfield.gf_right_third input.large, .top_label li.gfield.gf_right_third select.medium, .top_label li.gfield.gf_right_third select.large, .top_label li.gfield.gf_right_third select.medium + .select2-container, .top_label li.gfield.gf_right_third select.large + .select2-container {
    width: 100%;
  }
  .top_label li.gfield.gfield_error.gf_left_third, .top_label li.gfield.gfield_error.gf_middle_third, .top_label li.gfield.gfield_error.gf_right_third {
    width: 29%;
  }
  .top_label li.gfield.gf_left_third {
    float: left;
    clear: left !important;
  }
  .top_label li.gfield.gf_middle_third {
    float: left;
    clear: none !important;
  }
  .top_label li.gfield.gfield_error.gf_middle_third {
    margin-left: 3%;
  }
  .top_label li.gfield.gf_right_third {
    float: right;
    clear: right !important;
  }
  li.gfield.gf_list_2col label, li.gfield.gf_list_3col label, li.gfield.gf_list_4col label, li.gfield.gf_list_5col label {
    margin-bottom: 10px;
  }
  li.gfield.gf_list_2col ul.gfield_checkbox li, li.gfield.gf_list_2col ul.gfield_radio li, li.gfield.gf_2col ul.gfield_checkbox li, li.gfield.gf_2col ul.gfield_radio li {
    width: 50%;
    float: left;
    padding-right: 1em;
  }
  li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n), li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n), li.gfield.gf_2col ul.gfield_checkbox li:nth-child(2n), li.gfield.gf_2col ul.gfield_radio li:nth-child(2n) {
    clear: right;
  }
  li.gfield.gf_list_2col ul.gfield_checkbox li:nth-child(2n+1), li.gfield.gf_list_2col ul.gfield_radio li:nth-child(2n+1), li.gfield.gf_2col ul.gfield_checkbox li:nth-child(2n+1), li.gfield.gf_2col ul.gfield_radio li:nth-child(2n+1) {
    clear: left;
  }
  li.gfield.gf_list_3col ul.gfield_checkbox li, li.gfield.gf_list_3col ul.gfield_radio li, li.gfield.gf_3col ul.gfield_checkbox li, li.gfield.gf_3col ul.gfield_radio li {
    width: 33%;
    float: left;
    padding-right: 1em;
  }
  li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n), li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n), li.gfield.gf_3col ul.gfield_checkbox li:nth-child(3n), li.gfield.gf_3col ul.gfield_radio li:nth-child(3n) {
    clear: right;
  }
  li.gfield.gf_list_3col ul.gfield_checkbox li:nth-child(3n+1), li.gfield.gf_list_3col ul.gfield_radio li:nth-child(3n+1), li.gfield.gf_3col ul.gfield_checkbox li:nth-child(3n+1), li.gfield.gf_3col ul.gfield_radio li:nth-child(3n+1) {
    clear: left;
  }
  li.gfield.gf_list_4col ul.gfield_checkbox li, li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    float: left;
    padding-right: 1em;
  }
  li.gfield.gf_list_4col ul.gfield_checkbox li:nth-child(4n), li.gfield.gf_list_4col ul.gfield_radio li:nth-child(4n) {
    clear: right;
  }
  li.gfield.gf_list_4col ul.gfield_checkbox li:nth-child(4n+1), li.gfield.gf_list_4col ul.gfield_radio li:nth-child(4n+1) {
    clear: left;
  }
  li.gfield.gf_list_5col ul.gfield_checkbox li, li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    float: left;
    padding-right: 1em;
  }
  li.gfield.gf_list_5col ul.gfield_checkbox li:nth-child(5n), li.gfield.gf_list_5col ul.gfield_radio li:nth-child(5n) {
    clear: right;
  }
  li.gfield.gf_list_5col ul.gfield_checkbox li:nth-child(5n+1), li.gfield.gf_list_5col ul.gfield_radio li:nth-child(5n+1) {
    clear: left;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Submission and Error Styles for Gravity Forms

******************************************************************/
/* ERRORS */
/*
li.gfield.gfield_error,
li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #FFDFE0;
	margin-bottom: 6px !important;
	padding: 6px 6px 4px 6px !important;
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797;
}
*/
li.gfield.gfield_creditcard_warning {
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border: 1px dashed #a00;
}
li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 1em;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  padding: 10px 20px 10px 45px;
  min-height: 25px;
  background-image: url("/wp-content/plugins/gravityforms/images/stopbanner.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #a00;
  border-bottom: 1px solid #620101;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
  letter-spacing: 0.2pt;
}
li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 14px !important;
}
.gfield_error {
  /*
	.gfield_label {
		color: $color__alert-red;
	}
	*/
}
.gfield_error input[type=text], .gfield_error input[type=url], .gfield_error input[type=email], .gfield_error input[type=tel], .gfield_error input[type=number], .gfield_error input[type=password], .gfield_error textarea, .gfield_error input, .gfield_error .select2-container .select2-selection {
  border: 1px solid #c0392b;
}
.gfield_error input[type=text]:focus, .gfield_error input[type=url]:focus, .gfield_error input[type=email]:focus, .gfield_error input[type=tel]:focus, .gfield_error input[type=number]:focus, .gfield_error input[type=password]:focus, .gfield_error textarea:focus, .gfield_error input:focus, .gfield_error .select2-container .select2-selection:focus {
  border: 1px solid #c0392b;
}
.gfield_error .gform_fileupload_multifile .gform_drop_area {
  border: 2px dotted #c0392b;
}
/*
li.gfield.gfield_error.gfield_contains_required {
	margin-top: 12px;
	margin-bottom: 12px !important;
	padding-left: 10px !important;
}
*/
/*
li.gfield.gfield_error.gfield_contains_required label.gfield_label,
li.gfield.gfield_error.gfield_contains_required div.ginput_container  {
	margin-top: 12px;
}
*/
div.validation_error {
  position: relative;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  background-color: #EEE;
  border-top-width: 3px;
  border-top-style: solid;
  width: auto;
  font-weight: bold;
  margin-bottom: 1.6em;
  border-top-color: #c0392b;
}
div.validation_error:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0.675em;
  font-size: 1.5em;
}
div.validation_error:before {
  content: "";
  color: #c0392b;
}
div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
/*
div.gfield_description.validation_error {
	color: $color__alert-red;
	font-weight: bold;
	font-size: 0.85em;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-bottom: 16px;
}
*/
div.gfield_description.validation_message {
  color: #c0392b;
}
/*
li.gfield_error .ginput_complex.ginput_container label,
li.gfield_error ul.gfield_checkbox,
li.gfield_error ul.gfield_radio {
	color: $color__alert-red;
}
*/
/*
.top_label .gfield_description.validation_message,
.gfield_description.validation_message {
	padding: 10px 0 !important;
}
*/
/*
.ginput_container + .gfield_description.validation_message {
	margin-top: 6px;
}
*/
/*
.gfield_description + .gform_wrapper .gfield_description.validation_message {
	margin-top: 6px;
}
*/
.ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}
/* AJAX FORMS */
.gform_ajax_spinner {
  padding-left: 10px;
}
/* CAPTCHA */
.gfield_captcha_input_container {
  padding-top: 3px;
}
.simple_captcha_small input {
  width: 100px;
}
.simple_captcha_medium input {
  width: 150px;
}
.simple_captcha_large input {
  width: 200px;
}
.gform_wrapper .left_label .simple_captcha_small, .right_label .simple_captcha_small, .left_label .simple_captcha_medium, .right_label .simple_captcha_medium, .left_label .simple_captcha_large, .right_label .simple_captcha_large {
  margin-left: 32%;
}
.gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* MATH CHALLENGE */
.math_small input {
  width: 69px;
}
.math_medium input {
  width: 90px;
}
.math_large input {
  width: 108px;
}
.left_label .math_small, .right_label .math_small, .left_label .math_medium, .right_label .math_medium, .left_label .math_large, .right_label .math_large {
  margin-left: 32%;
}
/* HIDDEN FIELDS */
input[type=hidden], input.gform_hidden, .gform_hidden, .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.ginput_full br, .ginput_left br, .ginput_right br {
  display: none !important;
}
/* HIDE HONEYPOT */
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
/************************
 * MEDIA QUERIES
 ************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Extra Form Field Styles for Gravity Forms

******************************************************************/
/* DATE & TIME */
.gfield_time_hour, .gfield_time_minute, .gfield_date_month, .gfield_date_day, .gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.gfield_date_month, .gfield_date_day, .gfield_date_year {
  margin-right: 12px;
  width: 50px;
  float: left;
}
.gfield_date_month input, .gfield_date_day input, .gfield_date_year input {
  width: 85% !important;
}
.gfield_date_dropdown_month, .gfield_date_dropdown_day, .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin-right: 6px;
}
.gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.gfield_time_ampm select {
  width: 60px !important;
}
.gfield_time_hour input, .gfield_time_minute input, .gfield_date_month input, .gfield_date_day input, .gfield_date_year input {
  width: 70% !important;
}
/* DATE PICKER */
.datepicker {
  width: 100px !important;
}
input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  filter: dropshadow(color = #000, offx = 1, offy = -1);
  line-height: 40px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
}
.ui-datepicker-title select {
  margin-top: 2.5%;
}
.ui-datepicker-prev:before {
  font-family: "FontAwesome";
  font-size: 1em;
  color: #FFF;
  content: "";
  margin-right: 5px;
  margin-left: 5px;
}
.ui-datepicker-next:after {
  font-family: "FontAwesome";
  font-size: 1em;
  color: #FFF;
  content: "";
  margin-right: 5px;
  margin-left: 5px;
}
.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #FFF !important;
  height: 30px;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color = #fff, offx = 1, offy = 0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color = #fff, offx = 1, offy = 1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede',GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color = #FFF, offx = 0, offy = 1);
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}
table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}
/* TEXTAREA CHARACTER COUNT */
div.charleft {
  font-size: 11px;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important;
}
div.charleft[style] {
  width: 92% !important;
}
div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}
li.gf_hide_charleft div.charleft {
  display: none !important;
}
/* SUBMISSION LIMIT MESSAGE */
.gf_submission_limit_message {
  color: #790000;
  font-size: 1.4em;
}
/* PRICING FIELDS */
.ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
span.ginput_total {
  color: #060;
  font-size: 1.2em;
}
.top_label span.ginput_total {
  margin: 8px 0;
}
span.ginput_product_price_label {
  margin-right: 2px;
}
span.ginput_product_price {
  color: #900;
}
span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
input.ginput_quantity {
  width: 40px;
}
/* MULTI PAGE */
.gform_page_footer {
  margin: 20px 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0 0;
}
.gform_page_footer input.gform_previous_button {
  float: left;
  width: auto !important;
  padding-left: 1em;
  padding-right: 1em;
}
.gform_page_footer input.gform_next_button, .gform_page_footer .button.gform_button {
  float: right;
  width: auto !important;
  padding-left: 1em;
  padding-right: 1em;
}
.gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #CCC;
}
.gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 13px;
  line-height: 1em !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gf_progressbar {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px !important;
  border: 1px solid #CCC;
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
}
.gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
}
.gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 18px;
}
.gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
}
.percentbar_blue {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-blue.png");
  background-repeat: repeat-x;
  background-color: #0072BC;
  color: #FFF;
}
.percentbar_gray {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-gray.png");
  background-repeat: repeat-x;
  background-color: #666;
  color: #FFF;
}
.percentbar_green {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-green.png");
  background-repeat: repeat-x;
  background-color: #94DC21;
  color: #FFF;
}
.percentbar_orange {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-orange.png");
  background-repeat: repeat-x;
  background-color: #DC7021;
  color: #FFF;
}
.percentbar_red {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-red.png");
  background-repeat: repeat-x;
  background-color: #DC2521;
  color: #FFF;
}
.percentbar_custom {
  background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-custom.png");
  background-repeat: repeat-x;
}
.gf_page_steps {
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #CCC;
}
.gf_step {
  width: auto !important;
  margin: 0 10px 10px 0;
  font-size: 14px;
  height: 20px;
  line-height: 20px !important;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: arial, sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.gf_step span.gf_step_number {
  font-size: 20px;
  float: left;
  font-family: arial, sans-serif;
}
.gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/* PASSWORD STRENGTH INDICATOR */
.gfield_password_strength {
  border: 1px solid #DDD;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  background-color: #EEE;
}
.gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
}
.gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
}
.gfield_password_strength.short, .gfield_password_strength.mismatch {
  background-color: #FFA0A0;
  border-color: #f04040;
}
.gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
}
/* LIST FIELDS */
table.gfield_list, table.gfield_list caption, table.gfield_list tbody, table.gfield_list tfoot, table.gfield_list thead, table.gfield_list tr, table.gfield_list th, table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: none;
}
table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}
table.gfield_list thead th {
  font-weight: bold;
  text-align: left;
}
li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
table.gfield_list thead, table.gfield_list tr {
  padding: 0;
  margin: 0;
}
table.gfield_list th, table.gfield_list td {
  padding: 0 0 0.5em 0;
}
table.gfield_list th + th, table.gfield_list td + td {
  padding: 0 0 0.5em 0.7em;
}
.left_label .gfield_list, .right_label .gfield_list {
  width: 64%;
}
.top_label .gfield_list {
  width: 100%;
}
.left_label .gf_list_one_column, .right_label .gf_list_one_column {
  width: 45%;
}
.top_label .gf_list_one_column {
  width: 46%;
}
.gfield_list input {
  width: 98%;
}
.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
table.gfield_list td.gfield_list_icons {
  min-width: 45px !important;
}
/* MULTI-FILE UPLOAD */
.gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dotted #DDD;
  text-align: center;
  color: #888;
}
.gform_fileupload_multifile .gform_drop_area input[type=button] {
  padding: 5px 1em;
  font-size: 0.875em;
  margin-left: 10px;
  line-height: 1.3;
  width: auto !important;
  background: #DDD;
  color: #666;
}
.gform_fileupload_multifile .gform_drop_area input[type=button]:hover, .gform_fileupload_multifile .gform_drop_area input[type=button]:focus {
  background: #CCC;
}
.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
.gform_save_link {
  display: block;
  margin-top: 1em;
  text-decoration: underline;
}
.gform_save_link:hover {
  text-decoration: none;
}
/* HTML */
div.gform_body ul.gform_fields li.gfield.gfield_html ul li, form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0;
}
div.gform_body ul.gform_fields li.gfield.gfield_html ul, form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}
div.gform_body ul.gform_fields li.gfield.gfield_html ol li, form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0;
}
div.gform_body ul.gform_fields li.gfield.gfield_html ol, form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2em;
  padding-left: 0;
}
div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}
div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em;
}
form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 0.5em;
}
div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}
div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: bold;
}
div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em;
}
.gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .gform_save_link {
    display: inline-block;
    margin-left: 1em;
    margin-top: 0;
  }
  .left_label div.charleft, .right_label div.charleft {
    margin-left: 32%;
  }
  .right_label .gform_fileupload_multifile, .left_label .gform_fileupload_multifile {
    margin-left: 31%;
  }
  .left_label li.gfield_html_formatted, .right_label li.gfield_html_formatted {
    margin-left: 32%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Credit Card Styles for Gravity Forms

******************************************************************/
.gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}
div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url("/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}
/* CREDIT CARD FIELDS */
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}
.ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
.ginput_complex .ginput_cardinfo_left {
  display: block;
  margin-bottom: 0.5em;
}
.ginput_complex .ginput_cardinfo_left label, .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month + .select2-container, .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year, .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year + .select2-container {
  width: 49% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year, .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year + .select2-container {
  float: right;
}
.ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
.ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}
.ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month, .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month + .select2-container {
  margin-right: 4px;
}
.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 49% !important;
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url("/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .ginput_complex .ginput_cardinfo_left, .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .ginput_complex .ginput_cardinfo_left {
    width: 50%;
    margin-right: 1%;
    margin-bottom: 0;
    max-width: 400px;
  }
}
/* GForm Wrapper */
.gform_wrapper {
  overflow: inherit;
  margin: 1em auto;
  width: 100%;
}
.gform_wrapper:focus {
  outline: 0;
}
/* REQUIRED */
.gfield_required {
  color: #c0392b;
  margin-left: 4px;
}
/* INPUTS */
textarea.small {
  height: 80px;
  font-size: 100%;
}
textarea.medium {
  height: 150px;
}
textarea.large {
  height: 250px;
}
/* RADIO & CHECKBOXES */
ul.gfield_checkbox, ul.gfield_radio {
  margin: 0.5em 0 0;
}
ul.gfield_checkbox li, ul.gfield_radio li {
  position: relative;
}
ul.gfield_checkbox li label, ul.gfield_checkbox li input, ul.gfield_radio li label, ul.gfield_radio li input {
  margin-left: 5px;
}
ul.gfield_checkbox li input[type="radio"], ul.gfield_checkbox li input[type="checkbox"], ul.gfield_radio li input[type="radio"], ul.gfield_radio li input[type="checkbox"] {
  position: absolute;
  top: 0.3em;
}
ul.gfield_checkbox li input[type="radio"][value="gf_other_choice"], ul.gfield_checkbox li input[type="checkbox"][value="gf_other_choice"], ul.gfield_radio li input[type="radio"][value="gf_other_choice"], ul.gfield_radio li input[type="checkbox"][value="gf_other_choice"] {
  line-height: 42px;
  height: 42px;
  top: 0;
  left: 0;
}
ul.gfield_checkbox li label, ul.gfield_radio li label {
  display: inline-block;
  padding-left: 23px;
}
ul.gfield_checkbox li input[type="text"], ul.gfield_radio li input[type="text"] {
  margin-left: 28px;
  width: auto;
}
/* HOVER & FOCUS */
.field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}
.field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}
/* CUSTOM FIELDS */
.ginput_complex {
  overflow: hidden;
}
.ginput_complex .field_name_first, .ginput_complex .field_name_last {
  width: 100%;
}
.ginput_complex .ginput_left, .ginput_complex .ginput_right, .ginput_complex .ginput_full {
  min-height: 43px;
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.ginput_complex .ginput_left, .ginput_complex .ginput_right {
  width: 100%;
}
.ginput_complex input[type="text"], .ginput_complex input[type="url"], .ginput_complex input[type="email"], .ginput_complex input[type="tel"], .ginput_complex input[type="number"], .ginput_complex input[type="password"], .ginput_complex select {
  width: 100%;
}
/* HEADER */
.gform_heading {
  width: 100%;
  margin-bottom: 2em;
}
/* BODY */
/* FOOTER */
.gform_footer {
  margin: 1.5em 0 1em 0;
  clear: both;
}
/* TITLES & DESCRIPTIONS */
h2.gsection_title {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
h2.gsection_title, h3.gform_title {
  font-weight: bold;
  font-size: 1.3em;
}
h3.gform_title {
  letter-spacing: normal;
  margin: 10px 0 6px 0;
}
span.gform_description {
  font-weight: normal;
}
h2.gsection_title, .gsection_description, h3.gform_title {
  width: 100%;
}
.gform_wrapper .description, .gfield_description, .gsection_description, .gform_wrapper .instruction {
  font-size: 0.85em;
  line-height: 1.5em;
  clear: both;
  letter-spacing: normal;
}
.gform_wrapper .field_description_above .description, .gform_wrapper .field_description_above .gfield_description, .gform_wrapper .field_description_above .gsection_description {
  padding: 4px 0 8px 0;
}
.gform_wrapper .field_description_below .description, .gform_wrapper .field_description_below .gfield_description, .gform_wrapper .field_description_below .gsection_description {
  padding: 4px 0 0 0;
}
.gfield_date_year + .gfield_description {
  padding: 0;
}
.left_label .gsection .gsection_description, .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: 4px;
  padding-left: 0;
  line-height: 1.5em;
}
/* LISTS */
form ul {
  margin: 0;
  list-style-type: none;
}
form ul li {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  overflow: visible;
}
form ul li.gfield {
  clear: both;
  margin-bottom: 1em;
}
ul.gfield_radio li, ul.gfield_checkbox li {
  overflow: hidden;
}
form ul.right_label li, form ul.left_label li {
  margin-bottom: 14px;
}
form ul.right_label li ul.gfield_radio li, form ul.left_label li ul.gfield_radio li, form ul.right_label li ul.gfield_checkbox li, form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}
form ul li:before, form ul li:after, form ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
form .inline {
  display: inline !important;
}
/* LABELS */
ul.gfield_radio label, ul.gfield_checkbox label {
  font-weight: normal;
}
.ginput_complex span input:focus + label, .ginput_complex span select:focus + label, .ginput_complex span textarea:focus + label, .ginput_complex span .select2-container--focus ~ label {
  font-weight: bold;
}
.gform_wrapper .form_sublabel_below .ginput_complex label, .gform_wrapper .form_sublabel_below .gfield_time_hour label, .gform_wrapper .form_sublabel_below .gfield_time_minute label, .gform_wrapper .form_sublabel_below .gfield_date_month label, .gform_wrapper .form_sublabel_below .gfield_date_day label, .gform_wrapper .form_sublabel_below .gfield_date_year label, .gform_wrapper .form_sublabel_below .instruction {
  margin: 3px 0 0;
}
.gform_wrapper .form_sublabel_below .ginput_complex + .description, .gform_wrapper .form_sublabel_below .ginput_complex + .gfield_description, .gform_wrapper .form_sublabel_below .ginput_complex + .gsection_description {
  margin-top: 0.3em;
}
.gform_wrapper .form_sublabel_above .ginput_complex label, .gform_wrapper .form_sublabel_above .gfield_time_hour label, .gform_wrapper .form_sublabel_above .gfield_time_minute label, .gform_wrapper .form_sublabel_above .gfield_date_month label, .gform_wrapper .form_sublabel_above .gfield_date_day label, .gform_wrapper .form_sublabel_above .gfield_date_year label, .gform_wrapper .form_sublabel_above .instruction {
  margin: 0 0 3px;
}
.ginput_complex label, .gfield_time_hour label, .gfield_time_minute label, .gfield_date_month label, .gfield_date_day label, .gfield_date_year label, .gform_wrapper .instruction {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 1px;
}
.top_label .gfield_label, .left_label .gfield_label, .right_label .gfield_label {
  margin: 10px 0 5px 0;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both;
}
.gsection .gfield_label {
  font-weight: bold;
  font-size: 1.3em;
}
.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_wrapper .top_label .hidden_label .ginput_container {
  padding-top: 10px;
}
/* SECTIONS */
.gsection {
  border-bottom: 4px double #CCC;
  padding: 2em 0 0.5em 0;
  margin: 0 0 1em;
  clear: both;
}
.gsection:first-of-type {
  padding: 0 0 0.5em 0;
}
/************************
 * MEDIA QUERIES
 ************************/
@media only screen and (min-width: 768px) {
  .gform_footer.right_label, .gform_footer.left_label {
    padding: 16px 0 10px 31%;
  }
  .gform_heading {
    width: auto;
  }
  .field_name_first, .field_name_last {
    width: 49%;
  }
  .left_label .gfield_label {
    float: left;
    margin: 0 2% 0 0;
    width: 29%;
  }
  .right_label .gfield_label {
    float: left;
    margin: 0 2% 0 0;
    width: 29%;
    text-align: right;
  }
  .left_label .gfield_description, .right_label .gfield_description {
    width: 69%;
  }
  .left_label ul.gfield_checkbox, .right_label ul.gfield_checkbox, .left_label ul.gfield_radio, .right_label ul.gfield_radio {
    margin-left: 32%;
    overflow: hidden;
  }
  .right_label .gfield_description, .left_label .gfield_description, .left_label .instruction, .right_label .instruction {
    margin-left: 31%;
  }
  .field_name_first {
    float: left;
  }
  .field_name_last {
    float: right;
  }
  .ginput_complex .name_last {
    clear: none;
  }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix, .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_first, .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_middle, .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_last {
    float: left;
  }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
    float: right;
  }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix, .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
    width: 10%;
  }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix {
    margin-right: 2%;
  }
  .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_first, .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_middle, .ginput_complex.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_last {
    margin-right: 2%;
    width: 24%;
  }
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_first, .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_middle, .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_last {
    width: 32%;
  }
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_first, .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_middle {
    float: left;
    margin-right: 2%;
  }
  .ginput_complex.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_last {
    float: right;
  }
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
    float: left;
    width: 49%;
  }
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
    float: right;
    width: 49%;
  }
  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
    float: left;
    margin-right: 2%;
    width: 20%;
  }
  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
    float: left;
    margin-right: 2%;
    width: 38%;
  }
  .ginput_complex.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
    float: right;
    width: 38%;
  }
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_first, .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_last {
    float: left;
    margin-right: 2%;
    width: 38%;
  }
  .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix .name_suffix {
    float: right;
    width: 20%;
  }
  .ginput_complex .ginput_full {
    clear: both;
  }
  .ginput_complex .ginput_left {
    float: left;
    width: 49%;
  }
  .ginput_complex .ginput_right {
    float: right;
    width: 49%;
  }
}
/** STEP 6: Libraries **/
/******************************************************************
Site Name:
Author:

Stylesheet: SelectWoo Stylesheet

* Modified to remove gradients, drop shadows, and better integration with theme
* Includes only the default theme

Version: 2.1

https://github.com/woocommerce/selectWoo

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.

******************************************************************/
.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container, .select2-selection--single, .select2-selection--multiple, .select2-search__field, .select2-dropdown, .select2-selection--multiple .select2-selection__rendered {
  /*
	Force border-box so that % widths fit the parent
	container without overlap because of margin/padding.
	More Info : http://www.quirksmode.org/css/box.html
	*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: 42px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  min-height: 42px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container--focus .select2-selection, .select2-container--open .select2-selection {
  background-color: #FFF;
  border: 1px solid #999;
  outline: 0;
}
.select2-container--open .select2-selection {
  border-bottom: 0;
}
.select2-dropdown {
  background-color: #FFF;
  border: 1px solid #999;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
}
.select2-results__option {
  padding: 6px;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[data-selected] {
  cursor: pointer;
  outline: none;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-selection--single {
  background-color: #fcfcfc;
  border: 1px solid #DDD;
}
.select2-selection--single .select2-selection__rendered {
  color: #666666;
  line-height: 42px;
}
.select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-selection--single .select2-selection__placeholder {
  color: #666;
}
.select2-selection--single .select2-selection__arrow {
  height: 42px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-selection--single .select2-selection__arrow b {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #666 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-selection--multiple {
  background-color: #fcfcfc;
  border: 1px solid #DDD;
  cursor: text;
}
.select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #666;
  margin-top: 5px;
  float: left;
}
.select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #666;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--focus .select2-selection--multiple {
  border: 1px solid #FFF;
  outline: 0;
}
.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #DDD;
  height: 32px;
}
.select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-results__option:empty {
  display: none;
}
.select2-results__option[role=group] {
  padding: 0;
}
.select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-results__option[data-selected=true] {
  background-color: #333333;
  color: #FFF;
}
.select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #333333;
  color: white;
}
.select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Magnific Popup Stylesheet - v1.1.0

******************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-content figure {
  margin: 0;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/** STEP 7: Media Queries **/
/*
BASE (MOBILE) STYLES
This is where you add the majority of your styles. These will be loaded on all devices, so make sure this holds the bare minimum any device needs to view your site.
*/
/******************************************************************
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 stylesheet
and will be used across all viewports.

******************************************************************/
/*************************
 * GENERAL
 ************************/
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  height: auto;
  overflow-x: hidden;
}
body #container {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/*************************
 * HEADER
 ************************/
#inner-header {
  padding: 1em 0;
}
#logo {
  float: left;
}
#logo.h1 {
  margin: 0;
}
#banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .spacer {
  padding-top: 26%;
}
/*************************
 * POSTS & CONTENT
 ************************/
#inner-content {
  padding: 0;
  /* post meta */
}
#inner-content .page-title, #inner-content .single-title {
  margin-top: 0;
}
#inner-content .entry-meta {
  color: #999;
}
#inner-content .tags .tags-title {
  color: #999;
}
.error-404 .page-content p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.error-404 .page-content ul {
  text-align: left;
}
.error-404 .page-content ul li {
  margin-bottom: 0;
  font-size: 18px;
}
.blog #inner-content article, .archive #inner-content article, .search #inner-content article {
  border-bottom: 1px solid #DDD;
  padding-top: 1em;
  padding-bottom: 1em;
}
.blog #inner-content article .entry-header, .archive #inner-content article .entry-header, .search #inner-content article .entry-header {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog #inner-content article .entry-title, .archive #inner-content article .entry-title, .search #inner-content article .entry-title {
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.blog #inner-content article .entry-meta, .archive #inner-content article .entry-meta, .search #inner-content article .entry-meta {
  margin: 0.5em 0 0;
}
.blog #inner-content article .entry-content, .blog #inner-content article .entry-footer, .archive #inner-content article .entry-content, .archive #inner-content article .entry-footer, .search #inner-content article .entry-content, .search #inner-content article .entry-footer {
  margin-top: -1em;
  margin-bottom: 1em;
}
.blog #inner-content article:first-child .entry-header, .archive #inner-content article:first-child .entry-header, .search #inner-content article:first-child .entry-header {
  margin-top: 0;
}
.blog #inner-content article:only-child, .archive #inner-content article:only-child, .search #inner-content article:only-child {
  border-bottom: 0;
}
.single #inner-content .entry-meta {
  margin: -0.5em 0 1em;
}
/*************************
 * SIDEBARS & ASIDES
 ************************/
.sidebar {
  margin-top: 2em;
}
/*************************
 * FOOTER
 ************************/
#colophon {
  background-color: #194959;
  clear: both;
  color: #ffffff;
  font-size: 13px;
}
#colophon .copyright {
  margin-bottom: 0;
  text-align: center;
  margin: 2em 0 0 0;
  font-size: 11px;
}
#colophon .nemc {
  text-align: center;
  font-size: 0.9em;
  margin: 2em 0 0 0;
  font-size: 11px;
}
#colophon .nemc a {
  color: #dadada;
}
#colophon .nemc-logo {
  background-image: url('../images/icons/compass.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 2em;
  display: block;
  margin: 10px auto 0;
}
#bottom-footer {
  padding: 2em 0;
  background-color: #123d4c;
  clear: both;
  color: #ffffff;
  font-size: 13px;
}
#inner-footer {
  padding: 2em 0;
}
ul.footer-menu {
  margin: 0 1px;
  padding: 0;
  text-align: center;
}
ul.footer-menu li {
  display: inline-block;
  margin: 0 -1px;
  padding: 0;
}
ul.footer-menu li a {
  border-left: 1px solid #999;
  color: #999;
  display: block;
  line-height: 1;
  padding: 0 0.675em;
}
ul.footer-menu li:first-child a {
  padding-left: 0;
  border-left: 0;
}
ul.footer-menu li:last-child a {
  padding-right: 0;
}
ul.footer-menu ul.sub-menu {
  display: none;
}
#back-top {
  bottom: 10px;
  margin-right: 30px;
  position: fixed;
  right: 0;
  z-index: 9999;
}
#back-top a {
  background: #000;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  display: block;
  opacity: 0.2;
  text-decoration: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 40px;
}
#back-top a:hover, #back-top a:focus {
  color: #000;
  opacity: 1;
}
#back-top .fa {
  color: #FFF;
  display: block;
  font-size: 1.5em;
  height: 40px;
  line-height: 35px;
  margin-bottom: 7px;
  text-align: center;
  width: 40px;
}
/*
TABLET & SMALLER LAPTOPS
Here you can begin to add more resource-intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. Have fun!

******************************************************************/
  /*************************
 * GENERAL
 ************************/
  /*************************
 * HEADER
 ************************/
  /*************************
 * POSTS & CONTENT
 ************************/
  .has-left-sidebar, .has-both-sidebars {
    padding-left: 45px;
  }
  .has-right-sidebar, .has-both-sidebars {
    padding-right: 45px;
  }
  /*************************
 * SIDEBARS & ASIDES
 ************************/
  .sidebar {
    margin-top: 0.5em;
  }
  /*************************
 * FOOTER
 ************************/
}
/*
DESKTOP
*/
@media only screen and (min-width: 992px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylesheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /*************************
 * GENERAL
 ************************/
  /*************************
 * HEADER
 ************************/
  /*************************
 * POSTS & CONTENT
 ************************/
  /*************************
 * SIDEBARS & ASIDES
 ************************/
  /*************************
 * FOOTER
 ************************/
}
/*
FULL VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1200px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  /*************************
 * GENERAL
 ************************/
  /*************************
 * HEADER
 ************************/
  /*************************
 * POSTS & CONTENT
 ************************/
  /*************************
 * SIDEBARS & ASIDES
 ************************/
  /*************************
 * FOOTER
 ************************/
}
/*
CUSTOM STYLES
This is where you have custom breakpoints.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2+) 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) {
		@import "media-queries/retina";
}*/
/*
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 are probably not a lot of reasons
to edit this stylesheet. If you want to though, go for it.

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