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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

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

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

******************************************************************/
/*
These are imported in the functions.php file.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -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"; }

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

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .placeholder-for-division-link, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 600;
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  margin: 0;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .placeholder-for-division-link a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
  h1 .fa, .h1 .fa, h2 .fa, .placeholder-for-division-link .fa, .h2 .fa, h3 .fa, .h3 .fa, h4 .fa, .h4 .fa, h5 .fa, .h5 .fa {
    margin-right: 12px; }

h1, .h1 {
  color: #000;
  font-size: 29px;
  line-height: 35px;
  margin-bottom: 20px;
  letter-spacing: -0.02em; }

.titlebar h1,
.titlebar .h1 {
  font-size: 35px;
  color: #FFF;
  border-left: 5px solid #be3a34;
  padding: 12px 0 12px 27px;
  margin-bottom: 0;
  letter-spacing: normal; }

h2, .placeholder-for-division-link, .h2 {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-bottom: 6px;
  font-weight: 500; }

.placeholder-for-division-link {
  color: #215d8d; }

h3, .h3 {
  font-size: 22px;
  line-height: 26px;
  color: #be3a34;
  margin-bottom: 10px; }

h4, .h4 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 11px; }

h5, .h5 {
  font-size: 18px;
  line-height: 25px;
  color: #444;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .titlebar h1,
  .titlebar .h1 {
    font-size: 45px;
    line-height: 45px; }
  h2, .placeholder-for-division-link, .h2 {
    font-size: 25px;
    line-height: 30px; } }

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

Stylesheet: Sass Functions

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

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

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

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

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

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

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

Stylesheet: Mixins Stylesheet

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

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

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

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************

Stylesheet: Grid Stylesheet

******************************************************************/
@media screen and (max-width: 767px) {
  .m-hide {
    display: none !important; }
  .t-only {
    display: none !important; }
  .d-only {
    display: none !important; }
  .b-only {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .t-hide {
    display: none !important; }
  .m-only {
    display: none !important; }
  .d-only {
    display: none !important; }
  .b-only {
    display: none !important; } }

@media screen and (min-width: 992px) and (max-width: 1379px) {
  .d-hide {
    display: none !important; }
  .m-only {
    display: none !important; }
  .t-only {
    display: none !important; }
  .b-only {
    display: none !important; } }

@media screen and (min-width: 1380px) {
  .d-hide {
    display: none !important; }
  .b-hide {
    display: none !important; }
  .m-only {
    display: none !important; }
  .t-only {
    display: none !important; } }

/**
 * Flex Grid -
 * Version: 0.3.2
 *
 * Simple grid built with flex box and sass.
 *
 * Matthew Simo - matthew.a.simo@gmail.com
 */
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $fg-columns will inform the grid loops how many columns there should be.
 * $fg-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $fg-class-row string used for the row class
 * $fg-class-col string used for the column class
 * $fg-class-off string used for the offset class
 */
/**
 * Break point namespace object
 *
 * Set the default namespace object with these defaults with the
 * understanding that you can pass in whatever you might require for your site.
 *
 * $fg-breakpoints is a Sass list with nested lists inside. Each sub list defines two things.
 * 1. The namespace for that breakpoint. (Required) (i.e. xs, sm, md, lg)
 * 2. The min-width measurement for the breakpoint for that namespace. (i.e. 48em, 62em, 75em)
 *
 * Note: These should be in the proper order (at least till libsass handles map keys properly).
 *
 * Note: If the measurement is left out then it will be skipped when generating
 * the grid and applied to global styles.
 *
 */
/**
 * Class Name Defaults
 *
 * Define class names for columns, rows and offsets in case compatibility with other
 * libraries is necessary.
/**
 * Calculate column size percentage
 */
/**
 * Spacing mixin to create uniform margin/padding
 */
/**
 * Row wrapper class, flex box parent.
 */
.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-m, .col-t, .col-d, .col-b, .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12, .col-t-1, .col-t-2, .col-t-3, .col-t-4, .col-t-5, .col-t-6, .col-t-7, .col-t-8, .col-t-9, .col-t-10, .col-t-11, .col-t-12, .col-d-1, .col-d-2, .col-d-3, .col-d-4, .col-d-5, .col-d-6, .col-d-7, .col-d-8, .col-d-9, .col-d-10, .col-d-11, .col-d-12, .col-b-1, .col-b-2, .col-b-3, .col-b-4, .col-b-5, .col-b-6, .col-b-7, .col-b-8, .col-b-9, .col-b-10, .col-b-11, .col-b-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.col-m, .col-t, .col-d, .col-b {
  max-width: 100%; }

/**
 * Generate a set of grid column classes using a namespace
 *
 * .col-[namespace] for intelligent column division
 * .col-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
 * .off-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
 */
/**
 * Build the grid in two steps, to help minimize file size
 * Step 1, for each namespace, create the grid-base
 * Step 2, for each namespace, wrap the col width/offset measurements in their breakpoint media query
 */
.col-m-1 {
  width: 8.33333%; }

.col-m-2 {
  width: 16.66667%; }

.col-m-3 {
  width: 25%; }

.col-m-4 {
  width: 33.33333%; }

.col-m-5 {
  width: 41.66667%; }

.col-m-6 {
  width: 50%; }

.col-m-7 {
  width: 58.33333%; }

.col-m-8 {
  width: 66.66667%; }

.col-m-9 {
  width: 75%; }

.col-m-10 {
  width: 83.33333%; }

.col-m-11 {
  width: 91.66667%; }

.col-m-12 {
  width: 100%; }

.off-m-1 {
  margin-left: 8.33333%; }

.off-m-2 {
  margin-left: 16.66667%; }

.off-m-3 {
  margin-left: 25%; }

.off-m-4 {
  margin-left: 33.33333%; }

.off-m-5 {
  margin-left: 41.66667%; }

.off-m-6 {
  margin-left: 50%; }

.off-m-7 {
  margin-left: 58.33333%; }

.off-m-8 {
  margin-left: 66.66667%; }

.off-m-9 {
  margin-left: 75%; }

.off-m-10 {
  margin-left: 83.33333%; }

.off-m-11 {
  margin-left: 91.66667%; }

@media only screen and (min-width: 768px) {
  .col-t-1 {
    width: 8.33333%; }
  .col-t-2 {
    width: 16.66667%; }
  .col-t-3 {
    width: 25%; }
  .col-t-4 {
    width: 33.33333%; }
  .col-t-5 {
    width: 41.66667%; }
  .col-t-6 {
    width: 50%; }
  .col-t-7 {
    width: 58.33333%; }
  .col-t-8 {
    width: 66.66667%; }
  .col-t-9 {
    width: 75%; }
  .col-t-10 {
    width: 83.33333%; }
  .col-t-11 {
    width: 91.66667%; }
  .col-t-12 {
    width: 100%; }
  .off-t-1 {
    margin-left: 8.33333%; }
  .off-t-2 {
    margin-left: 16.66667%; }
  .off-t-3 {
    margin-left: 25%; }
  .off-t-4 {
    margin-left: 33.33333%; }
  .off-t-5 {
    margin-left: 41.66667%; }
  .off-t-6 {
    margin-left: 50%; }
  .off-t-7 {
    margin-left: 58.33333%; }
  .off-t-8 {
    margin-left: 66.66667%; }
  .off-t-9 {
    margin-left: 75%; }
  .off-t-10 {
    margin-left: 83.33333%; }
  .off-t-11 {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 992px) {
  .col-d-1 {
    width: 8.33333%; }
  .col-d-2 {
    width: 16.66667%; }
  .col-d-3 {
    width: 25%; }
  .col-d-4 {
    width: 33.33333%; }
  .col-d-5 {
    width: 41.66667%; }
  .col-d-6 {
    width: 50%; }
  .col-d-7 {
    width: 58.33333%; }
  .col-d-8 {
    width: 66.66667%; }
  .col-d-9 {
    width: 75%; }
  .col-d-10 {
    width: 83.33333%; }
  .col-d-11 {
    width: 91.66667%; }
  .col-d-12 {
    width: 100%; }
  .off-d-1 {
    margin-left: 8.33333%; }
  .off-d-2 {
    margin-left: 16.66667%; }
  .off-d-3 {
    margin-left: 25%; }
  .off-d-4 {
    margin-left: 33.33333%; }
  .off-d-5 {
    margin-left: 41.66667%; }
  .off-d-6 {
    margin-left: 50%; }
  .off-d-7 {
    margin-left: 58.33333%; }
  .off-d-8 {
    margin-left: 66.66667%; }
  .off-d-9 {
    margin-left: 75%; }
  .off-d-10 {
    margin-left: 83.33333%; }
  .off-d-11 {
    margin-left: 91.66667%; } }

@media only screen and (min-width: 1380px) {
  .col-b-1 {
    width: 8.33333%; }
  .col-b-2 {
    width: 16.66667%; }
  .col-b-3 {
    width: 25%; }
  .col-b-4 {
    width: 33.33333%; }
  .col-b-5 {
    width: 41.66667%; }
  .col-b-6 {
    width: 50%; }
  .col-b-7 {
    width: 58.33333%; }
  .col-b-8 {
    width: 66.66667%; }
  .col-b-9 {
    width: 75%; }
  .col-b-10 {
    width: 83.33333%; }
  .col-b-11 {
    width: 91.66667%; }
  .col-b-12 {
    width: 100%; }
  .off-b-1 {
    margin-left: 8.33333%; }
  .off-b-2 {
    margin-left: 16.66667%; }
  .off-b-3 {
    margin-left: 25%; }
  .off-b-4 {
    margin-left: 33.33333%; }
  .off-b-5 {
    margin-left: 41.66667%; }
  .off-b-6 {
    margin-left: 50%; }
  .off-b-7 {
    margin-left: 58.33333%; }
  .off-b-8 {
    margin-left: 66.66667%; }
  .off-b-9 {
    margin-left: 75%; }
  .off-b-10 {
    margin-left: 83.33333%; }
  .off-b-11 {
    margin-left: 91.66667%; } }

/*********************
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: #f4d81d;
  background: #f5dc35; }

.alert-info {
  border-color: #1dc9f4;
  background: #35cff5; }

.alert-error {
  border-color: #f41d1d;
  background: #f53535; }

.alert-success {
  border-color: #1df436;
  background: #35f54c; }

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

*********************/
.btn, .blue-btn, .comment-reply-link, #submit, .red-btn, input[type=submit],
button, .green-btn, .grey-btn, .white-btn {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  padding: 5px 11px 6px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  background-color: #222;
  -webkit-transition: background-color 0.24s ease-in-out, color 0.24s ease-in-out, border-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out, color 0.24s ease-in-out, border-color 0.24s ease-in-out;
  color: #FFF; }
  .btn .fa, .blue-btn .fa, .comment-reply-link .fa, #submit .fa, .red-btn .fa, input[type=submit] .fa,
  button .fa, .green-btn .fa, .grey-btn .fa, .white-btn .fa {
    margin-right: 8px; }
  .btn:hover, .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .red-btn:hover, input[type=submit]:hover,
  button:hover, .green-btn:hover, .grey-btn:hover, .white-btn:hover, .btn:focus, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .red-btn:focus, input[type=submit]:focus,
  button:focus, .green-btn:focus, .grey-btn:focus, .white-btn:focus {
    color: #FFF;
    text-decoration: none;
    outline: none;
    background-color: #000; }
  .btn.outline, .outline.blue-btn, .outline.comment-reply-link, .outline#submit, .outline.red-btn, input.outline[type=submit],
  button.outline, .outline.green-btn, .outline.grey-btn, .outline.white-btn {
    color: #222;
    border: 1px solid #222;
    background: none; }
    .btn.outline:hover, .outline.blue-btn:hover, .outline.comment-reply-link:hover, .outline#submit:hover, .outline.red-btn:hover, input.outline[type=submit]:hover,
    button.outline:hover, .outline.green-btn:hover, .outline.grey-btn:hover, .outline.white-btn:hover, .btn.outline:focus, .outline.blue-btn:focus, .outline.comment-reply-link:focus, .outline#submit:focus, .outline.red-btn:focus, input.outline[type=submit]:focus,
    button.outline:focus, .outline.green-btn:focus, .outline.grey-btn:focus, .outline.white-btn:focus {
      background: none;
      color: #000;
      border-color: #000; }
  .btn:disabled, .blue-btn:disabled, .comment-reply-link:disabled, #submit:disabled, .red-btn:disabled, input[type=submit]:disabled,
  button:disabled, .green-btn:disabled, .grey-btn:disabled, .white-btn:disabled {
    background: #aaa; }

.blue-btn, .comment-reply-link, #submit {
  background-color: #215d8d; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #12344f; }
  .blue-btn.outline, .outline.comment-reply-link, .outline#submit {
    color: #be3a34;
    border-color: #be3a34; }
    .blue-btn.outline:hover, .outline.comment-reply-link:hover, .outline#submit:hover, .blue-btn.outline:focus, .outline.comment-reply-link:focus, .outline#submit:focus {
      color: #922f2b;
      border-color: #922f2b; }

.red-btn, input[type=submit],
button {
  background-color: #be3a34; }
  .red-btn:hover, input[type=submit]:hover,
  button:hover, .red-btn:focus, input[type=submit]:focus,
  button:focus, .red-btn:active, input[type=submit]:active,
  button:active {
    background-color: #922f2b; }
  .red-btn.outline, input.outline[type=submit],
  button.outline {
    color: #be3a34;
    border-color: #be3a34; }
    .red-btn.outline:hover, input.outline[type=submit]:hover,
    button.outline:hover, .red-btn.outline:focus, input.outline[type=submit]:focus,
    button.outline:focus {
      color: #922f2b;
      border-color: #922f2b; }

.green-btn {
  background-color: #5c9619; }
  .green-btn:hover, .green-btn:focus, .green-btn:active {
    background-color: #34540e; }
  .green-btn.outline {
    color: #5c9619;
    border-color: #5c9619; }
    .green-btn.outline:hover, .green-btn.outline:focus {
      color: #34540e;
      border-color: #34540e; }

.grey-btn {
  background-color: #222; }
  .grey-btn:hover, .grey-btn:focus, .grey-btn:active {
    background-color: #000; }

.white-btn {
  background-color: #FFF;
  font-weight: bold;
  color: #be3a34; }
  .white-btn:hover, .white-btn:focus, .white-btn:active {
    background-color: #FFF;
    color: #922f2b; }

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

******************************************************************/
.entry-content form {
  border-left: 5px solid #215d8d;
  padding: 9px 23px 20px 40px; }
  .entry-content form h1, .entry-content form h2, .entry-content form .placeholder-for-division-link, .entry-content form h3, .entry-content form h4, .entry-content form h5, .entry-content form h6 {
    margin-bottom: 15px; }

.gfield_required {
  color: #be3a34; }

label {
  font-weight: bold; }

.gfield_checkbox label,
.gfield_radio label {
  font-weight: normal;
  padding-left: 10px; }

/*********************
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;
  line-height: 26px;
  padding: 13px 15px;
  margin: 0 0 16px;
  font-size: 16px;
  color: #777;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  background-color: #eee;
  border: 2px solid #eee;
  -webkit-transition: border-color 0.24s ease-in-out;
  transition: border-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 {
    border-color: #215d8d;
    color: #333;
    outline: none; }
  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: #f53535;
    border-color: #f53535;
    background-color: #FFF;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #f53535; }
  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: #35f54c;
    border-color: #35f54c;
    background-color: #FFF;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #35f54c; }
  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: #ddd;
    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: #35cff5; }

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;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
SEARCH POPUPS
*********************/
#search-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  text-align: center; }
  #search-overlay.active {
    display: block; }
  #search-overlay .search-container {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    max-width: 1000px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #search-overlay form {
    background: none;
    border: none;
    padding: 0; }
    #search-overlay form label {
      color: #FFF;
      font-size: 17px;
      font-weight: bold; }
    #search-overlay form input {
      border: none;
      border-bottom: 3px solid #ffffff;
      text-align: center;
      opacity: 1;
      -webkit-transition: border-color 0.24s ease-in-out;
      transition: border-color 0.24s ease-in-out; }
      #search-overlay form input:focus {
        border-color: #215d8d; }
    #search-overlay form button .fa {
      margin-right: 10px; }
  #search-overlay .close {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 26px;
    top: -10px;
    cursor: pointer;
    -webkit-transition: color 0.24s ease-in-out;
    transition: color 0.24s ease-in-out; }
    #search-overlay .close:hover, #search-overlay .close:focus, #search-overlay .close:active {
      color: #be3a34; }

/*
    Date Picker
*/
.ui-datepicker {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 2px solid #be3a34; }
  .ui-datepicker .ui-datepicker-header {
    padding: 10px;
    border-bottom: 2px solid #be3a34;
    text-align: center; }
    .ui-datepicker .ui-datepicker-header a {
      display: inline-block;
      margin: 0 5px 10px;
      padding: 3px 7px;
      cursor: pointer; }
    .ui-datepicker .ui-datepicker-header select {
      padding: 5px 15px; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    text-align: center; }
    .ui-datepicker .ui-datepicker-calendar thead {
      color: #be3a34; }
    .ui-datepicker .ui-datepicker-calendar td, .ui-datepicker .ui-datepicker-calendar th {
      border-right: 1px solid #ccc;
      border-top: 1px solid #ccc;
      padding: 0; }
      .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar th a {
        display: block;
        padding: 1px 5px; }
      .ui-datepicker .ui-datepicker-calendar td:last-child, .ui-datepicker .ui-datepicker-calendar th:last-child {
        border-right: 0; }
    .ui-datepicker .ui-datepicker-calendar tbody tr:nth-child(even) {
      background: #eee; }

/*********************
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
*********************/
html {
  overflow-x: hidden; }
  html.scrolled.menu-open {
    overflow: hidden; }

body {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  letter-spacing: -0.01em;
  line-height: 25px;
  color: #444;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body.scrolled.menu-open {
    overflow: hidden; }

/********************
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-results article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .search-results article:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

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

.floatoverflow {
  overflow: hidden; }

.main-col,
.side-col {
  float: left;
  width: 100%; }

/*********************
HEADER STYLES
*********************/
.header.spacer {
  padding-bottom: 80px; }
  .header.spacer.extra-space {
    padding-bottom: 120px; }

#siteinfo {
  padding-top: 10px;
  text-align: center;
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #000;
  line-height: 30px;
  padding-bottom: 9px; }
  #siteinfo img {
    display: block;
    margin: 0 auto;
    width: 72px;
    height: 72px; }
  #siteinfo span {
    display: block;
    margin-bottom: 6px; }
  #siteinfo .name {
    font-size: 28px; }
    #siteinfo .name a {
      color: inherit; }

#sidebarfold {
  background: #eee;
  border-bottom: 1px solid #e0e0e0;
  padding: 6px 6.25%;
  text-transform: uppercase;
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 14px;
  cursor: pointer; }
  #sidebarfold .fa {
    margin-left: 10px; }

.titlebar {
  background: url("../images/defaultbanner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  position: relative; }
  .titlebar h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/*********************
NAVIGATION STYLES
*********************/
.main-menu-wrap {
  background: #215d8d;
  margin-bottom: 10px; }
  .main-menu-wrap.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99; }
    .main-menu-wrap.sticky.open {
      max-height: 100%;
      overflow-y: auto; }

#menu-toggle {
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #FFF;
  text-transform: uppercase;
  padding: 18px 6.25% 17px;
  cursor: pointer;
  display: inline-block; }
  #menu-toggle .fa {
    margin-right: 10px; }

.tablet-ctas {
  float: right;
  padding: 14px 6.25% 14px 0; }
  .tablet-ctas a.btn, .tablet-ctas a.blue-btn, .tablet-ctas a.comment-reply-link, .tablet-ctas a#submit, .tablet-ctas a.red-btn, .tablet-ctas a.green-btn, .tablet-ctas a.grey-btn, .tablet-ctas a.white-btn {
    font-size: 13px; }

#main-menu {
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 15px; }
  #main-menu li {
    border-top: 1px solid #12344f; }
    #main-menu li a {
      color: #FFF;
      padding: 10px 6.25%; }
      #main-menu li a:focus, #main-menu li a:active, #main-menu li a:hover {
        background: #12344f; }
    #main-menu li ul li {
      padding-left: 6.25%;
      background: #12344f; }
    #main-menu li .open-children {
      background: #12344f;
      color: #FFF;
      float: right;
      text-align: center;
      width: 46px;
      height: 46px;
      line-height: 46px; }
  #main-menu .open-children {
    display: none; }
  #main-menu .menu-item-has-children > .open-children {
    display: block; }
  #main-menu ul {
    display: none; }
    #main-menu ul.active {
      display: block; }

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li a {
    display: block;
    text-decoration: none; }
    .nav li a:hover, .nav li a:focus {
      text-decoration: none; }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin: 0; }

/* end .nav */
/*********************
HOMEBINS STYLING
*********************/
.homebins {
  margin-left: -5px;
  margin-right: -5px; }
  .homebins .hero {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 100%;
    padding-bottom: 10px; }
  .homebins .quicklinks {
    width: 100%;
    float: left;
    margin-top: -5px; }
  .homebins .quicklink {
    width: 87.5%;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600; }
    .homebins .quicklink .background {
      position: relative;
      background: #be3a34; }
    .homebins .quicklink a {
      width: 100%;
      height: 100%;
      padding: 10px 20px;
      display: block;
      color: #FFF; }
    .homebins .quicklink .title .border-wrap {
      display: block;
      border-left: 10px solid #922f2b;
      padding: 10px 20px;
      margin: -10px -20px; }

@media (max-width: 767px) {
  .homebins .quicklink .background {
    background-image: none !important; } }

.boxes .box {
  font-size: 14px;
  background: #FFF;
  margin-bottom: 20px; }
  .boxes .box .imagebox {
    width: 100%;
    height: 260px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    .boxes .box .imagebox a {
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity 0.24s ease-in-out;
      transition: opacity 0.24s ease-in-out; }
      .boxes .box .imagebox a:hover, .boxes .box .imagebox a:focus, .boxes .box .imagebox a:active {
        opacity: 0.35; }
  .boxes .box .contentbox {
    padding: 23px 25px 32px; }
    .boxes .box .contentbox a {
      text-transform: uppercase;
      color: #5c9619; }
      .boxes .box .contentbox a:hover, .boxes .box .contentbox a:focus, .boxes .box .contentbox a:active {
        text-decoration: underline; }

.cutaway {
  background: #e6e0d9;
  padding: 80px 0 85px; }
  .cutaway h2, .cutaway .placeholder-for-division-link {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-bottom: 36px; }

.events-news {
  padding-bottom: 50px; }
  .events-news h2, .events-news .placeholder-for-division-link {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 600; }

.listing-block {
  padding: 24px 0 30px; }
  .listing-block .daterange {
    display: block;
    margin-top: -10px;
    margin-bottom: 8px; }
  .listing-block .location {
    display: block;
    margin-top: 10px;
    margin-bottom: -8px; }
  .listing-block h3 {
    color: #be3a34;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }
  .listing-block .block {
    background: #F5F5F5;
    padding: 40px 20px;
    margin-bottom: 20px;
    position: relative; }
    .listing-block .block .imagewrap {
      display: none; }
    .listing-block .block .contentwrap {
      padding-right: 20px;
      padding-left: 20px; }
  .listing-block a.more {
    font-size: 14px;
    text-transform: uppercase;
    color: #5c9619;
    padding: 5px 25px;
    display: block; }
    .listing-block a.more :after {
      content: ' >'; }
    .listing-block a.more:hover, .listing-block a.more:focus, .listing-block a.more:active {
      text-decoration: underline; }
  .listing-block.shortcoded {
    padding: 0; }
    .listing-block.shortcoded .block {
      padding: 11px 21px 22px;
      background: none;
      border: 1px solid #ddd;
      margin-bottom: 9px; }
      .listing-block.shortcoded .block:last-child {
        margin-bottom: 0; }
      .listing-block.shortcoded .block .contentwrap {
        padding: 7px 0; }
    .listing-block.shortcoded .title {
      font-size: 18px;
      margin-bottom: 17px;
      letter-spacing: 0.015em; }
    .listing-block.shortcoded .fa {
      width: 20px;
      margin-right: 5px;
      text-align: center; }
    .listing-block.shortcoded .daterange {
      margin-bottom: 2px; }
    .listing-block.shortcoded .location {
      margin-top: 4px; }

.field-items .filefield-file img {
  margin: 0 15px 0 0; }

.licencee-grid > div:nth-child(odd) {
  clear: left; }

.licencee-grid .item {
  text-align: center;
  margin-bottom: 20px; }
  .licencee-grid .item .imgwrap {
    border: 1px solid #ddd;
    background: #eee;
    padding: 20px; }
  .licencee-grid .item img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 100px; }
  .licencee-grid .item strong, .licencee-grid .item span {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd; }
    .licencee-grid .item strong:last-child, .licencee-grid .item span:last-child {
      border-bottom: 0; }

/*********************
SLIDER STYLES
*********************/
.flexslider {
  border: none;
  margin-bottom: 0; }
  .flexslider .slides > li {
    background-color: #ebebeb; }
  .flexslider .slide-content-wrap {
    width: 87.5%;
    margin: 0 auto;
    display: block;
    padding: 47px 0 49px 30px; }
    .flexslider .slide-content-wrap h2, .flexslider .slide-content-wrap .placeholder-for-division-link {
      font-size: 40px;
      line-height: 40px;
      display: block;
      margin-bottom: 20px;
      position: relative; }
      .flexslider .slide-content-wrap h2 .pretitle, .flexslider .slide-content-wrap .placeholder-for-division-link .pretitle {
        font-weight: bold;
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 3px;
        text-transform: uppercase;
        display: block; }
      .flexslider .slide-content-wrap h2:before, .flexslider .slide-content-wrap .placeholder-for-division-link:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -28px;
        width: 5px;
        height: 70px;
        background: #be3a34; }
    .flexslider .slide-content-wrap .learnmore {
      color: #FFF;
      font-weight: bold;
      display: table;
      margin-top: 15px; }
  .flexslider .flex-control-nav {
    top: 20px;
    bottom: auto;
    right: 0;
    z-index: 10;
    padding: 0 20px;
    width: auto; }
    .flexslider .flex-control-nav li {
      margin: 0 3px; }
      .flexslider .flex-control-nav li a {
        box-shadow: none;
        background-color: #ccc; }
        .flexslider .flex-control-nav li a.flex-active {
          background-color: #5c9619; }
        .flexslider .flex-control-nav li a:hover, .flexslider .flex-control-nav li a:focus, .flexslider .flex-control-nav li a:active {
          background-color: #34540e; }

@media (max-width: 767px) {
  .flexslider .slides > li {
    background-image: none !important; } }

/*********************
POSTS & CONTENT STYLES
*********************/
#inner-content {
  padding: 0 0 127px; }

.bulletin .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .bulletin .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.hentry footer p {
  margin: 0; }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
  font-style: italic;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .byline > span {
    margin-right: 15px; }
  .byline .grouping:after {
    content: ', '; }
  .byline .grouping:last-child:after {
    content: ''; }

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

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

.speaker {
  border: 1px solid #ddd;
  padding: 7px; }
  .speaker:not(:first-child) {
    border-top: 0; }
  .speaker span {
    width: 100%;
    display: block; }
    .speaker span.title {
      width: auto;
      color: #888;
      font-style: italic; }

/******************************************************************
XML STYLES
******************************************************************/
.xml-title {
  margin-bottom: 20px; }

.winner {
  border: 1px solid #ddd;
  padding: 7px 20px 2px;
  margin-bottom: 26px;
  position: relative;
  text-align: center; }

.winner-box {
  display: inline-block; }
  .winner-box strong {
    margin-top: 11px;
    display: block;
    color: #222;
    position: absolute;
    left: 50%;
    top: -25px;
    background: #FFF;
    padding: 0 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .winner-box strong:before {
      content: '- '; }
    .winner-box strong:after {
      content: ' -'; }
  .winner-box .trophy {
    text-align: center; }
    .winner-box .trophy .image-box {
      overflow: hidden; }
      .winner-box .trophy .image-box img {
        margin: 0;
        max-width: 145px; }
  .winner-box .winnertext {
    overflow: hidden;
    padding: 22px 15px 0; }
    .winner-box .winnertext span {
      display: block;
      font-size: 18px;
      color: #888;
      margin-bottom: 11px; }
    .winner-box .winnertext p {
      margin: 0; }

.xml-row {
  margin-bottom: 20px; }
  .xml-row .xml-item {
    margin-bottom: 20px; }
    .xml-row .xml-item .inner {
      padding: 15px 12px 4px;
      border: 1px solid #ddd; }
      .xml-row .xml-item .inner h3 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px; }
        .xml-row .xml-item .inner h3 a {
          color: inherit; }
          .xml-row .xml-item .inner h3 a:hover, .xml-row .xml-item .inner h3 a:focus, .xml-row .xml-item .inner h3 a:active {
            color: #922f2b; }
      .xml-row .xml-item .inner div {
        font-size: 14px;
        border-top: 1px solid #ddd;
        padding: 4px 12px;
        margin: 0 -12px; }
        .xml-row .xml-item .inner div:nth-child(even) {
          /*background: #fafafa;*/ }
        .xml-row .xml-item .inner div:last-child {
          margin-bottom: -4px;
          padding-bottom: 4px; }
        .xml-row .xml-item .inner div span {
          font-size: 11px;
          line-height: 12px;
          color: #922f2b;
          text-transform: uppercase;
          padding-top: 5px;
          display: block; }
          .xml-row .xml-item .inner div span.fa {
            display: inline-block;
            margin-right: 8px;
            font-size: 16px; }
        .xml-row .xml-item .inner div a {
          font-weight: bold; }
      .xml-row .xml-item .inner .titlewrap {
        border-top: 0;
        padding: 0;
        margin: 0;
        position: relative;
        min-height: 40px; }
        .xml-row .xml-item .inner .titlewrap h3 {
          position: absolute;
          bottom: 0;
          left: 0; }
  .xml-row.table-style .xml-item {
    margin: 0; }
    .xml-row.table-style .xml-item:nth-child(2n) {
      background: #fafafa; }
    .xml-row.table-style .xml-item .inner {
      padding: 0 10px;
      margin: 0; }
      .xml-row.table-style .xml-item .inner h3 {
        font-size: 14px;
        line-height: 18px; }
      .xml-row.table-style .xml-item .inner div {
        border: 0;
        padding: 15px 10px;
        margin: 0; }
        .xml-row.table-style .xml-item .inner div:last-child {
          margin: 0;
          padding: 15px 10px; }
        .xml-row.table-style .xml-item .inner div:nth-child(even) {
          background: none; }

.xml-collapse .xml-title {
  cursor: pointer;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 8px;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px; }
  .xml-collapse .xml-title:hover, .xml-collapse .xml-title:focus, .xml-collapse .xml-title:active {
    color: #12344f; }
  .xml-collapse .xml-title .fa {
    font-size: 20px;
    color: #215d8d;
    float: right;
    position: relative;
    bottom: -7px;
    right: -1px; }

.xml-collapse .xml-row {
  display: none; }

.xml-collapse.active .xml-row {
  display: block; }

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

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    padding: 0;
    clear: both; }
  .pagination li {
    padding: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden; }
  .pagination a, .pagination li > span {
    margin: 5px;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 5px 10px;
    min-width: 1em;
    display: block;
    background: #eee;
    border-radius: 4px; }
    .pagination a:hover, .pagination a:focus, .pagination li > span:hover, .pagination li > span:focus {
      background-color: #215d8d;
      color: #FFF; }
  .pagination .current {
    cursor: default;
    color: #888; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #eee;
      color: #888; }

/* 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 */
.filter {
  text-align: center;
  margin-bottom: 20px; }
  .filter a {
    margin: 0 5px 10px; }

.button-row {
  margin-top: 30px;
  text-align: center;
  clear: both; }

.news-listing .item {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.01em; }
  .news-listing .item h2, .news-listing .item .placeholder-for-division-link {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px; }
  .news-listing .item .date {
    font-size: 15px; }
  .news-listing .item .groupings {
    margin: 7px -10px 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px; }
    .news-listing .item .groupings .grouping {
      display: block;
      width: 50%;
      padding: 10px;
      float: left;
      box-sizing: padding-box; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #999;
  /* 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 #999;
  /* 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: #999;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #FFF; }
  .comment.even {
    background: #999; }

/* 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 #999; }

#reply-title {
  margin: 0; }

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

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

.form-allowed-tags {
  padding: 1.5em;
  background-color: #999;
  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 {
  margin-top: 40px;
  display: none; }
  .sidebar.active {
    display: block; }

#main {
  margin-top: 40px; }

.widgettitle {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  background: #215d8d;
  border-radius: 5px 5px 0 0;
  padding: 7px 14px;
  margin: -17px -15px 16px;
  border-bottom: 1px solid #ddd; }
  .widgettitle.current_page_item a {
    color: #FFF; }
  .widgettitle a {
    color: inherit; }

.widget {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 16px 14px 18px;
  margin-bottom: 30px; }
  .widget ul {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
    margin: 0;
    line-height: 20px; }
    .widget ul li {
      position: relative;
      padding-left: 18px;
      margin-top: 10px;
      /* deep nesting */ }
      .widget ul li.toggle {
        font-size: 0; }
        .widget ul li.toggle a {
          font-size: 14px;
          display: inline;
          padding-right: 22px; }
      .widget ul li .control {
        font-size: 14px;
        display: inline;
        width: 14px;
        margin-right: -22px;
        margin-left: -22px;
        cursor: pointer; }
        .widget ul li .control:before {
          padding: 5px; }
      .widget ul li a {
        color: #444; }
        .widget ul li a:hover, .widget ul li a:focus, .widget ul li a:active {
          text-decoration: underline; }
      .widget ul li.current_page_item > a {
        color: #5c9619; }
      .widget ul li ul {
        display: none;
        font-weight: normal;
        color: #6e6e6e; }
      .widget ul li.active > ul {
        display: block; }

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

.cta-block {
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  padding: 40px 28px;
  background-color: #215d8d;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  border-radius: 5px; }
  .cta-block h3 {
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
    line-height: 28px; }
  .cta-block .extra {
    margin-bottom: 15px; }
  .cta-block.has-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .cta-block.has-image * {
      z-index: 4;
      position: relative; }
    .cta-block.has-image:before {
      border-radius: 5px;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      background: transparent;
      background: -webkit-linear-gradient(top, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

/*********************
FOOTER STYLES
*********************/
.footer {
  font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  clear: both;
  color: #FFF; }
  .footer .top-footer {
    text-align: center;
    padding: 22px 0 2px;
    background: #922f2b; }
    .footer .top-footer .col-m-12 {
      margin-bottom: 20px; }
  .footer .bottom-footer {
    background: #be3a34; }
  .footer a:not(.white-btn) {
    color: inherit; }
    .footer a:not(.white-btn):focus, .footer a:not(.white-btn):hover, .footer a:not(.white-btn):active {
      color: #d66d69; }

.social-block {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #eee;
  font-size: 20px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px 0 0; }
  .social-block:last-child {
    margin: 0; }
  .social-block a {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%; }
    .social-block a span {
      color: #be3a34;
      -webkit-transition: color 0.24s ease-in-out;
      transition: color 0.24s ease-in-out; }
    .social-block a:focus span, .social-block a:hover span, .social-block a:active span {
      color: inherit !important; }
  .social-block .name {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }

.contact {
  padding: 37px 0 18px; }
  .contact p {
    font-size: 15px;
    line-height: 25px;
    margin: 0; }
  .contact .name {
    font-weight: bold; }
  .contact .address .street,
  .contact .address .postal {
    display: block; }
  .contact .barwrap {
    position: relative;
    padding-left: 23px;
    margin-bottom: 18px;
    max-width: 275px; }
    .contact .barwrap:before {
      content: '';
      display: block;
      width: 5px;
      height: calc(100% - 8px);
      position: absolute;
      left: 0;
      top: 4px;
      background: #FFF; }
  .contact .telnumbers {
    padding-left: 23px; }
    .contact .telnumbers > span {
      display: block; }

.copyright {
  font-size: 13px;
  line-height: 20px;
  color: #d7d7d7;
  padding: 40px 10px 38px; }
  .copyright span {
    display: block; }

body .nc_socialPanelSide .nc_tweetContainer {
  width: 50px; }

body .nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes):hover {
  width: 120px; }

.entry-content {
  /******************************************************************
Stylesheet: Elements Stylesheet
******************************************************************/
  /*
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 18px; }
  .entry-content ul.content-list, .entry-content ol.content-list {
    margin: 0 0 18px; }
    .entry-content ul.content-list li, .entry-content ol.content-list li {
      padding-left: 30px;
      padding-bottom: 7px;
      position: relative; }
      .entry-content ul.content-list li:last-child, .entry-content ol.content-list li:last-child {
        padding-bottom: 0; }
    .entry-content ul.content-list ul,
    .entry-content ul.content-list ol, .entry-content ol.content-list ul,
    .entry-content ol.content-list ol {
      margin: 8px 0 0; }
  .entry-content ul.content-list > li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 9px;
    left: 13px;
    background: #be3a34; }
  .entry-content ol.content-list {
    counter-reset: orderedlist; }
    .entry-content ol.content-list > li:before {
      content: counter(orderedlist) ".";
      counter-increment: orderedlist;
      display: block;
      position: absolute;
      top: 0;
      left: 9px; }
  .entry-content table {
    width: 100%;
    border: 1px solid #ddd; }
  .entry-content .table-container {
    width: auto;
    min-width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 26px; }
  .entry-content tr {
    border-bottom: 1px solid #ddd; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #ddd; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: bold;
    text-align: left;
    padding: 7px; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #215d8d;
    font-style: italic; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 18px 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #999;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 15px;
      max-width: 50%;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 15px;
      max-width: 100%;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */ }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 728px; }
  .main-col {
    width: 66.666667%; }
    .main-col.full {
      width: 100%; }
  .side-col {
    width: 33.333333%; }
  /*********************
HEADER STYLES
*********************/
  .header.spacer {
    padding-bottom: 80px; }
    .header.spacer.extra-space {
      padding-bottom: 80px; }
  #sidebarfold {
    display: none; }
  #siteinfo {
    padding-top: 14px;
    padding-bottom: 24px;
    text-align: left; }
    #siteinfo img {
      margin: 0 18px 0;
      width: auto;
      height: auto; }
    #siteinfo .logo {
      float: left; }
    #siteinfo .name {
      padding-top: 15px;
      margin-bottom: 2px; }
    #siteinfo .description {
      font-size: 14px;
      text-transform: uppercase; }
  .news-listing #postgrid > div:nth-child(2n+1) {
    clear: both; }
  /*********************
HOMEBINS STYLING
*********************/
  .listing-block .block .imagewrap {
    float: left;
    margin-right: 20px;
    display: block; }
  .listing-block .block .contentwrap.clearimg {
    padding-left: 120px; }
  .listing-block .block img {
    display: block;
    margin: 0;
    height: auto;
    width: 100px; }
  /*********************
SLIDER STYLES
*********************/
  .flexslider {
    border: none;
    margin-bottom: 0; }
    .flexslider .slides > li {
      height: 560px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      .flexslider .slides > li:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: transparent;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.36) 34%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(34%, rgba(0, 0, 0, 0.36)), color-stop(70%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -o-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -ms-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
    .flexslider .slide-content-wrap {
      width: 100%;
      color: #FFF;
      margin: 0;
      z-index: 5;
      right: 0;
      padding: 55px 80px;
      position: absolute;
      bottom: 0; }
      .flexslider .slide-content-wrap h2, .flexslider .slide-content-wrap .placeholder-for-division-link {
        color: inherit;
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px; }
        .flexslider .slide-content-wrap h2 .pretitle, .flexslider .slide-content-wrap .placeholder-for-division-link .pretitle {
          font-size: 24px;
          line-height: 24px; }
        .flexslider .slide-content-wrap h2 a, .flexslider .slide-content-wrap .placeholder-for-division-link a {
          font-weight: bold;
          color: #FFF;
          display: initial; }
          .flexslider .slide-content-wrap h2 a:focus, .flexslider .slide-content-wrap .placeholder-for-division-link a:focus, .flexslider .slide-content-wrap h2 a:hover, .flexslider .slide-content-wrap .placeholder-for-division-link a:hover, .flexslider .slide-content-wrap h2 a:active, .flexslider .slide-content-wrap .placeholder-for-division-link a:active {
            color: #be3a34; }
  .winner-box .trophy {
    float: left; }
  .winner-box .winnertext {
    text-align: left; }
  .speaker span {
    width: 50%;
    float: left; }
    .speaker span.title, .speaker span.date {
      clear: both;
      float: none;
      width: auto; }
  /*********************
NAVIGATION STYLES
*********************/
  #inner-content {
    padding: 38px 0 127px; }
  #menu-toggle {
    float: left; }
  #menu-item-3745 > a:before,
  #menu-item-5050 > a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: '\f2be';
    margin-right: 7px;
    position: relative;
    top: 1px; }
  .tablet-ctas *:first-child {
    margin-right: 17px; }
  #main-menu {
    clear: both; }
  /*********************
HOMEBINS STYLING
*********************/
  .homebins .quicklink {
    width: 50%;
    height: 285px;
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
    .homebins .quicklink .background {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
      .homebins .quicklink .background:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: transparent;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.36) 34%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(34%, rgba(0, 0, 0, 0.36)), color-stop(70%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -o-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: -ms-linear-gradient(top, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
    .homebins .quicklink .title {
      width: calc(100% - 40px);
      padding: 45px 0;
      position: absolute;
      bottom: 0; }
      .homebins .quicklink .title .border-wrap {
        display: block;
        border-left: 5px solid #be3a34;
        padding: 0 0 0 20px;
        margin: 0; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 0;
    padding-right: 40px;
    display: block; }
  #main {
    margin-top: 0; }
  .widget ul li {
    /* deep nesting */ }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  .licencee-grid > div:nth-child(odd) {
    clear: none; }
  .licencee-grid > div:nth-child(3n+1) {
    clear: left; }
  .xml-row > div:nth-child(odd) {
    clear: left; }
  /*********************
FOOTER STYLES
*********************/
  .footer .top-footer {
    text-align: left;
    padding: 17px 0 0; }
    .footer .top-footer .social {
      text-align: right; }
    .footer .top-footer .col-m-12 {
      margin-bottom: 13px; }
  .contact {
    margin: 0 -10px; }
    .contact > * {
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .contact .barwrap {
      padding-left: 40px; }
      .contact .barwrap:before {
        left: 10px; }
    .contact .telnumbers {
      padding-left: 42px;
      padding-top: 25px; }
  .copyright {
    padding: 38px 10px 18px; }
    .copyright span {
      display: inline-block; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 992px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  html.scrolled.menu-open {
    overflow: auto;
    overflow-x: hidden; }
  body.scrolled.menu-open {
    overflow: auto;
    overflow-x: hidden; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 95%;
    max-width: 1200px; }
  .main-col {
    width: 72.25%; }
    .main-col.full {
      width: 100%; }
  .side-col {
    width: 27.75%;
    padding-right: 4.333333%; }
  /*********************
HEADER STYLES
*********************/
  .header.spacer {
    padding-bottom: 0; }
    .header.spacer.extra-spacing {
      padding-bottom: 0; }
  .header-ctas {
    clear: both;
    float: right;
    font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif; }
    .header-ctas * {
      display: block;
      float: left;
      margin-left: 20px; }
      .header-ctas *:first-child {
        margin-left: 0; }
    .header-ctas #searchsite {
      margin-top: 3px;
      font-size: 15px;
      text-transform: uppercase;
      color: #be3a34;
      text-decoration: none; }
      .header-ctas #searchsite > span {
        font-size: 13px;
        color: #FFF;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: #be3a34;
        border-radius: 100%;
        margin-right: 7px; }
      .header-ctas #searchsite:focus, .header-ctas #searchsite:active, .header-ctas #searchsite:hover {
        color: #922f2b;
        text-decoration: none; }
        .header-ctas #searchsite:focus > span, .header-ctas #searchsite:active > span, .header-ctas #searchsite:hover > span {
          color: #FFF;
          background: #922f2b; }
  .speaker span.location {
    clear: none;
    float: left;
    width: 25%; }
  .speaker span.who {
    clear: none;
    float: left;
    width: 50%; }
  .speaker span.date {
    clear: none;
    float: left;
    width: 25%; }
  .news-listing #postgrid > div:nth-child(2n+1) {
    clear: none; }
  .news-listing #postgrid > div:nth-child(3n+1) {
    clear: both; }
  /*********************
NAVIGATION STYLES
*********************/
  .main-menu-wrap.sticky {
    position: static;
    width: auto;
    top: auto;
    z-index: 99; }
  #header-menu {
    font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
    text-align: right;
    padding-top: 28px;
    padding-bottom: 7px;
    font-size: 15px; }
    #header-menu > ul {
      float: right; }
    #header-menu li {
      display: block;
      float: left;
      margin-left: 20px; }
      #header-menu li:first-child {
        margin-left: 0; }
      #header-menu li a {
        display: block;
        color: #4b4b4b;
        padding: 7px 0; }
        #header-menu li a:hover, #header-menu li a:focus, #header-menu li a:active {
          color: #be3a34; }
  /*
    Main Menu
*/
  #main-menu {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    /*
        Top Level
    */ }
    #main-menu ul {
      display: block; }
    #main-menu li {
      border-top: none;
      display: block;
      position: relative; }
      #main-menu li.edge ul {
        right: 0; }
      #main-menu li ul {
        background: #f0f0f0;
        padding: 5px 0 11px;
        text-align: left;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        font-family: "Open Sans", "Georgia", Cambria, Times New Roman, Times, serif;
        text-transform: none;
        border: 1px solid #215d8d;
        border-radius: 0 0 8px 8px; }
        #main-menu li ul .menu-item-has-children > a:after {
          content: ' >';
          display: inline-block;
          margin-left: 10px; }
        #main-menu li ul li {
          white-space: nowrap;
          padding-left: 0;
          position: relative;
          background: none; }
          #main-menu li ul li ul {
            left: 100%;
            top: 0 !important; }
          #main-menu li ul li a {
            color: #444;
            font-size: 14px;
            font-weight: 600;
            margin-top: 6px;
            padding: 6px 30px 5px; }
            #main-menu li ul li a:focus, #main-menu li ul li a:active, #main-menu li ul li a:hover {
              color: #FFF;
              background: #be3a34; }
      #main-menu li:hover > ul {
        top: auto;
        visibility: visible; }
    #main-menu > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #main-menu > ul.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #main-menu > ul > li {
        display: inline-block;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-transform: uppercase;
        text-align: center; }
        #main-menu > ul > li.wpml-ls-item {
          display: none; }
        #main-menu > ul > li > a {
          margin: 20px 0;
          border-right: 1px solid #6c90ad;
          padding: 0 8px; }
          #main-menu > ul > li > a:focus, #main-menu > ul > li > a:active, #main-menu > ul > li > a:hover {
            background: none;
            color: #6c90ad; }
        #main-menu > ul > li:first-child > a {
          padding-left: 0; }
        #main-menu > ul > li:last-child > a, #main-menu > ul > li#menu-item-5055 > a, #main-menu > ul > li#menu-item-5074 > a {
          border-right: 0;
          padding-right: 0; }
    #main-menu .open-children {
      display: none !important; }
  /*********************
HOMEBINS STYLING
*********************/
  .homebins .hero {
    width: 40%; }
  .homebins .quicklinks {
    width: 60%; }
  .homebins .quicklink {
    width: 33.33333%; }
    .homebins .quicklink a {
      padding: 30px; }
    .homebins .quicklink .title {
      width: calc(100% - 60px); }
  .licencee-grid > div:nth-child(odd) {
    clear: none; }
  .licencee-grid > div:nth-child(3n+1) {
    clear: none; }
  .licencee-grid > div:nth-child(4n+1) {
    clear: left; }
  .xml-row > div:nth-child(odd) {
    clear: none; }
  .xml-row > div:nth-child(3n+1) {
    clear: left; }
  /*********************
FOOTER STYLES
*********************/
  .footer .top-footer {
    text-align: left;
    padding: 17px 0 0; }
    .footer .top-footer .social {
      text-align: right; }
    .footer .top-footer .col-m-12 {
      margin-bottom: 13px; }
  .footer .bottom-footer {
    padding-bottom: 21px; }
  .contact .barwrap {
    padding-left: 9px; }
    .contact .barwrap:before {
      left: -21px; }
  .copyright {
    text-align: right;
    padding: 75px 10px 18px; }
    .copyright span {
      display: block; }
  body .nc_socialPanelSide {
    left: -8px !important; }
  .nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
    display: none !important; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

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

******************************************************************/ }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    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, .placeholder-for-division-link, h3 {
    orphans: 3;
    widows: 3; }
  h2, .placeholder-for-division-link,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
