@charset "UTF-8";
/*!
 * Theme Name:  Skills USA
 * Description: Custom theme for Skills USA
 * Author:      Lion Associates
 * Author URI:  http://lionassociates.com/
 * Version:     1.0.0
 */
/* 0. Imports, Variables, & Mixins
 * ========================================================================= */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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 {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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.
 */
small {
  font-size: 80%; }

/**
 * 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; }

/* ==========================================================================
   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; }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.calendar-head, .cal-gui-head {
  position: relative;
  padding: 0 30px;
  text-align: center;
  height: 30px; }
  .calendar-head .prev, .calendar-head .next, .calendar-head .cal-gui-prev, .calendar-head .cal-gui-next, .cal-gui-head .prev, .cal-gui-head .next, .cal-gui-head .cal-gui-prev, .cal-gui-head .cal-gui-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    font-size: 23px;
    border: none;
    background: none;
    color: #655007; }
  .calendar-head .next, .calendar-head .cal-gui-next, .cal-gui-head .next, .cal-gui-head .cal-gui-next {
    right: 0; }
  .calendar-head .prev, .calendar-head .cal-gui-prev, .cal-gui-head .prev, .cal-gui-head .cal-gui-prev {
    left: 0; }
  .calendar-head h2, .cal-gui-head h2 {
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal; }

.post-content .calendar-head h2 {
  font-size: 20px;
  color: #655007; }

.cal-gui-filter-reset, .tax-buttons-filter-reset {
  cursor: pointer; }

.calendar-table .table-head {
  font-weight: bold;
  background-color: #f5f5f5;
  color: #bbb; }
  .calendar-table .table-head th {
    border: 1px solid #ccc; }
.calendar-table .day-wrap {
  display: block;
  min-height: 90px;
  position: relative;
  padding: 30px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .calendar-table .day-wrap .day-number {
    position: absolute;
    top: 0;
    left: 0; }
  .calendar-table .day-wrap .day-event-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 14px; }
    .calendar-table .day-wrap .day-event-list li {
      margin: 0 0 8px; }
.calendar-table .not-a-day {
  background-color: #f5f5f5; }
.calendar-table .today {
  color: #a48d4d; }
.calendar-table td {
  border: 1px solid #ccc; }

.events-list-button-filter h2 {
  color: #0e4c76; }

.tax-buttons-filter {
  list-style: none;
  margin: 10px 0;
  padding: 0; }
  .tax-buttons-filter li {
    margin: 0 0 5px; }
    .tax-buttons-filter li a {
      display: block; }

@media only screen and (max-width: 40em) {
  .table-head, .not-a-day {
    display: none !important; }

  .calendar-table td {
    display: block;
    width: auto !important; }
    .calendar-table td .day-wrap {
      min-height: initial; } }
.cal-gui {
  text-align: center;
  margin: 0 0 5px; }
  .cal-gui td {
    border: 1px solid #eee; }
  .cal-gui .not-a-day {
    background-color: #f5f5f5; }
  .cal-gui .today {
    color: #0e4c76;
    font-weight: bold; }
  .cal-gui .cal-gui-has-events {
    background-color: #a48d4d;
    color: white;
    cursor: pointer; }
    .cal-gui .cal-gui-has-events:hover {
      background-color: #0e4c76; }

.cal-gui-filter-reset, .tax-buttons-filter-reset {
  color: #bbb;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer; }
  .cal-gui-filter-reset:hover, .tax-buttons-filter-reset:hover {
    text-decoration: none; }

#events-page .page-content {
  width: 75%; }
#events-page #sidebar .calendar-toggle {
  position: relative;
  margin-bottom: 22px; }
  #events-page #sidebar .calendar-toggle:after {
    content: '';
    display: table;
    clear: both; }
  #events-page #sidebar .calendar-toggle a {
    display: block;
    width: 48%;
    margin-left: 1%;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    background: #f5f5f5;
    float: left;
    border-radius: 4px;
    border: 1px solid #eee;
    color: #655007;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #events-page #sidebar .calendar-toggle a:first-child {
      margin-left: 0;
      margin-right: 1%; }
    #events-page #sidebar .calendar-toggle a:hover {
      text-decoration: none;
      background: #eee;
      border-color: #ddd; }
    #events-page #sidebar .calendar-toggle a.active {
      border-color: #655007;
      background: #f5f5f5; }

.events-list ul.list-events {
  list-style: none;
  margin: 0;
  padding: 0 40px 0 0; }
  .events-list ul.list-events > li {
    margin: 0 0 30px; }
    .events-list ul.list-events > li:after {
      content: '';
      display: table;
      clear: both; }
    .events-list ul.list-events > li .event-thumb {
      float: left;
      width: 25%;
      height: auto;
      margin-right: 2%;
      border: 6px solid white;
      -webkit-box-shadow: -1px -1px 2px 1px #ccc;
      box-shadow: -1px -1px 2px 1px #ccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .events-list ul.list-events > li .event-text-wrap {
      float: left;
      width: 73%; }
      .events-list ul.list-events > li .event-text-wrap .event-details .detail-list {
        margin: 0 0 10px;
        padding: 0;
        list-style: none; }
      .events-list ul.list-events > li .event-text-wrap .event-title {
        margin: 0 0 5px;
        font-size: 18px;
        line-height: 1; }
        .events-list ul.list-events > li .event-text-wrap .event-title a {
          color: #0e4c76; }

#single-event {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #single-event:after {
    content: '';
    display: table;
    clear: both; }
  #single-event .la__event {
    width: 75%;
    float: left; }
    @media all and (max-width: 64em) {
      #single-event .la__event {
        width: 70%; } }
    @media all and (max-width: 45.5em) {
      #single-event .la__event {
        width: 100%; } }
    #single-event .la__event .single-content {
      padding: 0 30px 0 0; }
      #single-event .la__event .single-content .attachment-medium {
        float: left;
        display: block;
        max-width: 240px;
        height: auto;
        margin: 0 10px 10px 0;
        border: 6px solid white;
        -webkit-box-shadow: -1px -1px 2px 1px #ccc;
        box-shadow: -1px -1px 2px 1px #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
  #single-event #sidebar {
    width: 25%;
    float: left;
    margin-top: 0; }
    @media all and (max-width: 64em) {
      #single-event #sidebar {
        width: 30%; } }
    @media all and (max-width: 45.5em) {
      #single-event #sidebar {
        width: 100%; } }
    #single-event #sidebar .widget-title {
      margin: 0 0 10px; }
    #single-event #sidebar ul.detail-list {
      list-style: none;
      margin: 0;
      padding: 0; }

/* 1. Base
 * ========================================================================= */
body {
  background-color: #fff;
  color: #655007;
  font-size: 13px;
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0; }

a {
  color: #177cc0;
  text-decoration: none; }
  a:hover {
    color: #0e4c76;
    text-decoration: underline; }

nav ul {
  list-style: none;
  padding: 0; }

ul.list {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin-top: 0; }

article:after {
  content: '';
  display: table;
  clear: both; }

/* 2. Structural Styles
 * ========================================================================= */
.content-width {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

/* -------------------------------> Columns <------------------------------- */
.columns:after {
  content: '';
  display: table;
  clear: both; }
.columns.reverse > .column {
  float: right; }
.columns.two > .column {
  width: 50%; }
.columns.two > .push-1 {
  margin-left: 33.333%; }
.columns.two.reverse > .push-1 {
  margin-right: 33.333%;
  margin-left: 0; }
.columns.three > .column {
  width: 33.333%; }
.columns.three > .x2 {
  width: 66.667%; }
.columns.three > .push-1 {
  margin-left: 33.333%; }
.columns.three > .push-2 {
  margin-left: 66.667%; }
.columns.three.reverse > .push-1 {
  margin-right: 33.333%;
  margin-left: 0; }
.columns.three.reverse > .push-2 {
  margin-right: 66.667%;
  margin-left: 0; }
.columns.four > .column {
  width: 25%; }
.columns.four > .x2 {
  width: 50%; }
.columns.four > .x3 {
  width: 75%; }
.columns.four > .push-1 {
  margin-left: 25%; }
.columns.four > .push-2 {
  margin-left: 50%; }
.columns.four > .push-3 {
  margin-left: 75%; }
.columns.four.reverse > .push-1 {
  margin-right: 25%;
  margin-left: 0; }
.columns.four.reverse > .push-2 {
  margin-right: 50%;
  margin-left: 0; }
.columns.four.reverse > .push-3 {
  margin-right: 75%;
  margin-left: 0; }
.columns.five > .column {
  width: 20%; }
.columns.five > .x2 {
  width: 40%; }
.columns.five > .x3 {
  width: 60%; }
.columns.five > .x4 {
  width: 80%; }
.columns.five > .push-1 {
  margin-left: 20%; }
.columns.five > .push-2 {
  margin-left: 40%; }
.columns.five > .push-3 {
  margin-left: 60%; }
.columns.five > .push-4 {
  margin-left: 80%; }
.columns.five.reverse > .push-1 {
  margin-right: 20%;
  margin-left: 0; }
.columns.five.reverse > .push-2 {
  margin-right: 40%;
  margin-left: 0; }
.columns.five.reverse > .push-3 {
  margin-right: 60%;
  margin-left: 0; }
.columns.five.reverse > .push-4 {
  margin-right: 80%;
  margin-left: 0; }

.column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* 3. Element Styles
 * ========================================================================= */
/* --------------------------------> State <-------------------------------- */
.is-hidden {
  display: none; }

/* -------------------------------> General <------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* -------------------------------> Modules <------------------------------- */
#header-right-bg {
  height: 131px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("images/header-bg-1px.jpg");
  background-position: left top;
  background-repeat: repeat-x; }

#site-header {
  height: 131px;
  position: relative; }
  #site-header #searchform {
    position: absolute;
    right: 43px;
    top: 47px;
    width: 250px; }
    #site-header #searchform input#s {
      height: 26px;
      line-height: 26px;
      padding: 0 36px 0 10px;
      border: none;
      width: 100%;
      color: #333;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: inset 0 0 5px 0 #bbb;
      box-shadow: inset 0 0 5px 0 #bbb;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #site-header #searchform #searchsubmit {
      position: absolute;
      right: 0;
      top: 0;
      height: 26px;
      width: 36px;
      text-align: center;
      border: none;
      background: transparent;
      font-size: 16px;
      line-height: 26px;
      color: #a48d4d; }

#top-logo {
  height: 88px;
  width: 190px;
  display: block;
  position: absolute;
  top: 14px;
  left: 53px; }

ul.menu {
  margin: 0;
  list-style: none; }
  ul.menu > li {
    float: left; }

#utility-menu {
  position: absolute;
  left: 421px;
  top: 25px; }
  #utility-menu li {
    margin-right: -1px; }
    #utility-menu li a {
      height: 72px;
      width: 72px;
      display: block;
      color: #5a4d23;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: bold;
      line-height: 72px;
      text-align: center;
      padding-left: 9px;
      background-image: url("images/gold-button.png");
      background-position: left top;
      background-repeat: no-repeat;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }

#main-menu {
  height: 50px;
  position: relative;
  background: #eb1c2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb1c2b), color-stop(100%, #5e0b11));
  background: -webkit-linear-gradient(top, #eb1c2b 0%, #5e0b11 100%);
  background: -moz-linear-gradient(top, #eb1c2b 0%, #5e0b11 100%);
  background: -ms-linear-gradient(top, #eb1c2b 0%, #5e0b11 100%);
  background: -o-linear-gradient(top, #eb1c2b 0%, #5e0b11 100%);
  background: linear-gradient(to bottom, #eb1c2b 0%, #5e0b11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEB1C2B', endColorstr='#FF5E0B11',  GradientType=0  ); }
  #main-menu ul.menu {
    height: 50px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block; }
    #main-menu ul.menu a {
      font-size: 14px;
      font-weight: bold;
      display: block; }
      #main-menu ul.menu a:hover {
        text-decoration: none; }
    #main-menu ul.menu > li > a {
      height: 50px;
      line-height: 50px;
      padding: 0 11px;
      border-left: 1px solid #5e0b11;
      text-shadow: 0 0 6px #000;
      color: white;
      letter-spacing: 0em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #main-menu ul.menu > li:first-child > a {
      border-left: none; }
    #main-menu ul.menu > li:hover > a {
      background: #a78d43;
      /* Old browsers */
      background: -moz-linear-gradient(top, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a78d43), color-stop(14%, #d9c691), color-stop(30%, #eee0b8), color-stop(40%, #eee0b8), color-stop(67%, #bcab7d), color-stop(100%, #644f15));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78d43', endColorstr='#644f15',GradientType=0 );
      /* IE6-9 */ }
    #main-menu ul.menu > li > ul.sub-menu {
      display: none;
      position: absolute;
      width: 100%;
      padding: 15px;
      top: 100%;
      left: 0;
      z-index: 119;
      background: #cfc097;
      /* Old browsers */
      background: -moz-linear-gradient(top, #cfc097 0%, #f5eed8 30%, #ada282 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfc097), color-stop(30%, #f5eed8), color-stop(100%, #ada282));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #cfc097 0%, #f5eed8 30%, #ada282 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #cfc097 0%, #f5eed8 30%, #ada282 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #cfc097 0%, #f5eed8 30%, #ada282 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #cfc097 0%, #f5eed8 30%, #ada282 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfc097', endColorstr='#ada282',GradientType=0 );
      /* IE6-9 */
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      #main-menu ul.menu > li > ul.sub-menu:after {
        content: '';
        width: auto;
        height: auto;
        position: absolute;
        display: block;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        z-index: 120;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #c3b17e;
        /* Old browsers */
        background: -moz-linear-gradient(top, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3b17e), color-stop(30%, #f3e9cd), color-stop(100%, #8b7b50));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3b17e', endColorstr='#8b7b50',GradientType=0 );
        /* IE6-9 */ }
      #main-menu ul.menu > li > ul.sub-menu:before {
        content: '';
        width: auto;
        height: auto;
        position: absolute;
        display: block;
        left: 4px;
        top: 4px;
        right: 4px;
        bottom: 4px;
        z-index: 121;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 5px 0 #b9af94;
        box-shadow: inset 0 0 5px 0 #b9af94;
        background: #fdfaf3;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfaf3), color-stop(100%, #e0ddd6));
        background: -webkit-linear-gradient(top, #fdfaf3 0%, #e0ddd6 100%);
        background: -moz-linear-gradient(top, #fdfaf3 0%, #e0ddd6 100%);
        background: -ms-linear-gradient(top, #fdfaf3 0%, #e0ddd6 100%);
        background: -o-linear-gradient(top, #fdfaf3 0%, #e0ddd6 100%);
        background: linear-gradient(to bottom, #fdfaf3 0%, #e0ddd6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFDFAF3', endColorstr='#FFE0DDD6',  GradientType=0  ); }
      #main-menu ul.menu > li > ul.sub-menu li {
        position: relative;
        z-index: 123; }
        #main-menu ul.menu > li > ul.sub-menu li a[href="#"] {
          color: #3e3104;
          font-size: 16px;
          line-height: 19px;
          font-weight: bold;
          cursor: default; }
        #main-menu ul.menu > li > ul.sub-menu li .sub-menu {
          margin: 8px 0 20px; }
          #main-menu ul.menu > li > ul.sub-menu li .sub-menu a {
            display: block;
            font-size: 12px;
            line-height: 21px;
            padding: 0 2px;
            border-top: 1px solid #c3bba0; }
            #main-menu ul.menu > li > ul.sub-menu li .sub-menu a:hover {
              background: #0e4c76;
              color: white; }
        #main-menu ul.menu > li > ul.sub-menu li.page-cat-title {
          font-weight: bold;
          color: #3e3104;
          font-size: 15px;
          float: left;
          width: 31%;
          margin-right: 2.333%; }
    #main-menu ul.menu > li:hover > ul.sub-menu {
      display: block; }

#mobile-search-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  border: none;
  background: none; }
  #mobile-search-button .fa-search {
    font-size: 24px;
    color: white; }

#mobile-searchform {
  postion: relative; }
  #mobile-searchform #search {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    padding: 0 40px 0 10px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #mobile-searchform #mobile-searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    color: #0e4c76;
    font-size: 24px; }

#mobile-button {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #5f0b12;
  color: white;
  background: #ed1b2e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed1b2e 0%, #5f0b12 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed1b2e), color-stop(100%, #5f0b12));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ed1b2e 0%, #5f0b12 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ed1b2e 0%, #5f0b12 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ed1b2e 0%, #5f0b12 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ed1b2e 0%, #5f0b12 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b2e', endColorstr='#5f0b12',GradientType=0 );
  /* IE6-9 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #mobile-button .fa-bars {
    font-size: 25px; }
  #mobile-button:hover {
    background: #b9a56e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b9a56e 0%, #eee0b9 26%, #c3b387 51%, #443201 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9a56e), color-stop(26%, #eee0b9), color-stop(51%, #c3b387), color-stop(100%, #443201));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b9a56e 0%, #eee0b9 26%, #c3b387 51%, #443201 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b9a56e 0%, #eee0b9 26%, #c3b387 51%, #443201 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b9a56e 0%, #eee0b9 26%, #c3b387 51%, #443201 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b9a56e 0%, #eee0b9 26%, #c3b387 51%, #443201 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9a56e', endColorstr='#443201',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #aaa181; }
  #mobile-button.open {
    background: #d2be86;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d2be86 0%, #eee0b9 26%, #c3b387 51%, #574001 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2be86), color-stop(26%, #eee0b9), color-stop(51%, #c3b387), color-stop(100%, #574001));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2be86 0%, #eee0b9 26%, #c3b387 51%, #574001 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2be86 0%, #eee0b9 26%, #c3b387 51%, #574001 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d2be86 0%, #eee0b9 26%, #c3b387 51%, #574001 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d2be86 0%, #eee0b9 26%, #c3b387 51%, #574001 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2be86', endColorstr='#574001',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #aaa181; }

#mobile-menu {
  display: none;
  width: 100%;
  padding: 12px;
  margin: 0;
  position: relative;
  z-index: 1;
  background: #cfc097;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cfc097 0%, #f5eed8 30%, #ada282 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfc097), color-stop(30%, #f5eed8), color-stop(100%, #ada282));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cfc097 0%, #f5eed8 30%, #ada282 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cfc097 0%, #f5eed8 30%, #ada282 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cfc097 0%, #f5eed8 30%, #ada282 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cfc097 0%, #f5eed8 30%, #ada282 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfc097', endColorstr='#ada282',GradientType=0 );
  /* IE6-9 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #mobile-menu:after {
    content: '';
    width: auto;
    height: auto;
    position: absolute;
    display: block;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #c3b17e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3b17e), color-stop(30%, #f3e9cd), color-stop(100%, #8b7b50));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c3b17e 0%, #f3e9cd 30%, #8b7b50 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3b17e', endColorstr='#8b7b50',GradientType=0 );
    /* IE6-9 */ }
  #mobile-menu:before {
    content: '';
    width: auto;
    height: auto;
    position: absolute;
    display: block;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px 0 #b9af94;
    box-shadow: inset 0 0 5px 0 #b9af94;
    background: #fdfaf3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfaf3), color-stop(100%, #e0ddd6));
    background: -webkit-linear-gradient(top, #fdfaf3 0%, #e0ddd6 100%);
    background: -moz-linear-gradient(top, #fdfaf3 0%, #e0ddd6 100%);
    background: -ms-linear-gradient(top, #fdfaf3 0%, #e0ddd6 100%);
    background: -o-linear-gradient(top, #fdfaf3 0%, #e0ddd6 100%);
    background: linear-gradient(to bottom, #fdfaf3 0%, #e0ddd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFDFAF3', endColorstr='#FFE0DDD6',  GradientType=0  ); }
  #mobile-menu li {
    display: block;
    position: relative;
    z-index: 4;
    border-top: 1px solid #D0CAB4; }
    #mobile-menu li:first-child {
      border-top: none; }
    #mobile-menu li a {
      display: block;
      font-weight: bold;
      line-height: 40px;
      height: 40px;
      padding: 0 10px;
      font-size: 14px; }
      #mobile-menu li a:hover {
        color: white;
        text-decoration: none;
        background: #0e4c76; }
    #mobile-menu li .sub-menu {
      display: none; }

@media all and (max-width: 64em) {
  #main-menu ul.menu {
    display: none; }

  #mobile-button {
    display: block; }

  #site-header #searchform {
    width: 27%;
    right: 18px; }
  #site-header #utility-menu {
    left: 250px; }
  #site-header #cal-link {
    right: 26px; } }
@media all and (max-width: 48em) {
  #site-header {
    height: 85px;
    background-image: url("images/header-bg-mobile.jpg") !important;
    background-position: right top !important; }
    #site-header #top-logo {
      width: 170px;
      height: 65px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      text-align: center; }
      #site-header #top-logo img {
        width: auto;
        height: auto;
        max-height: 65px;
        max-width: 100%; }
    #site-header #utility-menu {
      display: none; }
    #site-header #searchform {
      display: none; }
    #site-header #mobile-search-button {
      display: block; }
    #site-header #cal-link {
      top: 40px;
      right: 10px;
      width: 30px;
      font-size: 0;
      background-position: 3px 0; }

  #header-right-bg {
    display: none; }

  #main-menu {
    height: 0px; }

  #mobile-button {
    top: auto;
    bottom: 0px; } }
#breadcrumbs {
  height: 40px;
  line-height: 40px;
  color: white;
  background: #177bbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #177bbe), color-stop(100%, #00538d));
  background: -webkit-linear-gradient(top, #177bbe 0%, #00538d 100%);
  background: -moz-linear-gradient(top, #177bbe 0%, #00538d 100%);
  background: -ms-linear-gradient(top, #177bbe 0%, #00538d 100%);
  background: -o-linear-gradient(top, #177bbe 0%, #00538d 100%);
  background: linear-gradient(to bottom, #177bbe 0%, #00538d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF177BBE', endColorstr='#FF00538D',  GradientType=0  ); }
  #breadcrumbs a {
    color: white;
    text-decoration: none; }
    #breadcrumbs a:hover {
      text-decoration: underline; }
  #breadcrumbs .current {
    font-weight: bold; }
  #breadcrumbs .content-width {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

@media all and (max-width: 48em) {
  #breadcrumbs {
    border-top: 3px solid #d4dadf; } }
.home #breadcrumbs {
  display: none; }

.page-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .page-container:after {
    content: '';
    display: table;
    clear: both; }
  .page-container .page-content {
    padding: 30px 20px;
    width: 49%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .page-container .page-content:after {
      content: '';
      display: table;
      clear: both; }
    .page-container .page-content.not-found {
      width: 75%; }

.page-template-page-NO-SUBNAV-php .page-container .page-content {
  width: 75%; }
  @media all and (max-width: 64em) {
    .page-template-page-NO-SUBNAV-php .page-container .page-content {
      width: 100%; } }

.search .page-container .page-content {
  width: 100%; }
  .search .page-container .page-content .search-post {
    margin: 0 0 20px; }
  .search .page-container .page-content .post-title {
    font-size: 20px;
    margin: 0 0 1px; }

.page-content img {
  max-width: 100% !important;
  height: auto; }

#landing-page .page-content {
  width: 75%; }

.page-header {
  margin: 12px 0;
  position: relative;
  background: #f3f5f6;
  display: block; }
  .page-header:after {
    content: '';
    display: table;
    clear: both; }
  .page-header:before {
    content: '';
    height: 12px;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
    background: #d4dadf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dadf), color-stop(100%, #9c9fa2));
    background: -webkit-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -moz-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -ms-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -o-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: linear-gradient(to bottom, #d4dadf 0%, #9c9fa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD4DADF', endColorstr='#FF9C9FA2',  GradientType=0  ); }
  .page-header:after {
    content: '';
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #d4dadf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dadf), color-stop(100%, #9c9fa2));
    background: -webkit-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -moz-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -ms-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -o-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: linear-gradient(to bottom, #d4dadf 0%, #9c9fa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD4DADF', endColorstr='#FF9C9FA2',  GradientType=0  ); }
  .page-header .page-image {
    width: 35%;
    height: auto;
    display: block; }
  .page-header .header-content {
    width: 65%;
    float: right;
    padding: 20px 20px 20px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .page-header .header-content:after {
      content: '';
      display: table;
      clear: both; }
    .page-header .header-content:before {
      content: '';
      width: 12px;
      top: 0;
      left: 35%;
      bottom: 0;
      position: absolute;
      background: #9c9fa2;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9c9fa2), color-stop(100%, #d4dadf));
      background: -webkit-linear-gradient(left, #9c9fa2 0%, #d4dadf 100%);
      background: -moz-linear-gradient(left, #9c9fa2 0%, #d4dadf 100%);
      background: -ms-linear-gradient(left, #9c9fa2 0%, #d4dadf 100%);
      background: -o-linear-gradient(left, #9c9fa2 0%, #d4dadf 100%);
      background: linear-gradient(to right, #9c9fa2 0%, #d4dadf 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#FF9C9FA2',  endColorstr='#FFD4DADF', GradientType=1  ); }
    .page-header .header-content .page-title {
      font-size: 24px;
      color: #0e4c76;
      margin: 0 0 10px;
      line-height: 1; }

@media all and (max-width: 64em) {
  .page-header .header-content {
    width: 100%;
    float: none;
    padding-left: 20px; }
    .page-header .header-content:before {
      display: none; }
  .page-header .page-image {
    display: none; } }
@media all and (max-width: 40em) {
  .page-header .find-a-chapter {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }
.find-a-chapter {
  width: 30%;
  float: right;
  border: 6px solid white;
  padding: 13px 10px 10px;
  margin-left: 20px;
  background: #e6e8ea;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e8ea), color-stop(100%, #f9fbfd));
  background: -webkit-linear-gradient(top, #e6e8ea 0%, #f9fbfd 100%);
  background: -moz-linear-gradient(top, #e6e8ea 0%, #f9fbfd 100%);
  background: -ms-linear-gradient(top, #e6e8ea 0%, #f9fbfd 100%);
  background: -o-linear-gradient(top, #e6e8ea 0%, #f9fbfd 100%);
  background: linear-gradient(to bottom, #e6e8ea 0%, #f9fbfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE6E8EA', endColorstr='#FFF9FBFD',  GradientType=0  );
  -webkit-box-shadow: -1px -1px 2px 1px #ccc;
  box-shadow: -1px -1px 2px 1px #ccc; }
  .find-a-chapter h2 {
    margin: 0 0 12px;
    font-size: 16px; }
  .find-a-chapter form {
    display: block;
    margin: 0 0 12px;
    position: relative; }
    .find-a-chapter form input[type="text"] {
      height: 28px;
      line-height: 28px;
      padding: 0 10px;
      width: 100%;
      border: 1px solid #ccc;
      -webkit-border-radius: 9px;
      border-radius: 9px;
      -webkit-box-shadow: inset 0 0 3px 0px #ccc;
      box-shadow: inset 0 0 3px 0px #ccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .find-a-chapter form button {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background: none;
      height: 28px;
      width: 28px; }
      .find-a-chapter form button i {
        color: #a48d4d;
        font-size: 16px; }

#cal-link {
  color: #d4ccb3;
  display: block;
  position: absolute;
  right: 60px;
  top: 82px;
  width: 160px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 38px;
  background-image: url("images/icon-calendar.png");
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

#site-footer {
  background: #e2eef7;
  height: 200px;
  position: relative; }
  #site-footer:after {
    content: '';
    display: table;
    clear: both; }
  #site-footer #footer-inner {
    position: relative;
    height: 192px; }
  #site-footer #footer-border {
    height: 8px;
    width: 100%;
    display: block;
    background: #d4dadf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dadf), color-stop(100%, #a5a8aa));
    background: -webkit-linear-gradient(top, #d4dadf 0%, #a5a8aa 100%);
    background: -moz-linear-gradient(top, #d4dadf 0%, #a5a8aa 100%);
    background: -ms-linear-gradient(top, #d4dadf 0%, #a5a8aa 100%);
    background: -o-linear-gradient(top, #d4dadf 0%, #a5a8aa 100%);
    background: linear-gradient(to bottom, #d4dadf 0%, #a5a8aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD4DADF', endColorstr='#FFA5A8AA',  GradientType=0  ); }
  #site-footer .footer-content {
    padding: 22px 20px 0; }
  #site-footer #wsi-member {
    position: absolute;
    height: 90px;
    width: 100px;
    display: block;
    right: 24px;
    bottom: 30px; }
  #site-footer #site-info {
    margin: 0 0 20px;
    padding-right: 120px;
    clear: both;
    color: #655007;
    font-size: 12px;
    line-height: 15px; }
  #site-footer .privacy-links {
    font-size: 12px; }
    #site-footer .privacy-links a {
      font-weight: bold; }

#footer-social {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  height: 27px; }
  #footer-social li {
    float: left;
    margin-right: -1px; }
    #footer-social li #chapter-link {
      display: block;
      background: #a48d4d;
      color: white;
      height: 27px;
      line-height: 27px;
      font-size: 13px;
      font-weight: bold;
      padding: 0 14px;
      border-radius: 14px; }
      #footer-social li #chapter-link:hover {
        text-decoration: none;
        background: #0e4c76; }
    #footer-social li .fa-stack {
      height: 27px;
      line-height: 27px;
      width: 27px; }
    #footer-social li .fa-circle {
      color: #a48d4d;
      font-size: 27px;
      line-height: 27px; }
    #footer-social li .fa-stack-1x {
      color: white;
      font-size: 15px;
      line-height: 27px; }
    #footer-social li:first-child {
      margin-right: 2px; }
    #footer-social li:hover .fa-circle {
      color: #0e4c76; }

#footer-menu {
  position: absolute;
  top: 20px;
  right: 24px; }
  #footer-menu a {
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 0 0 0 9px;
    line-height: 20px;
    position: relative; }
    #footer-menu a:before {
      content: '/';
      position: absolute;
      left: 3px;
      top: 0;
      color: #666;
      font-weight: normal; }
  #footer-menu ul.menu li:first-child a:before {
    content: ''; }

@media all and (max-width: 64em) {
  #site-footer {
    height: auto; }
    #site-footer:after {
      content: '';
      display: table;
      clear: both; }
    #site-footer #footer-inner {
      min-height: 192px;
      height: auto;
      padding-bottom: 20px; } }
@media all and (max-width: 40em) {
  #footer-menu {
    position: relative;
    top: auto;
    right: auto; }
    #footer-menu ul.menu {
      margin: 0 0 12px; }
      #footer-menu ul.menu:after {
        content: '';
        display: table;
        clear: both; }
      #footer-menu ul.menu li:first-child a {
        padding-left: 0; }

  #footer-social {
    margin: 0 0 12px; }

  #site-footer #wsi-member {
    bottom: 20px;
    width: 50px;
    height: 45px; }
    #site-footer #wsi-member img {
      width: 100%;
      height: auto;
      display: block; }
  #site-footer .privacy-links {
    font-size: 11px; } }
#home-left {
  width: 676px;
  float: left; }
  #home-left .column {
    margin-bottom: 50px; }
    #home-left .column .module {
      clear: both;
      margin-bottom: 22px;
      border-bottom: 1px solid #D0CAB4; }
    #home-left .column:first-child {
      padding: 18px 20px 0 18px; }
    #home-left .column .widget {
      padding-top: 18px; }
      #home-left .column .widget.sidebar-story .story-thumb {
        display: block;
        max-width: 120px;
        height: auto;
        border: 7px solid #c4bba5;
        float: left;
        margin: 0 12px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
      #home-left .column .widget.sidebar-story a:hover .story-thumb {
        border-color: #0e4c76; }
      #home-left .column .widget.sidebar-story h3 {
        margin: 0 0 2px;
        font-size: 13px; }
      #home-left .column .widget.home-assessments .assess-img {
        display: block;
        max-width: 120px;
        height: auto;
        border: 7px solid #c4bba5;
        float: left;
        margin: 0 12px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }

@media all and (max-width: 64em) {
  #home-left {
    width: 100%; }
    #home-left .columns {
      width: 50%; }
      #home-left .columns .column {
        width: 100%;
        clear: both;
        padding: 20px 20px 0 !important;
        margin: 0; } }
@media all and (max-width: 40em) {
  #home-left .columns {
    width: 100%; } }
#home-right {
  width: 348px;
  float: left;
  padding: 17px 18px 50px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #home-right #who-we-are {
    margin: 0 0 24px; }
    #home-right #who-we-are p {
      margin-bottom: 7px; }
  #home-right .sidebar-image img {
    width: 100%;
    height: auto;
    display: block;
    border: 7px solid #c4bba5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #home-right .sidebar-image a:hover img {
    border-color: #0e4c76; }
  #home-right .partner-promo {
    padding: 22px 0;
    margin: 0 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #home-right .partner-promo .promo-logo {
      float: right;
      display: block;
      max-width: 50px;
      height: auto; }
    #home-right .partner-promo .presented {
      float: right;
      font-size: 9px;
      font-style: italic;
      color: #333;
      margin-right: 4px; }
    #home-right .partner-promo .promo-image {
      display: block;
      width: 30%;
      margin-right: 4%;
      height: auto;
      border: 7px solid #c4bba5;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #home-right .partner-promo p {
      float: left;
      width: 66%;
      margin: 0;
      display: inline-block; }
    #home-right .partner-promo a {
      display: inline-block; }
  #home-right .flickr-widget {
    padding-top: 15px; }
    #home-right .flickr-widget .widget-title {
      margin-bottom: 7px; }
    #home-right .flickr-widget .flickr {
      margin-left: -2.333%; }
      #home-right .flickr-widget .flickr:after {
        content: '';
        display: table;
        clear: both; }
      #home-right .flickr-widget .flickr img {
        display: block;
        width: 31%;
        margin: 0 0 7px 2.333%;
        float: left;
        border: 3px solid white;
        -webkit-box-shadow: -1px -1px 2px 1px #ccc;
        box-shadow: -1px -1px 2px 1px #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        #home-right .flickr-widget .flickr img:hover {
          border-color: #0e4c76; }

.home-page:after {
  content: '';
  display: table;
  clear: both; }
.home-page h2 {
  color: #0e4c76;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 10px; }
.home-page .slideshow {
  height: 160px;
  width: 100%;
  margin: 12px 0;
  position: relative;
  background: #f0f1f2; }
  .home-page .slideshow:before {
    content: '';
    height: 12px;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
    background: #d4dadf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dadf), color-stop(100%, #9c9fa2));
    background: -webkit-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -moz-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -ms-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -o-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: linear-gradient(to bottom, #d4dadf 0%, #9c9fa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD4DADF', endColorstr='#FF9C9FA2',  GradientType=0  ); }
  .home-page .slideshow:after {
    content: '';
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #d4dadf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dadf), color-stop(100%, #9c9fa2));
    background: -webkit-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -moz-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -ms-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -o-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: linear-gradient(to bottom, #d4dadf 0%, #9c9fa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD4DADF', endColorstr='#FF9C9FA2',  GradientType=0  ); }
  .home-page .slideshow .slideshow-nav {
    position: absolute;
    bottom: 8px;
    right: 17px;
    z-index: 109; }
    .home-page .slideshow .slideshow-nav .dot {
      float: left;
      margin: 0 0 0 2px;
      height: 19px;
      width: 19px;
      cursor: pointer;
      display: block;
      background-image: url("images/dot.png");
      background-position: left top;
      background-repeat: no-repeat; }
      .home-page .slideshow .slideshow-nav .dot.cycle-pager-active {
        background-image: url("images/dot-active.png"); }
  .home-page .slideshow .slide {
    height: 100%; }
    .home-page .slideshow .slide:before {
      content: '';
      width: 12px;
      top: 0;
      left: 319px;
      bottom: 0;
      position: absolute;
      background: #9c9fa2;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9c9fa2), color-stop(100%, #d4dadf));
      background: -webkit-linear-gradient(left, #9c9fa2 0%, #d4dadf 100%);
      background: -moz-linear-gradient(left, #9c9fa2 0%, #d4dadf 100%);
      background: -ms-linear-gradient(left, #9c9fa2 0%, #d4dadf 100%);
      background: -o-linear-gradient(left, #9c9fa2 0%, #d4dadf 100%);
      background: linear-gradient(to right, #9c9fa2 0%, #d4dadf 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#FF9C9FA2',  endColorstr='#FFD4DADF', GradientType=1  ); }
  .home-page .slideshow .slide-image {
    float: left;
    display: block; }
  .home-page .slideshow .slide-content {
    padding: 20px 64px 0 367px; }
    .home-page .slideshow .slide-content .slide-title {
      margin: 0 0 6px;
      font-size: 23px;
      line-height: 23px;
      color: #0e4c76;
      display: inline-block; }
    .home-page .slideshow .slide-content .slide-link {
      display: inline-block;
      line-height: 23px;
      height: 23px;
      vertical-align: top;
      text-align: center; }
      .home-page .slideshow .slide-content .slide-link .fa-stack {
        line-height: 23px;
        height: 23px; }
      .home-page .slideshow .slide-content .slide-link .fa-circle {
        color: #a48d4d;
        line-height: 23px;
        font-size: 20px; }
      .home-page .slideshow .slide-content .slide-link .fa-caret-right {
        color: white;
        line-height: 23px;
        font-size: 16px; }
    .home-page .slideshow .slide-content .slide-text {
      font-size: 15px;
      line-height: 19px;
      margin: 0; }

@media all and (max-width: 64em) {
  .home-page {
    position: relative; }
    .home-page .slideshow .slide {
      width: 100%;
      overflow: hidden; }
      .home-page .slideshow .slide:before {
        left: 38%; }
    .home-page .slideshow .slide-content {
      padding-left: 42%;
      padding-right: 20px; }
    .home-page .slideshow .slide-image {
      width: 38%;
      height: auto; }

  #home-right {
    position: absolute;
    top: 184px;
    right: 0;
    width: 50%; } }
@media all and (max-width: 60em) {
  .home-page .slideshow {
    height: 10%; } }
@media all and (max-width: 48em) {
  .home-page .slideshow {
    display: none; }

  .home #breadcrumbs {
    display: block; }

  #home-right {
    top: 0; } }
@media all and (max-width: 40em) {
  #home-right {
    top: auto;
    right: auto;
    position: relative;
    clear: both;
    width: 100%; } }
.recent-posts .article {
  line-height: 16px; }
.recent-posts .article-title {
  font-size: 13px;
  margin: 0; }
  .recent-posts .article-title a {
    color: #0e4c76; }
.recent-posts .article-excerpt {
  font-size: 12px;
  margin: 0 0 16px; }

.page-list {
  margin-top: 30px !important;
  position: relative;
  padding-left: 0 !important; }
  .page-list:after {
    content: '';
    display: table;
    clear: both; }
  .page-list ul.sublist {
    list-style: none;
    padding: 0;
    margin: 0 0 20px; }
    .page-list ul.sublist li {
      border-top: 1px solid #d0cab4;
      font-size: 14px; }
      .page-list ul.sublist li a {
        font-weight: bold;
        line-height: 16px;
        display: block;
        padding: 5px 0; }
  .page-list .page-cat-title {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #0e4c76;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    float: left; }
    .page-list .page-cat-title.even {
      float: right; }

#sidebar {
  width: 25%;
  float: left;
  margin: 20px 0 30px; }
  #sidebar:after {
    content: '';
    display: table;
    clear: both; }
  #sidebar ul.lionshare {
    margin-bottom: 20px; }
  #sidebar .module {
    margin-bottom: 22px; }
    #sidebar .module.recent-posts h2 {
      font-size: 16px;
      color: #3e3104;
      margin: 30px 0 10px; }
  #sidebar .widget {
    margin: 0 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #sidebar .widget:after {
      content: '';
      display: table;
      clear: both; }
    #sidebar .widget h2 {
      color: #3e3104;
      font-size: 16px;
      margin: 0 0 2px; }
    #sidebar .widget.sidebar-image img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto;
      border: 7px solid #c4bba5;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #sidebar .widget.sidebar-image a:hover img {
      border-color: #0e4c76; }
    #sidebar .widget.sidebar-image .caption {
      font-size: 12px;
      font-style: italic;
      line-height: 14px;
      display: block;
      margin-top: 6px; }
    #sidebar .widget.manual-links {
      padding-bottom: 5px; }
      #sidebar .widget.manual-links h2 {
        color: #3e3104;
        font-size: 16px;
        margin: 0 0 2px; }
    #sidebar .widget.sidebar-story h2 {
      color: #0e4c76;
      font-size: 18px;
      margin: 0 0 8px; }
    #sidebar .widget.sidebar-story .story-thumb {
      display: block;
      max-width: 110px;
      height: auto;
      border: 7px solid #c4bba5;
      float: left;
      margin: 0 12px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #sidebar .widget.sidebar-story a:hover .story-thumb {
      border-color: #0e4c76; }
    #sidebar .widget .widget-list {
      border-top: 1px solid #c4bba5;
      border-bottom: 1px solid #c4bba5; }
      #sidebar .widget .widget-list li {
        border-top: 1px solid #c4bba5;
        margin: 0; }
        #sidebar .widget .widget-list li a {
          font-weight: bold;
          height: 25px;
          line-height: 25px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer; }
        #sidebar .widget .widget-list li:first-child {
          border-top: none; }
    #sidebar .widget p {
      margin: 0;
      font-size: 12px;
      line-height: 14px; }
    #sidebar .widget.sidebar-video .video-list {
      padding: 0;
      list-style: none; }
    #sidebar .widget.sidebar-video .video {
      border: 6px solid white;
      -webkit-box-shadow: -1px -1px 2px 1px #ccc;
      box-shadow: -1px -1px 2px 1px #ccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #sidebar .widget.sidebar-video .caption {
      font-size: 12px;
      font-style: italic; }
    #sidebar .widget.flickr-widget .widget-title {
      margin-bottom: 7px; }
    #sidebar .widget.flickr-widget .flickr {
      margin-left: -2.333%; }
      #sidebar .widget.flickr-widget .flickr:after {
        content: '';
        display: table;
        clear: both; }
      #sidebar .widget.flickr-widget .flickr img {
        display: block;
        width: 31%;
        margin: 0 0 7px 2.333%;
        float: left;
        border: 3px solid white;
        -webkit-box-shadow: -1px -1px 2px 1px #ccc;
        box-shadow: -1px -1px 2px 1px #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        #sidebar .widget.flickr-widget .flickr img:hover {
          border-color: #0e4c76; }
  #sidebar .boxed-widget {
    border: 7px solid white;
    padding: 11px;
    -webkit-box-shadow: -1px -1px 2px 1px #ccc;
    box-shadow: -1px -1px 2px 1px #ccc;
    background: #e2eaf0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2eaf0), color-stop(100%, #f9fcff));
    background: -webkit-linear-gradient(top, #e2eaf0 0%, #f9fcff 100%);
    background: -moz-linear-gradient(top, #e2eaf0 0%, #f9fcff 100%);
    background: -ms-linear-gradient(top, #e2eaf0 0%, #f9fcff 100%);
    background: -o-linear-gradient(top, #e2eaf0 0%, #f9fcff 100%);
    background: linear-gradient(to bottom, #e2eaf0 0%, #f9fcff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE2EAF0', endColorstr='#FFF9FCFF',  GradientType=0  ); }

.local-nav {
  width: 26%;
  float: left;
  margin: 20px 0 50px;
  padding: 8px 12px;
  border: 6px solid white;
  -webkit-box-shadow: -1px -1px 2px 1px #ccc;
  box-shadow: -1px -1px 2px 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fdfaf4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfaf4), color-stop(100%, #e1ded7));
  background: -webkit-linear-gradient(top, #fdfaf4 0%, #e1ded7 100%);
  background: -moz-linear-gradient(top, #fdfaf4 0%, #e1ded7 100%);
  background: -ms-linear-gradient(top, #fdfaf4 0%, #e1ded7 100%);
  background: -o-linear-gradient(top, #fdfaf4 0%, #e1ded7 100%);
  background: linear-gradient(to bottom, #fdfaf4 0%, #e1ded7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFDFAF4', endColorstr='#FFE1DED7',  GradientType=0  ); }
  .local-nav .local-nav-list {
    font-weight: bold; }
    .local-nav .local-nav-list li ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .local-nav .local-nav-list li.page-cat-title {
      margin-bottom: 20px;
      font-size: 15px;
      color: #3e3104; }
      .local-nav .local-nav-list li.page-cat-title span {
        padding: 0 2px; }
      .local-nav .local-nav-list li.page-cat-title ul {
        margin-top: 3px;
        font-size: 13px; }
        .local-nav .local-nav-list li.page-cat-title ul li {
          border-bottom: 1px solid #cdc5aa; }
          .local-nav .local-nav-list li.page-cat-title ul li a {
            height: 22px;
            line-height: 23px;
            display: block;
            padding: 0 2px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
        .local-nav .local-nav-list li.page-cat-title ul.sub-menu {
          border-top: 1px solid #cdc5aa;
          padding-left: 14px;
          margin: 0; }
          .local-nav .local-nav-list li.page-cat-title ul.sub-menu > li {
            border-bottom: none;
            border-top: 1px solid #cdc5aa; }
            .local-nav .local-nav-list li.page-cat-title ul.sub-menu > li:first-child {
              border-top: none; }
    .local-nav .local-nav-list li.current-page > a {
      background: #0e4c76;
      color: white; }

.page-container .page-content ul.lionshare {
  display: none;
  padding-left: 0;
  margin-bottom: 13px; }
.page-container .page-content iframe {
  max-width: 100% !important; }
.page-container .page-content p {
  margin: 0 0 20px; }

@media all and (max-width: 64em) {
  #page {
    padding-left: 20px;
    padding-right: 20px; }
    #page #sidebar {
      width: 100%; }
      #page #sidebar .widget {
        width: 30%;
        margin-right: 3%;
        float: left; }
        #page #sidebar .widget.sidebar-links {
          width: 100%;
          margin-right: 0;
          clear: both; }
      #page #sidebar ul.lionshare {
        display: none; }
    #page.home-page {
      padding-left: 0;
      padding-right: 0; }

  .local-nav {
    width: 30%; }
    .local-nav .local-nav-list li.page-cat-title ul li a {
      height: auto;
      line-height: 15px;
      padding: 3px 0; }

  .page-container .page-content {
    width: 70%;
    padding-right: 0; }
    .page-container .page-content ul.lionshare {
      display: block; }

  #landing-page .page-content {
    width: 100%;
    float: none; }
  #landing-page #sidebar {
    width: auto;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px; }
    #landing-page #sidebar:after {
      content: '';
      display: table;
      clear: both; }
    #landing-page #sidebar .widget {
      width: 46%;
      float: left;
      margin-right: 4%; }
  #landing-page .page-list .page-cat-title {
    padding-right: 40px; }
    #landing-page .page-list .page-cat-title.even {
      padding-right: 20px; } }
@media all and (max-width: 48em) {
  #page #sidebar .widget {
    width: 47%; } }
@media all and (max-width: 40em) {
  #page .local-nav {
    display: none; }
  #page .page-content {
    width: 100%;
    padding-left: 0; } }
@media all and (max-width: 36em) {
  #page #sidebar .widget {
    width: 100%;
    margin-right: 0; }

  #landing-page #sidebar .widget {
    width: 100%;
    margin-right: 0; }
  #landing-page .page-list .page-cat-title {
    padding-right: 20px;
    width: 100%; }

  .page-header .find-a-chapter {
    display: none; } }
.home-page .widget {
  margin-bottom: 0;
  border-bottom: 1px solid #d0cab4;
  padding-bottom: 20px; }
  .home-page .widget:after {
    content: '';
    display: table;
    clear: both; }
.home-page .local-nav {
  width: 100%;
  margin: 0 0 30px; }
  .home-page .local-nav .local-nav-list li {
    border-top: 1px solid #cdc5aa; }
    .home-page .local-nav .local-nav-list li a {
      height: 24px;
      line-height: 24px;
      font-size: 14px; }
    .home-page .local-nav .local-nav-list li:first-child {
      border-top: none; }
.home-page .sidebar-video {
  padding: 15px 0; }
  .home-page .sidebar-video .video-list {
    padding: 0;
    list-style: none; }
  .home-page .sidebar-video .video {
    border: 6px solid white;
    -webkit-box-shadow: -1px -1px 2px 1px #ccc;
    box-shadow: -1px -1px 2px 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .home-page .sidebar-video .caption {
    font-size: 12px;
    font-style: italic; }

.post-title {
  color: #0e4c76;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 10px; }

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  color: #0e4c76;
  margin: 24px 0 7px; }
.page-content h2, .post-content h2 {
  font-size: 22px; }
.page-content h3, .post-content h3 {
  font-size: 20px; }
.page-content h4, .post-content h4 {
  font-size: 18px; }
.page-content h5, .post-content h5 {
  font-size: 16px; }
.page-content h6, .post-content h6 {
  font-size: 14px; }
.page-content ul, .post-content ul {
  padding: 0 0 0 22px;
  clear: both; }

.quote-wrap {
  width: 100%;
  padding: 22px 20px 22px 30px;
  display: block;
  margin: 12px 0 32px;
  position: relative;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #ecefef;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecefef), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, #ecefef 0%, #fbfbfb 100%);
  background: -moz-linear-gradient(top, #ecefef 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, #ecefef 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, #ecefef 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, #ecefef 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFECEFEF', endColorstr='#FFFBFBFB',  GradientType=0  ); }
  .quote-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .quote-wrap:before {
    content: '';
    height: 12px;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
    background: #d4dadf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dadf), color-stop(100%, #9c9fa2));
    background: -webkit-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -moz-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -ms-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -o-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: linear-gradient(to bottom, #d4dadf 0%, #9c9fa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD4DADF', endColorstr='#FF9C9FA2',  GradientType=0  ); }
  .quote-wrap:after {
    content: '';
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #d4dadf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4dadf), color-stop(100%, #9c9fa2));
    background: -webkit-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -moz-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -ms-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: -o-linear-gradient(top, #d4dadf 0%, #9c9fa2 100%);
    background: linear-gradient(to bottom, #d4dadf 0%, #9c9fa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD4DADF', endColorstr='#FF9C9FA2',  GradientType=0  ); }
  .quote-wrap .quote-thumb {
    border: 7px solid #c4bba5;
    margin: 0 4% 0 0;
    float: left;
    width: 27%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .quote-wrap p {
    color: #ed1b2e;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 5px;
    position: relative;
    padding: 0 30px 0 9%;
    float: left;
    width: 69%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .quote-wrap p:before {
      content: '\201C';
      position: absolute;
      left: 0;
      top: 36px;
      font-size: 100px;
      color: #b8c9d4; }
    .quote-wrap p:after {
      content: '\201D';
      position: absolute;
      right: 0;
      bottom: -39px;
      font-size: 100px;
      color: #b8c9d4; }
  .quote-wrap .quote-author {
    display: block;
    font-style: italic;
    padding-left: 40%;
    clear: both; }

@media all and (max-width: 40em) {
  .quote-wrap {
    padding: 20px; }
    .quote-wrap p {
      padding-left: 7%;
      padding-right: 20px;
      font-size: 17px;
      line-height: 23px; }
      .quote-wrap p:before {
        left: -4%; } }
@media all and (max-width: 36em) {
  .quote-wrap .quote-thumb {
    display: none; }
  .quote-wrap p {
    width: 100%;
    float: none; }
  .quote-wrap .quote-author {
    padding-left: 6%; } }
.upcoming-events .event-post {
  line-height: 16px; }
  .upcoming-events .event-post .event-title {
    margin: 0;
    font-size: 13px; }
  .upcoming-events .event-post .event-date {
    font-size: 11px;
    font-style: italic;
    color: #333; }
  .upcoming-events .event-post .event-excerpt {
    font-size: 12px;
    margin: 0 0 16px; }

.magazine-display p {
  margin: 0 0 10px; }
.magazine-display .mag-thumb {
  display: block;
  max-width: 100px;
  height: auto;
  border: 7px solid #c4bba5;
  float: left;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.magazine-display h3 {
  font-size: 13px;
  margin: 0 0 5px; }
.magazine-display ul.list {
  padding: 10px 0 0; }
  .magazine-display ul.list li {
    border-top: 1px solid #D0CAB4;
    margin-left: 112px;
    padding: 8px 0; }
    .magazine-display ul.list li a {
      display: block;
      line-height: 14px;
      font-size: 12px; }
    .magazine-display ul.list li:first-child {
      border-top: none; }

/* PEOPLE */
.people-wrap {
  width: 100%; }

.people-wrap:after {
  content: '';
  display: table;
  clear: both; }

.person-wrap {
  width: 50%;
  float: left;
  padding: 0 15px 0 0;
  margin: 0 0 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .person-wrap:nth-of-type(odd) {
    clear: left; }

.person-wrap:after {
  content: '';
  display: table;
  clear: both; }

.person-pic {
  display: block;
  float: left;
  margin: 0 3% 0 0;
  width: 40%; }

.person-details {
  font-size: 12px;
  line-height: 13px;
  width: 57%;
  float: left; }

.person-details span, .person-details a {
  clear: both;
  display: block;
  margin: 0 0 3px; }

h4.person-name {
  font-size: 13px !important;
  margin: 0 0 5px;
  font-weight: bold; }

.person-email {
  text-decoration: none;
  font-weight: bold; }

.person-linkedin {
  width: 56px;
  height: 16px;
  background-image: url("images/linkedin.png");
  background-position: left top;
  background-repeat: no-repeat; }

.accordion {
  border: 1px solid #ccc; }
  .accordion .accordion-section {
    background: #f5f5f5; }
    .accordion .accordion-section .accordion-title {
      margin: 0;
      font-size: 1.1em;
      line-height: 2.2;
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc;
      padding: 0 10px;
      cursor: pointer;
      position: relative;
      font-weight: bold;
      background: #f5f5f5;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ddd));
      background: -webkit-linear-gradient(top, #f5f5f5 0%, #ddd 100%);
      background: -moz-linear-gradient(top, #f5f5f5 0%, #ddd 100%);
      background: -ms-linear-gradient(top, #f5f5f5 0%, #ddd 100%);
      background: -o-linear-gradient(top, #f5f5f5 0%, #ddd 100%);
      background: linear-gradient(to bottom, #f5f5f5 0%, #ddd 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF5F5F5', endColorstr='#FFDDDDDD',  GradientType=0  ); }
      .accordion .accordion-section .accordion-title:first-child {
        border-top: none; }
      .accordion .accordion-section .accordion-title:hover {
        background: #f5f5f5;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ccc));
        background: -webkit-linear-gradient(top, #f5f5f5 0%, #ccc 100%);
        background: -moz-linear-gradient(top, #f5f5f5 0%, #ccc 100%);
        background: -ms-linear-gradient(top, #f5f5f5 0%, #ccc 100%);
        background: -o-linear-gradient(top, #f5f5f5 0%, #ccc 100%);
        background: linear-gradient(to bottom, #f5f5f5 0%, #ccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF5F5F5', endColorstr='#FFCCCCCC',  GradientType=0  ); }
      .accordion .accordion-section .accordion-title:after {
        font-family: 'FontAwesome';
        content: '\f055';
        position: absolute;
        right: 10px;
        top: 0;
        color: #aaa; }
    .accordion .accordion-section .accordion-content {
      padding: 10px;
      border-bottom: 1px solid #ccc; }
      .accordion .accordion-section .accordion-content h1, .accordion .accordion-section .accordion-content h2 {
        font-size: 18px;
        margin-top: 20px; }
      .accordion .accordion-section .accordion-content h3, .accordion .accordion-section .accordion-content h4 {
        font-size: 16px;
        margin-top: 20px; }
      .accordion .accordion-section .accordion-content h5, .accordion .accordion-section .accordion-content h6 {
        font-size: 14px;
        margin-top: 18px; }
    .accordion .accordion-section.open .accordion-title:after {
      content: '\f056'; }

h1.page-title {
  margin: 0 0 20px;
  line-height: 1.1; }

.button {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: white;
  text-shadow: 0 0 5px #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  background: #eb1c2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb1c2b), color-stop(100%, #5e0b11));
  background: -webkit-linear-gradient(top, #eb1c2b 0%, #5e0b11 100%);
  background: -moz-linear-gradient(top, #eb1c2b 0%, #5e0b11 100%);
  background: -ms-linear-gradient(top, #eb1c2b 0%, #5e0b11 100%);
  background: -o-linear-gradient(top, #eb1c2b 0%, #5e0b11 100%);
  background: linear-gradient(to bottom, #eb1c2b 0%, #5e0b11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEB1C2B', endColorstr='#FF5E0B11',  GradientType=0  );
  -webkit-box-shadow: -1px -1px 2px 1px #ccc;
  box-shadow: -1px -1px 2px 1px #ccc; }
  .button:hover {
    color: white;
    text-decoration: none;
    background: #a78d43;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a78d43), color-stop(14%, #d9c691), color-stop(30%, #eee0b8), color-stop(40%, #eee0b8), color-stop(67%, #bcab7d), color-stop(100%, #644f15));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a78d43 0%, #d9c691 14%, #eee0b8 30%, #eee0b8 40%, #bcab7d 67%, #644f15 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78d43', endColorstr='#644f15',GradientType=0 );
    /* IE6-9 */ }

.success-stories {
  list-style: none;
  margin: 0;
  padding: 0 !important; }
  .success-stories li {
    margin: 0 0 30px;
    padding: 0; }
    .success-stories li:after {
      content: '';
      display: table;
      clear: both; }
    .success-stories li .story-thumb {
      max-width: 30% !important;
      height: auto;
      display: block;
      border: 7px solid #d4ccb3;
      float: left;
      margin: 0 3% 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .success-stories li .story-thumb:hover {
        border-color: #0e4c76; }
    .success-stories li .story-text {
      float: left;
      width: 67%; }
    .success-stories li h2 {
      font-size: 18px;
      margin: 0 0 5px; }
      .success-stories li h2 a {
        color: #0e4c76; }

#single:after {
  content: '';
  display: table;
  clear: both; }
#single .single-post {
  width: 75%;
  float: left;
  padding: 20px 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 64em) {
    #single .single-post {
      width: 70%; } }
  @media all and (max-width: 45.5em) {
    #single .single-post {
      width: 100%; } }
  #single .single-post .post-meta {
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 20px;
    display: block; }
#single .single-thumb {
  display: block;
  border: 7px solid #d4ccb3;
  float: left;
  margin: 0 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #single .single-thumb:hover {
    border-color: #0e4c76; }
#single .single-person-content {
  clear: both; }

.inserted-gallery ul {
  list-style: none;
  margin: 20px 0;
  padding: 0; }
  .inserted-gallery ul:after {
    content: '';
    display: table;
    clear: both; }
  .inserted-gallery ul li {
    width: 23%;
    float: left;
    margin: 0 2% 10px 0; }
    .inserted-gallery ul li a {
      display: block; }
    .inserted-gallery ul li img {
      display: block;
      width: 100%;
      height: auto;
      border: 2px solid white;
      -webkit-box-shadow: -1px -1px 2px 1px #ccc;
      box-shadow: -1px -1px 2px 1px #ccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }

.clear {
  clear: both; }

.index-wrap {
  padding: 30px 20px;
  width: 75%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .index-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .index-wrap .post {
    margin: 0 0 26px; }
    .index-wrap .post:after {
      content: '';
      display: table;
      clear: both; }
    .index-wrap .post .post-title {
      font-size: 20px;
      line-height: 1.1;
      margin: 0; }
      .index-wrap .post .post-title a {
        color: #0e4c76; }
    .index-wrap .post .post-meta {
      font-size: 11px;
      line-height: 13px;
      font-style: italic;
      margin: 0 0 8px;
      display: block; }
    .index-wrap .post .post-thumb {
      display: block;
      border: 7px solid #d4ccb3;
      float: left;
      margin: 0 3% 10px 0;
      max-width: 30%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .index-wrap .post .post-thumb:hover {
        border-color: #0e4c76; }
  .index-wrap .pagination-links {
    margin: 40px 0 0; }
    .index-wrap .pagination-links .page-numbers {
      display: inline-block;
      margin: 0 4px;
      padding: 0 4px;
      line-height: 20px; }

select#cat {
  max-width: 100%; }
  select#cat option {
    max-width: 100%; }

.customSelect {
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  color: white;
  width: 100%;
  background: #177bbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #177bbe), color-stop(100%, #00538d));
  background: -webkit-linear-gradient(top, #177bbe 0%, #00538d 100%);
  background: -moz-linear-gradient(top, #177bbe 0%, #00538d 100%);
  background: -ms-linear-gradient(top, #177bbe 0%, #00538d 100%);
  background: -o-linear-gradient(top, #177bbe 0%, #00538d 100%);
  background: linear-gradient(to bottom, #177bbe 0%, #00538d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF177BBE', endColorstr='#FF00538D',  GradientType=0  ); }

.customSelectInner {
  background-image: url("images/arrow.png");
  background-position: 97% 13px;
  background-repeat: no-repeat;
  padding: 0 10px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.sponsor-level-list {
  margin: 0 0 40px; }
  .sponsor-level-list:after {
    content: '';
    display: table;
    clear: both; }
  .sponsor-level-list .sponsor-level-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5; }
  .sponsor-level-list .sponsor-content-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: -1px -1px 2px 1px #ccc;
    box-shadow: -1px -1px 2px 1px #ccc; }
    .sponsor-level-list .sponsor-content-list:after {
      content: '';
      display: table;
      clear: both; }
    .sponsor-level-list .sponsor-content-list li {
      width: 50%;
      height: 120px;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .sponsor-level-list .sponsor-content-list li .sponsor-logo {
        max-height: 70%;
        max-width: 80% !important;
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto; }
      .sponsor-level-list .sponsor-content-list li h3 {
        font-size: 18px;
        text-align: center;
        padding: 0 10px;
        color: #655007; }
  .sponsor-level-list .sponsor-side-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    position: relative;
    background: #eee; }
    .sponsor-level-list .sponsor-side-list .next, .sponsor-level-list .sponsor-side-list .prev {
      top: 0;
      font-size: 30px;
      line-height: 120px;
      width: 12%;
      text-align: center;
      background: #eee;
      display: block;
      position: absolute;
      z-index: 999;
      cursor: pointer;
      color: #333; }
      .sponsor-level-list .sponsor-side-list .next:hover, .sponsor-level-list .sponsor-side-list .prev:hover {
        color: #000; }
    .sponsor-level-list .sponsor-side-list .next {
      right: 0; }
    .sponsor-level-list .sponsor-side-list .prev {
      left: 0; }
    .sponsor-level-list .sponsor-side-list li {
      width: 76%;
      margin: 0 12%;
      height: 120px;
      padding: 1px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .sponsor-level-list .sponsor-side-list li .sponsor-logo {
        max-height: 90px;
        max-width: 80%;
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto; }
      .sponsor-level-list .sponsor-side-list li h3 {
        font-size: 18px;
        text-align: center;
        padding: 0 20px;
        color: #655007; }
    .sponsor-level-list .sponsor-side-list.mobile-hidden {
      display: none !important; }

@media all and (max-width: 45.5em) {
  .page-content .sponsor-level-list .sponsor-content-list {
    display: none; } }
@media all and (max-width: 64em) {
  #index #sidebar, #archive #sidebar, #single #sidebar {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #index .index-wrap, #archive .index-wrap, #single .index-wrap {
    width: 70%; } }
@media all and (max-width: 45.5em) {
  #index #sidebar, #archive #sidebar, #single #sidebar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0; }
    #index #sidebar .archives, #archive #sidebar .archives, #single #sidebar .archives {
      display: none; }
  #index .index-wrap, #archive .index-wrap, #single .index-wrap {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
