@charset "UTF-8";
/*
Theme Name: stmargarets
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stmargarets
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 stmargarets is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic,300,300italic|Alegreya:400italic,700italic,400,700);
/*!
 *  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(#);
  src: url(#) format("embedded-opentype"), url("/_stmargaretsnewtoronto/wp-content/themes/stmargarets/fonts/fontawesome-webfont_v-4.1.0.woff") format("woff"), url("/_stmargaretsnewtoronto/wp-content/themes/stmargarets/fonts/fontawesome-webfont_v-4.1.0.ttf") format("truetype"), url("/_stmargaretsnewtoronto/wp-content/themes/stmargarets/fonts/fontawesome-webfont_v-4.1.0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@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: ""; }

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

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

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

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 {
  outline: 0; }

a img {
  border: 0; }

.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before, .gallery:before, .search-form:before, .wrap:before, .content-area:before, .tribe-events-list-widget .tribe-clearfix:before,
.tribe-events-adv-list-widget .tribe-clearfix:before, .homepage-feature:before, .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .gallery:after, .search-form:after, .wrap:after, .content-area:after, .tribe-events-list-widget .tribe-clearfix:after,
.tribe-events-adv-list-widget .tribe-clearfix:after, .homepage-feature:after {
  content: "";
  display: table; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .gallery:after, .search-form:after, .wrap:after, .content-area:after, .tribe-events-list-widget .tribe-clearfix:after,
.tribe-events-adv-list-widget .tribe-clearfix:after, .homepage-feature:after {
  clear: both; }

/* =Global
----------------------------------------------- */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  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 */ }

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

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.8; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya", serif;
  clear: both; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em; }

/* Text elements */
p {
  margin-bottom: 1em; }

ul, ol {
  margin: 0 0 1em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1em 1em; }

b, strong {
  font-weight: bold; }

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

blockquote {
  margin: 0 1em; }

address {
  margin: 0 0 1em; }

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

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

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

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

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1em;
  width: 100%; }

th {
  font-weight: bold; }

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

/* Links */
a {
  color: #381952;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  a:hover, a:active, a:focus {
    color: #6d31a0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5em; }

h1,
.h1 {
  font-size: 33.184px; }
  @media screen and (max-width: 600px) {
    h1,
    .h1 {
      font-size: 20.736px; } }

h2,
.h2 {
  font-size: 27.648px; }
  @media screen and (max-width: 600px) {
    h2,
    .h2 {
      font-size: 19.44px; } }

h3,
.h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23.04px; }
  @media screen and (max-width: 600px) {
    h3,
    .h3 {
      font-size: 18.208px; } }

h4,
.h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19.2px;
  font-weight: bold; }
  @media screen and (max-width: 600px) {
    h4,
    .h4 {
      font-size: 17.072px; } }

h5,
.h5,
.widget-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media screen and (max-width: 600px) {
    h5,
    .h5,
    .widget-title {
      font-size: 16px; } }

h6,
.h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13.328px; }
  @media screen and (max-width: 600px) {
    h6,
    .h6 {
      font-size: 13.168px; } }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea,
.contact-form textarea {
  overflow: auto !important;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px !important;
  vertical-align: top !important;
  /* Improves readability and alignment in all browsers */
  width: 100% !important; }

.content-area {
  float: left;
  margin: 0 -300px 0 0;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .content-area {
      margin: 0;
      float: none; } }

.site-main {
  margin: 0 300px 0 0; }
  @media screen and (max-width: 800px) {
    .site-main {
      margin: 0; } }

.site-content .widget-area {
  /* Sidebar 1 */
  float: right;
  overflow: hidden;
  width: 300px; }
  @media screen and (max-width: 800px) {
    .site-content .widget-area {
      margin: 0;
      float: none;
      overflow: auto; } }

.site-footer {
  clear: both;
  width: 100%; }

.grid {
  margin-left: -32px; }

.grid-item {
  display: inline-block;
  padding-left: 32px;
  vertical-align: top; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

.one-quarter {
  width: 25%; }

@media screen and (max-width: 600px) {
  .palm-one-whole {
    width: 100%; } }

@media screen and (max-width: 900px) and (min-width: 601px) {
  .lap-one-half {
    width: 50%; } }

@media screen and (max-width: 900px) and (min-width: 601px) {
  .lap-one-third {
    width: 33.333%; } }

@media screen and (max-width: 900px) and (min-width: 601px) {
  .lap-one-whole {
    width: 100%; } }

.has-indicator {
  text-decoration: none; }
  .has-indicator:after {
    font-family: FontAwesome;
    content: "";
    margin-left: .5em;
    font-size: .8em; }
  .has-indicator.is-open:after {
    content: ""; }

.media {
  line-height: 1.5; }

.media-title {
  line-height: 1;
  margin-bottom: 8px; }

.media-media {
  float: left;
  margin-bottom: 16px;
  width: 80px; }
  .media-media img {
    display: block; }
  @media screen and (min-width: 601px) {
    .media-media {
      width: 90px; } }

.media-content {
  padding-left: 88px; }
  @media screen and (min-width: 601px) {
    .media-content {
      padding-left: 98px; } }
  .media-content h1 {
    clear: none;
    margin-bottom: 0; }

.media--vertical .media-media {
  float: none;
  width: 100%; }
.media--vertical .media-content {
  padding-left: 0; }

/* =Menu
----------------------------------------------- */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul li {
      float: left;
      position: relative; }
      .main-navigation ul li a {
        display: block;
        text-decoration: none; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      display: none;
      float: left;
      position: absolute;
      top: 1em;
      left: 0;
      z-index: 99999; }
      .main-navigation ul ul li a {
        width: 200px; }
      .main-navigation ul ul ul {
        left: 100%;
        top: 0; }

/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer; }

@media screen and (max-width: 800px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
.tabs li {
  display: inline-block; }
  .tabs li a {
    text-decoration: none; }

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1em; }

.byline,
.updated {
  display: none; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0; }

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

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.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;
  margin-bottom: 1em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%; }
  .wp-caption .wp-caption-text {
    text-align: center;
    margin: 0.8075em 0; }

.gallery {
  margin-bottom: 1em; }
  .gallery .gallery-item {
    float: left; }
    .gallery .gallery-item .gallery-icon a {
      display: block; }
    .gallery .gallery-item .gallery-icon img {
      border: none;
      height: auto;
      margin-bottom: 0; }
    .gallery .gallery-item .gallery-caption {
      margin: 0;
      text-align: center; }

/* Fluid Gallery Columns
   works well if you remove the default gallery styling
   by adding the following to your functions.php
   add_filter( 'use_default_gallery_style', '__return_false' );
*/
.gallery-columns-2 .gallery-item {
  width: 49%;
  margin-right: 2; }

.gallery-columns-2 .gallery-item:nth-of-type(2n - 2) {
  margin-right: 0;
  clear: right; }

.gallery-columns-3 .gallery-item {
  width: 32%;
  margin-right: 2; }

.gallery-columns-3 .gallery-item:nth-of-type(3n - 3) {
  margin-right: 0;
  clear: right; }

.gallery-columns-4 .gallery-item {
  width: 23.5%;
  margin-right: 2; }

.gallery-columns-4 .gallery-item:nth-of-type(4n - 4) {
  margin-right: 0;
  clear: right; }

.gallery-columns-5 .gallery-item {
  width: 18.4%;
  margin-right: 2; }

.gallery-columns-5 .gallery-item:nth-of-type(5n - 5) {
  margin-right: 0;
  clear: right; }

.gallery-columns-6 .gallery-item {
  width: 15%;
  margin-right: 2; }

.gallery-columns-6 .gallery-item:nth-of-type(6n - 6) {
  margin-right: 0;
  clear: right; }

.gallery-columns-7 .gallery-item {
  width: 12.57143%;
  margin-right: 2; }

.gallery-columns-7 .gallery-item:nth-of-type(7n - 7) {
  margin-right: 0;
  clear: right; }

.gallery-columns-8 .gallery-item {
  width: 10.75%;
  margin-right: 2; }

.gallery-columns-8 .gallery-item:nth-of-type(8n - 8) {
  margin-right: 0;
  clear: right; }

.gallery-columns-9 .gallery-item {
  width: 9.33333%;
  margin-right: 2; }

.gallery-columns-9 .gallery-item:nth-of-type(9n - 9) {
  margin-right: 0;
  clear: right; }

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

/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 1em;
  overflow: hidden; }
  .site-main [class*="navigation"] .nav-previous {
    float: left;
    width: 50%; }
  .site-main [class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1em;
  /* Make sure select elements fit in widgets */
  /* Search widget */ }
  .widget select {
    max-width: 100%; }
  .widget .widget-search .search-submit {
    display: none; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

.search-form {
  margin-bottom: 1em; }
  .search-form input {
    border-radius: 0;
    background: white;
    background-image: none;
    font-size: 16px;
    float: left;
    padding: 0 1em;
    height: 40px;
    line-height: 40px; }
  .search-form input[type="search"],
  .search-form input[type="text"] {
    font-size: 16px;
    background: white; }
    .search-form input[type="search"]:focus,
    .search-form input[type="text"]:focus {
      outline: none; }
  .search-form input[type="submit"] {
    padding: 0 1em;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-shadow: none;
    box-shadow: none; }

.contact-address {
  line-height: 1.3; }
  .contact-address span {
    display: block; }

.is-hidden {
  display: none; }

@media screen and (min-width: 601px) {
  .is-hidden--lap-and-up {
    display: none; } }

.ie8 .is-hidden--lap-and-up {
  display: none; }

.hero {
  font-size: 23.04px;
  padding: 32px;
  font-style: italic;
  letter-spacing: .02em;
  background: #dedede;
  color: #4d4d4d; }
  @media screen and (max-width: 900px) {
    .hero {
      font-size: 23.04px; } }
  @media screen and (max-width: 600px) {
    .hero {
      font-size: 16px;
      padding: 16px; } }
  .hero p {
    margin-bottom: 0; }

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

/*------------------------------------*\
    $BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */
/*!*
 *
 * @csswizardry -- csswizardry.com/beautons
 *
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 *  1. Allow us to better style box model properties.
 *  2. Line different sized buttons up a little nicer.
 *  3. Stop buttons wrapping and looking broken.
 *  4. Make buttons inherit font styles.
 *  5. Force all elements using beautons to appear clickable.
 *  6. Normalise box model styles.
 *  7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *     there is 1em of space above and below that text. We therefore apply 1em
 *     of space to the left and right, as padding, to keep consistent spacing.
 *  8. Basic cosmetics for default buttons. Change or override at will.
 *  9. Fixes odd inner spacing in IE7.
 * 10. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 * 11. Prevents from inheriting default anchor styles.
 */
.btn, input[type="submit"],
button, .tribe-events-button, #tribe-events .tribe-events-button {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: "Source Sans Pro", sans-serif;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  height: 3em;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  background-color: #2c77ba;
  /* [8] */
  border-radius: 4px;
  /* [8] */
  overflow: visible;
  /* [9] */
  text-transform: uppercase; }

.btn, input[type="submit"],
button, .tribe-events-button, #tribe-events .tribe-events-button,
.btn:hover,
input[type="submit"]:hover,
button:hover,
.tribe-events-button:hover,
#tribe-events .tribe-events-button:hover,
.btn:active,
input[type="submit"]:active,
button:active,
.tribe-events-button:active,
#tribe-events .tribe-events-button:active,
.btn:focus,
input[type="submit"]:focus,
button:focus,
.tribe-events-button:focus,
#tribe-events .tribe-events-button:focus,
.btn:visited,
input[type="submit"]:visited,
button:visited,
.tribe-events-button:visited,
#tribe-events .tribe-events-button:visited {
  text-decoration: none;
  /* [10] */
  color: #fff;
  /* [11] */ }

.btn:hover, input[type="submit"]:hover,
button:hover, .tribe-events-button:hover, #tribe-events .tribe-events-button:hover,
.button:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.btn:active, input[type="submit"]:active,
button:active, .tribe-events-button:active, #tribe-events .tribe-events-button:active {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }

.btn::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner, .tribe-events-button::-moz-focus-inner, #tribe-events .tribe-events-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small, .tribe-events-button, #tribe-events .tribe-events-button {
  line-height: 2;
  height: 2em; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4;
  height: 4em; }

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5;
  height: 5em; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  height: auto;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 *
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: default;
  /* [1] */
  box-shadow: none; }

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 5em;
  /* [1] */ }

.btn--hard, .tribe-events-button, #tribe-events .tribe-events-button {
  border-radius: 0; }

input[type="submit"],
button,
.btn,
input[type="submit"],
button,
.tribe-events-button,
#tribe-events .tribe-events-button {
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #8658ac;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  input[type="submit"]:hover,
  button:hover,
  .btn:hover,
  input[type="submit"]:hover,
  button:hover,
  .tribe-events-button:hover,
  #tribe-events .tribe-events-button:hover {
    box-shadow: none;
    text-shadow: none;
    background: rgba(56, 25, 82, 0.9); }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url(#);
  src: url(#) format("embedded-opentype"), url("/_stmargaretsnewtoronto/wp-content/themes/stmargarets/fonts/flexslider-icon.woff") format("woff"), url("/_stmargaretsnewtoronto/wp-content/themes/stmargarets/fonts/flexslider-icon.ttf") format("truetype"), url("/_stmargaretsnewtoronto/wp-content/themes/stmargarets/fonts/flexslider-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.flexslider {
  overflow: hidden; }

.mfp-content {
  background: white;
  max-width: 700px;
  padding: 32px; }
  @media screen and (max-width: 900px) and (min-width: 601px) {
    .mfp-content {
      padding: 16px; } }
  @media screen and (max-width: 600px) {
    .mfp-content {
      padding: 8px; } }
  .mfp-close-btn-in .mfp-content {
    padding-top: 2em; }

.mfp-close:hover, .mfp-close:active, .mfp-close:focus {
  color: #737373;
  background: white; }

.tec-cat-list {
  margin-left: 0;
  list-style-type: none;
  padding: 0 0.5em; }

.responsive-map {
  width: 100%;
  height: 200px;
  display: block; }
  @media screen and (min-width: 600px) {
    .responsive-map {
      height: 400px; } }

.page-header .entry-title,
.page-header .page-title {
  text-align: center; }

.entry-header h1 {
  margin-bottom: 0; }

.entry-footer {
  font-size: 13.328px; }

.entry-footer span:before {
  content: "| ";
  margin: 0 .2em; }
.entry-footer span:first-child:before {
  content: none;
  margin: 0; }

.entry-meta {
  font-size: 13.328px; }

.form-allowed-tags {
  display: none; }

body {
  background: #dedede; }

.ie8 #page {
  width: 1000px;
  margin: 0 auto; }

.wrap {
  max-width: 1024px;
  margin: 0 auto; }

.site-main {
  padding: 0 32px 8px 16px; }
  @media screen and (max-width: 600px) {
    .site-main {
      padding: 0 8px; } }

.page-banner .attachment-post-thumbnail,
.page-banner .attachment-banner {
  width: 100%;
  display: block; }

#page {
  position: relative; }

#content {
  background: white;
  padding-bottom: 4em; }

.page-header {
  color: white;
  background: rgba(56, 25, 82, 0.9);
  margin-bottom: 2em; }
  @media screen and (max-width: 600px) {
    .page-header {
      margin-bottom: 0; } }
  .page-header .page-title {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 27.648px;
    text-align: left;
    padding-left: 16px; }
    .page-header .page-title a {
      color: white; }
    @media screen and (max-width: 600px) {
      .page-header .page-title {
        font-size: 19.2px;
        padding: 0.1em 0 0.1em 8px; } }

#tribe-events-pg-template {
  max-width: 1024px;
  padding-top: 1em; }

.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
  max-width: none; }

.tribe-events-list-widget .entry-title,
.tribe-events-adv-list-widget .entry-title {
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
  clear: none; }
  .tribe-events-list-widget .entry-title a,
  .tribe-events-adv-list-widget .entry-title a {
    text-decoration: none; }
.tribe-events-list-widget ol,
.tribe-events-adv-list-widget ol {
  margin-top: 1em;
  margin-left: 0;
  line-height: 1.3; }
  .tribe-events-list-widget ol li,
  .tribe-events-adv-list-widget ol li {
    margin-bottom: 1em; }
  .tribe-events-list-widget ol li a,
  .tribe-events-adv-list-widget ol li a {
    text-decoration: none;
    display: block; }
.tribe-events-list-widget .events-widget-image,
.tribe-events-adv-list-widget .events-widget-image {
  float: left;
  width: 70px; }
.tribe-events-list-widget .events-widget-content,
.tribe-events-adv-list-widget .events-widget-content {
  padding-left: 80px;
  float: none; }
.tribe-events-list-widget .duration,
.tribe-events-adv-list-widget .duration {
  font-weight: normal;
  font-size: 13.328px; }
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a {
  font-weight: normal; }

.single-tribe_events h2.tribe-events-single-event-title {
  margin-bottom: .5em;
  font-size: 23.04px; }

.tribe-events-button, #tribe-events .tribe-events-button {
  margin-right: 2em;
  font-weight: normal; }

.tribe-events-meta-group .updated {
  display: inline; }

.single-tribe_events .tribe-events-event-image {
  float: left;
  width: 15em;
  max-width: 40%;
  margin-right: 1em; }

.events-button {
  text-align: right;
  clear: both;
  padding: 0.5em 0; }

.tribe-events-user-recurrence-toggle {
  display: none; }

.site-header {
  position: relative;
  background: #f7f7f7; }
  .ie8 .site-header {
    height: 48px; }

.site-title {
  margin: 0.5em 0 0.5em 8px;
  font-size: 23.04px; }
  .ie8 .site-title {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 8px; }
  .site-title a {
    text-decoration: none;
    color: white;
    color: #404040; }
  @media screen and (min-width: 601px) {
    .site-title {
      margin: 0.5em 2em 0.5em 16px; } }
  @media screen and (min-width: 801px) {
    .site-title {
      float: left;
      clear: none;
      margin: 0 2em 0 16px;
      height: 48px;
      line-height: 48px; } }
  @media screen and (max-width: 850px) {
    .site-title {
      font-size: 18.208px; } }
  @media screen and (max-width: 780px) {
    .site-title {
      margin-right: 1em; } }
  @media screen and (max-width: 770px) {
    .site-title {
      clear: both;
      float: none; } }

.menu-toggle {
  position: absolute;
  top: .5em;
  right: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: white;
  color: #404040;
  text-shadow: none; }
  .menu-toggle:hover, .menu-toggle:focus {
    box-shadow: none;
    border: none;
    outline: none;
    background: transparent;
    color: #737373; }

.main-navigation {
  text-transform: uppercase;
  letter-spacing: .05em; }
  .ie8 .main-navigation {
    float: left;
    display: block;
    clear: none;
    width: auto; }
  .main-navigation a {
    color: #404040;
    padding: .5em 1em;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .ie8 .main-navigation a {
      height: 48px;
      line-height: 48px;
      padding: 0 1em; }
    @media screen and (max-width: 890px) {
      .main-navigation a {
        padding: .5em .75em; } }
  .main-navigation li:hover a {
    background: #dedede; }
  .main-navigation li:hover li a:hover {
    background: #d1d1d1; }
  .main-navigation .sub-menu {
    box-shadow: none; }
  @media screen and (max-width: 800px) {
    .main-navigation .nav-menu {
      border-bottom: 1px solid #f0f0f0; }
      .main-navigation .nav-menu li {
        display: block;
        float: none;
        width: 100%;
        border-top: 1px solid #f0f0f0; }
        .main-navigation .nav-menu li a {
          padding: 0.5em 8px;
          background: #fff;
          color: #737373; }
          .main-navigation .nav-menu li a:hover {
            background: #f2f2f2; }
        .main-navigation .nav-menu li.menu-item-has-children > a:after {
          font-family: FontAwesome;
          content: "";
          margin-left: .5em;
          color: gray;
          font-size: .8em; }
        .main-navigation .nav-menu li.menu-item-has-children > a.is-expanded:after {
          content: ""; }
        .main-navigation .nav-menu li .sub-menu {
          position: relative;
          float: none;
          top: 0;
          box-shadow: none; }
          .main-navigation .nav-menu li .sub-menu.is-visible {
            display: block; }
          .main-navigation .nav-menu li .sub-menu a {
            width: 100%;
            padding-left: 16px; } }
  @media screen and (min-width: 801px) {
    .main-navigation {
      float: left;
      clear: none;
      width: auto; }
      .main-navigation .nav-menu > li > a {
        height: 48px;
        line-height: 48px;
        padding-top: 0;
        padding-bottom: 0; }
      .main-navigation ul ul li a {
        width: 250px; }
      .main-navigation ul li ul {
        top: 3em;
        background: #f7f7f7; }
      .main-navigation ul li:hover > ul {
        display: block; } }
  .ie8 .main-navigation {
    float: left;
    clear: none;
    width: auto; }
    .ie8 .main-navigation .nav-menu > li > a {
      height: 48px;
      line-height: 48px;
      padding-top: 0;
      padding-bottom: 0; }
    .ie8 .main-navigation ul ul li a {
      width: 250px; }
    .ie8 .main-navigation ul li ul {
      top: 3em;
      background: #f7f7f7; }
    .ie8 .main-navigation ul li:hover > ul {
      display: block; }

.social-follow {
  float: right;
  margin-right: 8px; }
  .social-follow ul {
    list-style-type: none;
    margin: 0; }
  .social-follow li {
    float: left; }
  .social-follow a {
    padding: 0 .5em;
    height: 3em;
    line-height: 3em;
    display: block; }
  @media screen and (max-width: 800px) {
    .social-follow {
      display: none;
      float: none;
      background: white; }
      .social-follow.is-toggled {
        display: block; } }

.header-search {
  position: absolute;
  top: 3em;
  right: .5em;
  z-index: 100; }
  .header-search .search-form label {
    float: left;
    display: block; }
  .header-search .search-form input {
    border-radius: 0;
    border: none;
    background: white;
    background-image: none;
    font-size: 16px;
    float: left;
    padding: 0 1em;
    height: 2.5em;
    line-height: 2.5em; }
  .header-search .search-form input[type="search"],
  .header-search .search-form input[type="text"] {
    background: white; }
    .header-search .search-form input[type="search"]:focus,
    .header-search .search-form input[type="text"]:focus {
      outline: none; }
  .header-search .search-form input[type="submit"] {
    background: #dedede;
    text-shadow: none;
    box-shadow: none; }
    .header-search .search-form input[type="submit"]:hover {
      background: #d1d1d1; }
  @media screen and (max-width: 800px) {
    .header-search {
      position: relative;
      float: none;
      top: 0;
      left: 0;
      width: 100%;
      display: none; }
      .header-search.is-toggled {
        display: block; }
      .header-search .search-form label {
        width: 85%; }
      .header-search .search-form input[type="search"],
      .header-search .search-form input[type="text"] {
        width: 100%;
        padding: 0 .5em; }
      .header-search .search-form input[type="submit"] {
        width: 15%;
        padding: 0; } }
  @media screen and (max-width: 600px) {
    .header-search .search-form label {
      width: 80%; }
    .header-search .search-form input[type="submit"] {
      width: 20%; } }

@media screen and (max-width: 800px) {
  .reveal--header-search {
    display: none !important; } }

.page-banner img {
  display: block; }

.site-footer {
  margin-top: 1em;
  padding: 1em 8px;
  background: #dedede; }

.footer__social {
  text-align: center;
  margin-bottom: 1em; }
  .footer__social ul {
    list-style: none;
    margin: 0; }
  .footer__social li {
    display: inline-block; }
    .footer__social li a {
      padding: 0.5em 8px; }

.footer__contact-info {
  text-align: center;
  font-size: 13.328px; }
  @media screen and (min-width: 601px) {
    .footer__contact-info .address span {
      margin: 0;
      display: inline-block; }
      .footer__contact-info .address span:before {
        content: "|";
        margin: 0 8px; }
      .footer__contact-info .address span:first-child:before {
        content: none; } }
  @media screen and (max-width: 600px) {
    .footer__contact-info {
      font-size: 13.168px; }
      .footer__contact-info .address span {
        display: block; } }

.site-content .widget-area {
  padding-top: 1em;
  padding-left: 1em;
  padding: 1em 16px 8px 1em; }
  @media screen and (max-width: 600px) {
    .site-content .widget-area {
      width: 100%;
      border-top: 1px solid #cfc3da;
      padding: 1em 8px; } }
  .site-content .widget-area aside {
    margin-bottom: 2em;
    line-height: 1.5; }

.widget-title {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  background: rgba(56, 25, 82, 0.9);
  color: white;
  padding: 0 8px;
  background: #d1d1d1;
  color: #404040;
  border-top: 4px solid #8658ac; }

.textwidget p {
  padding: 0 8px; }

@media screen and (max-width: 600px) {
  .people-header:before, .people-header:after {
    content: "";
    display: table; }
  .people-header:after {
    clear: both; } }

.people-header {
  line-height: 1.3; }

.person-title {
  font-size: 19.2px;
  margin-bottom: 0; }

.person-position {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .people-header h1,
  .people-header h2 {
    clear: none; } }

.people__thumbnail {
  display: block;
  padding: 2px;
  border: 1px solid #eee;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .people__thumbnail {
      float: left;
      width: 100px;
      height: 100px;
      margin-right: 8px; } }
  .people__thumbnail img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }

.person-content__content {
  margin-left: 120px; }
  @media screen and (max-width: 600px) {
    .person-content__content {
      margin-left: 0; } }
  .person-content__content h1, .person-content__content h2 {
    clear: right; }

.person-reveal-trigger {
  text-decoration: none; }

.person-content__thumbnail {
  max-width: 100px;
  float: left; }
  @media screen and (max-width: 600px) {
    .person-content__thumbnail {
      margin-right: 8px; } }

.html--homepage,
.html--homepage body {
  height: 100%; }
.html--homepage #content {
  background: white;
  padding-bottom: 4em;
  padding-top: 0; }
.html--homepage .flexslider {
  margin-bottom: 1em;
  border: none;
  box-shadow: none;
  background: transparent; }
  @media screen and (max-width: 600px) {
    .html--homepage .flexslider {
      margin-bottom: 0; } }
.html--homepage .flex-direction-nav a {
  height: 60px;
  margin-top: -30px; }
.html--homepage .flexslider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
.html--homepage .slide-wrap {
  background: #381952;
  background: rgba(56, 25, 82, 0.9); }
.html--homepage .slide-content {
  color: #eee;
  line-height: 1.5; }
  .html--homepage .slide-content h1 {
    margin-bottom: 0;
    font-size: 23.04px; }
  .html--homepage .slide-content p {
    margin-bottom: 0; }
  .html--homepage .slide-content a {
    color: #c8c8c8; }
@media screen and (min-width: 601px) {
  .html--homepage .flexslider .slide {
    height: 500px; }
  .html--homepage .slide-wrap {
    bottom: 0;
    position: absolute;
    width: 100%; }
  .html--homepage .slide-content-box {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px; }
  .html--homepage .slide-content {
    float: left;
    padding: 1em 1.5em 1.5em 1em; } }
@media screen and (max-width: 600px) {
  .html--homepage .flexslider .slide {
    height: 240px;
    position: relative; }
  .html--homepage .slide-wrap {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .html--homepage .slide-content {
    padding: 8px; }
    .html--homepage .slide-content p {
      font-size: 13.168px; } }

.homepage-features {
  max-width: 1024px;
  margin: 0 auto;
  font-size: .9em;
  padding: 16px 32px; }
  @media screen and (max-width: 600px) {
    .homepage-features {
      padding: 0 8px; } }
  .homepage-features .grid {
    margin-left: -64px; }
  .homepage-features .grid-item {
    padding-left: 64px; }

.homepage-feature {
  background: white;
  padding: 16px 0 0; }
  .homepage-feature p {
    margin-bottom: .5em; }
  @media screen and (max-width: 600px) {
    .homepage-feature {
      padding: 0;
      margin-top: 0.5em; } }

.welcome-message--wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 2em 32px 1em; }
  @media screen and (max-width: 600px) {
    .welcome-message--wrap {
      padding: 16px 8px 8px; } }

.homepage-events--wrap,
.homepage-section--wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1em 32px; }
  @media screen and (max-width: 600px) {
    .homepage-events--wrap,
    .homepage-section--wrap {
      padding: 8px; } }

.homepage-events,
.homepage-section {
  margin-top: 1em; }
  .homepage-events .homepage-events__title,
  .homepage-events .homepage-section__title,
  .homepage-section .homepage-events__title,
  .homepage-section .homepage-section__title {
    border-top: 4px solid #8658ac;
    background: #d1d1d1;
    padding-left: 8px;
    text-transform: uppercase;
    margin-bottom: 1em; }
  .homepage-events .media-content,
  .homepage-section .media-content {
    font-size: 13.328px; }
    .homepage-events .media-content h1,
    .homepage-section .media-content h1 {
      text-transform: none;
      font-weight: bold;
      letter-spacing: 0;
      font-size: 13.328px; }
  .homepage-events .recurringinfo,
  .homepage-section .recurringinfo {
    display: none; }

.ie8 .flexslider .slide {
  height: 400px; }
.ie8 .slide-wrap {
  bottom: 0;
  position: absolute;
  width: 100%; }
.ie8 .slide-content-box {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px; }
.ie8 .slide-content {
  float: left;
  padding: 1em 1.5em 1.5em 1em; }

.directions {
  margin-bottom: 2em; }
  @media screen and (max-width: 480px) {
    .directions {
      font-size: 13.328px; } }
  .directions .tabs {
    overflow: hidden;
    margin-left: 0;
    list-style-type: none;
    background: #dedede; }
    .directions .tabs a {
      padding: .2em .5em;
      display: inline-block; }
      .directions .tabs a.is-open {
        background: #d1d1d1; }
    .directions .tabs .tab-title {
      padding: .2em .5em;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .directions .tabs .tab-title {
          display: block;
          width: 33.3333%; } }

@media \0screen {
  img {
    width: auto; } }