/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*p {
  -webkit-hyphens: auto;
  -epub-hyphens:   auto;
  -moz-hyphens:    auto;
  hyphens:         auto;
}*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

Stylesheet: Variables

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

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*BreakPoints */
/* Spacing, for padding, margins */
/* hero image heights */
/* page widths */
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

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

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

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 Google Fonts
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

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

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name: Orange-Silicon
Author:

Stylesheet: Mixins Stylesheet

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

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

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

******************************************************************/
/*********************
AVAILABLE MIXINS
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
HERO IMAGE AND TEXT
*********************/
/*********************
SHADED HEADER BAR
*********************/
/***********************
FULL WIDTH COLUMN
************************/
/***********************
HALF WIDTH COLUMN
************************/
/*********************
CLEARFIX
**********************/
/*********************
WRAP - PAGE WIDTH
**********************/
/*********************
BODY TEXT
*********************/
/*********************
FOOTER MARGIN ADJUSTMENT
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

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

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

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


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

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

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

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

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

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

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

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/* COLUMN ONE */
.column-one {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column-one {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
@media (min-width: 768px) {
  .column-one {
    border-right: 6px solid white;
  }
}
@media screen and (max-width: 1240px) {
  .column-one {
    margin-bottom: 0;
  }
}
.column-one .latest-updates {
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (min-width: 768px) {
  .column-one .latest-updates {
    width: calc(100% + 30px);
  }
}
@media (min-width: 1500px) {
  .column-one .latest-updates {
    width: 100%;
    margin-left: 0;
  }
}
.column-one .blog-post-meta {
  line-height: 1.1em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.column-one .blog-post {
  position: relative;
  display: flex;
  border-bottom: 3px solid white;
}
@media (min-width: 768px) {
  .column-one .blog-post {
    min-height: 330px;
  }
}
.column-one .blog-post a:hover {
  color: white;
}
@media screen and (max-width: 1240px) {
  .column-one .blog-post {
    display: block;
  }
}
.column-one .block {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  padding: 2rem 2rem 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .column-one .block {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
@media (min-width: 1240px) {
  .column-one .block {
    padding: 2rem 2rem;
    width: 50%;
  }
}
.column-one .block:nth-child(even) {
  padding-top: 0;
  padding-bottom: 1rem;
}
@media (min-width: 1240px) {
  .column-one .block:nth-child(even) {
    padding: 2rem 2rem;
  }
}
.column-one .blog-post-title h3 {
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
}
.column-one .blog-post-title h3 a {
  color: black;
}
.column-one .blog-post-quote {
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  quotes: "\201C" "\201D";
  position: relative;
  margin-top: 1.75em;
}
.column-one .blog-post-quote p {
  display: inline;
  color: white;
  font-weight: 700;
  line-height: 1;
  font-size: 1.3rem;
}
.column-one .blog-post-quote:before {
  content: open-quote;
  font-size: 2em;
  top: -1em;
  position: absolute;
}
.column-one .block:nth-of-type(odd) .blog-post-quote {
  margin-top: 2.75em;
}
.column-one .blog-post-image img {
  width: 100%;
}

/* column-one */
/* COLUMN TWO */
.column-two {
  width: 25%;
  float: left;
  position: relative;
  /* events-section */
  /* twitter-section */
}
@media screen and (max-width: 768px) {
  .column-two {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1240px) {
  .column-two {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1240px) {
  .column-two {
    border-right: 3px solid white;
  }
}
@media (min-width: 1240px) {
  .column-two:after {
    content: '';
    position: absolute;
    background: #f0f0f0;
    width: 2px;
    height: calc(100% - 56px);
    right: -4px;
    top: 56px;
  }
}
.column-two .events-section {
  background: white;
  min-height: 325px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .column-two .events-section {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
.column-two .events-section .event-inner {
  width: 100%;
  padding: 0;
}
.column-two .events-section .event-list {
  padding: 35px 2rem 80px;
}
@media screen and (max-width: 1240px) {
  .column-two .events-section .event-list {
    border-right: none;
  }
}
.column-two .events-section .event-list:after {
  content: '';
  display: none;
}
.column-two .events-section .event-list ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
}
.column-two .events-section .event-list li {
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  padding: 10px 0;
}
.column-two .events-section .event-list li.row {
  background: transparent;
  border: 0;
  float: none;
  width: 100%;
  padding: 10px 0;
}
.column-two .events-section .event-list li.row a:hover {
  color: #ff7900 !important;
}
.column-two .events-section .event-list li.row a:hover h5 {
  color: #ff7900;
}
.column-two .events-section .event-list li.row .event-title {
  line-height: 1.2em;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
.column-two .events-section .event-list li.row .duration {
  font-weight: 700;
}
.column-two .events-section .event-list li:first-child {
  padding-top: 5px;
}
.column-two .events-section .event-list .more {
  font-weight: bold;
  margin: 20px 0 0;
}
.column-two .events-section .event-list .readmore {
  display: block;
  color: #ff7900;
}
.column-two .events-section .event-list .readmore .fa-2x {
  font-size: 1.5em;
}
.column-two .twitter-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .column-two .twitter-section {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
@media screen and (max-width: 1240px) {
  .column-two .twitter-section {
    border-right: none;
  }
}
@media (min-width: 750px) {
  .column-two .twitter-section {
    padding-bottom: 0;
  }
}
.column-two .twitter-section .title-section h2 {
  padding: 20px 2rem;
  margin-bottom: 0;
  font-size: 1.5em;
}
.column-two .twitter-section .twitter-content {
  padding: 0 calc(2rem - 10px) 10px;
  -webkit-animation: twitterDelay 2s;
  /* Safari 4+ */
  -moz-animation: twitterDelay 2s;
  /* Fx 5+ */
  -o-animation: twitterDelay 2s;
  /* Opera 12+ */
  animation: twitterDelay 2s;
  /* IE 10+, Fx 29+ */
}

/* column-two */
/* COLUMN THREE */
.column-three {
  color: black;
  float: left;
  height: 1178px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .column-three {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1240px) {
  .column-three {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1240px) {
  .column-three {
    border-left: 3px solid white;
  }
}
@media screen and (max-width: 1240px) {
  .column-three {
    height: auto;
    padding-bottom: 2rem;
  }
}
.column-three .featured .rows {
  padding: 2rem;
}
.column-three .featured .feature-row {
  margin-bottom: 2em;
}
.column-three .featured .feature-row:last-of-type {
  margin-bottom: none;
}
.column-three .featured .feature-row img {
  float: left;
  margin-right: 25px;
  width: 100px;
  height: 100px;
}
.column-three .featured .feature-row .feature-title a {
  color: black;
}
.column-three .featured .feature-row .feature-title a:hover {
  color: #ff7900;
}
.column-three .receive-updates {
  padding: 2rem;
}
.column-three .receive-updates h3 {
  color: #ff7900;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}
.column-three .receive-updates input[type="email"] {
  background-color: white;
  border: 2px solid #ff7900;
  color: #ff7900;
  font-weight: 700;
  font-size: 14px;
}
.column-three .receive-updates ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ff7900;
}
.column-three .receive-updates :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff7900;
  opacity: 1;
}
.column-three .receive-updates ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff7900;
  opacity: 1;
}
.column-three .receive-updates :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff7900;
}
.column-three .receive-updates .button-subscribe {
  float: right;
  background-color: white;
  border: 2px solid #ff7900;
  color: #ff7900;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .column-three .receive-updates .button-subscribe {
    float: left;
  }
}

/* column-three */
.hentry .rg-gallery ul {
  padding: 0;
}
.hentry .rg-gallery ul li {
  padding: 0;
  margin: 0;
}

.rg-image-wrapper {
  position: relative;
  padding: 0;
  background: black;
  min-height: 20px;
}

.rg-image {
  position: relative;
  text-align: center;
  line-height: 0px;
}
.rg-image img {
  margin: 0 !important;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.rg-image-nav a {
  position: absolute;
  top: 0px;
  left: 0px;
  background: black url(../images/nav.png) no-repeat -20% 50%;
  width: 28px;
  height: 100%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.3;
  outline: none;
}
.rg-image-nav a.rg-image-nav-next {
  right: 0px;
  left: auto;
  background-position: 115% 50%;
}
.rg-image-nav a:hover {
  opacity: 0.8;
}

.rg-caption-wrapper {
  position: absolute;
  bottom: 0;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
}

.rg-caption {
  text-align: left;
  margin-top: 15px;
  position: relative;
}
.rg-caption p {
  font-size: 12px;
  line-height: 16px;
  padding: 0 25px;
}

.rg-view {
  display: none;
  height: 30px;
}
.rg-view a {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: #464646 url(../images/views.png) no-repeat top left;
  border: 3px solid #464646;
  opacity: 0.8;
}
.rg-view a:hover {
  opacity: 1.0;
}
.rg-view a.rg-view-full {
  background-position: 0px 0px;
}
.rg-view a.rg-view-selected {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.rg-view a.rg-view-thumbs {
  background-position: 0px -16px;
}

.rg-loading {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0px 0px -23px;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.7;
  color: #ff7900;
  font-size: 46px;
}

/* Elastislide Style */
.es-carousel-wrapper {
  background: black;
  padding: 10px 25px;
  position: relative;
  position: relative;
  margin-bottom: 20px;
}

.es-carousel {
  overflow: hidden;
  background: #000000;
}
.es-carousel ul {
  display: none;
  margin: 0;
}
.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
}
.es-carousel ul li a {
  display: block;
  border-style: solid;
  border-color: #222222;
  border: none;
  opacity: 0.8;
  -webkit-touch-callout: none;
  /* option */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.es-carousel ul li a:hover {
  opacity: 1;
}
.es-carousel ul li.selected a {
  border-color: #686868;
  opacity: 1.0;
}
.es-carousel ul li a img {
  display: block;
  border: none;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
}

.es-nav span {
  color: white;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 14px;
  height: 20px;
  margin-top: -13px;
  cursor: pointer;
  opacity: 0.8;
  text-indent: -9999px;
}
.es-nav span:after {
  font-family: fontAwesome;
  content: '\f104';
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 0;
}
.es-nav span.es-nav-next {
  right: 8px;
  left: auto;
}
.es-nav span.es-nav-next:after {
  content: '\f105';
}
.es-nav span:hover {
  opacity: 1.0;
}

/*Videos*/
.fluid-video {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.fluid-video > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

/**Galleries**/
.flexslider-container {
  position: relative;
}

ul.slides {
  margin: 0;
  padding: 0;
}
ul.slides li {
  position: relative;
}

.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border: 0px;
  overflow: hidden;
}
.flexslider .slides li {
  margin-bottom: 0;
}
.flexslider .slides img {
  margin-bottom: 0;
}

.flexslider img {
  margin: 0;
}

.flex-caption {
  width: 100%;
  padding: 20px 20px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  margin: 0;
  display: none;
}

li.flex-nav-prev,
li.flex-nav-next {
  display: none;
}

.slider-nav .flex-prev,
.slider-nav .flex-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 51px;
}
.slider-nav .flex-prev img,
.slider-nav .flex-next img {
  width: 40px;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .slider-nav .flex-prev img,
  .slider-nav .flex-next img {
    width: 25px;
  }
}
.slider-nav .flex-prev:hover, .slider-nav .flex-prev:active,
.slider-nav .flex-next:hover,
.slider-nav .flex-next:active {
  opacity: 0.7;
}
.slider-nav .flex-prev {
  left: 20px;
}
.slider-nav .flex-next {
  right: 20px;
}
.slider-nav .flex-next img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#gallery-grid ul {
  border-top: 6px solid white;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  align-content: stretch;
}
#gallery-grid ul li {
  flex: 0 1 auto;
  width: 50%;
  margin: 0;
}
@media (min-width: 660px) {
  #gallery-grid ul li {
    width: 25%;
  }
}
#gallery-grid ul li img {
  border-left: 3px solid white;
  border-right: 3px solid white;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gallery--options {
  z-index: 1;
}
.gallery--options .view-gallery {
  position: absolute;
  right: 60px;
  top: 0;
  color: #979797;
  font-size: 18px;
  margin-top: 12px;
}
.gallery--options .view-gallery a {
  color: #979797;
}
.gallery--options .view-gallery a.active {
  color: #ff7900;
  font-weight: 700;
}
.gallery--options .view-gallery a:hover {
  color: #ff7900;
}
@media screen and (max-width: 660px) {
  .gallery--options .view-gallery {
    position: relative;
    right: 0;
  }
  .gallery--options .view-gallery:before {
    content: "";
    display: table;
    clear: both;
  }
}
.gallery--options span {
  text-rendering: optimizelegibility;
  font-weight: 700;
  font-stretch: normal;
  font-size: 32px;
}
.gallery--options #gallery-options-placeholder,
.gallery--options #gallery-filter-placeholder {
  position: absolute;
  right: 60px;
  top: 0;
}
.gallery--options #gallery-options-placeholder i,
.gallery--options #gallery-filter-placeholder i {
  color: #ff7900;
  font-size: 28px;
  line-height: 41px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery--options #gallery-options-placeholder.toggle--active i,
.gallery--options #gallery-filter-placeholder.toggle--active i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gallery--options #gallery-filter-placeholder {
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 460px) {
  .gallery--options #gallery-filter-placeholder {
    font-size: 1em;
  }
}
.gallery--options .gallery-options,
.gallery--options .gallery-filters {
  display: none;
  margin: 0;
  padding: 0 0 10px;
  font-size: 22px;
  line-height: 1.65em;
}
.gallery--options .gallery-options li,
.gallery--options .gallery-filters li {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery--options .gallery-options li:hover, .gallery--options .gallery-options li:active,
.gallery--options .gallery-filters li:hover,
.gallery--options .gallery-filters li:active {
  color: #ff7900;
}
.gallery--options .gallery-options li a,
.gallery--options .gallery-filters li a {
  color: black;
}
.gallery--options .gallery-options {
  float: right;
}
.gallery--options .gallery-options li {
  display: block;
  float: left;
  padding: 0 10px;
}
.gallery--options .gallery-options li:last-child {
  padding-right: 0;
}
.gallery--options .gallery-options:after {
  content: '';
  clear: both;
  display: block;
  position: relative;
}
.gallery--options .gallery-filters {
  clear: both;
  font-size: 16px;
  -moz-columns: 4;
  -webkit-columns: 4;
  columns: 4;
}
@media screen and (max-width: 659px) {
  .gallery--options .gallery-filters {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
}
@media screen and (max-width: 460px) {
  .gallery--options .gallery-filters {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .gallery--options .gallery-filters.toggle--active li {
    width: 100%;
    padding: 5px 0;
  }
}

.page-header-bar .wrap-wide {
  position: relative;
}
.page-header-bar .wrap-wide .gallery--options {
  padding-right: 60px;
  overflow: hidden;
  top: 0;
}
@media screen and (max-width: 460px) {
  .page-header-bar .wrap-wide .gallery--options {
    padding-right: 0;
  }
}

.gallery--section {
  clear: both;
}

#no-galleries {
  padding: 10px 0 30px;
}

#tribe-events {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tribe-events-visuallyhidden {
  /*visibility: hidden;;
  display: none;*/
}

.tribe-events-ajax-loading {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 150px;
  padding: 0;
  z-index: 10;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  width: 70px;
  height: 70px;
}
.tribe-events-ajax-loading img {
  display: none;
}
.tribe-events-ajax-loading:after {
  position: absolute;
  height: 70px;
  width: 70px;
  content: '\f110';
  display: block;
  color: #ff7900;
  font-family: fontAwesome;
  font-size: 80px;
  top: 0;
  line-height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tribe-events-loading .tribe-events-ajax-loading {
  display: block;
}

.tribe-events-ajax-loading.tribe-events-active-spinner {
  display: block;
}
.tribe-events-ajax-loading.tribe-events-active-spinner img {
  display: none;
}

.tribe-events-list-separator-month {
  display: none;
}

.tribe-events-user-recurrence-toggle {
  display: none;
  visibility: hidden;
}

.tribe-events-list .tribe-events-page-title {
  position: relative;
  background: white;
  padding: 20px 0;
}
.tribe-events-list .entry-content {
  width: 50%;
  position: relative;
  float: right;
  padding: 0 3.84615% 40px;
  background: white;
  box-sizing: border-box;
  margin-top: -60px;
}
.tribe-events-list .secondary-content {
  background: #e4e4e4;
  position: relative;
  width: 50%;
  float: left;
  padding: 20px 3.84615% 40px;
  box-sizing: border-box;
}
.tribe-events-list .tribe-events-loop {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #e4e4e4;
}
.tribe-events-list .tribe-events-loop .hentry {
  background: #e4e4e4;
  width: 50%;
  float: left;
  oveflow: auto;
  border-top: 1px solid white;
  margin: 0;
}
.tribe-events-list .tribe-events-loop .hentry .thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.tribe-events-list .tribe-events-loop .hentry:nth-child(odd) {
  clear: left;
}
.tribe-events-list .tribe-events-loop .inner-event {
  margin: 30px 5%;
}
.tribe-events-list .tribe-events-loop:before {
  content: '';
  background: white;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
}

.events-list-inner {
  margin: 0 3.84615% 0;
  position: relative;
}
.events-list-inner #tribe-events-footer {
  display: none;
}
.events-list-inner .tribe-events-ical {
  display: none;
}

.tribe-events-list-event-title.entry-title {
  color: black;
}
.tribe-events-list-event-title.entry-title a {
  color: black;
}

.time-details {
  display: block;
  margin: 5px 0 20px;
  font-weight: bold;
}

.page-template-page-events-php .hentry .tribe-events-sub-nav {
  list-style: none;
  padding: 0;
  font-size: 1.5em;
}
.page-template-page-events-php .hentry .tribe-events-sub-nav li {
  list-style: none;
  padding: 0;
}

.tribe-mini-calendar {
  font-size: 20px;
}
.tribe-mini-calendar td,
.tribe-mini-calendar th {
  width: 14.2857142857%;
  padding: 5px 5px;
  text-align: center;
  vertical-align: top;
  border: none;
}
.tribe-mini-calendar thead {
  background: transparent;
  border: none;
}
.tribe-mini-calendar tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tribe-mini-calendar tr:last-child {
  border: none;
}
.tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  font-size: 0.65em;
}
.tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar .tribe-mini-calendar-today {
  background: transparent;
}
.tribe-mini-calendar .tribe-events-present span,
.tribe-mini-calendar .tribe-mini-calendar-today span {
  color: black;
}
.tribe-mini-calendar .tribe-mini-calendar td {
  background: #e4e4e4;
}
.tribe-mini-calendar .tribe-mini-calendar-no-event {
  color: black;
  font-weight: normal;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  margin: auto;
  display: block;
}
.tribe-mini-calendar .tribe-events-has-events {
  color: white;
  background: transparent;
  padding: 5px 5px;
}
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a {
  color: white;
  display: block;
  text-decoration: none;
  position: relative;
  width: 35px;
  background: #ff7900;
  border-radius: 30px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  margin: auto;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before {
  content: '';
  display: none;
}
.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:hover, .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:focus {
  background: #ff7900;
  opacity: 0.85;
  border-radius: 30px;
}
.tribe-mini-calendar .tribe-events-has-events:hover, .tribe-mini-calendar .tribe-events-has-events:focus {
  background: transparent;
}
.tribe-mini-calendar .tribe-events-past {
  opacity: 1;
}

.tribe-mini-calendar-nav div {
  overflow: hidden;
}
.tribe-mini-calendar-nav span {
  font-weight: normal;
  color: black;
  text-transform: lowercase;
  line-height: 30px;
  font-size: 1.3em;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link {
  background: white;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
  line-height: 11px;
  color: #ff7900;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link span {
  display: none;
  visibility: none;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link:after {
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 25px;
  line-height: 30px;
  margin: 0 auto;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.next-month {
  float: right;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.next-month:after {
  content: '\f105';
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.prev-month {
  float: left;
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.prev-month:after {
  content: '\f104';
}
.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link:hover, .tribe-mini-calendar-nav .tribe-mini-calendar-nav-link:focus {
  color: white;
  background: #ff7900;
}

.tribe-mini-calendar-dayofweek {
  background: #e4e4e4;
  color: black;
  font-size: 0.8em;
  text-transform: lowercase;
  padding: 3px 0;
  font-weight: normal;
}

.widget.tribe_mini_calendar_widget {
  border: none;
  padding: 0;
}

.single-tribe_events .tribe_events {
  width: 92.30769%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  padding: 20px 3.84615% 0;
  margin: 0 3.84615%;
  background: white;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .single-tribe_events .tribe_events {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-tribe_events .tribe-events-single-event-description.tribe-events-content.entry-content.description {
  padding-left: 0;
  padding-right: 0;
}
.single-tribe_events #sidebar1 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  background: #e4e4e4;
  padding: 0;
}
@media (min-width: 600px) {
  .single-tribe_events #sidebar1 {
    width: 30.76923%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.single-tribe_events .tribe-events-single {
  margin-bottom: 0;
}
.single-tribe_events .tribe-events-single-section {
  overflow: visible;
  position: relative;
}
.single-tribe_events .tribe-events-single-section:after {
  display: table;
  clear: both;
  content: '';
  position: relative;
}
.single-tribe_events .tribe-events-single-section .tribe-events-meta-group {
  padding: 20px 0;
  word-wrap: break-word;
}
.single-tribe_events .tribe-events-single-section .tribe-events-meta-group h3 {
  margin-top: 0;
}
.single-tribe_events .tribe-events-single-section .tribe-events-meta-group dl {
  margin: 0 0 1em;
}
.single-tribe_events .tribe-events-single-section .tribe-events-meta-group dt {
  font-weight: bold;
}
.single-tribe_events .tribe-events-single-section .tribe-events-meta-group dd.tribe-events-event-categories span:last-child, .single-tribe_events .tribe-events-single-section .tribe-events-meta-group dd.tribe-event-tags span:last-child {
  display: none;
}
.single-tribe_events .tribe-events-single-section .tribe-events-meta-group dd.location {
  margin: 0;
}
.single-tribe_events .tribe-events-single-section .tribe-events-meta-group dt {
  margin: 10px 0;
}
.single-tribe_events .tribe-events-address {
  font-style: normal;
}
.single-tribe_events .sidebar {
  font-size: 1em;
}
@media (min-width: 600px) {
  .single-tribe_events .sidebar {
    font-size: 0.846em;
  }
}
@media (min-width: 700px) {
  .single-tribe_events .sidebar {
    font-size: 1em;
  }
}
.single-tribe_events .sidebar h5 {
  font-size: 1em;
}
.single-tribe_events .sidebar a {
  font-size: 1em;
}
@media (min-width: 600px) {
  .single-tribe_events .sidebar a {
    font-size: 0.846em;
  }
}
@media (min-width: 700px) {
  .single-tribe_events .sidebar a {
    font-size: 1em;
  }
}
.single-tribe_events .widgettitle {
  font-size: 2em;
}
@media (min-width: 600px) {
  .single-tribe_events .widgettitle {
    font-size: 1.5em;
  }
}
@media (min-width: 700px) {
  .single-tribe_events .widgettitle {
    font-size: 2em;
  }
}
.single-tribe_events h2.event-date {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 30px;
}

.tribe-events-button {
  margin-right: 20px;
}

/*SINGLE ORGANIZER*/
.single-tribe_organizer .entry-content {
  width: 92.30769%;
  float: left;
  margin-right: -100%;
  margin-left: 3.84615%;
  clear: none;
  margin-top: -60px;
  margin-left: 3.84615%;
  margin-right: 3.84615%;
  background: white;
  clear: both;
  padding: 0 3.84615% 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media (min-width: 580px) {
  .single-tribe_organizer .entry-content {
    width: 46.15385%;
    float: left;
    margin-right: -100%;
    margin-left: 46.15385%;
    clear: none;
    margin-left: 49.99995%;
    margin-right: -46.15385%;
  }
}
.single-tribe_organizer .entry-content-inner {
  margin: 20px 0 60px;
  padding: 0;
}
.single-tribe_organizer .entry-content-inner > :last-child {
  margin-bottom: 0;
}
.single-tribe_organizer .secondary-content {
  width: 92.30769%;
  float: left;
  margin-right: -100%;
  margin-left: 3.84615%;
  clear: none;
  margin-left: 3.84615%;
  margin-right: 3.84615%;
  background: #f4f4f6;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media (min-width: 580px) {
  .single-tribe_organizer .secondary-content {
    width: 46.15385%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-right: -46.15385%;
    margin-left: -46.15385%;
  }
}
.single-tribe_organizer .secondary-content.has-no-video {
  padding-top: 20px;
}
.single-tribe_organizer .secondary-content.has-video {
  passing-top: 0;
}
.single-tribe_organizer .secondary-inner {
  padding: 20px 9.8% 0;
}

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

Stylesheet: Alert Styles

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

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

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

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

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

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

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

Stylesheet: Button Styles

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

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

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

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

*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "HelveticaNeueUltraLight", "HelveticaNeue-Ultra-Light", "Helvetica Neue Ultra Light", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Roboto", "Arial", sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: white;
  text-decoration: none;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

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

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

Stylesheet: Form Styles

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

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

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

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

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

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  /*Removes default style Firefox*/
  appearance: none;
  background-image: url(../images/arrow-dark.png);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-color: white;
  border: 1px solid #ff7900;
  color: #ff7900;
  padding: 0 0 0 12px;
}
select option {
  padding: 10px 0;
}
select option:hover {
  background: #ff7900;
  color: white;
  outline-color: #ff7900;
}

select > option:hover {
  background: #ff7900;
  color: white;
}

.secondary-inner input[type="text"],
.secondary-inner input[type="password"],
.secondary-inner input[type="datetime"],
.secondary-inner input[type="datetime-local"],
.secondary-inner input[type="date"],
.secondary-inner input[type="month"],
.secondary-inner input[type="time"],
.secondary-inner input[type="week"],
.secondary-inner input[type="number"],
.secondary-inner input[type="email"],
.secondary-inner input[type="url"],
.secondary-inner input[type="search"],
.secondary-inner input[type="tel"],
.secondary-inner input[type="color"],
.secondary-inner select,
.secondary-inner textarea,
.secondary-inner .field {
  background-color: white;
}

button,
html input[type="button"],
input[type="reset"],
input[type="image"],
input[type="submit"] {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 1em;
  color: black;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  font-family: "HelveticaNeueUltraLight", "HelveticaNeue-Ultra-Light", "Helvetica Neue Ultra Light", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Roboto", "Arial", sans-serif;
  background-color: #f8f9fa;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

.gform_wrapper form ul li {
  padding-left: 0;
}
@media (max-width: 599px) {
  .gform_wrapper .right_label input.medium,
  .gform_wrapper .right_label select.medium,
  .gform_wrapper .left_label input.medium,
  .gform_wrapper .left_label select.medium {
    width: 63%;
    max-width: 600px;
  }
}
.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
  padding: 16px 0 10px 0;
}
.gform_wrapper select {
  line-height: 20px;
  padding: 5px 0 5px 5px;
}

@media (max-width: 459px) {
  .recaptchatable #recaptcha_response_field {
    width: 100% !important;
  }
}
@media (max-width: 459px) {
  .recaptchatable tr td {
    display: block;
    box-sizing: border-box;
  }
}
@media (max-width: 459px) {
  .recaptchatable tr td.recaptcha_image_cell {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 459px) {
  .recaptchatable tr td.recaptcha_image_cell #recaptcha_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 459px) {
  .recaptchatable tr td.recaptcha_image_cell #recaptcha_image img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 459px) {
  .recaptchatable tr:nth-child(1) td:nth-child(1) {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 459px) {
  .recaptchatable tr:nth-child(1) td:nth-child(2),
  .recaptchatable tr:nth-child(1) td:nth-child(3) {
    width: 50%;
    float: left;
  }
}

#gform_widget-2 .widgettitle {
  color: #ff7900;
}

@-moz-document url-prefix() {
  select {
    background-image: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    background-image: none;
  }

  .gform_wrapper select {
    padding: 0 0 0 5px;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  /* older Firefox*/
  color: transparent;
}

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

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

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "HelveticaNeueUltraLight", "HelveticaNeue-Ultra-Light", "Helvetica Neue Ultra Light", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Roboto", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  background-color: white;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  -ms-box-sizing: "border-box";
  box-sizing: "border-box";
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
.error404 #primary {
  padding-top: 50px;
}

/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attachment page */
/* individual attachment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  max-width: 990px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .wrap {
    padding: 0 30px;
  }
}

.wrap-narrow {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .wrap-narrow {
    padding: 0 30px;
  }
}

.wrap-wide {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .wrap-wide {
    padding: 0 30px;
  }
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #ff7900;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #d16300;
  cursor: pointer;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: black;
  text-rendering: optimizelegibility;
  font-weight: 700;
  font-stretch: normal;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

.h1 {
  font-size: 36px;
  line-height: 1.25em;
}

h1 {
  font-size: 1.8em;
  line-height: 1.25em;
}
@media (min-width: 400px) {
  h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 2em 0 1em;
}
@media (min-width: 400px) {
  h2, .h2 {
    font-size: 2em;
  }
}

h3, .h3 {
  font-size: 1.2em;
  color: #686868;
}
@media (min-width: 400px) {
  h3, .h3 {
    font-size: 1.3em;
  }
}

h4, .h4 {
  font-size: 1.1em;
  color: #686868;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  line-height: 2.09em;
  text-transform: normal;
  color: #686868;
}

/*********************
HEADER STYLES
*********************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  min-height: 80px;
  content: "";
  display: table;
  clear: both;
}

#inner-header {
  position: relative;
}
@media screen and (max-width: 660px) {
  #inner-header.wrap-wide {
    padding: 0 10px;
  }
}

#logo {
  margin: 20px 0 16px;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  float: left;
}
@media (min-width: 768px) {
  #logo {
    position: relative;
  }
}
#logo a {
  display: block;
}
#logo a img {
  float: left;
  display: block;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 660px) {
  #logo a img {
    margin-right: 10px;
  }
}
#logo a .h1 {
  float: left;
  padding-top: 4px;
  font-weight: bold;
  font-weight: 700;
}
@media (min-width: 300px) {
  #logo a .h1 {
    font-size: 0.5em;
  }
}
@media (min-width: 360px) {
  #logo a .h1 {
    font-size: 0.6em;
  }
}
@media (min-width: 400px) {
  #logo a .h1 {
    font-size: 0.7em;
  }
}
@media (min-width: 420px) {
  #logo a .h1 {
    font-size: 0.8em;
  }
}
@media (min-width: 460px) {
  #logo a .h1 {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  #logo a .h1 {
    font-size: 0.7em;
    max-width: 400px;
  }
}
#logo a span {
  color: black;
}

.page-wrap {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1141px) {
  .page-wrap {
    margin-top: 120px;
  }
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
#menu-primary {
  float: none;
  margin-top: 80px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  #menu-primary {
    display: block !important;
    float: none;
    clear: left;
    height: 45px;
    margin-top: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 1140px) {
  #menu-primary {
    clear: none;
    float: right;
  }
}
@media screen and (max-width: 660px) {
  #menu-primary {
    float: none;
    margin-top: 80px;
  }
}

.menu-toggle {
  display: block;
  font-size: 2em;
  position: absolute;
  right: 3.84615%;
  margin-top: 17px;
  top: 0;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 1140px) and (min-width: 1167px) {
  #nav-primary {
    position: relative;
    display: inline-block;
    padding: 0;
  }
}

ul.nav.top-nav {
  border-bottom: 0;
  margin: 0;
  position: relative;
  display: none;
  font-weight: 700;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
@media (min-width: 1167px) {
  ul.nav.top-nav {
    height: 45px;
    display: block;
    float: right;
    opacity: 1;
  }
}
ul.nav.top-nav.toggled-on {
  display: block;
  opacity: 1;
}
ul.nav.top-nav li {
  /* showing sub-menus */
  /*&:hover > ul {
  	@include breakpoint($nav-lg) {
  		top: auto;
  		visibility:visible;
  		li {
  			@include breakpoint($nav-lg) {
  				margin: 10px 0 0;
  			}
  		}
  	}
  }*/
}
@media (min-width: 768px) {
  ul.nav.top-nav li {
    float: left;
    font-size: 14px;
  }
}
ul.nav.top-nav li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 5px 0.5em;
  line-height: 20px;
  border-left: 0;
}
@media (min-width: 768px) {
  ul.nav.top-nav li a {
    display: inline-block;
    padding: 0 10px;
  }
}
@media (min-width: 1240px) {
  ul.nav.top-nav li a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 660px) {
  ul.nav.top-nav li a {
    border-left: none;
  }
}
ul.nav.top-nav li a:hover, ul.nav.top-nav li a:focus {
  color: #ff7900;
  text-decoration: none;
}
ul.nav.top-nav li i {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.15em;
}
ul.nav.top-nav li i:hover, ul.nav.top-nav li i:focus {
  cursor: pointer;
}
@media (min-width: 768px) {
  ul.nav.top-nav li:first-child a {
    padding-left: 0;
    border-left: 0;
  }
}
@media (min-width: 768px) {
  ul.nav.top-nav li:last-child {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  ul.nav.top-nav li:last-child a {
    padding-right: 0;
  }
}
ul.nav.top-nav li ul.sub-menu,
ul.nav.top-nav li ul.children {
  background: black;
}
@media (min-width: 768px) {
  ul.nav.top-nav li ul.sub-menu,
  ul.nav.top-nav li ul.children {
    margin: 0;
    position: absolute;
    width: 100%;
    visibility: visible;
    z-index: 10;
    padding: 0;
    display: block;
    opacity: 1;
    top: 45px;
  }
}
@media (min-width: 768px) {
  ul.nav.top-nav li ul.sub-menu:after,
  ul.nav.top-nav li ul.children:after {
    background: black;
    content: '';
    height: 0;
    position: absolute;
    bottom: 0;
    width: 900%;
    left: -500%;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
ul.nav.top-nav li ul.sub-menu.submenu-toggle-on,
ul.nav.top-nav li ul.children.submenu-toggle-on {
  top: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1141px) {
  ul.nav.top-nav li ul.sub-menu.submenu-toggle-on,
  ul.nav.top-nav li ul.children.submenu-toggle-on {
    top: 45px;
  }
}
@media screen and (max-width: 660px) {
  ul.nav.top-nav li ul.sub-menu.submenu-toggle-on,
  ul.nav.top-nav li ul.children.submenu-toggle-on {
    height: auto;
  }
}
ul.nav.top-nav li ul.sub-menu.submenu-toggle-on:after,
ul.nav.top-nav li ul.children.submenu-toggle-on:after {
  height: 40px;
}
ul.nav.top-nav li ul.sub-menu li,
ul.nav.top-nav li ul.children li {
  position: relative;
  display: none;
  z-index: 2;
}
@media (min-width: 768px) {
  ul.nav.top-nav li ul.sub-menu li,
  ul.nav.top-nav li ul.children li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0;
    margin: 0;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  ul.nav.top-nav li ul.sub-menu li.current-menu-item a, ul.nav.top-nav li ul.sub-menu li.current_page_item a,
  ul.nav.top-nav li ul.children li.current-menu-item a,
  ul.nav.top-nav li ul.children li.current_page_item a {
    border: none;
  }
}
ul.nav.top-nav li ul.sub-menu li a,
ul.nav.top-nav li ul.children li a {
  color: white;
  padding-right: 30px;
}
ul.nav.top-nav li ul.sub-menu li a:hover, ul.nav.top-nav li ul.sub-menu li a:focus,
ul.nav.top-nav li ul.children li a:hover,
ul.nav.top-nav li ul.children li a:focus {
  color: #ff7900;
}
@media (min-width: 768px) {
  ul.nav.top-nav li ul.sub-menu li:first-child a,
  ul.nav.top-nav li ul.children li:first-child a {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  ul.nav.top-nav li ul.sub-menu li ul,
  ul.nav.top-nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
}
@media (min-width: 768px) {
  ul.nav.top-nav li:hover, ul.nav.top-nav li:focus {
    border-left: 0;
  }
}
ul.nav.top-nav .menu-item-has-children {
  padding-right: 0.5em;
}
@media (min-width: 768px) {
  ul.nav.top-nav .menu-item-has-children {
    padding-right: 10px;
  }
}
@media (min-width: 1240px) {
  ul.nav.top-nav .menu-item-has-children {
    padding-right: 20px;
  }
}
ul.nav.top-nav .menu-item-has-children > a {
  padding-right: 0;
}
ul.nav.top-nav .menu-item-has-children i {
  color: #ff7900;
  -webkit-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
ul.nav.top-nav .menu-item-has-children.active i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.nav.top-nav .sub-menu {
  display: block;
  height: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.nav.top-nav .sub-menu.submenu-toggle-on {
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  ul.nav.top-nav .sub-menu.submenu-toggle-on {
    height: 40px;
  }
}
@media (min-width: 768px) {
  ul.nav.top-nav .sub-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  ul.nav.top-nav li.menu-item-has-children a {
    width: calc(100% - 35px);
  }
}
@media (max-width: 767px) {
  ul.nav.top-nav li.menu-item-has-children span {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media (min-width: 768px) {
  ul.nav.top-nav li.current-menu-item,
  ul.nav.top-nav li.current_page_item,
  ul.nav.top-nav li.current_page_ancestor {
    border-left: 0;
  }
}
ul.nav.top-nav li.current-menu-item a,
ul.nav.top-nav li.current_page_item a,
ul.nav.top-nav li.current_page_ancestor a {
  border-left: 0;
  color: #ff7900;
}
@media (min-width: 768px) {
  ul.nav.top-nav li.current-menu-item:first-child a,
  ul.nav.top-nav li.current_page_item:first-child a,
  ul.nav.top-nav li.current_page_ancestor:first-child a {
    padding-left: 0;
    border-left: 0;
  }
}
ul.nav.top-nav li.current-menu-item ul li a,
ul.nav.top-nav li.current_page_item ul li a,
ul.nav.top-nav li.current_page_ancestor ul li a {
  border-left: 5px solid white;
}
@media (min-width: 768px) {
  ul.nav.top-nav li.current-menu-item ul li a,
  ul.nav.top-nav li.current_page_item ul li a,
  ul.nav.top-nav li.current_page_ancestor ul li a {
    border-left: none;
  }
}
ul.nav.top-nav li.current-menu-item ul li.current-menu-item, ul.nav.top-nav li.current-menu-item ul li.current_page_item,
ul.nav.top-nav li.current_page_item ul li.current-menu-item,
ul.nav.top-nav li.current_page_item ul li.current_page_item,
ul.nav.top-nav li.current_page_ancestor ul li.current-menu-item,
ul.nav.top-nav li.current_page_ancestor ul li.current_page_item {
  border-left: 5px solid #ff7900;
}
@media (min-width: 768px) {
  ul.nav.top-nav li.current-menu-item ul li.current-menu-item, ul.nav.top-nav li.current-menu-item ul li.current_page_item,
  ul.nav.top-nav li.current_page_item ul li.current-menu-item,
  ul.nav.top-nav li.current_page_item ul li.current_page_item,
  ul.nav.top-nav li.current_page_ancestor ul li.current-menu-item,
  ul.nav.top-nav li.current_page_ancestor ul li.current_page_item {
    border-left: none;
  }
}

.nav.top-nav li i.fa-search {
  color: black;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3px;
}

.fa-search:hover {
  color: #ff7900;
}

.myfixed .home-link {
  max-width: 40px;
  min-height: 40px;
  margin-left: 0;
  float: left;
  background-image: url(../library/images/orange-logo.png);
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.page-header-bar,
.shaded-bar {
  background: #f8f9fa;
  background-image: linear-gradient(45deg, #e4e4e4 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #e4e4e4 50%, #e4e4e4 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 4px 4px;
  min-height: 50px;
}

.page-header-bar.no-shade {
  background: transparent;
  background-image: none;
}

h2.shaded-bar {
  line-height: 50px;
}

.page-header {
  margin-top: 5px;
  margin-bottom: 8px;
}
.page-header .searchandfilter ul {
  padding: 0;
  margin: 0;
}
.page-header .searchandfilter ul li {
  padding: 0;
  margin: 0;
}
.page-header .sf-field-search input[type="text"] {
  background: transparent;
  outline: none;
  border: 0;
  color: black;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.page-header .sf-field-search ::-webkit-input-placeholder {
  color: black;
}
.page-header .sf-field-search :-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.page-header .sf-field-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.page-header .sf-field-search :-ms-input-placeholder {
  color: black;
}

.hentry {
  background-color: white;
  margin-bottom: 1.5em;
}
.hentry header {
  padding: 0;
}
.hentry footer {
  padding: 1.5em;
}
.hentry footer p {
  margin: 0;
}
.hentry ol li, .hentry ul li {
  margin-bottom: 1.2em;
}
.hentry ul {
  list-style: disc;
  padding-left: 15px;
}
.hentry ul li {
  padding-left: 15px;
}
.hentry ol {
  list-style-type: decimal;
  padding-left: 25px;
}
.hentry ol li {
  padding-left: 5px;
}

.column-group .column ul {
  padding-left: 25px;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  font-weight: 700;
  margin: 0;
}

.page-title {
  color: #ff7900;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: black;
  font-style: normal;
  margin: 0;
  font-size: 14px;
}
.byline .post-date {
  display: inline-block;
  width: 49%;
}
.byline .comment-count {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.byline .by {
  margin-top: 25px;
}

/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #686868;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 0;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #686868;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #686868;
  border-right: 1px solid #686868;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 2em 0 2em 15%;
  padding: 0;
  color: black;
  font-size: 30px;
  line-height: 1.1;
  quotes: "\201C" "\201D";
}
.entry-content blockquote:before {
  float: left;
  margin-right: 20px;
  margin-top: -15px;
  content: open-quote;
  font-size: 4em;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  float: left;
  margin-right: 20px;
}
.entry-content .alignright, .entry-content img.alignright {
  float: right;
  margin-left: 20px;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin: 0 auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: black;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.entry-content-inner {
  margin: 60px 0;
  padding: 0;
}
.entry-content-inner > :last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: black;
}

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

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

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

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

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

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

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  padding-top: 50px;
}

.widgettitle {
  color: #686868;
  font-size: 2em;
  line-height: 1.1em;
  margin: 0 0 20px;
}

.widget {
  border-bottom: 1px solid white;
}
.widget ul li {
  /* deep nesting */
}
.widget.tribe-events-adv-list-widget ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.widget.tribe-events-adv-list-widget ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 20px;
}
.widget.tribe-events-adv-list-widget ul li a {
  color: black;
}
.widget.tribe-events-adv-list-widget ul li:last-child {
  border-bottom: 0;
}

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

/*********************
RELATED POSTS STYLES
AUTHOR ARCHIVE STYLES
*********************/
#author_posts,
#related_posts {
  background-color: white;
  margin-bottom: 1.5em;
  padding: 0 25px 0;
}

.lined-header {
  font-size: 1.2em;
  font-weight: 700;
  color: black;
  border-bottom: 1px solid black;
  width: 100%;
  line-height: 0.1em;
  margin: 2.5em 0 2.5em;
}
@media (min-width: 400px) {
  .lined-header {
    font-size: 1.3em;
  }
}
.lined-header.author {
  font-size: 2em;
  margin-top: 100px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .lined-header.author {
    margin-top: 60px;
  }
}

.background {
  background-color: white;
  padding-right: 10px;
}

.related-content {
  margin-bottom: 5em;
}
.related-content h2 {
  font-size: 26px;
  font-weight: 700;
  border-top: 3px solid black;
  margin-top: 120px;
  margin-bottom: 60px;
}
.related-content h2 a {
  color: black;
}
.related-content h2 a:hover {
  color: black;
}

.author.blog-view-row-right {
  width: 100% !important;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: white;
  color: black;
}
@media (min-width: 680px) {
  .footer nav {
    float: left;
    width: 235px;
    margin-right: 2.5%;
    padding-left: 30px;
  }
}
@media (min-width: 680px) {
  .footer .site-description {
    clear: both;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .footer .site-description {
    clear: none;
    float: left;
    margin-left: 2.5%;
    margin-right: 0;
    width: calc(100% - 345px - 235px - 15%);
  }
}
.footer .site-description h2 {
  margin-top: 0;
  padding: 0;
}
.footer .site-description h2 span {
  color: #ff7900;
}
@media (min-width: 680px) {
  .footer .social {
    float: right;
    margin-left: 2.5%;
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .footer .social {
    float: left;
    width: 345px;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
.footer .social h3.title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .footer .social h3.title {
    margin-top: 2rem;
  }
}
.footer .social ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 30px;
}
.footer .social li {
  padding: 0;
  margin: 0 30px 10px 0;
  float: left;
}
.footer .social a {
  color: #686868;
}
.footer .sub-footer {
  content: "";
  display: table;
  clear: both;
}

/* end .footer */
#inner-footer {
  margin-top: 60px;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 3.84615%;
  padding-right: 3.84615%;
}
@media (min-width: 680px) {
  #inner-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

/* end #inner-footer */
.footer-nav {
  margin-top: 0;
}
.footer-nav li {
  float: none;
}
.footer-nav li a {
  color: #ff7900;
}

/* end .footer-nav */
.copyright {
  clear: both;
  display: block;
  text-align: right;
}

/*********************
Default Page Template STYLES
*********************/
.page-template-default .article-header img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-default .page-title {
  margin-top: 0;
  position: relative;
  background: white;
  padding: 0 0 20px 0;
  color: #ff7900;
}
.page-template-default .entry-content {
  width: 92.30769%;
  clear: right;
  float: left;
  margin-right: 0%;
  margin-top: -60px;
  margin-left: 3.84615%;
  margin-right: 3.84615%;
  background: white;
  clear: both;
  padding: 0 3.84615% 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media (min-width: 580px) {
  .page-template-default .entry-content {
    width: 46.15385%;
    clear: right;
    float: left;
    margin-right: 0%;
    margin-left: 49.99995%;
    margin-right: -46.15385%;
  }
}
.page-template-default .entry-content-inner {
  margin: 20px 0 60px;
  padding: 0;
}
.page-template-default .entry-content-inner > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .page-template-default .entry-content-inner {
    padding: 0 1em;
  }
}
.page-template-default .secondary-content {
  width: 92.30769%;
  clear: right;
  float: left;
  margin-right: 0%;
  margin-left: 3.84615%;
  margin-right: 3.84615%;
  background: #f4f4f6;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media (min-width: 580px) {
  .page-template-default .secondary-content {
    width: 46.15385%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-right: -46.15385%;
    margin-left: -46.15385%;
  }
}
.page-template-default .secondary-content.has-no-video {
  padding-top: 20px;
}
.page-template-default .secondary-content.has-video {
  padding-top: 0;
}
.page-template-default .secondary-inner {
  padding: 0 9.8%;
}
.page-template-default .bottom-img {
  clear: both;
  position: relative;
  z-index: 0;
}
.page-template-default .bottom-img img {
  margin-top: -40px;
  width: 100%;
  height: auto;
}
@media (min-width: 580px) {
  .page-template-default .bottom-img img {
    margin-top: -60px;
  }
}

/*********************
Full Width Page Template STYLES
*********************/
.page-template-page-full-width-php #main {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
  background: white;
  clear: both;
  padding: 0 3.84615% 0;
}
.page-template-page-full-width-php .page-title {
  padding-top: 20px;
}
.page-template-page-full-width-php .entry-content {
  padding-left: 0;
  padding-right: 0;
}

/*********************
Photo Gallery Page STYLES
*********************/
.album-select {
  padding: 20px 3.84615% 0;
}
@media (min-width: 700px) {
  .album-select {
    width: 50%;
    float: right;
    padding: 20px 3.84615% 0 0;
  }
}
@media (min-width: 1140px) {
  .album-select {
    width: 30%;
  }
}
.album-select form select {
  max-width: 100%;
}

.page-id-39.page-template-default .hentry {
  overflow: hidden;
}
.page-id-39.page-template-default .hentry header {
  overflow: hidden;
  margin-bottom: 20px;
}
.page-id-39.page-template-default .page-title {
  margin: 0;
  padding: 20px 0 0 3.84615%;
}
@media (min-width: 700px) {
  .page-id-39.page-template-default .page-title {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1140px) {
  .page-id-39.page-template-default .page-title {
    padding: 20px 0 0;
    width: 70%;
  }
}
.page-id-39.page-template-default .entry-content {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
  background: white;
  margin-top: 0;
  clear: both;
  padding: 0 3.84615% 0;
}

/*********************
Photo Gallery Post Single STYLES
*********************/
@media (min-width: 660px) {
  .single-gallery .page-header {
    padding-right: 250px;
  }
}
.single-gallery .hentry {
  overflow: hidden;
}
.single-gallery .hentry header {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-gallery .single-title {
  padding: 20px 3.84615% 0;
  margin: 0;
}
@media (min-width: 700px) {
  .single-gallery .single-title {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1140px) {
  .single-gallery .single-title {
    width: 70%;
  }
}
.single-gallery .entry-content {
  background: white;
  clear: both;
}

.gallery.hentry {
  margin-bottom: 0;
}
.gallery.hentry ul li {
  padding: 0;
}

.entry-content.single-gallery {
  padding: 0;
}
.entry-content.single-gallery p {
  margin: 0;
}

.gallery--section li:hover h2, .gallery--section li:active h2 {
  color: #ff7900;
}
.gallery--section li:hover .gallery--date, .gallery--section li:active .gallery--date {
  color: #ff7900;
}
.gallery--section .gallery--date {
  color: black;
  font-size: 12px;
  font-weight: 700;
}

.grid-container ul {
  border: 2px solid #f0f0f0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.grid-container ul li {
  min-height: 300px;
  width: 300px;
  margin: 0;
  padding: 2em;
  flex-grow: 1;
  border: 2px solid #f0f0f0;
}
.grid-container ul li h2 {
  font-size: 2.5em;
}
.grid-container ul li h2 a {
  color: black;
}
.grid-container ul li p {
  margin-top: 1em;
}
.grid-container ul li:hover {
  background-color: black;
  color: #ff7900;
}
.grid-container ul li:hover a {
  color: #ff7900;
}

.single-gallery div#inner-content {
  top: -61px;
  position: relative;
}

.dropdown {
  float: right;
  font-size: 32px;
  line-height: 1.25em;
  color: black;
  text-rendering: optimizelegibility;
  font-weight: 700;
  font-stretch: normal;
  margin: 0.67em 0 0 0;
  position: relative;
  top: -70px;
}
.dropdown span {
  color: #ff7900;
}

/*********************
Projects Page STYLES
*********************/
.page-id-9 .secondary-inner > h2 {
  margin: 20px 0;
}
.page-id-9 .project-list {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
  clear: both;
  overflow: hidden;
  padding: 0 3.84615% 0;
  position: relative;
}
@media (min-width: 420px) {
  .page-id-9 .project-list:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: white;
  }
}
.page-id-9 .project-list .rows {
  background: #f4f4f6;
  overflow: hidden;
}
.page-id-9 .project-list .rows .row {
  background: #f4f4f6;
}
@media (min-width: 420px) {
  .page-id-9 .project-list .rows .row {
    width: 50%;
    float: left;
  }
}
.page-id-9 .project-list .rows .row:nth-child(odd) {
  border-right: 1px solid white;
  clear: left;
}
.page-id-9 .project-list .rows .row img {
  display: block;
  border-top: 1px solid white;
  width: 100%;
  height: auto;
}
.page-id-9 .project-list h2 {
  margin: 30px 5% 20px;
}
.page-id-9 .project-list .project-content {
  margin: 0 5% 20px;
}
.page-id-9 .project-list a.readmore {
  margin: 0 5% 30px;
  display: block;
}

/*********************
Single Program STYLES
*********************/
.single-programs .article-header img {
  display: block;
}
.single-programs .single-title {
  color: #ff7900;
  margin: 0 0 20px 0;
}
.single-programs .entry-content {
  width: 92.30769%;
  clear: right;
  float: left;
  margin-right: 0%;
  margin-left: 3.84615%;
  margin-right: 3.84615%;
  margin-top: -60px;
  background: white;
  clear: both;
  padding: 1.5em 3.84615% 60px;
  position: relative;
}
@media (min-width: 580px) {
  .single-programs .entry-content {
    width: 46.15385%;
    clear: right;
    float: left;
    margin-right: 0%;
    margin-left: 49.99995%;
    margin-right: -46.15385%;
  }
}
.single-programs .entry-content .entry-content-inner {
  margin-top: 0;
}
.single-programs .secondary-content {
  width: 92.30769%;
  clear: right;
  float: left;
  margin-right: 0%;
  margin-left: 3.84615%;
  margin-right: 3.84615%;
  background: #f4f4f6;
  position: relative;
  z-index: 1;
}
@media (min-width: 580px) {
  .single-programs .secondary-content {
    width: 46.15385%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-right: -46.15385%;
    margin-left: -46.15385%;
  }
}
.single-programs .secondary-inner {
  padding: 20px 3.84615% 40px;
}
@media (min-width: 580px) {
  .single-programs .secondary-inner {
    padding: 20px 9.8% 80px;
  }
}
.single-programs .tertiary-content {
  padding: 1.5em 3.84615%;
  width: 92.30769%;
  clear: right;
  float: left;
  margin-right: 0%;
  clear: both;
}
@media (min-width: 580px) {
  .single-programs .tertiary-content {
    width: 46.15385%;
    clear: right;
    float: left;
    margin-right: 0%;
    padding: 3em 0 0 3.84615%;
  }
}
.single-programs .project-photo-gallery {
  background: #f4f4f6;
  width: 92.30769%;
  clear: right;
  float: left;
  margin-right: 0%;
  clear: left;
  margin: 0 3.84615%;
}
@media (min-width: 580px) {
  .single-programs .project-photo-gallery {
    width: 46.15385%;
    clear: right;
    float: left;
    margin-right: 0%;
    margin-left: 49.99995%;
    margin-right: 3.84615%;
  }
}
.single-programs .project-photo-gallery .title-section {
  background: #f4f4f6;
  position: relative;
  z-index: 2;
  padding: 20px 3.84615%;
}
@media (min-width: 580px) {
  .single-programs .project-photo-gallery .title-section {
    margin-top: -76px;
  }
}
.single-programs .project-photo-gallery .es-carousel-wrapper {
  margin-bottom: 0;
}
.single-programs .project-photo-gallery.quaternary-content {
  margin-left: 3.84615%;
  clear: right;
}
.single-programs .bottom-img {
  clear: both;
  display: block;
  position: relative;
  z-index: 0;
}
.single-programs .bottom-img img {
  margin-top: -40px;
  width: 100%;
  height: auto;
}
@media (min-width: 580px) {
  .single-programs .bottom-img img {
    margin-top: -80px;
  }
}
.single-programs form select#post-select {
  max-width: 100%;
}
@media (min-width: 580px) {
  .single-programs form select#post-select {
    font-size: 0.8em;
  }
}
@media (min-width: 600px) {
  .single-programs form select#post-select {
    font-size: 0.85em;
  }
}
@media (min-width: 700px) {
  .single-programs form select#post-select {
    font-size: 1em;
  }
}

ul.normal-columns,
ul.wide-columns {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.normal-columns li,
ul.wide-columns li {
  float: left;
  width: 100%;
}
@media (min-width: 400px) {
  ul.normal-columns li,
  ul.wide-columns li {
    width: 50%;
  }
}
@media (min-width: 600px) {
  ul.normal-columns li,
  ul.wide-columns li {
    width: 25%;
  }
}
ul.normal-columns li img,
ul.wide-columns li img {
  max-width: 100%;
  height: auto;
}

ul.wide-columns li {
  margin: 20px 0;
  padding: 0 20px;
}

ul.normal-columns li {
  margin: 20px 0;
  padding: 0 20px;
}

.icon {
  text-align: center;
}

.icon-title {
  font-weight: 700;
  line-height: 3;
  text-transform: lowercase;
}

.fluid-video {
  position: relative;
  padding: 20px 30px 56.25%;
  height: 0;
  overflow: hidden;
}

.fluid-video iframe,
.fluid-video object,
.fluid-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

a.readmore.large {
  font-size: 2em;
  line-height: 6em;
}

@media screen and (max-width: 700px) {
  .more-info {
    margin: 2em;
  }
}
/*********************
Blog Page STYLES
*********************/
@media (min-width: 600px) {
  .blog #content {
    /*margin-top: 112px;*/
  }
}
@media (min-width: 768px) {
  .blog #content {
    /*margin-top: 155px;*/
  }
}
.blog #main {
  position: relative;
}
.blog .hentry {
  margin-bottom: 0;
}
.blog .area-one {
  width: 69.23077%;
  clear: right;
  float: left;
  margin-right: 0%;
  border-right: 1px solid #f0f0f0;
}
@media screen and (max-width: 768px) {
  .blog .area-one {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
.blog .area-one .block-one {
  width: 69.23077%;
  clear: right;
  float: left;
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  .blog .area-one .block-one {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    border-right: 0;
  }
}
.blog .area-one .block-two {
  width: 26.92308%;
  clear: right;
  float: left;
  margin-right: 0%;
}
.blog .area-one .block-two .more-posts-section {
  padding-top: 1em;
}
@media screen and (min-width: 460px) and (max-width: 768px) {
  .blog .area-one .block-two .blog-list {
    margin: 0 2em;
  }
}
.blog .area-one .block-two .blog-list .rows {
  list-style: none;
}
@media screen and (min-width: 460px) and (max-width: 768px) {
  .blog .area-one .block-two .blog-list .rows {
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
  }
  .blog .area-one .block-two .blog-list .rows .row {
    padding-left: 0;
  }
}
.blog .area-one .block-two .blog-post-list {
  padding-right: 2em;
  margin-bottom: 3em;
}
.blog .area-one .block-two .blog-post-content {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 1em 1em 0;
}
.blog .area-one .block-two .post-date {
  font-weight: 700;
}
.blog .area-one .block-two h3 a {
  color: black;
  line-height: 0;
  font-size: 1.2em;
}
@media screen and (min-width: 460px) and (max-width: 768px) {
  .blog .area-one .block-two h3 a {
    font-size: 1.5em;
  }
}
.blog .area-one .block-two p {
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .blog .area-one .block-two {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    border-right: 0;
  }
}
.blog .area-one .block-three {
  width: 100%;
  clear: right;
  float: left;
  margin-right: 0%;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .blog .area-one .block-three {
    margin-left: 2em;
  }
}
.blog .area-one .block-three .blog-post-list {
  padding-right: 2em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .blog .area-one .block-three .blog-post-list {
    padding: 0 2em;
  }
}
.blog .area-one .block-three .blog-post-content {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2em;
  padding-right: 2em;
}
.blog .area-one .block-three .post-date {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .blog .area-one .block-three {
    content: "";
    display: table;
    clear: both;
    max-width: 100%;
    border-right: 0;
    padding-top: 0;
  }
}
.blog .area-one .block-three h3 a {
  color: black;
  line-height: 0;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .blog .area-one .block-three h3 a {
    font-size: 1.5em;
  }
}
.blog .area-one .block-three p {
  line-height: 1.1;
}
.blog #infinite-content {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .blog #infinite-content {
    padding-left: 2em;
  }
}
.blog #infinite-content h3 {
  font-size: 22px;
  line-height: 22px;
}
.blog #infinite-content h3 a {
  color: black;
}
.blog #infinite-content p {
  line-height: 1em;
}
.blog #infinite-content .post-meta {
  font-size: 12px;
}
.blog .area-two {
  width: 23.07692%;
  clear: right;
  float: left;
  margin-right: 0%;
  background-color: transparent;
  color: black;
  height: 1140px;
}
@media screen and (max-width: 768px) {
  .blog .area-two {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
.blog .area-two .receive-updates {
  padding: 0 2em 2em 2em;
}
.blog .area-two .receive-updates input[type="email"],
.blog .area-two .receive-updates .button-subscribe {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .blog .area-two .receive-updates {
    margin-right: 25%;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
}
.blog .area-two .twitter-section {
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .blog .area-two .twitter-section {
    margin-right: 25%;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blog .area-two {
    content: "";
    display: table;
    clear: both;
    width: 70%;
    border-left: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog .footer {
  position: relative;
}
@media (min-width: 600px) {
  .blog .footer {
    position: relative;
    z-index: 10;
    width: 100%;
    bottom: 0;
  }
}
.blog .footer #inner-footer {
  margin-top: 0;
}
.blog .blog-feature {
  position: relative;
  float: none;
  width: auto;
  max-width: inherit;
  clear: right;
  position: relative;
  background: #f4f4f6;
  padding: 0 0 1.5em;
  margin: 0 3.84615% 20px;
}
@media (min-width: 600px) {
  .blog .blog-feature {
    position: relative;
    float: left;
    max-width: 526px;
    height: 100%;
    margin-left: 3.84615%;
    margin-right: 0;
    width: 46.15385%;
  }
}
.blog .blog-feature .hentry {
  background: transparent;
}
.blog .blog-feature img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.blog .blog-feature .byline {
  padding: 0 8%;
  margin-bottom: 15px;
}
.blog .blog-feature .entry-title {
  padding: 0 8%;
  margin-bottom: 10px;
}
.blog .blog-feature .entry-title a {
  color: black;
}
.blog .blog-feature .entry-content {
  padding: 0 8%;
}
.blog .blog-view {
  width: 92.30769%;
  clear: right;
  float: left;
  margin-right: 0%;
  margin: 0 3.84615%;
}
@media (min-width: 600px) {
  .blog .blog-view {
    width: 46.15385%;
    clear: right;
    float: left;
    margin-right: 0%;
    margin-right: 3.84615%;
    padding: 25px 0 0 25px;
    margin-left: 0;
    float: right;
  }
}
.blog .blog-view .hentry:last-child {
  border-bottom: none;
}
.blog .blog-main {
  width: 100%;
  margin: 0;
}
.blog .blog-main .hentry {
  background-color: transparent;
  padding-right: 2em;
}
.blog .blog-main .hentry:last-of-type {
  border-bottom: none;
}
.blog #categories {
  width: 100%;
  padding: 0 8%;
  height: 70px;
}
.blog #categories form {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 25px 0;
}
@media (min-width: 600px) {
  .blog #categories form {
    position: relative;
    /*width:46.15385%;
    max-width:526px;*/
    /*padding: 25px 0 0 25px;*/
  }
}
.blog #categories form select {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (min-width: 600px) {
  .blog #categories form select {
    max-width: 526px;
  }
}
.blog #sidebar1 {
  clear: both;
  width: 100%;
  float: none;
  margin-bottom: 25px;
}
.blog #sidebar1 .widget_categories {
  text-transform: lowercase;
  padding: 0 0 0;
  border: 0;
}
.blog #sidebar1 .widget_categories h4 {
  display: none;
  visibility: hidden;
}
.blog #sidebar1 .widget_categories select {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.blog #sidebar1 .gform_widget h4 {
  color: #ff7900;
}

@media screen and (max-width: 767px) {
  aside.secondary {
    max-width: 100%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .blog.column-one {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    border-right: 0;
  }
}

.blog.column-two .more-posts-section {
  padding-top: 1em;
}
.blog.column-two .blog-list .rows {
  list-style: none;
}
.blog.column-two .blog-post-content {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 1em 1em 0;
}
.blog.column-two .post-date {
  font-weight: 700;
}
.blog.column-two h3 a {
  color: black;
  line-height: 0;
  font-size: 1.2em;
}
.blog.column-two p {
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .blog.column-two {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    border-right: 0;
  }
}

.blog.column-three {
  background-color: transparent;
  color: black;
  height: 1140px;
  border-left: 1px solid #f0f0f0;
}
.blog.column-three .receive-updates {
  padding: 0 2em 2em 2em;
}
.blog.column-three .receive-updates input[type="email"],
.blog.column-three .receive-updates .button-subscribe {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .blog.column-three .receive-updates {
    margin-right: 25%;
    margin-left: 10%;
    padding-top: 40px;
    width: 100%;
  }
}
.blog.column-three .twitter-section {
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .blog.column-three .twitter-section {
    margin-right: 25%;
    margin-left: 10%;
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blog.column-three {
    content: "";
    display: table;
    clear: both;
    width: 70%;
    border-left: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.region-two .blog-row {
  border-right: 1px solid #f0f0f0;
  margin-right: 25%;
  margin-left: 10%;
  padding-top: 40px;
}
.region-two .blog-row .blog-post-list {
  padding-right: 2em;
  margin-bottom: 3em;
}
.region-two .blog-row .blog-post-content {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2em;
}
.region-two .blog-row .post-date {
  font-weight: 700;
}
.region-two .blog-row h3 a {
  color: black;
  line-height: 0;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .region-two .blog-row {
    content: "";
    display: table;
    clear: both;
    max-width: 100%;
    border-right: 0;
  }
}

#text-2 {
  margin-top: 60px;
}
#text-2 h4.widgettitle {
  color: black;
}
#text-2 h4.widgettitle:before {
  font-family: FontAwesome;
  content: '\f099';
  margin-right: 0.25em;
}

/*********************
Blog Post Single STYLES
*********************/
@media (min-width: 768px) {
  .single-post #main {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
    padding-top: 50px;
  }
  .single-post #main .byline {
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
  }
  .single-post #main .comment-count {
    float: right;
  }
}
.single-post .entry-title {
  font-size: 48px;
  line-height: 48px;
}
.single-post .entry-content {
  font-size: 22px;
  line-height: 28px;
  padding: 95px 0 0;
}
.single-post .relatedcontent h3.entry-title {
  font-size: 26px;
}
.single-post .relatedcontent p {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-post.no-sidebar-layout #main {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
    padding-left: 3.84615%;
    padding-right: 3.84615%;
    border-right: none;
  }
}
.single-post #sidebar {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .single-post #sidebar,
  .single-post #sidebar1 {
    width: 30.76923%;
    clear: right;
    float: right;
    margin-right: 0;
    margin-left: 3.84615%;
  }
}
.single-post #sidebar .widget_categories,
.single-post #sidebar1 .widget_categories {
  text-transform: lowercase;
  padding: 0;
  border: 0;
}
.single-post #sidebar .widget_categories h4,
.single-post #sidebar1 .widget_categories h4 {
  display: none;
  visibility: hidden;
}
.single-post #sidebar .widget_categories select,
.single-post #sidebar1 .widget_categories select {
  background-color: white;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.single-post #sidebar .recent-blog-posts,
.single-post #sidebar1 .recent-blog-posts {
  margin-top: 30px;
}
.single-post #sidebar .recent-blog-posts .hentry,
.single-post #sidebar1 .recent-blog-posts .hentry {
  background: transparent;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.0em;
}
.single-post #sidebar .recent-blog-posts .hentry header,
.single-post #sidebar1 .recent-blog-posts .hentry header {
  margin-bottom: 15px;
}
.single-post #sidebar .recent-blog-posts .byline,
.single-post #sidebar1 .recent-blog-posts .byline {
  padding: 0;
}
.single-post #sidebar .recent-blog-posts .byline .post-date,
.single-post #sidebar1 .recent-blog-posts .byline .post-date {
  width: 70%;
}
.single-post #sidebar .recent-blog-posts .byline .comment-count,
.single-post #sidebar1 .recent-blog-posts .byline .comment-count {
  width: 28%;
}
.single-post #sidebar .recent-blog-posts .entry-title,
.single-post #sidebar1 .recent-blog-posts .entry-title {
  margin-bottom: 10px;
  padding: 0;
}
.single-post #sidebar .recent-blog-posts .entry-title a,
.single-post #sidebar1 .recent-blog-posts .entry-title a {
  color: black;
}
.single-post #sidebar .recent-blog-posts .entry-content,
.single-post #sidebar1 .recent-blog-posts .entry-content {
  overflow: hidden;
  padding: 0;
}
.single-post #sidebar .recent-blog-posts .excerpt-read-more,
.single-post #sidebar1 .recent-blog-posts .excerpt-read-more {
  padding: 0;
  margin: 0;
}
.single-post #sidebar .recent-blog-posts .blog-view-row-left,
.single-post #sidebar1 .recent-blog-posts .blog-view-row-left {
  float: none;
  width: 100%;
}
@media (min-width: 400px) {
  .single-post #sidebar .recent-blog-posts .blog-view-row-left,
  .single-post #sidebar1 .recent-blog-posts .blog-view-row-left {
    float: left;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .single-post #sidebar .recent-blog-posts .blog-view-row-left,
  .single-post #sidebar1 .recent-blog-posts .blog-view-row-left {
    float: none;
    width: 100%;
  }
}
.single-post #sidebar .recent-blog-posts .blog-view-row-right,
.single-post #sidebar1 .recent-blog-posts .blog-view-row-right {
  margin-left: 0;
}
@media (min-width: 400px) {
  .single-post #sidebar .recent-blog-posts .blog-view-row-right,
  .single-post #sidebar1 .recent-blog-posts .blog-view-row-right {
    margin-left: 45%;
  }
}
@media (min-width: 768px) {
  .single-post #sidebar .recent-blog-posts .blog-view-row-right,
  .single-post #sidebar1 .recent-blog-posts .blog-view-row-right {
    margin-left: 0;
  }
}
.single-post .entry-header img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.single-post .entry-title {
  padding-bottom: 0;
}
.single-post .byline {
  margin-bottom: 25px;
}

.blog .entry-content,
.category .entry-content,
.author .entry-content,
.tag .entry-content {
  padding-right: 0;
}
@media (min-width: 768px) {
  .blog .entry-content,
  .category .entry-content,
  .author .entry-content,
  .tag .entry-content {
    padding-right: 0;
  }
}
.blog .blog-view .hentry,
.blog .blog-main .hentry,
.category .blog-view .hentry,
.category .blog-main .hentry,
.author .blog-view .hentry,
.author .blog-main .hentry,
.tag .blog-view .hentry,
.tag .blog-main .hentry {
  border-bottom: 3px solid #f0f0f0;
  padding-top: 2.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .blog .blog-view .hentry,
  .blog .blog-main .hentry,
  .category .blog-view .hentry,
  .category .blog-main .hentry,
  .author .blog-view .hentry,
  .author .blog-main .hentry,
  .tag .blog-view .hentry,
  .tag .blog-main .hentry {
    margin-bottom: 1.5em;
    padding-bottom: 0;
  }
}
.blog .blog-view .hentry header,
.blog .blog-main .hentry header,
.category .blog-view .hentry header,
.category .blog-main .hentry header,
.author .blog-view .hentry header,
.author .blog-main .hentry header,
.tag .blog-view .hentry header,
.tag .blog-main .hentry header {
  margin-bottom: 15px;
}
.blog .blog-view .entry-title,
.blog .blog-main .entry-title,
.category .blog-view .entry-title,
.category .blog-main .entry-title,
.author .blog-view .entry-title,
.author .blog-main .entry-title,
.tag .blog-view .entry-title,
.tag .blog-main .entry-title {
  margin-bottom: 10px;
}
.blog .blog-view .entry-title a,
.blog .blog-main .entry-title a,
.category .blog-view .entry-title a,
.category .blog-main .entry-title a,
.author .blog-view .entry-title a,
.author .blog-main .entry-title a,
.tag .blog-view .entry-title a,
.tag .blog-main .entry-title a {
  color: black;
}
.blog .blog-view .entry-title a:hover,
.blog .blog-main .entry-title a:hover,
.category .blog-view .entry-title a:hover,
.category .blog-main .entry-title a:hover,
.author .blog-view .entry-title a:hover,
.author .blog-main .entry-title a:hover,
.tag .blog-view .entry-title a:hover,
.tag .blog-main .entry-title a:hover {
  color: #ff7900;
}
.blog .blog-view .entry-content,
.blog .blog-main .entry-content,
.category .blog-view .entry-content,
.category .blog-main .entry-content,
.author .blog-view .entry-content,
.author .blog-main .entry-content,
.tag .blog-view .entry-content,
.tag .blog-main .entry-content {
  overflow: hidden;
  padding: 0;
}
.blog .has-post-thumbnail .blog-view-row-left,
.category .has-post-thumbnail .blog-view-row-left,
.author .has-post-thumbnail .blog-view-row-left,
.tag .has-post-thumbnail .blog-view-row-left {
  width: auto;
  max-width: 100%;
}
@media (min-width: 420px) {
  .blog .has-post-thumbnail .blog-view-row-left,
  .category .has-post-thumbnail .blog-view-row-left,
  .author .has-post-thumbnail .blog-view-row-left,
  .tag .has-post-thumbnail .blog-view-row-left {
    width: 30%;
    padding-right: 20px;
    float: left;
  }
}
@media (min-width: 500px) {
  .blog .has-post-thumbnail .blog-view-row-left,
  .category .has-post-thumbnail .blog-view-row-left,
  .author .has-post-thumbnail .blog-view-row-left,
  .tag .has-post-thumbnail .blog-view-row-left {
    width: 40%;
  }
}
@media (min-width: 600px) {
  .blog .has-post-thumbnail .blog-view-row-left,
  .category .has-post-thumbnail .blog-view-row-left,
  .author .has-post-thumbnail .blog-view-row-left,
  .tag .has-post-thumbnail .blog-view-row-left {
    width: 30%;
  }
}
@media (min-width: 800px) {
  .blog .has-post-thumbnail .blog-view-row-left,
  .category .has-post-thumbnail .blog-view-row-left,
  .author .has-post-thumbnail .blog-view-row-left,
  .tag .has-post-thumbnail .blog-view-row-left {
    width: 30%;
  }
}
.blog .has-post-thumbnail .blog-view-row-left img,
.category .has-post-thumbnail .blog-view-row-left img,
.author .has-post-thumbnail .blog-view-row-left img,
.tag .has-post-thumbnail .blog-view-row-left img {
  width: 100%;
  height: auto;
}
.blog .has-post-thumbnail .blog-view-row-right,
.category .has-post-thumbnail .blog-view-row-right,
.author .has-post-thumbnail .blog-view-row-right,
.tag .has-post-thumbnail .blog-view-row-right {
  width: 100%;
}
@media (min-width: 420px) {
  .blog .has-post-thumbnail .blog-view-row-right,
  .category .has-post-thumbnail .blog-view-row-right,
  .author .has-post-thumbnail .blog-view-row-right,
  .tag .has-post-thumbnail .blog-view-row-right {
    float: left;
  }
}
.blog .excerpt-read-more,
.category .excerpt-read-more,
.author .excerpt-read-more,
.tag .excerpt-read-more {
  margin-left: 0;
}

.post-hero-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 350px;
}

@media screen and (max-width: 767px) {
  .single-post #main,
  .single-post #sidebar1 {
    width: 100%;
  }
}
/*********************
Category Page STYLES
*********************/
.category .hentry {
  margin-bottom: 2.5em;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.5em;
}

/*********************
Events Page SYTLES
*********************/
.events-section .grid-container ul li:hover h2.event-title {
  color: #ff7900;
}

.event-date {
  margin: 5px 0 20px;
  font-size: 12px;
}

/*********************
Hero Image STYLES
*********************/
.hero--section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 556px;
}
.hero--section .hero-text {
  height: 100%;
  font-size: 2em;
  font-weight: 700;
  color: white;
  line-height: 1.1em;
  display: block;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.hero--section .hero-text p {
  padding-right: 15%;
}
@media (min-width: 700px) {
  .hero--section .hero-text {
    font-size: 3em;
  }
}

.page .photo-credit {
  font-size: 12px;
  color: #ff7900;
  position: absolute;
  bottom: 10%;
}
.page .photo-credit a {
  color: #ff7900;
}

.post-type-archive-event #main,
.archive.author #main {
  margin: 0 3.84615%;
}
@media (min-width: 768px) {
  .post-type-archive-event #main,
  .archive.author #main {
    width: 65.38462%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    padding-left: 3.84615%;
  }
  .post-type-archive-event #main .byline,
  .archive.author #main .byline {
    overflow: hidden;
  }
  .post-type-archive-event #main .byline .comment-count,
  .archive.author #main .byline .comment-count {
    float: right;
  }
}
.post-type-archive-event.events-category #main,
.archive.author.events-category #main {
  padding: 0 3.84615%;
}
@media (min-width: 768px) {
  .post-type-archive-event.events-category #main,
  .archive.author.events-category #main {
    width: 100%;
    padding: 0 3.84615%;
  }
}
.post-type-archive-event.events-category #main .event-list,
.archive.author.events-category #main .event-list {
  padding: 0;
}
.post-type-archive-event .entry-content,
.archive.author .entry-content {
  padding-left: 0;
}
.post-type-archive-event #sidebar1,
.archive.author #sidebar1 {
  padding: 30px 25px 60px;
}
@media screen and (min-width: 768px) {
  .post-type-archive-event #sidebar1,
  .archive.author #sidebar1 {
    width: 30.76923%;
    clear: right;
    float: right;
    margin-right: 0;
    margin-left: 3.84615%;
  }
}
@media screen and (min-width: 460px) and (max-width: 768px) {
  .post-type-archive-event #sidebar1 #sidebar1,
  .archive.author #sidebar1 #sidebar1 {
    margin-left: 0;
    margin-right: 0;
  }
}
.post-type-archive-event #sidebar1 .widget_categories,
.archive.author #sidebar1 .widget_categories {
  text-transform: lowercase;
  padding: 0;
  border: 0;
}
.post-type-archive-event #sidebar1 .widget_categories h4,
.archive.author #sidebar1 .widget_categories h4 {
  display: none;
  visibility: hidden;
}
.post-type-archive-event #sidebar1 .widget_categories select,
.archive.author #sidebar1 .widget_categories select {
  background-color: white;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

#infscr-loading {
  text-align: center;
  position: relative;
  width: 100%;
}
#infscr-loading img {
  width: 70px;
  height: auto;
  padding: 0 0 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.logged-in.admin-bar .header {
  top: 32px;
}
.logged-in.admin-bar.blog .header {
  /*margin-top: 32px;*/
}
.logged-in.admin-bar.blog #content {
  /*margin-top: 151px;*/
}
.logged-in.admin-bar .menu-toggle {
  /*top: 46px;*/
}
.logged-in.admin-bar #logo {
  /*top: 46px;*/
}
@media (min-width: 768px) {
  .logged-in.admin-bar #logo {
    top: 0;
  }
}

.author dt {
  font-transform: lowercase;
  font-weight: bold;
  margin: 0 0 5px;
}
.author dd {
  margin: 0 0 10px;
}
.author .author-archive-header {
  margin-top: 80px;
}
.author .author-archive-header .author-profile-pic {
  float: left;
  width: 25%;
  max-width: 150px;
}
.author .author-archive-header .author-profile-pic img {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
}
.author .author-archive-header .author-profile-info {
  float: left;
  width: 75%;
  padding-left: 45px;
}
@media screen and (max-width: 1240px) {
  .author .author-archive-header .author-profile-info {
    padding-left: 20px;
  }
}
.author .author-archive-header .author-profile-info h1 {
  clear: both;
  display: block;
  font-size: 2.75rem;
  line-height: 50px;
  margin: 0;
}
@media screen and (max-width: 861px) {
  .author .author-archive-header .author-profile-info h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 862px) and (max-width: 1019px) {
  .author .author-archive-header .author-profile-info h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.author .author-description {
  margin-top: 40px;
  font-size: 22px;
}
.author .author-articles-header {
  font-size: 26px;
  font-weight: 700;
  border-top: 3px solid black;
  margin-top: 120px;
  margin-bottom: 60px;
}
.author.blog-view-row-right h3.entry-title {
  font-size: 26px;
}
.author.blog-view-row-right p {
  font-size: 22px;
}
.author article:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1240px) {
  .author ul.author-social-media {
    margin: 0;
  }
}
.author ul.author-social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 2.5em;
  height: 45px;
  width: 45px;
  background: black;
  color: white;
  margin: 0 10px 10px 0;
  padding: 8px;
  border-radius: 45px;
  text-align: center;
  line-height: .5;
}
.author ul.author-social-media li a {
  color: black;
}
.author ul.author-social-media .fa {
  color: white;
  font-size: 26px;
}
.author article {
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
}
.author .receive-updates {
  margin-bottom: 80px;
}
.author .receive-updates h3 {
  color: #ff7900;
}
.author .receive-updates input[type="email"],
.author .receive-updates input[type="submit"] {
  background-color: white;
  color: #ff7900;
  border: 2px solid #ff7900;
  float: left;
}
.author .receive-updates input[type="email"] {
  max-width: 600px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .author .receive-updates input[type="email"] {
    max-width: 275px;
  }
}
.author .receive-updates input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff7900;
}
.author .receive-updates input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff7900;
}
.author .receive-updates input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff7900;
}
.author .receive-updates input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ff7900;
}
.author .receive-updates input:focus::-webkit-input-placeholder {
  color: transparent;
}
.author .receive-updates input:focus:-moz-placeholder {
  /* older Firefox*/
  color: transparent;
}
.author .receive-updates input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.author .receive-updates input:focus:-ms-input-placeholder {
  color: transparent;
}
.author .receive-updates button {
  background: transparent;
  border: 2px solid #ff7900;
  margin-left: 23px;
  width: 40px;
}
.author .receive-updates button .fa {
  color: #ff7900;
}

.back-to {
  border-top: 3px solid black;
  font-size: 26px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 80px;
}
.back-to a {
  color: black;
}
.back-to a:hover {
  color: #ff7900;
}
.back-to:after {
  font-family: FontAwesome;
  content: " \f178";
}

.modal-content:focus, .modal-content:active {
  outline-color: #ff7900;
}

#modal-window {
  max-width: 1140px;
  width: 100%;
  min-height: 240px;
  top: 160px !important;
}

.modal-content {
  overflow: auto;
  overflow-x: hidden;
  padding: 1.5em;
  position: relative;
}

.search-form {
  display: block;
  margin-top: 100px;
}
.search-form label {
  margin-bottom: 10px;
}
.search-form label span {
  text-transform: uppercase;
  display: block;
  height: 40px;
}
.search-form .search-field {
  font-size: 36px;
  color: black;
  background: transparent;
  border-bottom: 3px solid black;
  box-shadow: none;
  line-height: 2em;
  margin: 20px 0 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 2em;
}
.search-form .search-field:focus {
  box-shadow: none;
  outline: none;
}
.search-form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
  font-weight: 700;
}
.search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-weight: 700;
  opacity: 1;
}
.search-form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
  font-weight: 700;
}
.search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-weight: 700;
}
.search-form .search-submit {
  display: none;
}

.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  padding: 0 3.84615% 0 0;
}
@media (min-width: 1140px) {
  .search-btn {
    padding: 0;
  }
}
.search-btn a {
  background: none;
  display: block;
  padding: 10px 0 0;
  border: none;
  color: #979797;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-btn a:hover, .search-btn a:focus {
  opacity: 0.7;
}
.search-btn a i {
  padding-right: 5px;
}

.close-modal {
  color: #ff7900;
  border: none;
  background: url(../images/close.png) no-repeat center top;
  font-size: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  padding: 0;
  right: 0;
  height: 40px;
  width: 60px;
  top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-indent: -9999px;
  /*&:before, &:after {
  	content: '';
  	background: $orange;
  	width: 1.5em;
  	height: .1em;
  	position: relative;
  	cursor: pointer;
  	display: inline-block;
  	transform: rotate(45deg);
  	left: -0.75em;
  }*/
}
.close-modal:before {
  transform: rotate(-45deg);
  left: 0.75em;
}
.close-modal:hover, .close-modal:focus {
  opacity: 0.7;
}

.search-no-results #main,
.search-results #main {
  margin: 0 3.84615%;
}
.search-no-results #primary,
.search-results #primary {
  padding-top: 50px;
}
.search-no-results .search-title a,
.search-results .search-title a {
  color: black;
}
.search-no-results .search-title a:hover,
.search-results .search-title a:hover {
  color: #ff7900;
}
.search-no-results .entry-content,
.search-results .entry-content {
  padding: 10px 0 0;
}
.search-no-results .entry-content p,
.search-results .entry-content p {
  margin: 0;
}
.search-no-results .excerpt-read-more,
.search-results .excerpt-read-more {
  margin-left: 0;
}
.search-no-results .search-content,
.search-results .search-content {
  margin-top: 80px;
}
.search-no-results .search-content article,
.search-results .search-content article {
  margin-bottom: 2.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #cccccc;
}
.search-no-results .search-content article h3.search-title,
.search-results .search-content article h3.search-title {
  font-size: 26px;
}
.search-no-results .search-content article p,
.search-results .search-content article p {
  font-size: 22px;
}
.search-no-results .search-content .hentry,
.search-results .search-content .hentry {
  margin: 0;
  padding: 25px 10px;
  border-bottom: 1px solid #f0f0f0;
}

/*Images**/
.entry-content img,
.secondary-content img,
.tertiary-content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.alignleft,
.secondary-content img.alignleft,
.tertiary-content img.alignleft {
  float: left;
  margin-right: 10px;
}
.entry-content img.alignright,
.secondary-content img.alignright,
.tertiary-content img.alignright {
  float: right;
  margin-left: 10px;
}
.entry-content img.aligncenter,
.secondary-content img.aligncenter,
.tertiary-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/*Disqus Commenting**/
#disqus_thread {
  margin: 0 3.84615%;
}
@media (min-width: 768px) {
  #disqus_thread {
    margin: 0;
  }
}

/*Contact**/
.share-rail--container {
  display: none;
}

/*********************
Components
*********************/
@media (min-width: 768px) {
  .sidebar {
    width: 30.76923%;
    clear: right;
    float: right;
    margin-right: 0;
    margin-left: 3.84615%;
  }
}
.sidebar .receive-updates {
  margin-bottom: 8rem;
}
.sidebar .receive-updates h3 {
  color: #ff7900;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  max-width: 66%;
}
.sidebar .receive-updates input[type="email"] {
  background-color: transparent;
  border: 1px solid #ff7900;
  color: #ff7900;
}
.sidebar .receive-updates ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ff7900;
}
.sidebar .receive-updates :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff7900;
  opacity: 1;
}
.sidebar .receive-updates ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff7900;
  opacity: 1;
}
.sidebar .receive-updates :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff7900;
}
.sidebar .receive-updates input:focus::-webkit-input-placeholder {
  color: transparent;
}
.sidebar .receive-updates input:focus:-moz-placeholder {
  /* older Firefox*/
  color: transparent;
}
.sidebar .receive-updates input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.sidebar .receive-updates input:focus:-ms-input-placeholder {
  color: transparent;
}
.sidebar .receive-updates .button-subscribe {
  float: right;
  background-color: white;
  border: 2px solid #ff7900;
  color: #ff7900;
}
@media screen and (max-width: 768px) {
  .sidebar .receive-updates .button-subscribe {
    float: left;
  }
}

#primary {
  width: 65.38462%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
}

.grid-container ul li {
  border: 2px solid #f0f0f0;
}
.grid-container ul li:hover h2, .grid-container ul li:hover h2 a {
  color: #ff7900;
}
.grid-container ul li h2 {
  font-size: 36px;
  letter-spacing: -1.2px;
  margin-top: 0;
}
@media screen and (max-width: 660px) {
  .grid-container ul li h2 {
    font-size: 28px;
  }
}
.grid-container ul li span {
  font-weight: 700;
}

.page #inner-content {
  margin-top: 80px;
}
.page .entry-content-inner {
  font-size: 22px;
  line-height: 1.27;
  padding: 0 30px;
}
.page a {
  color: black;
}
.page a:hover {
  color: #ff7900;
}

/********************************
BLOG PAGE STYLES
*********************************/
.blog h2 {
  margin-top: 0;
  font-size: 2em;
  font-weight: bold;
  font-weight: 700;
  padding: 20px 0;
}
.blog h2.shaded-bar {
  line-height: 50px;
  padding: 0 32px;
  margin: 0;
}
.blog .column-two {
  padding-top: 1rem;
  padding-right: 20px;
  border-right: 3px solid #f0f0f0;
}
@media screen and (max-width: 1240px) {
  .blog .column-two {
    border-right: none;
  }
}
.blog .column-two .more-posts-section ul {
  list-style: none;
}
.blog .column-two .more-posts-section .blog-post-list {
  margin: 1rem 0 2rem;
  border-bottom: 3px solid #f0f0f0;
}
.blog .column-two .more-posts-section .blog-post-content h3 {
  font-size: 22px;
  line-height: 22px;
}
.blog .column-two .more-posts-section .blog-post-content h3 a {
  color: black;
}
.blog .column-two .more-posts-section .blog-post-content p {
  font-size: 16px;
  line-height: 16px;
}
.blog .column-three .receive-updates {
  margin-bottom: 5rem;
}
.blog .column-three .receive-updates h3 {
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1em;
}
.blog .column-three .twitter-section h2 {
  margin-bottom: 0;
  font-size: 1.5em;
  padding: 20px 2rem;
}
.blog .column-three .twitter-section .twitter-content {
  padding: 0 calc(2rem - 10px) 10px;
}
.blog .post-date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.blog .column-one-two-span {
  float: left;
  width: 75%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .blog .column-one-two-span {
    width: 100%;
    border-right: 0;
    margin: 0 auto 1em;
    float: none;
  }
}
@media screen and (max-width: 1240px) {
  .blog .column-one-two-span {
    border-right: none;
    margin-top: 5rem;
  }
}

/* home */
@-webkit-keyframes twitterDelay {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes twitterDelay {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes twitterDelay {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes twitterDelay {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.contact-us #primary {
  margin-bottom: 50px !important;
}
.contact-us .cf-input--half input[type="text"] {
  max-width: 240px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.contact-us .cf-input--half:last-child input[type="text"] {
  margin-right: 0px;
}
.contact-us .cf-input--name {
  clear: both;
}
.contact-us .cf-input--name,
.contact-us .ginput_container,
.contact-us .cf-input--container {
  margin-bottom: 40px;
}
.contact-us select {
  border: none;
  font-weight: 700;
}
.contact-us label {
  font-weight: 700;
}
.contact-us input[type="text"],
.contact-us input[type="password"],
.contact-us input[type="datetime"],
.contact-us input[type="datetime-local"],
.contact-us input[type="date"],
.contact-us input[type="month"],
.contact-us input[type="time"],
.contact-us input[type="week"],
.contact-us input[type="number"],
.contact-us input[type="email"],
.contact-us input[type="url"],
.contact-us input[type="search"],
.contact-us input[type="tel"],
.contact-us input[type="color"],
.contact-us select,
.contact-us textarea,
.contact-us .field {
  background-color: white;
  border-bottom: 3px solid black;
  padding: 0;
  width: 97.5%;
}
.contact-us input[type="text"]:focus,
.contact-us input[type="password"]:focus,
.contact-us input[type="datetime"]:focus,
.contact-us input[type="datetime-local"]:focus,
.contact-us input[type="date"]:focus,
.contact-us input[type="month"]:focus,
.contact-us input[type="time"]:focus,
.contact-us input[type="week"]:focus,
.contact-us input[type="number"]:focus,
.contact-us input[type="email"]:focus,
.contact-us input[type="url"]:focus,
.contact-us input[type="search"]:focus,
.contact-us input[type="tel"]:focus,
.contact-us input[type="color"]:focus,
.contact-us select:focus,
.contact-us textarea:focus,
.contact-us .field:focus {
  outline: none;
}
.contact-us input[type="submit"] {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 30px;
}
.contact-us input[type="submit"]:hover, .contact-us input[type="submit"]:active, .contact-us input[type="submit"]:focus {
  background: black;
  color: #ff7900;
  outline: none;
}
.contact-us textarea {
  border: 3px solid black;
  max-width: 500px;
}
.contact-us input::-webkit-input-placeholder {
  color: black;
  font-weight: 700;
}
.contact-us ::-webkit-input-placeholder {
  color: black;
  font-weight: 700;
}
.contact-us :-moz-placeholder {
  /* older Firefox*/
  color: black;
  font-weight: 700;
}
.contact-us ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-weight: 700;
}
.contact-us :-ms-input-placeholder {
  color: black;
  font-weight: 700;
}
.contact-us .gfield_contains_required input::-webkit-input-placeholder,
.contact-us .cf-input--required input::-webkit-input-placeholder {
  background-image: url("../images/asterisk.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.contact-us .gfield_contains_required :-moz-placeholder,
.contact-us .cf-input--required :-moz-placeholder {
  /* older Firefox*/
  background-image: url("../images/asterisk.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.contact-us .gfield_contains_required ::-moz-placeholder,
.contact-us .cf-input--required ::-moz-placeholder {
  /* Firefox 19+ */
  background-image: url("../images/asterisk.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.contact-us .gfield_contains_required :-ms-input-placeholder,
.contact-us .cf-input--required :-ms-input-placeholder {
  background-image: url("../images/asterisk.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.contact-us input:focus::-webkit-input-placeholder {
  color: transparent;
}
.contact-us input:focus:-moz-placeholder {
  /* older Firefox*/
  color: transparent;
}
.contact-us input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.contact-us input:focus:-ms-input-placeholder {
  color: transparent;
}
.contact-us li#field_3_7 label.gfield_label {
  margin-bottom: 0;
}
.contact-us li#field_3_7 label.gfield_label + div.ginput_container {
  margin-top: 0;
}
.contact-us div.wpcf7-response-output {
  font-weight: bold;
  margin-left: 0;
  max-width: 500px;
  padding: 1em 0;
}
.contact-us div.wpcf7-validation-errors {
  border: 2px solid #790000;
  border-left: 0;
  border-right: 0;
  color: #790000;
}
.contact-us div.wpcf7-mail-sent-ok {
  border-right: 0;
  border-left: 0;
}
.contact-us span.wpcf7-not-valid-tip {
  color: #790000;
  font-size: 0.85em;
  font-weight: bold;
}
.contact-us .sidebar {
  padding-top: 7px;
}
.contact-us .sidebar .contact-info {
  font-weight: 700;
  line-height: 1;
}
.contact-us .sidebar .contact-info span.orange {
  color: #ff7900;
}

.post .article-footer,
.single .article-footer {
  font-size: 22px;
}
.post .article-footer p:last-of-type,
.single .article-footer p:last-of-type {
  font-weight: 700;
}
.post #related_posts,
.single #related_posts {
  padding: 0;
}
.post #related_posts .articles-header,
.single #related_posts .articles-header {
  font-size: 26px;
  font-weight: 700;
  border-top: 3px solid black;
  margin-top: 120px;
  margin-bottom: 60px;
}
.post #related_posts li,
.single #related_posts li {
  margin-bottom: 2.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #f0f0f0;
}
.post #related_posts li:last-of-type,
.single #related_posts li:last-of-type {
  border: none;
}
.post #related_posts .entry-title,
.single #related_posts .entry-title {
  margin-bottom: 10px;
  padding: 0;
}
.post #related_posts .entry-title a,
.single #related_posts .entry-title a {
  color: black;
}
.post #related_posts .entry-title a:hover,
.single #related_posts .entry-title a:hover {
  color: #ff7900;
}
.post #related_posts article,
.single #related_posts article {
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}
.post .receive-updates,
.single .receive-updates {
  margin-bottom: 80px;
}
.post .receive-updates h3,
.single .receive-updates h3 {
  color: #ff7900;
}
.post .receive-updates input[type="email"],
.post .receive-updates input[type="submit"],
.single .receive-updates input[type="email"],
.single .receive-updates input[type="submit"] {
  background-color: white;
  color: #ff7900;
  border: 2px solid #ff7900;
  float: left;
}
.post .receive-updates input[type="email"],
.single .receive-updates input[type="email"] {
  max-width: 600px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .post .receive-updates input[type="email"],
  .single .receive-updates input[type="email"] {
    max-width: 275px;
  }
}
.post .receive-updates input[type="email"]::-webkit-input-placeholder,
.single .receive-updates input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff7900;
}
.post .receive-updates input[type="email"]::-moz-placeholder,
.single .receive-updates input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff7900;
}
.post .receive-updates input[type="email"]:-ms-input-placeholder,
.single .receive-updates input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff7900;
}
.post .receive-updates input[type="email"]:-moz-placeholder,
.single .receive-updates input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ff7900;
}
.post .receive-updates input:focus::-webkit-input-placeholder,
.single .receive-updates input:focus::-webkit-input-placeholder {
  color: transparent;
}
.post .receive-updates input:focus:-moz-placeholder,
.single .receive-updates input:focus:-moz-placeholder {
  /* older Firefox*/
  color: transparent;
}
.post .receive-updates input:focus::-moz-placeholder,
.single .receive-updates input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.post .receive-updates input:focus:-ms-input-placeholder,
.single .receive-updates input:focus:-ms-input-placeholder {
  color: transparent;
}
.post .receive-updates button,
.single .receive-updates button {
  background: white;
  border: 2px solid #ff7900;
  margin-left: 23px;
}
.post .receive-updates button .fa,
.single .receive-updates button .fa {
  color: #ff7900;
}

.single-post .receive-updates h3 br {
  display: none;
}

article.programs {
  margin-top: 60px;
}

.single-programs .program-body,
.single-programs .program-content,
.single-programs .program-secondary-content.wrap,
.single-programs .more-info.wrap,
.single-tribe_events .program-body,
.single-tribe_events .program-content,
.single-tribe_events .program-secondary-content.wrap,
.single-tribe_events .more-info.wrap,
.page .program-body,
.page .program-content,
.page .program-secondary-content.wrap,
.page .more-info.wrap {
  padding: 0;
}
.single-programs .programs p,
.single-tribe_events .programs p,
.page .programs p {
  font-size: 22px;
  line-height: 28px;
}
.single-programs .programs p img,
.single-tribe_events .programs p img,
.page .programs p img {
  max-width: 100%;
  height: auto;
}
.single-programs .program-content,
.single-programs .video,
.single-programs .program-image-row,
.single-programs .program-image-row-wide,
.single-programs .grid-team-members,
.single-programs .column-team-members,
.single-tribe_events .program-content,
.single-tribe_events .video,
.single-tribe_events .program-image-row,
.single-tribe_events .program-image-row-wide,
.single-tribe_events .grid-team-members,
.single-tribe_events .column-team-members,
.page .program-content,
.page .video,
.page .program-image-row,
.page .program-image-row-wide,
.page .grid-team-members,
.page .column-team-members {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-programs .fluid-video iframe,
.single-tribe_events .fluid-video iframe,
.page .fluid-video iframe {
  padding-bottom: 0;
}
.single-programs .program-image-row-wide,
.single-tribe_events .program-image-row-wide,
.page .program-image-row-wide {
  padding: 0;
}
.single-programs .wide-columns,
.single-tribe_events .wide-columns,
.page .wide-columns {
  margin: 0;
  padding: 0;
  position: relative;
}
.single-programs .wide-columns:after,
.single-tribe_events .wide-columns:after,
.page .wide-columns:after {
  /*@include clearfix();*/
}
.single-programs .grid-team-members ul,
.single-tribe_events .grid-team-members ul,
.page .grid-team-members ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 700px) {
  .single-programs .grid-team-members ul,
  .single-tribe_events .grid-team-members ul,
  .page .grid-team-members ul {
    flex-wrap: wrap;
  }
}
.single-programs .grid-team-members .grid-team-member,
.single-tribe_events .grid-team-members .grid-team-member,
.page .grid-team-members .grid-team-member {
  padding-left: 0;
}
@media (min-width: 500px) {
  .single-programs .grid-team-members .grid-team-member,
  .single-tribe_events .grid-team-members .grid-team-member,
  .page .grid-team-members .grid-team-member {
    flex-basis: 33.33%;
  }
}
.single-programs .grid-team-members .grid-team-member img,
.single-tribe_events .grid-team-members .grid-team-member img,
.page .grid-team-members .grid-team-member img {
  float: none;
  margin-bottom: 36px;
  height: auto;
}
.single-programs .grid-team-members .grid-team-member .grid-team-member-name,
.single-tribe_events .grid-team-members .grid-team-member .grid-team-member-name,
.page .grid-team-members .grid-team-member .grid-team-member-name {
  font-weight: 700;
  margin-bottom: 20px;
  flex-basis: 25%;
}
.single-programs .grid-team-members .grid-team-member .grid-team-member-description p,
.single-tribe_events .grid-team-members .grid-team-member .grid-team-member-description p,
.page .grid-team-members .grid-team-member .grid-team-member-description p {
  margin: 0;
  font-size: 80%;
}
.single-programs .grid-team-members .grid-team-member img,
.single-programs .grid-team-members .grid-team-member div,
.single-tribe_events .grid-team-members .grid-team-member img,
.single-tribe_events .grid-team-members .grid-team-member div,
.page .grid-team-members .grid-team-member img,
.page .grid-team-members .grid-team-member div {
  display: block;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 500px) {
  .single-programs .grid-team-members .grid-team-member:nth-child(3n+1) img,
  .single-programs .grid-team-members .grid-team-member:nth-child(3n+1) div,
  .single-tribe_events .grid-team-members .grid-team-member:nth-child(3n+1) img,
  .single-tribe_events .grid-team-members .grid-team-member:nth-child(3n+1) div,
  .page .grid-team-members .grid-team-member:nth-child(3n+1) img,
  .page .grid-team-members .grid-team-member:nth-child(3n+1) div {
    float: left;
    padding-left: 10px;
  }
}
@media (min-width: 500px) {
  .single-programs .grid-team-members .grid-team-member:nth-child(3n+2) img,
  .single-programs .grid-team-members .grid-team-member:nth-child(3n+2) div,
  .single-tribe_events .grid-team-members .grid-team-member:nth-child(3n+2) img,
  .single-tribe_events .grid-team-members .grid-team-member:nth-child(3n+2) div,
  .page .grid-team-members .grid-team-member:nth-child(3n+2) img,
  .page .grid-team-members .grid-team-member:nth-child(3n+2) div {
    /*						margin-left: auto;
    						margin-right: auto;
    						padding-right: 5px;
    						padding-left: 5px;*/
    float: left;
    padding-left: 10px;
  }
}
@media (min-width: 500px) {
  .single-programs .grid-team-members .grid-team-member:nth-child(3n+3) img,
  .single-programs .grid-team-members .grid-team-member:nth-child(3n+3) div,
  .single-tribe_events .grid-team-members .grid-team-member:nth-child(3n+3) img,
  .single-tribe_events .grid-team-members .grid-team-member:nth-child(3n+3) div,
  .page .grid-team-members .grid-team-member:nth-child(3n+3) img,
  .page .grid-team-members .grid-team-member:nth-child(3n+3) div {
    float: left;
    padding-left: 10px;
  }
}
.single-programs .wide-columns div,
.single-tribe_events .wide-columns div,
.page .wide-columns div {
  margin: 20px 0;
  padding: 0 20px;
}
.single-programs .wide-columns .sicon,
.single-tribe_events .wide-columns .sicon,
.page .wide-columns .sicon {
  width: 25%;
  margin: 20px 0;
  padding: 0 20px;
  display: inline-block;
}
.single-programs .wide-columns img,
.single-tribe_events .wide-columns img,
.page .wide-columns img {
  max-width: 100%;
  vertical-align: middle;
}
.single-programs .column-team-members:before,
.single-tribe_events .column-team-members:before,
.page .column-team-members:before {
  content: 'Meet the team';
  font-size: 26px;
  font-weight: 700;
  margin: 2em 0 1em;
}
.single-programs .column-team-members ul,
.single-tribe_events .column-team-members ul,
.page .column-team-members ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.single-programs .column-team-members .column-team-member,
.single-tribe_events .column-team-members .column-team-member,
.page .column-team-members .column-team-member {
  margin-bottom: 90px;
  padding-left: 0;
}
.single-programs .column-team-members .column-team-member .column-team-member-photo,
.single-tribe_events .column-team-members .column-team-member .column-team-member-photo,
.page .column-team-members .column-team-member .column-team-member-photo {
  float: left;
  margin-right: 10px;
  width: 95px;
}
@media (min-width: 500px) {
  .single-programs .column-team-members .column-team-member .column-team-member-photo,
  .single-tribe_events .column-team-members .column-team-member .column-team-member-photo,
  .page .column-team-members .column-team-member .column-team-member-photo {
    width: 125px;
  }
}
@media (min-width: 700px) {
  .single-programs .column-team-members .column-team-member .column-team-member-photo,
  .single-tribe_events .column-team-members .column-team-member .column-team-member-photo,
  .page .column-team-members .column-team-member .column-team-member-photo {
    margin-right: 55px;
  }
}
.single-programs .column-team-members .column-team-member .column-team-member-photo img,
.single-tribe_events .column-team-members .column-team-member .column-team-member-photo img,
.page .column-team-members .column-team-member .column-team-member-photo img {
  max-width: 100%;
  height: auto;
}
.single-programs .column-team-members .column-team-member ul.column-team-member--social,
.single-tribe_events .column-team-members .column-team-member ul.column-team-member--social,
.page .column-team-members .column-team-member ul.column-team-member--social {
  list-style: none;
  margin: 0 0 0 105px;
  padding: 0;
  height: 45px;
}
@media (min-width: 700px) {
  .single-programs .column-team-members .column-team-member ul.column-team-member--social,
  .single-tribe_events .column-team-members .column-team-member ul.column-team-member--social,
  .page .column-team-members .column-team-member ul.column-team-member--social {
    margin-left: 180px;
  }
}
.single-programs .column-team-members .column-team-member ul.column-team-member--social li,
.single-tribe_events .column-team-members .column-team-member ul.column-team-member--social li,
.page .column-team-members .column-team-member ul.column-team-member--social li {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}
@media (min-width: 500px) {
  .single-programs .column-team-members .column-team-member ul.column-team-member--social li,
  .single-tribe_events .column-team-members .column-team-member ul.column-team-member--social li,
  .page .column-team-members .column-team-member ul.column-team-member--social li {
    margin: 0 30px 0 0;
  }
}
.single-programs .column-team-members .column-team-member ul.column-team-member--social li:nth-child(3),
.single-tribe_events .column-team-members .column-team-member ul.column-team-member--social li:nth-child(3),
.page .column-team-members .column-team-member ul.column-team-member--social li:nth-child(3) {
  margin-right: 0;
}
.single-programs .column-team-members .column-team-member ul.column-team-member--social li a,
.single-tribe_events .column-team-members .column-team-member ul.column-team-member--social li a,
.page .column-team-members .column-team-member ul.column-team-member--social li a {
  background: black;
  color: white;
  display: block;
  font-size: 30px;
  line-height: 30px;
  border-radius: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
}
.single-programs .column-team-members .column-team-member ul.column-team-member--social li .fa,
.single-tribe_events .column-team-members .column-team-member ul.column-team-member--social li .fa,
.page .column-team-members .column-team-member ul.column-team-member--social li .fa {
  color: white;
  font-size: 26px;
  line-height: 45px;
}
.single-programs .column-team-members .column-team-member .column-team-member-details,
.single-tribe_events .column-team-members .column-team-member .column-team-member-details,
.page .column-team-members .column-team-member .column-team-member-details {
  padding-top: 20px;
  clear: both;
}
@media (min-width: 700px) {
  .single-programs .column-team-members .column-team-member .column-team-member-details,
  .single-tribe_events .column-team-members .column-team-member .column-team-member-details,
  .page .column-team-members .column-team-member .column-team-member-details {
    padding-top: 0;
    margin-left: 180px;
    clear: none;
  }
}
.single-programs .column-team-members .column-team-member .column-team-member-details p,
.single-tribe_events .column-team-members .column-team-member .column-team-member-details p,
.page .column-team-members .column-team-member .column-team-member-details p {
  margin-top: 10px;
}
.single-programs .column-team-members .column-team-member .column-team-member-details p:first-child,
.single-tribe_events .column-team-members .column-team-member .column-team-member-details p:first-child,
.page .column-team-members .column-team-member .column-team-member-details p:first-child {
  margin-top: 0;
}

.post-type-archive-programs .hero--section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 724px;
}
.post-type-archive-programs .hero--section .hero-text {
  height: 100%;
  font-size: 2em;
  font-weight: 700;
  color: white;
  line-height: 1.1em;
  display: block;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.post-type-archive-programs .hero--section .hero-text p {
  padding-right: 15%;
}
@media (min-width: 700px) {
  .post-type-archive-programs .hero--section .hero-text {
    font-size: 3em;
  }
}
.post-type-archive-programs .grid-container ul > p {
  display: none;
}
.post-type-archive-programs .footer {
  margin-top: -60px;
}

/*********************
Program Page STYLES
*********************/
.program-section .program-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
}
.program-section a {
  color: black;
}
.program-section:hover {
  color: #ff7900;
}

.page-id-13 .wrap,
.post-type-archive-tribe_events .wrap,
.events-archive .wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.page-id-13 .hentry,
.post-type-archive-tribe_events .hentry,
.events-archive .hentry {
  margin-bottom: 0;
}
.page-id-13 #tribe-events,
.post-type-archive-tribe_events #tribe-events,
.events-archive #tribe-events {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.page-id-13 #tribe-events .hero--section,
.post-type-archive-tribe_events #tribe-events .hero--section,
.events-archive #tribe-events .hero--section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 724px;
}
.page-id-13 #tribe-events .hero--section .hero-text,
.post-type-archive-tribe_events #tribe-events .hero--section .hero-text,
.events-archive #tribe-events .hero--section .hero-text {
  height: 100%;
  font-size: 2em;
  font-weight: 700;
  color: white;
  line-height: 1.1em;
  display: block;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.page-id-13 #tribe-events .hero--section .hero-text p,
.post-type-archive-tribe_events #tribe-events .hero--section .hero-text p,
.events-archive #tribe-events .hero--section .hero-text p {
  padding-right: 15%;
}
@media (min-width: 700px) {
  .page-id-13 #tribe-events .hero--section .hero-text,
  .post-type-archive-tribe_events #tribe-events .hero--section .hero-text,
  .events-archive #tribe-events .hero--section .hero-text {
    font-size: 3em;
  }
}
.page-id-13 #tribe-events .event-list,
.post-type-archive-tribe_events #tribe-events .event-list,
.events-archive #tribe-events .event-list {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
  clear: both;
  overflow: hidden;
  padding: 0 3.84615% 0;
  position: relative;
}
@media (min-width: 420px) {
  .page-id-13 #tribe-events .event-list:after,
  .post-type-archive-tribe_events #tribe-events .event-list:after,
  .events-archive #tribe-events .event-list:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: white;
  }
}
.page-id-13 #tribe-events .event-list .rows,
.post-type-archive-tribe_events #tribe-events .event-list .rows,
.events-archive #tribe-events .event-list .rows {
  overflow: hidden;
}
.page-id-13 #tribe-events .event-list .rows .row,
.post-type-archive-tribe_events #tribe-events .event-list .rows .row,
.events-archive #tribe-events .event-list .rows .row {
  background: #f4f4f6;
}
@media (min-width: 420px) {
  .page-id-13 #tribe-events .event-list .rows .row,
  .post-type-archive-tribe_events #tribe-events .event-list .rows .row,
  .events-archive #tribe-events .event-list .rows .row {
    float: left;
    width: 50%;
  }
}
.page-id-13 #tribe-events .event-list .rows .row:nth-of-type(odd),
.post-type-archive-tribe_events #tribe-events .event-list .rows .row:nth-of-type(odd),
.events-archive #tribe-events .event-list .rows .row:nth-of-type(odd) {
  clear: left;
}
.page-id-13 #tribe-events .event-list .rows .row img,
.post-type-archive-tribe_events #tribe-events .event-list .rows .row img,
.events-archive #tribe-events .event-list .rows .row img {
  display: block;
  border-top: 1px solid white;
  width: 100%;
  height: auto;
}
.page-id-13 #tribe-events .event-list h2,
.post-type-archive-tribe_events #tribe-events .event-list h2,
.events-archive #tribe-events .event-list h2 {
  margin: 30px 5% 0;
}
.page-id-13 #tribe-events .event-list .event-content,
.post-type-archive-tribe_events #tribe-events .event-list .event-content,
.events-archive #tribe-events .event-list .event-content {
  margin: 0 5% 20px;
}
.page-id-13 #tribe-events .event-list a.readmore,
.post-type-archive-tribe_events #tribe-events .event-list a.readmore,
.events-archive #tribe-events .event-list a.readmore {
  margin: 0 5% 30px;
  display: block;
}
.page-id-13 #tribe-events .event-date,
.post-type-archive-tribe_events #tribe-events .event-date,
.events-archive #tribe-events .event-date {
  display: block;
  margin: 5px 0 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ff7900;
}
.page-id-13 #tribe-events li.past-event,
.post-type-archive-tribe_events #tribe-events li.past-event,
.events-archive #tribe-events li.past-event {
  background: #f8f9fa;
}
.page-id-13 .footer,
.post-type-archive-tribe_events .footer,
.events-archive .footer {
  margin-top: -60px;
}

li.past-event {
  background: #f8f9fa;
}

.recurringinfo {
  display: none !important;
}

/*********************
Event Page STYLES
*********************/
.event-page-content {
  font-size: 22px;
  margin-top: 80px;
}

.single-tribe_events .tribe-events-single-event-description.tribe-events-content.entry-content.description {
  margin-bottom: 60px;
}

.single-tribe_events .tribe-events-single-section .tribe-events-meta-group dt:first-of-type {
  margin-top: 60px;
}
.single-tribe_events .tribe-events-single-section .tribe-events-meta-group dd {
  line-height: 2;
}

.single-tribe_events .tribe-events-single-section .tribe-events-meta-group dt.tribe-events-event-url {
  margin-top: 60px;
}

.post-type-archive-research .hero--section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 724px;
}
.post-type-archive-research .hero--section .hero-text {
  height: 100%;
  font-size: 2em;
  font-weight: 700;
  color: white;
  line-height: 1.1em;
  display: block;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.post-type-archive-research .hero--section .hero-text p {
  padding-right: 15%;
}
@media (min-width: 700px) {
  .post-type-archive-research .hero--section .hero-text {
    font-size: 3em;
  }
}
.post-type-archive-research .grid-container ul > p {
  display: none;
}
.post-type-archive-research .footer {
  margin-top: -60px;
}

/*********************
Research Page STYLES
*********************/
.research-section .research-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  quotes: "\201C" "\201D";
}
@media screen and (max-width: 660px) {
  .research-section .research-title {
    font-size: 28px;
  }
}
.research-section .research-title:before {
  display: table;
  clear: both;
  content: open-quote;
  color: #ff7900;
  font-size: 2em;
}
.research-section .research-title a {
  color: black;
}
.research-section .research-title:hover {
  color: #ff7900;
}
.research-section .research-date {
  color: #ff7900;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}

/*********************
News Page STYLES
*********************/
.page-id-17 #inner-content {
  margin-top: 0;
}
.page-id-17 .hero--section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 724px;
}
.page-id-17 .hero--section .hero-text {
  height: 100%;
  font-size: 2em;
  font-weight: 700;
  color: white;
  line-height: 1.1em;
  display: block;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.page-id-17 .hero--section .hero-text p {
  padding-right: 15%;
}
@media (min-width: 700px) {
  .page-id-17 .hero--section .hero-text {
    font-size: 3em;
  }
}
.page-id-17 .news-section .news-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 90px;
  margin-top: 0;
  quotes: "\201C" "\201D";
}
@media screen and (max-width: 660px) {
  .page-id-17 .news-section .news-title {
    font-size: 28px;
  }
}
.page-id-17 .news-section .news-title:before {
  display: table;
  clear: both;
  content: open-quote;
  color: #ff7900;
  font-size: 2em;
}
.page-id-17 .news-section a .news-title,
.page-id-17 .news-section a .news-source {
  color: black;
}
.page-id-17 .news-section a .news-date {
  color: #ff7900;
}
.page-id-17 .news-section a .news-date,
.page-id-17 .news-section a .news-source {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.page-id-17 .news-section a .news-date {
  margin-bottom: 0;
}
.page-id-17 .news-section a .news-source {
  margin-top: 0;
}
.page-id-17 .news-section .grid-container ul li:hover .news-title,
.page-id-17 .news-section .grid-container ul li:hover .news-source,
.page-id-17 .news-section .grid-container ul li:hover .news-date {
  color: #ff7900;
}
.page-id-17 .footer {
  margin-top: -60px;
}

/*********************
Careers Page STYLES
*********************/
.page-id-15.page-template-default #main {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
  background: white;
  clear: both;
  padding: 0 3.84615% 0;
}
.page-id-15.page-template-default #inner-content {
  margin-top: 0;
}
.page-id-15.page-template-default .page-title {
  width: auto;
  clear: both;
  float: none;
  margin-right: 0%;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  background: transparent;
  padding: 20px 0 0;
}
.page-id-15.page-template-default .entry-content {
  width: auto;
  clear: both;
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background: transparent;
  padding: 1.5em 0 0;
}
.page-id-15.page-template-default .jobs .rows .row,
.page-id-15.page-template-default .internships .rows .row {
  overflow: hidden;
}
.page-id-15.page-template-default .jobs .rows .row div,
.page-id-15.page-template-default .internships .rows .row div {
  padding: 0 5px;
}
@media (min-width: 460px) {
  .page-id-15.page-template-default .jobs .rows .row div,
  .page-id-15.page-template-default .internships .rows .row div {
    padding: 25px 5px;
  }
}
.page-id-15.page-template-default .jobs .rows .row div:nth-child(1),
.page-id-15.page-template-default .internships .rows .row div:nth-child(1) {
  width: 100%;
  padding: 25px 5px 0;
}
@media (min-width: 460px) {
  .page-id-15.page-template-default .jobs .rows .row div:nth-child(1),
  .page-id-15.page-template-default .internships .rows .row div:nth-child(1) {
    width: 50%;
    padding: 25px 5px 25px 10px;
  }
}
.page-id-15.page-template-default .jobs .rows .row div:nth-child(2),
.page-id-15.page-template-default .internships .rows .row div:nth-child(2) {
  width: 100%;
  padding: 0 5px 25px;
}
@media (min-width: 460px) {
  .page-id-15.page-template-default .jobs .rows .row div:nth-child(2),
  .page-id-15.page-template-default .internships .rows .row div:nth-child(2) {
    width: 50%;
    padding: 25px 10px 25px 5px;
  }
}
.page-id-15.page-template-default .jobs .rows .row .left,
.page-id-15.page-template-default .jobs .rows .row .right,
.page-id-15.page-template-default .internships .rows .row .left,
.page-id-15.page-template-default .internships .rows .row .right {
  float: none;
}
@media (min-width: 460px) {
  .page-id-15.page-template-default .jobs .rows .row .left,
  .page-id-15.page-template-default .jobs .rows .row .right,
  .page-id-15.page-template-default .internships .rows .row .left,
  .page-id-15.page-template-default .internships .rows .row .right {
    float: left;
  }
}
.page-id-15.page-template-default .jobs .rows .row:nth-child(even),
.page-id-15.page-template-default .internships .rows .row:nth-child(even) {
  background: #f8f9fa;
}
.page-id-15.page-template-default .footer {
  margin-top: -60px;
}

.page-id-39 .flex-caption {
  display: none;
}
.page-id-39 .footer {
  margin-top: -60px;
}

/*********************
Executive Team Page STYLES
*********************/
.page-id-42 #inner-content {
  margin-top: 0;
}
.page-id-42 .hentry {
  margin-bottom: 0;
}
.page-id-42 .secondary-inner > h2 {
  margin: 20px 0;
}
.page-id-42 .team-list {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
  clear: both;
  overflow: hidden;
  margin-top: 0;
  padding: 0 3.84615% 0;
  position: relative;
}
@media (min-width: 580px) {
  .page-id-42 .team-list:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: white;
  }
}
.page-id-42 .team-list .rows {
  overflow: hidden;
  color: #686868;
}
@media (min-width: 1025px) {
  .page-id-42 .team-list .rows {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.page-id-42 .team-list .rows .row {
  border-bottom: 4px solid #f0f0f0;
  padding: 40px 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .page-id-42 .team-list .rows .row {
    flex-grow: 1;
    padding: 40px 20px 40px 40px;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .page-id-42 .team-list .rows .row:nth-child(odd) {
    border-right: 4px solid #f0f0f0;
    border-left: 4px solid #f0f0f0;
  }
}
@media (min-width: 1025px) {
  .page-id-42 .team-list .rows .row:nth-child(even) {
    border-right: 4px solid #f0f0f0;
  }
}
@media (min-width: 1025px) {
  .page-id-42 .team-list .rows .row:nth-last-child(2) {
    border-bottom: none;
  }
}
.page-id-42 .team-list .rows .row:last-child {
  border-bottom: none;
}
.page-id-42 .team-list .rows .row img {
  display: block;
  margin: 0;
  border-top: 1px solid white;
  width: 100%;
  height: auto;
}
.page-id-42 .team-list .thumb {
  float: left;
  width: 80px;
}
@media (min-width: 1025px) {
  .page-id-42 .team-list .thumb {
    width: 110px;
  }
}
.page-id-42 .team-list .team-content {
  margin: 0 0 20px 90px;
}
@media (min-width: 1025px) {
  .page-id-42 .team-list .team-content {
    margin: 0 0 20px 125px;
  }
}
.page-id-42 .team-list .team-header {
  padding: 0;
  margin-bottom: 1em;
  min-height: 81px;
}
@media (min-width: 460px) {
  .page-id-42 .team-list .team-header {
    min-height: inherit;
  }
}
@media (min-width: 580px) {
  .page-id-42 .team-list .team-header {
    min-height: 81px;
  }
}
@media (min-width: 700px) {
  .page-id-42 .team-list .team-header {
    min-height: inherit;
  }
}
.page-id-42 .team-list .team-header h2 {
  margin: 0;
}
.page-id-42 .team-list .team-header h2 a {
  color: black;
}
.page-id-42 .team-list .team-body {
  font-size: 16px;
  line-height: 16px;
}
.page-id-42 .team-list .team-position {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  color: #ff7900;
  display: block;
  margin-left: 0;
}
@media (min-width: 460px) {
  .page-id-42 .team-list .team-position {
    font-size: 2em;
  }
}
.page-id-42 .team-list p {
  clear: both;
}
@media (min-width: 460px) {
  .page-id-42 .team-list p {
    clear: none;
  }
}
@media (min-width: 580px) {
  .page-id-42 .team-list p {
    clear: both;
  }
}
@media (min-width: 700px) {
  .page-id-42 .team-list p {
    clear: none;
  }
}
.page-id-42 .team-list .linkedin-profile {
  display: block;
  float: right;
  margin-top: 0.5em;
}
.page-id-42 .team-list .linkedin-profile a {
  color: black;
}
.page-id-42 .footer {
  margin-top: -60px;
}

.footer {
  background: black;
  color: white;
}
.footer #inner-footer nav ul li {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 1240px) {
  .footer #inner-footer nav ul li {
    margin-bottom: 10px;
  }
}
.footer #inner-footer nav ul li a {
  color: white;
}
.footer #inner-footer nav ul li a:hover {
  color: #ff7900;
}
.footer #inner-footer nav ul li .fa-search {
  display: none;
}
.footer #inner-footer .social h3.title {
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.footer #inner-footer .social ul.social-links {
  margin-left: 0;
}
@media screen and (max-width: 660px) {
  .footer #inner-footer .social ul.social-links {
    margin-left: 0;
  }
}
.footer #inner-footer .social ul.social-links li {
  color: black;
  margin: 0 0 10px;
  padding: 0 5px;
  width: 25%;
}
.footer #inner-footer .social a {
  background: white;
  border-radius: 45px;
  color: #686868;
  display: block;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  width: 45px;
}
.footer #inner-footer .social .fa {
  color: black;
  font-size: 26px;
  line-height: 45px;
}
@media screen and (max-width: 1240px) {
  .footer #inner-footer .social {
    margin-bottom: 40px;
  }
  .footer #inner-footer .social:after {
    content: "";
    display: table;
    clear: both;
  }
}
.footer #inner-footer .site-description h2.title {
  color: white;
  font-size: 22px;
}
.footer #inner-footer .site-description p {
  font-size: 16px;
  font-weidht: 400;
  line-height: 22px;
}

/********************************
Home Page (aka Front Page) STYLES
*********************************/
.home {
  /* HERO IMAGE AREA */
  /* hero-section */
  /*******************************************************
  *Latest Updates styles are found in _latest-updates.scss
  ********************************************************/
}
.home h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: bold;
  font-weight: 700;
  padding: 20px 0;
}
.home h2.shaded-bar {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  line-height: 50px;
  padding: 0 2rem;
  margin: 0;
  width: calc(100% + 60px);
}
@media (min-width: 768px) {
  .home h2.shaded-bar {
    width: calc(100% + 30px);
  }
}
@media (min-width: 1500px) {
  .home h2.shaded-bar {
    width: 100%;
  }
}
.home .page-header-bar {
  display: none;
}
.home .hero--section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  height: calc(100vh - 80px);
}
.home .hero--section .hero-text {
  height: 100%;
  font-size: 2em;
  font-weight: 700;
  color: white;
  line-height: 1.1em;
  display: block;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  width: calc(16px + (72 - 24) * (100vw - 320px) / (1440 - 320)) px;
}
.home .hero--section .hero-text p {
  padding-right: 15%;
}
@media (min-width: 700px) {
  .home .hero--section .hero-text {
    font-size: 3em;
  }
}
.home .hero--section .hero-text p {
  /******************
   * fluid typography calculation... (see https://www.smashingmagazine.com/2016/05/fluid-typography/)
   * 16px min font size (1rem)
   * 72 max font size (in px)
   * 24 min font size (in px)
   * 320px = 20em = ( ( 16px base font size / ( 5vh / 100% ) ) / 16px base font size )
   * 320px min screen size
   * 1440px = 90em = ( ( 72px maximum font size / (5vh / 100% ) ) / 16px base font size )
   * 1440px max screen size
   * 320 min screen size
  *******************/
  font-size: calc(16px + (72 - 24) * (100vw - 320px) / (1440 - 320));
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
  margin-left: 5%;
  position: relative;
  top: 20%;
  -webkit-transform: perspective(1px) translateY(-30%);
  -ms-transform: perspective(1px) translateY(-30%);
  transform: perspective(1px) translateY(-30%);
}
@media screen and (max-width: 768px) {
  .home .hero--section .hero-text p {
    font-size: 36px;
  }
}
@media screen and (min-width: 1240px) {
  .home .hero--section .hero-text p {
    font-size: 72px;
  }
}
.home .hero--section #arrow-scrolldown {
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .hero--section #arrow-scrolldown {
    bottom: 5%;
    left: 0;
    height: 13px;
  }
}
@media screen and (max-height: 650px) {
  .home .hero--section #arrow-scrolldown {
    bottom: 10px;
  }
}
.home .hero-gallery--section .hero-gallery--content {
  height: 100%;
}
.home .hero-gallery--section .hero-gallery--items {
  height: 100%;
  display: none;
}
.home .hero-gallery--section .hero-gallery--item {
  height: 100%;
}
.home .hero-gallery--section .hero-gallery--item:not(:first-child) {
  display: none !important;
}
.home .hero-gallery--section .hero-img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 1440px;
  position: absolute;
  right: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .column-one h2.shaded-bar {
  margin-left: -30px;
}
@media (min-width: 1500px) {
  .home .column-one h2.shaded-bar {
    margin-left: 0;
  }
}
.home .column-two h2.shaded-bar {
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (min-width: 750px) {
  .home .column-two h2.shaded-bar {
    width: calc(100% + 30px);
  }
}
@media (min-width: 768px) {
  .home .column-two h2.shaded-bar {
    margin-left: 0;
  }
}
@media (min-width: 1500px) {
  .home .column-two h2.shaded-bar {
    margin-left: 0;
    width: 100%;
  }
}
.home .column-three {
  background: white;
  color: black;
}
.home .column-three h2.shaded-bar {
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (min-width: 750px) {
  .home .column-three h2.shaded-bar {
    margin-left: 0;
    width: calc(100% + 30px);
  }
}
@media (min-width: 1500px) {
  .home .column-three h2.shaded-bar {
    margin-left: 0;
    width: 100%;
  }
}
.home .column-three .featured .feature-row .feature-title {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.home .column-three .featured .feature-row .feature-title a {
  color: black;
}
.home .column-three .featured .feature-row .feature-title a:hover {
  color: #ff7900;
}
.home .column-three .receive-updates input[type="email"],
.home .column-three .receive-updates .button-subscribe {
  background-color: transparent;
}
.home .footer {
  margin-top: -60px;
}

/* home */
@-webkit-keyframes twitterDelay {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes twitterDelay {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes twitterDelay {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes twitterDelay {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* Add This Sharing Icons on single blog and single event pages */
.addthis_toolbox {
  display: block;
  z-index: 999999;
}

.at4-share-outer.addthis-smartlayers.addthis-smartlayers-desktop {
  display: none;
}

.custom_images {
  background-color: white;
  margin-left: 50px;
  width: 48px;
  z-index: 99;
}
.custom_images ul {
  list-style: none;
  margin-bottom: 0;
}
.custom_images ul li {
  padding: 8px;
  border-top: 1px solid white;
  height: 48px;
  text-align: center;
}
.custom_images ul li i.fa {
  color: white;
  font-size: 24px;
}

.share-rail--container {
  display: none;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .share-rail--container {
    display: block;
  }
}

.share-rail--parent {
  position: absolute;
  right: 0;
  left: 0;
}

.share-rail {
  background: white;
  position: absolute;
  float: none;
}
.share-rail a {
  display: block;
}
.share-rail span span {
  display: none;
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    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;
  }
}
