@charset "UTF-8";
/*!
	Theme Name: WWCS 2014
	Theme URI: http://wwcs.org
	Author: Mindutopia
	Author URI: http://mindutopia.com
	Version: 3.3
	Description: New theme for WWCS created in later 2014
*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

/*
font-family:'ITCFranklinGothicW01-Bk_812647'; (Book)
font-family:'ITCFranklinGothicW01-Hv_812689'; (Heavy)
font-family:'ITCFranklinGothicW01-Hv_812692'; (Heavy Italic)
font-family:'ITCFranklinGothicW01-Bk_812665'; (Book Italic)

font-family:'ITCFranklinGothicW01-Dm_812668';
font-family:'ITCFranklinGothicW01-Dm_812686';
*/
.helvetica-neue, .events h4, .search-form label, h5, h4 {
  font-family: 'HelveticaNeueW01-55Roma';
  font-weight: normal !important; }

.helvetica-neue-italic {
  font-family: 'HelveticaNeueW01-56It';
  font-weight: normal !important;
  font-style: normal !important; }

.helvetica-neue-light-italic, em {
  font-family: 'HelveticaNeueW01-46Ligh';
  font-weight: normal !important;
  font-style: normal !important; }

.helvetica-neue-bold, #slider-wrap #slide-caption > div a.slider-link, #slider-wrap #slide-caption > div a.give-btn, strong, b {
  font-family: 'HelveticaNeueW01-75Bold';
  font-weight: normal !important; }

.helvetica-neue-bold-italic, em strong, em b, strong em, b em {
  font-family: 'HelveticaNeueW01-76Bold';
  font-weight: normal !important;
  font-style: normal !important; }

.helvetica-neue-light, div#main-menu ul, .button, p, ul, dl, ol, blockquote, table, tr, td, .gform_wrapper .top_label .gfield_label {
  font-family: 'HelveticaNeueW01-45Ligh';
  font-weight: normal !important; }

.neutratext-light, #slider-wrap #slide-caption > div p, h1, h2, h3, h6 {
  font-family: 'Neutra Text Light';
  font-weight: normal !important; }

.franklin {
  font-family: 'ITCFranklinGothicW01-Bk_812647';
  font-weight: normal !important; }

.franklin-italic {
  font-family: 'ITCFranklinGothicW01-Bk_812665';
  font-weight: normal !important;
  font-style: normal !important; }

.franklin-bold {
  font-family: 'ITCFranklinGothicW01-Hv_812689';
  font-weight: normal !important; }

.franklin-bold-italic {
  font-family: 'ITCFranklinGothicW01-Hv_812692';
  font-weight: normal !important;
  font-style: normal !important; }

.franklin-demi {
  font-family: 'ITCFranklinGothicW01-Dm_812668';
  font-weight: normal !important; }

.franklin-demi-italic {
  font-family: 'ITCFranklinGothicW01-Dm_812686';
  font-weight: normal !important;
  font-style: normal !important; }

/* 
* CSS reset. Slightly modified version of the normalize.css reset - http://github.com/necolas/normalize.css 
* Modifications by Scott Lyttle
*/
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

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

ol, ul {
  list-style: disc; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

h2 {
  font-size: 1.5em;
  /* margin: 0.83em 0; */ }

h3 {
  font-size: 1.17em;
  /*    margin: 1em 0; */ }

h4 {
  font-size: 1em;
  /*  margin: 1.33em 0; */ }

h5 {
  font-size: 0.83em;
  /*  margin: 1.67em 0; */ }

h6 {
  font-size: 0.75em;
  /* margin: 2.33em 0; */ }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

p, pre {
  margin: 1em 0; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 0px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

.input-wrap, .search-form .search-input {
  background: #e9f5f2; }
  .input-wrap label, .search-form .search-input label {
    font-size: 0.75em; }
  .input-wrap > input, .search-form .search-input > input,
  .input-wrap > textarea,
  .search-form .search-input > textarea {
    border: none;
    background: transparent; }

.gform_wrapper .gfield {
  margin-bottom: 20px; }

.gform_wrapper .ginput_left input:focus + label,
.gform_wrapper .ginput_right input:focus + label,
.gform_wrapper .ginput_full input:focus + label {
  font-weight: normal; }

.gform_wrapper .gfield_description {
  font-size: 11px; }

/* 
-------------------------------------------------------------- 
	Global
-------------------------------------------------------------- 
*/
* {
  margin: 0px;
  padding: 0px; }

body {
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/* links */
a {
  color: #56585a;
  text-decoration: none; }
  a:visited {
    color: #56585a; }
  a:hover {
    color: #181819; }
  a img {
    border: none !important; }

#main a {
  color: #000;
  text-decoration: underline;
  font-weight: bold; }
  #main a:visited {
    color: #000; }
  #main a:hover {
    color: #f15713; }

.clear, .lt-ie9 .button:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0px; }

/* Headings */
h1 {
  font-size: 3.9375em; }

h2 {
  font-size: 3.125em; }

h3 {
  font-size: 40px; }

h4 {
  color: #56585a;
  font-size: 18px; }

/* Lists */
ul, ol {
  margin-left: 25px;
  list-style-position: outside; }

/* blockquote */
blockquote {
  background: white;
  padding: 20px;
  border-left: 2px solid #e3e7e6;
  font-style: italic; }

/* Standard Text */
p, ul, dl, ol, blockquote, table, tr, td {
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 1.5em; }

h1, h2, h3, h6 {
  line-height: 1.1em;
  margin-bottom: 12px; }

h4 {
  margin-bottom: 12px;
  font-size: 21px;
  color: #f2682b; }

h5 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #71c8af; }

img {
  line-height: 1em; }

.button {
  -webkit-appearance: none;
  display: inline-block;
  background: #71c8af;
  color: #fff;
  padding: 7px 15px;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: bold;
  border: none;
  color: #fff !important;
  text-decoration: none !important; }
  .button:hover, .button:visited {
    color: #fff; }
  .lt-ie9 .button {
    display: block;
    float: left; }

.gallery br {
  display: none;
  clear: none !important; }

.gallery-item:nth-child(6n + 6) {
  clear: both; }

@media (max-width: 768px) {
  .gallery-item {
    width: 33.333% !important; }
    .gallery-item:nth-child(6n + 6) {
      clear: none; }
    .gallery-item:nth-child(4n + 4) {
      clear: both; } }

.gallery-icon {
  box-sizing: border-box;
  padding: 10px; }
  .gallery-icon img {
    max-width: 100%;
    height: auto;
    border: none !important; }

/*End Global*/
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

/* Forms */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
textarea {
  outline: none;
  border: 1px solid #999; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999; }

/* contact form 7 mobile styles. */
.wpcf7 {
  width: auto;
  max-width: 100%; }
  .wpcf7 p span.wpcf7-form-control-wrap {
    float: none;
    margin-top: 0px;
    display: block;
    padding: 5px;
    background: #fff;
    border: 1px solid; }
    .wpcf7 p span.wpcf7-form-control-wrap input[type="text"],
    .wpcf7 p span.wpcf7-form-control-wrap input[type="email"],
    .wpcf7 p span.wpcf7-form-control-wrap textarea {
      width: 100%;
      border: 0px;
      background: transparent; }
  .wpcf7 input[type="submit"].wpcf7-form-control {
    margin-top: 20px;
    cursor: pointer;
    float: right;
    display: block;
    font-size: 0.75em; }

/*
-------------------------------------------------------------- 
	Contact form 7, if you are using the plugin.
-------------------------------------------------------------- 
*/
/*
@include breakpoint-ie( regular ){
	.wpcf7{ 
		display: block;
		width:500px; 
		p{ 
			clear: both;
			margin-bottom: 25px; 
			span.wpcf7-form-control-wrap{ 
				float:right; 
				margin-top: -18px; 
				input[type="text"],
				input[type="email"],
				textarea{ 
					width:350px;
					padding: 5px;
				}
			}
			
		}
		
	}
}
*/
/* remove margin from nested lists -- */
li > ul,
li > ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

/* prevents long titles from breaking */
* {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/*
-------------------------------------------------------------- 
	IE Fixes, of course
-------------------------------------------------------------- 
*/
/* IE 7 ONLY */
body.ie7 p#copyright,
body.ie7 p#credit,
body.ie7 .posts-dir-nav div {
  display: inline; }

body.ie7 a#mindutopia {
  display: block; }

/* 
-------------------------------------------------------------- 
	Wrapper Styles
-------------------------------------------------------------- 
*/
body {
  background: url(images/bg.jpg?v=2); }

.wrapper-container {
  width: 100%;
  margin: 0px auto; }

.wrapper {
  width: 100%;
  display: block;
  background: transparent;
  margin: 0px auto; }
  @media (min-width: 56.25em) {
    .wrapper {
      max-width: 1200px; } }
  .lt-ie9 .wrapper {
    max-width: 1200px; }
  .wrapper > div {
    display: block;
    position: relative;
    width: 100%; }
    @media (min-width: 20em) {
      .wrapper > div {
        width: auto; } }
/* End Wrapper Classes */
.wrapper-container.main .wrapper {
  background: #fff; }
  .wrapper-container.main .wrapper > div {
    padding: 20px; }

#main {
  margin: 10px auto 0;
  clear: both; }
  @media (min-width: 48em) {
    #main {
      margin-top: 10px;
      padding: 20px; } }
  .lt-ie9 #main {
    margin-top: 10px;
    padding: 20px; }
  @media (min-width: 56.25em) {
    #main {
      margin-top: 0; } }
.mobile-only {
  display: block; }
  @media (min-width: 37.5em) {
    .mobile-only {
      display: none; } }
  .lt-ie9 .mobile-only {
    display: none; }

.desktop-only {
  display: none; }
  @media (min-width: 37.5em) {
    .desktop-only {
      display: block; } }
  .lt-ie9 .desktop-only {
    display: block; }

table.align-middle {
  margin-top: 12px; }
  table.align-middle tr td {
    vertical-align: middle; }
    table.align-middle tr td h2, table.align-middle tr td p, table.align-middle tr td h3 {
      margin-bottom: 0px;
      margin-top: 0px; }

/* 
-------------------------------------------------------------- 
	Header Styles
-------------------------------------------------------------- 
*/
.global-header {
  background: #b8ddd4;
  padding-bottom: 5px;
  position: relative;
  z-index: 200; }

#header {
  padding: 10px 0px 20px;
  margin: 0px auto 0px; }
  @media (min-width: 37.5em) {
    #header {
      padding-top: 20px; } }
  .lt-ie9 #header {
    padding-top: 20px; }
  #header .tagline {
    display: none;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 300;
    margin-right: 10px;
    color: #56585a; }
    @media (min-width: 37.5em) {
      #header .tagline {
        float: right;
        display: block;
        margin-top: 30px;
        font-size: 1.875em; } }
    .lt-ie9 #header .tagline {
      float: right;
      display: block;
      margin-top: 30px;
      font-size: 1.875em; }

a#main-logo {
  float: none;
  display: block;
  text-align: center;
  width: 353px;
  height: 102px;
  margin: 0px auto;
  background-image: url("images/Logo.png");
  background-size: 353px 102px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    a#main-logo {
      background-image: url("images/Logo@2x.png");
      background-size: 353px 102px; } }
  @media (min-width: 37.5em) {
    a#main-logo {
      width: 353px;
      height: 102px;
      margin: 0 0;
      margin-top: -5px;
      background-size: 353px 102px; } }
  .lt-ie9 a#main-logo {
    width: 353px;
    height: 102px;
    margin: 0 0;
    margin-top: -5px;
    background-size: 353px 102px; }
  a#main-logo img {
    display: none; }
  a#main-logo h1 {
    display: none; }

/* Navigation */
a#menu-toggle {
  display: block;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 0 0;
  margin: 0px auto;
  text-align: center;
  font-size: 2.25em;
  color: #000;
  background: transparent; }
  @media (min-width: 37.5em) {
    a#menu-toggle {
      display: none; } }
  .lt-ie9 a#menu-toggle {
    display: none; }
  a#menu-toggle.open {
    color: #b8ddd4; }

#mobile-navigation {
  display: none;
  position: fixed;
  left: 0;
  z-index: 1;
  right: 50%;
  top: 0;
  bottom: 0px;
  background: #d4ebe5; }
  #mobile-navigation.open {
    display: block; }
  #mobile-navigation ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 10px;
    margin-top: 110px; }
    #mobile-navigation ul li {
      margin-left: 0px; }
      #mobile-navigation ul li a {
        color: #000;
        display: block;
        padding: 10px 0; }

div.navigation {
  background: #d4ebe5; }

div#main-menu {
  margin-top: 10px;
  display: none;
  position: relative;
  float: none;
  text-align: center; }
  @media (min-width: 37.5em) {
    div#main-menu {
      margin: 0px;
      text-align: left;
      display: block; } }
  .lt-ie9 div#main-menu {
    margin: 0px;
    text-align: left;
    display: block; }
  div#main-menu ul {
    margin: 0 0 0 0;
    padding-left: 0;
    display: none;
    float: left; }
    div#main-menu ul.open {
      display: block; }
    @media (min-width: 37.5em) {
      div#main-menu ul {
        list-style: none;
        margin: 0px;
        padding-left: 0px;
        display: block; } }
    .lt-ie9 div#main-menu ul {
      list-style: none;
      margin: 0px;
      padding-left: 0px;
      display: block; }
  div#main-menu li {
    display: block;
    margin: 4px 0px 4px 0px;
    position: relative; }
    @media (min-width: 48em) {
      div#main-menu li {
        display: inline; } }
    @media (min-width: 37.5em) {
      div#main-menu li {
        display: inline;
        position: relative;
        margin: 0px 0px 0px 0px; } }
    .lt-ie9 div#main-menu li {
      display: inline;
      position: relative;
      margin: 0px 0px 0px 0px; }
    div#main-menu li a {
      display: block;
      text-align: center;
      border: #ccc solid 1px;
      padding: 5px 10px;
      font-size: 1.0em;
      font-weight: normal;
      color: #000; }
      @media (min-width: 37.5em) {
        div#main-menu li a {
          display: inline-block;
          padding: 6px 15px;
          border: none;
          font-size: 1em; } }
      .lt-ie9 div#main-menu li a {
        display: inline-block;
        padding: 6px 15px;
        border: none;
        font-size: 1em; }
      div#main-menu li a i.fa {
        font-size: 1.65em;
        line-height: 1px;
        vertical-align: middle; }
    @media screen and (min-width: 728px) {
      div#main-menu li.donate, div#main-menu li.events {
        margin-left: 50px; } }
    @media screen and (min-width: 1024px) {
      div#main-menu li.donate, div#main-menu li.events {
        margin-left: 100px; } }
    div#main-menu li.donate > a, div#main-menu li.events > a {
      background: #EC6A2D;
      color: #fff; }
    div#main-menu li.current_page_item a, div#main-menu li.current-menu-item a, div#main-menu li.current_page_parent a, div#main-menu li.current-page-ancestor a {
      text-decoration: none; }
    div#main-menu li ul.sub-menu {
      position: absolute;
      top: 100%;
      left: 10px;
      width: 200px;
      padding-top: 8px;
      display: none; }
      div#main-menu li ul.sub-menu li {
        display: block; }
        div#main-menu li ul.sub-menu li:first-child:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          content: "\f0d7";
          color: #d4ebe5;
          position: absolute;
          top: -5px;
          left: 35px; }
      div#main-menu li ul.sub-menu a {
        color: #000;
        display: block;
        padding: 10px;
        background: #fff;
        text-align: left; }
        div#main-menu li ul.sub-menu a:hover {
          background: #b8ddd4; }
    div#main-menu li.open ul.sub-menu {
      display: block; }

.search-form {
  float: right;
  display: none; }
  @media (min-width: 56.25em) {
    .search-form {
      display: block; } }
  .lt-ie9 .search-form {
    display: block; }
  .search-form .search-input {
    width: 200px;
    padding: 8px 10px 9px; }
    .search-form .search-input input {
      padding: 0 10px;
      width: 63%; }

a.social {
  float: right;
  padding: 0px 6px;
  font-size: 1.65em;
  margin-top: 1px;
  vertical-align: middle;
  color: #000; }

/*End of Header Styles*/
/*
-------------------------------------------------------------- 
	Footer Styles
-------------------------------------------------------------- 
*/
#footer {
  padding: 20px 20px;
  margin: 0px auto 10px;
  position: relative;
  min-height: 30px;
  color: #000; }
  #footer .above-footer {
    font-size: 12px;
    font-style: normal; }
    #footer .above-footer .social-icons {
      padding-top: 20px; }
    #footer .above-footer .social {
      float: none;
      font-size: 36px; }
  @media (min-width: 68.75em) {
    #footer {
      padding: 10px 0px; } }
  @media (min-width: 37.5em) {
    #footer {
      padding-bottom: 20px;
      height: auto; } }
  .lt-ie9 #footer {
    padding-bottom: 20px;
    height: auto; }
  #footer p {
    font-size: 0.6875em;
    display: block;
    float: none;
    text-align: center; }
    @media (min-width: 37.5em) {
      #footer p#copyright {
        float: left;
        text-align: left; }
      #footer p#credit {
        float: right;
        text-align: right; } }
    .lt-ie9 #footer p#copyright {
      float: left;
      text-align: left; }
    .lt-ie9 #footer p#credit {
      float: right;
      text-align: right; }
  #footer a#mindutopia {
    display: inline-block;
    vertical-align: top;
    background: url(images/mindutopia.png) no-repeat;
    height: 28px;
    width: 54px;
    font-size: 0.1em;
    text-indent: -9999px; }
  #footer div.links {
    text-align: center; }
    @media (min-width: 37.5em) {
      #footer div.links {
        float: right; } }
    .lt-ie9 #footer div.links {
      float: right; }
    #footer div.links a {
      display: inline-block; }
      @media (min-width: 37.5em) {
        #footer div.links a {
          display: block;
          float: right; } }
      .lt-ie9 #footer div.links a {
        display: block;
        float: right; }
      #footer div.links a#ecfa {
        background-image: url("images/ECFA.png");
        background-repeat: no-repeat;
        width: 42px;
        height: 42px;
        margin: 0 25px 0 0; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5) {
          #footer div.links a#ecfa {
            background-image: url("images/ECFA@2x.png");
            background-size: 42px 42px; } }
        @media (min-width: 37.5em) {
          #footer div.links a#ecfa {
            margin: 0 0 0 0; } }
        .lt-ie9 #footer div.links a#ecfa {
          margin: 0 0 0 0; }
      #footer div.links a#barnabas {
        background-image: url("images/Barnabas.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 102px;
        height: 42px;
        margin-right: 10px; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5) {
          #footer div.links a#barnabas {
            background-image: url("images/Barnabas@2x.png");
            background-size: 102px 25px; } }
/*End Footer Styles*/
/*Media*/
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */ }

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%; }

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em; }

.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

#content .gallery {
  margin-bottom: 1.5em; }

#content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

#content .gallery dd {
  margin: 0; }

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

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Comments */
.comments-area {
  margin: 48px auto;
  max-width: 474px;
  padding: 0 10px; }

.comment-reply-title,
.comments-title {
  font: 900 16px/1.5 Lato, sans-serif;
  margin: 0;
  text-transform: uppercase; }

.comment-list {
  list-style: none;
  margin: 0 0 48px 0; }

.comment-author {
  font-size: 14px;
  line-height: 1.7142857142; }

.comment-list .reply,
.comment-metadata {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase; }

.comment-list .reply {
  margin-top: 24px; }

.comment-author .fn {
  font-weight: 900; }

.comment-author a {
  color: #2b2b2b; }

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: #767676; }

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
  color: #41a62a; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px; }

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0; }

.comment-author {
  position: relative; }

.comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px; }

.bypostauthor > article .fn:before {
  /* content: "\f408"; */
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px; }

.says {
  display: none; }

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 30px; }

.comment-edit-link {
  margin-left: 10px; }

.comment-edit-link:before {
  /* content: "\f411"; */ }

.comment-reply-link:before,
.comment-reply-login:before {
  /* content: "\f412"; */
  margin-right: 2px; }

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-content > :last-child {
  margin-bottom: 0; }

.comment-list .children {
  list-style: none;
  margin-left: 15px; }

.comment-respond {
  margin-bottom: 24px;
  padding: 0; }

.comment .comment-respond {
  margin-top: 24px; }

.comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142; }

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase; }

.comment-form label {
  display: block; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%; }

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5; }

.required {
  color: #c0392b; }

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px; }

.comment-reply-title small a:hover {
  color: #41a62a; }

.comment-reply-title small a:before {
  /* content: "\f405"; */
  font-size: 32px; }

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase; }

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

.comment-navigation .nav-previous a {
  margin-right: 10px; }

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0; }

/*
--------------------------------------------------------------
	Front Page Styles
--------------------------------------------------------------
*/
/* Base for slider */
#slider-wrap {
  display: block;
  margin: 0px auto;
  padding: 0px;
  background: #fff;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10; }
  #slider-wrap .give-btn {
    display: inline-block;
    color: #fff;
    background: #EC6A2D !important;
    margin: 0;
    font-size: 1.5em !important;
    padding: 15px 35px !important; }
  @media screen and (min-width: 728px) {
    #slider-wrap .gradient {
      /*background-color: #000000;*/
      background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -moz-linear-gradient(left top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(left top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -ms-linear-gradient(left top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(left top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#000000', EndColorStr='#000000');
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; } }
  #slider-wrap #slide-caption {
    display: block; }
    @media (min-width: 37.5em) {
      #slider-wrap #slide-caption {
        display: block;
        position: absolute;
        z-index: 3;
        left: 20px;
        top: 75px;
        width: 850px;
        max-width: 60%;
        min-height: 300px;
        background-image: url("images/map.png");
        background-repeat: no-repeat; } }
  @media all and (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 1.5) {
    #slider-wrap #slide-caption {
      background-image: url("images/map@2x.png");
      background-size: 613px 300px; } }
    .lt-ie9 #slider-wrap #slide-caption {
      display: block;
      position: absolute;
      z-index: 3;
      left: 20px;
      top: 75px;
      width: 850px;
      max-width: 60%;
      min-height: 300px;
      background-image: url("images/map.png");
      background-repeat: no-repeat; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .lt-ie9 #slider-wrap #slide-caption {
          background-image: url("images/map@2x.png");
          background-size: 613px 300px; } }
    .no-textshadow #slider-wrap #slide-caption {
      width: 800px; }
    #slider-wrap #slide-caption > div {
      padding: 20px 10px; }
      #slider-wrap #slide-caption > div p {
        text-align: center;
        color: #71c8af;
        font-size: 1.25em;
        margin: 0 0 0 0;
        line-height: 1em; }
        @media (min-width: 37.5em) {
          #slider-wrap #slide-caption > div p {
            font-size: 1.875em;
            color: #fff;
            text-align: left; } }
        @media (min-width: 56.25em) {
          #slider-wrap #slide-caption > div p {
            font-size: 3.59375em;
            color: #fff;
            text-align: left;
            text-shadow: 5px 5px 10px false rgba(0, 0, 0, 0.6); } }
        .lt-ie9 #slider-wrap #slide-caption > div p {
          font-size: 3.59375em;
          color: #fff;
          text-align: left;
          text-shadow: 5px 5px 10px false rgba(0, 0, 0, 0.6); }
        #slider-wrap #slide-caption > div p:first-child {
          font-size: 1.125em; }
          @media (min-width: 37.5em) {
            #slider-wrap #slide-caption > div p:first-child {
              font-size: 1.5em; } }
          @media (min-width: 56.25em) {
            #slider-wrap #slide-caption > div p:first-child {
              font-size: 2.5em; } }
          .lt-ie9 #slider-wrap #slide-caption > div p:first-child {
            font-size: 2.5em; }
        .no-textshadow #slider-wrap #slide-caption > div p {
          position: relative;
          z-index: 2;
          color: #000; }
          .no-textshadow #slider-wrap #slide-caption > div p span.shadow-text {
            position: absolute;
            z-index: 1;
            top: -2px;
            left: -2px;
            color: #fff; }
      #slider-wrap #slide-caption > div a.slider-link, #slider-wrap #slide-caption > div a.give-btn {
        font-weight: bold;
        background: #71c8af;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 1.375em;
        padding: 7px 13px;
        margin-top: 25px; }
        @media (min-width: 37.5em) {
          #slider-wrap #slide-caption > div a.slider-link, #slider-wrap #slide-caption > div a.give-btn {
            float: left;
            text-align: left;
            font-size: 1em;
            display: inline-block; } }
        .lt-ie9 #slider-wrap #slide-caption > div a.slider-link, .lt-ie9 #slider-wrap #slide-caption > div a.give-btn {
          float: left;
          text-align: left;
          font-size: 1em;
          display: inline-block; }
    #slider-wrap #slide-caption img {
      max-width: 100%;
      height: auto; }
  #slider-wrap #slide-image {
    display: block;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto; }

body.home .wrapper-container.main {
  display: none; }

.news-block {
  padding-top: 5px;
  margin: 0 auto 50px auto; }
  .news-block > .wrapper > div > ul {
    display: block;
    padding: 0;
    margin: 0; }
    .news-block > .wrapper > div > ul:after {
      display: table;
      content: " ";
      clear: both; }
    .news-block > .wrapper > div > ul > li {
      display: block;
      position: relative;
      overflow: hidden; }
      .news-block > .wrapper > div > ul > li .bg {
        background-size: cover;
        background-position: center center;
        padding: 0 0 70%;
        position: relative;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease false;
        -o-transition: all 1s ease false;
        transition: all 1s ease; }
        @media (min-width: 728px) {
          .news-block > .wrapper > div > ul > li .bg {
            margin: 0 2.5px; } }
        .news-block > .wrapper > div > ul > li .bg:before {
          /*background-color: #000000;*/
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
          background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
          background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
          background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
          background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
          background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 1; }
      .news-block > .wrapper > div > ul > li .content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        padding: 15px; }
        .news-block > .wrapper > div > ul > li .content > h4 {
          color: #fff;
          text-shadow: rgba(0, 0, 0, 0.7) 0 1px 3px;
          font-weight: bold;
          margin: 0; }
        .news-block > .wrapper > div > ul > li .content > strong {
          color: #fff;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 12px; }
      .news-block > .wrapper > div > ul > li > a:hover .bg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      @media screen and (min-width: 728px) {
        .news-block > .wrapper > div > ul > li {
          width: 33.3333333333%;
          float: left; } }
  .news-block .news-block-title h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500 !important;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px; }

.donate .wrapper, .events .wrapper {
  background: url(http://placehold.it/2400x1200/398476/398455);
  background-attachment: fixed;
  background-position: center center;
  margin-top: 5px;
  margin-bottom: 5px; }
  .donate .wrapper a h3, .events .wrapper a h3, .donate .wrapper a p, .events .wrapper a p {
    color: #fff; }
  .donate .wrapper > div, .events .wrapper > div {
    padding: 30px; }
    .donate .wrapper > div h3, .events .wrapper > div h3, .donate .wrapper > div p, .events .wrapper > div p {
      color: #fff;
      text-align: center; }
      @media (min-width: 56.25em) {
        .donate .wrapper > div h3, .events .wrapper > div h3, .donate .wrapper > div p, .events .wrapper > div p {
          text-align: left; } }
      .lt-ie9 .donate .wrapper > div h3, .lt-ie9 .events .wrapper > div h3, .lt-ie9 .donate .wrapper > div p, .lt-ie9 .events .wrapper > div p {
        text-align: left; }
    .donate .wrapper > div .mobile-only, .events .wrapper > div .mobile-only {
      display: block; }
      @media (min-width: 56.25em) {
        .donate .wrapper > div .mobile-only, .events .wrapper > div .mobile-only {
          display: none; } }
      .lt-ie9 .donate .wrapper > div .mobile-only, .lt-ie9 .events .wrapper > div .mobile-only {
        display: none; }
    .donate .wrapper > div .desktop-only, .events .wrapper > div .desktop-only {
      display: none; }
      @media (min-width: 56.25em) {
        .donate .wrapper > div .desktop-only, .events .wrapper > div .desktop-only {
          display: block; } }
      .lt-ie9 .donate .wrapper > div .desktop-only, .lt-ie9 .events .wrapper > div .desktop-only {
        display: block; }

.events .wrapper {
  background: url(images/events-bg.png);
  background-attachment: fixed;
  background-position: center center; }

.events > div {
  padding-top: 40px;
  padding-bottom: 40px; }
  .events > div h4, .events > div p {
    text-align: left !important; }
  .events > div p {
    font-size: 14px; }

.events a.view-all-events {
  display: block;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .events a.view-all-events {
      padding: 20px;
      font-size: 2em;
      text-align: center; } }
  @media (min-width: 56.25em) {
    .events a.view-all-events {
      text-align: left; } }
  .lt-ie9 .events a.view-all-events {
    text-align: left; }

.events h4 {
  font-size: 16px; }
  @media (max-width: 768px) {
    .events h4 {
      margin-top: 20px; } }
.events a, .events h4 {
  color: #fff; }

.home-block .wrapper {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #336699;
  margin-bottom: 5px;
  color: #fff; }
  .home-block .wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px; }
    html.lt-ie8 .home-block .wrapper img {
      position: relative; }
  .home-block .wrapper div.gradient {
    /*background-color: #6f857f;*/
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(111, 133, 127, 0)), to(#45816f));
    background-image: -webkit-linear-gradient(left, rgba(111, 133, 127, 0), #45816f);
    background-image: -moz-linear-gradient(left, rgba(111, 133, 127, 0), #45816f);
    background-image: -o-linear-gradient(left, rgba(111, 133, 127, 0), #45816f);
    background-image: -ms-linear-gradient(left, rgba(111, 133, 127, 0), #45816f);
    background-image: linear-gradient(left, rgba(111, 133, 127, 0), #45816f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#6f857f', EndColorStr='#45816f');
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-position: top right;
    display: block; }
  .home-block .wrapper .content {
    height: 100%;
    float: none;
    width: 100%;
    position: relative;
    z-index: 3; }
    @media (min-width: 56.25em) {
      .home-block .wrapper .content {
        width: 30%;
        min-height: 548px;
        float: right; } }
    .lt-ie9 .home-block .wrapper .content {
      width: 30%;
      min-height: 548px;
      float: right; }
    html.lt-ie8 .home-block .wrapper .content {
      float: none;
      position: absolute;
      right: 20px;
      top: 0px; }
    .home-block .wrapper .content h2 {
      text-align: center;
      font-size: 3.125em; }
      @media (min-width: 56.25em) {
        .home-block .wrapper .content h2 {
          text-align: left; } }
      .lt-ie9 .home-block .wrapper .content h2 {
        text-align: left; }
    .home-block .wrapper .content p {
      font-size: 18px;
      text-align: left;
      display: none; }
      @media (min-width: 56.25em) {
        .home-block .wrapper .content p {
          display: block; } }
      .lt-ie9 .home-block .wrapper .content p {
        display: block; }
    .home-block .wrapper .content > div {
      padding: 30px; }

.home-block#block-3 {
  margin: 5px 0 75px 0; }
  .home-block#block-3 p {
    margin: 0; }
  .home-block#block-3 .wrapper {
    border-bottom: none;
    background: transparent; }
    .home-block#block-3 .wrapper .gradient {
      /*background-color: #6f857f;*/
      background-image: -webkit-gradient(linear, left center, right center, from(rgba(111, 133, 127, 0)), to(#6f857f));
      background-image: -webkit-linear-gradient(left, rgba(111, 133, 127, 0), #6f857f);
      background-image: -moz-linear-gradient(left, rgba(111, 133, 127, 0), #6f857f);
      background-image: -o-linear-gradient(left, rgba(111, 133, 127, 0), #6f857f);
      background-image: -ms-linear-gradient(left, rgba(111, 133, 127, 0), #6f857f);
      background-image: linear-gradient(left, rgba(111, 133, 127, 0), #6f857f);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#6f857f', EndColorStr='#6f857f'); }

.home-block#block-2 .wrapper .gradient {
  left: 0;
  right: 50%;
  /*background-color: #56585a;*/
  background-image: -webkit-gradient(linear, left center, right center, from(#56585a), to(rgba(86, 88, 90, 0)));
  background-image: -webkit-linear-gradient(left, #56585a, rgba(86, 88, 90, 0));
  background-image: -moz-linear-gradient(left, #56585a, rgba(86, 88, 90, 0));
  background-image: -o-linear-gradient(left, #56585a, rgba(86, 88, 90, 0));
  background-image: -ms-linear-gradient(left, #56585a, rgba(86, 88, 90, 0));
  background-image: linear-gradient(left, #56585a, rgba(86, 88, 90, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#56585a', EndColorStr='#56585a'); }

@media (min-width: 56.25em) {
  .home-block#block-2 .wrapper .content {
    float: left; } }

.lt-ie9 .home-block#block-2 .wrapper .content {
  float: left; }

html.lt-ie8 .home-block#block-2 .wrapper .content {
  float: none;
  position: absolute;
  left: 20px;
  top: 0px; }

.home-block#block-2 .wrapper .content h2 {
  text-align: center; }
  @media (min-width: 56.25em) {
    .home-block#block-2 .wrapper .content h2 {
      text-align: left; } }
  .lt-ie9 .home-block#block-2 .wrapper .content h2 {
    text-align: left; }

.home-block#block-2 .wrapper .content p {
  text-align: left; }

#mission .wrapper {
  background: transparent;
  color: #000;
  padding: 70px 0 70px 0;
  max-width: 1045px; }
  #mission .wrapper .mission-content {
    padding: 0 15px; }
    #mission .wrapper .mission-content h3 {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500 !important;
      font-size: 30px; }
    #mission .wrapper .mission-content p {
      font-size: 18px; }

.featured-links-block {
  margin: 0 auto 80px auto; }
  .featured-links-block .fl-buttons {
    display: flex;
    flex-direction: row; }
    @media (max-width: 727px) {
      .featured-links-block .fl-buttons {
        flex-direction: column; } }
    .featured-links-block .fl-buttons a.fl-btn-link {
      padding: 140px 30px;
      display: block;
      text-align: center;
      color: #fff;
      text-decoration: none;
      font-size: 24px;
      position: relative; }
      .featured-links-block .fl-buttons a.fl-btn-link::before {
        display: block;
        width: 70px;
        height: 70px;
        background-size: 70px 70px;
        content: ' ';
        background: url(images/Icon_Cheveron.svg) no-repeat;
        border-radius: 50%;
        margin: 10px auto;
        position: absolute;
        top: 10px;
        right: 17px; }
      .featured-links-block .fl-buttons a.fl-btn-link span {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        position: absolute;
        right: 25px;
        top: 90px; }
    .featured-links-block .fl-buttons .fl-btn-1 {
      width: 70%;
      background: url(images/image-bkg-schools.jpg);
      background-position: center 30%;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 727px) {
        .featured-links-block .fl-buttons .fl-btn-1 {
          width: 100%;
          margin-bottom: 5px; } }
    .featured-links-block .fl-buttons .fl-btn-2 {
      width: 29.584%;
      margin-left: 5px;
      background: url(images/image-bkg-tech.jpg);
      background-size: cover; }
      @media (max-width: 727px) {
        .featured-links-block .fl-buttons .fl-btn-2 {
          width: 100%;
          margin-left: 0; } }
/* End Front page Styles */
/*
-------------------------------------------------------------- 
	Page Styles
-------------------------------------------------------------- 
*/
.banner .wrapper {
  position: relative;
  background: #fff; }

.banner img {
  display: block;
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1; }

.banner div.title > div {
  padding: 20px 20px 0; }

@media (min-width: 37.5em) {
  .banner div.title {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0px;
    right: 0px;
    background: #71c8af;
    background: rgba(113, 200, 175, 0.85); }
    .banner div.title > div {
      padding: 20px 40px 20px; }
      .banner div.title > div h3 {
        color: #fff; }
      .banner div.title > div p.subtitle {
        line-height: 26px; } }

.lt-ie9 .banner div.title {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0px;
  right: 0px;
  background: #71c8af;
  background: rgba(113, 200, 175, 0.85); }
  .lt-ie9 .banner div.title > div {
    padding: 20px 40px 20px; }
    .lt-ie9 .banner div.title > div h3 {
      color: #fff; }
    .lt-ie9 .banner div.title > div p.subtitle {
      line-height: 26px; }

.banner div.title h3 {
  margin-bottom: 0px; }

.banner.section {
  /*
table{
			display: none;
			@include breakpoint-ie( medium ) {
				display: table;
			}
		}
*/ }
  .banner.section p {
    line-height: 1.5em;
    font-size: 1.125em;
    margin: 0px 0px; }
    @media (min-width: 37.5em) {
      .banner.section p {
        color: #fff;
        line-height: 2em; } }
    .lt-ie9 .banner.section p {
      color: #fff;
      line-height: 2em; }

/*End Page Styles*/
/*
--------------------------------------------------------------
	Blog Styles
--------------------------------------------------------------
*/
/* Index blog page */
.post-meta {
  font-size: 0.75em; }
  .post-meta .bio-pic {
    display: block;
    padding: 15px 0 0; }
    .post-meta .bio-pic > img {
      max-width: 50px;
      border: 1px solid #c3c3c3;
      border-radius: 2px;
      display: inline-block;
      vertical-align: middle; }
    .post-meta .bio-pic > a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 15px;
      font-size: 16px; }
      .post-meta .bio-pic > a > div {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 800;
        margin: 0 0 5px;
        text-decoration: none !important;
        color: #000 !important; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

@media (min-width: 37.5em) {
  #posts-wrap {
    width: 70%;
    float: left; }
    #posts-wrap > div {
      padding-right: 20px; } }

@media (min-width: 68.75em) {
  #posts-wrap {
    width: 75%;
    float: left; }
    #posts-wrap > div {
      padding-right: 20px; } }

.lt-ie9 #posts-wrap {
  width: 75%;
  float: left; }
  .lt-ie9 #posts-wrap > div {
    padding-right: 20px; }

#posts-wrap .type-post {
  border-top: 1px solid #56585a;
  padding-top: 20px;
  margin-bottom: 20px; }
  #posts-wrap .type-post:first-child {
    border-top: none;
    padding-top: 0; }

@media (min-width: 37.5em) {
  .post-sidebar {
    width: 30%;
    float: right; } }

@media (min-width: 68.75em) {
  .post-sidebar {
    width: 25%;
    float: right; } }

.lt-ie9 .post-sidebar {
  width: 25%;
  float: right; }

.post-sidebar > ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  margin-top: 0px; }
  .post-sidebar > ul > li {
    border-top: 1px solid #56585a;
    padding: 20px; }
    .post-sidebar > ul > li:first-child {
      padding-top: 0px;
      border-top: 0px; }

/*Single blog page */
/* Blog nav styles */
#posts-dir-nav {
  text-align: center; }
  #posts-dir-nav div.older-posts {
    float: right; }
  #posts-dir-nav div.newer-posts {
    float: left; }

/* Publications styles */
section.publications-wrap {
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap; }
  section.publications-wrap article.publication-post {
    width: 33.333%;
    margin-bottom: 60px; }
    section.publications-wrap article.publication-post:first-child {
      width: 100%; }
    section.publications-wrap article.publication-post:nth-child(n+5) {
      margin-bottom: 10px; }
      section.publications-wrap article.publication-post:nth-child(n+5) .pub-link-wrap img.pub-thumb {
        display: none; }
    @media (max-width: 991px) {
      section.publications-wrap article.publication-post {
        width: 100%; } }
    section.publications-wrap article.publication-post .pub-link-wrap {
      text-align: center; }
      section.publications-wrap article.publication-post .pub-link-wrap a img.pub-thumb {
        width: 100%;
        max-width: 200px;
        height: 270px;
        object-fit: cover; }

#search-wrap {
  width: 100%; }
  @media (min-width: 37.5em) {
    #search-wrap {
      width: 70%;
      float: left; }
      #search-wrap > div {
        padding-right: 20px; } }
  @media (min-width: 68.75em) {
    #search-wrap {
      width: 75%;
      float: left; }
      #search-wrap > div {
        padding-right: 20px; } }
  .lt-ie9 #search-wrap {
    width: 75%;
    float: left; }
    .lt-ie9 #search-wrap > div {
      padding-right: 20px; }
  #search-wrap .search-result {
    border-top: 1px solid #56585a;
    padding-top: 20px;
    margin-bottom: 20px; }
    #search-wrap .search-result:first-child {
      border-top: none;
      padding-top: 0; }

@font-face {
  font-family: 'Neutra Text Light';
  src: url("fonts/neutra/NeutraText-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/neutra/NeutraText-Light.eot?#iefix") format("embedded-opentype"), url("fonts/neutra/NeutraText-Light.woff") format("woff"), url("fonts/neutra/NeutraText-Light.ttf") format("truetype"), url("fonts/neutra/NeutraText-Light.svg#2e8b6993d2d7a41125f327c8548a9ab2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Neutra Text Light';
  src: url("fonts/neutra/NeutraText-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/neutra/NeutraText-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/neutra/NeutraText-LightItalic.woff") format("woff"), url("fonts/neutra/NeutraText-LightItalic.ttf") format("truetype"), url("fonts/neutra/NeutraText-LightItalic.svg#ec638ac4952fadd86ec744c1b611f622") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 200; }
