@charset "UTF-8";
/*
Theme Name: Episcopal Community Foundation
Theme URI: http://brandshakecreative.com/
Author: Brandshake Creative
Author URI: http://brandshakecreative.com/
Description: Exclusive website for Episcopal Community Foundation, Middle and North Georgia.
Version: 1.0.0
Text Domain: ecf
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'museosans';
  src: url("fonts/museosans-500-webfont.eot");
  src: url("fonts/museosans-500-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans-500-webfont.woff") format("woff"), url("fonts/museosans-500-webfont.ttf") format("truetype"), url("fonts/museosans-500-webfont.svg#museosansregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'museosans';
  src: url("fonts/museosans-500italic-webfont.eot");
  src: url("fonts/museosans-500italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans-500italic-webfont.woff") format("woff"), url("fonts/museosans-500italic-webfont.ttf") format("truetype"), url("fonts/museosans-500italic-webfont.svg#museosansitalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal; }

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

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.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; }

.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-remove:before, .fa-close:before, .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-photo:before, .fa-image:before, .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, .fa-bar-chart: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-f:before, .fa-facebook:before {
  content: "\f09a"; }

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

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

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

.fa-feed:before, .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-navicon:before, .fa-reorder:before, .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-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc: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-mail-reply-all:before, .fa-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, .fa-gratipay: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"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

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

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

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

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

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

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

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

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

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

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

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

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

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

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

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

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

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

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "museosans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal; }

a {
  color: #47236d;
  text-decoration: none;
  transition: color .15s ease-out, background-color .5s ease-in; }
  a:hover, a:focus, a:active {
    color: #6f40a0; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "museosans", sans-serif;
  font-weight: bold;
  line-height: 1.35;
  outline: none; }
  h1 hr, h2 hr, h3 hr, h4 hr, h5 hr, h6 hr {
    margin-top: 10px; }

h3.sub-title {
  margin-bottom: -2px;
  color: #737373;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "museosans", sans-serif;
  padding-top: 10px;
  font-weight: normal;
  text-transform: uppercase; }

.entry-title {
  text-transform: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1em;
  margin-top: 0.4em; }
  .entry-title:first-child {
    margin-top: 0.67em; }

.entry-introduction {
  color: #737373;
  font-size: 16px;
  font-size: 1rem;
  margin: 0; }

h1.txt-green, h2.txt-green, h3.txt-green, h4.txt-green, h5.txt-green, h6.txt-green, p.txt-green, strong.txt-green, em.txt-green {
  color: #36b24f;
  border-color: #36b24f; }

h1.txt-blue, h2.txt-blue, h3.txt-blue, h4.txt-blue, h5.txt-blue, h6.txt-blue, p.txt-blue, strong.txt-blue, em.txt-blue {
  color: #008fc2;
  border-color: #008fc2; }

h1.txt-yellow, h2.txt-yellow, h3.txt-yellow, h4.txt-yellow, h5.txt-yellow, h6.txt-yellow, p.txt-yellow, strong.txt-yellow, em.txt-yellow {
  color: #f9c62f;
  border-color: #f9c62f; }

h1.txt-red, h2.txt-red, h3.txt-red, h4.txt-red, h5.txt-red, h6.txt-red, p.txt-red, strong.txt-red, em.txt-red {
  color: #b72333;
  border-color: #b72333; }

h1.txt-purple, h2.txt-purple, h3.txt-purple, h4.txt-purple, h5.txt-purple, h6.txt-purple, p.txt-purple, strong.txt-purple, em.txt-purple {
  color: #47236d;
  border-color: #47236d; }

.theme-default .entry-content h2,
.theme-fundraising .entry-content h2 {
  color: #36b24f;
  border-color: #36b24f; }

.theme-grantmaking .entry-content h2 {
  color: #f9c62f;
  border-color: #f9c62f; }

.theme-success .entry-content h2 {
  color: #47236d;
  border-color: #47236d; }

.theme-partnership .entry-content h2 {
  color: #b72333;
  border-color: #b72333; }

/*--------------------------------------------------------------
## Body / Content
--------------------------------------------------------------*/
p {
  margin-bottom: .75em;
  margin-top: .75em; }

p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }

p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0; }

dfn, em, i {
  font-style: italic; }

cite {
  font-style: normal;
  color: #666; }
  cite:before {
    content: '– '; }

blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  color: #47236d;
  font-weight: normal;
  font-family: "museosans", sans-serif;
  margin: 20px 0;
  line-height: 1.25; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #dbcaed;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 15px; }
  ul li, ol li {
    margin-bottom: 10px; }

.entry-content ul, .entry-content ol {
  margin-top: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #46c764 url(images/bg-body.jpg) repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.theme-grantmaking {
    background: #facd48 url(images/bg-body_yellow.jpg) repeat; }
  body.theme-success {
    background: #47236d url(images/bg-body_purple.jpg) repeat; }
  body.theme-partnership {
    background: #b72333 url(images/bg-body_red.jpg) repeat; }

#s::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75); }

#s::-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.75); }

#s::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.75); }

#s::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75); }

#content {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #ccc;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 1em; }

p.breadcrumb {
  text-transform: uppercase;
  color: #595959;
  margin: 5px 0;
  font-size: 12px;
  border-bottom: 1px dotted #dbcaed;
  padding-bottom: 3px; }

.sep {
  color: inherit;
  margin: 0 4px; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.entry-content .addtoany_content_bottom {
  display: none; }

.featured-slider {
  position: relative;
  margin: 10px -10px; }

.owl-carousel .owl-stage-outer:before {
  background: url(images/graphic-frame_4.png) no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none; }

.owl-carousel .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 396px;
  position: relative;
  z-index: 2; }
  .owl-carousel .item .slide-caption {
    background: rgba(11, 99, 96, 0.66);
    width: 350px;
    position: absolute;
    bottom: 40px;
    right: 110px;
    padding: 20px;
    z-index: 5; }
  .owl-carousel .item p {
    margin: 15px 0;
    color: #fff;
    font-size: 15.2px;
    font-size: 0.95rem; }
  .owl-carousel .item h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    color: #f9c62f;
    margin-bottom: 0; }
    .owl-carousel .item h3 a {
      color: #f9c62f; }
  .owl-carousel .item .button {
    position: absolute;
    right: -10px;
    bottom: -10px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold; }

.owl-nav {
  overflow: hidden;
  width: 100%; }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.65;
    transition: .25s opacity ease-out, transform .1s ease;
    transform: scale(0.95); }
    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
      transform: scale(1);
      opacity: 1; }
  .owl-nav .owl-prev {
    background-image: url(images/ui-larr.png);
    left: 20px; }
  .owl-nav .owl-next {
    background-image: url(images/ui-rarr.png);
    background-position: right;
    left: auto;
    right: 20px; }

.entry-content table {
  margin: 1.5em 0;
  width: 100%; }
  .entry-content table th, .entry-content table td {
    padding: 8px 12px;
    text-align: left; }
  .entry-content table th {
    background: #47236d;
    color: #fff;
    font-family: "museosans", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .entry-content table tbody tr:nth-child(2n) {
    background: #efefef; }

table.sort th {
  transition: background-color .2s ease-in;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  table.sort th:hover {
    background: #602f94; }

.resource-filters {
  margin: 10px 0 0 0; }
  .resource-filters form {
    display: inline-block;
    margin-left: 5px; }
    .resource-filters form select {
      max-width: 160px; }

.table-wrap {
  max-width: 100%;
  overflow: auto; }
  .table-wrap .resource-table {
    margin-top: 10px; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .comment-list li {
    border-top: 2px solid #ddd;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0; }
    .comment-list li .comment-meta {
      margin-bottom: 5px;
      overflow: hidden; }
    .comment-list li .comment-author {
      float: left;
      font-family: "museosans", sans-serif;
      vertical-align: middle;
      margin-bottom: 10px;
      margin-right: 10px; }
      .comment-list li .comment-author a {
        color: #333; }
      .comment-list li .comment-author img {
        vertical-align: middle;
        margin-right: 10px;
        box-sizing: padding-box;
        border-radius: 50%; }
    .comment-list li .comment-metadata {
      float: right; }
      .comment-list li .comment-metadata a {
        color: #666;
        font-size: 10px;
        text-transform: uppercase; }
  .comment-list .comment-content {
    clear: both; }
  .comment-list .reply {
    padding-top: 20px; }
    .comment-list .reply a {
      font-size: 13px; }
  .comment-list .comment-awaiting-moderation {
    clear: both;
    background: #eee;
    padding: 5px 15px; }
  .comment-list .children {
    padding: 0;
    margin: 0; }
  .comment-list .children li {
    clear: both;
    padding-left: 20px;
    margin-left: 20px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
    border-left: 1px solid #eee;
    list-style: none; }

#respond {
  border-top: 2px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 30px; }
  #respond h3 {
    font-size: 20px;
    font-size: 1.25rem; }

#commentform label {
  display: block;
  font-weight: 700; }

#commentform textarea, #commentform .comment-form-author input, #commentform .comment-form-email input, #commentform .comment-form-url input {
  width: 100%;
  padding: 5px 10px; }

#commentform #comment {
  height: 100px; }

span.required {
  color: #ff0000; }

.box-blue, .box-green,
.entry-content .box-green,
.box-theme,
.entry-content .box-theme, .box-purple,
.entry-content .box-purple, .box-orange,
.entry-content .box-orange, .box-gray, .box-red, .faq-catname, .bsc-toggle-heading {
  background: #e3eff4;
  padding: 20px;
  color: #333; }
  .box-blue input, .box-green input,
  .entry-content .box-green input,
  .box-theme input,
  .entry-content .box-theme input, .box-purple input,
  .entry-content .box-purple input, .box-orange input,
  .entry-content .box-orange input, .box-gray input, .box-red input, .faq-catname input, .bsc-toggle-heading input {
    margin: 5px 0;
    border: 0 !important; }
  .box-blue input[type="text"], .box-green input[type="text"],
  .box-theme input[type="text"], .box-purple input[type="text"], .box-orange input[type="text"], .box-gray input[type="text"], .box-red input[type="text"],
  .box-blue input[type="email"], .box-green input[type="email"],
  .box-theme input[type="email"], .box-purple input[type="email"], .box-orange input[type="email"], .box-gray input[type="email"], .box-red input[type="email"],
  .box-blue input[type="url"], .box-green input[type="url"],
  .box-theme input[type="url"], .box-purple input[type="url"], .box-orange input[type="url"], .box-gray input[type="url"], .box-red input[type="url"], .faq-catname input[type="text"],
  .faq-catname input[type="email"],
  .faq-catname input[type="url"], .bsc-toggle-heading input[type="text"],
  .bsc-toggle-heading input[type="email"],
  .bsc-toggle-heading input[type="url"] {
    width: 100%; }
  .box-blue h1, .box-green h1,
  .entry-content .box-green h1,
  .box-theme h1,
  .entry-content .box-theme h1, .box-purple h1,
  .entry-content .box-purple h1, .box-orange h1,
  .entry-content .box-orange h1, .box-gray h1, .box-red h1, .box-blue h2, .box-green h2,
  .entry-content .box-green h2,
  .box-theme h2,
  .entry-content .box-theme h2, .box-purple h2,
  .entry-content .box-purple h2, .box-orange h2,
  .entry-content .box-orange h2, .box-gray h2, .box-red h2, .box-blue h3, .box-green h3,
  .entry-content .box-green h3,
  .box-theme h3,
  .entry-content .box-theme h3, .box-purple h3,
  .entry-content .box-purple h3, .box-orange h3,
  .entry-content .box-orange h3, .box-gray h3, .box-red h3, .box-blue h4, .box-green h4,
  .entry-content .box-green h4,
  .box-theme h4,
  .entry-content .box-theme h4, .box-purple h4,
  .entry-content .box-purple h4, .box-orange h4,
  .entry-content .box-orange h4, .box-gray h4, .box-red h4, .faq-catname h1, .faq-catname h2, .faq-catname h3, .faq-catname h4, .bsc-toggle-heading h1, .bsc-toggle-heading h2, .bsc-toggle-heading h3, .bsc-toggle-heading h4 {
    border: none;
    padding: 0;
    color: #008fc2;
    margin-bottom: 5px; }
    .box-blue h1 a, .box-green h1 a,
    .entry-content .box-green h1 a,
    .box-theme h1 a,
    .entry-content .box-theme h1 a, .box-purple h1 a,
    .entry-content .box-purple h1 a, .box-orange h1 a,
    .entry-content .box-orange h1 a, .box-gray h1 a, .box-red h1 a, .box-blue h2 a, .box-green h2 a,
    .entry-content .box-green h2 a,
    .box-theme h2 a,
    .entry-content .box-theme h2 a, .box-purple h2 a,
    .entry-content .box-purple h2 a, .box-orange h2 a,
    .entry-content .box-orange h2 a, .box-gray h2 a, .box-red h2 a, .box-blue h3 a, .box-green h3 a,
    .entry-content .box-green h3 a,
    .box-theme h3 a,
    .entry-content .box-theme h3 a, .box-purple h3 a,
    .entry-content .box-purple h3 a, .box-orange h3 a,
    .entry-content .box-orange h3 a, .box-gray h3 a, .box-red h3 a, .box-blue h4 a, .box-green h4 a,
    .entry-content .box-green h4 a,
    .box-theme h4 a,
    .entry-content .box-theme h4 a, .box-purple h4 a,
    .entry-content .box-purple h4 a, .box-orange h4 a,
    .entry-content .box-orange h4 a, .box-gray h4 a, .box-red h4 a, .faq-catname h1 a, .faq-catname h2 a, .faq-catname h3 a, .faq-catname h4 a, .bsc-toggle-heading h1 a, .bsc-toggle-heading h2 a, .bsc-toggle-heading h3 a, .bsc-toggle-heading h4 a {
      color: #008fc2; }
      .box-blue h1 a:hover, .box-green h1 a:hover,
      .box-theme h1 a:hover, .box-purple h1 a:hover, .box-orange h1 a:hover, .box-gray h1 a:hover, .box-red h1 a:hover, .box-blue h2 a:hover, .box-green h2 a:hover,
      .box-theme h2 a:hover, .box-purple h2 a:hover, .box-orange h2 a:hover, .box-gray h2 a:hover, .box-red h2 a:hover, .box-blue h3 a:hover, .box-green h3 a:hover,
      .box-theme h3 a:hover, .box-purple h3 a:hover, .box-orange h3 a:hover, .box-gray h3 a:hover, .box-red h3 a:hover, .box-blue h4 a:hover, .box-green h4 a:hover,
      .box-theme h4 a:hover, .box-purple h4 a:hover, .box-orange h4 a:hover, .box-gray h4 a:hover, .box-red h4 a:hover, .faq-catname h1 a:hover, .faq-catname h2 a:hover, .faq-catname h3 a:hover, .faq-catname h4 a:hover, .bsc-toggle-heading h1 a:hover, .bsc-toggle-heading h2 a:hover, .bsc-toggle-heading h3 a:hover, .bsc-toggle-heading h4 a:hover {
        text-decoration: underline; }
  .box-blue hr, .box-green hr,
  .entry-content .box-green hr,
  .box-theme hr,
  .entry-content .box-theme hr, .box-purple hr,
  .entry-content .box-purple hr, .box-orange hr,
  .entry-content .box-orange hr, .box-gray hr, .box-red hr, .faq-catname hr, .bsc-toggle-heading hr {
    border-style: dashed;
    border-color: rgba(51, 51, 51, 0.3); }
  .box-blue :last-child, .box-green :last-child,
  .box-theme :last-child, .box-purple :last-child, .box-orange :last-child, .box-gray :last-child, .box-red :last-child, .faq-catname :last-child, .bsc-toggle-heading :last-child {
    margin-bottom: 0; }

.box-green,
.entry-content .box-green,
.box-theme,
.entry-content .box-theme {
  background: #f1f9e6; }
  .box-green h1, .box-green h2, .box-green h3, .box-green h4,
  .entry-content .box-green h1,
  .entry-content .box-green h2,
  .entry-content .box-green h3,
  .entry-content .box-green h4,
  .box-theme h1,
  .box-theme h2,
  .box-theme h3,
  .box-theme h4,
  .entry-content .box-theme h1,
  .entry-content .box-theme h2,
  .entry-content .box-theme h3,
  .entry-content .box-theme h4 {
    color: #36b24f;
    border-color: #36b24f; }
    .box-green h1 a, .box-green h2 a, .box-green h3 a, .box-green h4 a,
    .entry-content .box-green h1 a,
    .entry-content .box-green h2 a,
    .entry-content .box-green h3 a,
    .entry-content .box-green h4 a,
    .box-theme h1 a,
    .box-theme h2 a,
    .box-theme h3 a,
    .box-theme h4 a,
    .entry-content .box-theme h1 a,
    .entry-content .box-theme h2 a,
    .entry-content .box-theme h3 a,
    .entry-content .box-theme h4 a {
      color: #36b24f; }

.box-purple,
.entry-content .box-purple {
  background: #dbcaed; }
  .box-purple h1, .box-purple h2, .box-purple h3, .box-purple h4,
  .entry-content .box-purple h1,
  .entry-content .box-purple h2,
  .entry-content .box-purple h3,
  .entry-content .box-purple h4 {
    color: #47236d;
    border-color: #47236d; }
    .box-purple h1 a, .box-purple h2 a, .box-purple h3 a, .box-purple h4 a,
    .entry-content .box-purple h1 a,
    .entry-content .box-purple h2 a,
    .entry-content .box-purple h3 a,
    .entry-content .box-purple h4 a {
      color: #47236d; }

.box-orange,
.entry-content .box-orange {
  background: #fdeec0; }
  .box-orange h1, .box-orange h2, .box-orange h3, .box-orange h4,
  .entry-content .box-orange h1,
  .entry-content .box-orange h2,
  .entry-content .box-orange h3,
  .entry-content .box-orange h4 {
    color: #47236d;
    border-color: #47236d; }
    .box-orange h1 a, .box-orange h2 a, .box-orange h3 a, .box-orange h4 a,
    .entry-content .box-orange h1 a,
    .entry-content .box-orange h2 a,
    .entry-content .box-orange h3 a,
    .entry-content .box-orange h4 a {
      color: #47236d; }

.box-gray {
  background: #eee; }
  .box-gray h1, .box-gray h2, .box-gray h3, .box-gray h4 {
    color: #333;
    border-color: #333; }
    .box-gray h1 a, .box-gray h2 a, .box-gray h3 a, .box-gray h4 a {
      color: #333; }

.box-red {
  background: #b72333; }
  .box-red h1, .box-red h2, .box-red h3, .box-red h4, .box-red p, .box-red a {
    color: #fff;
    border-color: #fff; }

h2.faq-catname, .faq-catname {
  padding: 10px 15px;
  background: #fdeec0;
  font-size: 16px;
  border: none; }

.qa-faq {
  padding-left: 0; }

.qa-faq .qa-faq-title, .qa-faq-answer p:first-child {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 15px; }

.qa-faq-title a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 10px;
  color: #333; }

.qa-faq-answer {
  margin-bottom: 20px;
  display: none; }

.qa-category {
  margin-bottom: 20px; }

.modal {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-weight: 400;
  width: 400px;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 999;
  transition: opacity .2s ease-in-out; }
  .modal.active {
    opacity: 1;
    left: 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.secondary-navigation {
  display: block;
  text-align: right;
  font-family: "museosans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold; }
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .secondary-navigation ul ul.sub-menu {
      background: #000;
      float: left;
      position: absolute;
      text-align: left;
      margin-top: 8px;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 5px 0;
      top: 100%;
      left: -999em;
      z-index: 99999;
      opacity: 0;
      transition: opacity .4s ease; }
      .secondary-navigation ul ul.sub-menu:before {
        content: '';
        display: block;
        height: 15px;
        width: 170px;
        position: absolute;
        top: -12px; }
      .secondary-navigation ul ul.sub-menu ul {
        left: -999em;
        top: 0; }
      .secondary-navigation ul ul.sub-menu li {
        margin: 0; }
        .secondary-navigation ul ul.sub-menu li:hover > ul,
        .secondary-navigation ul ul.sub-menu li.focus > ul {
          left: 100%;
          opacity: 1; }
      .secondary-navigation ul ul.sub-menu li a {
        color: #3f5316;
        width: 170px;
        padding: 5px 15px; }
        .secondary-navigation ul ul.sub-menu li a:hover {
          color: #7ca42b; }
    .secondary-navigation ul li:hover > ul,
    .secondary-navigation ul li.focus > ul {
      left: auto;
      opacity: 1; }
  .secondary-navigation ul.menu > li {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin: 0 0 0 10px; }
    .secondary-navigation ul.menu > li a {
      color: #000;
      display: block;
      text-decoration: none; }
      .secondary-navigation ul.menu > li a:hover {
        color: #47236d; }
    .secondary-navigation ul.menu > li:before {
      content: "+";
      position: absolute;
      left: -5px; }
    .secondary-navigation ul.menu > li:first-child {
      margin-left: 0;
      padding-left: 0; }
    .secondary-navigation ul.menu > li:first-child:before {
      display: none; }
  .secondary-navigation a {
    color: #000;
    display: block;
    text-decoration: none; }
  .secondary-navigation ul li.donate {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
    .secondary-navigation ul li.donate a {
      position: relative;
      color: #36b24f;
      padding: 0 10px 10px; }
      .secondary-navigation ul li.donate a:after {
        content: "";
        display: block;
        background: url(images/graphic-uline_green.png) no-repeat bottom;
        background-size: contain;
        width: 101px;
        height: 17px;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -50px;
        transition: transform .1s ease;
        transform-origin: bottom; }
      .secondary-navigation ul li.donate a:hover:after {
        opacity: 1;
        transform: translateX(5px); }
    .secondary-navigation ul li.donate:before {
      display: none; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.footer-menu {
  margin-top: 10px; }
  .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer-menu li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 10px;
    margin-left: 10px; }
    .footer-menu li a {
      display: block;
      text-decoration: none; }
    .footer-menu li:before {
      content: "+";
      position: absolute;
      left: -5px;
      color: inherit; }
    .footer-menu li:first-child {
      margin-left: 0;
      padding-left: 0; }
    .footer-menu li:first-child:before {
      display: none; }

#primary-menu {
  background: #47236d;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "museosans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden; }
  #primary-menu li {
    line-height: 1;
    float: left;
    display: block;
    width: 20%;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem; }
    #primary-menu li span {
      display: block; }
    #primary-menu li a {
      padding: 15px 0;
      display: block;
      width: 100%;
      color: #fff;
      position: relative; }
      #primary-menu li a:after {
        opacity: 0;
        content: "";
        display: block;
        background: url(images/graphic-uline_yellow.png) no-repeat bottom;
        background-size: contain;
        width: 82px;
        height: 9px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -41px;
        transform: translateX(-30px) scale(0.3);
        pointer-events: none; }
    #primary-menu li a:hover:after,
    #primary-menu li:hover a:after,
    #primary-menu li.current-menu-item a:after,
    #primary-menu li.current-menu-ancestor > a:after {
      opacity: 1;
      transform: translateX(0) scale(1);
      transition: opacity .2s ease, transform .17s ease; }
    #primary-menu li.current-menu-item > a,
    #primary-menu li.current-menu-ancestor > a {
      color: #f9c62f; }
    #primary-menu li:hover > ul,
    #primary-menu li.focus > ul {
      transform: translate(0, 0);
      left: auto;
      opacity: 1;
      margin-left: 55px; }
  #primary-menu ul.sub-menu {
    width: auto;
    background: rgba(71, 35, 109, 0.92);
    position: absolute;
    text-align: left;
    margin-top: 17px;
    padding: 5px 20px 20px 20px;
    top: 100%;
    left: -999em;
    z-index: 99999;
    opacity: 0;
    transition: opacity .4s ease, transform .18s ease;
    transform: translate(0, -10px); }
    #primary-menu ul.sub-menu:after {
      content: '';
      display: block;
      position: absolute;
      top: -16px;
      width: 0;
      height: 0;
      border-style: solid;
      left: 30px;
      border-width: 0 16px 16px 16px;
      border-color: transparent transparent rgba(71, 35, 109, 0.92) transparent; }
    #primary-menu ul.sub-menu:before {
      content: '';
      display: block;
      height: 26px;
      width: 300px;
      left: 0;
      position: absolute;
      top: -26px; }
    #primary-menu ul.sub-menu li {
      font-size: 16px;
      font-size: 1rem;
      width: 100%;
      float: none;
      text-align: left;
      margin-top: 15px; }
      #primary-menu ul.sub-menu li a {
        padding: 0; }
        #primary-menu ul.sub-menu li a:after {
          display: none; }
        #primary-menu ul.sub-menu li a:hover {
          color: #f9c62f; }
    #primary-menu ul.sub-menu ul {
      left: auto;
      opacity: 1;
      position: relative;
      background: none;
      width: auto;
      margin: 0;
      padding: 5px 0 0 10px;
      font-weight: normal;
      transform: none; }
      #primary-menu ul.sub-menu ul li {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 5px; }
        #primary-menu ul.sub-menu ul li a:before {
          content: "- ";
          color: #fff;
          opacity: 1;
          display: inline-block;
          margin-right: 5px; }
      #primary-menu ul.sub-menu ul:after, #primary-menu ul.sub-menu ul:before {
        display: none; }

body.page-id-588 #primary-menu li.current-menu-item.menu-item-347 > a,
body.page-id-588 #primary-menu li.current-menu-ancestor.menu-item-347 > a,
body.page-id-62 #primary-menu li.current-menu-item.menu-item-350 > a,
body.page-id-62 #primary-menu li.current-menu-ancestor.menu-item-350 > a {
  color: #fff; }
  body.page-id-588 #primary-menu li.current-menu-item.menu-item-347 > a:after,
  body.page-id-588 #primary-menu li.current-menu-ancestor.menu-item-347 > a:after,
  body.page-id-62 #primary-menu li.current-menu-item.menu-item-350 > a:after,
  body.page-id-62 #primary-menu li.current-menu-ancestor.menu-item-350 > a:after {
    opacity: 0;
    transform: translateX(-30px) scale(0.3); }
  body.page-id-588 #primary-menu li.current-menu-item.menu-item-347 > a:hover:after,
  body.page-id-588 #primary-menu li.current-menu-ancestor.menu-item-347 > a:hover:after,
  body.page-id-62 #primary-menu li.current-menu-item.menu-item-350 > a:hover:after,
  body.page-id-62 #primary-menu li.current-menu-ancestor.menu-item-350 > a:hover:after {
    opacity: 1;
    transform: translateX(0) scale(1); }

/*--------------------------------------------------------------
# Accessibility & Modules
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:after,
.row:after,
.item:after,
.site-branding:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:after,
.item:after,
.site-branding:after {
  clear: both; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #111;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
  margin-top: 50px; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget .widget-title {
    font-size: 20px;
    margin-bottom: 10px; }

.sidebar-gallery {
  background: #eee url("images/icon-magglass.png") no-repeat center;
  background-size: 100px 100px;
  line-height: 0;
  margin-bottom: 20px; }
  .sidebar-gallery a, .sidebar-gallery img {
    display: inline-block;
    transition: opacity .25s ease-in;
    width: 100%; }
  .sidebar-gallery a:hover {
    opacity: .75; }

.sidebar-video a {
  margin-bottom: 20px;
  display: block;
  line-height: 0;
  background: #eee;
  position: relative; }
  .sidebar-video a:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url("images/icon-play.png") no-repeat center;
    background-size: 100px 100px;
    opacity: .4;
    transition: opacity .25s ease-in;
    position: absolute;
    top: 0;
    z-index: 2; }
  .sidebar-video a:hover:before {
    opacity: 1; }
  .sidebar-video a img {
    width: 100%; }

.sidebar-gallery {
  position: relative; }

.sidebar-video .caption,
.sidebar-gallery .caption {
  color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  width: 100%;
  display: block;
  height: auto;
  line-height: 1.2;
  text-align: center;
  padding: 8px;
  font-family: "museosans", sans-serif;
  font-size: 13px;
  pointer-events: none; }

.email-updates p {
  margin: 0 0 5px 0; }

.email-updates .ctct-button {
  margin-top: 5px;
  width: 100%; }

.email-updates .ctct-form-errorMessage {
  color: #ff0000;
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 12px;
  text-transform: uppercase; }

.email-updates .options {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .email-updates .options > div {
    margin-top: 5px; }
    .email-updates .options > div span {
      overflow: hidden; }
  .email-updates .options input {
    width: auto;
    margin: 0 5px 0 0; }
  .email-updates .options p {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: -3px; }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 60px 0;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.45); }

.site-content {
  position: relative; }
  .site-content .site-sidebar {
    width: 25%;
    float: right; }
  .site-content .content-area {
    width: 100%; }

.right-sidebar .content-area {
  width: 75%;
  float: left;
  padding-right: 20px; }

html, body, .mm-page, #page {
  min-height: 100vh; }

#page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  -ms-flexbox-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-direction: column; }
  #page .site-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

.a2a_svg, .a2a_count {
  border-radius: 0 !important; }

#page .a2a_floating_style.a2a_vertical_style {
  margin-left: 1052px !important; }
  #page .a2a_floating_style.a2a_vertical_style a > span {
    transition: opacity .2s ease; }
  #page .a2a_floating_style.a2a_vertical_style .a2a_s_a2a {
    background-color: #ccc !important; }

.column {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 600px */
@media (min-width: 600px) {
  .row {
    margin-left: -10px;
    margin-right: -10px; }
  .column {
    padding-left: 10px;
    padding-right: 10px; }
  .column:first-child {
    clear: both; }
  .one-fourth.column {
    width: 25%; }
  .one-third.column, .layout1 .column-two-content, .layout3 .column-one-content {
    width: 33.3333333333%; }
  .two-thirds.column, .layout1 .column-one-content, .layout3 .column-two-content {
    width: 66.6666666666%; }
  .one-half.column, .layout2 .column-one-content, .layout2 .column-two-content {
    width: 50%; }
  .three-fourths.column {
    width: 75%; } }

#heightHelper {
  min-height: 100vh;
  position: absolute; }

.site-header {
  position: relative;
  clear: both; }

.site-branding {
  padding-bottom: 20px; }
  .site-branding .site-title {
    display: block;
    float: left;
    font-size: 0px; }
    .site-branding .site-title a {
      font-size: 0px; }

.want-to,
.header-search input {
  float: right;
  width: 297px;
  height: 47px;
  background: url(images/bg-search.png) no-repeat left;
  background-size: contain;
  margin-top: 35px;
  position: relative; }
  .want-to h4,
  .header-search input h4 {
    line-height: 47px;
    color: #47236d;
    font-size: 16px;
    transition: color .25s ease; }
  .want-to a,
  .header-search input a {
    padding: 0 60px 0 20px;
    display: block;
    width: 100%;
    outline: none; }
    .want-to a:hover,
    .header-search input a:hover {
      color: #000; }

.header-search input[type="text"] {
  background: none;
  padding: 10px 15px;
  color: #47236d;
  font-size: 16px;
  font-family: "museosans", sans-serif;
  font-weight: bold;
  border: none;
  background-image: url(images/bg-search2.png);
  background-size: contain;
  text-align: center; }

.modal {
  padding: 30px 20px 10px;
  background: #fff;
  display: none;
  position: absolute;
  z-index: 20;
  text-align: left;
  font-size: 16px;
  width: 400px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }
  .modal h4 {
    color: #000;
    margin: 0 0 10px 0;
    line-height: 1.1;
    text-transform: uppercase; }
  .modal ul {
    margin: 0 0 20px;
    padding: 0; }
    .modal ul li {
      list-style: none;
      margin: 0 0 5px;
      padding: 0; }
      .modal ul li:last-child {
        margin-bottom: 0; }

.modal.active {
  -moz-animation: swipein_top .25s;
  -webkit-animation: swipein_top .25s;
  -ms-animation: swipein_top .25s;
  animation: swipein_top .25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both; }

.modal .close-modal {
  position: absolute;
  right: -10px;
  top: -10px;
  font-family: Arial, Baskerville, monospace;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #b72333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 1; }

.modal .close-modal:hover {
  text-decoration: none;
  background: #d83546;
  color: #fff; }

#cta-modal {
  right: 0;
  left: auto;
  top: 0;
  width: auto;
  min-width: 300px; }

/* - Swipe Fade ----------- */
@-webkit-keyframes swipein_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes swipein_top {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes swipein_top {
  0% {
    opacity: 0;
    -ms-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes swipein_top {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.site-footer {
  background: #f9c62f;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: -60px;
  margin-right: -60px;
  padding: 30px 60px;
  color: #000;
  clear: both; }
  .site-footer a {
    color: #000; }
    .site-footer a:hover {
      color: #47236d; }
  .site-footer .footer-right {
    text-align: right;
    float: right;
    width: 40%;
    font-size: 14px;
    font-size: 0.875rem; }
  .site-footer .social-menu a {
    margin-left: 8px;
    display: inline-block;
    transition: opacity .2s ease; }
    .site-footer .social-menu a:first-child {
      margin-left: 0; }
    .site-footer .social-menu a:hover {
      opacity: .8; }
  .site-footer .site-copy {
    margin-top: 30px; }
    .site-footer .site-copy p {
      margin-bottom: 0; }
    .site-footer .site-copy .footer-menu {
      margin-top: 0; }

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-header {
  margin-bottom: 1em; }

.grid {
  position: relative;
  margin-top: 10px;
  overflow: hidden; }

.grid-item.one-half {
  width: 49.95%; }
  @media all and (max-width: 600px) {
    .grid-item.one-half {
      width: 100%; } }

.grid-item-wrap {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0; }
  .grid-item-wrap .entry-meta {
    color: #666;
    font-size: 12px;
    text-transform: uppercase; }

#infscr-loading {
  text-align: center;
  width: 100%; }

.entry-meta {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }

.grid-image {
  background: #e5e5e5;
  min-height: 100px;
  line-height: 0;
  font-size: 0;
  display: block;
  width: 100%; }
  .grid-image img {
    width: 100%;
    transition: opacity .2s ease-in; }

.grid-item:hover img {
  opacity: .8; }

.grid-item-wrap .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px; }

.page-navi,
#pagination {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 20px; }

.navi-pages {
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase; }

.nav-next,
.nav-previous {
  display: inline-block; }

.page-numbers,
.page-numbers:visited,
#pagination a {
  display: inline-block;
  margin: 10px 2px 0px 2px;
  padding: 1px 8px 1px 8px;
  background: #666;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 0; }

.page-numbers:hover,
.page-numbers:focus,
#pagination a:hover {
  background: #333;
  color: #fff; }

.current, .current:hover {
  color: #FFFFFF;
  background: #3baf29; }

.entry-introduction {
  clear: both; }

.search-result {
  padding: 20px;
  border: 1px solid #ddd; }
  .search-result .entry-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0; }
  .search-result .entry-header {
    margin: 0; }
  .search-result .entry-content p:first-child {
    margin-top: 10px; }
  .search-result .entry-meta {
    margin-top: 5px; }

.profile {
  overflow: hidden;
  border-bottom: 3px solid #ddd;
  padding: 20px 0; }
  .profile:last-child {
    border: none;
    padding-bottom: 0; }
  .profile .faq-catname {
    display: none; }

.childlist .headline {
  clear: none; }

.childlist .index-item {
  overflow: hidden;
  border-top: 1px dotted #dbcaed;
  padding-top: 20px;
  margin-bottom: 20px; }
  .childlist .index-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }

.postslist .index-item {
  border-top: 3px solid #ddd; }
  .postslist .index-item:first-child {
    border-top: 0; }

.postslist .headline {
  margin-bottom: -10px; }
  .postslist .headline a {
    color: #f9c62f; }
    .postslist .headline a:hover {
      color: #47236d; }

.postslist .entry-content {
  overflow: hidden; }

.callout {
  position: relative;
  line-height: 1.2; }
  .callout h3 {
    margin: 0 0 3px;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase; }
  .callout p {
    font-size: 17px;
    margin-top: 0; }
  .callout .overlay {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    width: calc(100% - 20px);
    height: auto;
    background: rgba(54, 178, 79, 0.8);
    padding: 15px 10px 20px 15px; }
    .callout .overlay.grantmaking {
      background: rgba(249, 198, 47, 0.9); }
    .callout .overlay.success {
      background: rgba(71, 35, 109, 0.7); }
    .callout .overlay.partnership {
      background: rgba(183, 35, 51, 0.8); }
  .callout .spacer {
    float: left; }
  .callout .icon {
    position: absolute;
    left: 0;
    top: -50px;
    transition: top .25s ease, transform .25s ease; }
  .callout img {
    transition: opacity .25s ease; }
  .callout:hover .icon {
    transform: scale(1.05);
    opacity: 1; }
  .callout:hover img {
    opacity: .85; }
  .callout .text-wrap {
    overflow: hidden; }

.tabbed-template {
  margin-top: 15px; }
  .tabbed-template.bsc-tabs .tab-header {
    margin-bottom: 0; }
  .tabbed-template .icon {
    position: absolute;
    left: 0;
    top: -30px;
    pointer-events: none; }
  .tabbed-template.notabbed .bsc-tab-buttons a {
    display: none; }
  .tabbed-template .thumb {
    margin-bottom: -10px; }
    .tabbed-template .thumb img {
      display: block;
      width: 100%; }
  .tabbed-template .buttons {
    display: flex; }
    .tabbed-template .buttons .button {
      flex: 1 1 auto;
      text-align: center;
      border-radius: 0;
      border-left: 1px solid #fff;
      padding: 25px 10px;
      font-size: 18.8px;
      font-size: 1.175rem;
      text-transform: uppercase;
      font-weight: bold; }
      .tabbed-template .buttons .button:first-child, .tabbed-template .buttons .button:hover {
        border-left: 0; }

.tabbed-content {
  margin-top: 15px;
  margin-bottom: 25px; }
  .tabbed-content .bsc-infobox {
    margin-bottom: 0;
    margin-top: 20px; }
    .tabbed-content .bsc-infobox:first-child {
      margin-top: 0; }

.tabbed-box {
  padding-top: 30px;
  padding-bottom: 30px; }
  .tabbed-box h2 {
    font-size: 30px;
    font-size: 1.875rem;
    background: url(images/bg-uline_heading.png) no-repeat left bottom;
    background-size: 320px;
    padding-bottom: 5px; }
  .tabbed-box h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    color: #333; }

.tabbed-template.bsc-tabs .tab-header h1 {
  position: relative;
  background: #36b24f;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 1px 20px 10px 20px;
  margin-top: -15px;
  margin-bottom: 0; }
  .tabbed-template.bsc-tabs .tab-header h1.icon-active {
    padding-left: 110px; }

.tabbed-template.bsc-tabs .entry-introduction {
  padding: 10px 20px; }
  .tabbed-template.bsc-tabs .entry-introduction.icon-active {
    padding-left: 110px; }

.theme-grantmaking .tabbed-template.bsc-tabs .tab-header h1 {
  background: #f9c62f; }

.theme-grantmaking .tabbed-template.bsc-tabs .bsc-tab-buttons {
  border-bottom: 10px solid #f9c62f; }
  .theme-grantmaking .tabbed-template.bsc-tabs .bsc-tab-buttons > a {
    background: #d38d06; }
    .theme-grantmaking .tabbed-template.bsc-tabs .bsc-tab-buttons > a:hover {
      background: #ec9e07; }
    .theme-grantmaking .tabbed-template.bsc-tabs .bsc-tab-buttons > a.active {
      background: #f9c62f; }

.theme-success .tabbed-template.bsc-tabs .tab-header h1 {
  background: #47236d; }

.theme-success .tabbed-template.bsc-tabs .bsc-tab-buttons {
  border-bottom: 10px solid #47236d; }
  .theme-success .tabbed-template.bsc-tabs .bsc-tab-buttons > a {
    background: #301e44; }
    .theme-success .tabbed-template.bsc-tabs .bsc-tab-buttons > a:hover {
      background: #3c2656; }
    .theme-success .tabbed-template.bsc-tabs .bsc-tab-buttons > a.active {
      background: #47236d; }

.theme-partnership .tabbed-template.bsc-tabs .tab-header h1 {
  background: #b72333; }

.theme-partnership .tabbed-template.bsc-tabs .bsc-tab-buttons {
  border-bottom: 10px solid #b72333; }
  .theme-partnership .tabbed-template.bsc-tabs .bsc-tab-buttons > a {
    background: #820b18; }
    .theme-partnership .tabbed-template.bsc-tabs .bsc-tab-buttons > a:hover {
      background: #9a0d1c; }
    .theme-partnership .tabbed-template.bsc-tabs .bsc-tab-buttons > a.active {
      background: #b72333; }

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.bsc-shortcode .icon {
  margin-right: 5px; }

.bsc-infobox {
  margin-bottom: 20px; }
  .bsc-infobox .icon {
    display: inline-block;
    float: left;
    margin: 2px 8px 0 0; }

.bsc-shortcode p:empty {
  display: none; }

.bsc-shortcode .bsc-toggle-heading {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  background: #36b24f;
  color: #fff;
  position: relative;
  transition: color .2s ease-out, background .2s ease-in;
  padding-right: 35px;
  cursor: pointer; }
  .bsc-shortcode .bsc-toggle-heading .toggle-down, .bsc-shortcode .bsc-toggle-heading .toggle-up {
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #185024; }
  .bsc-shortcode .bsc-toggle-heading .toggle-up {
    display: none; }

.bsc-toggle .bsc-toggle-heading:hover, .bsc-toggle.bsc-toggle-active .bsc-toggle-heading {
  background: #3dc458; }

.bsc-toggle-content {
  display: none;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px; }

.bsc-toggle-active .bsc-toggle-heading .toggle-down {
  display: none; }

.bsc-toggle-active .bsc-toggle-heading .toggle-up {
  display: block; }

/* ==Columns */
.bsc-cols {
  display: block;
  overflow: hidden;
  clear: both;
  margin: -35px 0 20px 0; }

.bsc-col {
  float: left;
  display: block; }

.bsc-col-inner {
  margin: 0 15px 0 0; }

.bsc-cols-half-half .bsc-col-a,
.bsc-cols-half-half .bsc-col-b {
  width: 50%; }

.bsc-cols-third-third-third .bsc-col-a,
.bsc-cols-third-third-third .bsc-col-b,
.bsc-cols-third-third-third .bsc-col-c {
  width: 33.3%; }

.bsc-cols-twothirds-third .bsc-col-a {
  width: 67%; }

.bsc-cols-twothirds-third .bsc-col-b {
  width: 33%; }

.bsc-cols-third-twothirds .bsc-col-a {
  width: 33%; }

.bsc-cols-third-twothirds .bsc-col-b {
  width: 67%; }

.bsc-cols-quarter-quarter-quarter-quarter .bsc-col-a,
.bsc-cols-quarter-quarter-quarter-quarter .bsc-col-b,
.bsc-cols-quarter-quarter-quarter-quarter .bsc-col-c,
.bsc-cols-quarter-quarter-quarter-quarter .bsc-col-d {
  width: 25%; }

.bsc-cols-half-quarter-quarter .bsc-col-a {
  width: 50%; }

.bsc-cols-half-quarter-quarter .bsc-col-b,
.bsc-cols-half-quarter-quarter .bsc-col-c {
  width: 25%; }

.bsc-cols-quarter-quarter-half .bsc-col-a,
.bsc-cols-quarter-quarter-half .bsc-col-b {
  width: 25%; }

.bsc-cols-quarter-quarter-half .bsc-col-c {
  width: 50%; }

.bsc-cols-quarter-half-quarter .bsc-col-a,
.bsc-cols-quarter-half-quarter .bsc-col-c {
  width: 25%; }

.bsc-cols-quarter-half-quarter .bsc-col-b {
  width: 50%; }

/* ==Tabs */
.bsc-tabs {
  margin-bottom: 20px; }
  .bsc-tabs .bsc-tab-buttons {
    border-bottom: 10px solid #36b24f;
    clear: both;
    list-style: outside none none;
    padding: 0; }
    .bsc-tabs .bsc-tab-buttons > a {
      outline: none;
      background: #458753;
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset, 0 -10px 10px -10px rgba(0, 0, 0, 0.2) inset;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      font-weight: 700;
      padding: 10px 15px;
      margin: 0 1px 0 0;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color 0.15s ease-in, box-shadow .15s ease-in; }
      .bsc-tabs .bsc-tab-buttons > a:hover {
        background: #4e985d; }
      .bsc-tabs .bsc-tab-buttons > a.active {
        background: #36b24f;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset; }
  .bsc-tabs .tab-header {
    margin-bottom: 20px; }
  .bsc-tabs .bsc-tabpane {
    padding-top: 15px; }

.button.red {
  background-color: #b72333; }
  .button.red:hover {
    background-color: #d83546; }

.button.orange, .button.yellow {
  background-color: #f9c62f; }
  .button.orange:hover, .button.yellow:hover {
    background-color: #fbda79; }

.button.blue {
  background-color: #008fc2; }
  .button.blue:hover {
    background-color: #00b5f5; }

.button.gray {
  background-color: #999; }
  .button.gray:hover {
    background-color: #b3b3b3; }

.button.purple {
  background-color: #47236d; }
  .button.purple:hover {
    background-color: #602f94; }

.button.green {
  background-color: #36b24f; }
  .button.green:hover {
    background-color: #51ca69; }

.button.button-size-small {
  font-size: 85%; }

.button.button-size-large {
  font-size: 135%; }

.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip .tooltip-text:hover {
    text-decoration: underline;
    cursor: help; }
  .tooltip:hover .modal {
    left: 0;
    opacity: 1; }
  .tooltip .modal {
    width: auto;
    min-width: 310px;
    max-width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: "museosans", sans-serif; }

.levels .items {
  overflow: hidden;
  clear: both; }

.levels .item {
  position: relative;
  min-height: 40px;
  line-height: 40px; }

.levels .item img {
  line-height: 0;
  padding: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.levels .item img.spacer {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: -2; }

/*--------------------------------------------------------------
# Owl Carousel (slider)
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*--------------------------------------------------------------
# Magnific Popup (gallery,lightbox)
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-counter {
  display: none; }

.mfp-title {
  text-align: center !important;
  font-size: 17px;
  padding-top: 10px;
  text-shadow: 1px 1px 0 #rgba 0, 0, 0, 0.75;
  font-family: "museosans", sans-serif; }

body button.mfp-arrow {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-left: -5px;
  opacity: 1;
  text-align: center;
  width: 100%;
  width: 64px;
  height: 96px;
  top: 50%;
  left: 0;
  position: absolute;
  border-radius: 0; }
  body button.mfp-arrow:before {
    display: block;
    font-family: "fontawesome";
    font-size: 28px; }
  body button.mfp-arrow:hover {
    background: rgba(0, 0, 0, 0.65); }

body button.mfp-arrow-left:before {
  content: ""; }

body button.mfp-arrow-right {
  right: 0;
  left: auto; }
  body button.mfp-arrow-right:before {
    content: ""; }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: none;
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.frame-0,
.frame-1,
.frame-2 {
  position: relative;
  display: block;
  overflow: hidden; }
  .frame-0:after,
  .frame-1:after,
  .frame-2:after {
    content: "";
    background: url(images/graphic-frame_1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    transition: opacity .25s ease, transform .25s ease; }

.frame-1:after {
  background-image: url(images/graphic-frame_2.png); }

.frame-2:after {
  background-image: url(images/graphic-frame_3.png); }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin: 0;
  margin-bottom: 1.5em;
  max-width: 100%;
  background: #eee; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    padding: 5px; }
  .wp-caption.alignleft {
    margin-right: 1.5em; }
  .wp-caption.alignright {
    margin-left: 1.5em; }
  .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# MMenu (mobile menu)
--------------------------------------------------------------*/
.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0; }

.mm-hidden {
  display: none !important; }

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0; }

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 6px;
  max-width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

body .gform_wrapper .gform_footer {
  padding-top: 0; }

.checkbox-group,
.entry-content .checkbox-group {
  padding-left: 0;
  list-style: none;
  margin: 0 0 1.3em 0; }
  .checkbox-group li,
  .entry-content .checkbox-group li {
    margin-bottom: 5px;
    line-height: 1.3; }
  .checkbox-group input,
  .entry-content .checkbox-group input {
    margin: 2px 7px 0 0;
    float: left;
    clear: both; }
  .checkbox-group span,
  .entry-content .checkbox-group span {
    overflow: hidden;
    display: block; }

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-reply-link,
body .wForm input[type="button"],
body .wForm input[type="submit"] {
  border: none;
  border-radius: 3px;
  background: #36b24f;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: .5em 1.5em .6em;
  transition: .25s background-color ease-out, transform .1s ease, box-shadow .1s ease;
  font-family: "museosans", sans-serif;
  font-weight: 400;
  display: inline-block;
  transform: scale(1); }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .comment-reply-link:hover,
  .comment-reply-link:active,
  .comment-reply-link:focus,
  body .wForm input[type="button"]:hover,
  body .wForm input[type="button"]:active,
  body .wForm input[type="button"]:focus,
  body .wForm input[type="submit"]:hover,
  body .wForm input[type="submit"]:active,
  body .wForm input[type="submit"]:focus {
    background: #3bc256;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
    z-index: 1; }
  .button.round,
  button.round,
  input[type="button"].round,
  input[type="reset"].round,
  input[type="submit"].round,
  .comment-reply-link.round,
  body .wForm input[type="button"].round,
  body .wForm input[type="submit"].round {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 5px; }

#donate {
  background: #ff9500;
  border-radius: 0;
  transform: rotate(-90deg);
  top: 50%;
  position: fixed;
  right: -34px;
  padding: 12px 22px 28px 22px;
  height: 50px;
  line-height: 20px;
  font-size: 18px;
  font-family: "museosans", sans-serif;
  font-weight: bold;
  text-shadow: 0px 1px #cc7700;
  border: 1px solid #cc7700;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: right .15s ease-out, background-color .15s ease-out;
  z-index: 99; }
  #donate:hover {
    right: -28px;
    background: #ffa01a; }

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
.toggle-menu {
  display: none;
  visibility: hidden; }

.mm-opened #mm-blocker {
  cursor: e-resize; }

body .mm-navbar {
  background: #f9c62f;
  color: #000;
  font-weight: bold;
  border: none;
  font-family: "museosans", sans-serif; }
  body .mm-navbar .mm-title {
    color: #333; }

.mm-listview > li > a, .mm-listview > li > span {
  padding: 15px 25px; }

body .mm-listview a {
  font-size: 18.8px;
  font-size: 1.175rem;
  color: #fff; }
  body .mm-listview a:hover {
    background: rgba(0, 0, 0, 0.25); }

.mm-panels, .mm-panels > .mm-panel {
  background: #47236d; }
  .mm-panels i.fa, .mm-panels > .mm-panel i.fa {
    width: 28px; }
  .mm-panels .follow-us, .mm-panels > .mm-panel .follow-us {
    padding-top: 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase; }
    .mm-panels .follow-us span, .mm-panels > .mm-panel .follow-us span {
      padding-bottom: 10px; }

.mobile-title {
  display: none;
  visibility: hidden; }

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.5;
  box-shadow: -26px 0 39px -28px rgba(0, 0, 0, 0.75) inset;
  background: rgba(0, 0, 0, 0.5); }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after {
  border-color: rgba(0, 0, 0, 0.05); }

#donate-button {
  display: none; }

@media all and (max-width: 1160px) {
  .site-container {
    max-width: 900px; }
  .owl-carousel .slide-caption {
    width: 300px; }
    .owl-carousel .slide-caption h3 {
      font-size: 22px;
      font-size: 1.375rem; }
    .owl-carousel .slide-caption p, .owl-carousel .slide-caption .button {
      font-size: 14px;
      font-size: 0.875rem; }
  #page .a2a_floating_style.a2a_vertical_style {
    margin-left: 832px !important; }
  .site-branding .site-title {
    max-width: 55%; }
  .want-to,
  .header-search input {
    margin-top: 20px; }
  .owl-carousel .owl-stage-outer::before {
    background-size: 800px 396px; }
  .callout img {
    max-width: none; }
  .callout h3 {
    font-size: 16px; }
  .callout p {
    font-size: 15px; }
  .callout .icon,
  .callout .spacer {
    width: 70px; }
  .callout .icon {
    top: -30px;
    left: 10px; } }

@media all and (max-width: 940px) {
  .owl-carousel .owl-stage-outer::before {
    background-size: 740px 396px; }
  .site-container {
    max-width: 780px;
    padding-left: 30px;
    padding-right: 30px; }
  #page .a2a_floating_style.a2a_vertical_style {
    margin-left: 732px !important; }
  .site-branding {
    margin-top: 10px; }
  .want-to,
  .header-search input {
    margin-top: 10px; }
  .site-branding .site-title {
    max-width: 50%; }
  .callout h3 {
    font-size: 15px; }
  .callout p {
    font-size: 14px; }
  .callout .icon,
  .callout .spacer {
    width: 50px; }
  .callout .spacer {
    width: 40px; }
  .callout .icon {
    top: -20px;
    left: 0; }
  .site-footer {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px; } }

@media all and (max-width: 790px) {
  .site-container {
    max-width: 100%;
    padding: 20px 20px 0 20px;
    overflow: hidden; }
  .site-footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .header-search {
    text-align: center; }
  .site-branding .site-title,
  .want-to,
  .header-search input {
    max-width: 100%;
    text-align: center;
    float: none;
    clear: both; }
  .site-branding .site-title {
    padding: 0 60px; }
  #page .a2a_floating_style.a2a_vertical_style {
    background: #eee;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-top: 10px;
    text-align: center;
    position: relative;
    top: 0 !important; }
    #page .a2a_floating_style.a2a_vertical_style a {
      display: inline-block;
      clear: none; }
    #page .a2a_floating_style.a2a_vertical_style:before {
      content: "Share this page:";
      display: block;
      text-transform: uppercase;
      font-weight: bold; }
  .site-branding .site-title img {
    max-width: 100%;
    width: 400px; }
  .want-to,
  .header-search input {
    text-align: left;
    margin: 15px auto 0; }
  #primary {
    clear: both; }
  #site-navigation ul,
  #primary-menu,
  .menu-top-menu-container {
    display: none; }
  .toggle-menu {
    color: #333;
    display: inline-block;
    visibility: visible;
    position: absolute;
    font-size: 32px;
    padding: 10px;
    margin-top: -20px;
    margin-left: -5px;
    cursor: pointer; }
    .toggle-menu:hover, .toggle-menu.active {
      color: #888; }
  .site-branding .site-title img {
    display: none;
    visibility: hidden; }
  .mobile-title,
  .site-branding .site-title img.mobile-title {
    display: inline-block;
    visibility: visible;
    margin-bottom: 10px; }
  .entry-title {
    font-size: 28px;
    font-size: 1.75rem; }
  .owl-carousel .owl-stage-outer::before {
    background-size: cover; }
  .featured-slider {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden; }
  .owl-carousel .item .slide-caption {
    max-width: 100%;
    width: 300px;
    right: 50%;
    margin-right: -140px; }
    .owl-carousel .item .slide-caption h3 {
      font-size: 16px;
      line-height: 1.4; }
    .owl-carousel .item .slide-caption p {
      font-size: 12px;
      line-height: 1.4; }
  .owl-carousel .item {
    min-height: 300px; }
  .front-page .callout.column {
    width: 50%;
    padding: 0 10px; }
    .front-page .callout.column a > img {
      width: 100%; }
    .front-page .callout.column:last-child {
      width: 100%;
      padding-left: 0;
      margin-top: 20px; }
    .front-page .callout.column:first-child {
      padding-left: 0; }
    .front-page .callout.column:nth-child(2) {
      padding-right: 0; }
  #donate-button {
    display: block;
    text-align: center;
    padding: 10px;
    background: #36b24f;
    color: #fff;
    font-weight: bold;
    z-index: 5;
    position: relative;
    transition: .25s background-color ease-out, transform .1s ease, box-shadow .1s ease; }
    #donate-button:hover, #donate-button:active, #donate-button:focus {
      background: #3bc256;
      color: #fff;
      transform: scale(1.05);
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25); } }

@media all and (max-width: 720px) {
  .site-content .site-sidebar,
  .right-sidebar .content-area {
    width: 100%;
    float: none;
    clear: both; }
  .right-sidebar .content-area {
    padding-right: 0; }
  .sidebar-video a {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; } }

@media all and (max-width: 650px) {
  .site-footer .footer-left, .site-footer .footer-right {
    width: 100%;
    float: none;
    clear: both;
    text-align: center; }
  .site-footer .footer-left {
    margin-bottom: 20px; }
  .bsc-tabs .bsc-tab-buttons > a {
    width: 100%; } }

@media all and (max-width: 600px) {
  table {
    font-size: 85%; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    left: 5px;
    margin-top: 0; }
  .owl-nav .owl-next {
    right: 5px;
    left: auto; }
  .index-item .alignleft {
    float: none;
    margin-bottom: 10px;
    width: auto; } }

@media all and (max-width: 468px) {
  .owl-carousel .item .slide-caption {
    border-radius: 0;
    padding: 20px 60px;
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: 100%; }
    .owl-carousel .item .slide-caption .button {
      position: relative;
      bottom: auto;
      right: auto;
      border-radius: 3px;
      padding: 10px 20px;
      line-height: 1;
      height: auto;
      font-size: 12px; }
  .front-page .callout.column {
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
    max-width: 320px;
    margin: 10px auto; } }
