/*
 * Theme Name:  WBI Theme
 * Author:      Lion Associates
 * Author URI:  http://lionassociates.com/
 * Version:     1.0.0
 */
/* 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 #eeeeee;
  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: white; }

/* 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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

/* ========================================================================== */
/* CONTENT ================================================================== */
/* ========================================================================== */
/* Global
/* ========================================================================== */
/* ========================================================================== */
/* BASE ELEMENT STYLES ====================================================== */
/* ========================================================================== */
body {
  background-color: #1a1a1a;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Droid Sans', sans-serif; }

a {
  color: #0586a1;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out; }
  a:hover {
    color: #035d70; }

nav ul {
  list-style: none;
  padding: 0; }

/* FONTS */
@font-face {
  font-family: 'neosansregular';
  src: url("fonts/neosans-webfont.eot");
  src: url("fonts/neosans-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/neosans-webfont.woff") format("woff"), url("fonts/neosans-webfont.ttf") format("truetype"), url("fonts/neosans-webfont.svg#neosansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ========================================================================== */
/* STATE ==================================================================== */
/* ========================================================================== */
.is-hidden {
  display: none; }

.is-disabled {
  opacity: 0.5; }

/* ========================================================================== */
/* STRUCTURAL STYLES ======================================================== */
/* ========================================================================== */
/* Columns/Grid System
 * ========================================================================== */
.columns:after {
  content: '';
  display: table;
  clear: both; }
.columns.reverse > .column {
  float: right; }
.columns.columns-2 > .column {
  width: 50%; }
.columns.columns-2 > .push-1 {
  margin-left: 33.333%; }
.columns.columns-2.reverse > .push-1 {
  margin-right: 33.333%;
  margin-left: 0; }
.columns.columns-3 > .column {
  width: 33.333%; }
.columns.columns-3 > .x2 {
  width: 66.667%; }
.columns.columns-3 > .push-1 {
  margin-left: 33.333%; }
.columns.columns-3 > .push-2 {
  margin-left: 66.667%; }
.columns.columns-3.reverse > .push-1 {
  margin-right: 33.333%;
  margin-left: 0; }
.columns.columns-3.reverse > .push-2 {
  margin-right: 66.667%;
  margin-left: 0; }
.columns.columns-4 > .column {
  width: 25%; }
.columns.columns-4 > .x2 {
  width: 50%; }
.columns.columns-4 > .x3 {
  width: 75%; }
.columns.columns-4 > .push-1 {
  margin-left: 25%; }
.columns.columns-4 > .push-2 {
  margin-left: 50%; }
.columns.columns-4 > .push-3 {
  margin-left: 75%; }
.columns.columns-4.reverse > .push-1 {
  margin-right: 25%;
  margin-left: 0; }
.columns.columns-4.reverse > .push-2 {
  margin-right: 50%;
  margin-left: 0; }
.columns.columns-4.reverse > .push-3 {
  margin-right: 75%;
  margin-left: 0; }
.columns.columns-5 > .column {
  width: 20%; }
.columns.columns-5 > .x2 {
  width: 40%; }
.columns.columns-5 > .x3 {
  width: 60%; }
.columns.columns-5 > .x4 {
  width: 80%; }
.columns.columns-5 > .push-1 {
  margin-left: 20%; }
.columns.columns-5 > .push-2 {
  margin-left: 40%; }
.columns.columns-5 > .push-3 {
  margin-left: 60%; }
.columns.columns-5 > .push-4 {
  margin-left: 80%; }
.columns.columns-5.reverse > .push-1 {
  margin-right: 20%;
  margin-left: 0; }
.columns.columns-5.reverse > .push-2 {
  margin-right: 40%;
  margin-left: 0; }
.columns.columns-5.reverse > .push-3 {
  margin-right: 60%;
  margin-left: 0; }
.columns.columns-5.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; }

/* Reusable Content Styles
 * ========================================================================== */
.content-width {
  max-width: 1080px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 768px) {
  .content-width {
    padding-left: 20px;
    padding-right: 20px; } }
.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; }

/* ========================================================================== */
/* SITE HEADER ============================================================== */
/* ========================================================================== */
/* Site Header
 * ========================================================================== */
#site-header {
  background: #131313; }
  #site-header .inner {
    height: 132px;
    position: relative; }
    #site-header .inner #site-logo {
      position: absolute;
      top: 16px;
      left: 30px;
      display: block; }
      @media only screen and (max-width: 768px) {
        #site-header .inner #site-logo {
          left: 20px; } }
      @media only screen and (max-width: 480px) {
        #site-header .inner #site-logo {
          max-width: 65%;
          height: auto;
          top: 14%; } }
      @media only screen and (max-width: 420px) {
        #site-header .inner #site-logo {
          top: 16%; } }
      @media only screen and (max-width: 390px) {
        #site-header .inner #site-logo {
          top: 18%; } }
      @media only screen and (max-width: 360px) {
        #site-header .inner #site-logo {
          top: 21%; } }

/* Main Menu
 * ========================================================================== */
#main-menu {
  height: 132px;
  position: absolute;
  top: 0;
  right: 110px; }
  #main-menu ul.menu {
    list-style: none;
    padding: 0;
    margin: 44px 0 0;
    height: 40px; }
    #main-menu ul.menu > li {
      float: left;
      position: relative; }
      #main-menu ul.menu > li a {
        color: white;
        padding: 0 20px;
        line-height: 40px; }
        #main-menu ul.menu > li a:hover {
          color: #00b0da; }
      #main-menu ul.menu > li .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        background: #000;
        z-index: 999; }
        #main-menu ul.menu > li .sub-menu li a {
          display: block; }
      #main-menu ul.menu > li:hover .sub-menu {
        display: block; }

@media only screen and (max-width: 960px) {
  #main-menu {
    display: none; } }
#mobile-button {
  background: none;
  border: none;
  color: white;
  width: 44px;
  height: 44px;
  display: none;
  padding: 0;
  position: absolute;
  top: 43px;
  right: 26px; }
  #mobile-button .fa-bars {
    font-size: 44px;
    line-height: 44px;
    width: 44px;
    text-align: center; }

@media only screen and (max-width: 960px) {
  #mobile-button {
    display: block; } }
@media only screen and (max-width: 768px) {
  #mobile-button {
    right: 16px; } }
#mobile-menu {
  display: none; }
  #mobile-menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    #mobile-menu ul.menu li {
      border-top: 1px solid #000; }
      #mobile-menu ul.menu li a {
        display: block;
        text-align: center;
        line-height: 44px;
        color: white; }
        #mobile-menu ul.menu li a:hover {
          color: #00b0da;
          background: #111; }
        #mobile-menu ul.menu li a.open {
          background: #444; }
          #mobile-menu ul.menu li a.open:hover {
            color: white; }
      #mobile-menu ul.menu li .sub-menu {
        display: none; }
        #mobile-menu ul.menu li .sub-menu li {
          background: #000; }

/* ========================================================================== */
/* SITE FOOTER ============================================================== */
/* ========================================================================== */
/* Site Footer
 * ========================================================================== */
#site-footer {
  background: #111; }
  #site-footer .inner {
    position: relative;
    padding-top: 60px; }
    @media only screen and (max-width: 960px) {
      #site-footer .inner {
        padding-top: 30px; } }
    #site-footer .inner:after {
      content: '';
      display: table;
      clear: both; }
    #site-footer .inner .logo-column {
      float: left;
      padding: 0 60px 100px 0; }
      @media only screen and (max-width: 960px) {
        #site-footer .inner .logo-column {
          width: 100%;
          clear: both;
          padding: 0 0 20px; } }
    #site-footer .inner #footer-menu ul.menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      #site-footer .inner #footer-menu ul.menu:after {
        content: '';
        display: table;
        clear: both; }
      #site-footer .inner #footer-menu ul.menu li a {
        color: white;
        display: block; }
        #site-footer .inner #footer-menu ul.menu li a:hover {
          color: #00b0da; }
      #site-footer .inner #footer-menu ul.menu li .sub-menu {
        margin: 12px 30px 0 0; }
      #site-footer .inner #footer-menu ul.menu > li {
        float: left;
        width: 25%; }
        @media only screen and (max-width: 1140px) {
          #site-footer .inner #footer-menu ul.menu > li {
            width: 20%; } }
        @media only screen and (max-width: 960px) {
          #site-footer .inner #footer-menu ul.menu > li {
            width: 50%;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 480px) {
          #site-footer .inner #footer-menu ul.menu > li {
            width: 100%; } }
        #site-footer .inner #footer-menu ul.menu > li > a {
          text-transform: uppercase;
          color: #00b0da; }
    #site-footer .inner #site-info {
      clear: both;
      width: 100%;
      margin: 90px 0 20px;
      color: #b8b6b6;
      font-size: 14px; }
      @media only screen and (max-width: 960px) {
        #site-footer .inner #site-info {
          margin-top: 30px; } }
      #site-footer .inner #site-info span a {
        color: #262626; }
        #site-footer .inner #site-info span a:hover {
          color: #444; }
      @media only screen and (max-width: 960px) {
        #site-footer .inner #site-info span {
          display: block;
          width: 100%;
          margin-bottom: 10px; } }
      #site-footer .inner #site-info .social-icons {
        list-style: none;
        margin: 0 0 0 25px;
        padding: 0;
        display: inline-block;
        vertical-align: middle; }
        #site-footer .inner #site-info .social-icons li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px; }
        @media only screen and (max-width: 960px) {
          #site-footer .inner #site-info .social-icons {
            display: block;
            width: 100%;
            margin-left: 0; } }

/* Modules
/* ========================================================================== */
.calendar-head, .cal-gui-head {
  position: relative;
  padding: 0 30px;
  text-align: center;
  height: 30px;
  margin: 0 0 4px; }
  .calendar-head h2, .cal-gui-head h2 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
    line-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: 30px;
    padding: 0;
    border: none;
    -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-head .prev .fa, .calendar-head .next .fa, .calendar-head .cal-gui-prev .fa, .calendar-head .cal-gui-next .fa, .cal-gui-head .prev .fa, .cal-gui-head .next .fa, .cal-gui-head .cal-gui-prev .fa, .cal-gui-head .cal-gui-next .fa {
      font-size: 20px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0; }
  .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; }

.cal-gui-filter-reset, .tax-buttons-filter-reset {
  cursor: pointer; }

.calendar-table .table-head {
  font-weight: bold;
  background-color: #666;
  color: #fff; }
.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: #ccc; }
.calendar-table .today {
  border: 1px solid #999;
  background-color: #ddd; }

.tax-buttons-filter {
  list-style: none;
  margin: 0;
  padding: 0; }
  .tax-buttons-filter li {
    margin: 0 0 1px; }
    .tax-buttons-filter li a {
      display: block;
      text-align: center;
      cursor: pointer;
      padding: 0 40px;
      line-height: 40px;
      height: 40px;
      text-transform: uppercase;
      background: #0586a1;
      color: white; }
      .tax-buttons-filter li a:hover {
        background: #00b0da; }

.cal-gui {
  text-align: center; }
  .cal-gui .not-a-day {
    background-color: #ccc; }
  .cal-gui .today {
    background-color: #ddd; }
  .cal-gui .cal-gui-has-events {
    background-color: #999;
    color: white;
    cursor: pointer; }
    .cal-gui .cal-gui-has-events:hover {
      background-color: #777; }

#page .inner .page .la__event .detail-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 4px solid #0586a1; }
#page .inner .page .page-content .events-list > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #page .inner .page .page-content .events-list > ul > li {
    margin: 0 0 40px; }
    #page .inner .page .page-content .events-list > ul > li .event-title {
      margin: 0 0 5px;
      line-height: 1.1;
      text-transform: none; }
    #page .inner .page .page-content .events-list > ul > li .event-details .detail-list {
      list-style: none;
      margin: 0 0 5px;
      padding: 0;
      font-size: 14px;
      color: #888;
      font-style: italic; }
      #page .inner .page .page-content .events-list > ul > li .event-details .detail-list li {
        margin: 0; }
    #page .inner .page .page-content .events-list > ul > li .event-content {
      padding-right: 100px; }
    #page .inner .page .page-content .events-list > ul > li .event-thumb {
      max-width: 200px;
      height: auto;
      float: left;
      margin: 0 20px 10px 0; }
    #page .inner .page .page-content .events-list > ul > li .more {
      font-style: italic; }

/* Templates
/* ========================================================================== */
.home #video-slideshow {
  height: 520px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 1140px) {
    .home #video-slideshow {
      height: 480px; } }
  @media only screen and (max-width: 960px) {
    .home #video-slideshow {
      height: 420px; } }
  @media only screen and (max-width: 768px) {
    .home #video-slideshow {
      height: 380px; } }
  @media only screen and (max-width: 680px) {
    .home #video-slideshow {
      height: 330px; } }
  @media only screen and (max-width: 600px) {
    .home #video-slideshow {
      height: 300px; } }
  @media only screen and (max-width: 480px) {
    .home #video-slideshow {
      height: 270px; } }
  @media only screen and (max-width: 420px) {
    .home #video-slideshow {
      height: 250px; } }
  @media only screen and (max-width: 385px) {
    .home #video-slideshow {
      height: 220px; } }
  .home #video-slideshow .slide-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media only screen and (min-width: 1140px) {
      .home #video-slideshow .slide-bg {
        top: 0;
        bottom: auto; } }
    @media only screen and (max-width: 768px) {
      .home #video-slideshow .slide-bg {
        display: none; } }
  .home #video-slideshow .static-img {
    display: none;
    width: 120%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: -10%; }
    @media only screen and (max-width: 768px) {
      .home #video-slideshow .static-img {
        display: block; } }
  .home #video-slideshow #pager {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 999;
    display: block;
    margin-left: -33px; }
    @media only screen and (max-width: 960px) {
      .home #video-slideshow #pager {
        bottom: 50px; } }
    @media only screen and (max-width: 768px) {
      .home #video-slideshow #pager {
        bottom: 40px; } }
    @media only screen and (max-width: 680px) {
      .home #video-slideshow #pager {
        bottom: 30px; } }
    @media only screen and (max-width: 600px) {
      .home #video-slideshow #pager {
        bottom: 20px; } }
    @media only screen and (max-width: 480px) {
      .home #video-slideshow #pager {
        bottom: 18px; } }
    @media only screen and (max-width: 385px) {
      .home #video-slideshow #pager {
        bottom: 10px; } }
    .home #video-slideshow #pager span {
      margin-left: 7px;
      cursor: pointer;
      display: inline-block;
      width: 22px;
      height: 22px;
      overflow: visible;
      position: relative; }
      .home #video-slideshow #pager span:before {
        content: '\f111';
        font-family: 'FontAwesome';
        color: #9a9d9e;
        font-size: 22px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 22px;
        width: 22px;
        text-align: center; }
      .home #video-slideshow #pager span.cycle-pager-active:before {
        color: white; }
      .home #video-slideshow #pager span:first-child {
        margin-left: 0; }
  .home #video-slideshow .slide {
    width: 100%;
    height: 100%;
    padding: 90px 0 0;
    text-align: center;
    color: white;
    -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 only screen and (max-width: 1140px) {
      .home #video-slideshow .slide {
        padding: 70px 0 0; } }
    @media only screen and (max-width: 960px) {
      .home #video-slideshow .slide {
        padding: 40px 0 0; } }
    @media only screen and (max-width: 768px) {
      .home #video-slideshow .slide {
        padding: 30px 0 0; } }
    @media only screen and (max-width: 680px) {
      .home #video-slideshow .slide {
        padding: 20px 0 0; } }
    @media only screen and (max-width: 420px) {
      .home #video-slideshow .slide {
        padding: 18px 0 0; } }
    @media only screen and (max-width: 385px) {
      .home #video-slideshow .slide {
        padding: 5px 0 0; } }
    .home #video-slideshow .slide .slide-title {
      font-weight: normal;
      font-size: 52px;
      line-height: 64px;
      font-family: 'neosansregular'; }
      @media only screen and (max-width: 960px) {
        .home #video-slideshow .slide .slide-title {
          font-size: 47px;
          line-height: 58px; } }
      @media only screen and (max-width: 768px) {
        .home #video-slideshow .slide .slide-title {
          font-size: 42px;
          line-height: 52px; } }
      @media only screen and (max-width: 680px) {
        .home #video-slideshow .slide .slide-title {
          font-size: 38px;
          line-height: 48px; } }
      @media only screen and (max-width: 600px) {
        .home #video-slideshow .slide .slide-title {
          font-size: 32px;
          line-height: 44px; } }
      @media only screen and (max-width: 480px) {
        .home #video-slideshow .slide .slide-title {
          font-size: 27px;
          line-height: 31px;
          margin-bottom: 22px; } }
      @media only screen and (max-width: 420px) {
        .home #video-slideshow .slide .slide-title {
          font-size: 25px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 385px) {
        .home #video-slideshow .slide .slide-title {
          font-size: 24px;
          line-height: 25px;
          margin-bottom: 16px; } }
    .home #video-slideshow .slide .slide-button {
      background: none;
      border: 1px solid white;
      padding: 0 50px;
      height: 60px;
      line-height: 60px;
      color: white;
      font-size: 18px;
      display: inline-block;
      cursor: pointer; }
      .home #video-slideshow .slide .slide-button:hover {
        color: #00b0da;
        border-color: #0586a1;
        background: rgba(0, 0, 0, 0.3); }
.home .columns-3 {
  padding-top: 40px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .home .columns-3 {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .home .columns-3 .column {
    color: white; }
    .home .columns-3 .column .module-title, .home .columns-3 .column .upcoming-events-title {
      font-size: 20px;
      font-weight: normal;
      margin: 0 0 30px; }
      .home .columns-3 .column .module-title:after, .home .columns-3 .column .upcoming-events-title:after {
        content: '\f105';
        font-family: 'FontAwesome';
        color: #00b0da;
        padding-left: 12px; }
      @media only screen and (max-width: 768px) {
        .home .columns-3 .column .module-title, .home .columns-3 .column .upcoming-events-title {
          margin: 0 0 10px; } }
    .home .columns-3 .column .recent-posts {
      padding-right: 40px; }
      .home .columns-3 .column .recent-posts img {
        max-width: 100%;
        height: auto;
        display: block; }
      .home .columns-3 .column .recent-posts .article-title {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.4;
        margin: 16px 0 10px; }
        @media only screen and (max-width: 768px) {
          .home .columns-3 .column .recent-posts .article-title {
            margin: 0 0 10px; } }
        .home .columns-3 .column .recent-posts .article-title a {
          color: white; }
          .home .columns-3 .column .recent-posts .article-title a:hover {
            color: #00b0da; }
      .home .columns-3 .column .recent-posts .article-excerpt {
        margin: 0;
        font-size: 14px; }
        .home .columns-3 .column .recent-posts .article-excerpt a {
          font-style: italic; }
          .home .columns-3 .column .recent-posts .article-excerpt a:hover {
            color: #00b0da; }
    .home .columns-3 .column .upcoming-events {
      padding: 0 20px; }
      .home .columns-3 .column .upcoming-events .event-post {
        margin: 0 0 28px; }
        @media only screen and (max-width: 768px) {
          .home .columns-3 .column .upcoming-events .event-post {
            margin: 0 0 20px; } }
        .home .columns-3 .column .upcoming-events .event-post .event-date {
          display: inline-block;
          background: #00b0da;
          padding: 0 6px;
          font-size: 13px;
          margin-right: 5px; }
          .home .columns-3 .column .upcoming-events .event-post .event-date.below {
            display: none; }
          @media only screen and (max-width: 768px) {
            .home .columns-3 .column .upcoming-events .event-post .event-date {
              display: none; }
              .home .columns-3 .column .upcoming-events .event-post .event-date.below {
                display: block;
                background: none;
                padding: 0;
                margin: 0;
                color: #999;
                font-style: italic; } }
        .home .columns-3 .column .upcoming-events .event-post .event-title {
          display: inline;
          vertical-align: middle;
          font-size: 16px;
          font-weight: normal;
          margin: 0; }
          .home .columns-3 .column .upcoming-events .event-post .event-title a {
            color: white; }
            .home .columns-3 .column .upcoming-events .event-post .event-title a:hover {
              color: #00b0da; }
        .home .columns-3 .column .upcoming-events .event-post .event-excerpt {
          margin: 8px 0 0;
          font-size: 14px; }
          @media only screen and (max-width: 768px) {
            .home .columns-3 .column .upcoming-events .event-post .event-excerpt {
              margin: 0; } }
        .home .columns-3 .column .upcoming-events .event-post:last-child {
          margin-bottom: 0; }
    .home .columns-3 .column .home-video {
      padding-left: 40px; }
      .home .columns-3 .column .home-video .caption {
        display: block;
        font-size: 14px;
        color: #9f9f9f;
        line-height: 1.4;
        margin: 6px 0 0; }
    @media only screen and (max-width: 768px) {
      .home .columns-3 .column {
        width: 50%;
        margin: 0 0 36px; }
        .home .columns-3 .column .upcoming-events {
          padding-right: 0; }
        .home .columns-3 .column .home-video {
          padding: 0; }
          .home .columns-3 .column .home-video .video {
            height: 200px; }
        .home .columns-3 .column .recent-posts img {
          display: none; } }
    @media only screen and (max-width: 480px) {
      .home .columns-3 .column {
        width: 100%; }
        .home .columns-3 .column .upcoming-events, .home .columns-3 .column .recent-posts, .home .columns-3 .column .home-video {
          padding: 0; } }
.home .home-quote {
  position: relative;
  overflow: hidden;
  padding: 50px 0 30px; }
  @media only screen and (max-width: 960px) {
    .home .home-quote {
      background: url("images/wbi-parallax.jpg") left top no-repeat; } }
  .home .home-quote #parallax-bg {
    position: absolute;
    top: 0;
    min-width: 100%;
    height: auto;
    z-index: 0; }
    @media only screen and (max-width: 960px) {
      .home .home-quote #parallax-bg {
        display: none; } }
  .home .home-quote p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 32px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 3; }
  .home .home-quote #quote-link {
    width: 30px;
    height: 30px;
    display: block;
    background: url("images/quote-link.png") left top no-repeat;
    margin: 0 auto;
    position: relative;
    z-index: 4; }

#page {
  background: white;
  padding-top: 1px; }
  #page .inner {
    padding-top: 1px;
    padding-bottom: 100px; }
    #page .inner:after {
      content: '';
      display: table;
      clear: both; }
    #page .inner .page {
      width: 78%;
      padding: 0 50px 0 0;
      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; }
      @media only screen and (max-width: 1140px) {
        #page .inner .page {
          width: 74%; } }
      @media only screen and (max-width: 960px) {
        #page .inner .page {
          width: 70%; } }
      @media only screen and (max-width: 768px) {
        #page .inner .page {
          width: 100%;
          padding-right: 0; } }
      #page .inner .page .page-title {
        color: #3d3d3d;
        font-weight: normal;
        margin: 0 0 24px;
        font-size: 24px;
        line-height: 1; }
      #page .inner .page .page-content {
        margin-bottom: 40px; }
        #page .inner .page .page-content .page-image {
          max-width: 300px;
          float: left;
          margin: 4px 20px 10px 0; }
          #page .inner .page .page-content .page-image .page-featured-image {
            height: auto;
            max-width: 100%;
            display: block; }
          #page .inner .page .page-content .page-image .caption {
            background: #eee;
            display: block;
            padding: 8px 20px;
            text-align: center;
            font-style: italic;
            font-size: 12px;
            line-height: 1.1; }
        #page .inner .page .page-content img.alignleft {
          margin: 6px 20px 10px 0; }
        #page .inner .page .page-content p {
          margin: 0 0 20px; }
        #page .inner .page .page-content ul {
          margin: 0 0 20px;
          list-style: square; }
          #page .inner .page .page-content ul li {
            margin: 0 0 8px; }
        #page .inner .page .page-content h2 {
          text-transform: uppercase;
          font-weight: normal;
          font-size: 20px;
          margin: 30px 0 5px;
          color: #4c4c4c; }
        #page .inner .page .page-content h3 {
          font-weight: normal;
          font-size: 18px;
          margin: 20px 0 5px;
          color: #4c4c4c; }
        #page .inner .page .page-content h4 {
          margin: 0 0 5px; }
        #page .inner .page .page-content .inserted-quote {
          background: #eaeaea;
          display: block;
          margin: 0 0 22px;
          padding: 30px 70px;
          font-size: 18px; }
          #page .inner .page .page-content .inserted-quote .author {
            display: block;
            font-size: 16px;
            margin-top: 10px;
            color: #999;
            font-style: italic; }
          @media only screen and (max-width: 960px) {
            #page .inner .page .page-content .inserted-quote {
              padding: 28px 60px; } }
          @media only screen and (max-width: 768px) {
            #page .inner .page .page-content .inserted-quote {
              padding: 26px 50px; } }
          @media only screen and (max-width: 680px) {
            #page .inner .page .page-content .inserted-quote {
              padding: 24px 40px; } }
          @media only screen and (max-width: 480px) {
            #page .inner .page .page-content .inserted-quote {
              padding: 20px 30px; } }

#breadcrumbs {
  margin: 23px 0 40px;
  color: #535353; }
  #breadcrumbs a {
    color: #00b0da; }
    #breadcrumbs a:hover {
      color: #0586a1; }

.sidebar {
  width: 22%;
  float: left;
  font-size: 14px; }
  @media only screen and (max-width: 1140px) {
    .sidebar {
      width: 26%; } }
  @media only screen and (max-width: 960px) {
    .sidebar {
      width: 30%; } }
  @media only screen and (max-width: 768px) {
    .sidebar {
      width: 100%; } }
  .sidebar .local-nav {
    list-style: none;
    margin: 0 0 30px;
    padding: 0; }
    .sidebar .local-nav > li {
      margin: 0 0 8px; }
      .sidebar .local-nav > li a {
        display: block;
        padding-left: 11px;
        position: relative;
        line-height: 1.2; }
        .sidebar .local-nav > li a:before {
          content: '\f0da';
          font-family: 'FontAwesome';
          position: absolute;
          left: 0;
          top: 0; }
      .sidebar .local-nav > li.current_page_item > a {
        color: #333; }
      .sidebar .local-nav > li:first-child {
        font-size: 20px;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 8px;
        margin-bottom: 10px; }
        .sidebar .local-nav > li:first-child a:before {
          content: ''; }
        .sidebar .local-nav > li:first-child.current_page_item {
          color: #666; }
      .sidebar .local-nav > li .children {
        list-style: none;
        margin-top: 10px;
        padding-left: 13px; }
        .sidebar .local-nav > li .children li {
          margin-bottom: 8px; }
          .sidebar .local-nav > li .children li a:before {
            content: '-'; }
          .sidebar .local-nav > li .children li.current_page_item > a {
            color: #333; }
  .sidebar .upcoming-events {
    margin: 0 0 30px; }
    .sidebar .upcoming-events .upcoming-events-title {
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin-bottom: 10px; }
    .sidebar .upcoming-events .event-post {
      margin: 0 0 18px; }
      .sidebar .upcoming-events .event-post .event-title {
        font-size: 14px;
        font-weight: normal;
        margin: 0; }
      .sidebar .upcoming-events .event-post .event-date {
        display: block;
        margin: 0 0 3px; }
        .sidebar .upcoming-events .event-post .event-date.above {
          display: none; }
      .sidebar .upcoming-events .event-post p {
        margin: 0; }
        .sidebar .upcoming-events .event-post p .more {
          font-style: italic; }
  .sidebar .sidebar-video {
    margin: 0 0 30px; }
    .sidebar .sidebar-video h2 {
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin-bottom: 16px; }
    .sidebar .sidebar-video .video-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sidebar .sidebar-video .video-list li {
        margin: 0 0 20px; }
        .sidebar .sidebar-video .video-list li h3 {
          margin: 0 0 5px;
          font-size: 14px; }
        .sidebar .sidebar-video .video-list li .caption {
          display: block;
          line-height: 1.2;
          font-size: 12px;
          font-style: italic;
          color: #9f9f9f; }
        .sidebar .sidebar-video .video-list li:last-child {
          margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          .sidebar .sidebar-video .video-list li iframe {
            height: 250px; } }
        @media only screen and (max-width: 480px) {
          .sidebar .sidebar-video .video-list li iframe {
            height: 170px; } }
  .sidebar .sidebar-links {
    margin: 0 0 30px; }
    .sidebar .sidebar-links h2 {
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin-bottom: 10px; }
    .sidebar .sidebar-links ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sidebar .sidebar-links ul li {
        font-size: 16px;
        margin: 0 0 5px; }
        .sidebar .sidebar-links ul li a {
          display: block;
          position: relative; }
        .sidebar .sidebar-links ul li.la__document a {
          padding-left: 26px; }
          .sidebar .sidebar-links ul li.la__document a:before {
            content: '\f019';
            font-family: 'FontAwesome';
            position: absolute;
            top: 0;
            left: 0; }
  .sidebar .blog-links {
    margin: 0 0 30px; }
    .sidebar .blog-links h2 {
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin: 0 0 10px; }
    .sidebar .blog-links ul {
      list-style: none;
      margin: 0 0 30px;
      padding: 0; }
      .sidebar .blog-links ul li {
        font-size: 16px;
        margin: 0 0 5px; }
        .sidebar .blog-links ul li a {
          display: block; }
  .sidebar .slideshow {
    margin: 0 0 36px; }
    .sidebar .slideshow:before {
      content: 'Photos';
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin-bottom: 10px;
      display: block;
      position: relative; }
    .sidebar .slideshow .slide {
      width: 100%;
      display: block;
      top: 54px !important; }
      .sidebar .slideshow .slide img {
        display: block;
        width: 100%;
        height: auto; }
    .sidebar .slideshow .slideshow-pager-wrap {
      display: none; }
  .sidebar .sidebar-quote {
    margin: 0 0 30px;
    position: relative; }
    .sidebar .sidebar-quote h2 {
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin-bottom: 16px; }
    .sidebar .sidebar-quote p {
      font-size: 18px;
      font-style: italic;
      color: #666;
      margin: 0 0 10px; }
    .sidebar .sidebar-quote .author {
      font-size: 16px;
      color: #555; }
    .sidebar .sidebar-quote:before {
      content: '';
      width: 102px;
      height: 102px;
      background-image: url("images/quote-mark.png");
      bakcground-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      top: 35px;
      left: -20px; }
  .sidebar .sidebar-image {
    margin: 0 0 30px; }
    .sidebar .sidebar-image h2 {
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin-bottom: 16px; }
    .sidebar .sidebar-image img {
      max-width: 100%;
      height: auto;
      display: block; }
    .sidebar .sidebar-image .caption {
      font-size: 15px;
      font-style: italic; }
  .sidebar .events-list-cal-gui-filter {
    margin: 0 0 30px; }
  .sidebar .events-list-button-filter {
    margin: 0 0 30px; }
    .sidebar .events-list-button-filter .filter-title {
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 8px;
      margin: 0 0 14px; }

#page .inner .page .page-content .person-video {
  width: 100%;
  overflow: hidden;
  height: 340px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 960px) {
    #page .inner .page .page-content .person-video {
      height: 280px; } }
  @media only screen and (max-width: 860px) {
    #page .inner .page .page-content .person-video {
      height: 260px; } }
  @media only screen and (max-width: 800px) {
    #page .inner .page .page-content .person-video {
      height: 240px; } }
  @media only screen and (max-width: 768px) {
    #page .inner .page .page-content .person-video {
      height: 350px; } }
  @media only screen and (max-width: 680px) {
    #page .inner .page .page-content .person-video {
      height: 320px; } }
  @media only screen and (max-width: 615px) {
    #page .inner .page .page-content .person-video {
      height: 300px; } }
  @media only screen and (max-width: 580px) {
    #page .inner .page .page-content .person-video {
      height: 280px; } }
  @media only screen and (max-width: 540px) {
    #page .inner .page .page-content .person-video {
      height: 260px; } }
  @media only screen and (max-width: 510px) {
    #page .inner .page .page-content .person-video {
      height: 240px; } }
  @media only screen and (max-width: 480px) {
    #page .inner .page .page-content .person-video {
      display: none; } }
#page .inner .page .page-content .person-image {
  width: 100%;
  height: auto;
  display: block; }
#page .inner .page .page-content .static-img {
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    #page .inner .page .page-content .static-img {
      display: block; } }
#page .inner .page .page-content .wide-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
#page .inner .page .page-content .person-portrait {
  float: left;
  margin: 3px 20px 10px 0; }
#page .inner .page .page-content .person-name {
  line-height: 1;
  text-transform: none;
  margin: 0 0 8px; }
#page .inner .page .page-content .person-title {
  color: #666;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin: 0 0 5px; }
#page .inner .page .page-content .person-linkedin {
  display: inline-block;
  line-height: 1;
  padding-left: 20px;
  position: relative; }
  #page .inner .page .page-content .person-linkedin:before {
    content: '\f08c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #0586a1; }
#page .inner .page .page-content .person-bio {
  margin-top: 30px; }

#screen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212121;
  background-image: url("images/form-shell-bg2.png");
  background-position: left top;
  background-repeat: repeat;
  z-index: 9998;
  display: none; }

#partner-form {
  display: none;
  font-size: 13px;
  color: white;
  border-top: 2px solid #0586a1;
  padding: 80px 110px 60px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 9999;
  -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 only screen and (max-width: 1000px) {
    #partner-form {
      max-width: 90%;
      max-height: none;
      padding: 70px 100px 60px;
      top: 40px;
      bottom: auto; } }
  @media only screen and (max-width: 768px) {
    #partner-form {
      max-width: 94%;
      top: 20px;
      padding: 60px 5%; } }
  #partner-form .wpcf7-form {
    max-width: 600px;
    display: block;
    margin: 0 auto; }
  #partner-form #close-form {
    display: inline-block;
    background: none;
    border: none;
    color: #0586a1;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 16px; }
    #partner-form #close-form:hover {
      color: #00b0da; }
  #partner-form h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 20px;
    color: #888; }
  #partner-form h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 30px; }
  #partner-form p {
    margin: 0 0 20px; }
    #partner-form p:after {
      content: '';
      display: table;
      clear: both; }
    #partner-form p.description {
      margin-bottom: 30px;
      color: #ccc; }
  #partner-form .form-wrap {
    -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 only screen and (max-width: 1000px) {
      #partner-form .form-wrap {
        max-height: none; } }
  #partner-form label {
    float: left;
    clear: left;
    width: 40%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #partner-form label span {
      color: #f21f1f;
      padding-left: 5px;
      font-size: 10px; }
    @media only screen and (max-width: 768px) {
      #partner-form label {
        width: 100%; } }
  #partner-form .wpcf7-form-control-wrap {
    display: block; }
  #partner-form .wpcf7-text {
    width: 60%;
    float: right;
    -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 only screen and (max-width: 768px) {
      #partner-form .wpcf7-text {
        width: 100%; } }
  #partner-form .wpcf7-select {
    width: 60%;
    float: right; }
    @media only screen and (max-width: 768px) {
      #partner-form .wpcf7-select {
        width: 100%; } }
  #partner-form .partnership .wpcf7-textarea {
    margin: 10px 0;
    width: 60%;
    height: 80px;
    float: right;
    -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 only screen and (max-width: 768px) {
      #partner-form .partnership .wpcf7-textarea {
        width: 100%; } }
  #partner-form .wpcf7-submit {
    margin: 0 0 8px;
    width: 100%;
    text-align: center;
    color: white;
    background: #0586a1;
    border: none;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #partner-form .wpcf7-submit:hover {
      background: #00b0da; }
    @media only screen and (max-width: 768px) {
      #partner-form .wpcf7-submit {
        width: 100%; } }
  #partner-form .fine-print {
    font-size: 11px;
    color: #999; }

#page .inner .page .page-content #instruments-wrap {
  margin: 30px 0 0; }
  #page .inner .page .page-content #instruments-wrap:after {
    content: '';
    display: table;
    clear: both; }
  #page .inner .page .page-content #instruments-wrap h2 {
    font-size: 18px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 2;
    margin: 0 0 20px; }
  #page .inner .page .page-content #instruments-wrap .instrument-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0; }
    #page .inner .page .page-content #instruments-wrap .instrument-list:after {
      content: '';
      display: table;
      clear: both; }
    #page .inner .page .page-content #instruments-wrap .instrument-list li {
      width: 17%;
      margin: 0 0 20px 3.75%;
      float: left; }
      @media only screen and (max-width: 1140px) {
        #page .inner .page .page-content #instruments-wrap .instrument-list li {
          width: 22%;
          margin-left: 4%; } }
      @media only screen and (max-width: 960px) {
        #page .inner .page .page-content #instruments-wrap .instrument-list li {
          width: 30%;
          margin-left: 5%; } }
      @media only screen and (max-width: 480px) {
        #page .inner .page .page-content #instruments-wrap .instrument-list li {
          width: 47%;
          margin-left: 6%; } }
      #page .inner .page .page-content #instruments-wrap .instrument-list li a {
        display: block; }
        #page .inner .page .page-content #instruments-wrap .instrument-list li a .instrument-thumb {
          width: 100%;
          height: auto;
          border: 5px solid white;
          -webkit-box-shadow: 0 0 3px 0 #888;
          box-shadow: 0 0 3px 0 #888;
          -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 .inner .page .page-content #instruments-wrap .instrument-list li a h3 {
          text-align: center;
          font-size: 12px;
          line-height: 1.1;
          margin: 0;
          color: #0586a1; }
        #page .inner .page .page-content #instruments-wrap .instrument-list li a:hover h3 {
          color: #00b0da; }
      #page .inner .page .page-content #instruments-wrap .instrument-list li.i6, #page .inner .page .page-content #instruments-wrap .instrument-list li.i11, #page .inner .page .page-content #instruments-wrap .instrument-list li.i16, #page .inner .page .page-content #instruments-wrap .instrument-list li.i21 {
        clear: left;
        margin-left: 0; }
      #page .inner .page .page-content #instruments-wrap .instrument-list li.i1 {
        margin-left: 0 !important; }

@media only screen and (max-width: 1140px) {
  #page .inner .page .page-content #instruments-wrap .instrument-list li.i6, #page .inner .page .page-content #instruments-wrap .instrument-list li.i11, #page .inner .page .page-content #instruments-wrap .instrument-list li.i16, #page .inner .page .page-content #instruments-wrap .instrument-list li.i21 {
    clear: none;
    margin-left: 4%; }
  #page .inner .page .page-content #instruments-wrap .instrument-list li.i5, #page .inner .page .page-content #instruments-wrap .instrument-list li.i9, #page .inner .page .page-content #instruments-wrap .instrument-list li.i13, #page .inner .page .page-content #instruments-wrap .instrument-list li.i17 {
    clear: left;
    margin-left: 0; } }
@media only screen and (max-width: 960px) {
  #page .inner .page .page-content #instruments-wrap .instrument-list li.i5, #page .inner .page .page-content #instruments-wrap .instrument-list li.i9, #page .inner .page .page-content #instruments-wrap .instrument-list li.i13, #page .inner .page .page-content #instruments-wrap .instrument-list li.i17 {
    clear: none;
    margin-left: 5%; }
  #page .inner .page .page-content #instruments-wrap .instrument-list li.i4, #page .inner .page .page-content #instruments-wrap .instrument-list li.i7, #page .inner .page .page-content #instruments-wrap .instrument-list li.i10, #page .inner .page .page-content #instruments-wrap .instrument-list li.i13, #page .inner .page .page-content #instruments-wrap .instrument-list li.i16, #page .inner .page .page-content #instruments-wrap .instrument-list li.i19 {
    clear: left;
    margin-left: 0; } }
@media only screen and (max-width: 480px) {
  #page .inner .page .page-content #instruments-wrap .instrument-list li.i4, #page .inner .page .page-content #instruments-wrap .instrument-list li.i10, #page .inner .page .page-content #instruments-wrap .instrument-list li.i16 {
    clear: none;
    margin-left: 6%; }
  #page .inner .page .page-content #instruments-wrap .instrument-list li.i3, #page .inner .page .page-content #instruments-wrap .instrument-list li.i5, #page .inner .page .page-content #instruments-wrap .instrument-list li.i7, #page .inner .page .page-content #instruments-wrap .instrument-list li.i9, #page .inner .page .page-content #instruments-wrap .instrument-list li.i11, #page .inner .page .page-content #instruments-wrap .instrument-list li.i13, #page .inner .page .page-content #instruments-wrap .instrument-list li.i15, #page .inner .page .page-content #instruments-wrap .instrument-list li.i17, #page .inner .page .page-content #instruments-wrap .instrument-list li.i19, #page .inner .page .page-content #instruments-wrap .instrument-list li.i21 {
    clear: left;
    margin-left: 0; } }
#page .inner .page .page-content .publications {
  list-style: none;
  margin: 40px 0 0;
  padding: 0; }
  #page .inner .page .page-content .publications li {
    margin: 0 0 30px; }
    #page .inner .page .page-content .publications li h2 {
      font-size: 17px;
      margin: 0;
      color: #333; }
    #page .inner .page .page-content .publications li .post-date {
      font-size: 14px;
      font-style: italic;
      color: #999; }
    #page .inner .page .page-content .publications li p {
      margin: 0 0 10px; }
    #page .inner .page .page-content .publications li .link {
      background: #0586a1;
      border: none;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      color: white;
      padding: 0 20px; }
      #page .inner .page .page-content .publications li .link:hover {
        background: #00b0da; }

.blog .page, .single .page, .archive .page {
  margin: 0 0 40px; }
  .blog .page .post, .single .page .post, .archive .page .post {
    margin: 0 0 40px; }
    .blog .page .post .post-title, .single .page .post .post-title, .archive .page .post .post-title {
      margin: 0 0 10px;
      font-size: 20px;
      line-height: 1.1;
      font-weight: normal; }
      @media only screen and (max-width: 480px) {
        .blog .page .post .post-title, .single .page .post .post-title, .archive .page .post .post-title {
          margin: 0 0 20px; } }
    .blog .page .post .post-image, .single .page .post .post-image, .archive .page .post .post-image {
      float: left;
      margin: 4px 20px 10px 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 only screen and (max-width: 480px) {
        .blog .page .post .post-image, .single .page .post .post-image, .archive .page .post .post-image {
          margin: 0 0 10px;
          float: none;
          width: 100%;
          height: auto; } }
    .blog .page .post .post-date, .single .page .post .post-date, .archive .page .post .post-date {
      display: block;
      font-size: 14px;
      font-style: italic;
      color: #999;
      margin: 0 0 5px; }
    .blog .page .post p, .single .page .post p, .archive .page .post p {
      margin: 0 0 20px; }
    .blog .page .post .more, .single .page .post .more, .archive .page .post .more {
      font-style: italic; }

#page .inner .page .page-content .la-accordion {
  position: relative; }
  #page .inner .page .page-content .la-accordion > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #page .inner .page .page-content .la-accordion > ul li {
      margin: 0 0 1px; }
      #page .inner .page .page-content .la-accordion > ul li .accordion-title {
        color: white;
        margin: 0;
        padding: 10px 40px 10px 20px;
        text-transform: none;
        font-size: 18px;
        line-height: 20px;
        cursor: pointer;
        background: #818181;
        position: relative; }
        @media only screen and (max-width: 480px) {
          #page .inner .page .page-content .la-accordion > ul li .accordion-title {
            font-size: 16px; } }
        #page .inner .page .page-content .la-accordion > ul li .accordion-title:hover {
          background: #666; }
        #page .inner .page .page-content .la-accordion > ul li .accordion-title.open {
          background: #555; }
        #page .inner .page .page-content .la-accordion > ul li .accordion-title .fa {
          position: absolute;
          top: 0;
          right: 10px;
          height: 40px;
          width: 20px;
          line-height: 40px;
          font-size: 22px;
          text-align: center; }
      #page .inner .page .page-content .la-accordion > ul li .accordion-content {
        padding: 10px 0;
        display: none; }
        #page .inner .page .page-content .la-accordion > ul li .accordion-content > p {
          padding: 0 20px 10px;
          margin: 0; }
        #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list {
          list-style: none;
          margin: 0;
          padding: 0; }
          #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li {
            background: white;
            margin: 0;
            height: 72px;
            font-size: 14px;
            border-top: 1px dotted #ccc; }
            @media only screen and (max-width: 480px) {
              #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li {
                height: auto; } }
            #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li a {
              display: block;
              width: 100%;
              height: 72px;
              color: #666;
              padding-right: 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 only screen and (max-width: 480px) {
                #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li a {
                  padding-left: 20px;
                  height: auto; } }
              #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li a .thumb {
                display: block;
                float: left;
                margin-right: 16px; }
                @media only screen and (max-width: 480px) {
                  #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li a .thumb {
                    display: none; } }
              #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li a h3 {
                color: #00b0da;
                font-size: 16px;
                padding: 10px 0 0;
                margin: 0 0 5px; }
              #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li a span {
                font-size: 14px;
                line-height: 1;
                display: block; }
                @media only screen and (max-width: 480px) {
                  #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li a span {
                    padding-bottom: 10px; } }
              #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li a:hover {
                background: white;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e5f4ff));
                background: -webkit-linear-gradient(top, white 0%, #e5f4ff 100%);
                background: -moz-linear-gradient(top, white 0%, #e5f4ff 100%);
                background: -ms-linear-gradient(top, white 0%, #e5f4ff 100%);
                background: -o-linear-gradient(top, white 0%, #e5f4ff 100%);
                background: linear-gradient(to bottom, white 0%, #e5f4ff 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5F4FF', GradientType=0 ); }
            #page .inner .page .page-content .la-accordion > ul li .accordion-content .people-list li:first-child {
              border-top: none; }
  #page .inner .page .page-content .la-accordion#team-accordion > ul li .accordion-content {
    padding: 0; }
